/* Minification failed. Returning unminified contents.
(17027,42): run-time error CSS1039: Token not allowed after unary operator: '-compare-count'
(17031,51): run-time error CSS1039: Token not allowed after unary operator: '-compare-count'
(17072,73): run-time error CSS1030: Expected identifier, found '.'
(17072,90): run-time error CSS1031: Expected selector, found ')'
(17072,90): run-time error CSS1025: Expected comma or open brace, found ')'
(17107,57): run-time error CSS1030: Expected identifier, found '.'
(17107,76): run-time error CSS1031: Expected selector, found ')'
(17107,76): run-time error CSS1025: Expected comma or open brace, found ')'
(17112,44): run-time error CSS1039: Token not allowed after unary operator: '-compare-count'
(17115,53): run-time error CSS1039: Token not allowed after unary operator: '-compare-count'
 */
@import url(https://fonts.googleapis.com/css?family=Inconsolata|PT+Sans+Narrow:400,700|PT+Sans:400,700&subset=latin-ext); 


@charset "UTF-8";
/* Projektspezifisches CSS-Document  */
/* * * * * * * * * * * * * * * * * * */
/* berufsberatung.ch CSS2			 */
/* * * * * * * * * * * * * * * * * * */
/* ********************************* */
/* B A S I C  I N C L U D E S */
/* ============================================================================================= */
/* ============================================================================================= */
/* Variables  */
/* ============================================================================================= */
/* SASS Variables */
/* ============================================================================================= */
/* ENVIRONMENT *******************************/
/* COLORS ************************************/
/* Links */
/* Fonts */
/* Breakpoints */
/* UX2017 */
/* Function  */
/* ============================================================================================= */
/* SDBB SASS functions: https://sass-lang.com/documentation/at-rules/function */
/* ============================================================================================= */
/* Contrast: https://codepen.io/bluesaunders/details/FCLaz */
/* ============================================================================================= */
/* Mixins  */
/* ============================================================================================= */
/* SDBB SASS Mixins: https://sass-lang.com/documentation/at-rules/mixin */
/* ============================================================================================= */
/**
  Add focus pseudo-class.
 */
/* Normalize  */
/* ============================================================================================= */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}
*/
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Google Webfont PT Sans  */
/* ============================================================================================= */
/* Have been removed and the import has been moved to ptsans_google.css in order not to break the   */
/* minification of the bundles (BBCH-2302). @import musst be the first element in a CSS files    */
/* even before the charset.	*/
/* Fontello Icons  */
/* ============================================================================================= */
@font-face {
  font-family: 'fontello';
  src: url("/Content/Internet/font/fontello/fontello_new-webfont.eot?16953468");
  src: url("/Content/Internet/font/fontello/fontello_new-webfont.eot?16953468#iefix") format("embedded-opentype"), url("/Content/Internet/font/fontello/fontello_new-webfont.woff?16953468") format("woff"), url("/Content/Internet/font/fontello/fontello_new-webfont.ttf?16953468") format("truetype"), url("/Content/Internet/font/fontello/fontello_new-webfont.svg?16953468#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased; }

.rotate90:before {
  transform: rotateZ(90deg); }

.icon-plus:before {
  content: '\2b'; }

/* '+' */
.icon-plus-1:before {
  content: '\e81a'; }

/* '' */
.icon-minus:before {
  content: '\2d'; }

/* '-' */
.icon-minus-1:before {
  content: '\e81c'; }

/* '' */
.icon-info:before {
  content: '\e800'; }

/* 'ℹ' */
.icon-info-custom:before {
  content: '\02DD';
  margin-left: -2px; }

/* 'ℹ' */
.icon-left-thin:before {
  content: '\2190'; }

/* '←' */
.icon-left-1:before {
  content: '\e87b'; }

/* '' */
.icon-up-1:before {
  content: '\e87d'; }

/* '' */
.icon-up-thin:before {
  content: '\2191'; }

/* '↑' */
.icon-right-thin:before {
  content: '\2192'; }

/* '→' */
.icon-right-1:before {
  content: '\e87c'; }

/* '' */
.icon-down-thin:before {
  content: '\2193'; }

/* '↓' */
.icon-down-1:before {
  content: '\e87a'; }

/* '' */
.icon-level-up:before {
  content: '\21b0'; }

/* '↰' */
.icon-level-down:before {
  content: '\21b3'; }

/* '↳' */
.icon-switch:before {
  content: '\21c6'; }

/* '⇆' */
.icon-infinity:before {
  content: '\221e'; }

/* '∞' */
.icon-plus-squared:before {
  content: '\229e'; }

/* '⊞' */
.icon-minus-squared:before {
  content: '\229f'; }

/* '⊟' */
.icon-home-1:before {
  content: '\e820'; }

/* '' */
.icon-home:before {
  content: '\2302'; }

/* '⌂' */
.icon-keyboard:before {
  content: '\2328'; }

/* '⌨' */
.icon-erase:before {
  content: '\232b'; }

/* '⌫' */
.icon-pause-1:before {
  content: '\e88e'; }

/* '' */
.icon-pause:before {
  content: '\2389'; }

/* '⎉' */
.icon-fast-forward:before {
  content: '\23e9'; }

/* '⏩' */
.icon-fast-fw:before {
  content: '\e893'; }

/* '' */
.icon-fast-backward:before {
  content: '\23ea'; }

/* '⏪' */
.icon-fast-bw:before {
  content: '\e894'; }

/* '' */
.icon-to-end:before {
  content: '\23ed'; }

/* '⏭' */
.icon-to-end-1:before {
  content: '\e88f'; }

/* '' */
.icon-to-start-1:before {
  content: '\e891'; }

/* '' */
.icon-to-start:before {
  content: '\23ee'; }

/* '⏮' */
.icon-hourglass:before {
  content: '\23f3'; }

/* '⏳' */
.icon-stop:before {
  content: '\25a0'; }

/* '■' */
.icon-stop-1:before {
  content: '\e88d'; }

/* '' */
.icon-up-dir-1:before {
  content: '\e86b'; }

/* '' */
.icon-up-dir:before {
  content: '\25b4'; }

/* '▴' */
.icon-play:before {
  content: '\25b6'; }

/* '▶' */
.icon-play-1:before {
  content: '\e88b'; }

/* '' */
.icon-right-dir-1:before {
  content: '\e86d'; }

/* '' */
.icon-right-dir:before {
  content: '\25b8'; }

/* '▸' */
.icon-down-dir:before {
  content: '\25be'; }

/* '▾' */
.icon-down-dir-1:before {
  content: '\e86a'; }

/* '' */
.icon-left-dir:before {
  content: '\25c2'; }

/* '◂' */
.icon-left-dir-1:before {
  content: '\e86c'; }

/* '' */
.icon-adjust:before {
  content: '\25d1'; }

/* '◑' */
.icon-cloud:before {
  content: '\2601'; }

/* '☁' */
.icon-cloud-1:before {
  content: '\e89f'; }

/* '' */
.icon-umbrella:before {
  content: '\e8a1'; }

/* '' */
.icon-star-1:before {
  content: '\e807'; }

/* '' */
.icon-star:before {
  content: '\2605'; }

/* '★' */
.icon-star-empty-1:before {
  content: '\e808'; }

/* '' */
.icon-star-empty:before {
  content: '\2606'; }

/* '☆' */
.icon-check-1:before {
  content: '\e8c3'; }

/* '' */
.icon-cup:before {
  content: '\2615'; }

/* '☕' */
.icon-left-hand:before {
  content: '\e87f'; }

/* '' */
.icon-up-hand:before {
  content: '\e880'; }

/* '' */
.icon-right-hand:before {
  content: '\e87e'; }

/* '' */
.icon-down-hand:before {
  content: '\e881'; }

/* '' */
.icon-th-list:before {
  content: '\e813'; }

/* '' */
.icon-menu:before {
  content: '\2630'; }

/* '☰' */
.icon-moon:before {
  content: '\263d'; }

/* '☽' */
.icon-heart-empty:before {
  content: '\2661'; }

/* '♡' */
.icon-heart-empty-1:before {
  content: '\e806'; }

/* '' */
.icon-heart-1:before {
  content: '\e805'; }

/* '' */
.icon-heart:before {
  content: '\2665'; }

/* '♥' */
.icon-note:before {
  content: '\266a'; }

/* '♪' */
.icon-music-1:before {
  content: '\e801'; }

/* '' */
.icon-note-beamed:before {
  content: '\266b'; }

/* '♫' */
.icon-layout:before {
  content: '\268f'; }

/* '⚏' */
.icon-th:before {
  content: '\e812'; }

/* '' */
.icon-flag-1:before {
  content: '\e82d'; }

/* '' */
.icon-flag:before {
  content: '\2691'; }

/* '⚑' */
.icon-tools:before {
  content: '\2692'; }

/* '⚒' */
.icon-cog-1:before {
  content: '\e852'; }

/* '' */
.icon-cog:before {
  content: '\2699'; }

/* '⚙' */
.icon-attention:before {
  content: '\26a0'; }

/* '⚠' */
.icon-attention-1:before {
  content: '\e843'; }

/* '' */
.icon-flash-1:before {
  content: '\e8a0'; }

/* '' */
.icon-flash:before {
  content: '\26a1'; }

/* '⚡' */
.icon-record:before {
  content: '\26ab'; }

/* '⚫' */
.icon-cloud-thunder:before {
  content: '\26c8'; }

/* '⛈' */
.icon-cog-alt:before {
  content: '\e853'; }

/* '' */
.icon-scissors:before {
  content: '\e8b7'; }

/* '' */
.icon-tape:before {
  content: '\2707'; }

/* '✇' */
.icon-flight-1:before {
  content: '\e8a2'; }

/* '' */
.icon-flight:before {
  content: '\2708'; }

/* '✈' */
.icon-mail:before {
  content: '\2709'; }

/* '✉' */
.icon-mail-1:before {
  content: '\e803'; }

/* '' */
.icon-edit:before {
  content: '\e83a'; }

/* '' */
.icon-pencil-1:before {
  content: '\e839'; }

/* '' */
.icon-pencil:before {
  content: '\270e'; }

/* '✎' */
.icon-feather:before {
  content: '\2712'; }

/* '✒' */
.icon-ok:before {
  content: '\e814'; }

/* '' */
.icon-check:before {
  content: '\2713'; }

/* '✓' */
.icon-ok-circle:before {
  content: '\e815'; }

/* '' */
.icon-cancel:before {
  content: '\2715'; }

/* '✕' */
.icon-cancel-1:before {
  content: '\e817'; }

/* '' */
.icon-cancel-circle:before {
  content: '\e818'; }

/* '' */
.icon-cancel-circled:before {
  content: '\2716'; }

/* '✖' */
.icon-asterisk:before {
  content: '\e8c7'; }

/* '' */
.icon-cancel-squared:before {
  content: '\274e'; }

/* '❎' */
.icon-help:before {
  content: '\2753'; }

/* '❓' */
.icon-attention-circle:before {
  content: '\e844'; }

/* '' */
.icon-quote:before {
  content: '\275e'; }

/* '❞' */
.icon-plus-circled:before {
  content: '\2795'; }

/* '➕' */
.icon-plus-circle:before {
  content: '\e81b'; }

/* '' */
.icon-minus-circled:before {
  content: '\2796'; }

/* '➖' */
.icon-minus-circle:before {
  content: '\e81d'; }

/* '' */
.icon-right:before {
  content: '\27a1'; }

/* '➡' */
.icon-direction:before {
  content: '\27a2'; }

/* '➢' */
.icon-forward-1:before {
  content: '\e835'; }

/* '' */
.icon-forward:before {
  content: '\27a6'; }

/* '➦' */
.icon-ccw:before {
  content: '\27f2'; }

/* '⟲' */
.icon-ccw-1:before {
  content: '\e887'; }

/* '' */
.icon-cw-1:before {
  content: '\e886'; }

/* '' */
.icon-cw:before {
  content: '\27f3'; }

/* '⟳' */
.icon-left:before {
  content: '\2b05'; }

/* '⬅' */
.icon-up:before {
  content: '\2b06'; }

/* '⬆' */
.icon-down:before {
  content: '\2b07'; }

/* '⬇' */
.icon-resize-vertical:before {
  content: '\e863'; }

/* '' */
.icon-resize-horizontal:before {
  content: '\e864'; }

/* '' */
.icon-eject:before {
  content: '\e895'; }

/* '' */
.icon-list-add:before {
  content: '\e003'; }

/* '' */
.icon-list:before {
  content: '\e005'; }

/* '' */
.icon-left-bold:before {
  content: '\e4ad'; }

/* '' */
.icon-right-bold:before {
  content: '\e4ae'; }

/* '' */
.icon-up-bold:before {
  content: '\e4af'; }

/* '' */
.icon-down-bold:before {
  content: '\e4b0'; }

/* '' */
.icon-user-add:before {
  content: '\e700'; }

/* '' */
.icon-star-half:before {
  content: '\e809'; }

/* '' */
.icon-ok-circle2:before {
  content: '\e816'; }

/* '' */
.icon-cancel-circle2:before {
  content: '\e819'; }

/* '' */
.icon-help-circled:before {
  content: '\e704'; }

/* '' */
.icon-help-circle:before {
  content: '\e81e'; }

/* '' */
.icon-info-circle:before {
  content: '\e81f'; }

/* '' */
.icon-info-circled:before {
  content: '\e705'; }

/* '' */
.icon-th-large:before {
  content: '\e811'; }

/* '' */
.icon-eye-1:before {
  content: '\e827'; }

/* '' */
.icon-eye:before {
  content: '\e70a'; }

/* '' */
.icon-eye-off:before {
  content: '\e828'; }

/* '' */
.icon-tag:before {
  content: '\e70c'; }

/* '' */
.icon-tag-1:before {
  content: '\e829'; }

/* '' */
.icon-tags:before {
  content: '\e82a'; }

/* '' */
.icon-camera-alt:before {
  content: '\e810'; }

/* '' */
.icon-upload-cloud:before {
  content: '\e711'; }

/* '' */
.icon-reply:before {
  content: '\e712'; }

/* '' */
.icon-reply-all:before {
  content: '\e713'; }

/* '' */
.icon-code:before {
  content: '\e714'; }

/* '' */
.icon-export:before {
  content: '\e715'; }

/* '' */
.icon-export-1:before {
  content: '\e838'; }

/* '' */
.icon-print:before {
  content: '\e716'; }

/* '' */
.icon-print-1:before {
  content: '\e83b'; }

/* '' */
.icon-retweet:before {
  content: '\e717'; }

/* '' */
.icon-retweet-1:before {
  content: '\e83c'; }

/* '' */
.icon-comment:before {
  content: '\e718'; }

/* '' */
.icon-comment-1:before {
  content: '\e83d'; }

/* '' */
.icon-chat-1:before {
  content: '\e83e'; }

/* '' */
.icon-chat:before {
  content: '\e720'; }

/* '' */
.icon-vcard:before {
  content: '\e722'; }

/* '' */
.icon-vcard-custom:before {
  content: '\1F4D5'; }

/* '' */
.icon-address:before {
  content: '\e723'; }

/* '' */
.icon-location:before {
  content: '\e724'; }

/* '' */
.icon-location-1:before {
  content: '\e845'; }

/* '' */
.icon-map:before {
  content: '\e727'; }

/* '' */
.icon-compass:before {
  content: '\e728'; }

/* '' */
.icon-trash:before {
  content: '\e729'; }

/* '' */
.icon-trash-1:before {
  content: '\e846'; }

/* '' */
.icon-doc:before {
  content: '\e730'; }

/* '' */
.icon-doc-text-inv:before {
  content: '\e731'; }

/* '' */
.icon-docs:before {
  content: '\e736'; }

/* '' */
.icon-doc-landscape:before {
  content: '\e737'; }

/* '' */
.icon-archive:before {
  content: '\e738'; }

/* '' */
.icon-rss:before {
  content: '\e73a'; }

/* '' */
.icon-share:before {
  content: '\e73c'; }

/* '' */
.icon-basket:before {
  content: '\e73d'; }

/* '' */
.icon-basket-1:before {
  content: '\e855'; }

/* '' */
.icon-shareable:before {
  content: '\e73e'; }

/* '' */
.icon-login-1:before {
  content: '\e857'; }

/* '' */
.icon-login:before {
  content: '\e740'; }

/* '' */
.icon-logout-1:before {
  content: '\e858'; }

/* '' */
.icon-logout:before {
  content: '\e741'; }

/* '' */
.icon-volume:before {
  content: '\e742'; }

/* '' */
.icon-resize-full-1:before {
  content: '\e860'; }

/* '' */
.icon-resize-full:before {
  content: '\e744'; }

/* '' */
.icon-resize-small-1:before {
  content: '\e862'; }

/* '' */
.icon-resize-small:before {
  content: '\e746'; }

/* '' */
.icon-popup:before {
  content: '\e74c'; }

/* '' */
.icon-publish:before {
  content: '\e74d'; }

/* '' */
.icon-window:before {
  content: '\e74e'; }

/* '' */
.icon-arrow-combo:before {
  content: '\e74f'; }

/* '' */
.icon-zoom-in:before {
  content: '\e866'; }

/* '' */
.icon-zoom-out:before {
  content: '\e867'; }

/* '' */
.icon-chart-pie:before {
  content: '\e751'; }

/* '' */
.icon-language:before {
  content: '\e752'; }

/* '' */
.icon-air:before {
  content: '\e753'; }

/* '' */
.icon-database:before {
  content: '\e754'; }

/* '' */
.icon-drive:before {
  content: '\e755'; }

/* '' */
.icon-bucket:before {
  content: '\e756'; }

/* '' */
.icon-thermometer:before {
  content: '\e757'; }

/* '' */
.icon-down-circled:before {
  content: '\e758'; }

/* '' */
.icon-down-circle2:before {
  content: '\e868'; }

/* '' */
.icon-left-circled:before {
  content: '\e759'; }

/* '' */
.icon-right-circled:before {
  content: '\e75a'; }

/* '' */
.icon-up-circled:before {
  content: '\e75b'; }

/* '' */
.icon-up-circle2:before {
  content: '\e869'; }

/* '' */
.icon-down-open-2:before {
  content: '\e86e'; }

/* '' */
.icon-down-open:before {
  content: '\e75c'; }

/* '' */
.icon-left-open-2:before {
  content: '\e86f'; }

/* '' */
.icon-left-open:before {
  content: '\e75d'; }

/* '' */
.icon-right-open-2:before {
  content: '\e870'; }

/* '' */
.icon-right-open:before {
  content: '\e75e'; }

/* '' */
.icon-up-open-2:before {
  content: '\e871'; }

/* '' */
.icon-up-open:before {
  content: '\e75f'; }

/* '' */
.icon-arrows-cw:before {
  content: '\e888'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e760'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e761'; }

/* '' */
.icon-play-circle2:before {
  content: '\e88c'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e762'; }

/* '' */
.icon-to-end-alt:before {
  content: '\e890'; }

/* '' */
.icon-to-start-alt:before {
  content: '\e892'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e763'; }

/* '' */
.icon-down-open-big:before {
  content: '\e764'; }

/* '' */
.icon-left-open-big:before {
  content: '\e765'; }

/* '' */
.icon-right-open-big:before {
  content: '\e766'; }

/* '' */
.icon-up-open-big:before {
  content: '\e767'; }

/* '' */
.icon-progress-0:before {
  content: '\e768'; }

/* '' */
.icon-progress-1:before {
  content: '\e769'; }

/* '' */
.icon-progress-2:before {
  content: '\e76a'; }

/* '' */
.icon-progress-3:before {
  content: '\e76b'; }

/* '' */
.icon-back-in-time:before {
  content: '\e771'; }

/* '' */
.icon-network:before {
  content: '\e776'; }

/* '' */
.icon-inbox:before {
  content: '\e777'; }

/* '' */
.icon-inbox-1:before {
  content: '\e89d'; }

/* '' */
.icon-install:before {
  content: '\e778'; }

/* '' */
.icon-font:before {
  content: '\e8a5'; }

/* '' */
.icon-bold:before {
  content: '\e8a6'; }

/* '' */
.icon-italic:before {
  content: '\e8a7'; }

/* '' */
.icon-text-height:before {
  content: '\e8a8'; }

/* '' */
.icon-text-width:before {
  content: '\e8a9'; }

/* '' */
.icon-align-left:before {
  content: '\e8aa'; }

/* '' */
.icon-align-center:before {
  content: '\e8ab'; }

/* '' */
.icon-align-right:before {
  content: '\e8ac'; }

/* '' */
.icon-align-justify:before {
  content: '\e8ad'; }

/* '' */
.icon-list-1:before {
  content: '\e8ae'; }

/* '' */
.icon-indent-left:before {
  content: '\e8af'; }

/* '' */
.icon-indent-right:before {
  content: '\e8b0'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e788'; }

/* '' */
.icon-mouse:before {
  content: '\e789'; }

/* '' */
.icon-dot:before {
  content: '\e78b'; }

/* '' */
.icon-dot-2:before {
  content: '\e78c'; }

/* '' */
.icon-dot-3:before {
  content: '\e78d'; }

/* '' */
.icon-suitcase:before {
  content: '\e78e'; }

/* '' */
.icon-off:before {
  content: '\e8bb'; }

/* '' */
.icon-road:before {
  content: '\e8bc'; }

/* '' */
.icon-flow-cascade:before {
  content: '\e790'; }

/* '' */
.icon-list-alt:before {
  content: '\e8bd'; }

/* '' */
.icon-qrcode:before {
  content: '\e8be'; }

/* '' */
.icon-flow-branch:before {
  content: '\e791'; }

/* '' */
.icon-flow-tree:before {
  content: '\e792'; }

/* '' */
.icon-barcode:before {
  content: '\e8bf'; }

/* '' */
.icon-ajust:before {
  content: '\e8c1'; }

/* '' */
.icon-flow-line:before {
  content: '\e793'; }

/* '' */
.icon-flow-parallel:before {
  content: '\e794'; }

/* '' */
.icon-tint:before {
  content: '\e8c2'; }

/* '' */
.icon-brush:before {
  content: '\e79a'; }

/* '' */
.icon-paper-plane:before {
  content: '\e79b'; }

/* '' */
.icon-magnet-1:before {
  content: '\e8ca'; }

/* '' */
.icon-magnet:before {
  content: '\e7a1'; }

/* '' */
.icon-gauge:before {
  content: '\e7a2'; }

/* '' */
.icon-traffic-cone:before {
  content: '\e7a3'; }

/* '' */
.icon-cc:before {
  content: '\e7a5'; }

/* '' */
.icon-cc-by:before {
  content: '\e7a6'; }

/* '' */
.icon-cc-nc:before {
  content: '\e7a7'; }

/* '' */
.icon-cc-nc-eu:before {
  content: '\e7a8'; }

/* '' */
.icon-cc-nc-jp:before {
  content: '\e7a9'; }

/* '' */
.icon-cc-sa:before {
  content: '\e7aa'; }

/* '' */
.icon-cc-nd:before {
  content: '\e7ab'; }

/* '' */
.icon-cc-pd:before {
  content: '\e7ac'; }

/* '' */
.icon-cc-zero:before {
  content: '\e7ad'; }

/* '' */
.icon-cc-share:before {
  content: '\e7ae'; }

/* '' */
.icon-cc-remix:before {
  content: '\e7af'; }

/* '' */
.icon-down-open-1:before {
  content: '\ea73'; }

/* '' */
.icon-up-open-1:before {
  content: '\ea76'; }

/* '' */
.icon-right-open-1:before {
  content: '\ea75'; }

/* '' */
.icon-left-open-1:before {
  content: '\ea74'; }

/* '' */
.icon-move:before {
  content: '\e865'; }

/* '' */
.icon-link-ext:before {
  content: '\e822'; }

/* '' */
.icon-check-empty:before {
  content: '\e8c4'; }

/* '' */
.icon-bookmark-empty:before {
  content: '\e82c'; }

/* '' */
.icon-phone-squared:before {
  content: '\e850'; }

/* '' */
.icon-twitter-1:before {
  content: '\e8ee'; }

/* '' */
.icon-facebook-1:before {
  content: '\e8f0'; }

/* '' */
.icon-github-circled-1:before {
  content: '\e8eb'; }

/* '' */
.icon-rss-1:before {
  content: '\e84e'; }

/* '' */
.icon-hdd:before {
  content: '\e8cf'; }

/* '' */
.icon-certificate:before {
  content: '\e8d1'; }

/* '' */
.icon-left-circled-1:before {
  content: '\e882'; }

/* '' */
.icon-right-circled-1:before {
  content: '\e883'; }

/* '' */
.icon-up-circled-1:before {
  content: '\e884'; }

/* '' */
.icon-down-circled-1:before {
  content: '\e885'; }

/* '' */
.icon-tasks:before {
  content: '\e8d2'; }

/* '' */
.icon-filter:before {
  content: '\e8d3'; }

/* '' */
.icon-resize-full-alt:before {
  content: '\e861'; }

/* '' */
.icon-beaker:before {
  content: '\e8d4'; }

/* '' */
.icon-docs-1:before {
  content: '\e848'; }

/* '' */
.icon-blank:before {
  content: '\e8f7'; }

/* '' */
.icon-menu-1:before {
  content: '\e851'; }

/* '' */
.icon-list-bullet:before {
  content: '\e8b1'; }

/* '' */
.icon-list-numbered:before {
  content: '\e8b2'; }

/* '' */
.icon-strike:before {
  content: '\e8b3'; }

/* '' */
.icon-underline:before {
  content: '\e8b4'; }

/* '' */
.icon-table:before {
  content: '\e8b5'; }

/* '' */
.icon-magic:before {
  content: '\e8d5'; }

/* '' */
.icon-pinterest-circled-1:before {
  content: '\e8f3'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\e8f4'; }

/* '' */
.icon-gplus-squared:before {
  content: '\e8f5'; }

/* '' */
.icon-gplus-1:before {
  content: '\e8f6'; }

/* '' */
.icon-money:before {
  content: '\e8d7'; }

/* '' */
.icon-columns:before {
  content: '\e8b6'; }

/* '' */
.icon-sort:before {
  content: '\e8d8'; }

/* '' */
.icon-sort-down:before {
  content: '\e8d9'; }

/* '' */
.icon-sort-up:before {
  content: '\e8da'; }

/* '' */
.icon-mail-alt:before {
  content: '\e804'; }

/* '' */
.icon-linkedin-1:before {
  content: '\e8f2'; }

/* '' */
.icon-gauge-1:before {
  content: '\e8dc'; }

/* '' */
.icon-comment-empty:before {
  content: '\e83f'; }

/* '' */
.icon-chat-empty:before {
  content: '\e840'; }

/* '' */
.icon-sitemap:before {
  content: '\e8dd'; }

/* '' */
.icon-paste:before {
  content: '\e8b8'; }

/* '' */
.icon-lightbulb:before {
  content: '\e85e'; }

/* '' */
.icon-exchange:before {
  content: '\e88a'; }

/* '' */
.icon-download-cloud:before {
  content: '\e832'; }

/* '' */
.icon-upload-cloud-1:before {
  content: '\e833'; }

/* '' */
.icon-user-md:before {
  content: '\e8e2'; }

/* '' */
.icon-stethoscope:before {
  content: '\e8e3'; }

/* '' */
.icon-suitcase-1:before {
  content: '\e8ba'; }

/* '' */
.icon-bell-alt:before {
  content: '\e842'; }

/* '' */
.icon-coffee:before {
  content: '\e8df'; }

/* '' */
.icon-food:before {
  content: '\e8e0'; }

/* '' */
.icon-doc-alt:before {
  content: '\e849'; }

/* '' */
.icon-building:before {
  content: '\e8e9'; }

/* '' */
.icon-hospital:before {
  content: '\e8e8'; }

/* '' */
.icon-ambulance:before {
  content: '\e8e4'; }

/* '' */
.icon-medkit:before {
  content: '\e8e5'; }

/* '' */
.icon-fighter-jet:before {
  content: '\e8a3'; }

/* '' */
.icon-beer:before {
  content: '\e8e1'; }

/* '' */
.icon-h-sigh:before {
  content: '\e8e6'; }

/* '' */
.icon-plus-squared-1:before {
  content: '\e8e7'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e876'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e877'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e878'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e879'; }

/* '' */
.icon-angle-left:before {
  content: '\e872'; }

/* '' */
.icon-angle-right:before {
  content: '\e873'; }

/* '' */
.icon-angle-up:before {
  content: '\e874'; }

/* '' */
.icon-angle-down:before {
  content: '\e875'; }

/* '' */
.icon-desktop:before {
  content: '\e899'; }

/* '' */
.icon-laptop:before {
  content: '\e89a'; }

/* '' */
.icon-tablet:before {
  content: '\e89b'; }

/* '' */
.icon-mobile-1:before {
  content: '\e89c'; }

/* '' */
.icon-circle-empty:before {
  content: '\e8c6'; }

/* '' */
.icon-quote-left:before {
  content: '\e836'; }

/* '' */
.icon-quote-right:before {
  content: '\e837'; }

/* '' */
.icon-spinner:before {
  content: '\e8de'; }

/* '' */
.icon-circle:before {
  content: '\e8c5'; }

/* '' */
.icon-reply-1:before {
  content: '\e834'; }

/* '' */
.icon-github-1:before {
  content: '\e8ec'; }

/* '' */
.icon-folder-empty:before {
  content: '\e84c'; }

/* '' */
.icon-folder-open-empty:before {
  content: '\e84d'; }

/* '' */
.icon-github-squared:before {
  content: '\e8ea'; }

/* '' */
.icon-github:before {
  content: '\f300'; }

/* '' */
.icon-github-circled:before {
  content: '\f301'; }

/* '' */
.icon-flickr:before {
  content: '\f303'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e8ed'; }

/* '' */
.icon-flickr-circled:before {
  content: '\f304'; }

/* '' */
.icon-vimeo:before {
  content: '\f306'; }

/* '' */
.icon-vimeo-circled:before {
  content: '\f307'; }

/* '' */
.icon-facebook-squared-1:before {
  content: '\e8ef'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-twitter-circled:before {
  content: '\f30a'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\e8f1'; }

/* '' */
.icon-facebook-circled:before {
  content: '\f30d'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e8ef'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '' */
.icon-pinterest:before {
  content: '\f312'; }

/* '' */
.icon-pinterest-circled:before {
  content: '\f313'; }

/* '' */
.icon-tumblr:before {
  content: '\f315'; }

/* '' */
.icon-tumblr-circled:before {
  content: '\f316'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '' */
.icon-dribbble:before {
  content: '\f31b'; }

/* '' */
.icon-dribbble-circled:before {
  content: '\f31c'; }

/* '' */
.icon-stumbleupon:before {
  content: '\f31e'; }

/* '' */
.icon-stumbleupon-circled:before {
  content: '\f31f'; }

/* '' */
.icon-lastfm:before {
  content: '\f321'; }

/* '' */
.icon-lastfm-circled:before {
  content: '\f322'; }

/* '' */
.icon-rdio:before {
  content: '\f324'; }

/* '' */
.icon-rdio-circled:before {
  content: '\f325'; }

/* '' */
.icon-spotify:before {
  content: '\f327'; }

/* '' */
.icon-spotify-circled:before {
  content: '\f328'; }

/* '' */
.icon-qq:before {
  content: '\f32a'; }

/* '' */
.icon-instagram:before {
  content: '\f32d'; }

/* '' */
.icon-dropbox:before {
  content: '\f330'; }

/* '' */
.icon-evernote:before {
  content: '\f333'; }

/* '' */
.icon-flattr:before {
  content: '\f336'; }

/* '' */
.icon-skype:before {
  content: '\f339'; }

/* '' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '' */
.icon-renren:before {
  content: '\f33c'; }

/* '' */
.icon-sina-weibo:before {
  content: '\f33f'; }

/* '' */
.icon-paypal:before {
  content: '\f342'; }

/* '' */
.icon-picasa:before {
  content: '\f345'; }

/* '' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '' */
.icon-mixi:before {
  content: '\f34b'; }

/* '' */
.icon-behance:before {
  content: '\f34e'; }

/* '' */
.icon-google-circles:before {
  content: '\f351'; }

/* '' */
.icon-vkontakte:before {
  content: '\f354'; }

/* '' */
.icon-smashing:before {
  content: '\f357'; }

/* '' */
.icon-db-shape:before {
  content: '\f600'; }

/* '' */
.icon-sweden:before {
  content: '\f601'; }

/* '' */
.icon-logo-db:before {
  content: '\f603'; }

/* '' */
.icon-picture-1:before {
  content: '\e80e'; }

/* '' */
.icon-picture:before {
  content: '🌄'; }

/* '\1f304' */
.icon-globe-1:before {
  content: '\e89e'; }

/* '' */
.icon-globe:before {
  content: '🌎'; }

/* '\1f30e' */
.icon-leaf:before {
  content: '🍂'; }

/* '\1f342' */
.icon-leaf-1:before {
  content: '\e8a4'; }

/* '' */
.icon-lemon:before {
  content: '\e8f8'; }

/* '' */
.icon-glass:before {
  content: '\e800'; }

/* '' */
.icon-gift:before {
  content: '\e8c8'; }

/* '' */
.icon-graduation-cap:before {
  content: '🎓'; }

/* '\1f393' */
.icon-mic:before {
  content: '🎤'; }

/* '\1f3a4' */
.icon-videocam:before {
  content: '\e80d'; }

/* '' */
.icon-headphones:before {
  content: '\e85c'; }

/* '' */
.icon-palette:before {
  content: '🎨'; }

/* '\1f3a8' */
.icon-ticket:before {
  content: '🎫'; }

/* '\1f3ab' */
.icon-video:before {
  content: '🎬'; }

/* '\1f3ac' */
.icon-video-1:before {
  content: '\e80c'; }

/* '' */
.icon-target:before {
  content: '🎯'; }

/* '\1f3af' */
.icon-target-1:before {
  content: '\e896'; }

/* '' */
.icon-music:before {
  content: '🎵'; }

/* '\1f3b5' */
.icon-trophy:before {
  content: '🏆'; }

/* '\1f3c6' */
.icon-award:before {
  content: '\e898'; }

/* '' */
.icon-thumbs-up:before {
  content: '👍'; }

/* '\1f44d' */
.icon-thumbs-up-1:before {
  content: '\e82e'; }

/* '' */
.icon-thumbs-down-1:before {
  content: '\e82f'; }

/* '' */
.icon-thumbs-down:before {
  content: '👎'; }

/* '\1f44e' */
.icon-bag:before {
  content: '👜'; }

/* '\1f45c' */
.icon-user:before {
  content: '👤'; }

/* '\1f464' */
.icon-user-1:before {
  content: '\e80a'; }

/* '' */
.icon-users-1:before {
  content: '\e80b'; }

/* '' */
.icon-users:before {
  content: '👥'; }

/* '\1f465' */
.icon-users-custom:before {
  content: '\02C7'; }

/* '\1f465' */
.icon-lamp:before {
  content: '💡'; }

/* '\1f4a1' */
.icon-alert:before {
  content: '💥'; }

/* '\1f4a5' */
.icon-water:before {
  content: '💦'; }

/* '\1f4a6' */
.icon-droplet:before {
  content: '💧'; }

/* '\1f4a7' */
.icon-credit-card-1:before {
  content: '\e8cc'; }

/* '' */
.icon-credit-card:before {
  content: '💳'; }

/* '\1f4b3' */
.icon-monitor:before {
  content: '💻'; }

/* '\1f4bb' */
.icon-briefcase:before {
  content: '💼'; }

/* '\1f4bc' */
.icon-briefcase-custom:before {
  content: '\02db'; }

/* '\1f4bc' */
.icon-briefcase-1:before {
  content: '\e8b9'; }

/* '' */
.icon-floppy-1:before {
  content: '\e8cd'; }

/* '' */
.icon-floppy:before {
  content: '💾'; }

/* '\1f4be' */
.icon-cd:before {
  content: '💿'; }

/* '\1f4bf' */
.icon-folder:before {
  content: '📁'; }

/* '\1f4c1' */
.icon-folder-1:before {
  content: '\e84a'; }

/* '' */
.icon-folder-open:before {
  content: '\e84b'; }

/* '' */
.icon-doc-text:before {
  content: '📄'; }

/* '\1f4c4' */
.icon-doc-1:before {
  content: '\e847'; }

/* '' */
.icon-calendar-1:before {
  content: '\e856'; }

/* '' */
.icon-calendar:before {
  content: '📅'; }

/* '\1f4c5' */
.icon-chart-line:before {
  content: '📈'; }

/* '\1f4c8' */
.icon-chart-bar-1:before {
  content: '\e8cb'; }

/* '' */
.icon-chart-bar:before {
  content: '📊'; }

/* '\1f4ca' */
.icon-clipboard:before {
  content: '📋'; }

/* '\1f4cb' */
.icon-pin:before {
  content: '\e826'; }

/* '' */
.icon-attach:before {
  content: '📎'; }

/* '\1f4ce' */
.icon-attach-1:before {
  content: '\e823'; }

/* '' */
.icon-bookmarks:before {
  content: '📑'; }

/* '\1f4d1' */
.icon-book-1:before {
  content: '\e8c0'; }

/* '' */
.icon-book:before {
  content: '📕'; }

/* '\1f4d5' */
.icon-book-open:before {
  content: '📖'; }

/* '\1f4d6' */
.icon-phone-1:before {
  content: '\e84f'; }

/* '' */
.icon-phone:before {
  content: '📞'; }

/* '\1f4de' */
.icon-megaphone:before {
  content: '📣'; }

/* '\1f4e3' */
.icon-megaphone-1:before {
  content: '\e8ce'; }

/* '' */
.icon-upload:before {
  content: '📤'; }

/* '\1f4e4' */
.icon-upload-1:before {
  content: '\e831'; }

/* '' */
.icon-download:before {
  content: '📥'; }

/* '\1f4e5' */
.icon-download-1:before {
  content: '\e830'; }

/* '' */
.icon-box:before {
  content: '📦'; }

/* '\1f4e6' */
.icon-newspaper:before {
  content: '📰'; }

/* '\1f4f0' */
.icon-mobile:before {
  content: '📱'; }

/* '\1f4f1' */
.icon-signal-1:before {
  content: '\e897'; }

/* '' */
.icon-signal:before {
  content: '📶'; }

/* '\1f4f6' */
.icon-camera-1:before {
  content: '\e80f'; }

/* '' */
.icon-camera:before {
  content: '📷'; }

/* '\1f4f7' */
.icon-shuffle-1:before {
  content: '\e889'; }

/* '' */
.icon-shuffle:before {
  content: '🔀'; }

/* '\1f500' */
.icon-loop:before {
  content: '🔁'; }

/* '\1f501' */
.icon-arrows-ccw:before {
  content: '🔄'; }

/* '\1f504' */
.icon-light-down:before {
  content: '🔅'; }

/* '\1f505' */
.icon-light-up:before {
  content: '🔆'; }

/* '\1f506' */
.icon-mute:before {
  content: '🔇'; }

/* '\1f507' */
.icon-volume-off:before {
  content: '\e859'; }

/* '' */
.icon-volume-down:before {
  content: '\e85a'; }

/* '' */
.icon-volume-up:before {
  content: '\e85b'; }

/* '' */
.icon-sound:before {
  content: '🔊'; }

/* '\1f50a' */
.icon-battery:before {
  content: '🔋'; }

/* '\1f50b' */
.icon-search-1:before {
  content: '\e802'; }

/* '' */
.icon-search:before {
  content: '🔍'; }

/* '\1f50d' */
.icon-key:before {
  content: '🔑'; }

/* '\1f511' */
.icon-key-1:before {
  content: '\e8d0'; }

/* '' */
.icon-lock-1:before {
  content: '\e824'; }

/* '' */
.icon-lock:before {
  content: '🔒'; }

/* '\1f512' */
.icon-lock-open:before {
  content: '🔓'; }

/* '\1f513' */
.icon-lock-open-1:before {
  content: '\e825'; }

/* '' */
.icon-bell:before {
  content: '🔔'; }

/* '\1f514' */
.icon-bell-1:before {
  content: '\e841'; }

/* '' */
.icon-bookmark:before {
  content: '🔖'; }

/* '\1f516' */
.icon-bookmark-1:before {
  content: '\e82b'; }

/* '' */
.icon-link:before {
  content: '🔗'; }

/* '\1f517' */
.icon-link-1:before {
  content: '\e821'; }

/* '' */
.icon-back:before {
  content: '🔙'; }

/* '\1f519' */
.icon-fire:before {
  content: '\e8c9'; }

/* '' */
.icon-flashlight:before {
  content: '🔦'; }

/* '\1f526' */
.icon-wrench:before {
  content: '\e854'; }

/* '' */
.icon-hammer:before {
  content: '\e8db'; }

/* '' */
.icon-chart-area:before {
  content: '🔾'; }

/* '\1f53e' */
.icon-clock:before {
  content: '🕔'; }

/* '\1f554' */
.icon-clock-1:before {
  content: '\e85d'; }

/* '' */
.icon-rocket:before {
  content: '🚀'; }

/* '\1f680' */
.icon-truck:before {
  content: '\e8d6'; }

/* '' */
.icon-block-1:before {
  content: '\e85f'; }

/* '' */
.icon-block:before {
  content: ''; }

/* '\1f6ab' */
.icon-block:before {
  content: '🚫'; }

/* '\1f6ab' */
/* Urspr. Basis Foundation 4.3.2  von zurb.com */
/* ============================================================================================= */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  background: white;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.88em 0;
  list-style-type: none;
  list-style-position: inside; }

.side-nav li {
  margin: 0 0 0.44em 0;
  font-size: 0.88em; }

.side-nav li a {
  display: block;
  color: #2ba6cb; }

.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold; }

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6; }

#footer .facebook-sign-wrap:before, #footer .facebook-sign-wrap:after {
  content: " ";
  display: table; }

#footer .facebook-sign-wrap:after {
  clear: both; }

/* from app-css2.css */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.35em;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  width: auto;
  margin-left: -0.71em;
  margin-right: -0.71em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.71em;
  padding-right: 0.71em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.71em;
    padding-right: 0.71em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 20%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 40%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 60%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 80%; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

p.lead {
  font-size: 1.21em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }

a:hover, a:focus {
  color: #2795b6; }

a img {
  border: none; }

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.18em;
  text-rendering: optimizeLegibility; }

p aside {
  font-size: 0.82em;
  line-height: 1.35;
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.22em; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 82.35%;
  color: #6f6f6f;
  line-height: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.59em; }

h3 {
  font-size: 1.29em; }

h4 {
  font-size: 1.06em; }

h5 {
  font-size: 1.06em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.18em 0 1.12em;
  height: 0; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 82.35%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.18em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0; }

ul li ul,
ul li ol {
  margin-left: 1.18em;
  margin-bottom: 0;
  font-size: 1em; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square; }

ul.circle {
  list-style-type: circle; }

ul.disc {
  list-style-type: disc; }

ul.no-bullet {
  list-style: none; }

ol li ul,
ol li ol {
  margin-left: 1.18em;
  margin-bottom: 0; }

dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.71em; }

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #003040;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

blockquote {
  margin: 0 0 1.18em;
  padding: 0.53em 1.18em 0 1.12em;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 0.76em;
  color: #555555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

.vcard {
  display: inline-block;
  margin: 0 0 1.18em 0;
  border: 1px solid #ddd;
  padding: 0.59em 0.71em; }

.vcard li {
  margin: 0;
  display: block; }

.vcard .fn {
  font-weight: bold;
  font-size: 0.88em; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.06em; }

@media only screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.59em; }
  h2 {
    font-size: 2.18em; }
  h3 {
    font-size: 1.59em; }
  h4 {
    font-size: 1.35em; } }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

.show-for-print {
  display: none !important; }

@media print {
  * {
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: block !important; } }

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.18em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.71em;
  padding-right: 1.41em;
  padding-bottom: 0.76em;
  padding-left: 1.41em;
  font-size: 0.94em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #2284a1; }

button:hover, button:focus, .button:hover, .button:focus {
  color: #fff; }

button.secondary, .button.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #d0d0d0; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333; }

button.success, .button.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #457a1a; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff; }

button.alert, .button.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #970b0e; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff; }

button.large, .button.large {
  padding-top: 0.94em;
  padding-right: 1.88em;
  padding-bottom: 1em;
  padding-left: 1.88em;
  font-size: 1.18em; }

button.small, .button.small {
  padding-top: 0.53em;
  padding-right: 1.06em;
  padding-bottom: 0.59em;
  padding-left: 1.06em;
  font-size: 0.76em; }

button.tiny, .button.tiny {
  padding-top: 0.41em;
  padding-right: 0.82em;
  padding-bottom: 0.47em;
  padding-left: 0.82em;
  font-size: 0.65em; }

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.71em; }

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.71em; }

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2284a1; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #d0d0d0; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9; }

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #457a1a; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #970b0e; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13; }

button, .button {
  padding-top: 0.76em;
  padding-bottom: 0.71em;
  -webkit-appearance: none; }

button.tiny, .button.tiny {
  padding-top: 0.47em;
  padding-bottom: 0.41em;
  -webkit-appearance: none; }

button.small, .button.small {
  padding-top: 0.59em;
  padding-bottom: 0.53em;
  -webkit-appearance: none; }

button.large, .button.large {
  padding-top: 0.97em;
  padding-bottom: 0.97em;
  -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; } }

@media only screen and (min-width: 768px) {
  button, .button {
    display: inline-block; } }

form {
  margin: 0 0 0.94em; }

form .row .row {
  margin: 0 -0.47em; }

form .row .row .column,
form .row .row .columns {
  padding: 0 0.47em; }

form .row .row.collapse {
  margin: 0; }

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0; }

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.47em; }

label {
  font-size: 0.82em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.18em; }

label.right {
  float: none;
  text-align: right; }

label.inline {
  margin: 0 0 0.94em 0;
  padding: 0.59em 0; }

label small {
  text-transform: capitalize;
  color: #666666; }

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.82em;
  height: 2.18em;
  line-height: 2.18em; }

.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }

span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }

span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #666;
  display: block;
  font-size: inherit;
  margin: 0 0 0.94em 0;
  padding: 0.47em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999; }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999; }

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd; }

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 0.94em 0; }

input[type="file"] {
  width: 100%; }

fieldset {
  border: solid 0 #ddd;
  padding: 0;
  margin: 0; }

fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.18em;
  margin: 0;
  margin-left: -0.18em; }

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.35em 0.24em;
  margin-top: 0;
  margin-bottom: 0.94em;
  font-size: 0.71em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.35em 0.24em;
  margin-top: 0;
  margin-bottom: 0.94em;
  font-size: 0.71em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }

.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999; }

.error label,
.error label.error {
  color: #c60f13; }

.error > small,
.error small.error {
  display: block;
  padding: 0.35em 0.24em;
  margin-top: 0;
  margin-bottom: 0.94em;
  font-size: 0.71em;
  font-weight: bold;
  background: #c60f13;
  color: #fff; }

.error span.error-message {
  display: block; }

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }

input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999; }

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1); }

.error select:focus {
  background: #fafafa;
  border-color: #999999; }

label.error {
  color: #c60f13; }

form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }

form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff; }

form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px; }

form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff; }

form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative; }

form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px; }

form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.18em;
  margin-bottom: 1.18em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.82em;
  vertical-align: top; }

form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px; }

form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.12em;
  color: #666;
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.47em;
  margin-right: 2.18em; }

form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.35em;
  height: 2.18em;
  display: block;
  right: 0;
  top: 0; }

form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.88em;
  top: 50%;
  margin-top: -3px; }

form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid; }

form.custom .custom.dropdown .disabled {
  color: #888; }

form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888; }

form.custom .custom.dropdown .disabled:hover:after {
  display: none; }

form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

form.custom .custom.dropdown.small {
  max-width: 134px; }

form.custom .custom.dropdown.medium {
  max-width: 254px; }

form.custom .custom.dropdown.large {
  max-width: 434px; }

form.custom .custom.dropdown.expand {
  width: 100% !important; }

form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

form.custom .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0; }

form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999; }

form.custom .error .custom.dropdown + small.error {
  margin-top: 0; }

form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 17px; }

form.custom .custom.dropdown ul li {
  color: #003040;
  font-size: 0.82em;
  cursor: default;
  padding-top: 0.24em;
  padding-bottom: 0.24em;
  padding-left: 0.35em;
  padding-right: 2.24em;
  min-height: 1.41em;
  line-height: 1.41em;
  margin: 0;
  white-space: nowrap;
  list-style: none; }

form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000; }

form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000; }

form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000; }

form.custom .custom.dropdown ul.show {
  display: block; }

form.custom .custom.disabled {
  background: #ddd; }

.alert-box {
  border-style: solid;
  border-width: 2px;
  display: block;
  font-weight: normal;
  margin-bottom: 0.82em;
  position: relative;
  padding: 0.65em 1.24em 0.71em 0.65em;
  font-size: 0.76em;
  background-color: #2ba6cb;
  border-color: #2284a1;
  color: inherit; }

.alert-box .close {
  font-size: 1.18em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.41em;
  right: 0.29em;
  color: #003040;
  opacity: 1; }

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5; }

.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.alert-box.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: inherit; }

.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: inherit; }

.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050; }

.breadcrumbs {
  display: block;
  padding: 0.53em 0.82em 0.53em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f6f6f6;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.65em;
  text-transform: uppercase; }

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline; }

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #2ba6cb; }

.breadcrumbs > *.current {
  cursor: default;
  color: #333; }

.breadcrumbs > *.current a {
  cursor: default;
  color: #333; }

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none; }

.breadcrumbs > *.unavailable {
  color: #999; }

.breadcrumbs > *.unavailable a {
  color: #999; }

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default; }

.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.71em;
  position: relative;
  top: 1px; }

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0; }

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  margin-bottom: 1.18em;
  padding: 0.88em;
  background: #fff; }

.panel > :first-child {
  margin-top: 0; }

.panel > :last-child {
  margin-bottom: 0; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.59em; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4; }

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #2284a1;
  margin-bottom: 1.18em;
  padding: 0.88em;
  background: #2ba6cb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

.panel.callout > :first-child {
  margin-top: 0; }

.panel.callout > :last-child {
  margin-bottom: 0; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.59em; }

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4; }

.panel.callout a {
  color: #fff; }

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

table {
  background: #fff;
  margin-bottom: 1.18em;
  border: solid 1px #ddd; }

table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold; }

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.47em 0.59em 0.59em;
  font-size: 0.82em;
  color: #222;
  text-align: left; }

table tr th,
table tr td {
  padding: 0.53em 0.59em;
  font-size: 0.82em;
  color: #222; }

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.06em; }

.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em; }

.progress .meter {
  background: #61c4e2;
  height: 100%;
  display: block; }

.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block; }

.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block; }

.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block; }

.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25em;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }

.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0; }

.reveal-modal > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child {
  margin-bottom: 0; }

.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%; }
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%; }
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%; }
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%; }
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%; } }

@media print {
  .reveal-modal {
    background: white !important; } }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }

/* bb.ch CSS2 5-based grid  */
/* ============================================================================================= */
/* bb.ch CSS2 Extra 5-based Grid by digitalwork */
@media only screen and (min-width: 768px) {
  .col-1-5 {
    position: relative;
    width: 20%; }
  .col-2-5 {
    position: relative;
    width: 40%; }
  .col-3-5 {
    position: relative;
    width: 60%; }
  .col-4-5 {
    position: relative;
    width: 80%; }
  .col-5-5 {
    position: relative;
    width: 100%; }
  .offset-1 {
    margin-left: 20%; }
  .offset-2 {
    margin-left: 40%; }
  .offset-3 {
    margin-left: 60%; }
  .offset-4 {
    margin-left: 80%; } }

/* Form Elements  */
/* ============================================================================================= */
fieldset legend {
  background: none; }

form select {
  font-size: 1.05em;
  height: 2.1em;
  border: 0;
  border: 1px solid #ccc;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  color: #003040;
  -webkit-appearance: menulist;
  -moz-appearance: menulist; }

form select:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
  box-shadow: 0 0 5px #999; }

form.iline {
  display: inline-block;
  vertical-align: top;
  width: 49%; }

.custom label,
form p.label {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .94em;
  line-height: 1.25em;
  color: #003040;
  margin-bottom: .75em; }

form.custom label.checkradio:hover {
  color: #da202c; }

form .custom.checkbox {
  margin-right: 0.25em;
  position: relative; }

select.iline {
  width: auto;
  display: inline-block; }

select:disabled {
  background-color: #d4d4d4; }

textarea {
  min-height: 100px; }

@media only screen and (max-width: 767px) {
  form.iline,
  select.iline {
    display: block;
    width: 100%;
    float: none; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  color: #003040; }
  input[type="text"] .iline, input[type="password"] .iline, input[type="date"] .iline, input[type="datetime"] .iline, input[type="datetime-local"] .iline, input[type="month"] .iline, input[type="week"] .iline, input[type="email"] .iline, input[type="number"] .iline, input[type="search"] .iline, input[type="tel"] .iline, input[type="time"] .iline, input[type="url"] .iline, textarea .iline {
    width: auto; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaaaaa !important; }

.sdbbNO,
.sdbbhidden {
  position: absolute;
  top: -99999px;
  left: -99999px; }

input[type="submit"] {
  background-color: transparent;
  box-shadow: none; }

.aside-landing-box input[type="submit"].blue,
#sidebar input[type="submit"],
#login-box input[type="submit"].blue,
#main input[type="submit"],
.field-wrapper input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  background-image: url("/Content/Internet/img/layout/bgn_link_hblau@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border: 0px;
  padding-right: 20px;
  padding-bottom: 3px;
  padding-left: 7px;
  color: #fff;
  font-weight: bold;
  float: right;
  border-radius: 0px; }

.aside-landing-box input[type="submit"].blue:hover,
#sidebar input[type="submit"]:hover,
#login-box input[type="submit"].blue:hover,
#main input[type="submit"]:hover,
.field-wrapper input[type="submit"]:hover {
  background-image: url("/Content/Internet/img/layout/bgn_link_red@2x.png"); }

#main input[type="submit"].grey {
  display: inline-block;
  vertical-align: middle;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  background-image: url("/Content/Internet/img/layout/bgn_link_grey@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  border: 0px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 7px;
  color: #fff;
  font-weight: bold;
  float: right;
  border-radius: 0px;
  pointer-events: none; }

form.custom .custom.checkbox.checked:before {
  font-family: fontello;
  content: "\2713";
  color: #da202c;
  margin: 0;
  font-size: 1.25em;
  left: 20%;
  font-weight: 300; }

form.custom label.checkradio {
  padding-left: 1.5em; }
  form.custom label.checkradio .custom.checkbox,
  form.custom label.checkradio .custom.radiobutton {
    margin-left: -1.5em; }

form .checkboxes {
  margin-bottom: 0.94em; }
  form .checkboxes label {
    margin-bottom: 0; }

form .cancel, .cancel,
form .alink {
  color: #666;
  float: left;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.88em;
  font-weight: normal;
  margin-top: 0.5em; }

form .alink {
  color: #0090C4; }

.field-validation-error,
.field-validation-valid {
  display: block;
  color: #da202c;
  font-weight: 700;
  font-size: .94em;
  line-height: 1.2em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  padding-left: 35%; }

.field-validation-valid {
  display: none; }

.input-validation-error {
  border-color: #da202c !important; }

.error {
  color: #da202c;
  font-weight: 700; }

#sidebar input,
#sidebar textarea,
#sidebar select {
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.37em; }

#sidebar input[type='submit'] {
  padding-top: 0.2em; }

#sidebar p.label {
  margin: 1em 0 0;
  font-size: 0.8em; }

#sidebar form .custom.checkbox {
  margin-right: 0.5em; }

#sidebar label {
  margin: 0; }

#sidebar form.custom span.custom.checkbox {
  width: 14px;
  height: 14px; }

.sidebarbox .field-validation-error {
  margin-top: -0.5em;
  padding-left: 0; }

label.show-as-required:after {
  content: '*';
  margin-left: 0.125em;
  color: #da202c; }

.iframelightbox form label.show-as-required {
  padding-right: 0.33em; }

.email-success {
  display: block;
  color: #139818;
  font-weight: 700;
  font-size: .94em;
  line-height: 1.2em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.5em;
  padding-left: 35%;
  clear: both;
  padding-left: 25%;
  width: 95%; }

@media only screen and (max-width: 480px) {
  .email-success {
    padding-left: 0; } }

/* TEMP EXTRAS ! NOT FOR LIVE ! */
/* ============================================================================================= */
.ux17_primary-nav-sub-menu .xxx,
#XXXcontainer,
#XXXmenu,
#XXXmenu .search,
#XXXmyBerufswahl,
#XXXmyBcontentTargetNotAuthenticated,
#XXXlogin-box-wrapper,
.XXXprimary-nav-sub-menu,
.XXXsticky-nav,
#XXXfooter-mobile,
#myBcontentTargetNotAuthenticated {
  display: none !important; }

.temp-off {
  display: none; }

#googleMap {
  width: 100% !important; }

.nextpage {
  display: inline-block;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 1em;
  background-color: #00aa28;
  color: #fff !important;
  font-weight: bold;
  opacity: 0.75;
  font-size: 1.25em;
  text-transform: uppercase; }
  .nextpage:hover {
    opacity: 1;
    color: #fff; }

/* ============================================================================================= */
/* ============================================================================================= */
/* ============================================================================================= */
/* BASICS */
/* ============================================================================================= */
html {
  background: none; }

body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  color: #003040;
  background-color: #ececec;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.0em;
    background-color: #003040; } }

h1, h2, h3, h4, h5, strong.big-number, .teaser, .teaser-negative #header, #aside, #footer {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.teaser #roof-bottom {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1, h2 {
  color: #da202c;
  font-weight: 300; }

h2, h3, h4 {
  clear: both; }

h3, h4, h5, h6 {
  color: #003040; }

h1 {
  line-height: .95em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.4em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.3em; }

h5 {
  font-size: 1.05em;
  margin-bottom: 0.2em; }

/* DIVS */
/* ============================================================================================= */
#content-wrapper {
  margin-top: 0.47em; }

#content {
  padding-right: 0;
  padding-bottom: 1.2em;
  font-size: 0.94em; }

#container {
  background: #ececec;
  position: relative;
  transition: margin-left linear .7s;
  -webkit-transition: margin-left linear .7s;
  overflow: hidden; }
  #container.transparent {
    opacity: 0.2; }
    #container.transparent form,
    #container.transparent #sidebar {
      display: none; }

.scheme #container {
  padding-bottom: 11em; }

@media only screen and (max-width: 767px) {
  .mobileVersion .scheme #container {
    overflow: auto !important; }
  .scheme #scheme-wrapper {
    margin-top: 0;
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  #container {
    padding-top: 20px;
    transition: box-shadow 0.4s; }
  .mobileVersion #container {
    padding-top: 56px; }
  #container.slided {
    box-shadow: -7px 0 5px -5px rgba(25, 25, 50, 0.3); }
  #content {
    padding-right: 0.71em; }
  #sidebar {
    padding: 0;
    margin-top: 1em; }
  #header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #26c7fd; } }

/* LINKS */
/* ============================================================================================= */
a {
  color: #0090C4;
  text-decoration: none;
  font-weight: 700; }

a:visited {
  color: #0090c4; }

a:hover {
  color: #da202c; }

a:focus {
  color: #da202c; }

a.active {
  color: white; }

a[class^=icon]:before,
a[class*=" icon-"] {
  color: #da202c;
  margin-right: 0.5em; }

a.arrow.big {
  display: block; }

/* Anchors */
a[id^=a]:not([href]) {
  line-height: 0; }

@media only screen and (max-width: 767px) {
  a[class^=icon]:before,
  a[class*=" icon-"] {
    margin-right: 0.3em; } }

/* HELPERS */
/* ============================================================================================= */
.custom-show-for-small {
  display: none; }

.custom-hide-for-small {
  display: inherit; }

@media only screen and (max-width: 767px) {
  .custom-show-for-small {
    display: inherit !important; }
  .custom-hide-for-small {
    display: none !important; } }

.isIFrame #header-mobile {
  display: none !important; }

.top-bar-mobile {
  display: none; }

.isIFrame .top-bar-mobile {
  display: none !important; }

.hide-me {
  display: block;
  position: absolute;
  left: -99999em;
  top: -99999em;
  text-indent: 99999em;
  width: 0;
  overflow: hidden; }

.divider-hr {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 0.5em;
  clear: both; }

.clearfix:before, .clear:before,
.clearfix:after,
.clear:after,
#filter-wrapper:after,
.fs-main .result .detail:after,
.fs-main #sidebar .sidebarbox .save-search form:after,
form.custom .radio_toggle_box_content:after,
.uxfs .searchpanel .radio_toggle_box_content:after {
  content: "";
  display: table; }

.clearfix:after, .clear:after, #filter-wrapper:after, .fs-main .result .detail:after, .fs-main #sidebar .sidebarbox .save-search form:after, form.custom .radio_toggle_box_content:after, .uxfs .searchpanel .radio_toggle_box_content:after {
  clear: both; }

.clearfix, .clear, #filter-wrapper:after, .fs-main .result .detail:after, .fs-main #sidebar .sidebarbox .save-search form:after, form.custom .radio_toggle_box_content:after, .uxfs .searchpanel .radio_toggle_box_content:after {
  zoom: 1; }

.center {
  text-align: center; }

.bold {
  font-weight: 700; }

/* NAVIGATIONEN */
/* ============================================================================================= */
nav ul,
[id$=nav] ul {
  list-style: none; }

/* Arrow-Navigationen und -Links  */
/* ============================================================================================= */
/* CSS Document */
/* Navigationen mit Chevron-Zeichen */
ul.arrow {
  list-style: none;
  line-height: 1.2em; }

.arrow li {
  margin-left: 1em;
  padding: 0.18em 0; }

.arrow li a {
  color: #0090C4;
  margin-left: .5em; }
  .arrow li a.is-active {
    color: #da202c; }

#main-content .arrow li a {
  color: #0090C4; }

.arrow li a:hover,
#main-content .arrow li a:hover,
#footer .arrow li a:hover {
  color: #da202c; }

.arrow.in-a li a {
  padding-left: 0.25em; }

.arrow li:before,
.arrow.in-li li:before,
.arrow.in-a li a:before,
a.arrow:before,
.fold-trigger.arrow:before {
  content: "\e762";
  font-family: "fontello";
  font-size: 1.3em;
  font-weight: 300;
  color: #da202c;
  margin-left: -0.7em;
  vertical-align: text-bottom; }

.arrow.has-i li:before,
a.arrow.has-i:before {
  content: none; }

.arrow.has-i {
  line-height: 1.2; }
  .arrow.has-i li {
    display: flex;
    align-items: flex-start;
    margin-left: 0; }
  .arrow.has-i i {
    font-style: normal; }
  .arrow.has-i [class*=access-icon-]:before {
    content: "";
    font-family: "fontello";
    font-size: 1.3em;
    font-weight: 300;
    line-height: 0.9667;
    color: #da202c; }
  .arrow.has-i [class*=access-icon-arrow]:before {
    content: "\e762"; }

a.arrow.has-i {
  display: flex;
  align-items: flex-start;
  padding-left: 0; }
  a.arrow.has-i [class*=access-icon-arrow]:before {
    margin-right: 0.2em; }

.arrow.has-i > strong > [class*=access-icon-arrow]:before {
  vertical-align: top; }

a.arrow:not(.has-i) > i {
  display: none; }

.arrow.in-a li:before {
  content: none; }

.arrow.in-a li a:before,
a.arrow:before,
.fold-trigger.arrow:before {
  margin-right: 0.25em; }

/* Links mit Chevron-Zeichen */
a.arrow {
  padding-left: 0.95em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  a.arrow:before {
    line-height: 1; }

/* Primary Navigation  */
/* ============================================================================================= */
/* #header-right */
/* Primary Navigation  */
/* ============================================================================================= */
#primary-nav-wrap {
  padding-top: 2.05em; }

#primary-nav div.nav {
  display: block;
  float: left;
  padding-right: 0;
  position: static;
  padding-left: 0px;
  height: 4.71em;
  border-right: 1px solid #00688C;
  padding-top: 1px; }
  #primary-nav div.nav > a {
    display: block;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.76em;
    font-weight: 300;
    line-height: 0.93em;
    color: #26c7fd;
    height: 100%;
    border-right: 1px solid #000;
    padding-top: 8px;
    padding-left: 1.37em;
    position: relative;
    z-index: 50; }
    #primary-nav div.nav > a.active {
      color: #fff; }
  #primary-nav div.nav:last-child {
    border-right: 0; }
    #primary-nav div.nav:last-child > a {
      border-right: 0; }

#primary-nav div.nav [class^=icon] {
  color: #da202c;
  font-size: 1.53em;
  line-height: 1.18em;
  width: 1em;
  text-align: left;
  display: block;
  margin-left: 0.62em;
  float: left;
  padding-top: 3px;
  z-index: 51;
  position: relative;
  cursor: pointer; }

#primary-nav div.nav:hover > a {
  color: #da202c; }

#primary-nav div.nav:not(.onlyRed):hover > a,
#primary-nav div.nav.hover > a {
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  background-color: #fff;
  height: 120%;
  border-right: 0px;
  box-shadow: 0px -5px 5px rgba(25, 25, 50, 0.3);
  color: #da202c; }

#primary-nav .primary-nav-sub-menu {
  z-index: -11;
  min-height: 16em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 396.8%;
  padding-top: 0.6em;
  padding-bottom: 1em;
  box-shadow: 0px 0px 25px rgba(25, 25, 50, 0.3);
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%); }

.primary-nav-sub-menu ul {
  margin-bottom: 0; }

.primary-nav-sub-menu .arrow li {
  margin-left: 0; }

.primary-nav-sub-menu > .arrow > li {
  padding-bottom: 1.12em; }

.primary-nav-sub-menu .arrow li ul {
  margin-left: 0; }

.primary-nav-sub-menu > ul ul {
  line-height: 1.1em;
  margin-top: 0.125em; }

.primary-nav-sub-menu > ul ul li {
  padding: .13em 0; }

.primary-nav-sub-menu .arrow li ul {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.primary-nav-sub-menu .arrow li a {
  color: #003040;
  font-weight: 300; }

.primary-nav-sub-menu .arrow > li > a {
  font-weight: 700; }

.primary-nav-sub-menu .arrow li a:hover {
  color: #da202c; }

/*#primary-nav div.nav:hover .primary-nav-sub-menu,*/
#primary-nav div.nav.hover .primary-nav-sub-menu,
#primary-nav div.nav:not(.onlyRed):hover .primary-nav-sub-menu.animate {
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  z-index: 49;
  opacity: 1;
  visibility: visible;
  padding-top: 1.18em;
  padding-bottom: 2.35em; }

#primary-nav .primary-nav-sub-menu > ul {
  width: 36%;
  float: left;
  padding-left: 2.65em;
  margin-top: 0.71em; }

/* HEAD AREA */
/* ============================================================================================= */
.logo_text {
  position: absolute;
  bottom: .77em;
  left: .80em;
  font-weight: 700;
  font-size: 1.85em;
  line-height: .86em;
  color: #003040; }

.logo_text > span {
  display: block; }
  .logo_text > span > span {
    display: block;
    color: #fff; }

#logo.columns {
  padding: 0; }

#header-right.columns {
  padding-left: 0;
  padding-right: 0; }

.bg-wrapper {
  position: relative;
  height: 165px;
  background-image: url("/Content/Internet/img/layout/bg_logo.png");
  background-repeat: no-repeat;
  background-size: 100% 102%;
  background-position: center bottom; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-wrapper {
    background-image: url("/Content/Internet/img/layout/bg_logo@2x.png"); } }

#logo a:focus {
  outline: none; }
  #logo a:focus > .logo_text {
    outline: #003040 double 5px;
    outline-offset: 4px; }

.logo.medium-2 {
  position: relative; }

#header-right .inner {
  background: url("/Content/Internet/img/layout/bg_header.png") 0 0 no-repeat; }

#header-right .row {
  margin-right: 0;
  margin-left: 0; }

/* Nav */
#service-nav,
.tool-nav {
  margin-bottom: 0; }

.tool-nav {
  float: right;
  list-style: none; }

#service-nav li, .tool-nav li {
  float: left; }

#service-nav li a, .tool-nav li a {
  display: block;
  font-family: 'PT Sans Narrow'; }

#service-nav > li > a, .tool-nav > li > a {
  padding: 0 .7em;
  font-weight: 700;
  line-height: 1.9em;
  color: #26c7fd; }

#service-nav > li > a.active, .tool-nav > li > a.active {
  color: #fff; }

#service-nav > li > a:hover, .tool-nav > li > a:hover {
  color: #da202c; }

.tool-nav li a[class^=icon-]:before {
  margin-right: 0;
  color: #26c7fd; }

.tool-nav li a[class^=icon-]:hover,
.tool-nav li a[class^=icon-]:hover:before {
  color: #da202c; }

#service-nav.columns {
  padding-left: 0; }

#service-nav .direct-access {
  position: relative; }

#service-nav .direct-access ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ececec 100%);
  top: 100%;
  left: 0;
  width: 160%;
  padding: 0 .65em .6em .85em;
  margin-left: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: -100;
  transition: padding .3s ease; }

#service-nav .direct-access li {
  float: none;
  line-height: 1.7em; }

#service-nav .direct-access li:before {
  float: left; }

#service-nav .direct-access li a {
  padding: 0; }

a#login-nav {
  position: relative; }

#service-nav .direct-access:hover > a,
a#login-nav.active {
  background-color: #fff;
  color: #da202c; }

a#login-nav.active {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); }

a#login-nav.active:before {
  color: #da202c; }

#service-nav .direct-access:hover > a:before,
a#login-nav.active:after {
  background: none repeat scroll 0 0 white;
  bottom: -1px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101; }

#service-nav .direct-access:hover ul {
  visibility: visible;
  opacity: 1;
  padding-top: 0.5em;
  z-index: 100; }

.direct-access [class^=targetgroup] a {
  font-weight: 300;
  color: #003040; }

.direct-access [class^=targetgroup]:not(.bold) a {
  font-weight: 300 !important; }

.direct-access [class^=targetgroup].bold a {
  font-weight: 700; }

#login-box-wrapper {
  position: absolute;
  top: 1.85em;
  right: 0;
  z-index: -60;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  display: none; }

#login-box-wrapper.active {
  opacity: 1;
  z-index: 60;
  display: block; }

#login-box {
  background-color: #fff;
  width: 25em;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ececec 100%);
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  padding-bottom: 0.75em; }

#login-box-wrapper.active #login-box .login,
#login-box-wrapper.active #login-box .user,
#login-box-wrapper.active #login-box .register,
#login-box-wrapper.active #login-box .favourites {
  padding-top: 1em;
  transition: padding-top 0.3s; }

#login-box-wrapper.active #login-box .register,
#login-box-wrapper.active #login-box .favourites {
  padding-bottom: 1.18em; }

#login-box > div {
  padding: 0.47em 0.65em 1.12em 0.94em; }

#login-box i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5em;
  padding-right: 0.2em; }

#login-box .arrow.has-i i.access-icon-arrow {
  font-size: 1.05em; }

#login-box p {
  line-height: 1.4em;
  text-shadow: 1px 1px 0px white;
  margin-bottom: 0.76em; }

#login-box .login {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#login-box .title {
  display: inline-block;
  vertical-align: top;
  font-size: 1.4em;
  line-height: 1.333em;
  margin-bottom: 0.2em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#login-box .user {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #ddd; }

#login-box .dashboard {
  border-top: 1px solid white;
  border-bottom: 1px solid #ddd; }
  #login-box .dashboard a.arrow {
    display: block;
    font-size: 1.4em;
    margin-bottom: 0.3em; }
  #login-box .dashboard p {
    margin-bottom: 0; }

#login-box .favourites {
  border-top: 1px solid white;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #login-box .favourites a {
    font-weight: normal; }
  #login-box .favourites a.disabled {
    /*BBCH-1833*/ }
    #login-box .favourites a.disabled .outdated {
      margin-left: 0.5em; }
  #login-box .favourites i {
    /*margin-top: 0.2em;*/
    font-size: 1.3em; }

#login-box label {
  font-weight: 700;
  font-size: 1em;
  color: #003040;
  line-height: 1.625em;
  width: 35%;
  clear: both;
  float: left;
  text-shadow: 1px 1px 0px white; }

#login-box input[type=text],
#login-box input[type=password] {
  float: left;
  width: 65%;
  height: 1.75em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#login-box .login {
  border-bottom: 1px solid #d4d4d4; }

#login-box .register {
  border-top: 1px solid #fff; }
  #login-box .register a.arrow.has-i {
    float: left; }

#login-box input.input-validation-error {
  margin-bottom: 0.2em; }

#login-box .error .validation-summary-errors {
  padding-top: 0.5em; }
  #login-box .error .validation-summary-errors li {
    line-height: 1.2em; }

.login-forget {
  font-size: 0.85em;
  display: inline-block;
  width: 65%; }
  .login-forget span {
    font-weight: 700;
    margin-left: -0.55em;
    margin-right: 0.2em; }

.logout,
a.register,
a.dark-blue {
  display: inline-block;
  float: right;
  vertical-align: middle;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.6em;
  color: #fff;
  padding-right: 20px;
  padding-left: 7px;
  background: url("/Content/Internet/img/layout/bgn_link_hblau@2x.png") no-repeat 0 0;
  background-position: right center;
  background-size: 600px auto; }

a.dark-blue {
  background-image: url("/Content/Internet/img/layout/bgn_link_darkblue@2x.png"); }

a.dark-blue.disabled,
a.dark-blue.disabled:hover {
  background: url("/Content/Internet/img/layout/bg_link.png") no-repeat right -225px; }

.logout:hover,
a.register:hover,
a.dark-blue:hover {
  background-image: url("/Content/Internet/img/layout/bgn_link_red@2x.png"); }

#header-right ul {
  list-style: none; }

.icon-sort-down {
  margin-right: 0;
  margin-left: 0.25em;
  position: relative;
  top: -4px; }

.show-text {
  margin-left: 0.5em; }

.divider {
  border-left: 1px solid #000;
  border-right: 1px solid #00688c;
  height: 1.88em; }

/* Searchfield */
.search form {
  margin-top: 0.25em;
  margin-bottom: 0; }

.search-field-wrap {
  position: relative;
  background-color: #005d7c;
  height: 2.2em;
  width: 100%;
  padding-right: 20%;
  border-radius: 1.1em;
  transition: all 0.5s ease; }

.search-field-wrap input.search-field {
  width: 75%;
  border: none !important;
  background-color: transparent;
  color: #fff;
  font-family: "PT Sans Narrow";
  font-size: 1.25em;
  padding: 0 0.75em 0 0;
  box-shadow: none !important;
  position: absolute;
  left: 0.6667em;
  top: 0.25em;
  margin-bottom: 0; }

.search-field-wrap input.search-field:focus {
  outline: none; }

.search-field-wrap a {
  position: absolute;
  right: 0em;
  font-size: 1.25em;
  padding: 0 0.4em 0 0.5em;
  border-left: 1px solid #003f5e; }

.search-field-wrap a:before {
  margin-right: 0;
  line-height: 1.8em;
  color: #26c7fd; }

.search-field-wrap a:hover:before {
  color: #da202c; }

#menu .search-field-wrap a {
  padding-right: 0.7em; }

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .search-field-wrap input.search-field {
    width: 74%; }
  .search-field-wrap a {
    padding-right: 0.1em; } }

/* Subnavigation  */
/* ============================================================================================= */
#subnav.columns {
  padding: 0; }

#subnav a {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: block; }

#subnav a:visited {
  color: #003040; }

#subnav a:link {
  color: #003040; }

#subnav a:hover,
#subnav > ul > li a.active {
  color: #da202c; }

#subnav > ul {
  border-top: 1px solid #bbb; }

#subnav ul li {
  position: relative; }

#subnav ul li ul {
  margin-left: 0.95em;
  padding-bottom: 0.33em; }

#subnav ul li ul li ul {
  margin-left: 0.8em; }

#subnav > ul > li:first-child {
  border-top: 1px solid #fff; }

#subnav > ul > li a {
  line-height: 1.06em; }

#subnav > ul > li > a {
  font-weight: 700;
  color: #003040;
  line-height: 1.2em;
  padding: 0.9em 0.5em 0.75em 1.33em; }

#subnav > ul li a .access-icon-arrow:before {
  content: "\e762";
  font-family: "fontello";
  font-size: 1.3em;
  margin-right: 0.35em;
  margin-left: -0.6em;
  font-weight: 300;
  vertical-align: top;
  font-style: normal; }

#subnav > ul li a.subnav-open .access-icon-arrow:before {
  content: '\e760';
  margin-left: -0.8em; }

#subnav > ul > li {
  border-bottom: 1px solid #bbb;
  position: relative;
  padding-left: .1em;
  padding-right: .6em; }

#subnav > ul > li:after {
  content: '';
  border-bottom: 1px solid #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px; }

#subnav > ul > li.active {
  border: 1px solid #bbb;
  margin-top: -1px;
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
  padding-bottom: 0.5em; }

#subnav ul ul a {
  padding-top: .12em;
  padding-bottom: .12em !important;
  padding-left: 1.125em; }

#subnav li.active a {
  background: none;
  padding-bottom: 0.4em; }

#main ul {
  list-style: none; }

/* Alert-Box */
#header-tip {
  padding-left: 0;
  padding-right: 0;
  margin-top: -1em; }

.alert-box {
  padding: 0;
  border-color: #da202c;
  background: white;
  background: -moz-linear-gradient(top, #fbfbfb 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, #fbfbfb 0%, #ececec 100%);
  background: -o-linear-gradient(top, #fbfbfb 0%, #ececec 100%);
  background: -ms-linear-gradient(top, #fbfbfb 0%, #ececec 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, #ececec 100%);
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  min-height: 2.9em; }

.alert-wrapper {
  position: relative;
  padding-left: 3em; }

.alert-box .flash_img {
  background: url("/Content/Internet/img/layout/bg_alert_arrow_red.png") no-repeat center left;
  background-size: 100% 100%;
  width: 2.2%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

@media only screen and (max-width: 767px) {
  .alert-box {
    min-height: 0em; }
  .alert-box .flash_img {
    width: 25px; } }

.alert-box .icon-flash {
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  line-height: 2.15em;
  margin-right: 0.77em;
  width: 1em;
  font-size: 1.2em; }

.alert-box p {
  position: relative;
  margin: 0 0.88em 0 0;
  line-height: 1.23em;
  font-size: inherit;
  height: inherit;
  padding: 0.46em 1.15em 0.38em 0.2em; }

.alert-box div.alert-info {
  margin-left: 2.4em; }

/* Breadcrumb */
#breadcrumbs {
  top: -22px;
  position: relative; }

#techcrumbs + #breadcrumbs {
  top: -5px; }

.breadcrumbs {
  background: none;
  border: none;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 1.125em;
  margin-bottom: 0; }

.breadcrumbs > * {
  font-size: 0.8em; }

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #003040;
  text-decoration: none !important;
  font-weight: 300; }

.breadcrumbs > * a:hover {
  color: #da202c; }

.breadcrumbs > .current a:hover {
  color: #003040; }

.breadcrumbs > .current a {
  font-weight: 700; }

.breadcrumbs li {
  padding-right: 0; }

.breadcrumbs > * a .breadcrumbs .current {
  font-weight: 700; }

.breadcrumbs li:before {
  content: "\00BB";
  color: #003040;
  top: 0px;
  margin: 0 0.3em 0 0.3em;
  font-weight: normal; }

.breadcrumbs a:hover {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  #breadcrumb {
    display: none; } }

/* PAGE CONTENT */
/* ============================================================================================= */
/* Basics of content divs ================================================================================ */
#top-functions,
#roof-top,
#roof-bottom,
.cont,
#sidebar .toggleBox,
.sidebarbox {
  background-color: #fff;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4; }

#top-functions {
  padding-top: 0.66em;
  padding-left: 0.59em;
  border-bottom: 0;
  min-height: 2.5em; }

#roof-top {
  padding: 0 0.71em 3.82em 1.59em;
  overflow: hidden;
  position: relative; }

.detail #main-content.columns {
  padding-right: 0; }

#content .cont {
  padding: 1em 1.56em 5.94em 1.56em; }

.bold {
  font-weight: 700; }

.lead, p.lead {
  font-size: 1.76em;
  line-height: 1.03em;
  font-family: "PT Sans Narrow";
  width: 75%; }

#roof-top h1 {
  margin-top: 1em;
  margin-bottom: 0.12em;
  width: 75%; }

#roof-top .lead {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  #top-functions {
    background: none;
    border: none;
    margin-bottom: 0.75em;
    padding-left: 0; }
  #roof-top {
    padding-left: 0.85em;
    padding-bottom: 1em; }
  #roof-top .lead {
    font-size: 1.33em;
    line-height: 1.15em;
    width: 100%; }
  #roof-top h1 {
    margin-top: 0.5em;
    margin-bottom: 0.12em;
    width: 100%; }
  #content-wrapper .cont {
    padding-left: 0; }
  #content .cont {
    padding: 0;
    background: none;
    border: 0; } }

.info-box {
  background-color: white;
  font-weight: bold;
  color: #da202c;
  border: 1px solid #d4d4d4;
  padding: 2em;
  text-align: center;
  margin: 1em 0; }
  .info-box i {
    font-weight: bold; }
  .info-box i[class^=icon-],
  .info-box a {
    color: #003040;
    font-style: normal; }
  .info-box a:hover {
    color: #da202c; }
  .info-box i.icon-check-1 + i.icon-check {
    margin-left: -0.78em;
    color: #da202c; }

.float-left {
  float: left; }

.float-left-important {
  float: left !important; }

.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden; }

/* Sticky Navigation  */
/* ============================================================================================= */
/* In-Page-Nav (sticky-nav) ================================================================================ */
.sticky-nav {
  padding: 1em 0.81em 1em 1.56em;
  position: relative;
  z-index: 40;
  background-color: #f5f5f5;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }

.sticky-nav ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 1.8em; }

.sticky-nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em; }

.sticky-nav li a {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #003040;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.2em; }

.sticky-nav li a:hover,
.sticky-nav li a.clicked,
.sticky-nav ul li a:hover:before {
  color: #da202c; }

.sticky-nav.fixed {
  padding-top: 0.6em;
  padding-bottom: 0.65em;
  border-left: 0px;
  border-right-color: rgba(25, 25, 50, 0.3);
  border-bottom-color: rgba(25, 25, 50, 0.3);
  box-shadow: 1px 1px 5px 2px rgba(25, 25, 50, 0.3); }

.sticky-nav #go-top {
  background: url("/Content/Internet/img/layout/arrow_up@2x.png") no-repeat 0.53em 0.71em;
  background-size: 12px 6px;
  width: 1.76em;
  height: 1.76em;
  position: absolute;
  top: 0.53em;
  right: 1em;
  display: none; }

.sticky-nav.fixed #go-top {
  display: block; }

/* Faceted Search  */
/* ============================================================================================= */
.fs-top {
  padding-top: 1em; }
  .fs-top h2 {
    line-height: 1.1em;
    font-weight: 700;
    margin: 0; }
  .fs-top p {
    margin-bottom: 0.5em;
    font-size: 0.85em; }
  .fs-top .search-field-wrap {
    width: 42%;
    height: 1.7em;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    /* BBCH-3930 large search input */ }
    .fs-top .search-field-wrap a:before {
      line-height: 1.6em;
      margin-left: -0.15em;
      margin-right: 0.1em; }
    .fs-top .search-field-wrap label {
      visibility: hidden; }
    .fs-top .search-field-wrap a.search-action {
      background: transparent linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%) repeat scroll 0 0;
      border-left-color: #d4d4d4;
      font-size: 1.05em; }
      .fs-top .search-field-wrap a.search-action .icon-search:before {
        line-height: 1.6em;
        margin-left: -.15em;
        margin-right: .1em;
        color: #003040; }
      .fs-top .search-field-wrap a.search-action .icon-search:hover:before {
        color: #da202c; }
    .fs-top .search-field-wrap input {
      color: #003040;
      font-weight: 700;
      font-size: 1em;
      top: 0.15em;
      width: 82%; }
      .fs-top .search-field-wrap input::-ms-clear {
        display: none; }
    .fs-top .search-field-wrap.large {
      width: 70%;
      height: 2.7em; }
      .fs-top .search-field-wrap.large input {
        font-size: 1.7em;
        font-weight: normal; }
      .fs-top .search-field-wrap.large a.search-action {
        font-size: 1.7em; }
  .fs-top .search-field-wrap.maxsize {
    width: 100%; }

@media screen and (max-width: 767px) {
  .fs-top h2 {
    margin: 0; }
  .fs-top p {
    font-size: 1.05em; } }

#content-wrapper.fs-main {
  margin-top: 1em; }

.fs-main #content {
  padding-right: 0.71em; }

.fs-main #content > .field-wrapper {
  margin-top: 0; }

#filter_target {
  margin-bottom: 0.2em; }

#filter-wrapper {
  margin: 0 0 1em; }

#filter-wrapper .dropdown-box {
  width: 23.5%;
  float: left;
  position: relative;
  border-radius: 0;
  border-left-width: 0;
  /*
	&.active .title {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
*/ }
  #filter-wrapper .dropdown-box.active {
    background: #fff none repeat scroll 0 0;
    border-bottom-width: 0;
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    z-index: 10; }
    #filter-wrapper .dropdown-box.active:after {
      background: #fff none repeat scroll 0 0;
      bottom: -2px;
      content: "";
      height: 7px;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 10; }
  #filter-wrapper .dropdown-box:first-child {
    border-left-width: 1px; }
  #filter-wrapper .dropdown-box:hover {
    background: white none; }
  #filter-wrapper .dropdown-box .title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-left: 0.75em;
    padding-right: 1.5em;
    font-size: 1em;
    line-height: 1.33em;
    width: 100%; }
    #filter-wrapper .dropdown-box .title .icon-sort {
      position: absolute;
      display: block;
      right: 0.71em;
      top: 0.75em; }
  #filter-wrapper .dropdown-box .content {
    opacity: 0;
    z-index: -1;
    position: absolute;
    display: none;
    /*padding-bottom: 0.5em;*/
    top: 2.55em;
    top: 2.55em;
    width: 100%;
    background-color: white;
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    overflow-x: hidden; }
    #filter-wrapper .dropdown-box .content .cb-wrapper-scroll {
      height: 500px;
      overflow-y: scroll; }
  #filter-wrapper .dropdown-box:not(.active) > .title.Thover {
    text-overflow: clip;
    white-space: normal;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.5);
    background: #fff;
    position: absolute;
    z-index: 19; }
  #filter-wrapper .dropdown-box:only-of-type > .title.Thover {
    position: static; }
  #filter-wrapper .dropdown-box.active .content {
    opacity: 1;
    z-index: 9;
    display: block; }
    #filter-wrapper .dropdown-box.active .content .cb-wrapper#filter-career ul {
      width: 80%; }
  #filter-wrapper .dropdown-box.active .cb-wrapper {
    padding-top: 1.2em;
    padding-right: 10px;
    transition: padding-top 0.3s ease 0s, background-color 0.1s ease-in; }
    #filter-wrapper .dropdown-box.active .cb-wrapper label {
      padding-left: 1.5em;
      margin: 0;
      margin-bottom: 0.6em;
      font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #666;
      font-size: 0.8em;
      overflow-wrap: break-word;
      hyphens: auto; }
      #filter-wrapper .dropdown-box.active .cb-wrapper label:hover {
        color: #da202c; }
    #filter-wrapper .dropdown-box.active .cb-wrapper .title {
      color: #999;
      font-size: 1.41em;
      padding-left: 0.79em;
      padding-top: 0.63em;
      font-weight: bold; }
  #filter-wrapper .dropdown-box.active ul {
    display: inline-block;
    padding-left: 0.88em;
    width: 50%;
    vertical-align: top;
    margin-bottom: 0; }
    #filter-wrapper .dropdown-box.active ul:hover {
      cursor: default; }
    #filter-wrapper .dropdown-box.active ul ul {
      display: none;
      width: 96%;
      margin-left: 0.3em; }
  #filter-wrapper .dropdown-box.width-4 .content {
    width: 41.3em; }
    #filter-wrapper .dropdown-box.width-4 .content .cb-wrapper > ul {
      width: 25%; }
    #filter-wrapper .dropdown-box.width-4 .content.auto-suggest {
      width: 43.9em; }
  #filter-wrapper .dropdown-box.width-3 .content {
    width: 30.92em; }
    #filter-wrapper .dropdown-box.width-3 .content .cb-wrapper > ul {
      width: 33%; }
  #filter-wrapper .dropdown-box.width-2 .content {
    width: 20.5em; }
    #filter-wrapper .dropdown-box.width-2 .content .cb-wrapper > ul {
      width: 50%; }
  #filter-wrapper .dropdown-box.width-1 .content {
    width: 100%; }
    #filter-wrapper .dropdown-box.width-1 .content .cb-wrapper > ul {
      width: 100%; }
  #filter-wrapper .dropdown-box:nth-child(n+3) .content {
    right: 0 !important;
    left: auto !important; }

@media screen and (max-width: 767px) {
  .cb-wrapper {
    max-height: 240px;
    overflow-y: auto; }
  .cb-wrapper.scrollable {
    max-height: 240px;
    overflow-y: auto; }
  #filter-wrapper .dropdown-box.active .cb-wrapper.scrollable {
    padding-top: 1.5em; } }

.topblur {
  position: relative; }

.topblur:after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
  width: 97%;
  height: 0.5em;
  content: ''; }

@media screen and (max-width: 767px) {
  #filter-wrapper .dropdown-box .title:after {
    right: 0.91em;
    top: 1.2em; }
  #filter-wrapper .dropdown-box.active:after {
    content: none; }
  #filter-wrapper .dropdown-box:not(.active) > .title.Thover {
    position: static;
    z-index: inherit; } }

#filter-wrapper .more-filter {
  background: transparent linear-gradient(#fff 0%, #f3f3f3 100%) repeat scroll 0 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-shadow: 1px 1px 0 white;
  cursor: pointer;
  float: right;
  height: 2.61em;
  position: relative;
  width: 6%; }
  #filter-wrapper .more-filter.active {
    box-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
    border-bottom-width: 0; }
  #filter-wrapper .more-filter .icon-plus {
    display: block;
    width: 100%;
    height: 2.6em;
    text-align: center;
    font-size: 1.4em;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 0.4em; }
  #filter-wrapper .more-filter .filter-wrapper {
    opacity: 0;
    position: absolute;
    right: -1px;
    top: 2.5em;
    width: 13.05em;
    float: none;
    z-index: .1; }
  #filter-wrapper .more-filter.active .filter-wrapper {
    opacity: 1;
    z-index: 1; }
    #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box {
      width: 100%;
      border-top: 0;
      border-left-width: 1px;
      border-bottom-width: 1px; }
      #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box.active {
        border-left-width: 0;
        box-shadow: none; }
      #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box:after {
        height: auto; }
      #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box .title {
        padding-left: 1.5em;
        padding-right: 0.5em; }
        #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box .title:after {
          content: none; }
        #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box .title:before {
          content: "\e86c";
          font-family: "fontello";
          position: absolute;
          top: 0.6em;
          left: 0.8em; }
      #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box:not(.active) > .title.Thover {
        position: static; }
      #filter-wrapper .more-filter.active .filter-wrapper .dropdown-box .content {
        top: 0 !important;
        right: 100% !important;
        left: auto !important; }

.toggleWrapper#maps {
  margin-top: 2em;
  border-bottom: 1px solid #ddd; }
  .toggleWrapper#maps .boxTitle {
    cursor: pointer;
    border-bottom: 1px solid #bbb;
    padding-bottom: 0.4em;
    font-weight: 700;
    padding-left: 0.3em;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .toggleWrapper#maps .boxTitle:before {
      display: none; }
    .toggleWrapper#maps .boxTitle:hover {
      color: #da202c; }
      .toggleWrapper#maps .boxTitle:hover i {
        color: #da202c; }
    .toggleWrapper#maps .boxTitle span {
      padding-right: 1em;
      position: relative; }
      .toggleWrapper#maps .boxTitle span:before {
        content: "\e86a";
        font-size: 0.71em;
        font-family: "fontello";
        position: absolute;
        top: 0.25em;
        right: 0; }
  .toggleWrapper#maps i {
    color: #003040; }

.toggleWrapper#maps .toggleBox.open .boxTitle span:before {
  content: "\e86b"; }

#sidebar .sidebarbox.cart h2 {
  line-height: 110%; }

#sidebar .sidebarbox.cart i {
  margin-right: 0.2em; }

#sidebar .sidebarbox ul.filter {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em; }
  #sidebar .sidebarbox ul.filter li {
    font-weight: 700;
    list-style: none;
    background: none;
    margin-bottom: 0.4em;
    line-height: 1.2em; }
    #sidebar .sidebarbox ul.filter li a {
      color: #003040; }
    #sidebar .sidebarbox ul.filter li:after {
      display: block;
      clear: both;
      content: "";
      width: 1px;
      height: 1px; }
    #sidebar .sidebarbox ul.filter li:before {
      content: none; }
    #sidebar .sidebarbox ul.filter li i {
      padding-right: 0.5em;
      float: left;
      cursor: pointer; }
      #sidebar .sidebarbox ul.filter li i:hover {
        color: #da202c; }
    #sidebar .sidebarbox ul.filter li span {
      display: block;
      padding-left: 1.38em; }

@media screen and (max-width: 767px) {
  #filter-wrapper .dropdown-box {
    width: 100%;
    margin-bottom: 0.6em;
    border-left-width: 1px; }
    #filter-wrapper .dropdown-box.width-4 .content,
    #filter-wrapper .dropdown-box.width-3 .content,
    #filter-wrapper .dropdown-box.width-2 .content,
    #filter-wrapper .dropdown-box.width-1 .content,
    #filter-wrapper .dropdown-box.width-4 .content.auto-suggest,
    #filter-wrapper .dropdown-box.width-3 .content.auto-suggest,
    #filter-wrapper .dropdown-box.width-2 .content.auto-suggest,
    #filter-wrapper .dropdown-box.width-1 .content.auto-suggest {
      width: 100% !important; }
    #filter-wrapper .dropdown-box .title {
      padding-top: 1em;
      padding-bottom: 0.75em;
      font-size: 1.1em; }
      #filter-wrapper .dropdown-box .title span {
        display: inline !important;
        font-weight: normal;
        padding-left: 0.5em; }
    #filter-wrapper .dropdown-box .content {
      display: none;
      box-shadow: none; }
      #filter-wrapper .dropdown-box .content.auto-suggest {
        height: auto; }
      #filter-wrapper .dropdown-box .content .cb-wrapper label {
        font-size: 1em; }
      #filter-wrapper .dropdown-box .content ul {
        width: 100% !important; }
    #filter-wrapper .dropdown-box.active .content {
      display: block;
      position: relative;
      top: 0; }
  #filter-wrapper .more-filter {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    float: none;
    height: auto;
    background: none;
    border: 0; }
    #filter-wrapper .more-filter .icon-plus {
      display: none; }
    #filter-wrapper .more-filter .filter-wrapper {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      opacity: 1; }
      #filter-wrapper .more-filter .filter-wrapper .content {
        width: 100% !important; }
  #filter_target {
    margin-bottom: 0; } }

.fs-main #functions {
  margin: 1em 0 0 0; }
  .fs-main #functions > div {
    position: relative; }
    .fs-main #functions > div.clear {
      position: static; }
  .fs-main #functions .basket.active i,
  .fs-main #functions .multibtn .delete:hover i {
    color: #da202c; }
  .fs-main #functions .btn {
    background: transparent linear-gradient(to bottom, #fff 0%, #f3f3f3 100%) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-right-width: 0;
    float: left;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.28em 0.84em 0.25em 0.75em;
    font-weight: 700;
    cursor: pointer;
    width: 47.5%;
    color: #003040; }
    .fs-main #functions .btn:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px;
      border-right: none; }
    .fs-main #functions .btn:last-child {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      border-right-width: 1px; }
    .fs-main #functions .btn a {
      color: #003040; }
    .fs-main #functions .btn.active {
      background: transparent linear-gradient(to bottom, #ebebeb 0%, #fff 100%) repeat scroll 0 0; }
    .fs-main #functions .btn.active, .fs-main #functions .btn:hover {
      color: #da202c; }
      .fs-main #functions .btn.active a, .fs-main #functions .btn:hover a {
        color: #da202c; }
    .fs-main #functions .btn.disabled {
      color: #999; }
      .fs-main #functions .btn.disabled a {
        color: #999; }
    .fs-main #functions .btn i {
      margin-right: 0.4em; }

.fs-main .field-wrapper .field h4 {
  color: #da202c;
  margin-bottom: 0;
  margin-top: 1em; }

.fs-main .field-wrapper .field p {
  line-height: 1.4em; }

@media only screen and (max-width: 767px) {
  .top-bar-mobile .small-button span {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.fs-main #view {
  padding: 0;
  width: 35%; }

.fs-main #sort-jump {
  width: 34%; }

.fs-main #result-actions {
  width: 31%; }

@media screen and (min-width: 860px) and (max-width: 1199px) {
  .fs-main #view {
    width: 36%; }
  .fs-main #sort-jump {
    width: 34%; }
  .fs-main #result-actions {
    width: 30%; }
  .fs-main #functions .btn {
    padding-right: 0.4em;
    padding-left: 0.4em; } }

@media screen and (min-width: 480px) and (max-width: 860px) {
  .fs-main #view {
    width: 38%; }
  .fs-main #sort-jump {
    width: 31%; }
  .fs-main #result-actions {
    width: 31%; }
  .fs-main #functions .btn {
    padding-right: 0.4em;
    padding-left: 0.4em; } }

.fs-main #functions select,
.fs-top #functions select {
  height: 1.7em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em; }

.fs-main p.cat {
  color: #999;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.41em;
  font-weight: bold;
  margin: 1.08em 0 0;
  text-align: center;
  text-shadow: 1px 1px 0 white;
  line-height: 1em; }

.fs-main .result {
  background-color: white;
  box-shadow: 1px 1px 0 rgba(50, 50, 50, 0.1);
  margin-top: 0.29em;
  position: relative; }
  .fs-main .result .title {
    padding: 1em 1em 0.5em; }
    .fs-main .result .title > a,
    .fs-main .result .title > span {
      display: block;
      line-height: 1.3em; }
    .fs-main .result .title > a {
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1.5em;
      font-weight: 300;
      width: 80%;
      line-height: 1.1em; }
      .fs-main .result .title > a:hover {
        color: #da202c; }
  .fs-main .result .add-info {
    width: auto;
    position: absolute;
    top: 0.71em;
    right: 0.71em; }
    .fs-main .result .add-info > * {
      float: left;
      margin-left: 0.6em; }
    .fs-main .result .add-info i,
    .fs-main .result .add-info a:before {
      color: #003040; }
    .fs-main .result .add-info a:hover:before,
    .fs-main .result .add-info i:hover {
      color: #da202c; }
    .fs-main .result .add-info .icon-heart:before {
      color: #0090C4; }
    .fs-main .result .add-info form {
      margin-left: 0; }
      .fs-main .result .add-info form > * {
        float: left;
        margin-left: 0.6em; }
  .fs-main .result .detail {
    display: none;
    position: relative;
    background-color: #f5f5f5;
    padding: 1em 1em 0.5em;
    border-top: 1px solid #d4d4d4; }

@media screen and (max-width: 767px) {
  .fs-main .result .title > a,
  .fs-main .result .title > span {
    width: 90%; } }

.fs-main .result dl:after,
#roof-bottom dl:after {
  content: "";
  display: block;
  width: 1px;
  clear: both; }

.fs-main .result dt,
.fs-main .result dd,
#roof-bottom dt,
#roof-bottom dd {
  float: left;
  font-size: 0.88em;
  line-height: 1.25em; }

.fs-main .result dt:nth-of-type(odd),
#roof-bottom dt:nth-of-type(odd) {
  clear: both; }

.fs-main .result dt,
#roof-bottom dt {
  width: 21%;
  margin-bottom: 0.71em; }

.fs-main .result dd,
#roof-bottom dd {
  width: 29%;
  min-height: 1.6em; }
  .fs-main .result dd p,
  #roof-bottom dd p {
    margin: 0;
    line-height: 1.25em; }

.fs-main .result .forum dd,
#roof-bottom .forum dd {
  width: 70%; }
  .fs-main .result .forum dd p,
  #roof-bottom .forum dd p {
    line-height: 1.1em; }

.fs-main .result p.eDoc,
#roof-bottom p.eDoc {
  position: absolute;
  bottom: -1em;
  right: 0.71em;
  color: #999;
  font-size: 0.86em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .fs-main .result p.eDoc span,
  #roof-bottom p.eDoc span {
    font-weight: bold; }

.fs-main .result form.custom .custom.checkbox,
#roof-bottom form.custom .custom.checkbox {
  width: 14px;
  height: 14px; }
  .fs-main .result form.custom .custom.checkbox.checked:before,
  #roof-bottom form.custom .custom.checkbox.checked:before {
    top: -40%; }

#aSearchPaging {
  margin: 2em auto;
  display: block;
  width: 35%; }
  #aSearchPaging:hover {
    background-color: #da202c; }

@media screen and (max-width: 767px) {
  .mobileVersion .show-search #aSearchPaging {
    display: none; }
  .fs-main p.cat {
    padding: 0 1.2em; } }

.fs-go-top {
  background: transparent url("/Content/Internet/img/layout/arrow_up.png") no-repeat scroll right center;
  color: #003040;
  float: right;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-right: 1.18em;
  margin-top: 0.75em;
  margin-bottom: 2em; }

.fs-main #sidebar .sidebarbox {
  padding: 0.82em 0.88em 0 0.88em;
  font-size: 0.76em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .fs-main #sidebar .sidebarbox p {
    line-height: 1.4em;
    margin-bottom: 0.5em; }
  .fs-main #sidebar .sidebarbox .filter-set {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .fs-main #sidebar .sidebarbox .unset-all-filter {
    color: #003040;
    display: block;
    font-weight: normal;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0.5em 0; }
    .fs-main #sidebar .sidebarbox .unset-all-filter i {
      padding-right: 0.3em; }
    .fs-main #sidebar .sidebarbox .unset-all-filter:hover {
      color: #da202c; }
  .fs-main #sidebar .sidebarbox .no-filter-set {
    display: none; }
    .fs-main #sidebar .sidebarbox .no-filter-set p {
      font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .fs-main #sidebar .sidebarbox .no-filter-set h2 {
      margin-top: 1.8em;
      line-height: 1.2em; }
  .fs-main #sidebar .sidebarbox .save-search {
    background-color: #f5f5f5;
    margin-left: -0.88em;
    width: calc(100% + 0.88em + 0.88em);
    padding: 0.82em 0.88em;
    box-sizing: border-box;
    border-top: 1px solid #d4d4d4; }
    .fs-main #sidebar .sidebarbox .save-search a {
      font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .fs-main #sidebar .sidebarbox .save-search a:hover {
        color: #da202c; }
    .fs-main #sidebar .sidebarbox .save-search .save-search-message {
      font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 100%; }
      .fs-main #sidebar .sidebarbox .save-search .save-search-message .topmessage {
        color: #da202c;
        font-weight: 700; }
    .fs-main #sidebar .sidebarbox .save-search .title {
      color: #0090C4;
      font-weight: 700;
      font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: none;
      font-size: 1em;
      margin-bottom: 0;
      cursor: pointer; }
      .fs-main #sidebar .sidebarbox .save-search .title:hover {
        color: #da202c; }
        .fs-main #sidebar .sidebarbox .save-search .title:hover i.icon-plus,
        .fs-main #sidebar .sidebarbox .save-search .title:hover i.icon-minus {
          color: #da202c; }
      .fs-main #sidebar .sidebarbox .save-search .title i {
        padding-right: 0.3em; }
        .fs-main #sidebar .sidebarbox .save-search .title i.icon-plus, .fs-main #sidebar .sidebarbox .save-search .title i.icon-minus {
          color: #0090C4; }
    .fs-main #sidebar .sidebarbox .save-search .btn {
      float: right; }

.fs-main #sidebar .savedsearches select {
  height: 1.8em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85em;
  padding: 0; }

form.custom #location .content {
  padding-bottom: 0; }

form.custom .radio_toggle_box {
  clear: both; }
  form.custom .radio_toggle_box.open .radio_toggle_box_content {
    display: block; }

form.custom .radio_toggle_box_title {
  background: transparent linear-gradient(to bottom, #fff 0%, #ebebeb 100%) repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  padding: 0.71em;
  position: relative; }
  form.custom .radio_toggle_box_title p {
    margin: 0; }
  form.custom .radio_toggle_box_title p:before {
    margin-right: 0.59em;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1.1em;
    -webkit-font-smoothing: antialiased;
    content: '\e8c6';
    color: #999; }

form.custom .radio_toggle_box.active .radio_toggle_box_title p:before {
  content: '\e8c5';
  color: black; }

form.custom .radio_toggle_box_content {
  display: none;
  padding: 0.71em;
  border-bottom: 1px solid #ccc; }
  form.custom .radio_toggle_box_content.topblur {
    padding-top: 0; }
  form.custom .radio_toggle_box_content .tightwrap {
    position: relative;
    float: left;
    width: 60%; }
    form.custom .radio_toggle_box_content .tightwrap input {
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      height: 1.85em;
      padding: 0.3em 1.7em 0.3em 0.71em;
      margin-bottom: 0; }
      form.custom .radio_toggle_box_content .tightwrap input::-ms-clear {
        display: none; }
    form.custom .radio_toggle_box_content .tightwrap > a.righticon {
      content: "";
      display: block;
      font-size: 1.3em;
      height: 1em;
      padding: 4px;
      position: absolute;
      right: 4px;
      top: 0.1em;
      width: 1em; }
  form.custom .radio_toggle_box_content select#Area {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: right;
    width: 5em;
    vertical-align: top;
    margin-bottom: 0; }
  form.custom .radio_toggle_box_content .distance label {
    float: right;
    vertical-align: top;
    margin-right: 0.71em;
    line-height: 2.45em;
    font-weight: 700;
    margin-bottom: 0; }

@media only screen and (max-width: 360px) {
  form.custom .radio_toggle_box_content .tightwrap {
    float: none;
    width: 100%;
    margin-bottom: 0.75em; }
  form.custom .radio_toggle_box_content .distance label {
    float: left; }
  form.custom .radio_toggle_box_content select#Area {
    float: none; } }

.mobileVersion .show-search #result-wrapper:not(.info-box),
.mobileVersion .show-search .more-info,
.mobileVersion .show-search .top-bar-mobile,
.mobileVersion .show-search .fs-go-top,
.mobileVersion .show-search #infoboxlena,
.mobileVersion .show-search .abolena-wrap,
.mobileVersion .show-results #filter-wrapper,
.mobileVersion .show-results #filter-wrapper-23,
.mobileVersion .show-results .fs-top,
.mobileVersion .show-results #mobile-search,
.mobileVersion .fs-main #sidebar {
  display: none !important; }

#sidebar .small-button, .top-bar-mobile .small-button {
  border-radius: 3px; }
  #sidebar .small-button span, .top-bar-mobile .small-button span {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }

.savedsearches {
  margin-top: 1em; }

#sidebar .search-request {
  margin-bottom: 2em; }
  #sidebar .search-request.active .save-search .title {
    color: #0090C4;
    opacity: 1; }
    #sidebar .search-request.active .save-search .title:hover,
    #sidebar .search-request.active .save-search .title:hover i {
      color: #da202c !important; }
  #sidebar .search-request .content.no-filter .filter-set {
    display: none; }
  #sidebar .search-request .content.no-filter .no-filter-set {
    display: block; }
  #sidebar .search-request .content.no-filter .save-search p.title {
    color: #bcbcbc;
    cursor: default; }
    #sidebar .search-request .content.no-filter .save-search p.title:hover,
    #sidebar .search-request .content.no-filter .save-search p.title i,
    #sidebar .search-request .content.no-filter .save-search p.title:hover i {
      color: #bcbcbc !important; }
  #sidebar .search-request .content .save-search form {
    display: none; }
    #sidebar .search-request .content .save-search form label {
      display: none; }
    #sidebar .search-request .content .save-search form input {
      font-size: 1.3em;
      font-weight: normal;
      margin-top: 0.5em; }

@media screen and (max-width: 767px) {
  /*.top-bar-mobile .btn {
  	background: transparent linear-gradient(to bottom, #fff 0%, #f3f3f3 100%) repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    float: right;
    padding: 0.3em 0.67em;
    position: relative;

		a {
    	color: $bb-dblau;
			font-weight: normal;
		}
	}  */
  #content-wrapper.fs-main {
    margin-top: 0; }
  #filter-wrapper {
    margin-top: 1em;
    margin-bottom: 0.5em; }
  .fs-top .search-field-wrap {
    width: 95% !important;
    height: 3em !important;
    border-radius: 10em;
    margin-top: 1em; }
    .fs-top .search-field-wrap input {
      top: 0.35em;
      font-size: 1.4em !important;
      font-weight: normal;
      padding-right: 1.25em; }
    .fs-top .search-field-wrap a.search-action {
      font-size: 1.05em !important; }
    .fs-top .search-field-wrap .icon-search {
      background: none;
      border: none;
      font-size: 1.9em; }
  .fs-main #functions #view,
  .fs-main #functions #result-actions,
  .fs-main .result .add-info {
    display: none; }
  .fs-main #functions {
    margin-top: 0; }
    .fs-main #functions .large-4 {
      width: 100%; }
    .fs-main #functions select {
      height: 2.1em;
      margin-bottom: 0.33em;
      background-color: #fff; }
  .fs-main #mobile-search .unset-all-filter {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    padding: .75em;
    margin-bottom: 1em;
    text-align: center;
    color: #003040;
    font-weight: normal;
    font-size: 0.88em; }
    .fs-main #mobile-search .unset-all-filter i {
      padding-right: 0.3em; }
  .fs-main #mobile-search input[type=submit] {
    width: 100%;
    background-color: #003040;
    background-image: none;
    font-weight: normal;
    font-size: 1.6em;
    border-radius: 6px;
    border: 1px solid #999;
    margin-bottom: 1.1em;
    padding: 1em; }
  .show-results .top-bar-mobile {
    padding-right: 0; }
  #aSearchPaging {
    width: 100%;
    padding: 1.5em 1em; } }

.fs-main form.custom .cb-wrapper span.custom.checkbox {
  width: 12px;
  height: 12px;
  margin-right: 0.5em;
  margin-left: -1.5em; }

@media screen and (max-width: 1199px) {
  .fs-main form.custom .cb-wrapper span.custom.checkbox {
    width: 11px;
    height: 11px; } }

@media screen and (max-width: 860px) {
  .fs-main form.custom .cb-wrapper span.custom.checkbox {
    width: 10px;
    height: 10px; } }

@media screen and (max-width: 480px) {
  .fs-main form.custom .cb-wrapper span.custom.checkbox {
    width: 14px;
    height: 14px; } }

form.custom #filter-wrapper .dropdown-box.active .cb-wrapper li.disabled .custom.checkbox, form.custom #filter-wrapper-23 .dropdown-box.active .cb-wrapper li.disabled .custom.checkbox {
  background-color: #ccc; }

form.custom #filter-wrapper .dropdown-box.active .cb-wrapper li.disabled label, form.custom #filter-wrapper-23 .dropdown-box.active .cb-wrapper li.disabled label {
  color: #aaa;
  cursor: default; }
  form.custom #filter-wrapper .dropdown-box.active .cb-wrapper li.disabled label:hover, form.custom #filter-wrapper-23 .dropdown-box.active .cb-wrapper li.disabled label:hover {
    color: #aaa;
    cursor: default; }

form.custom #filter-wrapper .dropdown-box.active .cb-wrapper li.disabled:hover, form.custom #filter-wrapper-23 .dropdown-box.active .cb-wrapper li.disabled:hover {
  cursor: default; }

.search + #functions {
  margin-top: 1em; }

ul.ui-autocomplete {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: white;
  padding: 0.71em;
  box-shadow: 0 2px 3px rgba(50, 50, 50, 0.5);
  max-height: 400px;
  overflow: auto; }

.fs-top .fs-autocomplete-wrapper .fs-search-field-wrap {
  width: 70%;
  height: 1.7em;
  margin: 0 0 0 8em;
  background-color: white;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  position: relative;
  border-radius: 1.1em;
  transition: all 0.5s ease;
  /* BBCH-3930 large search input */ }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a.search-action {
    background: transparent linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%) repeat scroll 0 0;
    border-left: 1px solid #d4d4d4;
    font-size: 1.05em;
    position: absolute;
    right: 0em;
    padding: 0 0.4em 0 0.5em; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a.cancel-action {
    border: none;
    font-size: 1.05em;
    position: absolute;
    right: 1.7em;
    padding: 0 0.4em 0 0.1em; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a .icon-search {
    /*border: none;*/ }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a .icon-search:before {
      color: #003040;
      line-height: 1.6em;
      margin-left: -0.15em;
      margin-right: 0.1em; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a .icon-search:hover:before {
      color: #da202c; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a .icon-cancel:before {
    color: #003040;
    line-height: 1.6em;
    margin-left: -0.15em;
    margin-right: 0.1em; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a .icon-cancel:hover:before {
    color: #da202c; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap label {
    visibility: hidden; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input {
    color: #003040;
    font-weight: 700;
    font-size: 1em;
    top: 0.15em;
    width: 87%; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input::-ms-clear {
      display: none; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input.ui-autocomplete-input {
      border: none !important;
      background-color: transparent;
      font-family: "PT Sans Narrow";
      padding: 3px 0 5px 4px;
      top: 0;
      box-shadow: none !important;
      position: absolute;
      left: 0.6667em;
      margin-bottom: 0;
      /*one-line*/
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input.ui-autocomplete-input.fs-readonly {
        /*background-color: #f5f5f5;*/
        cursor: default;
        pointer-events: none; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input:focus {
      outline: none;
      background: none; }
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap.large {
    width: 75%;
    height: 2.7em;
    margin-left: 6em; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap.large input {
      font-size: 1.7em;
      font-weight: normal;
      width: 83%; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap.large a.search-action {
      font-size: 1.7em; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap.large a.cancel-action {
      font-size: 1.7em;
      padding-right: 0.1em; }

.fs-top .fs-autocomplete-wrapper.maxsize {
  width: 100%; }

.fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated {
  display: none;
  text-align: left;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  position: absolute;
  /*top: calc(8em - 4px) !important;*/
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: white;
  padding: 0.71em;
  margin: 0 0 0 8.7em;
  max-height: 600px;
  overflow: auto;
  width: calc(61% + 5px);
  z-index: 33; }
  .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated a {
    font-weight: 300;
    line-height: 1.3;
    display: block; }
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated a.selected,
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated a.selected + ul > li > a {
      cursor: default;
      color: #cacaca;
      pointer-events: none; }
      .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated a.selected:hover,
      .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated a.selected + ul > li > a:hover {
        color: #cacaca; }
  .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li > ul {
    margin-left: 0.667em; }
  .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated li.no-results {
    font-weight: 300;
    font-style: italic;
    color: #da202c;
    z-index: 8888; }
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated li.no-results a {
      cursor: default;
      color: #da202c; }
  .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li {
    margin-bottom: 0.75em; }
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li > a {
      margin-bottom: 0.25em;
      font-weight: 700; }
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li ul .bottomblur {
      max-height: 195px;
      overflow: auto; }
    .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li ul li {
      margin-bottom: 0.2em; }
      .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li ul li a:before {
        margin-right: 0.25em;
        font-family: 'icn-ux17' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e91b'; }
      .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li ul li.showall a.ux-button-cta.borderless {
        padding: 0; }
      .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated > ul > li ul li.showall a:before {
        content: none; }

@media screen and (max-width: 767px) {
  .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap {
    margin: 1em 0 1em 1em !important;
    width: 95% !important;
    height: 3em !important;
    border-radius: 10em;
    /*border-bottom: 1em;*/ }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap input {
      width: 68% !important;
      top: 0.35em;
      font-size: 1.4em !important;
      font-weight: normal;
      padding-right: 1.25em;
      padding-top: 7px !important; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a.search-action {
      font-size: 1.05em !important; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap a.cancel-action {
      font-size: 1.05em !important;
      padding-right: 0.7em !important; }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap .icon-search {
      background: none !important;
      font-size: 1.9em !important;
      /*border-left: none !important;*/ }
    .fs-top .fs-autocomplete-wrapper .fs-search-field-wrap .icon-cancel {
      font-size: 1.9em !important; }
  .fs-top .fs-autocomplete-wrapper .ui-autocomplete-sdbb-formated {
    width: 82%;
    margin: -1.1em 0 0 2.42em; } }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: 0 !important;
  color: #003040; }

.ui-autocomplete .ui-menu-item a.ui-state-focus:focus,
.ui-autocomplete .ui-menu-item a.ui-state-focus:hover,
.ui-autocomplete .ui-menu-item a.ui-state-active:focus,
.ui-autocomplete .ui-menu-item a.ui-state-active:hover {
  color: #da202c; }

@media screen and (max-width: 767px) {
  ul.ui-autocomplete {
    width: 88%; } }

.gm-style .gm-style-iw .title {
  padding-top: 0.25em !important; }
  .gm-style .gm-style-iw .title h4 {
    margin-bottom: 0;
    font-size: 1.5em; }
  .gm-style .gm-style-iw .title span {
    display: inline;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.no-results h2 {
  margin-top: 2em; }

.no-results p.bold {
  margin-bottom: 0.6em; }

.no-results ul {
  padding-left: 0.85em; }

.abolena-wrap {
  margin-top: 0.75em; }
  .abolena-wrap .custom-button, .abolena-wrap .active > .defaultbutton.custom-button {
    margin-bottom: 0; }

.entry-wrapper {
  position: relative; }
  .entry-wrapper .entries .entry .segment {
    display: inline-block;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #003040;
    line-height: 1.24em;
    padding: 0.47em 0.25em 0.47em 0.76em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left; }
    .entry-wrapper .entries .entry .segment.cb {
      width: 3%;
      min-width: 1.75em;
      max-width: 2em;
      overflow: visible; }
    .entry-wrapper .entries .entry .segment.name {
      width: 70%; }
    .entry-wrapper .entries .entry .segment.date {
      width: auto; }
    .entry-wrapper .entries .entry .segment label {
      font-size: 1.05em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .entry-wrapper .entries .entry.empty {
    height: 0.5em;
    border-top: 0;
    border-bottom: 0;
    background-color: #ececec; }
    .entry-wrapper .entries .entry.empty + .entry {
      border-top: 0; }

#main #roof-top .entry-wrapper {
  padding-right: 1.2em; }
  #main #roof-top .entry-wrapper input[type="submit"].grey, #main #roof-top .entry-wrapper input[type="submit"].blue {
    text-transform: uppercase;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.667em; }

@media screen and (max-width: 480px) {
  #main #roof-top .entry-wrapper {
    padding-right: 0; } }

.fs-main .fs-readonly *, .fs-main #aSearchPaging.fs-readonly, .fs-main #filter-wrapper .fs-readonly, .fs-main #filter-wrapper-23 .fs-readonly {
  cursor: default;
  pointer-events: none; }

.fs-main .result.fs-readonly .title, .fs-main #aSearchPaging.fs-readonly, .fs-main #filter-wrapper .fs-readonly, .fs-main #filter-wrapper-23 .fs-readonly {
  background-color: #f5f5f5; }

.fs-main .result.fs-readonly a, .fs-main .result.fs-readonly .add-info *:before, .fs-main #aSearchPaging.fs-readonly {
  color: #999; }

.marker, .highlight {
  background-color: #ff0;
  padding: 2px 0; }

.fs-main .filter-23 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em; }
  @media screen and (max-width: 767px) {
    .fs-main .filter-23 {
      padding: 1.333em; } }
  .fs-main .filter-23 .dropdown-box {
    order: 2;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(104, 172, 197, 0);
    transition: border 0.15wws linear, box-shadow 0.15s linear; }
    @media screen and (max-width: 767px) {
      .fs-main .filter-23 .dropdown-box {
        width: 100%; } }
    .fs-main .filter-23 .dropdown-box:hover {
      background-color: white;
      background: #fff none repeat scroll 0 0;
      border-color: #004f6e;
      box-shadow: 0 0 0 1px #68acc5; }
    .fs-main .filter-23 .dropdown-box:after {
      background: #fff none repeat scroll 0 0;
      border-left: 1px solid #004f6e;
      border-right: 1px solid #004f6e;
      bottom: -1px;
      content: '';
      height: 2px;
      left: -1px;
      position: absolute;
      width: calc(100% + 2px);
      z-index: 10;
      opacity: 0; }
    .fs-main .filter-23 .dropdown-box .title {
      display: flex;
      gap: 0.33em;
      justify-content: space-between;
      align-items: center;
      text-transform: none;
      font-size: 1.05em;
      margin: 0;
      padding: 0.4em .5em;
      line-height: 1.2;
      opacity: 0.6; }
      .fs-main .filter-23 .dropdown-box .title .badge {
        isolation: isolate;
        position: relative;
        min-width: 1.1em;
        height: 1.1em;
        overflow: hidden;
        border-radius: 100vw; }
        .fs-main .filter-23 .dropdown-box .title .badge .badge-bg {
          position: absolute;
          inset: 0;
          background-color: #004f6e;
          opacity: 0.5;
          z-index: -1; }
        .fs-main .filter-23 .dropdown-box .title .badge .badge-count {
          font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 0.7em;
          color: white;
          text-shadow: none;
          align-self: center;
          justify-self: center; }
      .fs-main .filter-23 .dropdown-box .title i[class*=icon] {
        margin-left: 0.2em; }
        @media screen and (max-width: 767px) {
          .fs-main .filter-23 .dropdown-box .title i[class*=icon] {
            flex-grow: 2;
            text-align: right; } }
    .fs-main .filter-23 .dropdown-box .content {
      position: absolute;
      inset: 100% auto auto -1px;
      padding: 0.5em 0 0 0;
      background-color: white;
      box-shadow: 0 0 0 1px rgba(104, 172, 197, 0);
      border-top-left-radius: 0;
      border: 1px solid #d4d4d4;
      min-width: calc(100% + 150px);
      display: none; }
      @media screen and (max-width: 767px) {
        .fs-main .filter-23 .dropdown-box .content {
          min-width: calc(100% + 2px); } }
      .fs-main .filter-23 .dropdown-box .content .cb-wrapper {
        padding: 0.25em 2em 0.5em 0.5em;
        max-height: 36em;
        overflow-y: auto; }
      .fs-main .filter-23 .dropdown-box .content .cb-resetter {
        border-top: 1px solid #d4d4d4;
        display: none; }
        .fs-main .filter-23 .dropdown-box .content .cb-resetter a {
          color: #003040;
          display: block;
          font-weight: normal;
          font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          display: flex;
          justify-content: start;
          align-items: center;
          padding: 0.5em;
          padding-inline-start: 2em;
          font-size: 0.85em; }
          .fs-main .filter-23 .dropdown-box .content .cb-resetter a i {
            padding-right: 0.3em; }
    .fs-main .filter-23 .dropdown-box.active {
      background: #fff none repeat scroll 0 0;
      border-bottom-width: 0;
      border-color: #004f6e;
      box-shadow: 0 0 0 1px #68acc5;
      z-index: 10;
      /*LM: added since ul 2 depth must be closed when parent is unchecked*/ }
      .fs-main .filter-23 .dropdown-box.active:after {
        opacity: 1; }
      .fs-main .filter-23 .dropdown-box.active .title {
        opacity: 1; }
      .fs-main .filter-23 .dropdown-box.active .content {
        display: block;
        border-color: #004f6e;
        box-shadow: 0 0 0 1px #68acc5; }
      .fs-main .filter-23 .dropdown-box.active .cb-wrapper {
        transition: padding-top 0.1s ease 0s, background-color 0.1s ease-in; }
      .fs-main .filter-23 .dropdown-box.active ul ul {
        display: none; }
    .fs-main .filter-23 .dropdown-box.is-set {
      border-color: #004f6e; }
      .fs-main .filter-23 .dropdown-box.is-set .title {
        opacity: 1; }

.fs-main form.custom .cb-wrapper ul {
  margin-bottom: 0.25em; }
  .fs-main form.custom .cb-wrapper ul ul {
    margin-left: 1.3em;
    margin-top: 0.25em;
    margin-bottom: 0; }

.fs-main form.custom .cb-wrapper li {
  padding: 0 0 0.4em 0; }

.fs-main form.custom .cb-wrapper label {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 0.25em;
  margin-bottom: 0; }
  .fs-main form.custom .cb-wrapper label span.custom.checkbox {
    margin: unset;
    margin-top: 0.33em; }
  .fs-main form.custom .cb-wrapper label .toggle-hide {
    /*display: none !important;*/
    position: absolute;
    top: -99999px;
    left: -99999px; }

.gridstacked {
  display: grid; }
  .gridstacked > *:not(.coverall) {
    grid-column: 1 / 2;
    grid-row: 1 / 2; }

.search-info-custom #functions {
  margin-bottom: 10px !important; }

.search-info-custom .sticky-nav {
  z-index: 3;
  padding: 0.6em;
  margin-top: 10px; }
  .search-info-custom .sticky-nav ul {
    text-align: center;
    padding-right: 0; }
  .search-info-custom .sticky-nav li {
    margin-right: 0.72em; }

.col-4-5 .row .columns .fs-topwrap.row {
  padding-left: 0.71em;
  padding-right: 0.71em; }

#roof-bottom {
  background-color: white;
  padding: 0.1em 1.41em;
  min-height: 2em; }
  #roof-bottom .toggleWrapper {
    position: relative;
    min-height: 1.25em; }
    #roof-bottom .toggleWrapper dl {
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    #roof-bottom .toggleWrapper .eDoc {
      bottom: -1.6em;
      right: 0; }
  #roof-bottom .boxTitle {
    display: none; }
  #roof-bottom .boxContent {
    display: block; }

.annexbox {
  width: 33%;
  margin-right: 0.71em;
  margin-top: 1.6em;
  border: 1px solid #d4d4d4;
  background: #fbfbfb;
  background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%);
  padding: 1em; }
  .annexbox + .toggleWrapper .contentBox,
  .annexbox + .toggleWrapper h2, .annexbox + .toggleWrapper h3, .annexbox + .toggleWrapper h4 {
    clear: none; }
  .annexbox + .toggleWrapper ul {
    display: table-cell; }
  .annexbox .boxwrap + .boxwrap {
    margin-top: 1em; }
  .annexbox .box {
    margin-top: 1.33em; }
    .annexbox .box:first-child {
      margin-top: 0; }
  .annexbox .royalSlider.rsDefault .rsBullets span {
    background-color: #ececec;
    border-color: #bbb; }

@media only screen and (min-width: 767px) {
  .annexbox + .toggleWrapper .toggleBox .boxTitle:after {
    content: none; }
  .boxwrap + .boxwrap {
    margin-top: 0; } }

.annexbox .box .media,
#sidebar .box .media {
  position: relative;
  display: block;
  margin-top: .14em; }
  .annexbox .box .media img,
  #sidebar .box .media img {
    width: 100%; }

.centerchild {
  position: absolute;
  left: 50%;
  top: 50%; }
  .centerchild .centered {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    position: relative;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    text-shadow: 0 2px 4px rgba(150, 150, 150, 0.9); }
    .centerchild .centered:before {
      position: absolute;
      top: 0;
      left: 6px;
      line-height: 1; }
    .centerchild .centered.icon-play {
      font-size: 7.5em; }
  @media screen and (max-width: 767px) {
    .centerchild .centered {
      font-size: 7em; }
      .centerchild .centered:before {
        left: 0; }
    .centerchild .centered.icon-play {
      font-size: 12em; }
      .centerchild .centered.icon-play:before {
        top: 18px;
        left: -13px; } }

.boxwrap .media.inline {
  left: auto;
  top: auto; }
  .boxwrap .media.inline .centerchild .centered {
    font-size: 4.6em; }
    .boxwrap .media.inline .centerchild .centered:before {
      top: -22px;
      left: 17px; }
    .boxwrap .media.inline .centerchild .centered.icon-search {
      font-size: 3em; }
  @media screen and (max-width: 767px) {
    .boxwrap .media.inline .centerchild .centered {
      font-size: 9em; }
      .boxwrap .media.inline .centerchild .centered:before {
        left: 0;
        top: -44px; }
      .boxwrap .media.inline .centerchild .centered.icon-search {
        font-size: 5.4em; }
        .boxwrap .media.inline .centerchild .centered.icon-search:before {
          left: 6px;
          top: -26px; } }
  .boxwrap .media.inline:hover .centered {
    opacity: 1; }

#player, .player {
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  #player > i, .player > i {
    position: absolute;
    left: 43%;
    top: 33%;
    font-size: 12em;
    text-align: center;
    color: white;
    opacity: 0.7;
    text-shadow: 0px 2px 4px rgba(150, 150, 150, 0.9); }
  #player.flowplayer i, .player.flowplayer i {
    display: none; }
  #player.flowplayer .fp-player, .player.flowplayer .fp-player {
    overflow: hidden; }
  #player.flowplayer .fp-logo, .player.flowplayer .fp-logo {
    display: none; }
  #player.flowplayer .fp-share, .player.flowplayer .fp-share {
    display: none; }
  #player:hover .centerchild > i, .player:hover .centerchild > i {
    opacity: 1; }

.cont p.playtext {
  margin-top: 1.25em; }

.flex .boxwrap .media.inline .centerchild,
.flex #player .centerchild {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .flex .boxwrap .media.inline .centerchild .centered,
  .flex #player .centerchild .centered {
    margin: 0;
    width: unset;
    height: unset; }
    .flex .boxwrap .media.inline .centerchild .centered:before,
    .flex #player .centerchild .centered:before {
      top: unset;
      left: unset;
      position: static; }

#cboxContent {
  margin: 1.88em 1.88em 0 1.88em;
  overflow: visible;
  background: #000; }

#colorbox .rsDefault .rsGCaption {
  display: block;
  position: relative;
  float: left;
  border-radius: 0;
  font-size: inherit;
  width: 100%;
  left: 0;
  background: #ececec;
  color: #003040;
  padding: .88em 1em;
  border-bottom: 1px solid #d4d4d4;
  min-height: 11em; }

#colorbox .rsCaption h1 {
  font-size: 1.36em;
  font-weight: 700;
  color: #003040; }

#colorbox .rsCaption p {
  font-size: 0.94em;
  line-height: 1.4em; }

#colorbox .rsDefault.rsHor .rsArrow .rsArrowIcn:hover {
  background-color: #da202c !important; }

#colorbox #cboxClose {
  width: 40px;
  height: 40px;
  right: -1.25em;
  background-position: 0 0;
  background-size: 100% auto;
  box-shadow: none;
  webkit-appearance: none;
  webkit-box-align: none; }
  #colorbox #cboxClose:hover {
    background-position: 0 -43px; }

#colorbox .rsNav {
  left: 0;
  background: #ececec;
  padding: .71em 2.82em;
  height: 124px;
  border-top: 1px solid #fff; }

#colorbox .rsDefault .rsFullscreenBtn {
  bottom: 0;
  top: auto;
  display: none; }

#colorbox .rsSlideCount {
  display: block;
  position: absolute;
  top: 35.94em;
  right: 1.06em;
  color: #da202c;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

#colorbox .rsNav .rsThumb {
  width: 8.82em;
  height: 5.88em;
  margin-right: 7px !important; }

#colorbox .rsNav .rsThumb.rsNavSelected {
  background: none; }

#colorbox .rsNav .rsThumb.rsNavSelected:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8.82em;
  height: 5.88em;
  border: 4px solid #da202c; }

#colorbox .rsDefault .rsCloseVideoBtn {
  display: none; }

#colorbox .rsDefault .rsPlayBtn .rsPlayBtnIcon {
  background: none !important;
  position: relative; }
  #colorbox .rsDefault .rsPlayBtn .rsPlayBtnIcon:before {
    content: '▶';
    font-family: "fontello";
    font-size: 10.59em;
    opacity: .8;
    filter: alpha(opacity=80);
    top: .17em;
    left: -.07em;
    position: absolute; }

@media screen and (max-width: 767px) {
  #colorbox .royalSlider .rsGCaption {
    overflow-y: auto; }
  #colorbox .royalSlider .rsNav {
    display: none; }
  #roof-bottom {
    padding: 0.25em 0; }
    #roof-bottom .toggleWrapper .toggleBox .boxTitle {
      display: block;
      font-size: 1.33em;
      font-weight: 300;
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding: 0.25em 0 0.25em 0.65em; }
      #roof-bottom .toggleWrapper .toggleBox .boxTitle:before {
        line-height: 1em; }
    #roof-bottom .toggleWrapper .toggleBox .boxContent {
      padding: 0.5em 0.7em 0 0.9em;
      display: none; }
    #roof-bottom .toggleWrapper dt, #roof-bottom .toggleWrapper dd {
      width: 100%;
      float: none;
      font-size: 1em; }
    #roof-bottom .toggleWrapper dt {
      margin-top: 0.5em;
      margin-bottom: 0.1em; }
    #roof-bottom .toggleWrapper .eDoc {
      position: static;
      margin-bottom: 0.25em;
      text-align: right; }
  .annexbox {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0.5em;
    background: #fff;
    border-top: 0;
    border-left: 0;
    padding-bottom: 2em; }
    .annexbox + .toggleWrapper h2 {
      clear: both; }
    .annexbox .rsDefault .rsBullets {
      top: auto;
      bottom: -1.5em; } }

.profmedia {
  display: grid;
  gap: 0.5em;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  background-color: #fff;
  border-right: 1px solid #d4d4d4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 1; }
  .profmedia .buttonbox {
    grid-column: 1 / 3;
    display: flex;
    padding: 0 0.5em 0.5em 1.56em; }
    .profmedia .buttonbox .ux-button {
      margin-right: 0.5em;
      margin-bottom: 0.5em; }
      .profmedia .buttonbox .ux-button > span {
        font-weight: bold;
        margin-right: 0.25em; }
    .profmedia .buttonbox:first-child {
      padding-top: 0.5em;
      margin-top: 0; }
      .profmedia .buttonbox:first-child .ux-button {
        margin-bottom: 0; }
  .profmedia .mediabox {
    position: relative; }
    .profmedia .mediabox > img {
      object-fit: cover;
      object-position: center center;
      display: unset;
      vertical-align: unset; }
    .profmedia .mediabox > .coverall {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0.6em;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .profmedia .mediabox > .coverall .icncnt {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.25em 1em;
        border-radius: 3px;
        max-height: 1.67em;
        background-color: rgba(0, 48, 64, 0.5);
        background-blend-mode: multiply;
        opacity: 0.75;
        transition: opacity 0.2s linear, background-color 0.2s linear; }
        .profmedia .mediabox > .coverall .icncnt i {
          color: white;
          font-size: 1.5em; }
          .profmedia .mediabox > .coverall .icncnt i::before {
            line-height: 1; }
        .profmedia .mediabox > .coverall .icncnt .medianumber {
          padding: 0 0.5em;
          font-size: 0.85em;
          font-weight: normal;
          color: white; }
      .profmedia .mediabox > .coverall:hover .icncnt {
        opacity: 1;
        background-color: rgba(0, 48, 64, 0.85); }
    .profmedia .mediabox:first-of-type + .buttonbox {
      grid-row: 1 / 2;
      grid-column: 2 / 3;
      padding: 0 0.5em 0.5em 0;
      flex-direction: column;
      justify-content: flex-end; }

@supports (aspect-ratio: 16/9) {
  .profmedia .mediabox > img {
    aspect-ratio: 16 / 10;
    width: 100%; } }

@media all and (-ms-high-contrast: none) {
  .profmedia .buttonbox {
    padding-top: 0.4em; } }

@media screen and (max-width: 860px) {
  .profmedia {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    padding: 1em 1.56em 1em 1.56em; }
    .profmedia .buttonbox {
      grid-row: 3 / 4;
      grid-column: 1 / 3;
      padding: 0;
      margin-top: 0.4em;
      flex-wrap: nowrap; }
      .profmedia .buttonbox .ux-button {
        width: auto;
        font-size: 1.25em;
        text-align: center;
        margin-right: 0;
        margin-bottom: 0.5em; }
        .profmedia .buttonbox .ux-button:first-of-type {
          margin-right: 0.5em; }
        .profmedia .buttonbox .ux-button span {
          font-size: 2em;
          font-weight: normal;
          display: block; }
      .profmedia .buttonbox:first-child {
        padding-top: 0;
        margin-top: 0; }
        .profmedia .buttonbox:first-child .ux-button {
          margin-bottom: 0.5em;
          margin-right: 0.5em; }
      .profmedia .buttonbox .ux-button > span {
        margin: 0; }
    .profmedia .mediabox {
      grid-column: 1 / 3; }
      .profmedia .mediabox:first-of-type + .buttonbox {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        padding: 0 0 0.5em 0;
        flex-direction: row;
        justify-content: space-around; } }

@media screen and (max-width: 767px) {
  .profmedia {
    padding: .67em .67em .67em .95em; }
    .profmedia .buttonbox {
      grid-row: 3 / 4;
      flex-wrap: wrap; }
      .profmedia .buttonbox .ux-button {
        margin-right: 0;
        margin-bottom: 0.5em;
        width: 100%; }
        .profmedia .buttonbox .ux-button:first-of-type {
          margin-right: 0; }
        .profmedia .buttonbox .ux-button span {
          font-size: 2em; }
      .profmedia .buttonbox:first-child .ux-button {
        margin-bottom: 0.5em;
        margin-right: 0; }
    .profmedia .mediabox {
      grid-column: 1 / 3; }
      .profmedia .mediabox:first-of-type + .buttonbox {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        padding: 0 0 0.5em 0;
        flex-direction: row;
        justify-content: space-around; } }

@media screen and (min-width: 540px) and (max-width: 766px) {
  .profmedia {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: .67em .67em .67em .95em; }
    .profmedia .buttonbox {
      grid-row: 3 / 4;
      flex-wrap: wrap; }
      .profmedia .buttonbox .ux-button {
        margin-right: 0;
        width: 100%; }
        .profmedia .buttonbox .ux-button span {
          font-size: 2em; }
      .profmedia .buttonbox:first-child .ux-button {
        margin-right: 0.5em; }
    .profmedia .mediabox {
      grid-column: unset; }
      .profmedia .mediabox:first-of-type + .buttonbox {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
        padding: 0 0 0.5em 0;
        flex-direction: row;
        justify-content: space-around; } }

.royalSlider.rsDefault .rsOverflow {
  margin-bottom: -5px; }

.custom-tooltip,
[data-tooltip]:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 4px #d4d4d4;
  bottom: 145%;
  left: -50%;
  transition: all 0.2s ease-in; }

[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  background: #fff;
  padding: 0.45em 0.65em 0.65em 0.65em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.2em;
  bottom: 140%; }

.custom-tooltip.active,
*:hover + .custom-tooltip,
[data-tooltip]:hover:after {
  opacity: 1;
  bottom: 135%; }

[data-tooltiponclick]:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 4px #d4d4d4;
  color: #da202c;
  font-size: 14px;
  border: 2px solid #d4d4d4;
  bottom: 145%;
  left: -600%;
  transition: all 0.2s ease-in; }

[data-tooltiponclick]:after {
  content: attr(data-tooltiponclick);
  text-align: center;
  background: #fff;
  padding: 0.45em 0.65em 0.65em 0.65em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.2em;
  bottom: 140%; }

/*SDBB-2553 Add tooltip on _LanguageSelect*/
i.custom-tooltiponclick[data-tooltiponclick]:after {
  left: 0%;
  bottom: 100% !important; }
  @media screen and (max-width: 767px) {
    i.custom-tooltiponclick[data-tooltiponclick]:after {
      left: 0%; } }

.a_comparison_click.custom-tooltiponclick[data-tooltiponclick]:after {
  left: -60%;
  bottom: 110% !important; }

.a_comparison_click.custom-tooltiponclick.compare-max-reached[data-tooltiponclick]:after {
  content: attr(data-tooltiponclick_maxreached) !important; }

.custom-tooltiponclick.active[data-tooltiponclick]:after {
  opacity: 1;
  bottom: 135%;
  z-index: 919191999; }

.disabled:hover .custom-tooltip {
  opacity: 0; }

.tooltip-wrapper {
  background: #fff;
  padding: 0.45em 0.65em 0.65em 0.65em;
  height: 30px;
  width: auto; }

.tooltip-wrapper p {
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.2em;
  color: #da202c;
  margin-bottom: 0;
  white-space: nowrap; }

.tip-point {
  position: absolute;
  left: 40px;
  bottom: -16px;
  width: 70px;
  height: 16px;
  margin-left: -35px;
  overflow: hidden; }

.tip-point:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  background: #fff;
  box-shadow: 0 0 4px #d4d4d4;
  transform: rotate(45deg); }

.careertip {
  display: none !important;
  left: -260px;
  top: 0;
  box-shadow: 0 0 4px rgba(25, 25, 50, 0.3);
  transition: all 0.4s ease-in; }
  .careertip .tooltip-wrapper {
    background-color: #1e4e5e;
    width: 230px;
    height: auto;
    padding: 0.8em; }
    .careertip .tooltip-wrapper p {
      color: #fff;
      font-weight: 700;
      white-space: normal; }
    .careertip .tooltip-wrapper img {
      margin-bottom: 0.5em; }
  .careertip .tip-point {
    position: absolute;
    top: 0;
    right: -16px;
    left: auto;
    width: 16px;
    height: 70px; }
    .careertip .tip-point:after {
      background: #1e4e5e;
      top: 4px;
      left: auto;
      right: 12px;
      box-shadow: 0 0 4px rgba(25, 25, 50, 0.3); }

.careertip.active,
*:hover > .custom-tooltip.careertip {
  opacity: 1;
  left: -240px;
  top: 0; }

/*SDBB-2626:Tooltip on mobile overflow*/
@media screen and (max-width: 767px) {
  .custom-tooltip.custom-tooltip-left,
  .custom-tooltip.custom-tooltip-left.active,
  *:hover > .custom-tooltip-left.active {
    left: -300% !important; }
    .custom-tooltip.custom-tooltip-left .tip-point,
    .custom-tooltip.custom-tooltip-left.active .tip-point,
    *:hover > .custom-tooltip-left.active .tip-point {
      left: 70%; } }

@media only screen and (min-width: 767px) and (max-width: 1199px) {
  .careertip {
    left: -200px; }
    .careertip .tooltip-wrapper {
      width: 170px; }
  .careertip.active,
  *:hover > .custom-tooltip.careertip {
    left: -180px; } }

@media only screen and (min-width: 767px) and (max-width: 1199px) and (min-width: 767px) and (max-width: 860px) {
  .careertip {
    left: -180px; }
    .careertip .tooltip-wrapper {
      width: 150px; }
  .careertip.active,
  *:hover > .custom-tooltip.careertip {
    left: -160px; } }

/* Dashboard  */
/* ============================================================================================= */
.dashboard #header {
  margin-bottom: 1em; }

.dashboard #sidebar {
  padding-right: 0; }

.dashboard #content {
  padding-right: 0.71em; }

.widget .panel.teaser, .field .panel.teaser {
  margin-top: 1.76em; }

.widget .teaser-label, .field .teaser-label {
  font-size: 0.94em; }

.dashboard #main-content,
.site-title {
  padding-left: 0; }

p.user {
  font-size: 1.41em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 0; }

p.mail {
  font-weight: 700;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0090C4;
  line-height: 1.41;
  margin-bottom: 0.59em; }

p.readonly {
  font-size: 0.8em;
  font-weight: 700;
  font-family: inherit;
  color: #003040;
  padding-left: 0.37em;
  margin-bottom: 0.59em; }

@media screen and (max-width: 767px) {
  p.user {
    font-size: 2em;
    font-weight: normal;
    color: #da202c; }
  p.mail {
    color: #003040;
    font-size: 1.2em;
    font-weight: normal; } }

@media screen and (max-width: 767px) {
  .dashboard #main-content,
  .site-title {
    padding-right: 0; }
  .top-bar, .top-bar-mobile {
    padding: 0 .8em .6em .8em;
    border-bottom: 1px solid #fff;
    margin-bottom: .93em;
    margin-top: .33em;
    position: relative; }
  .top-bar:after, .top-bar-mobile:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #bbb; }
  .profile-box-wrapper {
    margin-left: 1em;
    margin-right: 1em; }
  .mobileVersion .alert-box {
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2.25em; }
    .mobileVersion .alert-box .icon-flash {
      line-height: 1;
      font-size: 1.33em;
      margin-right: 0.7em; } }

.site-title {
  margin-bottom: 1em;
  margin-top: 1em; }

.site-title .content {
  position: relative;
  border: 1px solid #d4d4d4;
  padding: .35em 1.29em; }

.site-title h1,
.site-title h2 {
  display: inline-block;
  vertical-align: bottom;
  color: #003040;
  margin-bottom: 0.25em; }

.site-title h1 {
  font-size: 1.4em;
  font-weight: 700; }

.site-title h2 {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.33;
  margin-left: 0.333em; }

.site-title .dropdown-box {
  width: 12em; }

.dropdown-box.dropdown_widgets {
  position: absolute;
  top: 0.25em;
  right: 0.5em; }

.dropdown-content p {
  font-size: 0.8em;
  line-height: 1.33; }

.sidebarbox.profile-box {
  padding: .82em .88em .82em .88em;
  min-height: 11.76em; }

.sidebarbox ul,
.profile-box ul {
  margin-left: 0.8em; }

.ui-sortable .field-wrapper {
  margin-top: 0; }

.field-top {
  height: 1.88em; }

.field.title p {
  line-height: 1.25; }

.field-wrapper {
  clear: both;
  margin-top: 2em; }
  .field-wrapper .field-top {
    background: transparent linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%) no-repeat scroll center center;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    padding-left: 1.2em;
    position: relative; }
    .field-wrapper .field-top h4 {
      font-size: 1.1em;
      font-weight: 700;
      line-height: 1.82;
      margin: 0;
      text-shadow: 1px 1px 0 white; }
    .field-wrapper .field-top span.move {
      display: block;
      width: 24px;
      height: .65em;
      position: absolute;
      top: .65em;
      left: 48%;
      background: url("/Content/Internet/img/layout/move_field.png") no-repeat 0 0;
      background-size: 100% auto; }
    .field-wrapper .field-top .field-actions {
      position: absolute;
      top: 0.3em;
      right: 0.3em; }
      .field-wrapper .field-top .field-actions span {
        display: inline-block;
        vertical-align: top;
        height: 21px;
        width: 19px;
        background: transparent no-repeat scroll 0 0; }
        .field-wrapper .field-top .field-actions span.open, .field-wrapper .field-top .field-actions span.close, .field-wrapper .field-top .field-actions span.cancel {
          background-image: url("/Content/Internet/img/layout/dashboard_field_actions.png");
          background-position: 0 0; }
        .field-wrapper .field-top .field-actions span.open:hover {
          background-position: 0 -30px; }
        .field-wrapper .field-top .field-actions span.close {
          background-position: 0 -60px; }
        .field-wrapper .field-top .field-actions span.close:hover {
          background-position: 0 -90px; }
        .field-wrapper .field-top .field-actions span.cancel {
          background-position: 0 -120px; }
        .field-wrapper .field-top .field-actions span.cancel:hover {
          background-position: 0 -150px; }
  .field-wrapper .field {
    background-color: white;
    border: 1px solid #d4d4d4;
    border-top: none;
    padding: 0.01em 1.2em; }

.field-wrapper .field-top:hover,
.entry-wrapper .entries .entry div.move:hover {
  background: transparent linear-gradient(to bottom, #eaeaea 0%, #dfdfdf 100%) no-repeat scroll center center; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .field-wrapper .field-top .field-actions span.open, .field-wrapper .field-top .field-actions span.close, .field-wrapper .field-top .field-actions span.cancel {
    background-image: url("/Content/Internet/img/layout/dashboardn_field_actions@2x.png");
    background-size: 100% auto; }
  .field-wrapper .field-top span.move {
    background-image: url("/Content/Internet/img/layout/move_field@2x.png"); } }

@media screen and (max-width: 767px) {
  .field-wrapper {
    margin-top: 0; }
  .field-wrapper .field-top:hover, .field-wrapper .entry-wrapper .entries .entry div.move:hover {
    background: transparent linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%) no-repeat scroll center center; } }

@media screen and (max-width: 480px) {
  .field-wrapper .field-top h4 {
    font-size: 1em;
    line-height: 1.9; } }

.dashboard .field-wrapper {
  margin-top: 1em; }
  .dashboard .field-wrapper .columns {
    padding-left: 0;
    padding-right: 0; }
  .dashboard .field-wrapper.no-margin {
    margin-top: -1px;
    transition: margin-top .4s; }
  .dashboard .field-wrapper .field-top h4 {
    opacity: 0; }
  .dashboard .field-wrapper .field {
    padding-bottom: 2.3em; }
    .dashboard .field-wrapper .field .txt p {
      font-size: 1.76em;
      line-height: 1;
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin-top: 1.67em;
      margin-bottom: 0; }

.field-wrapper.closed .field {
  display: none; }

.field-wrapper.closed .field-top h4 {
  opacity: 1; }

@media only screen and (max-width: 1199px) {
  .field-top {
    height: 2.1em; } }

@media only screen and (min-width: 767px) and (max-width: 860px) {
  .field-top {
    height: 2.3em; } }

@media screen and (max-width: 767px) {
  .dashboard .no-margin .field-wrapper {
    margin-bottom: 0.1em; }
  .dashboard .field-wrapper {
    margin-top: 0;
    margin-bottom: 1em; }
    .dashboard .field-wrapper #fieldaction_landingpage_lcm {
      display: none; }
    .dashboard .field-wrapper .field-top {
      background: white;
      border: 0;
      height: auto; }
      .dashboard .field-wrapper .field-top .move,
      .dashboard .field-wrapper .field-top .cancel {
        display: none; }
      .dashboard .field-wrapper .field-top .close,
      .dashboard .field-wrapper .field-top .open {
        margin: 1em; }
      .dashboard .field-wrapper .field-top h4 {
        opacity: 1;
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 2em;
        font-weight: normal;
        border-bottom: 2em; }
    .dashboard .field-wrapper .field {
      border: none; }
      .dashboard .field-wrapper .field h3 {
        display: none; }
    .dashboard .field-wrapper .entry-wrapper .entries .entry {
      background: transparent linear-gradient(to bottom, #f7f7f7 0%, #dadada 100%) repeat scroll 0 0; }
      .dashboard .field-wrapper .entry-wrapper .entries .entry .move,
      .dashboard .field-wrapper .entry-wrapper .entries .entry .entry-actions,
      .dashboard .field-wrapper .entry-wrapper .entries .entry span.desc {
        display: none; }
      .dashboard .field-wrapper .entry-wrapper .entries .entry a.title {
        width: 90%; }
      .dashboard .field-wrapper .entry-wrapper .entries .entry a.title > span.name {
        width: 100%; }
      .dashboard .field-wrapper .entry-wrapper .entries .entry:after {
        color: #da202c;
        content: "\e762";
        display: block;
        font-family: "fontello";
        font-size: 1.5em;
        line-height: 1px;
        position: absolute;
        right: 10px;
        top: 51%; } }

.field .topcont h3, .field.title h3 {
  font-size: 2.47em;
  line-height: .95;
  margin: .71em 0 0 0;
  width: 90%; }

.field .topcont h4, .field.title h4 {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .94em;
  font-weight: 300;
  line-height: 1.25;
  color: #da202c;
  margin-top: 1.5em; }

.field .topcont h5, .field.title h5 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.17;
  max-width: 90%;
  margin-top: .17em;
  color: #da202c; }

.field .topcont p {
  line-height: 1.25;
  width: 85%; }

@media screen and (max-width: 767px) {
  .field .topcont h3, .field.title h3 {
    font-size: 2em; }
  .field .topcont h5, .field.title h5 {
    font-size: 1.25em; }
  .field .topcont p {
    width: 100%; } }

.dashboard .row.widget:first-of-type .field-wrapper {
  margin-top: 0; }

#sortable_widgets .widget .info-content {
  display: none; }

.widget .info-content .info {
  margin-top: 1em;
  margin-left: 0.71em;
  display: inline-block; }

.field-top:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  height: 100%; }

.entry-wrapper .entry-title {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.41em;
  line-height: 1.46;
  font-weight: 700;
  margin: 1.17em 0 0 0; }

.entry-wrapper .entries {
  margin-bottom: 0.5em; }
  .entry-wrapper .entries .entry {
    position: relative;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    margin-top: -1px;
    height: 2.3em; }
    .entry-wrapper .entries .entry form.edit-entry {
      display: none; }
    .entry-wrapper .entries .entry .title {
      display: inline-block;
      vertical-align: top;
      width: 84%; }
      .entry-wrapper .entries .entry .title .name {
        width: 65%;
        margin: 0 0 0 .76em;
        display: inline-block;
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #003040;
        line-height: 1.24;
        padding-top: .47em;
        padding-bottom: .47em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left; }
      .entry-wrapper .entries .entry .title .name:hover {
        color: #da202c; }
      .entry-wrapper .entries .entry .title .desc {
        position: relative;
        width: 20%;
        font-size: .76em;
        color: #003040;
        line-height: 1.31;
        margin: .5em 0 0 1em;
        padding: .38em 0 0 0;
        font-weight: 300;
        font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        float: left; }
    .entry-wrapper .entries .entry .entry-actions {
      display: inline-block;
      float: right; }
      .entry-wrapper .entries .entry .entry-actions .functions .wrapper {
        border: none; }
        .entry-wrapper .entries .entry .entry-actions .functions .wrapper a {
          background: none;
          min-width: 1.6em;
          border: none;
          padding: 0.6em 0.2em; }
  .entry-wrapper .entries .entry div.move {
    cursor: pointer;
    float: left;
    height: 2.2em;
    width: 2.2em;
    padding: .79em .71em .76em .79em;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-right: 1px solid #d4d4d4; }
    .entry-wrapper .entries .entry div.move span {
      display: block;
      font-size: 16px;
      width: 11px;
      height: 12px;
      background: url("/Content/Internet/img/layout/move_entry.png") top left no-repeat; }
  .entry-wrapper .entries .entry a.red.delete-entry {
    display: none; }
  .entry-wrapper .entries .entry.edit {
    background-color: #ececec;
    position: relative;
    padding: 0; }
  .entry-wrapper .entries .entry.edit .entry-actions,
  .entry-wrapper .entries .entry.delete .entry-actions {
    display: none; }
  .entry-wrapper .entries .entry.edit form.edit-entry {
    display: block;
    overflow: hidden;
    position: relative;
    top: -104%;
    padding: .24em 0 .29em .41em; }
  .entry-wrapper .entries form.edit-entry input[type='text'] {
    width: 70%;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .94em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 0.2em; }
  .entry-wrapper .entries .entry.edit input[type='submit'],
  .entry-wrapper .entries .entry.delete a.delete-entry {
    position: absolute;
    right: 0.2em;
    top: 0.3em; }
  .entry-wrapper .entries .entry.delete a.delete-entry {
    display: inline-block;
    height: 30px;
    top: 0.2em; }

/* Errorpage  */
/* ============================================================================================= */
.dashboard .col-4-5.offset-1 {
  padding-right: 0; }

#main-content.errorpage {
  margin-top: 1em; }
  #main-content.errorpage #roof-top h1 {
    width: auto; }

/* .functions ================================================================================ */
#top-functions .functions {
  position: absolute;
  top: 0.6em;
  right: 1.4em; }

#top-functions .functions .wrapper, #result-actions .functions .wrapper,
#info-boxes div .functions .wrapper {
  display: inline-block;
  height: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3px; }

.functions .wrapper > * {
  display: block;
  float: left;
  max-width: 2.6em;
  min-width: 2.2em;
  background: #fbfbfb;
  background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%);
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #d4d4d4;
  padding: 0.25em 0.475em 0.25em 0.525em;
  text-align: center; }

.functions .wrapper > *:first-child {
  border-left: none; }

.functions .wrapper > *:last-of-type {
  border-right: none; }

.functions a:before,
.functions a i:before,
.functions .disabled a:hover:before,
.functions .disabled:hover a i:before {
  color: #003040; }

.functions a:hover:before,
.functions a:hover i:before {
  color: #da202c; }

.functions .icon-heart:before {
  color: #0090C4; }

.functions a[class^=icon]:before, .functions a[class*=" icon-"] {
  margin: 0; }

#result-actions {
  text-align: right;
  padding-right: 0; }

.functions .wrapper .multibtn {
  max-width: none;
  background-image: url("/Content/Internet/img/layout/bgn_fs_resultactions_checks.png"), linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%);
  background-repeat: no-repeat;
  background-position: left center, center;
  border-left: 0;
  padding: 0 0.5em; }

.multibtn > * {
  display: block;
  float: left;
  max-width: 1.6em;
  min-width: 1.2em;
  padding: 0.25em 0.5em; }

.functions *.disabled {
  opacity: 0.25; }

.multibtn > *:hover {
  cursor: pointer; }

.multibtn > div {
  position: relative; }

.disabled:hover,
.disabled > *:hover,
.multibtn > *.disabled:hover {
  cursor: default; }

.multibtn .count {
  min-width: 0.8em;
  padding-left: 0.25em;
  color: #da202c;
  font-family: 'PT Sans Narrow';
  font-weight: 700;
  text-shadow: 1px 0 0 white; }

.fs-main .functions #print {
  border-right: 0; }

.multibtn .delete {
  border-left: 1px solid #bdbdbd; }

/* Inner page contents ================================================================================ */
@media only screen and (max-width: 767px) {
  .detail #main-content.columns {
    padding-right: 0.71em; } }

/* Titles */
.cont .toggleWrapper > .toggleBox:first-child h2 {
  margin-top: 0.5em; }

/* Tables */
#content table {
  width: 100%;
  margin-top: 0.82em; }

.cont table thead {
  background-color: #ddd; }

.cont table tr:nth-of-type(even) {
  background: transparent; }

.cont table td {
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.2;
  vertical-align: top;
  padding: .24em .35em; }

.cont table thead td,
.cont table th {
  line-height: 1.41em;
  text-shadow: 1px 1px 0 white;
  vertical-align: middle; }

.cont table .aligncenter {
  text-align: center; }

.cont table .alignright {
  text-align: right; }

/* Lists */
.cont ul {
  list-style: none; }

.cont ul li:before,
#sidebar .sidebarbox ul li:before,
.profile-box ul li:before,
.specific-kanton ul li:before,
.no-results ul li:before {
  font-family: "fontello";
  content: "⚫";
  content: '\26ab';
  color: #da202c;
  font-size: .4em;
  display: block;
  width: 2em;
  float: left;
  line-height: 3.6em;
  margin-left: -1.9em; }

.cont .download ul li:before {
  content: none; }

.cont ul li,
.specific-kanton ul li {
  margin-left: 1em;
  margin-bottom: 0.3em;
  line-height: 1.4em; }

.cont ol li,
.specific-kanton ol li {
  margin-left: 1.15em;
  margin-bottom: 0.3em; }

.cont .download ul li {
  margin-left: 0.1em;
  padding-left: 1.6em; }

.cont .download ul li a {
  font-weight: normal; }
  .cont .download ul li a:before {
    margin-left: -1.6em; }

/* Paragraphs */
.cont p,
.specific-kanton p,
p.l-opt {
  line-height: 1.4em; }

.specific-kanton p, .specific-kanton ul {
  padding-right: 3.5em; }

.specific-kanton li {
  line-height: 1.4em; }

p.l-opt.opt {
  line-height: 1.1em;
  margin-top: 0.6em; }

p.table-cell {
  display: table-cell; }

.cont li p {
  margin-bottom: 0.25em; }

.spitzmarke .title, .filmContent .title {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.41em; }

.cont .big-quote, .cont .big {
  font-size: 1.5em;
  line-height: 1.17em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  color: #003040;
  text-shadow: 0 1px 0 white;
  margin-bottom: 0; }

.cont .spitzmarke .big-quote {
  margin-top: .08em;
  margin-bottom: .3em; }

.cont .spitzmarke .quoted-by {
  font-size: .76em;
  margin-bottom: 0; }

.cont a.arrow.bold, .cont span.arrow.bold {
  line-height: 1.32em; }

/* Images */
.text-img .wrapper {
  display: block;
  margin-bottom: 0.59em; }

.text-img .wrapper.right {
  margin: .65em 0 .59em 1.41em; }

.text-img .wrapper.left {
  margin: .65em 1.41em .59em 0; }

.text-img .min {
  width: 33.333%; }

.text-img .middle {
  width: 50%; }

.text-img .large {
  width: 70%; }

.text-img .full {
  width: 100%; }

.text-img img {
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .text-img .large {
    width: 100%; } }

.img-title {
  font-size: .88em;
  line-height: 1.2em;
  padding-top: 0.2em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block; }

.cont .spitzmarke {
  margin: 1.29em 0 2.41em 5em;
  width: 66.6%; }

.cont .spitzmarke a.arrow {
  display: flex;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.cont .boxTitle h2 {
  margin-top: 1.5em; }

@media only screen and (max-width: 767px) {
  .cont .boxTitle h2 {
    margin-top: 0.25em; }
  .cont .spitzmarke {
    margin-left: 0;
    width: 100%; }
  .cont .toggleWrapper > .toggleBox:first-child h2 {
    margin-top: 0.25em; } }

/* Tabs */
.tabs {
  position: relative; }

.tabs .menu {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  height: 2.12em;
  margin-left: 0;
  margin-bottom: 1.18em; }

.tabs .menu li {
  float: left;
  border-top: 1px solid #fff;
  padding-bottom: 1px;
  margin-left: 0; }

.tabs .menu li:first-child {
  margin-left: 1em; }

.tabs .menu li:before {
  content: none; }

.tabs .menu li.active {
  border: 1px solid #d4d4d4;
  border-bottom: 3px solid #fff;
  padding-bottom: 0;
  background-color: #fff; }

.tabs .menu li a {
  display: block;
  padding: .24em .82em .29em .82em;
  line-height: 1.41em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #003040; }

.tabs .menu li.active a {
  color: #da202c; }

.tabs .tab-content {
  border-bottom: 2px solid #d4d4d4;
  padding: .41em .94em 1.24em .88em;
  margin-top: -.59em;
  display: none; }

.tabs .toggleWrapper .toggleBox:first-child .tab-content {
  display: block; }

.tabs .toggleWrapper .toggleBox .boxTitle {
  display: none; }

.cont .tabs .toggleWrapper,
.cont .tabs .toggleWrapper > .toggleBox {
  border: none; }

.crossref {
  position: relative;
  margin-top: 0.5em;
  padding: 0.6em 1em 0.6em 2em;
  background-color: #f2f9fc; }
  @media only screen and (max-width: 767px) {
    .crossref {
      border-right: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4; } }
  .crossref > i {
    position: absolute;
    left: 0.5em;
    top: 0.6em;
    color: #da202c; }
  .crossref .crossref-cont {
    font-size: 0.9em; }
    .crossref .crossref-cont p {
      margin-bottom: 0.5em; }
      .crossref .crossref-cont p:last-of-type {
        margin-bottom: 0; }

.toggleWrapper .crossref {
  margin-left: 0.5em; }

.cont .filmContent .title {
  width: 75%; }
  @media only screen and (max-width: 767px) {
    .cont .filmContent .title {
      width: 100%; } }

.cont .filmContent p.playtext {
  margin-top: 0.5em;
  font-size: 0.85em;
  width: 75%; }
  @media only screen and (max-width: 767px) {
    .cont .filmContent p.playtext {
      width: 100%; } }

/* Toggle Boxes  */
/* ============================================================================================= */
/* ToggleBoxes ================================================================================ */
.toggleBox .boxContent {
  display: none; }

.toggleWrapper.mobile > .toggleBox > .boxContent,
.toggleBox.open > .boxContent,
.toggleBox.open.expanded .boxContent {
  display: block; }

.toggleBox .boxTitle {
  color: #003040;
  cursor: pointer; }

.cont .toggleWrapper {
  margin-left: -0.5em; }

.cont .toggleWrapper .toggleWrapper {
  border-top: 1px solid #d4d4d4; }

.cont .toggleWrapper > .toggleBox {
  border-bottom: 1px solid #d4d4d4;
  background-color: white; }

.cont .toggleWrapper.mobile > .toggleBox {
  border: 0; }

.cont .toggleBox {
  margin-bottom: 0.333em;
  padding: 0 0 0 .5em; }

.cont .toggleBox .boxTitle {
  font-size: 1.125em;
  line-height: 2.17em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0; }
  .cont .toggleBox .boxTitle > p.title {
    float: left;
    padding-top: 0.4em;
    font-weight: 700;
    font-size: 1em;
    margin-right: 1em; }
  .cont .toggleBox .boxTitle:after {
    display: block;
    content: " ";
    width: 1px;
    height: 1px;
    clear: both; }

.cont .toggleWrapper > .toggleBox.open > .boxTitle,
.cont .toggleWrapper > .toggleBox > .boxTitle:hover {
  color: #da202c; }

.toggleBox .boxTitle:before {
  content: "\002B";
  font-family: "fontello";
  font-size: 0.94em;
  line-height: 2.25em;
  color: #999;
  margin-right: 0.71em;
  display: block;
  float: right;
  opacity: 0.7; }

.toggleBox .boxTitle:hover:before {
  opacity: 1; }

.toggleBox.openOnDesktop .boxContent,
.toggleBox.open.expanded > .boxTitle:before,
.toggleBox.open > .boxTitle:before {
  content: "\002D"; }

.cont .toggleWrapper.mobile > .toggleBox > .boxTitle:before {
  content: none; }

.toggleWrapper.mobile > .toggleBox > .boxTitle:hover {
  cursor: default; }

.cont .boxContent > div {
  line-height: 1.4em; }

@media only screen and (max-width: 767px) {
  .toggleBox:not(.open) .boxContent {
    display: none; }
  .cont .boxContent {
    padding: 1em 0.75em;
    background-color: #fff;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; }
  .toggleWrapper.mobile > .toggleBox > .boxContent,
  .toggleWrapper.mobile .toggleBox .boxContent .boxContent {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.01em; }
  .toggleWrapper.mobile .toggleBox .boxContent {
    padding: .67em .67em .67em 0.95em;
    display: none; }
  .cont .toggleBox {
    margin-top: 0.8em; }
  .cont .toggleBox .boxTitle {
    cursor: pointer;
    min-height: 2.6em;
    padding-top: 0.333em;
    padding-left: 0.85em;
    background-color: #fbfbfb;
    background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%);
    border: 1px solid #d4d4d4;
    border-top-color: #dedede;
    border-left-color: #dedede;
    position: relative; }
  .cont .toggleWrapper.mobile .toggleWrapper {
    margin-left: -0.9em;
    margin-right: -0.65em; }
    .cont .toggleWrapper.mobile .toggleWrapper .toggleBox {
      border-bottom: 1px solid #d4d4d4;
      border-top: 1px solid #d4d4d4;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0; }
  .cont .toggleWrapper.mobile .toggleWrapper .toggleBox ~ .toggleBox {
    border-top: none; }
  .cont .toggleWrapper.mobile .toggleWrapper .toggleBox:last-of-type {
    margin-bottom: 0.33em; }
  .cont .toggleBox .toggleWrapper .toggleBox {
    padding: 0 .67em .67em 0.95em; }
    .cont .toggleBox .toggleWrapper .toggleBox .boxTitle {
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      padding-top: 0.1em;
      line-height: 2.25em;
      border: none;
      padding-left: 0; }
  .cont .toggleWrapper .toggleWrapper {
    border-top: none; }
  .cont .toggleWrapper > .toggleBox {
    border-bottom: none;
    background-color: transparent; }
  .cont .boxContent .boxContent {
    border: none; }
  .cont .toggleBox .boxTitle:before,
  .cont .toggleWrapper.mobile > .toggleBox > .boxTitle:before {
    content: "\002B";
    font-family: "fontello";
    font-size: 1em;
    line-height: 2.2em;
    color: #999;
    margin-right: 0.71em;
    display: block;
    float: right;
    opacity: 0.7; }
  .cont .toggleBox .toggleWrapper .toggleBox .boxTitle {
    min-height: 2em; }
  .cont .toggleWrapper.mobile > .toggleBox > .boxTitle:before {
    position: absolute;
    right: 0;
    top: 0.333em; }
  .cont .toggleWrapper.mobile > .toggleBox > .boxContent {
    padding-top: 1em; }
  .cont .toggleBox .boxTitle h2 {
    font-size: 1.7em;
    line-height: 1.2em;
    color: #da202c; }
  .toggleWrapper .toggleBox.open > .boxContent {
    display: block; }
  .toggleWrapper .toggleBox .boxContent {
    display: none; }
  .toggleWrapper .toggleBox.open > .boxTitle:before,
  .cont .toggleWrapper.mobile > .toggleBox.open > .boxTitle:before {
    content: "\002D"; }
  .tabs .toggleWrapper .toggleBox .boxTitle {
    display: inherit; }
  .tabs .toggleWrapper .toggleBox .tab-content,
  .tabs .toggleWrapper .toggleBox:first-child .tab-content {
    display: none; } }

/* Panels  */
/* ============================================================================================= */
/* Panels (term. Foundation) */
/* Teaser-Tags ================================================================================ */
.teaser-label {
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  height: 2em;
  line-height: 1.53em;
  margin: -1.29em auto 0.18em auto;
  padding: 0;
  text-align: center;
  background-image: url("/Content/Internet/img/layout/bg_label_blue.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-width: 110px; }

.teaser-label.red {
  background-image: url("/Content/Internet/img/layout/bg_label_red.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .teaser-label {
    background-image: url("/Content/Internet/img/layout/bg_label_blue@2x.png");
    background-size: cover; }
  .teaser-label.red {
    background-image: url("/Content/Internet/img/layout/bg_label_red@2x.png"); } }

.kanton-selector .panel {
  background-color: #fff;
  border-right-color: #d4d4d4;
  border-bottom-color: #d4d4d4;
  padding-bottom: 1.76em;
  margin-bottom: 1.18em; }

.kanton-selector .panel .lead {
  font-size: 1.4em;
  width: 100%; }

.cont .kanton-selector {
  padding-left: 0.5em; }

.cont .kanton-selector .panel {
  background-color: #f4f4f4;
  box-shadow: 2px 2px 4px 0 rgba(211, 211, 211, 0.5); }

.panel.teaser.eval {
  display: none;
  margin-top: 1em;
  margin-right: 0.71em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@media only screen and (max-width: 767px) {
  .cont .kanton-selector .panel {
    background-color: #fff; } }

.kanton-selector form {
  margin-bottom: 0; }

.kanton-selector select {
  font-weight: 700; }

.specific-kanton {
  display: none;
  position: relative;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .specific-kanton h2 {
    margin-top: 0.75em; }

.emblem {
  position: absolute;
  right: 0;
  top: 1em; }

@media only screen and (max-width: 767px) {
  .emblem {
    width: 30px; } }

.teaser {
  padding-top: 0; }

.labelbox {
  text-align: center;
  margin-bottom: .59em; }

.teaser-label {
  margin-top: -3em;
  padding: 0 1.25em;
  display: inline-block; }

.cont .teaser-label {
  padding: 0 2em; }

.panel .labelbox {
  margin-top: -0.25em; }

.panel h2 {
  color: #da202c;
  margin-bottom: 0.5em; }

.panel .lead {
  line-height: 1.2em;
  margin-bottom: 0.65em; }

@media only screen and (max-width: 767px) {
  .panel .lead {
    font-size: 1em; } }

.user-select .title {
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 0.33em;
  padding-top: 0.33em;
  display: inline-block;
  vertical-align: top;
  width: 50%; }

@media only screen and (max-width: 767px) {
  .user-select .title {
    width: 100%; } }

.panel select {
  background-color: #fff; }

.panel .link-center {
  display: block;
  text-align: center;
  width: 100%; }
  .panel .link-center i {
    color: #da202c;
    margin-right: 0.5em; }

.panel.teaser {
  border-color: #d4d4d4; }
  .panel.teaser h3 {
    color: #003040; }

.widget .panel .link-center, .field .panel .link-center {
  position: absolute;
  bottom: 1.75em;
  left: -0.35em;
  padding: 0 0.5em; }

.widget .panel.teaser, .field .panel.teaser {
  background: #fbfbfb;
  background: linear-gradient(to bottom, #fbfbfb 0%, #ebebeb 100%);
  min-height: 14.24em; }

/* Sidebar  */
/* ============================================================================================= */
#sidebar {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* ToggleBoxes */
#sidebar .toggleBox {
  margin-bottom: 0.33em; }
  #sidebar .toggleBox .boxContent ul.arrow.has-i li {
    flex-wrap: wrap; }
    #sidebar .toggleBox .boxContent ul.arrow.has-i li .access-icon-arrow {
      margin-left: -.8em;
      margin-right: 0.2em; }
    #sidebar .toggleBox .boxContent ul.arrow.has-i li > i + a {
      width: 100%;
      margin-left: 0; }
      #sidebar .toggleBox .boxContent ul.arrow.has-i li > i + a + p {
        flex-basis: 100%; }

#sidebar .toggleBox .boxTitle {
  padding: 0.36em 0px 0.25em 0.75em;
  font-size: 1em;
  line-height: 1.33em;
  font-weight: 700;
  color: #003040;
  background-color: white;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0; }

#sidebar .toggleBox .boxTitle:before {
  line-height: 1.33em; }

#sidebar .toggleBox.expanded .boxTitle {
  border-bottom: 1px solid #d4d4d4; }

#sidebar .toggleBox.open .boxTitle,
#sidebar .toggleBox .boxTitle:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); }

#sidebar .toggleBox .boxContent {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0 0.5em 1.12em 0.55em; }

#sidebar > .toggleWrapper > .toggleBox > .boxTitle {
  padding-left: 1.6em; }

#sidebar > .toggleWrapper > .toggleBox > .boxTitle i.title {
  text-align: center;
  width: 0.7em;
  display: inline-block;
  margin-right: -0.7em; }
  #sidebar > .toggleWrapper > .toggleBox > .boxTitle i.title:before {
    margin-left: -2.2em; }

@media only screen and (max-width: 767px) {
  #sidebar > .toggleWrapper > .toggleBox > .boxTitle {
    padding-left: 2.75em; } }

#sidebar .profile-box p.title {
  font-size: 1em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.88em;
  text-transform: uppercase; }

#sidebar .profile-box i.icon-pencil {
  float: right;
  color: #003040;
  cursor: pointer; }
  #sidebar .profile-box i.icon-pencil:hover {
    color: #da202c; }

#sidebar .profile-box div.edit {
  display: none; }

#sidebar .profile-box.edit div.edit {
  display: block; }

#sidebar .profile-box.edit div.default {
  display: none; }

#sidebar .profile-box.edit i.icon-pencil {
  color: #9A9A9A;
  cursor: default; }

#sidebar form {
  margin-bottom: 0; }

#sidebar {
  /* xxx */ }
  #sidebar .boxContent .contentWrapper {
    margin-top: 1em; }
  #sidebar .boxContent p {
    font-size: 0.76em;
    line-height: normal;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0.54em; }
  #sidebar .boxContent .title {
    font-size: 1em;
    line-height: normal;
    margin-bottom: 0.35em; }
  #sidebar .arrow {
    margin-bottom: 0.5em; }
  #sidebar .arrow li a {
    padding-left: 0.2em;
    font-weight: 300; }
    #sidebar .arrow li a.bold {
      font-weight: 700; }
    #sidebar .arrow li a + p {
      margin-bottom: 0; }
  #sidebar .arrow li {
    margin-left: 0.7em; }
  #sidebar .arrow li:before {
    margin-left: -0.6em; }
  #sidebar .box p:not(.title) {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  #sidebar .toggleBox {
    background: none;
    border: none;
    margin-left: -0.71em;
    margin-right: -0.71em; }
  #sidebar .toggleBox.open {
    background: none;
    border-bottom: 0; }
  #sidebar .toggleBox .boxTitle,
  #sidebar .toggleBox.open .boxTitle,
  #sidebar .toggleBox .boxTitle:hover,
  .cont .toggleBox .toggleWrapper .toggleBox .boxTitle,
  .cont .toggleBox .toggleWrapper .toggleBox.open .boxTitle,
  .cont .toggleBox .toggleWrapper .toggleBox .boxTitle:hover {
    background: none;
    background-color: #fff; }
  #sidebar .toggleBox .boxTitle {
    border-bottom: 1px solid #d4d4d4;
    padding: 1em 0.71em 0.75em 1.71em;
    margin-bottom: 0; }
  #sidebar .toggleBox .boxContent {
    padding: 0.75em 2em 1.5em 2em;
    background-color: transparent; }
  #sidebar .toggleBox .boxContent .contentWrapper {
    margin-top: 0; }
  #sidebar .toggleBox:not(.open) .boxTitle {
    background: none;
    background-color: #fff; } }

/* xxxx ================================================================================ */
.section-title {
  font-size: 0.94em;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 0.38em; }

#aside .panel .section-title {
  font-size: inherit; }

.title i,
.boxTitle i,
.section-title i,
#aside .panel .section-title i {
  color: #da202c;
  font-size: 1em;
  margin-right: 0.3em; }

.box {
  margin-top: 1.75em; }

.box .title, .box .boxTitle {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #003040;
  line-height: 1.2;
  margin-bottom: 0; }

.box .title i, .box .boxTitle i,
#aside .panel .section-title i {
  color: #003040; }

.big-quote, .big {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.41em;
  line-height: 1.17em;
  text-shadow: 0px 1px 0px white;
  margin-top: 0.25em; }

a.arrow.big:hover {
  color: #da202c; }

.link-caption + .big-quote, .link-caption + .big {
  margin-top: -0.25em; }

.no-margin-bottom {
  margin-bottom: 0px; }

/* Tease-Links (Panel Links) ======================================================================================= */
.panel-lightblue {
  margin-bottom: 2.53em;
  min-height: 9.24em;
  position: relative;
  padding: 0.71em 2em 2em 0.6em;
  background-image: url("/Content/Internet/img/layout/paneln_link_lightblue@2x.png");
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  margin-top: 0.29em;
  background-size: cover;
  overflow: hidden; }

.panel-lightblue:hover {
  background-image: url("/Content/Internet/img/layout/paneln_link_red@2x.png"); }

/*
.svg .panel-lightblue {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTggMTIwIj48ZGVmcz48c3R5bGU+LmNsc3tmaWxsOiMwMGJkZmQ7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wYW5lbF9saW5rPC90aXRsZT48ZyBpZD0idGVhc2UiPjxwYXRoIGNsYXNzPSJjbHMiIGQ9Ik0yMDAuODMsMEgwVjEyMEgyMDAuODNsMTYuNS02MFoiLz48L2c+PC9zdmc+");
	background-size: 200%;
}

.svg .panel-lightblue:hover {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMTggMTIwIj48ZGVmcz48c3R5bGU+LmNsc3tmaWxsOiNjYzMzMzM7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5wYW5lbF9saW5rPC90aXRsZT48ZyBpZD0idGVhc2UiPjxwYXRoIGNsYXNzPSJjbHMiIGQ9Ik0yMDAuODMsMEgwVjEyMEgyMDAuODNsMTYuNS02MFoiLz48L2c+PC9zdmc+");
}
*/
.panel-lightblue p {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.41em;
  line-height: 1em; }

.panel-lightblue span {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0.75em;
  padding-right: 1em; }

.panel-lightblue span:before {
  color: #fff;
  content: "\E762" !important;
  display: block;
  float: left;
  font-family: "fontello";
  font-size: 1.1em;
  font-weight: 300 !important;
  margin-right: 0.29em; }

/* BUTTONS */
/* ============================================================================================= */
/* Legacy */
/* Pfeile mit .dash machen */
a.button, div.button, a.white, div.white, a.red, input.red, a.back {
  display: inline-block;
  vertical-align: top;
  border-image: none;
  border: none;
  font-family: "PT Sans Narrow";
  line-height: 1.5;
  color: #003040;
  padding: 0.2em 1.6em 0.15em 0.5em;
  box-shadow: none;
  background: none;
  background-position: right center;
  background-repeat: no-repeat; }
  a.button.button-big, div.button.button-big, a.white.button-big, div.white.button-big, a.red.button-big, input.red.button-big, a.back.button-big {
    font-size: 1.25rem; }

.button:hover, .button:focus {
  background-color: inherit; }

a.button, div.button {
  background-image: url("/Content/Internet/img/layout/bgn_link_white@2x.png");
  background-size: auto 60px; }

a.button.blue, div.button.blue {
  background-image: url("/Content/Internet/img/layout/bgn_link_hblau@2x.png");
  color: white; }

a.button:hover, div.button:hover, a.button:active, div.button:active, a.button.red {
  background-image: url("/Content/Internet/img/layout/bgn_link_red@2x.png"); }

a.button.red {
  color: white; }

a.button.red:hover {
  color: white; }

/*
.svg a.button, .svg div.button {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTggMTIwIj48ZGVmcz48c3R5bGU+LmNsc3tmaWxsOiNmZmZmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ25fbGluazwvdGl0bGU+PGcgaWQ9ImRhc2giPjxwYXRoIGNsYXNzPSJjbHMiIGQ9Ik00ODguODUsMEgwVjEyMEg0ODguODVsMjguNDgtNjBaIi8+PC9nPjwvc3ZnPg==");
	background-size: 200%;
}

.svg a.button.dark-blue, .svg div.button.dark-blue {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTggMTIwIj48ZGVmcz48c3R5bGU+LmNsc3tmaWxsOiMwMDMwNDA7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ25fbGluazwvdGl0bGU+PGcgaWQ9ImRhc2giPjxwYXRoIGNsYXNzPSJjbHMiIGQ9Ik00ODguODUsMEgwVjEyMEg0ODguODVsMjguNDgtNjBaIi8+PC9nPjwvc3ZnPg==");
}
.svg a.button:hover, .svg div.button:hover, .svg a.button:active, .svg div.button:active {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTggMTIwIj48ZGVmcz48c3R5bGU+LmNsc3tmaWxsOiNkYTIwMmM7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ25fbGluazwvdGl0bGU+PGcgaWQ9ImRhc2giPjxwYXRoIGNsYXNzPSJjbHMiIGQ9Ik00ODguODUsMEgwVjEyMEg0ODguODVsMjguNDgtNjBaIi8+PC9nPjwvc3ZnPg==	");
}
*/
a.back {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  text-transform: uppercase;
  padding-right: 0.5em;
  padding-left: 0.81em;
  padding-top: 0.25em;
  background: url("/Content/Internet/img/layout/bgn_back@2x.png") left center no-repeat;
  background-size: auto 40px; }

a.back:hover, a.back:active {
  background-position: -700px center; }

.custom-button, .active > .defaultbutton.custom-button, a.custom-button, .active > a.defaultbutton.custom-button {
  background: #da202c none repeat scroll 0 0;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  margin-bottom: 1em;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .custom-button:hover, .active > .defaultbutton.custom-button:hover, a.custom-button:hover, .active > a.defaultbutton.custom-button:hover {
    background-color: #b61b25;
    color: white; }

a.custom-button, .active > a.defaultbutton.custom-button {
  padding: 0.6em 0.9em; }

.custom-button.custom-button-dark, .active > .custom-button-dark.defaultbutton.custom-button {
  background: #003040 none repeat scroll 0 0;
  border: 1px solid #003040; }
  .custom-button.custom-button-dark:hover {
    background-color: #da202c;
    border-color: #da202c;
    color: white; }
    .custom-button.custom-button-dark:hover i {
      color: white; }

.custom-button.custom-button-blue, .active > .custom-button-blue.defaultbutton.custom-button {
  background: #26c7fd none repeat scroll 0 0;
  border: 0px solid #26c7fd; }
  .custom-button.custom-button-blue:hover {
    background-color: #da202c;
    border-color: #da202c;
    color: white; }

.custom-button.custom-button-red, .active > .custom-button-red.defaultbutton.custom-button {
  background: #da202c none repeat scroll 0 0;
  border: 0px solid #da202c; }
  .custom-button.custom-button-red:hover {
    background-color: #003040;
    border-color: #003040;
    color: white; }

a.safe-blue {
  padding: 0 1.7em;
  text-transform: uppercase !important;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 2.2em; }

.custom-button.custom-button-blue.safe-blue {
  background: #00bdfd none repeat scroll 0 0;
  border: 1px solid #00bdfd; }
  .custom-button.custom-button-blue.safe-blue:hover {
    background-color: #da202c;
    border-color: #da202c;
    color: white; }

.defaultbutton.custom-button, .active > .defaultbutton.custom-button,
.custom-button-disabled,
.search-request:not(.active) .fs-action.defaultbutton.custom-button,
.search-request:not(.active) .fs-action.defaultbutton.custom-button:hover {
  background: #ccc none repeat scroll 0 0;
  border-color: #ccc;
  cursor: default; }

a.custom-button.disabled, .active > a.disabled.defaultbutton.custom-button {
  color: white !important;
  background: #00698d !important;
  cursor: default;
  pointer-events: none; }

.fs-action.custom-button:visited {
  color: #fff; }

.search-request.active .fs-action.custom-button:hover {
  background: transparent linear-gradient(#c2181f 46%, #da202c 100%) repeat scroll 0 0;
  border-bottom-color: #ff7982; }

#sidebar .fs-action.custom-button {
  width: 100%;
  padding: 0.7em; }

.custom-button-small {
  font-size: 0.85em; }

a.custom-button-small {
  padding: 0.4em 0.6em;
  height: 1.96em; }

a.custom-button.url-service, .active > a.url-service.defaultbutton.custom-button {
  margin: 0; }

.small-button {
  background: transparent linear-gradient(to bottom, #fff 0%, #f3f3f3 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  float: right;
  padding: 0.3em 0.67em;
  position: relative; }
  .small-button a {
    color: #003040;
    font-weight: normal; }
    .small-button a:hover {
      color: #da202c; }

/* Web Search  */
/* ============================================================================================= */
#cludo_results {
  background: none;
  border: none;
  padding-left: 0.71em;
  padding-right: 0.60em; }

#cludo_results .results-wrapper {
  _padding-right: 0.66em; }

.cludo_row {
  padding: 10px;
  background-color: white;
  margin-bottom: 5px; }

h3 {
  line-height: 1;
  margin-top: initial; }

h3 a {
  font-weight: normal; }

#cludo_fileformat {
  font-size: .85em;
  padding-bottom: 5px; }

#spelling {
  display: none;
  font-size: 16px; }

#paging {
  position: relative;
  text-align: center;
  margin-top: 20px; }
  #paging span {
    margin-left: 5px;
    margin-right: 5px; }

/* Schema Professionel */
/* ============================================================================================= */
.scheme #roof-top {
  padding-bottom: 2.75em; }
  .scheme #roof-top h2 {
    color: #003040;
    font-size: 1.4em; }
  .scheme #roof-top p {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    line-height: 1.4em;
    width: 85%; }

.scheme #content {
  padding-right: 0.71em; }
  .scheme #content .cont {
    margin-bottom: 4em;
    padding-bottom: 0; }

#scheme-wrapper {
  position: relative;
  width: 934px;
  height: 709px;
  background: url("/Content/Internet/img/layout/bg_scheme.jpg") 0px 0px no-repeat;
  background-size: 100% 100%;
  padding: 0.59em 0.59em 0.71em 0.53em;
  margin-top: -1em;
  margin-left: -1.56em; }

#scheme-wrapper #scheme {
  width: 100%;
  height: 100%;
  position: relative; }

#scheme-wrapper #scheme #further-education-wrapper {
  width: 893px;
  overflow: hidden; }

#scheme-wrapper .panel {
  margin: 0px;
  padding: 5px;
  background: rgba(234, 234, 234, 0.6);
  border: 1px solid #A3CFE9;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s; }

#scheme-wrapper .panel.hover, #scheme-wrapper .panel.diagram {
  background: #ffff99; }

#scheme-wrapper .panel.active {
  background: #ffff99; }

#scheme-wrapper .panel.active .btn-wrapper .btn {
  background: #ffff00; }

#scheme-wrapper .panel.active .btn-wrapper .btn a {
  color: #000; }

#scheme-wrapper .panel h3 {
  text-align: left;
  clear: both;
  padding-top: 10px;
  font-size: 1.30em; }

#scheme-wrapper .panel h3.small {
  font-size: 21px;
  line-height: 26px; }

#scheme-wrapper .panel h3.aux {
  font-size: 0.91em;
  line-height: 1.07em;
  font-weight: 700;
  margin: 0; }

#scheme-wrapper .btn-wrapper {
  float: left; }

#scheme-wrapper .btn-wrapper.marked .btn {
  border: 4px solid #da202c;
  border-width: 0px 4px 0px 4px;
  padding-left: 3px;
  padding-top: 4px; }

#scheme-wrapper .btn-wrapper.marked .btn:first-child {
  border-top-width: 4px;
  padding-top: 0px; }

#scheme-wrapper .btn-wrapper.marked .btn.cluster {
  border-bottom-width: 4px;
  padding-top: 0px; }

#scheme-wrapper .btn-wrapper.marked .btn.cluster p {
  margin-bottom: 2px; }

#scheme-wrapper .btn-wrapper.no-margin .btn {
  margin-left: 0px; }

#scheme-wrapper .btn-wrapper.width-1 {
  width: 353px;
  margin-left: 0px; }

#scheme-wrapper .btn-wrapper.width-1 .btn {
  background: white;
  background: linear-gradient(135deg, #ffffff 50%, #dddddd 100%); }

#scheme-wrapper .btn-wrapper.width-2 {
  width: 175px; }

#scheme-wrapper .btn-wrapper.width-2 .btn {
  background: white;
  background: linear-gradient(135deg, #ffffff 50%, #dddddd 100%); }

#scheme-wrapper .btn-wrapper.width-3 {
  width: 115px; }

#scheme-wrapper .btn-wrapper.width-3 .btn {
  background: white;
  background: linear-gradient(135deg, #ffffff 50%, #dddddd 100%); }

#scheme-wrapper .btn-wrapper.width-4 {
  margin-left: 0px; }

#scheme-wrapper .btn-wrapper.width-4 .btn {
  width: 183px;
  background: white;
  background: linear-gradient(135deg, #ffffff 50%, #dddddd 100%);
  margin-left: 3px; }

#scheme-wrapper .btn-wrapper.width-4 .btn:first-child {
  margin-left: 0px; }

#scheme-wrapper .btn-wrapper.hover-cluster .btn {
  background-image: none;
  background: #FFFF00; }

#scheme-wrapper .btn-wrapper.hover-cluster .btn a {
  color: #000; }

#scheme-wrapper .btn {
  padding: 5px 0px 0px 6px;
  margin: 0px 0px 1px 3px;
  overflow: hidden;
  float: left;
  border: 1px solid #eee;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 11;
  width: 100%; }

#scheme-wrapper .btn:before {
  content: "";
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFF00;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s; }

#scheme-wrapper .btn.toBack {
  z-index: 9; }

#scheme-wrapper .btn.toFront {
  z-index: 12; }

#scheme-wrapper .btn a {
  font-size: 15px;
  line-height: 16px;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 13px;
  position: relative;
  z-index: 1; }

#scheme-wrapper .btn a:before {
  content: "\f603";
  font-family: "fontello";
  width: 10px;
  height: 10px;
  color: #da202c;
  margin-left: -15px;
  margin-right: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px; }

#scheme-wrapper .btn.height-1 {
  height: 40px; }

#scheme-wrapper .btn.height-2 {
  height: 51px; }

#scheme-wrapper .btn.height-3 {
  height: 94px;
  background: white;
  background: linear-gradient(135deg, #ffffff 15%, #d3d3d3 100%); }

#scheme-wrapper .btn.height-4 {
  height: 135px;
  float: right;
  background: white; }

#scheme-wrapper .btn-wrapper {
  display: table; }
  #scheme-wrapper .btn-wrapper .btn {
    display: table-cell;
    vertical-align: middle; }
    #scheme-wrapper .btn-wrapper .btn a {
      vertical-align: middle; }

#scheme-wrapper .btn.small a {
  font-size: 14px; }

#scheme-wrapper .btn a:active, #scheme-wrapper .btn a:focus, #scheme-wrapper .btn a:visited {
  color: #003040; }

#scheme-wrapper .btn.hover:before, #scheme-wrapper .btn.active:before, #scheme-wrapper .btn.hover.height-1:before, #scheme-wrapper .btn.hover.height-2:before, #scheme-wrapper .btn.hover.height-3:before, #scheme-wrapper .btn.hover.height-4:before, #scheme-wrapper .btn.active.height-1:before, #scheme-wrapper .btn.active.height-2:before, #scheme-wrapper .btn.active.height-3:before, #scheme-wrapper .btn.active.height-4:before, #scheme-wrapper .btn.hover.width-1:before, #scheme-wrapper .btn.hover.width-2:before, #scheme-wrapper .btn.hover.width-3:before, #scheme-wrapper .btn.hover.width-4:before, #scheme-wrapper .btn.active.width-1:before, #scheme-wrapper .btn.active.width-2:before, #scheme-wrapper .btn.active.width-3:before, #scheme-wrapper .btn.active.width-4:before {
  opacity: 1; }

#scheme-wrapper .btn.hover a, #scheme-wrapper .btn.active a {
  color: #000; }

#scheme-wrapper .btn.marked {
  border: 4px solid #da202c;
  padding-left: 3px;
  padding-top: 0px; }

#scheme-wrapper .btn.marked.cluster {
  border-bottom-width: 4px;
  padding-top: 0px; }

#scheme-wrapper .btn.marked.cluster p {
  margin-bottom: 2px; }

#scheme-wrapper .btn#ecoles-de-maturite-gymnasiale, #scheme-wrapper .btn#doctorat-phd, #scheme-wrapper .btn#bachelor-heu, #scheme-wrapper .btn#master-heu, #scheme-wrapper .btn#hautes-ecoles-universitaires-heu {
  right: -2px; }

#scheme-wrapper #activite-professionnelle-passerelles.marked {
  outline: 4px solid #da202c; }

#scheme-wrapper .btn p,
#scheme-wrapper #formation-continue p,
#scheme-wrapper #traineeship p {
  font-size: 15px;
  line-height: 16px;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0px;
  margin-bottom: 5px; }

#scheme-wrapper .full-width {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 12; }

#scheme-wrapper .full-width p {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin: 7px 0 6px;
  padding: 3px 1.27em 0;
  white-space: nowrap;
  width: auto; }

#scheme-wrapper .full-width p.passerelle-wide {
  min-width: 42em; }

#scheme-wrapper .full-width p.hover, #scheme-wrapper .full-width p.active {
  background: #FFFF00;
  color: #003040; }

#scheme-wrapper #further-education-wrapper .middle .full-width {
  height: 43px; }

#scheme-wrapper .left {
  width: 144px;
  min-height: 20px;
  height: 100%;
  float: left; }

#scheme-wrapper .left .panel {
  border-bottom: 0px;
  overflow: visible; }

#scheme-wrapper .middle {
  width: 749px;
  float: left; }

#scheme-wrapper #tertiaerstufe,
#scheme-wrapper #sekundarstufe2,
#scheme-wrapper #sekundarstufe1 {
  width: 28px;
  height: 110px;
  position: absolute;
  right: -10px; }

#scheme-wrapper #tertiaerstufe {
  background: url("/Content/Internet/img/layout/scheme/tertiaerstufe_de.png") 0px 0px no-repeat;
  top: 161px; }

#scheme-wrapper #sekundarstufe2 {
  background: url("/Content/Internet/img/layout/scheme/sekundarstufe2_de.png") 0px 0px no-repeat;
  top: 409px; }

#scheme-wrapper #sekundarstufe1 {
  background: url("/Content/Internet/img/layout/scheme/sekundarstufe1_de.png") 0px 0px no-repeat;
  top: 608px; }

#scheme-wrapper.it #tertiaerstufe {
  background-image: url("/Content/Internet/img/layout/scheme/tertiaerstufe_it.png"); }

#scheme-wrapper.it #sekundarstufe2 {
  background-image: url("/Content/Internet/img/layout/scheme/sekundarstufe2_it.png"); }

#scheme-wrapper.it #sekundarstufe1 {
  background-image: url("/Content/Internet/img/layout/scheme/sekundarstufe1_it.png");
  top: 610px; }

#scheme-wrapper.fr #tertiaerstufe {
  background-image: url("/Content/Internet/img/layout/scheme/tertiaerstufe_fr.png");
  top: 177px; }

#scheme-wrapper.fr #sekundarstufe2 {
  background-image: url("/Content/Internet/img/layout/scheme/sekundarstufe2_fr.png");
  top: 422px; }

#scheme-wrapper.fr #sekundarstufe1 {
  background-image: url("/Content/Internet/img/layout/scheme/sekundarstufe1_fr.png");
  top: 616px; }

#scheme-wrapper #further-education-wrapper {
  height: 103px; }

#scheme-wrapper #further-education-wrapper .panel {
  background: none;
  border: 0px; }

#scheme-wrapper #further-education-wrapper.active .panel .btn {
  filter: none;
  background-image: none;
  background: #FFFF00; }

#scheme-wrapper #further-education-wrapper.active .panel .btn a {
  color: #000; }

#scheme-wrapper #further-education-wrapper.active #formation-continue:before {
  opacity: 1;
  transition: opacity 0.3s; }

#scheme-wrapper #formation-continue {
  padding-left: 0.65em;
  padding-top: 1.06em;
  height: 67px; }

#scheme-wrapper #formation-continue:before {
  background: url("/Content/Internet/img/layout/scheme/scheme_top_hover.png") no-repeat;
  width: 915px;
  height: 94px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  z-index: 1;
  opacity: 0; }

#scheme-wrapper #formation-continue:after {
  background: url("/Content/Internet/img/layout/scheme/scheme_top.png") no-repeat;
  width: 915px;
  height: 94px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: ""; }

#scheme-wrapper #formation-continue h3 {
  padding-top: 0px;
  margin-bottom: 3px;
  z-index: 2;
  position: relative; }

#scheme-wrapper #formation-continue.hover:before, #scheme-wrapper #formation-continue.active:before {
  opacity: 1;
  transition: opacity 0.3s; }

#scheme-wrapper #formation-continue.small {
  padding-top: 0.41em; }

#scheme-wrapper #formation-continue.small h3 {
  font-size: 1.18em; }

#scheme-wrapper #formation-continue.small p {
  font-size: 0.82em;
  margin-bottom: -0.06em; }

#scheme-wrapper #further-education {
  border-left-color: #98C2DC;
  margin-left: -1px;
  padding-left: 0px; }

#scheme-wrapper #further-education.hover {
  border-left-color: #FFFF99; }

#scheme-wrapper #education-wrapper {
  margin-top: -13px; }

#scheme-wrapper #education-wrapper .left {
  margin-top: -6px; }

#scheme-wrapper #education-wrapper .middle .panel {
  width: 365px;
  height: 222px;
  float: left;
  margin-left: 9px; }

#scheme-wrapper #formation-professionnelle-superieure {
  padding-top: 86px; }

#scheme-wrapper #hautes-ecoles .btn-wrapper {
  height: 134px;
  margin-top: 41px; }

#scheme-wrapper #hautes-ecoles .btn-wrapper.highest {
  height: auto;
  margin-top: 0px; }

#scheme-wrapper #traineeship {
  margin-top: 0px;
  height: 487px;
  cursor: default;
  background: none;
  border: 0px;
  padding-top: 32px;
  background: url("/Content/Internet/img/layout/scheme/scheme_bottom.png") no-repeat 0px 0px; }

#scheme-wrapper #traineeship.panel {
  border-top: 0px; }

#scheme-wrapper #traineeship.panel:after {
  content: "";
  background: url("/Content/Internet/img/layout/scheme/scheme_bottom_hover.png") no-repeat 0px 0px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 0; }

#scheme-wrapper #traineeship .btn {
  height: 128px;
  width: 132px;
  margin-top: 19px;
  margin-left: 0px;
  background: white;
  background: linear-gradient(135deg, #ffffff 50%, #dddddd 100%); }

#scheme-wrapper #traineeship p {
  z-index: 2;
  bottom: 0px;
  margin-bottom: 45px;
  cursor: pointer; }

#scheme-wrapper #traineeship p#formations-et-cours-specialises {
  top: 199px;
  bottom: auto; }

#scheme-wrapper #traineeship.hover:after {
  opacity: 1;
  transition: opacity 0.3s; }

#scheme-wrapper #education-wrapper.active #traineeship .btn {
  background: #ffff00; }

#scheme-wrapper #education-wrapper.active #traineeship .btn a {
  color: #000; }

#scheme-wrapper #education-wrapper.active #traineeship:after {
  opacity: 1;
  transition: opacity 0.3s; }

#scheme-wrapper #formation-professionnelle-initiale .btn-wrapper:first-child {
  margin-top: 41px;
  height: 41px; }

#scheme-wrapper #formation-professionnelle-initiale.marked .btn {
  border: 3px solid #da202c; }

#scheme-wrapper #formation-professionnelle-initiale.marked #maturite-professionnelle {
  border-bottom-width: 0px;
  padding-top: 1px;
  padding-left: 4px; }

#scheme-wrapper #formation-professionnelle-initiale.marked #certificat-federal-de-capacite-cfc {
  border-width: 0px 3px 0px 0px;
  padding-left: 7px;
  padding-top: 4px; }

#scheme-wrapper #formation-professionnelle-initiale.marked #attestation-federale-de-formation-professionnelle-afp {
  border-width: 3px 0px 0px 3px;
  padding-top: 1px;
  padding-left: 4px; }

#scheme-wrapper #formation-professionnelle-initiale.marked #entreprises-formatrices-ecoles-de-metiers {
  border-top-width: 0px;
  padding-left: 4px; }

#scheme-wrapper #formation-professionnelle-initiale.marked #entreprises-formatrices-ecoles-de-metiers p {
  margin-bottom: 3px; }

#scheme-wrapper #basic-education-wrapper {
  overflow: hidden;
  clear: both; }

#scheme-wrapper #basic-education-wrapper .middle {
  margin-left: 9px;
  width: 739px; }

#scheme-wrapper #ecole-obligatoire {
  height: 82px;
  position: relative; }

#scheme-wrapper #ecole-obligatoire h3 {
  position: absolute;
  bottom: 6px; }

#scheme-wrapper .ipad {
  display: none; }

#scheme-wrapper .diagram-img {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  pointer-events: none; }

@media only screen and (max-width: 1199px) {
  #scheme-wrapper .ipad .diagram-img {
    top: -9px; } }

#scheme-wrapper .diagram-img img {
  width: 100%;
  height: 100%; }

#scheme-wrapper .diagram-img.vertical1 {
  width: 7px;
  height: 21px;
  z-index: 12; }

#scheme-wrapper .diagram-img.master-hes {
  top: 176px;
  left: 598px; }

#scheme-wrapper .diagram-img.master-hep {
  top: 176px;
  left: 729px; }

#scheme-wrapper .diagram-img.master-heu {
  top: 176px;
  left: 831px; }

#scheme-wrapper .diagram-img.doctorat-phd {
  top: 136px;
  left: 831px; }

#scheme-wrapper .diagram-img.diplome-federal-df {
  top: 216px;
  left: 254px; }

#scheme-wrapper #info-boxes {
  position: absolute;
  top: 590px;
  left: 0px;
  width: 100%;
  padding: 0px 33px; }

#scheme-wrapper #info-boxes .close {
  width: 2.35em;
  height: 2.35em;
  background: url("/Content/Internet/img/layout/colorbox/controls.png") no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  right: -1.18em;
  top: -1.18em;
  z-index: 2;
  cursor: pointer; }

#scheme-wrapper #info-boxes .close:hover {
  background-position: bottom left; }

#scheme-wrapper #info-boxes.top {
  top: 41.53em; }

#scheme-wrapper .education-system {
  display: none;
  padding: 1.35em 1.35em 2.35em 1.35em;
  z-index: 13;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6); }

#scheme-wrapper .education-system .wrapper {
  opacity: 0; }
  #scheme-wrapper .education-system .wrapper .functions .wrapper {
    opacity: 1; }

#scheme-wrapper .education-system h2 {
  width: 90%; }

#scheme-wrapper .education-system .functions {
  margin: 1em 1em 0 0;
  text-align: right; }

#scheme-wrapper .education-system.print {
  display: block; }

#scheme-wrapper .education-system ul.arrow {
  margin-top: 1.24em; }

#scheme-wrapper .education-system ul.arrow li:before {
  display: none; }

#scheme-wrapper .education-system ul.arrow li a {
  margin-left: 0.19em;
  font-weight: 700;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

#scheme-wrapper .education-system ul.arrow li a:before {
  line-height: 1em; }

#scheme-wrapper .education-system dl {
  font-size: 0.76em;
  line-height: 1.23em;
  padding-bottom: 0.77em;
  overflow: hidden;
  border-bottom: 1px solid #ccc; }

#scheme-wrapper .education-system dt {
  float: left;
  width: 24%;
  font-weight: normal;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0px; }

#scheme-wrapper .education-system dt:nth-of-type(odd) {
  clear: both; }

#scheme-wrapper .education-system dd {
  float: left;
  width: 23%;
  margin-bottom: 0.23em; }

#scheme-wrapper .education-system dd.margin, #scheme-wrapper .education-system dd:nth-of-type(odd) {
  margin-right: 2.92em; }

#scheme-wrapper .education-system dd p {
  margin-bottom: 0px;
  line-height: 1.23em; }

#scheme-wrapper #formation-continue.small {
  padding: 1em 0 0 0.4em; }

#scheme-wrapper #formation-continue.small h3:first-child {
  font-size: 1.07em; }

#scheme-wrapper #formation-continue.small h3.aux {
  font-size: 0.8em; }

#maturite-gymnasiale {
  margin-left: 2px !important; }

@media only screen and (max-width: 1199px) {
  #scheme-wrapper {
    width: 779px;
    height: 600px;
    padding: 0.47em 0.47em 0.53em 0.41em; }
  #scheme-wrapper .panel {
    padding: 4px; }
  #scheme-wrapper .panel h3 {
    padding-top: 8px; }
  #scheme-wrapper .panel h3.small {
    font-size: 17px;
    line-height: 21px; }
  #scheme-wrapper .btn-wrapper.marked .btn {
    border: 3px solid #da202c;
    border-width: 0px 3px 0px 3px;
    padding-left: 2px;
    padding-top: 3px; }
  #scheme-wrapper .btn-wrapper.marked .btn:first-child {
    border-top-width: 3px; }
  #scheme-wrapper .btn-wrapper.marked .btn.cluster {
    border-bottom-width: 3px; }
  #scheme-wrapper .btn-wrapper.marked .btn.cluster p {
    margin-bottom: 2px; }
  #scheme-wrapper .btn-wrapper.width-1 {
    width: 298px; }
  #scheme-wrapper .btn-wrapper.width-2 {
    width: 148px; }
  #scheme-wrapper .btn-wrapper.width-3 {
    width: 98px; }
  #scheme-wrapper .btn-wrapper.width-4 .btn {
    width: 155px;
    margin-left: 2px; }
  #scheme-wrapper .btn {
    padding: 2px 0px 0px 4px;
    margin: 0px 0px 1px 2px; }
  #scheme-wrapper .btn a {
    font-size: 13px;
    line-height: 14px;
    margin-left: 12px; }
  #scheme-wrapper .btn a:before {
    font-size: 12px;
    margin-left: -14px; }
  #scheme-wrapper .btn.height-1 {
    height: 33px; }
  #scheme-wrapper .btn.height-2 {
    height: 42px; }
  #scheme-wrapper .btn.height-3 {
    height: 78px; }
  #scheme-wrapper .btn.height-4 {
    height: 112px; }
  #scheme-wrapper .btn.small a {
    font-size: 12px; }
  #scheme-wrapper .btn.marked {
    border: 3px solid #da202c;
    padding-left: 2px; }
  #scheme-wrapper .btn.marked.cluster {
    border-bottom-width: 3px; }
  #scheme-wrapper .btn.marked.cluster p {
    margin-bottom: 2px; }
  #scheme-wrapper .btn#ecoles-de-maturite-gymnasiale, #scheme-wrapper .btn#doctorat-phd, #scheme-wrapper .btn#master-heu, #scheme-wrapper .btn#master-heu, #scheme-wrapper .btn#hautes-ecoles-universitaires-heu {
    right: -2px; }
  #scheme-wrapper .btn p,
  #scheme-wrapper #formation-continue p,
  #scheme-wrapper #traineeship p {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 4px; }
  #scheme-wrapper .full-width p {
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0px 6px 0px;
    padding: 1px 1.27em 0px; }
  #scheme-wrapper .left {
    width: 120px; }
  #scheme-wrapper .middle {
    width: 631px; }
  #scheme-wrapper #tertiaerstufe,
  #scheme-wrapper #sekundarstufe2,
  #scheme-wrapper #sekundarstufe1 {
    width: 23px;
    right: -6px; }
  #scheme-wrapper #tertiaerstufe {
    top: 138px; }
  #scheme-wrapper #sekundarstufe2 {
    top: 339px; }
  #scheme-wrapper #sekundarstufe1 {
    top: 490px; }
  #scheme-wrapper.it #tertiaerstufe {
    top: 134px; }
  #scheme-wrapper.it #sekundarstufe2 {
    top: 335px; }
  #scheme-wrapper.it #sekundarstufe1 {
    top: 496px; }
  #scheme-wrapper.fr #tertiaerstufe {
    top: 148px; }
  #scheme-wrapper.fr #sekundarstufe2 {
    top: 350px; }
  #scheme-wrapper.fr #sekundarstufe1 {
    top: 505px; }
  #scheme-wrapper #scheme #further-education-wrapper {
    height: 78px;
    width: 751px; }
  #scheme-wrapper #formation-continue {
    padding-left: 0.47em;
    padding-top: 0.82em;
    height: 55px; }
  #scheme-wrapper #formation-continue h3 {
    padding-top: 0px;
    margin-bottom: 3px; }
  #scheme-wrapper #formation-continue:before {
    background: url("/Content/Internet/img/layout/scheme/scheme_top_middle_hover.png") no-repeat;
    width: 757px;
    height: 78px; }
  #scheme-wrapper #formation-continue:after {
    background: url("/Content/Internet/img/layout/scheme/scheme_top_middle.png") no-repeat;
    width: 757px;
    height: 78px; }
  #scheme-wrapper #education-wrapper {
    margin-top: -4px; }
  #scheme-wrapper #education-wrapper .left {
    margin-top: -7px; }
  #scheme-wrapper #education-wrapper .middle .panel {
    width: 309px;
    height: 184px;
    margin-left: 6px; }
  #scheme-wrapper #formation-professionnelle-superieure {
    padding-top: 72px; }
  #scheme-wrapper #hautes-ecoles .btn-wrapper {
    height: 111px;
    margin-top: 34px; }
  #scheme-wrapper #traineeship {
    height: 405px;
    padding-top: 21px;
    background: url("/Content/Internet/img/layout/scheme/scheme_bottom_middle.png") no-repeat 0px 0px; }
  #scheme-wrapper #traineeship.panel {
    border-top: 0px; }
  #scheme-wrapper #traineeship.panel:after {
    content: "";
    background: url("/Content/Internet/img/layout/scheme/scheme_bottom_middle_hover.png") no-repeat 0px 0px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0; }
  #scheme-wrapper #traineeship .btn {
    height: 110px;
    width: 110px;
    margin-top: 16px; }
  #scheme-wrapper #traineeship p {
    margin-bottom: 37px; }
  #scheme-wrapper #traineeship p#formations-et-cours-specialises {
    top: 167px; }
  #scheme-wrapper #traineeship:before {
    height: 22px; }
  #scheme-wrapper #traineeship.hover:after {
    opacity: 1;
    transition: opacity 0.3s; }
  #scheme-wrapper #formation-professionnelle-initiale .btn-wrapper:first-child {
    margin-top: 34px;
    height: 34px; }
  #scheme-wrapper #formation-professionnelle-initiale.marked .btn {
    border: 2px solid #da202c; }
  #scheme-wrapper #formation-professionnelle-initiale.marked #maturite-professionnelle {
    border-bottom-width: 0px;
    padding-top: 1px;
    padding-left: 3px; }
  #scheme-wrapper #formation-professionnelle-initiale.marked #certificat-federal-de-capacite-cfc {
    border-width: 0px 2px 0px 0px;
    padding-left: 5px;
    padding-top: 3px; }
  #scheme-wrapper #formation-professionnelle-initiale.marked #attestation-federale-de-formation-professionnelle-afp {
    border-width: 2px 0px 0px 2px;
    padding-top: 1px;
    padding-left: 3px; }
  #scheme-wrapper #formation-professionnelle-initiale.marked #entreprises-formatrices-ecoles-de-metiers {
    border-top-width: 0px;
    padding-left: 3px; }
  #scheme-wrapper #formation-professionnelle-initiale.marked #entreprises-formatrices-ecoles-de-metiers p {
    margin-bottom: 3px; }
  #scheme-wrapper #basic-education-wrapper .middle {
    margin-left: 6px;
    width: 625px; }
  #scheme-wrapper #basic-education {
    height: 69px; }
  #scheme-wrapper #basic-education h3 {
    bottom: 4px; }
  #scheme-wrapper .diagram-img.vertical1 {
    width: 6px;
    height: 18px; }
  #scheme-wrapper .diagram-img.master-hes {
    top: 141px;
    left: 499px; }
  #scheme-wrapper .diagram-img.master-hep {
    top: 141px;
    left: 601px; }
  #scheme-wrapper .diagram-img.master-heu {
    top: 141px;
    left: 697px; }
  #scheme-wrapper .diagram-img.doctorat-phd {
    top: 109px;
    left: 697px; }
  #scheme-wrapper .diagram-img.diplome-federal-df {
    top: 178px;
    left: 206px; }
  #scheme-wrapper #info-boxes {
    top: 486px; }
  #scheme-wrapper #info-boxes .close {
    background-image: url("/Content/Internet/img/layout/colorbox/controls_middle.png"); }
  #scheme-wrapper #info-boxes.top {
    top: 582px; }
  #scheme-wrapper .education-system ul.arrow li a {
    margin-left: 0.19em;
    font-weight: 700;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  #scheme-wrapper .education-system ul.arrow li a:before {
    line-height: 1em; }
  #scheme-wrapper .education-system dt, #scheme-wrapper .education-system dd p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 4px; } }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #scheme-wrapper #info-boxes .close {
    background: url("/Content/Internet/img/layout/colorbox/controls@2x.png") no-repeat top left;
    background-size: 100% auto; }
  #scheme-wrapper #formation-continue:before {
    background: url("/Content/Internet/img/layout/scheme/scheme_top_hover@2x.png") no-repeat;
    background-size: 100% auto; }
  #scheme-wrapper #formation-continue:after {
    background: url("/Content/Internet/img/layout/scheme/scheme_top@2x.png") no-repeat;
    background-size: 100% auto; }
  #scheme-wrapper #education-wrapper #traineeship {
    background: url("/Content/Internet/img/layout/scheme/scheme_bottom@2x.png") no-repeat 0px 0px;
    background-size: 100% auto; }
  #scheme-wrapper #education-wrapper #traineeship.panel:after {
    background: url("/Content/Internet/img/layout/scheme/scheme_bottom_hover@2x.png") no-repeat 0px 0px;
    background-size: 100% auto; } }

/* FOOTER */
/* ============================================================================================= */
footer.row {
  margin-top: 3em; }

#footer {
  border-top: solid 5px #26c7fd;
  background: url("/Content/Internet/img/layout/bg_footer.png") 0px 0px no-repeat;
  background-color: #013141; }

#footer .panel {
  background: none;
  border: none;
  margin-bottom: 0; }

#footer .panel.direct-access {
  padding-top: 0; }

#footer #bottom {
  border-top: solid 3px #da202c;
  font-size: 0.76em;
  font-family: "PT Sans";
  color: #fff;
  padding-top: 0.54em;
  margin-left: 0px;
  margin-right: 0px; }

#footer .copyright {
  padding-left: 1.18em; }

#footer #bottom ul {
  float: right;
  margin-right: 1.54em;
  list-style: none;
  font-weight: 700;
  font-family: 'PT Sans Narrow'; }

#footer .direct-access [class^=targetgroup] a {
  color: #fff; }

#footer .direct-access [class^=targetgroup] a:hover,
#footer .direct-access [class^=targetgroup]:hover a {
  color: #da202c; }

#footer .direct-access .teaser-label {
  margin-top: -5px;
  margin-bottom: 0;
  line-height: 1.63em;
  height: 2.15em; }

#footer .section-title {
  margin-top: 0.59em;
  margin-bottom: 0px;
  color: #fff; }
  #footer .section-title + ul.arrow {
    margin-top: 0.2em;
    margin-bottom: 2em; }

#footer .section-title i {
  margin-left: -2px;
  margin-right: 0.3em; }

#footer .forum-teaser {
  font-size: 1.41em;
  line-height: 1.04em;
  color: #26c7fd;
  margin-bottom: 0.25em; }

#footer .panel p,
#bottom a {
  color: #26c7fd;
  margin-bottom: 0.18em; }

.facebook-sign-text {
  vertical-align: top; }

#footer .arrow {
  margin-top: 0.4em; }

#footer a, #footer a *, #footer .arrow li a {
  font-weight: 700;
  color: #26c7fd; }

#footer .arrow li a {
  line-height: 1em; }

#footer .arrow.has-i li a {
  line-height: 1.2; }

#footer .arrow li:before {
  font-size: 1.1em;
  margin-left: -0.725em; }

#footer a.button {
  color: #003040; }

#footer a:hover, #footer a:hover *, #footer .arrow li a:before {
  color: #da202c; }

#footer a.button:hover {
  color: #fff; }

.facebook-sign-wrap {
  margin-top: 0.2em;
  position: relative; }
  .facebook-sign-wrap i {
    font-size: 2.3em;
    margin-right: .2em;
    margin-top: -3px;
    display: inline-block;
    vertical-align: top; }
  .facebook-sign-wrap .facebook-sign-text {
    font-weight: 700; }

@media only screen and (max-width: 767px) {
  footer.row {
    margin-top: 0; }
  #footer-mobile {
    background-color: #003040;
    border-top: 5px solid #26c7fd;
    font-family: "PT Sans Narrow";
    color: #fff;
    clear: both; }
  #footer-mobile .toggleBox,
  #menu .toggleBox {
    border-top: 1px solid rgba(38, 199, 253, 0.25);
    border-bottom: 1px solid #000; }
  #footer-mobile .toggleBox .boxTitle,
  #menu .toggleBox .boxTitle {
    font-family: "PT Sans Narrow";
    font-weight: 700;
    padding: 1em 0.71em 0.75em 0.71em;
    margin-bottom: 0; }
  #footer-mobile .toggleBox .boxContent,
  #menu .toggleBox .boxContent {
    font-weight: 700;
    background-color: #002131;
    padding: 0.5em 1.25em 0.25em 1.25em; }
  #footer-mobile .arrow {
    margin-bottom: 0.5em; }
  #footer-mobile .arrow li {
    padding: 0.6em 0; }
  #footer-mobile .arrow li a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    color: #26c7fd; }
  #bottom-mobile {
    border-top: solid 3px #da202c;
    color: #fff;
    padding: 0.67em 0.67em 0 0.67em; }
  #bottom-mobile .tool-nav {
    float: none;
    min-height: 2em; }
  #bottom-mobile p {
    font-family: "PT Sans";
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.38em;
    text-align: center;
    padding: 0.24em 2em 0.59em 2em;
    margin-top: 1.5em;
    clear: both; } }

/* I N C L U D E S * /
/* ============================================================================================= */
/* ============================================================================================= */
/* Homepage  */
/* ============================================================================================= */
.home #main,
.landing #main {
  margin-top: 1em; }

#cover {
  position: relative;
  height: 23em;
  margin-bottom: 2.35em; }

@media only screen and (max-width: 767px) {
  #cover {
    height: auto;
    margin-bottom: 0.75em; } }

#cover-text {
  padding-left: 25%;
  margin-top: 4.12em;
  width: 85%; }
  #cover-text > div {
    display: none; }
  #cover-text > div.default {
    display: block; }
  #cover-text p.lead {
    width: 100%;
    font-size: 1.36em;
    text-shadow: none; }

@media only screen and (max-width: 767px) {
  #cover-text {
    text-align: center;
    padding: 0.71em;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width: 100%; }
    #cover-text h1 {
      font-size: 2em;
      line-height: 1.1em; } }

@media only screen and (min-width: 1199px) {
  .home #main-content {
    padding-left: 0; } }

.aside-landing-box-shdw {
  background: transparent url("/Content/Internet/img/layout/bg_shdw_aside_landing_box.png") no-repeat scroll left bottom;
  background-size: 100%;
  padding: 0 0.71em;
  margin-left: -0.71em;
  margin-bottom: 1.76em;
  width: calc(100% + 1.42em); }

.rsSlideCount {
  display: none; }

/* TEASER BOXES */
/* ============================================================================================= */
.home .agenda dt {
  border-right: 1px solid #ccc;
  clear: both;
  float: left;
  font-weight: normal;
  height: 2.81em;
  line-height: 1em;
  text-align: left;
  width: 11%;
  min-width: 2.3em;
  padding-top: 0.3em;
  margin-bottom: 1em; }
  .home .agenda dt .date {
    display: block;
    font-size: 1.88em;
    font-weight: bold;
    padding-bottom: 0.2em; }

.home .agenda dd {
  height: 2.81em;
  line-height: 1.18em;
  margin-left: 14%;
  padding-left: 0.71em;
  margin-bottom: 1em; }
  .home .agenda dd p {
    margin-bottom: 0; }
  .home .agenda dd a.arrow {
    font-weight: normal; }

.home .panel-myb {
  display: block; }
  .home .panel-myb .panel {
    background: transparent url("/Content/Internet/img/layout/bgn_myb_teaser.png") no-repeat center top;
    background-size: 100% 100%;
    border: 0 none;
    color: #fff;
    margin-bottom: 4.5em;
    min-height: 16.4em;
    padding-top: 1.47em;
    text-align: center; }
  .home .panel-myb .labelbox {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
    .home .panel-myb .labelbox .teaser-label {
      background: none;
      padding: 0; }
  .home .panel-myb .link-center i {
    color: white; }

@media only screen and (max-width: 767px) {
  .home .panel-myb .panel {
    margin-bottom: 3em; } }

.royalSlider.rsDefault .rsBullets .rsBullet {
  padding-left: 8px;
  padding-right: 8px; }

.royalSlider.rsDefault .rsBullets span {
  background: white none repeat scroll 0 0;
  border-top: 1px solid #ccc;
  height: 11px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 10px; }

.royalSlider.rsDefault .rsBullets .rsNavSelected span {
  background-color: black; }

.home .royalSlider.rsDefault .rsBullets {
  bottom: -1.65em; }
  .home .royalSlider.rsDefault .rsBullets .rsBullet {
    padding-left: 10px;
    padding-right: 10px; }

.home .teaser {
  max-height: 16.41em;
  min-height: 16.47em;
  position: relative;
  margin-bottom: 3em; }
  .home .teaser p {
    line-height: 1.2em; }
  .home .teaser > .all {
    position: absolute;
    bottom: 1em;
    left: 0.71em; }
  .home .teaser .slide {
    min-height: 13.47em;
    top: 0; }
  .home .teaser .inner-panel {
    width: 50%;
    float: left;
    text-align: center;
    min-height: 12em;
    padding-left: 0;
    padding-right: 0.71em; }
    .home .teaser .inner-panel:first-child {
      border-right: 1px solid #ccc; }
  .home .teaser .inner-panel.second {
    padding-left: 0.71em;
    padding-right: 0; }
  .home .teaser p.category {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    margin-bottom: 0.33em; }
    .home .teaser p.category .icon-search {
      margin-right: 0.5em; }
  .home .teaser.latest .slide p {
    margin: 0;
    margin-bottom: 0.085em; }
  .home .teaser h3 {
    margin: 0 0 0.3em; }
  .home .teaser .royalSlider .link-center {
    left: auto; }
  .home .teaser .inner-panel .link-center {
    width: 50%;
    margin-left: -0.71em; }

.home .link-center {
  position: absolute;
  bottom: 1.75em;
  left: -0.35em; }

.panel.teaser .big-number {
  color: #da202c;
  font-size: 4.41em;
  font-weight: normal; }
  .panel.teaser .big-number + h3 {
    margin-top: 0.4em; }

.panel.teaser.aktuell, .panel.teaser.search_find {
  padding-left: 0;
  padding-right: 0; }
  .panel.teaser.aktuell .rsOverflow, .panel.teaser.search_find .rsOverflow {
    padding-left: 1em;
    padding-right: 1em; }

.home .teaser.search_find .link-center {
  bottom: 1.4em; }

@media only screen and (max-width: 767px) {
  .home .teaser {
    max-height: 15.41em;
    min-height: 15.47em; }
    .home .teaser .rsDefault .rsBullets {
      bottom: -1em; }
  .home .teaser .big-number {
    font-size: 3.3em; }
    .home .teaser .big-number + h3 {
      margin-top: 0.1em; } }

/* RECHTE SPALTE */
/* ============================================================================================= */
#aside .direct-access {
  background: #fff url("/Content/Internet/img/layout/bg_aside_landing_box.png") no-repeat scroll 1px bottom/100% 100%;
  margin-top: 1em;
  padding-right: 0.71em;
  position: relative; }
  #aside .direct-access .arrow {
    margin-bottom: 0;
    margin-left: 0.71em;
    padding-bottom: 1em; }
    #aside .direct-access .arrow li {
      padding: 0; }
      #aside .direct-access .arrow li.active a {
        background: transparent url("/Content/Internet/img/layout/bg_direct_access@2x.png") center left no-repeat;
        background-size: cover;
        color: white; }
        #aside .direct-access .arrow li.active a:before {
          color: white; }
    #aside .direct-access .arrow a {
      display: block;
      width: calc(100% + 1.42em + 1.75em);
      margin-left: -2.5em;
      padding: 0.2em 0 0.2em 2.1em; }
      #aside .direct-access .arrow a:before {
        content: "\e86c";
        font-size: 0.8em;
        color: #003040;
        margin-right: 0.5em;
        margin-left: -0.85em; }
      #aside .direct-access .arrow a:hover {
        background: transparent url("/Content/Internet/img/layout/bg_direct_access@2x.png") center left no-repeat;
        background-size: cover;
        color: white; }
        #aside .direct-access .arrow a:hover:before {
          color: white; }

#aside .panel {
  background-color: transparent;
  border: 0;
  padding: 0 0 0 0.33em; }
  #aside .panel a {
    font-weight: normal; }
    #aside .panel a:hover {
      color: #da202c; }

.panel-myb:hover .link-center,
.panel-myb:hover .link-center i {
  color: #da202c; }

.defaultImage {
  position: absolute;
  top: 0;
  left: 0; }
  .defaultImage img {
    width: 100%; }

.panel.teaser .rsArrow {
  max-height: 200px;
  width: 32px; }
  .panel.teaser .rsArrow:hover .rsArrowIcn:before {
    color: #da202c; }
  .panel.teaser .rsArrow .rsArrowIcn {
    height: 40px;
    margin-top: -28px;
    padding-top: 4px;
    background-position: initial;
    background: none; }
    .panel.teaser .rsArrow .rsArrowIcn:before {
      content: "";
      font-family: "fontello";
      font-size: 2.5em;
      font-weight: 300;
      color: #003040; }
  .panel.teaser .rsArrow.rsArrowLeft .rsArrowIcn:before {
    content: "\e761";
    margin-left: 4px; }
  .panel.teaser .rsArrow.rsArrowRight {
    text-align: right; }
    .panel.teaser .rsArrow.rsArrowRight .rsArrowIcn:before {
      content: "\e762";
      margin-right: 4px; }

/* Dropdown */
.home .dropdown-box-wrapper {
  margin-top: 1em;
  margin-bottom: 1em; }

.dropdown-box {
  display: inline-block;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background-color: #fbfbfb;
  background: -webkit-linear-gradient(#fff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(#fff 0%, #f3f3f3 100%);
  background: linear-gradient(#fff 0%, #f3f3f3 100%); }
  .dropdown-box.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    z-index: 999; }

.home .dropdown-box {
  box-shadow: 1px 1px 0 white; }

.home .dropdown-box.active {
  background: #fff; }
  .home .dropdown-box.active.active {
    box-shadow: 0 0 4px rgba(25, 25, 50, 0.3); }

.dropdown-box > .title {
  font-size: .9em;
  display: block;
  font-family: "PT Sans Narrow";
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 white;
  color: #003040;
  padding: 0.66em .87em 0.5em .87em; }

.dropdown-box > .title .icon-sort, .dropdown-box > .title .icon-down-open-1 {
  font-size: 0.87em;
  font-weight: 300;
  text-shadow: none;
  margin: 0 0 0 1em;
  float: right;
  color: inherit; }

.dropdown-content {
  display: none; }
  .dropdown-content a {
    font-family: 'PT Sans Narrow';
    text-shadow: none; }

#main-content .dropdown-content .arrow li a,
.dropdown-content .arrow li:before {
  color: #003040; }

.dropdown-box.active .dropdown-content {
  display: block;
  padding-left: .81em;
  padding-right: .81em;
  text-align: left; }

@media only screen and (min-width: 767px) and (max-width: 967px) {
  .home .teaser .big-number {
    font-size: 3.2em; }
  .home .teaser h3 {
    font-size: 1.25em; }
  .direct-access .teaser-label {
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #cover-text {
    width: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .home .teaser .big-number {
    font-size: 4.8em; }
  .home .teaser h3 {
    font-size: 1.6em; }
  .home .teaser.bildungsschema img {
    width: 60%; } }

@media only screen and (min-width: 340px) and (max-width: 399px) {
  .home .teaser .big-number {
    font-size: 2.9em; }
  .home .teaser h3 {
    font-size: 1.25em; } }

@media only screen and (min-width: 290px) and (max-width: 339px) {
  .home .teaser p.category {
    font-size: 0.8em; }
  .home .teaser .big-number {
    font-size: 2.6em; }
  .home .teaser h3 {
    font-size: 1.15em; } }

@media only screen and (min-width: 140px) and (max-width: 289px) {
  .home .teaser p.category {
    font-size: 0.7em; }
  .home .teaser .big-number {
    font-size: 2.4em; }
  .home .teaser h3 {
    font-size: 1.05em; } }

/* Landingpage  */
/* ============================================================================================= */
.landing .field-wrapper {
  margin-top: 0;
  margin-bottom: 1em; }
  .landing .field-wrapper .field {
    border: 1px solid #d4d4d4;
    background-color: #fff;
    overflow: hidden;
    padding: 0 .71em 1.25em .71em; }

.landing .kanton-selector {
  margin-top: 0.5em; }

.landing .arrow.big {
  padding-left: 0.8em; }

.landing .arrow.big:before {
  margin-left: -0.525em; }

.arrow.big + .link-caption {
  padding-left: 1em;
  margin-bottom: 1em;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .landing .field-wrapper .field {
    border-left: none;
    border-right: none; }
  .landing #content {
    padding-right: 0; }
  .landing .kanton-selector .panel {
    border-left: none;
    border-right: none; } }

.landing20 .field-wrapper .field {
  padding: 0 .71em 1.25em .71em; }
  .landing20 .field-wrapper .field h2 {
    line-height: 1.25;
    color: #da202c;
    padding-top: 0.5em;
    margin-bottom: 0.5em; }
  .landing20 .field-wrapper .field h3 {
    font-size: 1.5em;
    line-height: 1.03;
    color: inherit;
    margin: 0 0 0.25em 0; }
  .landing20 .field-wrapper .field p {
    line-height: 1.4;
    width: 95%; }
  .landing20 .field-wrapper .field a.arrow, .landing20 .field-wrapper .field span.download {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    display: block;
    padding-left: 1.9em; }
    .landing20 .field-wrapper .field a.arrow + .link-caption, .landing20 .field-wrapper .field span.download + .link-caption {
      line-height: 1.4;
      padding-left: 1.9em;
      margin-bottom: 0.5em;
      display: inline-block; }
    .landing20 .field-wrapper .field a.arrow + a.arrow, .landing20 .field-wrapper .field a.arrow + span.download, .landing20 .field-wrapper .field span.download + a.arrow, .landing20 .field-wrapper .field span.download + span.download {
      margin-top: 0.3em; }
  .landing20 .field-wrapper .field a.arrow:not(.has-i):before {
    margin-left: -1em;
    margin-right: 0.72em; }
  .landing20 .field-wrapper .field a.arrow.has-i {
    margin-left: 0.35em; }
  .landing20 .field-wrapper .field span.download .file-data, .landing20 .field-wrapper .field a.arrow.has-i .file-data {
    white-space: nowrap; }
  .landing20 .field-wrapper .field span.download .icon-download:before, .landing20 .field-wrapper .field span.download .access-icon-arrow, .landing20 .field-wrapper .field a.arrow.has-i .icon-download:before, .landing20 .field-wrapper .field a.arrow.has-i .access-icon-arrow {
    margin-left: -1.6em;
    margin-right: 0.6em;
    color: #da202c; }
  .landing20 .field-wrapper .field .panel.teaser {
    margin-bottom: 0.0em; }

.landing20.landingflow .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.71em;
  margin-right: -0.71em; }
  .landing20.landingflow .field-wrapper > .outer {
    padding: 0.71em;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .landing20.landingflow .field-wrapper > .outer {
        width: 100%; } }
  .landing20.landingflow .field-wrapper .field {
    height: 100%;
    padding-bottom: 1.75em;
    padding-left: 1.25em;
    padding-right: 1.25em; }

@media screen and (max-width: 767px) {
  .landing20.landingflow.landingcollapse .field-wrapper {
    margin-left: 0;
    margin-right: 0; } }

.landing20.landingflow.landingcollapse .field-wrapper .field {
  border: 1px solid #d4d4d4; }

/* Mobile Menu  */
/* ============================================================================================= */
@media only screen and (min-width: 768px) {
  #menu.custom-show-for-small,
  #header-mobile.custom-show-for-small {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  #menu {
    box-shadow: inset -7px 0 5px -5px #000;
    color: #fff;
    width: 300px;
    padding-bottom: 1em;
    background-color: #002937;
    position: absolute;
    top: 0px;
    height: 100%; }
  #menu-wrapper {
    overflow: auto; }
  #menu ul {
    list-style: none; }
  #menu .arrow {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  #menu:not(.ux17) .arrow > li > a {
    font-weight: 700; }
  #menu ul li ul,
  #menu .arrow > li > ul > li {
    margin-left: 0; }
  #menu .arrow > li > ul > li {
    padding: 0; }
  #menu:not(.ux17) .arrow li {
    padding: 0.3em 0;
    margin-left: 0.65em; }
  #menu:not(.ux17) .arrow > li {
    padding: 0.5em 0; }
  #menu:not(.ux17) .arrow li a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    color: #26c7fd; }
  #menu .arrow li a:active {
    color: #da202c; }
  #menu .arrow li a:before {
    line-height: 1em; }
  #menu .search form {
    padding: 0.2em 1em 0.5em 0.55em; }
  .navBoxTitle {
    display: inline-block;
    width: 100%; }
  .navBoxTitle p {
    color: #26c7fd; }
  ul.open .navBoxTitle p {
    color: #fff; }
  .navBoxTitle:before {
    content: "\e81a";
    font-family: fontello;
    font-size: 0.65em;
    line-height: 2.3em;
    color: #26c7fd;
    margin-right: 0.36em;
    margin-left: -1.1em;
    display: block;
    float: left;
    height: 20px; }
  ul.open .navBoxTitle:before {
    content: "\e81c";
    color: #fff; }
  .navBoxTitle p {
    margin-bottom: 0;
    padding-top: 0.1em;
    line-height: 1.25em; }
  .navBoxContent {
    display: none; }
  #menu .tool-nav {
    float: none;
    padding-top: 0.75em;
    padding-left: 0.25em; }
  #footer-mobile .toggleBox .boxTitle:before,
  #menu .toggleBox .boxTitle:before {
    content: none; }
  #menu .toggleBox .boxTitle,
  #footer-mobile .toggleBox .boxTitle {
    color: #fff; }
  #menu .toggleBox .boxTitle {
    font-size: 1.2em; }
  #menu .toggleBox.further .boxTitle {
    color: #26c7fd; }
  .toggleBox.further .boxTitle i {
    float: right;
    color: #26c7fd;
    margin-right: 0.75em; }
  #menu .tool-nav > li > a {
    font-size: 1.2em; }
  #menu-wrapper .toggleWrapper {
    border-top: 1px solid #000; } }

/* iFrame Lightbox (Kontaktformular)  */
/* ============================================================================================= */
.cboxIframe {
  background: #000 !important; }

@media (max-device-aspect-ratio: 3 / 4) {
  #cboxOverlay {
    height: calc(100vw * 1.333 - 0%); } }

@media (max-device-aspect-ratio: 2 / 3) {
  #cboxOverlay {
    height: calc(100vw * 1.5 - 0%); } }

@media (max-device-aspect-ratio: 10 / 16) {
  #cboxOverlay {
    height: calc(100vw * 1.6 - 0%); } }

@media (max-device-aspect-ratio: 9 / 16) {
  #cboxOverlay {
    height: calc(100vw * 1.778 - 0%); } }

.iframelightbox {
  background-color: #222;
  height: 100%; }
  .iframelightbox #main.row {
    padding: 2.4em 2.4em 12em 2.2em; }
  .iframelightbox .top-bar {
    display: none; }
  .iframelightbox h1 {
    color: #003040; }
  .iframelightbox h5 {
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #da202c; }
  .iframelightbox p {
    line-height: 1.4em; }
  .iframelightbox p.title {
    font-weight: 700;
    margin-bottom: 0; }
  .iframelightbox .arrow.big + .link-caption {
    margin-bottom: 1.5em;
    line-height: 1.4em; }
  .iframelightbox .divider-hr {
    margin-bottom: 1em; }
  .iframelightbox .actions {
    width: 64%;
    margin: 1em 0;
    margin-left: 25%;
    font-size: 1.25em; }
    .iframelightbox .actions .cancel {
      padding: 6px 1.5em 4px 1.5em;
      border: 1px solid #d4d4d4;
      margin-top: 0; }
  .iframelightbox .error {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25em; }
  .iframelightbox form {
    padding-top: 1em; }
    .iframelightbox form label, .iframelightbox form p.label {
      float: left;
      width: 25%;
      padding-right: 0.8em;
      font-size: 1.125em;
      padding-top: 0.33em;
      font-weight: 700;
      margin: 0;
      text-align: right; }
    .iframelightbox form label.checkradio {
      width: auto; }
    .iframelightbox form .input-wrapper {
      clear: both;
      margin-bottom: 0.75em; }
      .iframelightbox form .input-wrapper input[type='text'],
      .iframelightbox form .input-wrapper input[type='password'],
      .iframelightbox form .input-wrapper textarea,
      .iframelightbox form .input-wrapper select {
        float: left;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0.25em;
        width: 64%; }
      .iframelightbox form .input-wrapper textarea {
        min-height: 160px; }
    .iframelightbox form p.hint {
      clear: both;
      font-size: .85em;
      margin-left: 25%;
      margin-bottom: 0;
      width: 64%; }
    .iframelightbox form .mandatory-field {
      clear: both;
      margin-top: 1.18em;
      padding-left: 25%;
      width: 64%; }
    .iframelightbox form .error {
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.25em; }
    .iframelightbox form .field-validation-error,
    .iframelightbox form .field-validation-valid {
      clear: both;
      padding-left: 25%; }
    .iframelightbox form .hidden {
      display: none; }
    .iframelightbox form .checkindent {
      padding-left: 25%; }
      .iframelightbox form .checkindent label {
        text-align: left;
        width: 64%; }
    .iframelightbox form .checkboxes {
      width: 64%;
      padding-left: 25%; }
      .iframelightbox form .checkboxes label {
        display: block;
        float: none;
        text-align: left; }
  .iframelightbox a.arrow:not(.has-i) {
    padding-left: .75em; }
  .iframelightbox a.arrow:before {
    margin-right: 0.25em;
    margin-left: -0.55em; }
  .iframelightbox a.arrow.more {
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .iframelightbox .label-wrapper {
    margin-bottom: 0.5em; }
  .iframelightbox .recherchelem-wrap {
    float: left;
    display: inline-block;
    width: 64%;
    padding-top: 0.375em; }
  .iframelightbox .recherchelem {
    display: block;
    color: rgba(25, 25, 50, 0.3);
    font-size: 1.125em;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25em;
    margin-bottom: 0.25em; }

@media only screen and (max-width: 767px) {
  .iframelightbox .top-bar-mobile {
    display: inherit;
    width: 100%;
    padding-left: 0; }
  .iframelightbox .top-bar {
    display: none; }
  .iframelightbox #main.row {
    padding: 1.2em 1.2em 1.4em 1em; }
  .iframelightbox .actions {
    width: 100%;
    margin-left: 0; }
    .iframelightbox .actions .cancel {
      padding: 6px 1.5em 4px 1.5em;
      border: 1px solid #d4d4d4;
      border-radius: 4px; }
  .iframelightbox form label, .iframelightbox form p.label {
    float: none;
    display: block;
    width: 100%;
    font-size: 1.125em;
    text-align: left;
    padding-bottom: 0.25em; }
  .iframelightbox form .input-wrapper input[type='text'],
  .iframelightbox form .input-wrapper input[type='password'],
  .iframelightbox form .input-wrapper textarea,
  .iframelightbox form .input-wrapper select {
    float: none;
    width: 100%; }
  .iframelightbox form p.hint {
    margin: 0;
    width: 100%; }
  .iframelightbox form .mandatory-field {
    margin-top: 1.18em;
    padding-left: 0;
    width: 100%; }
  .iframelightbox form .field-validation-error {
    padding-left: 0; }
  .iframelightbox form .checkboxes, .iframelightbox form .checkindent {
    padding-left: 0;
    width: 100%; }
  .iframelightbox .recherchelem-wrap {
    float: none;
    width: 100%;
    padding-top: 0; }
  #main input[type='submit'].dark-blue {
    width: 100%;
    background-color: #003040;
    background-image: none;
    font-weight: 300;
    font-size: 1.4em;
    border-radius: 6px;
    margin-bottom: 1.1em;
    padding: 0.33em; } }

/* Mobile Video Player Size JIRA: BBCH-169 | BBCH-1371 */
.rsVideoContainer .rsVideoObj {
  width: 100% !important;
  height: inherit !important; }

/* APM-1095: Focus style*/
.iframelightbox *:focus {
  outline: #003040 double 5px;
  outline-offset: 4px; }

/* Social sharing function  */
/* ============================================================================================= */
#container .sharing-function .title {
  font-weight: 700;
  margin-bottom: 0.33em;
  padding-top: 0.33em; }

#container .sharing-function {
  float: none;
  display: flex;
  justify-content: space-between;
  gap: 0.75em;
  padding-left: calc(20% + 0.71em);
  width: calc(80% + 0.5em); }
  @media only screen and (max-width: 767px) {
    #container .sharing-function {
      justify-content: flex-end;
      padding-left: 0.71em;
      padding-right: 0.71em;
      width: 100%;
      padding-bottom: 1em; } }
  #container .sharing-function .sharing-label {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    flex-grow: 2;
    border-bottom: 1px solid #d4d4d4; }
  #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button {
    width: 2em;
    height: 1.667em;
    margin-right: 0.5em;
    margin-bottom: 0;
    overflow: visible; }
    #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button a {
      width: 2em;
      height: 1.667em;
      border-radius: 4px; }
      #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button a:focus {
        outline: #003040 double 5px;
        outline-offset: 1px; }
    #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button span.fab[class*=fa-],
    #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button span.far[class*=fa-],
    #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button span.fas[class*=fa-] {
      font-size: 1em;
      width: 2em;
      height: 1.667em;
      display: flex;
      justify-content: center;
      align-items: center; }
    #container .sharing-function .shariff[data-button-style="icon"] li.shariff-button:last-child {
      margin-right: 0; }

.home #container .sharing-function {
  padding-left: 0;
  width: 100%; }
  @media only screen and (max-width: 999px) {
    .home #container .sharing-function {
      padding: 0 0.71em !important; } }

/* UX2017 Quickwins  */
/* ============================================================================================= */
html.fullheight {
  height: 100%; }
  html.fullheight #container {
    height: 100%; }

@media screen and (max-width: 767px) {
  #filter-wrapper .dropdown-box.active .cb-wrapper .title {
    padding-left: 1.125em; }
  #filter-wrapper .dropdown-box.active .cb-wrapper label {
    padding-top: 0.33em;
    font-size: 1.15em;
    color: #222222; }
    #filter-wrapper .dropdown-box.active .cb-wrapper label span.custom.checkbox {
      width: 16px;
      height: 16px;
      top: -2px; }
      #filter-wrapper .dropdown-box.active .cb-wrapper label span.custom.checkbox:before {
        top: -45%;
        left: 14%;
        font-size: 1.33em; } }

.sticky-nav li {
  margin-right: 1.5em; }

@media only screen and (max-width: 767px) {
  input[type=submit]#fs-action-mobile {
    transition: all 0.4s ease;
    float: none;
    margin-bottom: 0 !important; }
  .unset-all-filter {
    margin-bottom: 0;
    margin-top: .5em;
    transition: all 0.4s ease; }
  .fs-main #mobile-search.bottomstick {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1em;
    padding-bottom: 9px;
    z-index: 10;
    text-align: center; }
    .fs-main #mobile-search.bottomstick input[type=submit]#fs-action-mobile {
      width: auto;
      float: none;
      padding-left: 1em;
      padding-right: 1em; }
    .fs-main #mobile-search.bottomstick .unset-all-filter {
      display: none !important; } }

.slide .inner-panel > a {
  display: inline-block;
  min-height: 12em;
  width: 100%; }
  .slide .inner-panel > a:hover .link-center {
    color: #da202c; }

.home .teaser .boxlink {
  display: inline-block;
  min-height: 12em; }
  .home .teaser .boxlink:hover .likealink {
    color: #da202c; }

span.likealink.arrow:before {
  content: "\e762";
  font-family: "fontello";
  font-size: 1.3em;
  font-weight: 300;
  color: #da202c;
  margin-left: -0.7em;
  vertical-align: text-bottom;
  margin-right: 0.25em;
  display: inline-block; }

.ux17 span.likealink.arrow.has-i {
  display: flex;
  align-items: flex-start;
  margin-left: 0; }
  .ux17 span.likealink.arrow.has-i:before {
    content: none; }
  .ux17 span.likealink.arrow.has-i span {
    padding-left: 0.4em; }
  .ux17 span.likealink.arrow.has-i.custom-hide-for-small {
    display: flex !important; }
  .ux17 span.likealink.arrow.has-i.custom-show-for-small {
    display: none !important; }
  @media only screen and (max-width: 767px) {
    .ux17 span.likealink.arrow.has-i.custom-show-for-small {
      display: flex !important; }
    .ux17 span.likealink.arrow.has-i.custom-hide-for-small {
      display: none !important; } }

.ux17 .center span.likealink.arrow.has-i {
  justify-content: center; }

.home .teaser .inner-panel {
  min-height: 12.7em; }

.home .teaser span.arrow {
  position: absolute;
  bottom: 1em;
  left: 0.71em;
  padding-left: 0.88em; }
  .home .teaser span.arrow.link-center {
    padding-left: 0; }

.home .teaser.search_find .link-center {
  bottom: 0.425em; }

.home .teaser .infoeventbox span.arrow {
  position: static; }

.home .teaser .infoeventbox .datebox {
  border-right: 1px solid #ccc;
  clear: both;
  float: left;
  font-weight: normal;
  height: 2.81em;
  line-height: 1em;
  text-align: left;
  width: 11%;
  min-width: 2.3em;
  padding-top: 0.3em;
  margin-bottom: 1em;
  color: #003040; }

.home .teaser .infoeventbox .date {
  display: block;
  font-size: 1.88em;
  font-weight: bold;
  padding-bottom: 0.2em; }

.home .teaser .infoeventbox .eventbox {
  height: 2.81em;
  line-height: 1.18em;
  margin-left: 14%;
  padding-left: 0.71em;
  margin-bottom: 1em; }
  .home .teaser .infoeventbox .eventbox p {
    margin: 0; }
  .home .teaser .infoeventbox .eventbox .arrow {
    font-weight: 300; }
    .home .teaser .infoeventbox .eventbox .arrow.has-i .access-icon-arrow {
      margin-left: -0.9em;
      margin-right: 0.25em; }

.home .teaser .agenda > a:hover .eventbox p, .home .teaser .agenda > a:hover .datebox, .home .teaser .agenda > a:hover span.arrow {
  color: #da202c; }

.home .teaser > a.arrow.bold:hover {
  color: #da202c; }

#info-boxes [data-tooltip]:after {
  width: auto; }

#sidebar .profbox .numberbox {
  padding-bottom: 0.4em;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 0.6em; }
  #sidebar .profbox .numberbox a {
    font-weight: 300;
    font-size: 1.25em; }

#sidebar .profbox h1.big-number {
  font-size: 2.4em;
  font-weight: 300;
  margin-top: 0.0666em;
  margin-bottom: 0.1em; }
  #sidebar .profbox h1.big-number a {
    color: #003040; }

#sidebar .profbox label {
  margin-bottom: 0.25em; }

#sidebar .profbox select {
  margin-bottom: 0.5em; }

#sidebar .toggleBox .boxContent.profbox {
  padding-bottom: 0.75em; }

.fs-top .search.auto-suggest {
  padding-top: 0.75em; }

@media only screen and (max-width: 767px) {
  .fs-top .search.auto-suggest {
    padding-top: 0; } }

/* UX2017 Basic Rules  */
/* ============================================================================================= */
@font-face {
  font-family: 'icn-ux17';
  src: url("/Content/Internet/font/icn-ux17/icn-ux17.woff2?hpnmit") format("woff2"), url("/Content/Internet/font/icn-ux17/icn-ux17.ttf?hpnmit") format("truetype"), url("/Content/Internet/font/icn-ux17/icn-ux17.woff?hpnmit") format("woff"), url("/Content/Internet/font/icn-ux17/icn-ux17.svg?hpnmit#icn-ux17") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ux17_icon-"], [class*=" ux17_icon-"] {
  font-family: 'icn-ux17' !important;
  /*color: $bb-dblau;*/
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ux17_icon-manif:before {
  content: "\e900"; }

.ux17_icon-news:before {
  content: "\e901"; }

.ux17_icon-facebook:before {
  content: "\e902"; }

.ux17_icon-langues:before {
  content: "\e903"; }

.ux17_icon-book:before {
  content: "\e904"; }

.ux17_icon-info:before {
  content: "\e905"; }

.ux17_icon-faq:before {
  content: "\e906"; }

.ux17_icon-contact:before {
  content: "\e907"; }

.ux17_icon-smile:before {
  content: "\e908"; }

.ux17_icon-minus-circle-f:before {
  content: "\e909"; }

.ux17_icon-minus-circle:before {
  content: "\e90a"; }

.ux17_icon-plus-circle-f:before {
  content: "\e90b"; }

.ux17_icon-plus-circle:before {
  content: "\e90c"; }

.ux17_icon-minus-square-o:before {
  content: "\e90d"; }

.ux17_icon-plus-square-o:before {
  content: "\e90e"; }

.ux17_icon-plus-square:before {
  content: "\e90f"; }

.ux17_icon-minus-square:before {
  content: "\e910"; }

.ux17_icon-plus:before {
  content: "\e911"; }

.ux17_icon-minus:before {
  content: "\e912"; }

.ux17_icon-globe:before {
  content: "\e913"; }

.ux17_icon-globe2:before {
  content: "\e914"; }

.ux17_icon-radio-checked2:before {
  content: "\e915"; }

.ux17_icon-radio-unchecked:before {
  content: "\e916"; }

.ux17_icon-radio-checked:before {
  content: "\e917"; }

.ux17_icon-menu-opener:before {
  content: "\e918"; }

.ux17_icon-menu-down:before {
  content: "\e919"; }

.ux17_icon-menu-up:before {
  content: "\e91a"; }

.ux17_icon-subdir:before {
  content: "\e91b"; }

.ux17_icon-send:before {
  content: "\e91d"; }

.ux17_icon-send-full:before {
  content: "\e91e"; }

.ux17_icon-cross:before {
  content: "\e91f"; }

.ux17_icon-like:before {
  content: "\e920"; }

.ux17_icon-dislike:before {
  content: "\e921"; }

.ux17_icon-enlarge:before {
  content: "\e922"; }

.ux17_icon-shrink:before {
  content: "\e923"; }

.ux17_icon-like-full:before {
  content: "\e924"; }

.ux17_icon-link:before {
  content: "\e925"; }

.ux17_icon-bfields:before {
  content: "\e926"; }

.ux17_icon-media-play:before {
  content: "\e927"; }

.ux17_icon-media-show:before {
  content: "\e928"; }

.ux17_icon-share:before {
  content: "\e929"; }

.ux17_icon-compare:before {
  content: "\e92a"; }

.ux17_icon-compare-full:before {
  content: "\e92b"; }

.ux17_icon-open-in-new-tab:before {
  content: "\e92c"; }

.ux17 #techcrumbs #header-tip, .ux17 #techcrumbs .header-tip, .ux17 .techcrumbs #header-tip, .ux17 .techcrumbs .header-tip {
  margin-top: 0.5em;
  z-index: 10; }

.ux17 #breadcrumbs {
  top: 0; }
  .ux17 #breadcrumbs .breadcrumbs {
    margin-bottom: 1em; }

.ux17#container {
  transition: transform 0.4s ease-in; }
  .ux17#container.slided {
    transform: translateX(100%);
    transition: transform 0.5s ease;
    box-shadow: none; }

.ux17 .ux17_stronglink h4 {
  color: white;
  font-size: 0.94em; }
  .ux17 .ux17_stronglink h4 i {
    color: white; }
    .ux17 .ux17_stronglink h4 i:before {
      margin-right: 0.33em; }

.ux17 .ux17_stronglink:hover * {
  color: #da202c; }

.ux17 .ux17_stronglink + .ux17_stronglink h4 {
  margin-top: 1.75em; }

.ux17 .ux17_stronglink p {
  width: 75%; }

body.container-slided {
  width: 100%;
  overflow-x: hidden; }

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent; }

/* UX2017 Homepage  */
/* ============================================================================================= */
@media only screen and (min-width: 1199px) {
  .home .ux17 #main-content {
    padding-right: 0; } }

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .home .ux17 #main-content {
    padding-right: 0; } }

.ux17 span.likealink {
  display: block; }
  .ux17 span.likealink.custom-show-for-small {
    display: none; }
  .ux17 span.likealink.custom-hide-for-small {
    display: block; }

.ux17 .boxlink p {
  color: #003040; }

.ux17 .boxlink:hover .likealink {
  color: #da202c; }

@media only screen and (max-width: 767px) {
  .ux17 span.likealink.custom-show-for-small {
    display: block; }
  .ux17 span.likealink.custom-hide-for-small {
    display: none; } }

.home .ux17 #techcrumbs, .home .ux17 .techcrumbs, .landing .ux17 #techcrumbs, .landing .ux17 .techcrumbs {
  position: relative; }
  .home .ux17 #techcrumbs #header-tip, .home .ux17 #techcrumbs .header-tip, .home .ux17 .techcrumbs #header-tip, .home .ux17 .techcrumbs .header-tip, .landing .ux17 #techcrumbs #header-tip, .landing .ux17 #techcrumbs .header-tip, .landing .ux17 .techcrumbs #header-tip, .landing .ux17 .techcrumbs .header-tip {
    position: absolute;
    top: 0.5em;
    left: 0;
    margin-top: 0;
    padding-right: 0.5em;
    z-index: 10; }

.home .ux17 #main, .landing .ux17 #main {
  margin-top: 0; }

.home .ux17 .defaultImage, .landing .ux17 .defaultImage {
  overflow: hidden;
  height: 280px;
  width: 100%; }
  .home .ux17 .defaultImage img, .landing .ux17 .defaultImage img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: “FlipH”;
    margin-top: -50px; }

.home .ux17 #cover, .landing .ux17 #cover {
  height: 280px;
  margin-bottom: 2.35em;
  /*BBCH-1879 */ }

.home .ux17 #cover-text, .landing .ux17 #cover-text {
  padding-left: 4.25%;
  margin-top: 4.12em;
  width: 65%; }
  .home .ux17 #cover-text h1, .landing .ux17 #cover-text h1 {
    font-size: 2.2em; }

@media only screen and (max-width: 767px) {
  .home .ux17 #cover, .landing .ux17 #cover {
    height: 215px; }
    .home .ux17 #cover + .row, .landing .ux17 #cover + .row {
      margin-top: -1.5em; }
  .home .ux17 #cover-text, .landing .ux17 #cover-text {
    width: 68%;
    text-align: left;
    margin-top: 0;
    padding-top: 1em; }
    .home .ux17 #cover-text h1, .landing .ux17 #cover-text h1 {
      font-size: 1.4em;
      line-height: 1.2; }
  .home .ux17 .defaultImage, .landing .ux17 .defaultImage {
    height: 215px; }
    .home .ux17 .defaultImage img, .landing .ux17 .defaultImage img {
      margin-top: 0; }
  .mobileVersion .home #container.ux17 {
    padding-top: 50px; } }

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .home .ux17 #cover, .landing .ux17 #cover {
    height: 273px; } }

@media only screen and (min-width: 767px) and (max-width: 999px) {
  .home .ux17 #cover, .landing .ux17 #cover {
    height: auto; } }

.row.ux17_top-searches {
  background-color: white;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 2em !important; }
  .row.ux17_top-searches .ux17_top-search {
    padding: 1em;
    padding-left: 1.75em;
    min-height: 7.25em; }
    .row.ux17_top-searches .ux17_top-search .arrow {
      font-size: 1.6em;
      font-weight: 300; }
      .row.ux17_top-searches .ux17_top-search .arrow:before {
        margin-left: -0.55em; }
    .row.ux17_top-searches .ux17_top-search p {
      color: #003040;
      margin-bottom: 0.2em; }
    .row.ux17_top-searches .ux17_top-search:hover .arrow {
      color: #da202c; }

#main-content .row.ux17_top-searches {
  display: flex; }
  #main-content .row.ux17_top-searches a.ux17_top-search {
    flex: 1; }
    #main-content .row.ux17_top-searches a.ux17_top-search:focus {
      outline: #003040 double 5px;
      outline-offset: -6px; }

@media only screen and (max-width: 767px) {
  .row.ux17_top-searches {
    border: 1px solid #d4d4d4;
    padding-bottom: 1.6em;
    padding-top: 0.5em;
    margin-bottom: 1em !important; }
    .row.ux17_top-searches .ux17_top-search {
      padding-bottom: 0;
      padding-top: 0.75em;
      padding-left: 1.2em;
      min-height: inherit; }
      .row.ux17_top-searches .ux17_top-search h3 {
        margin-bottom: 0; }
      .row.ux17_top-searches .ux17_top-search .arrow {
        font-size: 1.4em;
        margin-left: 0.77em; }
        .row.ux17_top-searches .ux17_top-search .arrow:before {
          margin-left: -0.55em; }
  #main-content .row.ux17_top-searches {
    display: block; }
    #main-content .row.ux17_top-searches a.ux17_top-search {
      display: inline; }
      #main-content .row.ux17_top-searches a.ux17_top-search:focus {
        outline: #003040 double 5px;
        outline-offset: 0; }
  #cover.row.collapse {
    margin-left: -0.71em;
    margin-right: -0.71em; } }

.ux17_homebox {
  background-color: white;
  border: 1px solid #d4d4d4;
  padding: 1em 1.85em;
  height: 13em;
  margin-bottom: 2em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: block !important; }
  .ux17_homebox.custom-show-for-small {
    display: none !important; }
  .ux17_homebox h3, .ux17_homebox p {
    line-height: 1.2; }
  .ux17_homebox h3 i {
    margin-right: 0.4em; }
  .ux17_homebox a, .ux17_homebox .likealink {
    font-weight: 300; }
  .ux17_homebox.center {
    padding-left: 1em; }
  .ux17_homebox img {
    width: 100%; }
  .ux17_homebox .toplink.likealink {
    font-size: 1.2em;
    margin-left: 0.775em; }

@media only screen and (max-width: 767px) {
  .ux17_homebox {
    padding-left: 1.25em;
    height: auto;
    margin-bottom: 1em; }
    .ux17_homebox.custom-show-for-small {
      display: block !important; }
    .ux17_homebox.custom-hide-for-small {
      display: none !important; } }

.ux17_homebox.panel-myb {
  background: none;
  border: none;
  padding: 1em 0.1em 0.25em 0.1em;
  height: 14.5em; }
  .ux17_homebox.panel-myb .panel.teaser {
    min-height: inherit;
    max-height: initial;
    height: 100%;
    margin-bottom: 0 !important;
    text-align: left;
    padding: 2.5em 1.88em 2em 1.88em;
    background-image: url(/Content/Internet/img/layout/ux17-myb-teaser.png);
    background-size: 100% 200%;
    background-position: 0 0; }
    .ux17_homebox.panel-myb .panel.teaser.orange {
      background-image: url(/Content/Internet/img/layout/ux17-orange-teaser.png); }
  .ux17_homebox.panel-myb h3 {
    color: white; }
  .ux17_homebox.panel-myb .toplink.likealink {
    margin-left: 0;
    position: static;
    margin-top: 2em;
    left: auto;
    padding-left: 0; }
    .ux17_homebox.panel-myb .toplink.likealink:before {
      margin-left: -0.55em; }
  .ux17_homebox.panel-myb:hover .panel.teaser {
    background-position: 0 -223px; }

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .ux17_homebox.panel-myb:hover .panel.teaser {
    background-position: 0 -186px; } }

@media only screen and (min-width: 767px) and (max-width: 860px) {
  .ux17_homebox.panel-myb:hover .panel.teaser {
    background-position: 0 -170px; } }

@media only screen and (max-width: 767px) {
  .ux17_homebox.panel-myb:hover .panel.teaser {
    background-position: 0 -212px; } }

.direct-access .toplinks, .direct-access .morelinks {
  display: inline-block;
  vertical-align: top;
  padding-right: 1em; }

.direct-access .toplinks {
  width: 39%; }

.direct-access .morelinks {
  border-left: 1px solid #d4d4d4;
  width: 60%;
  padding-left: 2em; }

.direct-access .arrow li {
  padding: 0;
  margin-bottom: 0.5em; }

.ux17_homebox.direct-access {
  height: 14.5em; }

@media only screen and (max-width: 767px) {
  .direct-access .toplinks {
    width: 100%;
    margin-bottom: 0.5em; }
  .direct-access .morelinks {
    border-top: 1px solid #d4d4d4;
    border-left: 0;
    width: 100%;
    padding-left: 0;
    padding-top: 1em; }
  .direct-access .arrow li {
    margin-bottom: 0.75em; }
  .ux17_homebox.direct-access {
    height: auto; }
    .ux17_homebox.direct-access h3 {
      margin-bottom: 1em; } }

.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 100px;
  -moz-column-width: 100px;
  column-width: 100px; }
  .cols-2.arrow.has-i {
    position: relative;
    top: -9px; }
    .cols-2.arrow.has-i li {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid;
      /* IE 10+ */
      padding: 9px 0; }
      .cols-2.arrow.has-i li a {
        overflow: hidden; }
        .cols-2.arrow.has-i li a:focus {
          outline: #003040 double 5px;
          outline-offset: 4px; }
      .cols-2.arrow.has-i li:not(:first-child) {
        margin-top: -18px; }

ux17_innerbox {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ux17_picbox,
.ux17_txtbox {
  display: inline-block;
  vertical-align: top; }

.ux17_picbox {
  width: 31%;
  padding: .75em 2em; }

.ux17_txtbox {
  width: 68%; }

.ux17_bottombox {
  position: absolute;
  width: calc(100% - 3.7em);
  bottom: 2em; }

.ux17_homebox.bildungsschema.custom-hide-for-small .toplink {
  position: absolute;
  bottom: 1.64em; }

.ux17_homebox .ux17_picbox.bildungsschema {
  width: 60%;
  margin-left: 0; }

@media only screen and (max-width: 767px) {
  .ux17_homebox.bildungsschema .ux17_picbox {
    padding: 0.75em 0.75em 1.75em 0.75em; } }

.ux17_homebox.suisse {
  padding-bottom: 3em; }
  .ux17_homebox.suisse .ux17_picbox {
    width: 46.5%;
    padding: .5em 0 0.25em 0;
    margin-left: -1em; }
  .ux17_homebox.suisse .ux17_txtbox {
    width: 54%; }
    .ux17_homebox.suisse .ux17_txtbox h3 {
      font-size: 1.45em; }

@media only screen and (max-width: 767px) {
  .ux17_homebox.suisse,
  .ux17_homebox.bildungsschema {
    padding-bottom: 4em; }
    .ux17_homebox.suisse .ux17_txtbox,
    .ux17_homebox.bildungsschema .ux17_txtbox {
      width: auto;
      text-align: center; }
    .ux17_homebox.suisse .ux17_picbox,
    .ux17_homebox.bildungsschema .ux17_picbox {
      width: auto;
      margin-left: 0; }
      .ux17_homebox.suisse .ux17_picbox img,
      .ux17_homebox.bildungsschema .ux17_picbox img {
        width: 40%;
        /*margin-left: 29%; APM-1218 HomePage 3.0*/ }
    .ux17_homebox.suisse .ux17_bottombox.center,
    .ux17_homebox.bildungsschema .ux17_bottombox.center {
      text-align: center; } }

@media only screen and (min-width: 767px) and (max-width: 999px) {
  .ux17_homebox.suisse .ux17_picbox {
    width: 44.5%;
    margin-left: 0; } }

.ux17_homebox.standard {
  padding-bottom: 3em;
  padding-left: 1.85em; }
  .ux17_homebox.standard .ux17_icnbox {
    padding-top: 0.66em;
    height: 36%; }
    .ux17_homebox.standard .ux17_icnbox i {
      color: #003040;
      font-size: 3em; }
  .ux17_homebox.standard .ux17_txtbox {
    padding-top: 1em;
    height: 26%;
    width: auto; }

@media only screen and (max-width: 767px) {
  .ux17_homebox.standard {
    height: auto;
    min-height: 12em;
    padding-bottom: 4em; } }

.home21 *:focus {
  outline: #003040 double 5px;
  outline-offset: 4px; }

.home21 .ux17 h2:not(.logo_text) {
  color: #003040;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0.4em;
  margin-top: 0; }

.home21 .ux17 .ux17_homebox h2 i {
  margin-right: 0.4em; }

.home21 .ux17 .negative h2 {
  color: white; }

#footer .ux17_footermain h3 {
  color: white; }
  #footer .ux17_footermain h3.ux17_areatitle {
    font-size: 0.94em;
    color: white;
    font-weight: 700; }
    #footer .ux17_footermain h3.ux17_areatitle i::before {
      margin-right: 0.175em; }

#footer .ux17_footermain .ux17_stronglink h3 {
  font-size: 0.94em;
  color: white;
  font-weight: 700; }
  #footer .ux17_footermain .ux17_stronglink h3 i::before {
    margin-right: 0.33em; }

#footer .ux17_footermain .ux17_stronglink + .ux17_stronglink h3 {
  margin-top: 1.75em; }

#footer .ux17_footermain .ux17_stronglink:hover * {
  color: #da202c; }

.ux17_top-search {
  padding-left: 1.75em; }
  .ux17_top-search .likealink.arrow.has-i + p {
    padding-left: 1.25em; }

/* UX2017 Header  */
/* ============================================================================================= */
/* #header-right */
/* Primary Navigation  */
/* ============================================================================================= */
.ux17 #primary-nav-wrap {
  padding-top: 0; }

.ux17 #primary-nav div.nav {
  display: inline-block;
  vertical-align: top;
  height: 6.131em;
  border: none;
  padding-top: 0;
  padding-left: 0.25em;
  max-width: 37%;
  min-width: 26%; }
  .ux17 #primary-nav div.nav > a {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4em;
    line-height: 1;
    color: white;
    border-right: none;
    padding: 1.8em 0.33em 0 0.5em;
    width: 100%;
    height: 100%;
    border-bottom: 6px solid #003040; }
    .ux17 #primary-nav div.nav > a:focus {
      outline: none; }
      .ux17 #primary-nav div.nav > a:focus > span {
        display: inline-block;
        outline: #fff double 5px;
        outline-offset: 4px; }
    .ux17 #primary-nav div.nav > a:hover {
      background-color: #022f3e;
      border-color: #022f3e; }
    .ux17 #primary-nav div.nav > a i {
      float: none;
      display: inline-block;
      vertical-align: top;
      color: #da202c;
      margin-left: 0.33em;
      font-size: inherit;
      line-height: 1;
      height: 1em;
      width: auto;
      text-align: inherit;
      padding-top: 0;
      z-index: auto;
      position: static;
      cursor: inherit; }
  .ux17 #primary-nav div.nav:not(.onlyRed):hover > a,
  .ux17 #primary-nav div.nav.hover > a,
  .ux17 #primary-nav div.nav > a.ux17_isactive {
    box-shadow: none;
    background-color: #022f3e;
    border-color: #da202c;
    height: 100%;
    color: white; }
  .ux17 #primary-nav div.nav .dl-submenu.levelbox a:focus, .ux17 #primary-nav div.nav .ux17_backpanel.ux17_top-search a:focus {
    outline: #003040 double 5px;
    outline-offset: 4px; }

@media only screen and (min-width: 767px) and (max-width: 860px) {
  .ux17 #primary-nav > div:last-child a {
    word-spacing: 0.36em; } }

.ux17 .ux17_primary-nav-sub-menu {
  z-index: -11;
  min-height: 16em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 400px;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #dfdfdf;
  border-bottom: 1px solid #d4d4d4; }
  .ux17 .ux17_primary-nav-sub-menu.everopen {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 13 !important; }
  .ux17 .ux17_primary-nav-sub-menu .levelbox li {
    padding-left: 1em;
    transition: background-color 0.3s ease; }
    .ux17 .ux17_primary-nav-sub-menu .levelbox li a {
      font-weight: 300;
      color: #003040;
      display: block;
      padding: 8px 40px 6px 0px;
      margin-right: 9px;
      /*&.ux17_isactive {
			        color: $bb-ahover !important;
                }*/ }
    .ux17 .ux17_primary-nav-sub-menu .levelbox li:hover > a, .ux17 .ux17_primary-nav-sub-menu .levelbox li.active > a {
      color: #da202c !important; }
    .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub {
      border-left: 1px solid transparent;
      /*&> a.ux17_isactive {
					color: $bb-ahover !important;
                }*/ }
      .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub > a:after {
        display: inline-block;
        vertical-align: top;
        content: "\e762";
        font-family: "fontello";
        font-size: 1.5em;
        line-height: 1.0333;
        margin-right: -10px;
        font-weight: 300;
        color: #da202c;
        float: right; }
      .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub:hover, .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub.active {
        background-color: #dfdfdf; }
        .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub:hover a, .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub.active a {
          color: #003040; }
      .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub.not-active > .levelbox {
        visibility: hidden;
        opacity: 0; }
      .ux17 .ux17_primary-nav-sub-menu .levelbox li.ux17_has-sub.active > .levelbox {
        visibility: visible;
        opacity: 1; }
  .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel {
    height: 100%;
    padding: 0;
    border-right: 1px solid #d4d4d4; }
    .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.one {
      background-color: white;
      border: none; }
    .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.two ul.arrow.has-i li {
      margin-left: .8em;
      flex-wrap: wrap; }
      .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.two ul.arrow.has-i li .access-icon-arrow {
        margin-left: -.8em;
        margin-right: 0.2em; }
      .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.two ul.arrow.has-i li > i + a {
        width: 100%; }
        .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.two ul.arrow.has-i li > i + a + p {
          flex-basis: 100%; }
    .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.three {
      border-right: 0; }
  .ux17 .ux17_primary-nav-sub-menu .levelbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33333%;
    vertical-align: top;
    padding: 2em 0;
    margin: 0;
    background-color: white;
    transition: all 0.3s ease; }
  .ux17 .ux17_primary-nav-sub-menu .level-2,
  .ux17 .ux17_primary-nav-sub-menu .level-3 {
    opacity: 0;
    width: 100%;
    left: 100%; }
  .ux17 .ux17_primary-nav-sub-menu .level-2 {
    background-color: #dfdfdf;
    border-right: 1px solid #d4d4d4; }
    .ux17 .ux17_primary-nav-sub-menu .level-2.levelbox > .ux17_has-sub:hover, .ux17 .ux17_primary-nav-sub-menu .level-2.levelbox > .ux17_has-sub.active {
      background-color: white;
      border-left: 1px solid #dfdfdf; }
  .ux17 .ux17_primary-nav-sub-menu .level-3 {
    border-left: 1px solid #d4d4d4; }
  .ux17 .ux17_primary-nav-sub-menu .ux17_top-search {
    padding: 2.425em 0 1em 1.25em;
    transition: all 0.3s ease; }
    .ux17 .ux17_primary-nav-sub-menu .ux17_top-search .toplinks .toplink a {
      display: inline-block;
      font-weight: 700;
      padding: 0 0 0 0.25em;
      margin: 0; }
      .ux17 .ux17_primary-nav-sub-menu .ux17_top-search .toplinks .toplink a:hover {
        color: #da202c; }
    .ux17 .ux17_primary-nav-sub-menu .ux17_top-search .toplinks .toplink p {
      font-size: 0.85em; }
  .ux17 .ux17_primary-nav-sub-menu .ux17_backpanel.three {
    transition: background-color 0.3s ease; }
  .ux17 .ux17_primary-nav-sub-menu.level-shown .ux17_top-search ul {
    opacity: 0; }
  .ux17 .ux17_primary-nav-sub-menu.last-level-shown .ux17_backpanel.three {
    background-color: white; }

.ux17 #primary-nav div.nav.hover .ux17_primary-nav-sub-menu,
.ux17 #primary-nav div.nav:not(.onlyRed):hover .ux17_primary-nav-sub-menu.animate {
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  z-index: 222;
  opacity: 1;
  visibility: visible; }

.ux17 #header {
  position: relative; }

.ux17 #header-right .inner {
  background: none;
  background-color: #003040;
  background-image: -webkit-gradient(#004f6e, #003040);
  background-image: -webkit-linear-gradient(#004f6e, #003040);
  background-image: -moz-linear-gradient(#004f6e, #003040);
  background-image: -o-linear-gradient(#004f6e, #003040);
  background-image: linear-gradient(#004f6e, #003040);
  position: relative; }

.ux17 #logo {
  position: absolute;
  z-index: 1022; }
  .ux17 #logo .bg-wrapper {
    height: 117px; }
  .ux17 #logo .logo_text {
    font-size: 1.6em;
    top: 1.33em;
    bottom: auto; }

.ux17 a#login-nav:before {
  margin-right: 0.25em; }

.ux17 a#login-nav span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 6.33em; }

.ux17 a#login-nav.active {
  background-color: #022f3e;
  box-shadow: none; }
  .ux17 a#login-nav.active:after {
    content: none; }

@media only screen and (max-width: 1199px) and (min-width: 767px) {
  .ux17 #logo .bg-wrapper {
    height: 97px; }
  .ux17 a#login-nav span {
    max-width: 4em; } }

@media only screen and (min-width: 767px) and (max-width: 860px) {
  .ux17 #logo .bg-wrapper {
    height: 89px; }
  .ux17 a#login-nav:before {
    margin-right: 0.1em; }
  .ux17 a#login-nav span {
    max-width: 3.8em; } }

.ux17_metalang {
  display: flex;
  gap: 0.5em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0.5em; }
  .ux17_metalang #login-box-wrapper {
    top: 100%; }
    .ux17_metalang #login-box-wrapper.active {
      z-index: 444; }
    .ux17_metalang #login-box-wrapper *:focus {
      outline: #003040 double 5px;
      outline-offset: 4px; }
  .ux17_metalang .ux17_language-access {
    position: relative; }

.ux17_meta-nav,
.ux17_lang-nav,
.ux17_status-nav,
.ux17_language-access {
  margin-bottom: 0; }
  .ux17_meta-nav:not(.custom-show-for-small),
  .ux17_lang-nav:not(.custom-show-for-small),
  .ux17_status-nav:not(.custom-show-for-small),
  .ux17_language-access:not(.custom-show-for-small) {
    display: flex;
    align-items: center;
    gap: 0.5em; }
  .ux17_meta-nav > li > a,
  .ux17_meta-nav .ux17_lang-button,
  .ux17_lang-nav > li > a,
  .ux17_lang-nav .ux17_lang-button,
  .ux17_status-nav > li > a,
  .ux17_status-nav .ux17_lang-button,
  .ux17_language-access > li > a,
  .ux17_language-access .ux17_lang-button {
    color: white;
    line-height: 1.75;
    display: flex;
    gap: 0.33em;
    align-items: center;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding-left: 0.15em;
    padding-right: 0.15em; }
    .ux17_meta-nav > li > a:hover, .ux17_meta-nav > li > a.active,
    .ux17_meta-nav .ux17_lang-button:hover,
    .ux17_meta-nav .ux17_lang-button.active,
    .ux17_lang-nav > li > a:hover,
    .ux17_lang-nav > li > a.active,
    .ux17_lang-nav .ux17_lang-button:hover,
    .ux17_lang-nav .ux17_lang-button.active,
    .ux17_status-nav > li > a:hover,
    .ux17_status-nav > li > a.active,
    .ux17_status-nav .ux17_lang-button:hover,
    .ux17_status-nav .ux17_lang-button.active,
    .ux17_language-access > li > a:hover,
    .ux17_language-access > li > a.active,
    .ux17_language-access .ux17_lang-button:hover,
    .ux17_language-access .ux17_lang-button.active {
      color: #da202c !important; }
  .ux17_meta-nav .ux17_lang-button > span,
  .ux17_lang-nav .ux17_lang-button > span,
  .ux17_status-nav .ux17_lang-button > span,
  .ux17_language-access .ux17_lang-button > span {
    text-transform: uppercase; }
  .ux17_meta-nav a[class^=icon]:before, .ux17_meta-nav a[class*=" icon-"]:before,
  .ux17_lang-nav a[class^=icon]:before,
  .ux17_lang-nav a[class*=" icon-"]:before,
  .ux17_status-nav a[class^=icon]:before,
  .ux17_status-nav a[class*=" icon-"]:before,
  .ux17_language-access a[class^=icon]:before,
  .ux17_language-access a[class*=" icon-"]:before {
    color: white; }
  .ux17_meta-nav a[class^=icon]:hover:before,
  .ux17_meta-nav a[class*=icon]:hover:before,
  .ux17_lang-nav a[class^=icon]:hover:before,
  .ux17_lang-nav a[class*=icon]:hover:before,
  .ux17_status-nav a[class^=icon]:hover:before,
  .ux17_status-nav a[class*=icon]:hover:before,
  .ux17_language-access a[class^=icon]:hover:before,
  .ux17_language-access a[class*=icon]:hover:before {
    color: #da202c !important; }
  .ux17_meta-nav ul.morelinks i[class^=icon]:hover:before,
  .ux17_lang-nav ul.morelinks i[class^=icon]:hover:before,
  .ux17_status-nav ul.morelinks i[class^=icon]:hover:before,
  .ux17_language-access ul.morelinks i[class^=icon]:hover:before {
    color: #da202c;
    cursor: pointer; }

.ux17_meta-nav {
  padding-right: 0.25em; }

.ux17_lang-nav > li > a {
  text-transform: uppercase; }

.ux17_status-nav > li > a {
  font-size: 0.8em; }

.ux17_meta-nav li a {
  padding-left: 0.4em;
  padding-right: 0.25em; }

.ux17_direct_access {
  display: inline-block;
  position: absolute;
  right: 0.75em;
  /*bottom: 1em; APM-1046 before statuspal*/
  bottom: 0.6em; }
  .ux17_direct_access .arrow li {
    margin-bottom: .25em; }
  .ux17_direct_access .morelinks {
    border-top: 1px solid #d4d4d4;
    padding-top: 0.6em;
    margin-top: 0.8em; }

.ux17_direct_box ul.arrow li {
  align-items: center;
  gap: 0.667rem; }
  .ux17_direct_box ul.arrow li > a.lang-menu {
    width: unset; }
    .ux17_direct_box ul.arrow li > a.lang-menu + i {
      font-size: 0.75em; }

.ux17_direct_box ul.arrow.morelinks {
  border-top: 1px solid #d4d4d4;
  padding-top: 0.6em;
  margin-top: 0.8em; }
  .ux17_direct_box ul.arrow.morelinks li {
    gap: 0.775rem; }
    .ux17_direct_box ul.arrow.morelinks li > a.lang-menu + i {
      font-size: 0.95em; }

.ux17_direct-button.custom-button, .active > .ux17_direct-button.defaultbutton.custom-button {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  padding-top: 0.33em;
  padding-bottom: 0.4em; }

.ux17_direct-button i {
  margin-left: 0.75em; }

.showbox .ux17_direct-button.custom-button {
  background-color: #b61b25; }
  .showbox .ux17_direct-button.custom-button i:before {
    content: '\e874'; }

.ux17_direct_box {
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 1.25em 0.75em 0.75em; }
  .ux17_direct_box.language-box {
    width: 216px; }
  .ux17_direct_box ul {
    margin-bottom: 0.5em; }
    .ux17_direct_box ul.arrow li {
      margin-left: 0;
      position: relative; }
      .ux17_direct_box ul.arrow li::before {
        content: normal; }
      .ux17_direct_box ul.arrow li > .icon {
        color: #da202c;
        font-size: 1.3em;
        font-weight: 300; }
      .ux17_direct_box ul.arrow li > a {
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        padding-left: 0;
        margin-left: 0; }
      .ux17_direct_box ul.arrow li.toplink > a {
        padding-left: 0;
        margin-left: 0; }
      .ux17_direct_box ul.arrow li.toplink > .icon {
        margin-left: 0; }

#header-right .hidebox .ux17_direct_box {
  z-index: -40;
  top: 75%;
  opacity: 0;
  transition: opacity 0.4s ease, top 0.25s ease-in, z-index 0.01s linear 0.5s; }

#header-right .showbox .ux17_direct_box {
  top: 100%;
  opacity: 1;
  z-index: 55;
  transition: opacity 0.4s ease, top 0.25s ease-in; }
  #header-right .showbox .ux17_direct_box ul li a:focus {
    outline: #003040 double 5px;
    outline-offset: 0; }

#header-right *:focus {
  outline: #fff double 5px;
  outline-offset: 4px; }

.arrow .toplink {
  font-size: 1.2em; }
  .arrow .toplink:before {
    vertical-align: top;
    margin-left: -0.6em; }
  .arrow .toplink a {
    margin-left: 0.4em;
    display: inline-block;
    width: 100%; }

.ux17_plus {
  position: relative; }
  .ux17_plus > .ux17_plus-button {
    color: white;
    font-weight: 300; }
    .ux17_plus > .ux17_plus-button:before {
      font-family: 'icn-ux17' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e911';
      margin-left: 0.2em;
      font-size: 0.666em; }
    .ux17_plus > .ux17_plus-button:hover, .ux17_plus > .ux17_plus-button:active {
      color: #da202c !important; }
  .ux17_plus .ux17_direct_box {
    width: 160px;
    padding-top: 1em; }
    .ux17_plus .ux17_direct_box ul {
      text-align: left;
      margin-left: 0; }
      .ux17_plus .ux17_direct_box ul.arrow li {
        margin-bottom: .25em; }
      .ux17_plus .ux17_direct_box ul.morelinks {
        border-top: 1px solid #d4d4d4;
        padding-top: 0.6em;
        margin-top: 0.8em; }

.v1.showbox .ux17_plus-button:before {
  content: "\e912"; }

.v2 .ux17_plus-button:after {
  margin-left: 0.1666em;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  content: '\e875'; }

.v2.hidebox .ux17_plus-button:before {
  content: "\e913"; }

.v2.hidebox .ux17_plus-button:after {
  content: "\e875"; }

.v2.showbox .ux17_plus-button:before {
  content: "\e913"; }

.v2.showbox .ux17_plus-button:after {
  content: '\e874'; }

.v3.hidebox .ux17_plus-button:before {
  content: "\e90c"; }

.v3.showbox .ux17_plus-button:before {
  content: "\e90a"; }

.v4.hidebox .ux17_plus-button:before {
  content: "\e90f"; }

.v4.showbox .ux17_plus-button:before {
  content: "\e910"; }

/* UX2017 Footer  */
/* ============================================================================================= */
.ux17 #footer {
  background: none;
  border-color: #003040;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  .ux17 #footer a, .ux17 #footer a *, .ux17 #footer .arrow li a {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: white; }
    .ux17 #footer a:hover, .ux17 #footer a:hover *, .ux17 #footer a *:hover, .ux17 #footer a *:hover *, .ux17 #footer .arrow li a:hover, .ux17 #footer .arrow li a:hover * {
      color: #da202c; }
  .ux17 #footer .ux17_language-access {
    position: relative; }
  .ux17 #footer .ux17_direct_box {
    top: 100%;
    z-index: 99999999;
    max-height: 20em;
    overflow: auto; }
    .ux17 #footer .ux17_direct_box a, .ux17 #footer .ux17_direct_box a *, .ux17 #footer .ux17_direct_box .arrow li a {
      color: #0090C4; }
    .ux17 #footer .ux17_direct_box .arrow li {
      margin-bottom: 0 !important; }
  .ux17 #footer h3, .ux17 #footer p {
    line-height: 1.3; }
  .ux17 #footer .ux17_footertop {
    background-color: white; }
    .ux17 #footer .ux17_footertop a, .ux17 #footer .ux17_footertop a * {
      color: #003040; }
    .ux17 #footer .ux17_footertop a h3 {
      color: #0090C4; }
      .ux17 #footer .ux17_footertop a h3 i {
        color: #003040; }
        .ux17 #footer .ux17_footertop a h3 i:before {
          margin-right: 0.33em; }
    .ux17 #footer .ux17_footertop a:hover h3 {
      color: #da202c; }
      .ux17 #footer .ux17_footertop a:hover h3 i {
        color: #da202c; }
    .ux17 #footer .ux17_footertop .boxlink {
      padding: 1.5em 1em 1em 1.88em; }
      .ux17 #footer .ux17_footertop .boxlink:focus {
        outline: #003040 double 5px;
        outline-offset: -6px; }
  .ux17 #footer .ux17_footermain {
    background-color: #003040;
    background-image: -webkit-gradient(#004f6e, #003040);
    background-image: -webkit-linear-gradient(#004f6e, #003040);
    background-image: -moz-linear-gradient(#004f6e, #003040);
    background-image: -o-linear-gradient(#004f6e, #003040);
    background-image: linear-gradient(#004f6e, #003040);
    padding: 1.5em 1.85em 0 1.85em; }
    .ux17 #footer .ux17_footermain a:focus {
      outline: #fff double 5px;
      outline-offset: 4px; }
    .ux17 #footer .ux17_footermain > .row > div {
      padding-left: 1.5em; }
      .ux17 #footer .ux17_footermain > .row > div:first-of-type {
        padding-left: 0.71em; }
      .ux17 #footer .ux17_footermain > .row > div:last-of-type {
        padding-left: 2.2em; }
    .ux17 #footer .ux17_footermain .row .columns .arrow li {
      margin-bottom: 0.5em;
      font-size: 0.94em;
      margin-left: 0.85em; }
    .ux17 #footer .ux17_footermain .row .columns .arrow.has-i li {
      margin-left: 0; }
    .ux17 #footer .ux17_footermain #bottom {
      border-top: solid 1px #3d6371;
      padding-top: 1em;
      font-size: 0.85em; }
      .ux17 #footer .ux17_footermain #bottom .copyright {
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-left: 0; }
      .ux17 #footer .ux17_footermain #bottom ul {
        margin-right: 0; }
      .ux17 #footer .ux17_footermain #bottom .imprint {
        padding-right: 0; }
      .ux17 #footer .ux17_footermain #bottom .edk-logo {
        text-align: center; }
        .ux17 #footer .ux17_footermain #bottom .edk-logo img.logo-img {
          max-width: 70%;
          height: auto; }
        @media screen and (max-width: 767px) {
          .ux17 #footer .ux17_footermain #bottom .edk-logo {
            text-align: left; }
            .ux17 #footer .ux17_footermain #bottom .edk-logo img.logo-img {
              max-width: 50%;
              height: auto;
              margin-bottom: 1.2em; } }
    .ux17 #footer .ux17_footermain > .row {
      position: relative; }
    .ux17 #footer .ux17_footermain ul.ux17_lang-nav {
      list-style: none;
      position: absolute;
      right: 0.71em;
      top: 0;
      z-index: 99;
      display: none; }
      @media only screen and (max-width: 767px) {
        .ux17 #footer .ux17_footermain ul.ux17_lang-nav.custom-show-for-small {
          display: flex !important; } }
      .ux17 #footer .ux17_footermain ul.ux17_lang-nav a {
        padding: 0 0.5em; }
    .ux17 #footer .ux17_footermain .ux17_stronglink {
      display: block; }
      .ux17 #footer .ux17_footermain .ux17_stronglink h4 {
        font-weight: 700; }
    .ux17 #footer .ux17_footermain h4.ux17_areatitle {
      font-size: 0.94em;
      color: white;
      font-weight: 700; }
      .ux17 #footer .ux17_footermain h4.ux17_areatitle i:before {
        margin-right: 0.175em; }
  .ux17 #footer .ux17_icon-facebook:before {
    margin-left: 0.25em;
    margin-right: 0.45em !important; }

@media only screen and (max-width: 767px) {
  .ux17 #footer .ux17_footermain .cols-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .ux17 #footer .ux17_footermain .ux17_stronglink h4 {
    margin-bottom: 1em; }
  .ux17 #footer .ux17_footermain .arrow li {
    margin-bottom: 1em; }
  .ux17 #footer .ux17_footermain > .row > div {
    padding-left: 0.71em; }
    .ux17 #footer .ux17_footermain > .row > div:last-of-type {
      padding-left: 0.71em; }
      .ux17 #footer .ux17_footermain > .row > div:last-of-type h4 {
        margin-top: 1.75em; }
  .ux17 #footer .ux17_footermain > #bottom.row > div.copyright {
    padding-top: 0; }
  .ux17 #footer .ux17_footermain .ux17_plus .ux17_direct_box {
    top: calc(100% + 1px);
    border: none; }
    .ux17 #footer .ux17_footermain .ux17_plus .ux17_direct_box li a {
      color: #0090C4; }
      .ux17 #footer .ux17_footermain .ux17_plus .ux17_direct_box li a:hover, .ux17 #footer .ux17_footermain .ux17_plus .ux17_direct_box li a:active {
        color: #da202c; }
    .ux17 #footer .ux17_footermain .ux17_plus .ux17_direct_box ul.arrow li {
      margin-bottom: .25em; } }

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .ux17 #footer .ux17_footermain .ux17_language-access {
    justify-content: end; }
    .ux17 #footer .ux17_footermain .ux17_language-access.custom-show-for-small {
      display: flex !important; } }

@media only screen and (max-width: 767px) {
  .ux17 #footer .ux17_footertop a.boxlink {
    padding: 0.5em 1em 0.5em 1.88em; }
    .ux17 #footer .ux17_footertop a.boxlink:first-of-type {
      padding-top: 1.25em; } }

/* UX2017 Menu Mobile  */
/* ============================================================================================= */
#header-mobile.ux17 {
  position: absolute;
  top: 0;
  left: 0; }

.ux17 #logo-mobile {
  height: 100%; }
  .ux17 #logo-mobile a .logo_text {
    margin: 0;
    padding: 0.275em 0 0.285em 0.60em; }
  .ux17 #logo-mobile a:focus {
    outline: none; }
    .ux17 #logo-mobile a:focus .logo_text > span {
      outline: #003040 double 5px;
      outline-offset: 2px; }

.ux17 .ux17_mainnav {
  height: 100%;
  background-color: #01394e;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #124d65;
  cursor: pointer; }
  .ux17 .ux17_mainnav:focus {
    outline: #fff double 5px;
    outline-offset: -5px; }
  .ux17 .ux17_mainnav .ux17_menuicon,
  .ux17 .ux17_mainnav .ux17_mobile_menu {
    height: 100%;
    display: inline-block;
    vertical-align: top; }
  .ux17 .ux17_mainnav .ux17_menuicon {
    color: white;
    font-size: 30px;
    width: 42px;
    text-align: center;
    padding: 9px 2px 11px 10px; }
    .ux17 .ux17_mainnav .ux17_menuicon:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      font-variant: normal;
      text-transform: none;
      line-height: 1.1em;
      -webkit-font-smoothing: antialiased;
      content: '\2630'; }
    .ux17 .ux17_mainnav .ux17_menuicon.open:before {
      content: '\2715'; }
  .ux17 .ux17_mainnav .ux17_mobile_menu {
    color: white;
    font-size: 1.4em;
    font-weight: 700;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 14px 10px 12px 0; }

.dl-menuwrapper {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li.ux17_has-sub,
.dl-menuwrapper .dl-submenu li {
  position: relative; }

.dl-menuwrapper li a,
.dl-menuwrapper .dl-submenu li a {
  display: block;
  position: relative;
  /* BBCH-3745: remove to display focus style
	outline: none;
	*/ }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px; }

.dl-menuwrapper .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.ux17_mm_out {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }

.dl-menu.ux17_mm_in {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.ux17_mm_in {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.ux17_mm_out {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

.ux17#menu {
  box-shadow: none;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: calc(100% + 1px);
  padding: 0;
  position: absolute;
  top: 0;
  height: auto;
  background-color: #003040; }
  .ux17#menu *:focus {
    outline: #fff double 5px;
    outline-offset: -5px; }
  .ux17#menu .dl-menuwrapper ul {
    background-color: white; }
    .ux17#menu .dl-menuwrapper ul *:focus {
      outline: #003040 double 5px;
      outline-offset: -5px; }
    .ux17#menu .dl-menuwrapper ul li.ux17_has-sub a,
    .ux17#menu .dl-menuwrapper ul.dl-submenu li a {
      font-weight: 300;
      font-size: 20px;
      color: #003040;
      line-height: 1;
      width: 100%;
      padding: 16px 30px 13px 18px;
      border-bottom: 1px solid #124d65; }
      .ux17#menu .dl-menuwrapper ul li.ux17_has-sub a.ux17_isactive,
      .ux17#menu .dl-menuwrapper ul.dl-submenu li a.ux17_isactive {
        color: #da202c !important; }
      .ux17#menu .dl-menuwrapper ul li.ux17_has-sub a[aria-expanded=true],
      .ux17#menu .dl-menuwrapper ul.dl-submenu li a[aria-expanded=true] {
        display: none; }
    .ux17#menu .dl-menuwrapper ul.dl-submenu.ux17_levelmarker {
      display: block; }
    .ux17#menu .dl-menuwrapper ul > li.ux17_has-sub ul {
      width: 100%; }
      .ux17#menu .dl-menuwrapper ul > li.ux17_has-sub ul li a {
        color: #003040; }
      .ux17#menu .dl-menuwrapper ul > li.ux17_has-sub ul li.active a {
        color: #da202c; }
    .ux17#menu .dl-menuwrapper ul li.dl-back a {
      font-weight: 700;
      font-size: 17px;
      padding-top: 16px;
      padding-left: 1.9em; }
      .ux17#menu .dl-menuwrapper ul li.dl-back a:not(.has-i):before, .ux17#menu .dl-menuwrapper ul li.dl-back a.has-i .access-icon-arrow:before {
        content: "\e761";
        font-family: "fontello";
        font-size: 1.5em;
        line-height: 0.85;
        margin-right: 0.33em;
        margin-left: -0.6em;
        font-weight: 300;
        vertical-align: text-bottom;
        font-style: normal; }
    .ux17#menu .dl-menuwrapper ul .ux17_featurebox {
      padding: 1em 0 1em 0.9em;
      background-color: #ececec;
      border-bottom: 1px solid #d4d4d4; }
      .ux17#menu .dl-menuwrapper ul .ux17_featurebox a {
        border: 0 !important;
        padding: 10px 30px 7px 18px !important;
        color: #0090C4 !important; }
        .ux17#menu .dl-menuwrapper ul .ux17_featurebox a:before {
          margin-left: -0.55em; }
        .ux17#menu .dl-menuwrapper ul .ux17_featurebox a.arrow.has-i {
          display: flex;
          align-items: flex-start;
          padding-left: 0.15em !important; }
          .ux17#menu .dl-menuwrapper ul .ux17_featurebox a.arrow.has-i [class*=access-icon-]:before {
            font-size: 1.15em; }
    .ux17#menu .dl-menuwrapper ul.dl-subview li a,
    .ux17#menu .dl-menuwrapper ul.dl-submenu li a {
      border-color: #d4d4d4; }
  .ux17#menu .dl-menuwrapper .ux17_menu-extras {
    margin-top: 1.6em;
    margin-left: 18px;
    margin-right: 18px; }
    .ux17#menu .dl-menuwrapper .ux17_menu-extras *:focus {
      outline: #fff double 5px;
      outline-offset: 4px; }
  .ux17#menu .dl-menuwrapper .ux17_direct_access {
    display: inline-block;
    position: relative;
    right: auto;
    bottom: auto; }
    .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct-button.custom-button {
      background-color: #da202c;
      display: inline-block; }
    .ux17#menu .dl-menuwrapper .ux17_direct_access.showbox .ux17_direct-button.custom-button {
      background-color: #b61b25; }
    .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box,
    .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box.language-box {
      opacity: 1;
      position: static;
      right: auto;
      left: 0;
      border: none;
      margin-top: 1px;
      width: 90%; }
      .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box a,
      .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box.language-box a {
        display: inline-block; }
      .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box ul li a:focus,
      .ux17#menu .dl-menuwrapper .ux17_direct_access .ux17_direct_box.language-box ul li a:focus {
        outline: #003040 double 5px;
        outline-offset: 0; }
  .ux17#menu .dl-menuwrapper a.ux17_stronglink {
    margin-top: 3em;
    margin-bottom: 1em;
    display: block; }
    .ux17#menu .dl-menuwrapper a.ux17_stronglink i, .ux17#menu .dl-menuwrapper a.ux17_stronglink h4 {
      color: white; }
    .ux17#menu .dl-menuwrapper a.ux17_stronglink h2 {
      color: white;
      font-size: 0.94em;
      font-weight: 700; }
      .ux17#menu .dl-menuwrapper a.ux17_stronglink h2 i:before {
        margin-right: 0.33em; }
  .ux17#menu .dl-menuwrapper .ux17_lang-nav {
    background: none !important; }
    .ux17#menu .dl-menuwrapper .ux17_lang-nav a {
      padding: 0 0.5em; }
    .ux17#menu .dl-menuwrapper .ux17_lang-nav > li:first-child > a {
      padding-left: 0; }
  .ux17#menu .dl-menuwrapper .ux17_status-nav {
    display: block;
    background: none !important; }
    .ux17#menu .dl-menuwrapper .ux17_status-nav a {
      padding: 0 0.5em; }
    .ux17#menu .dl-menuwrapper .ux17_status-nav > li:first-child > a {
      padding-left: 0; }
  .ux17#menu .dl-menuwrapper .ux17_has-sub > a:after {
    vertical-align: top;
    content: "\e762";
    font-family: "fontello";
    font-size: 1.75em;
    line-height: 0.575;
    font-weight: 300;
    color: #da202c;
    margin-right: -18px;
    float: right; }
  .ux17#menu .dl-menuwrapper .ux17_has-sub > a.has-i {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-right: 0.667em !important; }
    .ux17#menu .dl-menuwrapper .ux17_has-sub > a.has-i:after {
      content: none; }
    .ux17#menu .dl-menuwrapper .ux17_has-sub > a.has-i i {
      font-style: normal; }
    .ux17#menu .dl-menuwrapper .ux17_has-sub > a.has-i [class*=access-icon-]:before {
      content: "";
      font-family: "fontello";
      font-size: 1.6em;
      font-weight: 300;
      line-height: 0.667;
      color: #da202c; }
    .ux17#menu .dl-menuwrapper .ux17_has-sub > a.has-i [class*=access-icon-arrow]:before {
      content: "\e762"; }
  .ux17#menu #menu-wrapper {
    overflow: visible;
    margin-top: 50px; }
    .ux17#menu #menu-wrapper ul {
      margin-bottom: 0; }
    .ux17#menu #menu-wrapper .ux17_nav-mobile {
      background-color: transparent; }
      .ux17#menu #menu-wrapper .ux17_nav-mobile > li > a {
        color: white; }
        .ux17#menu #menu-wrapper .ux17_nav-mobile > li > a:focus {
          outline: #fff double 5px;
          outline-offset: -5px; }
      .ux17#menu #menu-wrapper .ux17_nav-mobile .ux17_direct_box ul.arrow li .lang-menu + i {
        color: #003040; }
  .ux17#menu .dl-menuwrapper li .ux17_plus .ux17_plus-button {
    position: static; }
  .ux17#menu .dl-menuwrapper li .ux17_plus .ux17_direct_box {
    right: auto;
    border: none;
    position: static; }
    .ux17#menu .dl-menuwrapper li .ux17_plus .ux17_direct_box li a {
      display: inline-block; }
  .ux17#menu .low-spread-box {
    margin-block: 3em 1em;
    display: flex;
    justify-content: space-between; }
    .ux17#menu .low-spread-box a.ux17_stronglink {
      margin: 0;
      display: unset; }
  .ux17#menu .ux17_language-access {
    position: relative; }

.no-touch .dl-menuwrapper li .ux17_plus .ux17_plus-button:hover {
  background: none; }

/* UX2017 Dashboard  */
/* ============================================================================================= */
a.disabled,
.arrow li a.disabled {
  opacity: 0.33;
  color: #003040;
  cursor: default; }

.dashboard .ux17 .entry-wrapper .entries .entry .title .desc {
  width: 10%; }

.dashboard .ux17 .entry-wrapper .entries .entry .title .outdated {
  width: 18%;
  margin: 0 0 0 .76em;
  display: inline-block;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #003040;
  line-height: 1.24em;
  padding-top: .47em;
  padding-bottom: .47em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.dashboard .ux17 .entry-wrapper .entries .entry .name:hover {
  color: #003040; }

/* UX2017 Recherche  */
/* ============================================================================================= */
.ux17 .ux17_homebox.ux17_searchbox {
  height: auto; }
  .ux17 .ux17_homebox.ux17_searchbox.direct-access {
    padding-top: 2em;
    padding-bottom: 2em; }
  .ux17 .ux17_homebox.ux17_searchbox .toplinks {
    width: 50%;
    margin-bottom: 0; }
  .ux17 .ux17_homebox.ux17_searchbox .morelinks {
    width: 49%;
    margin-bottom: 0; }

.ux17 .search-input {
  width: calc(100% - 3em - 3px) !important;
  display: inline-block; }

.ux17 .no-result {
  font-weight: 300;
  font-style: italic;
  color: #da202c;
  z-index: 8888; }

@media only screen and (max-width: 767px) {
  .ux17 .ux17_homebox.ux17_searchbox .toplinks {
    width: 50%;
    margin-bottom: 0; }
  .ux17 .ux17_homebox.ux17_searchbox .morelinks {
    border-left: 1px solid #d4d4d4;
    border-top: 0;
    width: 49%;
    padding-left: 2em;
    padding-top: 0; } }

@media only screen and (max-width: 480px) {
  .ux17 .ux17_homebox.ux17_searchbox .toplinks {
    width: 100%;
    margin-bottom: 0.5em; }
  .ux17 .ux17_homebox.ux17_searchbox .morelinks {
    border-top: 1px solid #d4d4d4;
    border-left: 0;
    padding-top: 1em;
    padding-left: 0;
    width: 100%; } }

/* UXFS Base  */
/* ============================================================================================= */
.uxfs .leftcol {
  min-height: 10em; }
  @media only screen and (max-width: 767px) {
    .uxfs .leftcol {
      display: none; } }

.uxfs #main-content {
  margin-top: 1em;
  padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 999px) {
    .uxfs #main-content {
      padding-right: 0.71em; } }
  @media only screen and (max-width: 767px) {
    .uxfs #main-content {
      padding: 0 0.71em; } }
  .uxfs #main-content p {
    line-height: 1.4; }

@media only screen and (max-width: 767px) {
  .uxfs .pagetop {
    padding: 0 0.3em; } }

.uxfs .pagetop h1 {
  margin-top: 0.65em; }
  @media only screen and (max-width: 767px) {
    .uxfs .pagetop h1 {
      line-height: 1.1;
      font-weight: 700;
      margin-top: 0; } }

.uxfs .pagetop h2 {
  font-size: 1.5em;
  color: #222222; }

.uxfs .pagetop h1 + h2 {
  margin-top: 0; }

.uxfs .pagetop p {
  line-height: 1.4; }
  @media only screen and (max-width: 767px) {
    .uxfs .pagetop p {
      display: none; } }

.uxfs .row.collapse .uxfs-form > .columns {
  padding-left: 0;
  padding-right: 0; }

.uxfs .row.collapse .ux-contentbox .row:not(.collapse) > .columns:first-of-type {
  padding-left: 0;
  padding-right: 1.42em; }

.uxfs .row.collapse.searchbox .row:not(.collapse) > .columns:first-of-type {
  padding-left: 0.71em;
  padding-right: 0.71em; }

.uxfs .ux-contentbox {
  background-color: white;
  border: 2px solid #d4d4d4;
  padding: 1.36em 1em 0.5em 1em; }

@media only screen and (max-width: 767px) {
  .uxfs .ux-contentbox:not(.searchbox):not(.buttonbox) .columns {
    padding: 0;
    margin-bottom: 1em; }
    .uxfs .ux-contentbox:not(.searchbox):not(.buttonbox) .columns:first-of-type {
      padding-right: 0 !important; } }

.uxfs .pagecontent {
  min-height: 4em;
  margin-top: 2em; }
  .uxfs .pagecontent .ux-contentbox {
    padding-top: 1.41em; }

.uxfs .contentpart {
  margin: 1.5em 0;
  /* Links mit Chevron-Zeichen */ }
  .uxfs .contentpart .panel-lightblue {
    min-height: 12em;
    padding-left: 1em;
    margin-left: 0.05em; }
    .uxfs .contentpart .panel-lightblue h3 {
      line-height: 1.2;
      margin-top: 0.33em;
      font-weight: 300;
      font-size: 1.6em;
      color: white; }
  .uxfs .contentpart ul {
    list-style: none;
    line-height: 1.2em; }
  .uxfs .contentpart li {
    margin-left: 1em;
    padding: 0.18em 0; }
  .uxfs .contentpart li:before {
    content: "\e762";
    font-family: "fontello";
    font-size: 1.3em;
    font-weight: 300;
    color: #da202c;
    margin-left: -0.7em;
    vertical-align: text-bottom; }
  .uxfs .contentpart li > a {
    padding-left: 0.5em; }
    .uxfs .contentpart li > a:before {
      line-height: 1em; }

.uxfs .align-right {
  text-align: right; }

.uxfs .columns > div.align-right {
  padding-top: 0.333em; }

.uxfs .autowidth {
  width: auto; }

.uxfs .search-high {
  background-color: rgba(255, 255, 0, 0.5); }

/* UXFS Search Form  */
/* ============================================================================================= */
.uxfs .ux-contentbox.searchbox {
  padding-left: 0.29em;
  padding-right: 0.29em;
  padding-top: 0.36em;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .uxfs .ux-contentbox.searchbox {
      margin-left: -0.71em;
      margin-right: -0.71em;
      border-left: 0;
      border-right: 0; } }
  .uxfs .ux-contentbox.searchbox + .buttonbox {
    border-top: 0;
    margin-top: -1px;
    padding-top: 1em; }
    @media screen and (max-width: 767px) {
      .uxfs .ux-contentbox.searchbox + .buttonbox {
        margin-left: -0.71em;
        margin-right: -0.71em;
        border-left: 0;
        border-right: 0; } }
  .uxfs .ux-contentbox.searchbox .searchpart {
    min-height: 6em; }
    .uxfs .ux-contentbox.searchbox .searchpart select {
      margin-bottom: 0.333em; }

.uxfs .w-minus-3em {
  width: calc(100% - 3em + 3px);
  display: inline-block;
  padding-right: 2em; }
  .uxfs .w-minus-3em::-ms-clear {
    display: none; }

.uxfs .fs-autocomplete-trigger {
  display: inline-block;
  vertical-align: top;
  height: 3em;
  width: 3em;
  margin-left: -3px;
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #dfdfdf 100%);
  background-repeat: no-repeat;
  border: 3px solid #d4d4d4;
  color: #222222;
  outline: none;
  transition: border-color 0.25s ease-in-out; }
  .uxfs .fs-autocomplete-trigger:focus {
    outline: none; }
  .uxfs .fs-autocomplete-trigger i {
    padding: 0 0.8em; }
    .uxfs .fs-autocomplete-trigger i:before {
      line-height: 2.75; }
  .uxfs .fs-autocomplete-trigger.now-open i:before {
    content: '\e91a'; }

.uxfs .w-minus-3em:focus + .autocomplete-trigger {
  border-color: #bbbbbb !important; }

.uxfs .fs-autocomplete-wrapper, .uxfs .searchpanel-wrapper {
  position: relative; }

.uxfs .fs-autocomplete-wrapper {
  position: relative; }
  .uxfs .fs-autocomplete-wrapper > a.righticon {
    content: "";
    display: block;
    font-size: 1.3em;
    height: 1em;
    padding: 4px;
    position: absolute;
    right: 2.5em;
    top: 0.5em;
    width: 1em; }

.uxfs .ui-menu .ui-menu-item a {
  padding: 0.33em 0; }

.uxfs ul.ui-autocomplete {
  display: none;
  box-shadow: none;
  border: 3px solid #d4d4d4;
  position: absolute;
  top: calc(3em - 3px) !important; }
  .uxfs ul.ui-autocomplete.full-list {
    left: 0;
    z-index: 333;
    width: 100%;
    max-height: 600px; }
    .uxfs ul.ui-autocomplete.full-list li.title {
      border-bottom: 1px solid #d4d4d4; }
  .uxfs ul.ui-autocomplete.autocomplete-list {
    max-height: 600px; }
  .uxfs ul.ui-autocomplete > li > ul {
    margin-left: 0.667em; }
  .uxfs ul.ui-autocomplete a {
    font-weight: 300;
    line-height: 1.3;
    display: block; }
    .uxfs ul.ui-autocomplete a.selected,
    .uxfs ul.ui-autocomplete a.selected + ul > li > a {
      cursor: default;
      color: #cacaca;
      pointer-events: none; }
      .uxfs ul.ui-autocomplete a.selected:hover,
      .uxfs ul.ui-autocomplete a.selected + ul > li > a:hover {
        color: #cacaca; }
  .uxfs ul.ui-autocomplete li.no-results {
    font-weight: 300;
    font-style: italic;
    color: #da202c;
    z-index: 8888; }
    .uxfs ul.ui-autocomplete li.no-results a {
      cursor: default;
      color: #da202c; }

.uxfs .uxfs-profession .ui-autocomplete {
  width: calc(100% - 3em + 3px); }
  .uxfs .uxfs-profession .ui-autocomplete > li {
    margin-bottom: 0.75em; }
    .uxfs .uxfs-profession .ui-autocomplete > li > a {
      margin-bottom: 0.25em;
      font-weight: 700; }
    .uxfs .uxfs-profession .ui-autocomplete > li ul {
      max-height: 195px;
      overflow: auto; }
      .uxfs .uxfs-profession .ui-autocomplete > li ul li {
        margin-bottom: 0.2em; }
        .uxfs .uxfs-profession .ui-autocomplete > li ul li a:before {
          margin-right: 0.25em;
          font-family: 'icn-ux17' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e91b'; }
        .uxfs .uxfs-profession .ui-autocomplete > li ul li.showall a.ux-button-cta.borderless {
          padding: 0; }
        .uxfs .uxfs-profession .ui-autocomplete > li ul li.showall a:before {
          content: none; }

.uxfs .uxfs-locality .distance .autocomplete-sdbb-wrapper ul.ui-autocomplete > li a {
  font-weight: 300;
  line-height: 1.1; }
  .uxfs .uxfs-locality .distance .autocomplete-sdbb-wrapper ul.ui-autocomplete > li a span.parent {
    margin-bottom: 0.25em;
    font-weight: 700; }
  .uxfs .uxfs-locality .distance .autocomplete-sdbb-wrapper ul.ui-autocomplete > li a span.icn-ux17:before {
    margin-right: 0.25em;
    font-family: 'icn-ux17' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91b'; }

.uxfs .uxfs-locality .distance .autocomplete-sdbb-wrapper ul.ui-autocomplete > li.highlight-item {
  font-weight: 700; }
  .uxfs .uxfs-locality .distance .autocomplete-sdbb-wrapper ul.ui-autocomplete > li.highlight-item a {
    font-weight: 700; }

.uxfs .searchcriteria {
  padding-bottom: 1em; }
  .uxfs .searchcriteria .critelem {
    padding: 0.5em 2.5em 0.5em 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    position: relative; }
    .uxfs .searchcriteria .critelem .elemdeleter {
      position: absolute;
      padding: 0.375em 0.5em 0.5em 0.25em;
      top: 0;
      right: 0;
      display: inline-block;
      color: #da202c; }
  .uxfs .searchcriteria .doublecrit {
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    margin-bottom: 0.5em; }
    .uxfs .searchcriteria .doublecrit .critelem {
      padding-right: 1.00em;
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: 0;
      margin-bottom: 0; }
      .uxfs .searchcriteria .doublecrit .critelem:first-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
        width: 57%; }
      .uxfs .searchcriteria .doublecrit .critelem:last-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
        padding-left: 0;
        width: 43%; }
      .uxfs .searchcriteria .doublecrit .critelem.critelem-select {
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        text-overflow: inherit; }

.uxfs .pseudoselect {
  display: block;
  color: #222222;
  font-weight: 300;
  border: 3px solid #d4d4d4;
  min-height: 3em;
  height: 3em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='20' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,20' style='fill:%23222222'></polygon></svg>"), linear-gradient(to bottom, #f6f6f6 0%, #dfdfdf 100%);
  -webkit-background-origin: content-box;
  background-position: right -1rem center, center center;
  background-repeat: no-repeat, repeat-x;
  -webkit-background-size: 12px 8px, cover;
  background-size: 12px 8px, cover;
  padding-left: 0.47em;
  padding-right: 1.5rem; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .uxfs .pseudoselect {
      background-image: url("/content/internet/img/layout/pseudomenu.png");
      background-color: #ececec;
      background-position: right 0.7rem center;
      background-repeat: no-repeat;
      background-size: 12px 8px; } }
  .uxfs .pseudoselect span {
    line-height: 2.65; }

.uxfs .searchpanel {
  display: none;
  position: absolute;
  background: white;
  border: 3px solid #d4d4d4;
  top: calc(3em - 3px);
  left: 0;
  width: calc(200% + 1.41em);
  z-index: 33; }
  @media screen and (max-width: 767px) {
    .uxfs .searchpanel {
      width: 100%;
      position: initial; } }
  .uxfs .searchpanel .cb-wrapper {
    padding-top: 0.71em;
    padding-bottom: 0.5em;
    transition: padding-top 0.3s ease 0s;
    /*.title {
      			color: #999;
		    	font-size: 1.41em;
		    	padding-left: 0.79em;
		    	padding-top: 0.63em;
				font-weight: bold;
			}*/ }
    @media screen and (max-width: 767px) {
      .uxfs .searchpanel .cb-wrapper {
        padding-top: 1.5em; } }
    .uxfs .searchpanel .cb-wrapper label {
      padding-left: 1.5em;
      margin: 0;
      margin-bottom: 0.6em;
      font-size: 0.9em;
      overflow-wrap: break-word;
      hyphens: auto; }
      .uxfs .searchpanel .cb-wrapper label:hover {
        color: #da202c; }
    .uxfs .searchpanel .cb-wrapper ul {
      margin-bottom: 0; }
      .uxfs .searchpanel .cb-wrapper ul.cols-2 li {
        padding-top: 3px; }
        .uxfs .searchpanel .cb-wrapper ul.cols-2 li .custom.checkbox.checked:before {
          top: -30%; }
  .uxfs .searchpanel .radio_toggle_box.open .radio_toggle_box_content {
    display: block; }
  .uxfs .searchpanel .radio_toggle_box_title {
    background: transparent linear-gradient(to bottom, #fff 0%, #ebebeb 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0.71em;
    position: relative; }
    .uxfs .searchpanel .radio_toggle_box_title .toggle-title {
      margin: 0;
      font-size: 1em; }
      .uxfs .searchpanel .radio_toggle_box_title .toggle-title:before {
        margin-right: 0.5em;
        font-family: 'icn-ux17' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e916';
        color: #999; }
  .uxfs .searchpanel .radio_toggle_box.active .radio_toggle_box_title .toggle-title:before {
    content: '\e917';
    color: black; }
  .uxfs .searchpanel .radio_toggle_box:last-of-type:not(.active) .radio_toggle_box_title {
    border: 0; }
  .uxfs .searchpanel .radio_toggle_box_content {
    display: none;
    padding: 0.71em;
    border-bottom: 1px solid #ccc; }
    .uxfs .searchpanel .radio_toggle_box_content.topblur {
      padding-top: 0; }
    .uxfs .searchpanel .radio_toggle_box_content .tightwrap {
      width: 64%;
      float: left; }
      @media screen and (max-width: 1199px) {
        .uxfs .searchpanel .radio_toggle_box_content .tightwrap {
          width: 59%; } }
      @media screen and (max-width: 860px) {
        .uxfs .searchpanel .radio_toggle_box_content .tightwrap {
          width: 57%; } }
      @media screen and (max-width: 767px) {
        .uxfs .searchpanel .radio_toggle_box_content .tightwrap {
          width: 100%; } }
      .uxfs .searchpanel .radio_toggle_box_content .tightwrap input {
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        height: 1.85em;
        padding: 0.3em 1.7em 0.3em 0.71em;
        margin-bottom: 0; }
        .uxfs .searchpanel .radio_toggle_box_content .tightwrap input::-ms-clear {
          display: none; }
      .uxfs .searchpanel .radio_toggle_box_content .tightwrap > a.righticon {
        content: "";
        display: block;
        font-size: 1.3em;
        height: 1em;
        padding: 4px;
        position: absolute;
        right: 4px;
        top: 0.5em;
        width: 1em; }
    .uxfs .searchpanel .radio_toggle_box_content select#Area {
      width: auto;
      vertical-align: top;
      float: none; }
      .uxfs .searchpanel .radio_toggle_box_content select#Area::-ms-expand {
        margin-right: -1.4em; }
      @media screen and (max-width: 767px) {
        .uxfs .searchpanel .radio_toggle_box_content select#Area {
          width: 75%; } }
    .uxfs .searchpanel .radio_toggle_box_content .uxfs-input-group {
      display: inline-block;
      float: right; }
      @media screen and (max-width: 767px) {
        .uxfs .searchpanel .radio_toggle_box_content .uxfs-input-group {
          margin-top: 0.5em;
          width: 100%;
          text-align: right; } }
    .uxfs .searchpanel .radio_toggle_box_content .distance label {
      float: left;
      width: auto;
      vertical-align: top;
      font-size: 1em;
      line-height: 3;
      margin-bottom: 0;
      font-weight: 300;
      margin-right: 0;
      padding-right: 0.45em; }
  .uxfs .searchpanel .cb-wrapper li.disabled .custom.checkbox {
    background-color: #ccc; }
  .uxfs .searchpanel .cb-wrapper li.disabled label {
    color: #aaa;
    cursor: default; }
    .uxfs .searchpanel .cb-wrapper li.disabled label:hover {
      color: #aaa;
      cursor: default; }
  .uxfs .searchpanel .cb-wrapper li.disabled:hover {
    cursor: default; }

.uxfs form.custom .cb-wrapper span.custom.checkbox {
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  margin-left: -1.5em; }

@media screen and (max-width: 1199px) {
  .uxfs form.custom .cb-wrapper span.custom.checkbox {
    width: 13px;
    height: 13px; } }

@media screen and (max-width: 860px) {
  .uxfs form.custom .cb-wrapper span.custom.checkbox {
    width: 12px;
    height: 12px; } }

@media screen and (max-width: 480px) {
  .uxfs form.custom .cb-wrapper span.custom.checkbox {
    width: 14px;
    height: 14px; } }

.uxfs .uxfs-lena a.custom-button, .uxfs .uxfs-lena .active > a.defaultbutton.custom-button {
  padding: 0.9em 1em; }
  .uxfs .uxfs-lena a.custom-button.uxfs-action, .uxfs .uxfs-lena .active > a.defaultbutton.uxfs-action.custom-button {
    padding: 0.9em 0.8em; }

.uxfs .uxfs-action {
  font-size: 1em;
  height: 3em; }
  .uxfs .uxfs-action [class*="icon"]:before {
    margin-right: 0.2em; }

@media screen and (max-width: 480px) {
  .uxfs label[for="uxfs-action"] {
    display: none; }
  .uxfs .uxfs-action {
    width: 100%; } }

.uxfs .searchpart:not(.active) .uxfs-action {
  pointer-events: none; }

.uxfs .uxfs-tri-wrap select {
  margin-bottom: 0.75em; }

.bottomblur {
  position: relative; }

.bottomblur:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), white);
  width: 100%;
  height: 2em;
  content: ''; }

li.bottomblur ul {
  /* different interpreattion among firefox, chrome and IE
		more info: https://stackoverflow.com/questions/13471910/css-applying-padding-to-box-with-scroll-bottom-padding-doesnt-work

		padding-bottom: 2em;		
	*/ }
  li.bottomblur ul li:last-of-type {
    margin-bottom: 25px !important; }

@media screen and (max-width: 767px) {
  body.uxfs > ul.ui-autocomplete {
    width: inherit; } }

.infopop-box {
  display: none;
  position: absolute;
  left: calc(0.71em + 9px);
  margin-top: 2.667em;
  background-color: #f0f3f4;
  width: calc(100% - 1.42em - 18px);
  padding: 0.5em 1em 0.5em 0.5em;
  box-shadow: 0 0 0 9px #b3cad4;
  z-index: 333;
  animation: grow 0.6s ease;
  animation-delay: 0.6s; }
  .infopop-box h5 {
    color: #da202c; }
  .infopop-box .cbox-close {
    animation: growcloser 2s ease; }
  .infopop-box p {
    line-height: 1.4; }

@keyframes grow {
  0% {
    box-shadow: 0 0 0 9px #b3cad4; }
  25% {
    box-shadow: 0 0 0 0px #b3cad4; }
  100% {
    box-shadow: 0 0 0 9px #b3cad4; } }

@keyframes growcloser {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cbox-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -24px;
  right: -24px;
  background: url("/Content/Internet/img/layout/colorbox/controls.png") no-repeat top left;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: 2;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  webkit-appearance: none;
  webkit-box-align: none; }
  .cbox-close:hover {
    background-position: 0 -43px;
    background-color: transparent; }

button.cbox-close {
  transition: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px; }

.uxfs-form button.cbox-close {
  border: none;
  min-height: auto; }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .cbox-close {
    background: url("/Content/Internet/img/layout/colorbox/controls@2x.png") no-repeat top left;
    background-size: 100% auto; } }

.uxfs .ux-contentbox.searchbox .searchoptionsbox .searchoptions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative; }
  .uxfs .ux-contentbox.searchbox .searchoptionsbox .searchoptions:first-of-type {
    padding-top: 1em; }
    .uxfs .ux-contentbox.searchbox .searchoptionsbox .searchoptions:first-of-type::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      height: 1px;
      width: calc(100% - 1.42em);
      background-color: #d4d4d4; }
  .uxfs .ux-contentbox.searchbox .searchoptionsbox .searchoptions.topblur:after {
    content: none; }

label.ux20-searchoption {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: 0.333em;
  min-width: 160px; }

.uxfs form.custom .cb-wrapper.inline-cbs {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .uxfs form.custom .cb-wrapper.inline-cbs {
      width: 100%; } }
  .uxfs form.custom .cb-wrapper.inline-cbs span.custom.checkbox {
    margin-left: 1.5rem; }
  .uxfs form.custom .cb-wrapper.inline-cbs.input-validation-error .custom.checkbox {
    border-color: #da202c !important; }
  .uxfs form.custom .cb-wrapper.inline-cbs .field-validation-error {
    display: block;
    padding-left: 1.5em; }

/* UXFS Form Parts */
/* ============================================================================================= */
.uxfs-form {
  margin: 0; }
  .uxfs-form .searchpart > label {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 0.667em;
    margin-bottom: 0.333em; }
  .uxfs-form input {
    border: 3px solid #d4d4d4;
    background-color: white;
    box-shadow: none;
    min-height: 3em;
    margin-bottom: 0.333em;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .uxfs-form input::placeholder {
      opacity: 0.75; }
    .uxfs-form input::-ms-clear {
      display: none; }
  .uxfs-form button {
    min-height: 3em;
    text-transform: none;
    border: 3px solid #ccc;
    outline: none;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .uxfs-form button [class*=icon-]:before {
      margin-right: 0.33em; }
  .uxfs-form select {
    height: 3em;
    margin: 0 0 1em;
    padding-left: 0.5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #d4d4d4;
    border-radius: 0;
    background-color: #f0f0f0;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55;
    color: #222222;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40mm' height='25mm' viewBox='0 0 113.39 70.87'><defs><style>.cls-1{fill:%23222222}</style></defs><title>arrow-down</title><g id='Ebene_2' data-name='Ebene 2'><g id='Ebene_1-2' data-name='Ebene 1'><path class='cls-1' d='M113.39,14.17,99.21,0,56.69,42.52,14.17,0,0,14.17l56.69,56.7Z'/></g></g></svg>"), linear-gradient(to bottom, #f6f6f6 0%, #dfdfdf 100%);
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -1rem center, center center;
    background-repeat: no-repeat, repeat-x;
    -webkit-background-size: 16px 12px, cover;
    background-size: 16px 12px, cover;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  .uxfs-form input[type="text"]:focus, .uxfs-form input[type="password"]:focus, .uxfs-form input[type="date"]:focus, .uxfs-form input[type="datetime"]:focus, .uxfs-form input[type="datetime-local"]:focus, .uxfs-form input[type="month"]:focus, .uxfs-form input[type="week"]:focus, .uxfs-form input[type="email"]:focus, .uxfs-form input[type="number"]:focus, .uxfs-form input[type="search"]:focus, .uxfs-form input[type="tel"]:focus, .uxfs-form input[type="time"]:focus, .uxfs-form input[type="url"]:focus, .uxfs-form select:focus, .uxfs-form textarea:focus, .uxfs-form button:focus {
    outline: none;
    box-shadow: none;
    border-color: #d4d4d4; }
  .uxfs-form select:focus {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40mm' height='25mm' viewBox='0 0 113.39 70.87'><defs><style>.cls-1{fill:%23222222}</style></defs><title>arrow-down</title><g id='Ebene_2' data-name='Ebene 2'><g id='Ebene_1-2' data-name='Ebene 1'><path class='cls-1' d='M113.39,14.17,99.21,0,56.69,42.52,14.17,0,0,14.17l56.69,56.7Z'/></g></g></svg>"), linear-gradient(to top, #f6f6f6 0%, #dfdfdf 100%);
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -1rem center, center center;
    background-repeat: no-repeat, repeat-x;
    -webkit-background-size: 16px 12px, cover;
    background-size: 16px 12px, cover; }
  .uxfs-form.custom .custom {
    border-color: #626262; }
    .uxfs-form.custom .custom.checkbox {
      border-radius: 2px; }
  .uxfs-form select.select-small {
    height: auto;
    font-size: 0.85em;
    background-size: 8px 6px, cover;
    background-position: right -0.75rem center, center center;
    margin-bottom: 0;
    width: auto;
    border-width: 2px;
    margin-left: 0.25em;
    padding-left: 0.15em; }
  .uxfs-form .critelem select.select-small {
    padding-right: 1.1em;
    margin-left: 0; }

/* UXFS Buttons */
/* ============================================================================================= */
.ux-button {
  display: inline-block;
  vertical-align: bottom;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: 1px solid #9c9c9c;
  border-radius: 4px;
  padding: 0.5em 1em;
  margin-right: 0.71em;
  margin-bottom: 0.333em;
  background-color: white;
  color: #9c9c9c !important; }
  .ux-button:last-of-type {
    margin-right: 0; }
  .ux-button:hover {
    border-color: #da202c;
    color: #da202c !important; }

.ux-button-primary {
  border-color: #26c7fd;
  background-color: #26c7fd;
  color: white !important; }
  .ux-button-primary:hover {
    border-color: #da202c;
    background-color: #da202c;
    color: white !important; }

.ux-button-secondary {
  border-color: #26c7fd;
  color: #26c7fd !important; }
  .ux-button-secondary:hover {
    border-color: #da202c;
    color: #da202c !important; }

.ux-button-cta.borderless {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background: none;
  text-transform: none;
  color: #da202c !important;
  text-decoration: underline; }
  .ux-button-cta.borderless:hover {
    color: #470a0e !important; }
  .ux-button-cta.borderless > [class*="icon"]:before {
    margin-right: 0.25em;
    margin-bottom: -0.1em; }

@media screen and (max-width: 767px) {
  .ux-button-cta.custom-show-for-small {
    display: inline-block !important; } }

.ux-button-cta.custom-show-for-small {
  display: none; }

.align-right .ux-button {
  margin-left: 0.71em;
  margin-right: 0; }
  .align-right .ux-button:first-of-type {
    margin-left: 0; }

.ux-button-big {
  font-size: 1.25em; }

@media screen and (max-width: 767px) {
  .uxfs .pagetop .buttonbox {
    padding: 0.5em 0 0.75em 0; } }

/* UXFS Results */
/* ============================================================================================= */
.uxfs {
  /* absolute for normal device*/
  /* FS-Lena: width of columns */
  /* FS-LeFi: width of columns */
  /* float leftt on small devices*/
  /* float right on small devices*/ }
  .uxfs .row-header {
    background-color: #d4d4d4; }
  @media screen and (max-width: 767px) {
    .uxfs .margin-top-minus-0-5-em-for-sd {
      margin-top: -0.5em; } }
  .uxfs .col-group {
    display: table-row-group; }
    @media screen and (max-width: 767px) {
      .uxfs .col-group {
        display: block;
        border: 0px;
        border-top: 2px; } }
  .uxfs .position-absolute {
    position: absolute !important; }
  @media screen and (min-width: 768px) {
    .uxfs .position-absolute-for-nd {
      position: absolute !important; } }
  .uxfs .margin-top-1-5-em {
    margin-top: 1.5em; }
  .uxfs .lena-table .table-col-1 {
    width: 17%; }
  .uxfs .lena-table .table-col-2 {
    width: 19%; }
  .uxfs .lena-table .table-col-3 {
    width: 10%; }
  .uxfs .lena-table .table-col-4 {
    width: 9%; }
  .uxfs .lena-table .table-col-5 {
    width: 7%; }
  .uxfs .lena-table .table-col-6 {
    width: 12%; }
  .uxfs .lena-table .table-col-7 {
    width: 14%; }
  .uxfs .lena-table .table-col-8 {
    width: 10%; }
  @media screen and (max-width: 1199px) {
    .uxfs .lena-table .table-col-1 {
      width: 18%; }
    .uxfs .lena-table .table-col-2 {
      width: 20%; }
    .uxfs .lena-table .table-col-7 {
      width: 20%;
      padding-left: 0.1em;
      padding-right: 0.1em; } }
  @media screen and (max-width: 767px) {
    .uxfs .lena-table .table-col-1 {
      width: 94%; }
    .uxfs .lena-table .table-col-2 {
      width: 100%; }
    .uxfs .lena-table .table-col-3 {
      width: 70%; }
    .uxfs .lena-table .table-col-4 {
      width: 33.3%; }
    .uxfs .lena-table .table-col-5 {
      width: 33.3%; }
    .uxfs .lena-table .table-col-6 {
      width: 33.3%; }
    .uxfs .lena-table .table-col-7 {
      width: auto;
      padding: 0; }
    .uxfs .lena-table .table-col-8 {
      width: 30%;
      text-align: right; } }
  .uxfs .lefi-table {
    /*		@media screen and (max-width: $bp-large) {
			.table-col-1 {
				width: 33%;
			}

			.table-col-2 {
				width: 33%;
			}
		}*/ }
    .uxfs .lefi-table .table-col-1 {
      width: 33%; }
    .uxfs .lefi-table .table-col-2 {
      width: auto; }
    .uxfs .lefi-table .table-col-3 {
      width: 20%; }
    .uxfs .lefi-table .table-col-4 {
      width: 13%; }
    .uxfs .lefi-table .table-col-5 {
      width: 7%; }
    @media screen and (max-width: 767px) {
      .uxfs .lefi-table .table-col-1 {
        width: 94%; }
      .uxfs .lefi-table .table-col-2 {
        width: 100%; }
      .uxfs .lefi-table .table-col-3 {
        width: 70%; }
      .uxfs .lefi-table .table-col-4 {
        width: 30%;
        text-align: right; }
      .uxfs .lefi-table .table-col-5 {
        width: 9%; } }
  .uxfs .display-table {
    display: table; }
    @media screen and (max-width: 767px) {
      .uxfs .display-table {
        display: block !important;
        /* reset all  percent width for all columns */ } }
  .uxfs .display-table-row-important {
    display: table-row !important; }
  .uxfs .display-table-row {
    display: table-row; }
    @media screen and (max-width: 767px) {
      .uxfs .display-table-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0.75em;
        border: 2px solid #d4d4d4;
        background-color: white;
        position: relative;
        margin-bottom: 0em;
        margin-top: 1.5em; } }
  .uxfs .display-table-cell {
    display: table-cell;
    cursor: pointer;
    padding: 0.75em 0.5em 0.5em 0.5em;
    vertical-align: middle;
    min-height: 3em;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: white;
    border-top: 1px solid #d4d4d4;
    line-height: 1.2; }
    .uxfs .display-table-cell.bold {
      font-weight: 700; }
    @media screen and (max-width: 767px) {
      .uxfs .display-table-cell {
        display: block;
        border-top: none; }
        .uxfs .display-table-cell.bold-on-mobile {
          font-weight: 700; } }
  .uxfs .display-table-cell-header {
    display: table-cell;
    cursor: pointer;
    padding: 0.75em 0.5em 0.5em 0.5em;
    vertical-align: middle;
    min-height: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: transparent;
    transition: background-color 0.2s linear; }
    .uxfs .display-table-cell-header.triactive, .uxfs .display-table-cell-header.bold {
      font-weight: 700; }
  @media screen and (max-width: 767px) {
    .uxfs .float-left-for-sd {
      float: left; } }
  @media screen and (min-width: 768px) {
    .uxfs .float-left-for-sd {
      float: none; } }
  @media screen and (max-width: 767px) {
    .uxfs .float-right-for-sd {
      float: right; } }
  @media screen and (min-width: 768px) {
    .uxfs .float-right-for-sd {
      float: none; } }
  @media screen and (min-width: 768px) {
    .uxfs .show-for-sd {
      display: none; } }
  @media screen and (min-width: 768px) {
    .uxfs .display-table-row:not(.row-header):not(.result-info):not(.info-open):not(.fs-readonly) .display-table-cell {
      transition: background-color 0.3s linear;
      cursor: pointer; } }
  @media screen and (min-width: 768px) {
    .uxfs .display-table-row:not(.row-header):not(.result-info):not(.info-open):not(.fs-readonly):hover .display-table-cell {
      background-color: #e3e3e3; } }
  .uxfs .no-touch .display-table-row:not(.info-open):not(.fs-readonly) .display-table-row:hover .gadgetform .custom.checkbox {
    border-color: #8c8c8c; }
  .uxfs .no-touch .display-table-row:not(.info-open):not(.fs-readonly) .display-table-row:hover .gadgetform a.heart-check:before {
    color: #8c8c8c; }
  @media screen and (max-width: 767px) {
    .uxfs .float-top-left-2em-for-sd {
      position: absolute;
      top: 0.2em;
      right: 0.2em; } }
  .uxfs .resultpart {
    line-height: 1.2;
    padding: 0.5em 0;
    margin-bottom: 1em; }
    .uxfs .resultpart:last-of-type {
      margin-bottom: 0; }
  .uxfs .result-head {
    padding-top: 2.5em;
    margin-bottom: 0; }
    .uxfs .result-head h2 {
      font-weight: 700;
      margin-top: 0; }
  .uxfs .resultbox {
    display: table;
    position: relative;
    width: 100%;
    display: table; }
  .uxfs .resultbox + .buttonbox {
    margin-top: 1em; }
  .uxfs .result-sortbar, .uxfs .result-elem {
    background-color: white;
    width: calc(100% + 1px); }
    @media screen and (max-width: 767px) {
      .uxfs .result-sortbar, .uxfs .result-elem {
        display: block;
        width: 100%; } }
  .uxfs .result-sortbar {
    background-color: #d4d4d4;
    box-shadow: 0 2px 2px rgba(25, 25, 50, 0);
    transition: box-shadow 0.2s linear, opacity 0.4s linear; }
  .uxfs .topstick.fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 2px rgba(25, 25, 50, 0.25);
    z-index: 100; }
  .uxfs .topstick.faded {
    opacity: 0; }
  .uxfs .result-headbox .buttonbox {
    padding-top: 0.5em;
    background-color: #ececec; }
  @media screen and (max-width: 767px) {
    .uxfs .result-wrapper {
      margin-bottom: 0.75em; } }
  .uxfs .result-elem {
    border-top: 1px solid #d4d4d4; }
    @media screen and (max-width: 767px) {
      .uxfs .result-elem {
        border: 2px solid #d4d4d4;
        border-bottom: 0; } }
  .uxfs .result-row {
    width: 100%;
    display: table-row; }
    @media screen and (max-width: 767px) {
      .uxfs .result-row {
        display: block;
        position: relative; } }
  @media screen and (min-width: 768px) {
    .uxfs .result-wrapper:not(.info-open):not(.fs-readonly) .result-elem .result-row {
      transition: background-color 0.3s linear; }
      .uxfs .result-wrapper:not(.info-open):not(.fs-readonly) .result-elem .result-row:hover {
        background-color: #e3e3e3; } }
  @media screen and (max-width: 767px) {
    .uxfs .uxfs-tri-wrap, .uxfs .uxfs-tri-wrap + .buttonbox {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 360px) {
    .uxfs .uxfs-tri-wrap, .uxfs .uxfs-tri-wrap + .buttonbox {
      display: block;
      width: 100%; } }
  .uxfs .fs-readonly {
    pointer-events: none !important;
    opacity: 0.65;
    transform: translateZ(0); }
  .uxfs .buttonbox.mobile-topstick .fs-readonly {
    transform: none; }
  .uxfs .head-part i {
    display: none; }
  .uxfs .head-part.sortable {
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.2s linear; }
    .uxfs .head-part.sortable:hover {
      background-color: #bbbbbb; }
    .uxfs .head-part.sortable span {
      text-decoration: underline; }
    .uxfs .head-part.sortable i {
      display: inline;
      font-size: 1.1em;
      line-height: 0; }
    .uxfs .head-part.sortable.triactive {
      background-color: #aeaeae; }
      .uxfs .head-part.sortable.triactive i:before {
        margin-left: 0.33em;
        line-height: 0.5;
        transform: rotate(180deg);
        transition: transform 0.2s ease; }
      .uxfs .head-part.sortable.triactive.tri-asc i:before {
        transform: rotate(180deg); }
      .uxfs .head-part.sortable.triactive.tri-desc i:before {
        transform: rotate(0deg); }
    .uxfs .head-part.sortable:not(.triactive) i:before {
      content: none; }
    .uxfs .head-part.sortable.year {
      text-align: left; }
  .uxfs .gadgets {
    text-align: right; }
    .uxfs .gadgets .gadgetform {
      margin: 0;
      text-align: right; }
      .uxfs .gadgets .gadgetform label {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0; }
        .uxfs .gadgets .gadgetform label .custom.checkbox {
          width: 20px;
          height: 20px;
          border-width: 2px;
          background: none;
          transition: border-color 0.3s linear; }
          .uxfs .gadgets .gadgetform label .custom.checkbox.checked:before {
            font-size: 1.65em;
            top: -20%; }
          @media screen and (max-width: 1199px) {
            .uxfs .gadgets .gadgetform label .custom.checkbox {
              width: 18px;
              height: 18px; } }
          @media screen and (max-width: 860px) {
            .uxfs .gadgets .gadgetform label .custom.checkbox {
              width: 16px;
              height: 16px; } }
      .uxfs .gadgets .gadgetform a[class^=icon]:before, .uxfs .gadgets .gadgetform a[class*=" icon-"] {
        color: #ccc;
        margin-right: 0.1em;
        transition: color 0.3s linear; }
      .uxfs .gadgets .gadgetform a {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.65em; }
        .uxfs .gadgets .gadgetform a.is-added {
          opacity: 1;
          pointer-events: none; }
          .uxfs .gadgets .gadgetform a.is-added:hover {
            background-color: #b61b25;
            opacity: 1; }
        .uxfs .gadgets .gadgetform a.item-expend {
          font-size: 1.2em;
          color: #ccc; }
  .uxfs #selebuttons .show-for-selection {
    display: none; }
  .uxfs #selebuttons.selection-made .show-for-selection {
    display: inline-block; }
  .uxfs #selebuttons.selection-made .show-for-list {
    display: none; }
  .uxfs [data-tooltip]:after {
    color: #da202c;
    font-size: 14px;
    border: 2px solid #d4d4d4; }
  .uxfs .mobile-topstick {
    box-shadow: 0 2px 2px rgba(25, 25, 50, 0);
    transition: box-shadow 0.2s linear, opacity 0.4s linear; }
    .uxfs .mobile-topstick.fixed {
      position: fixed;
      top: 0;
      z-index: 92929292;
      box-shadow: 0 4px 4px rgba(25, 25, 50, 0.1); }

.no-touch .result-wrapper:not(.info-open):not(.fs-readonly) .result-row:hover .gadgetform .custom.checkbox {
  border-color: #8c8c8c; }

.no-touch .result-wrapper:not(.info-open):not(.fs-readonly) .result-row:hover .gadgetform a.heart-check:before {
  color: #8c8c8c; }

.lang-elem:after {
  content: '-'; }

.lang-elem:last-child:after {
  content: none; }

/* UXFS Additional info for results */
/* ============================================================================================= */
.uxfs .result-elem-lower {
  background-color: white;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .uxfs .result-elem-lower {
      /*border: 2px solid $bordercolor;*/
      border-top: 0px;
      border: 2px solid #d4d4d4;
      display: block;
      position: relative; } }
  .uxfs .result-elem-lower .result-info {
    display: none;
    margin-top: 0.25em;
    height: 250px; }
    .uxfs .result-elem-lower .result-info.result-detail-info {
      display: block; }
  .uxfs .result-elem-lower .result-info-col {
    margin-bottom: 1.18em; }
    .uxfs .result-elem-lower .result-info-col .info {
      margin-bottom: 1.18em; }
    .uxfs .result-elem-lower .result-info-col:last-of-type {
      margin-bottom: 0px; }
    .uxfs .result-elem-lower .result-info-col p {
      word-wrap: break-word;
      overflow-wrap: break-word;
      margin-bottom: 0; }
    .uxfs .result-elem-lower .result-info-col i:before {
      margin-right: 0.33em; }
  .uxfs .result-elem-lower .separator {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0 2px 4px #ececec;
    padding-top: 0.5em;
    margin-bottom: 1.5em;
    position: relative; }
    .uxfs .result-elem-lower .separator:before {
      position: absolute;
      top: 1px;
      left: 10%;
      display: block;
      width: 1em;
      height: 1em;
      content: '';
      background-color: white;
      border: 1px solid #e1e1e1;
      border-top: 0;
      border-left: 0;
      box-shadow: 2px 2px 4px #ececec;
      transform: rotate(45deg); }
  .uxfs .result-elem-lower .columns {
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 39%; }
    .uxfs .result-elem-lower .columns.w21 {
      width: 21%; }
    .uxfs .result-elem-lower .columns.w45 {
      width: 45%; }
    @media screen and (max-width: 767px) {
      .uxfs .result-elem-lower .columns {
        width: 100%; }
        .uxfs .result-elem-lower .columns.w21, .uxfs .result-elem-lower .columns.w45 {
          width: 100%; } }
  .uxfs .result-elem-lower ul.arrow a, .uxfs .result-elem-lower .font-narrow {
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; }

/* UXFS Result detail */
/* ============================================================================================= */
.uxfs .one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.uxfs .detailpage.lena-table .head-part,
.uxfs .detailpage.lena-table .company,
.uxfs .detailpage.lena-table .profession,
.uxfs .detailpage.lena-table .locality,
.uxfs .detailpage.lena-table .Language,
.uxfs .detailpage.lena-table .year,
.uxfs .detailpage.lena-table .places,
.uxfs .detailpage.lena-table .lastedit {
  cursor: default; }

.uxfs .back-to-search i:before {
  margin-right: 0.5em; }

@media screen and (min-width: 767px) {
  .uxfs .detailpage.lena-table .table-col-1 {
    width: 21%; }
  .uxfs .detailpage.lena-table .table-col-2 {
    width: 24%; }
  .uxfs .detailpage.lena-table .table-col-3 {
    width: 15%; }
  .uxfs .detailpage.lena-table .table-col-4 {
    width: 9%; }
  .uxfs .detailpage.lena-table .table-col-5 {
    width: 10%; }
  .uxfs .detailpage.lena-table .table-col-6 {
    width: 11%; }
  .uxfs .detailpage.lena-table .table-col-7 {
    width: 10%; } }

/* Surveys/Tests (like SIC) */
/* ============================================================================================= */
@media only screen and (min-width: 767px) {
  .boxContent li a:hover {
    color: #da202c; } }

.cont ul.process-steps li:before {
  content: none; }

.cont .process-steps {
  font-size: 1em; }
  .cont .process-steps li {
    position: relative;
    padding: 0;
    margin: 0.25em;
    margin-left: 0;
    display: inline-block;
    float: left;
    pointer-events: none; }
    .cont .process-steps li > * {
      position: relative;
      display: inline-block;
      padding: .5em .8em .5em 2em;
      font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 1em;
      color: #222222;
      background-color: #d4d4d4;
      border-color: #d4d4d4;
      margin-left: 0.01em; }
    .cont .process-steps li:after, .cont .process-steps li > *:after {
      position: absolute;
      top: 0;
      left: 100%;
      content: '';
      height: 0;
      width: 0;
      border: 1.2em solid transparent;
      border-left-style: solid;
      border-right-width: 0;
      border-left-width: 0.95em;
      border-left-color: inherit; }
    .cont .process-steps li:after {
      z-index: 1;
      margin: 0;
      border-left-color: #fff;
      -webkit-transform: translateX(0.24375em);
      -moz-transform: translateX(0.24375em);
      -ms-transform: translateX(0.24375em);
      -o-transform: translateX(0.24375em);
      transform: translateX(0.24375em); }
    @media only screen and (max-width: 767px) {
      .cont .process-steps li:after {
        border-left-color: #ececec; } }
    @media only screen and (min-width: 767px) and (max-width: 1199px) {
      .cont .process-steps li:after {
        margin-left: -0.05em; }
      .cont .process-steps li > * {
        margin-left: 0.05em; } }
    .cont .process-steps li > *:after {
      z-index: 2;
      border-left-color: inherit; }
    .cont .process-steps li:first-of-type > * {
      padding-left: 1em; }
    .cont .process-steps li:last-of-type > * {
      padding-right: 1.25em; }
    @media only screen and (min-width: 481px) {
      .cont .process-steps li:last-of-type:after, .cont .process-steps li:last-of-type > *:after {
        content: none; } }
    .cont .process-steps li.todo > * {
      cursor: default;
      pointer-events: none; }
    .cont .process-steps li.done > * {
      background-color: #26c7fd;
      color: #fff;
      border-color: #26c7fd;
      cursor: default;
      /*pointer-events: none;*/ }
      .cont .process-steps li.done > *:hover {
        background-color: #da202c;
        border-color: #da202c; }
    .cont .process-steps li.now > * {
      background-color: #da202c;
      color: #fff;
      border-color: #da202c;
      cursor: default;
      pointer-events: none; }
  .cont .process-steps .canclick > * {
    cursor: pointer !important;
    pointer-events: all !important;
    /*a {
			pointer-events: auto !important;
		}*/ }
  @media only screen and (max-width: 480px) {
    .cont .process-steps li {
      display: block;
      float: none; }
      .cont .process-steps li > * {
        padding-left: .75em !important;
        width: 100%; }
        .cont .process-steps li > *:after {
          content: none; } }
  .cont .process-steps .step-nr {
    display: none;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-right: 0.75em; }
  @media only screen and (max-width: 480px) {
    .cont .process-steps .step-nr {
      display: inherit; } }

.progress {
  background-color: #ececec;
  border-color: #fff;
  height: 1.85em;
  padding: 0.25em;
  margin-left: -0.25em; }
  .progress .meter {
    display: inline-block;
    position: relative; }

.progress .metervalue {
  position: absolute;
  right: 0;
  display: inline-block;
  color: #fff;
  font-size: 0.86em;
  font-weight: 700;
  padding: 0.333em;
  padding-top: 0.25em; }

.cont .boxContent > div.progress {
  line-height: inherit; }

.infomessage {
  padding: 0.667em 1em;
  background-color: #ececec;
  color: #da202c;
  font-weight: 700; }

.else {
  margin-bottom: 1.5em; }
  .else strong {
    display: inline-block;
    width: 6%;
    min-width: 2em; }
  .else .divider-hr {
    display: inline-block;
    vertical-align: bottom;
    width: 93%;
    min-width: 3em; }
  @media only screen and (max-width: 480px) {
    .else strong {
      width: 7%;
      margin-right: 0.5em; }
    .else .divider-hr {
      width: 84%; } }

.probe label, .probe p.label {
  float: left;
  width: 25%;
  padding-right: 0.8em;
  font-size: 1.125em;
  padding-top: 0.33em;
  font-weight: 700;
  margin: 0;
  text-align: right; }

.probe label.checkradio {
  width: auto; }

.probe .input-wrapper {
  clear: both;
  margin-bottom: 0.75em; }
  .probe .input-wrapper input[type='text'],
  .probe .input-wrapper input[type='password'],
  .probe .input-wrapper input[type='email'],
  .probe .input-wrapper textarea,
  .probe .input-wrapper select {
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.25em;
    width: 64%; }
  .probe .input-wrapper textarea {
    min-height: 160px; }

.probe .custom.checkbox.checked.disabled:before {
  color: #aaa; }

.probe .actions {
  width: 64%;
  margin: 1em 0;
  margin-left: 25%;
  font-size: 1.25em; }
  @media only screen and (max-width: 480px) {
    .probe .actions {
      width: 100%; } }
  .probe .actions .cancel {
    padding: 6px 1.5em 4px 1.5em;
    border: 1px solid #d4d4d4;
    background-color: #ececec;
    margin-top: 0;
    color: #666;
    float: left;
    font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.88em;
    font-weight: normal; }
    .probe .actions .cancel:hover {
      background-color: #d4d4d4; }

.probe .field-validation-error, .probe .field-validation-valid {
  clear: both;
  padding-left: 25%; }

.probe button.round-btn {
  border: 0;
  border-radius: 100%;
  padding: 0.75em;
  width: 2.5em;
  height: 2.5em;
  background-color: #26c7fd; }
  .probe button.round-btn.icn-only {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 0.8;
    transform: scale(1); }
    .probe button.round-btn.icn-only i {
      font-size: 2.5em;
      color: #003040; }
    .probe button.round-btn.icn-only:hover {
      opacity: 1;
      transform: scale(1.1); }

.probe input[type='text'] + button.round-btn, .probe input[type='email'] + button.round-btn {
  margin-left: 0.5em;
  margin-bottom: 0; }

.probe input[type="text"][disabled] {
  color: #222222;
  -webkit-text-fill-color: #222222;
  opacity: 0.75;
  font-family: Inconsolata; }

.probe .checkindent {
  padding-left: 25%; }

.probe label.check-all {
  font-weight: 300; }

.probe .no-margin-left {
  width: 89%; }

.probe .mandatory-field, .probe p.hint {
  clear: both;
  margin-top: 1.18em;
  padding-left: 25%;
  width: 89%; }

@media only screen and (max-width: 767px) {
  .probe .no-margin-left {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .probe label, .probe p.label {
    float: none;
    display: block;
    width: 100%;
    font-size: 1.125em;
    text-align: left;
    padding-bottom: 0.25em; }
  .probe .input-wrapper input[type='text'],
  .probe .input-wrapper input[type='password'],
  .probe .input-wrapper input[type='email'],
  .probe .input-wrapper textarea,
  .probe .input-wrapper select {
    float: none;
    width: 100%; }
  .probe .input-wrapper.shortened input[type='text'],
  .probe .input-wrapper.shortened input[type='password'],
  .probe .input-wrapper.shortened input[type='email'],
  .probe .input-wrapper.shortened textarea,
  .probe .input-wrapper.shortened select {
    width: 80%;
    float: left; }
  .probe p.hint {
    margin: 0;
    width: 100%;
    padding-left: 0; }
  .probe .actions {
    width: 100%;
    margin-left: 0; }
    .probe .actions .cancel {
      padding: 6px 1.5em 4px 1.5em;
      border: 1px solid #d4d4d4;
      border-radius: 4px; }
  .probe .mandatory-field {
    margin-top: 1.18em;
    padding-left: 0;
    width: 100%; }
  .probe .field-validation-error {
    padding-left: 0; }
  .probe .checkboxes, .probe .checkindent {
    padding-left: 0;
    width: 100%; } }

.promoted {
  font-size: 1.5em; }

.personal-code {
  font-family: Inconsolata;
  font-weight: 700;
  color: #da202c; }

.fold-context {
  /*width: 90%;*/ }
  @media only screen and (max-width: 480px) {
    .fold-context {
      width: 90%; } }

.truncate {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.4em;
  /* max-height = line-height (1.4) * lines max number (2) */
  max-height: 2.8em;
  /* fix problem when last visible word doesn't adjoin right side  */
  /*text-align: justify;*/
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
  width: 90%;
  /* avoid to push the "..." to far from the content*/ }
  .truncate:after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0; }

.fold-trigger {
  cursor: pointer; }
  .fold-trigger > p {
    display: inline; }

.cont .fold-trigger.arrow:not(.has-i) {
  padding-left: 0.8em; }
  .cont .fold-trigger.arrow:not(.has-i):before {
    margin-left: -0.6em;
    margin-right: 0.3em;
    /*margin-right: 0.0em;*/ }

.fold-open .fold-trigger.arrow:not(.has-i):before {
  content: '\e760';
  margin-left: -0.7667em;
  margin-right: 0.275em !important;
  /*margin-right: 0.0em !important;*/ }

.cont .fold-trigger.arrow.has-i {
  padding-left: 0.8em; }
  .cont .fold-trigger.arrow.has-i:before {
    content: none; }
  .cont .fold-trigger.arrow.has-i .access-icon-arrow {
    margin-left: -0.75em;
    margin-right: 0.17em; }

.fold-open .fold-trigger.arrow.has-i .access-icon-arrow {
  margin-left: -1em;
  margin-right: 0.175em !important; }
  .fold-open .fold-trigger.arrow.has-i .access-icon-arrow:before {
    content: '\e760'; }

.fold-content {
  padding-left: 1.333em;
  display: none; }

.probe label.disabled {
  color: #a2a2a2; }
  .probe label.disabled:hover {
    color: #a2a2a2 !important; }

.question-matrix {
  display: table;
  margin-top: 1em; }

.question-row {
  display: table-row; }
  .question-row.body-row.missing > div.question-question,
  .question-row.body-row.missing > div.question-answer .custom.radio:before {
    color: #da202c !important; }

.question-head,
.question-answer,
.question-question {
  display: table-cell;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #d4d4d4; }

.question-head {
  vertical-align: bottom;
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900; }

.question-row.head-row {
  opacity: 1;
  transition: opacity 0.4s linear; }
  .question-row.head-row > div {
    transition: box-shadow 0.2s linear, opacity 0.4s linear; }
  .question-row.head-row.fixed {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    background-color: #ececec;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 2px rgba(25, 25, 50, 0.25);
    z-index: 919191919; }
    .question-row.head-row.fixed > div {
      background-color: #ececec;
      padding: 0.25em;
      padding-top: 0.4em;
      border: 0;
      text-align: center;
      width: 3.85em; }
      .question-row.head-row.fixed > div > div {
        display: table;
        height: 100%;
        width: 100%; }
        .question-row.head-row.fixed > div > div > span {
          display: table-cell;
          vertical-align: bottom;
          text-align: center; }
  .question-row.head-row.topstick.faded {
    opacity: 0; }

.question-question {
  padding-left: 0;
  text-align: left;
  line-height: 1.3; }

@media only screen and (max-width: 480px) {
  .question-matrix {
    display: block;
    position: relative; }
  .question-question {
    padding-top: 1.25em;
    border-bottom-color: #fafafa; }
  .question-row.head-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    box-shadow: 0 2px 2px rgba(25, 25, 50, 0);
    transition: box-shadow 0.2s linear, opacity 0.4s linear; }
    .question-row.head-row > div {
      flex-grow: 1;
      flex-basis: auto;
      display: block;
      width: 20%;
      min-height: 3em;
      background-color: #ececec;
      padding: 1em 0.25em !important; }
      .question-row.head-row > div:first-of-type {
        display: none; }
      .question-row.head-row > div > div {
        display: table;
        height: 100%;
        width: 100%; }
        .question-row.head-row > div > div > span {
          display: table-cell;
          vertical-align: bottom;
          text-align: center; }
  .question-row.body-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .question-row.body-row > div.question-answer {
      flex-grow: 1;
      flex-basis: auto;
      width: 20%;
      text-align: center; }
    .question-row.body-row > div.question-question {
      width: 100%; } }

.custom.probe .custom.radio {
  border-color: white;
  width: auto !important;
  height: auto !important;
  padding: 0.5em;
  font-size: 1.333em;
  cursor: pointer;
  position: static;
  top: 0;
  background: none !important; }
  .custom.probe .custom.radio:before {
    display: inline-block !important;
    font-family: 'icn-ux17' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e916';
    color: #d4d4d4;
    transition: color 0.25s linear;
    background: none; }
  .custom.probe .custom.radio:hover:before {
    color: #222222; }
  .custom.probe .custom.radio.checked:before {
    background: none;
    width: auto;
    height: auto;
    color: #222222;
    content: '\e917'; }

.result-matrix {
  margin-top: 1em;
  margin-bottom: 1em; }
  .result-matrix .result-row {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 0.5em; }
    .result-matrix .result-row:first-of-type {
      border-top: 1px solid #d4d4d4; }
  .result-matrix .result-box {
    float: left;
    padding: 0.75em 0.5em 0.25em 0.5em; }
  .result-matrix .result-item {
    padding-left: 0;
    width: 60%; }
    .result-matrix .result-item p {
      font-weight: 700;
      font-size: 1.1em;
      margin-bottom: 0.5em; }
      .result-matrix .result-item p span {
        font-weight: 300;
        color: #222222 !important;
        white-space: nowrap; }
      .result-matrix .result-item p a:hover {
        color: #da202c; }
  .result-matrix .result-result {
    padding-top: 0.75em;
    width: 40%; }
    .result-matrix .result-result .imgbox {
      border: 1px solid #d4d4d4;
      height: 1.25em; }
      .result-matrix .result-result .imgbox img {
        height: 100%;
        width: 100%;
        vertical-align: top; }
    .result-matrix .result-result .result-value {
      text-align: center;
      font-size: 0.9em; }
  .result-matrix .result-info {
    clear: both;
    width: 60%; }
    .result-matrix .result-info .fold-content {
      padding-left: 0.8em; }
  .result-matrix p.fold-trigger {
    margin-bottom: 0.5em; }
  @media only screen and (max-width: 480px) {
    .result-matrix .result-row {
      padding-top: 0.5em; }
    .result-matrix .result-item,
    .result-matrix .result-result,
    .result-matrix .result-info {
      width: 100%; }
    .result-matrix .result-result {
      padding: 0; } }

.no-form-flash {
  -webkit-tap-highlight-color: transparent; }

@media print {
  .cont .process-steps li:after {
    position: static;
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    border: 0 !important;
    transform: translateX(0); }
  .cont .process-steps li:last-of-type:after {
    content: none; }
  .cont .process-steps li > * {
    background: none !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important; }
    .cont .process-steps li > *:after {
      position: static;
      border: none !important;
      content: none; }
  .cont .process-steps li:first-of-type > * {
    padding-left: 0 !important; }
  .cont .process-steps li.todo > * {
    color: black; }
  .cont .process-steps li.done > * {
    color: #26c7fd !important; }
  .cont .process-steps li.now > * {
    color: #da202c !important; }
  .progress .meter {
    border-right: 3px solid black;
    background: none !important; }
  .progress .metervalue {
    padding: 0 0.33em 0 0; }
  .infomessage, .progress {
    background: none;
    border: 1px solid #d4d4d4; }
  a.dark-blue {
    background: none !important; } }

.button-emulation {
  height: 1.5em; }
  .button-emulation ul {
    height: inherit; }
    .button-emulation ul li {
      height: inherit;
      margin: 0px !important; }
      .button-emulation ul li:before {
        display: none !important; }

@media only screen and (min-width: 768px) {
  .button-emulation ul li span {
    display: block;
    float: left;
    height: inherit;
    min-width: 4em;
    background: #00bcff;
    text-align: center;
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding-right: 1em;
    padding-left: 0.5em;
    padding-bottom: 1.6em;
    text-decoration: none;
    color: #fff;
    font-family: "PT Sans Narrow", Arial, sans-serif;
    vertical-align: middle;
    border: 0px;
    cursor: pointer;
    /*margin: 0px;*/ }
    .button-emulation ul li span a {
      color: white !important;
      display: inline-block;
      /*margin-top: 0.25em;*/
      margin-top: 0.07em; }
    .button-emulation ul li span:hover {
      background: #dc1c24; }
      .button-emulation ul li span:hover:after {
        border-left: 10px solid #dc1c24; }
    .button-emulation ul li span:after {
      position: absolute;
      right: 0em;
      content: "";
      border-top: 0.81em solid #ffffff;
      border-bottom: 0.85em solid #ffffff;
      border-left: 0.5em solid #00bcff;
      border-right: 0.2em solid #fff; } }

@media only screen and (max-width: 767px) {
  .button-emulation {
    width: 100%;
    margin-bottom: 3em; }
    .button-emulation ul li span {
      width: 100%;
      background-color: #003040;
      font-size: 1.5em;
      border-radius: 6px;
      margin-bottom: 1.1em;
      padding: 0.50em;
      color: #fff;
      font-family: "PT Sans Narrow", Arial, sans-serif;
      text-align: center; }
      .button-emulation ul li span a {
        color: white;
        font-weight: 300; } }

/* BEX (Berufe-Explorer) */
/* ============================================================================================= */
#content.large-12 {
  padding-right: 0.71em; }

.bex-run #content .cont {
  padding-top: 0;
  min-height: 740px; }

.hintbox {
  padding: 1.333em 1em 0.667em 1em;
  background-color: rgba(236, 236, 236, 0.5);
  margin: 1em 0;
  font-size: 0.85em; }

.multicol-box {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .multicol-box {
      display: block; } }
  .multicol-box > div:not(.flex-divider) {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .multicol-box > div:not(.flex-divider) {
        width: 100%;
        flex-wrap: no-wrap; } }
  .multicol-box div, .multicol-box p {
    padding-right: 2em; }
  .multicol-box .flex-divider {
    width: 1px;
    border-left: 1px solid #d4d4d4; }
    @media only screen and (max-width: 767px) {
      .multicol-box .flex-divider {
        display: none; } }

.bex-navigation {
  background-color: #d4d4d4;
  box-shadow: 0 2px 2px rgba(25, 25, 50, 0);
  margin-left: -1.56em;
  margin-right: -1.56em;
  transition: box-shadow 0.2s linear, opacity 0.4s linear; }
  .bex-navigation ul {
    margin-bottom: 0;
    display: flex;
    align-items: stretch; }
    .bex-navigation ul li {
      margin: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.99);
      display: inline-block;
      max-height: 44px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .bex-navigation ul li {
          width: 33.333%; } }
      .bex-navigation ul li:before {
        content: none; }
      .bex-navigation ul li a {
        display: inline-block;
        padding: 0.66em 1.6em;
        min-width: 8em;
        max-height: 44px;
        color: black;
        font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 1.1em;
        text-align: center;
        background-color: rgba(255, 255, 255, 0);
        border-right: 1px solid rgba(255, 255, 255, 0.99);
        transition: background-color 0.2s linear; }
        .bex-navigation ul li a:hover {
          background-color: rgba(255, 255, 255, 0.4); }
        .bex-navigation ul li a.active {
          font-weight: 700;
          background-color: rgba(255, 255, 255, 0.99); }
        .bex-navigation ul li a i {
          font-size: 1.15em;
          position: absolute; }
          .bex-navigation ul li a i :before {
            margin-right: 0.25em; }
        .bex-navigation ul li a i + span.bex-navname {
          padding-left: 1.333em; }
        .bex-navigation ul li a i[class*=bfields] + span.bex-navname {
          padding-left: 1.5em; }
        @media only screen and (max-width: 767px) {
          .bex-navigation ul li a {
            width: 100%; }
            .bex-navigation ul li a i {
              font-size: 1.25em; }
            .bex-navigation ul li a i + span {
              display: none; }
            .bex-navigation ul li a .bex-badge {
              margin-left: 1.15em; }
              .bex-navigation ul li a .bex-badge.bg-color-domaine {
                margin-left: 1.35em; } }
        @media only screen and (max-width: 767px) {
          .bex-navigation ul li a {
            min-width: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0.66em 0.66em; } }
      @media only screen and (max-width: 767px) {
        .bex-navigation ul li:last-child a {
          border: none; } }
  @media only screen and (max-width: 767px) {
    .bex-navigation {
      margin-left: 0;
      margin-right: 0; }
      .bex-navigation.fixed {
        width: calc(100% + 0.78em); } }

.bex-badge-holder {
  display: inline-block;
  vertical-align: top;
  margin-top: -0.333em;
  margin-left: 0.1em; }

.bex-badge {
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: #da202c;
  display: none;
  transform: scale(0);
  transition: transform 0.5s; }
  .bex-badge span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white;
    font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 0.85em; }
  .bex-badge.has-count {
    display: flex;
    justify-content: center;
    align-content: center;
    transform: scale(1); }
  .bex-badge.inc {
    animation: incWiggle 0.5s; }
  .bex-badge.bg-color-domaine {
    background-color: #59d4fd; }

.bex-wrapper {
  background-color: rgba(2, 47, 62, 0); }
  @media only screen and (max-width: 767px) {
    .bex-wrapper {
      margin-left: -0.71em;
      margin-right: -0.71em; } }
  .bex-wrapper.fullscreen {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: #022f3e;
    z-index: 9999;
    overflow: hidden; }
    .bex-wrapper.fullscreen.bex-wrapper-margin-top {
      margin-top: 2.8em; }

.bex-bex {
  margin-top: 1em;
  margin-bottom: 2em; }

@media only screen and (max-width: 767px) {
  .bex-carousel .bex-foto {
    width: 100%; } }

@media only screen and (min-width: 768px) {
  .bex-carousel .bex-foto {
    margin: 0 auto; } }

.bex-carousel .slick-dots li:before {
  content: none; }

.bex-carousel .slick-track {
  position: relative; }

.bex-carousel .slick-slide {
  outline: none;
  transition: opacity 0.8s, transform 0.8s;
  position: relative; }
  .bex-carousel .slick-slide:not(.slick-center) {
    opacity: 0.7;
    transform: scale(0.9); }
    @media all and (-ms-high-contrast: none) {
      .bex-carousel .slick-slide:not(.slick-center) {
        transform: none; } }
  .bex-carousel .slick-slide.slick-center {
    transform: scale(1); }
  @media only screen and (orientation: portrait), (orientation: landscape) and (max-width: 1199px) {
    .bex-carousel .slick-slide:not(.slick-center) {
      transition: transform 0s;
      transform: scale(0.9); }
    .bex-carousel .slick-slide.slick-center {
      transition: transform 0s;
      transform: scale(1); } }

.bex-carousel .bex-slider-item {
  position: relative; }

.bex-carousel .bex-decision {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.bex-carousel .bex-decision-sign {
  display: inline-block;
  font-family: 'icn-ux17' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 12em; }
  .bex-carousel .bex-decision-sign:before {
    content: '';
    opacity: 0.25; }

.bex-carousel .slick-current.liked .bex-decision-sign:before {
  content: '\e920';
  animation: fadeSign 0.5s; }

.bex-carousel .slick-current.disliked .bex-decision-sign:before {
  content: '\e921';
  animation: fadeSign 0.5s; }

.bex-carousel .slick-center {
  transform: scale(1.075);
  /*&.disliked {
			animation: animDisliked 0.6s ease-out;
			animation-delay: 0.05s;
		}*/ }
  @media all and (-ms-high-contrast: none) {
    .bex-carousel .slick-center {
      transform: none; } }
  .bex-carousel .slick-center.liked {
    animation: animLiked 0.5s ease-out;
    /*animation-delay: 0.10s;*/ }
  .bex-carousel .slick-center.disliked {
    animation: fadeOutLeftBig 0.7s ease-out; }

.fullscreen .bex-bex {
  margin: 0; }

.fullscreen .bex-navigation {
  width: 100% !important;
  margin: 0;
  position: fixed; }

.fullscreen .bex-carousel .slick-slide img.bex-foto {
  object-fit: cover;
  margin: 0 auto; }

.fullscreen .bex-carousel .slick-slide.slick-center {
  transform: scale(1); }

@media only screen and (max-width: 480px) and (orientation: portrait) {
  .fullscreen .bex-carousel .slick-slide:not(.slick-center) {
    transform: scale(1); } }

@media all and (-ms-high-contrast: none) {
  .fullscreen .bex-carousel .slick-slide:not(.slick-center) {
    transform: scale(0.9); } }

.fullscreen .bex-tools {
  position: fixed;
  width: 100%;
  bottom: 4vh; }

.row .bex-wrapper.fullscreen .row {
  margin: 0; }

.bex-tools {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 38;
  margin-top: -1em; }
  .bex-tools .bex-icontool {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    width: 4em;
    border-radius: 50%;
    border: 3px solid #022f3e;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 6px white;
    position: relative;
    z-index: 999;
    transition: color 0.3s; }
    .bex-tools .bex-icontool[class*=slick] {
      height: 3em;
      width: 3em;
      border-width: 2px;
      position: relative;
      z-index: 37; }
      .bex-tools .bex-icontool[class*=slick] i {
        font-size: 1.8em; }
    .bex-tools .bex-icontool.bex-maintool {
      margin: 0 4px; }
    .bex-tools .bex-icontool i {
      font-size: 2em;
      transform: scale(1);
      transition: transform 0.3s; }
    .bex-tools .bex-icontool.is-hovered {
      color: #da202c; }
    .bex-tools .bex-icontool.is-tapped, .bex-tools .bex-icontool.is-clicked {
      animation: fadeRouge 3s linear; }
      .bex-tools .bex-icontool.is-tapped i, .bex-tools .bex-icontool.is-clicked i {
        animation: toolReact 0.6s; }
    .bex-tools .bex-icontool.suspended {
      pointer-events: none; }
  .bex-tools .bex-slick-prev {
    margin-right: -0.7em; }
    .bex-tools .bex-slick-prev i:before {
      margin-right: 0.15em; }
  .bex-tools .bex-slick-next {
    margin-left: -0.7em; }
    .bex-tools .bex-slick-next i:before {
      margin-left: 0.15em; }
  .bex-tools .bex-screentool {
    position: absolute;
    right: 0;
    bottom: 0.2em;
    padding: 0.6777em;
    border-radius: 0.25em;
    cursor: pointer;
    color: #022f3e;
    font-size: 1.25em; }

.fullscreen .bex-tools .bex-screentool {
  color: white;
  right: 1.15em; }
  .fullscreen .bex-tools .bex-screentool i:before {
    content: '\e923'; }

.bex-yourtask + .buttonbox {
  margin: 1.667em 0; }

/*.bex-favorites-button,
.bex-fields-button,
.bex-favorites-txt,
.bex-fields-txt {
    display: none;
}*/
.bex-tightinfo {
  padding: 0 25%; }
  @media only screen and (max-width: 480px) {
    .bex-tightinfo {
      padding: 0; } }

@keyframes toolReact {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(1.4); }
  80% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes fadeRouge {
  0% {
    color: #da202c; }
  50% {
    color: #da202c; }
  100% {
    color: #022f3e; } }

@keyframes animLiked {
  0% {
    transform: translateX(0) translateY(0) scale(1); }
  100% {
    transform: translateX(-10vw) translateY(-70vh) scale(0.2); } }

@keyframes animDisliked {
  0% {
    transform: translateX(0) rotate(0deg) scale(1); }
  100% {
    transform: translateX(-100vw) rotate(-720deg) scale(0.25); } }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@keyframes animDislikedScale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.25); } }

@keyframes fadeSign {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    opacity: 0.25; } }

@keyframes incWiggle {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(1.4); }
  80% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

.bex-fields {
  padding: 1em 0;
  margin-bottom: 1em; }
  @media only screen and (max-width: 319px) {
    .bex-fields.small-block-grid-2 li {
      width: 100%; } }

.cont ul.bex-fields li.bex-field-item {
  margin-bottom: 1.7em;
  margin-left: 0; }
  .cont ul.bex-fields li.bex-field-item:before {
    content: none; }

li.bex-field-item {
  height: 12em;
  text-align: center;
  cursor: pointer; }
  li.bex-field-item .bex-field-title {
    color: #26c7fd; }
  li.bex-field-item.is-hovered .bex-field-graph {
    transform: scale(1.15); }
  li.bex-field-item.is-hovered .bex-field-circle {
    opacity: 1; }
  li.bex-field-item.is-hovered .bex-field-title {
    color: #da202c; }
  li.bex-field-item svg {
    display: block;
    height: 100%;
    width: 100%; }
    li.bex-field-item svg .cls-1 {
      stroke: white;
      stroke-width: 1; }

.bex-field-circle {
  background-color: #d4d4d4;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  border-radius: 50%;
  opacity: 0.8;
  position: relative;
  transition: opacity 0.5s; }
  .bex-field-circle .bex-badge {
    position: absolute;
    right: 0.75em;
    bottom: 0.75em;
    font-size: 1.1em; }
  @media only screen and (min-width: 320px) and (max-width: 360px) {
    .bex-field-circle {
      width: 8em;
      height: 8em; } }

.bex-my-fields .bex-field-circle {
  background-color: #59d4fd; }

.bex-field-graph {
  height: 100%;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: transform 0.5s ease; }
  .bex-field-graph img {
    width: 100%; }

.bex-wrapper + div + div div.buttonbox.buttonback {
  margin-top: 1.25em;
  margin-bottom: 1.0em; }

.bex-fieldpics {
  margin-top: 1.5em; }

.bex-field-item.bex-field-detail .bex-field-circle {
  width: 11em;
  height: 11em; }

.cont ul.bex-fieldpics li.bex-fieldpics-item {
  margin-left: 0; }
  .cont ul.bex-fieldpics li.bex-fieldpics-item:before {
    content: none; }

.bex-fieldpics-item {
  text-align: center; }
  .bex-fieldpics-item.is-liked .bex-likethis i:before {
    content: '\e924'; }
  .bex-fieldpics-item .imgarea {
    position: relative;
    display: inline-block; }
    .bex-fieldpics-item .imgarea .clickarea {
      position: absolute;
      display: inline-block;
      bottom: 0;
      right: 00;
      padding: 1em 1.333em;
      cursor: pointer; }
      .bex-fieldpics-item .imgarea .clickarea:hover .bex-likethis {
        transform: scale(1.2); }
  @media all and (-ms-high-contrast: none) {
    .bex-fieldpics-item {
      /* IE10 only */
      /* IE11 only */ }
      .bex-fieldpics-item .imgarea {
        display: block; }
      .bex-fieldpics-item *::-ms-backdrop, .bex-fieldpics-item .imgarea {
        display: block; } }

.bex-likethis {
  color: white;
  font-size: 3em;
  opacity: 1;
  text-shadow: 0 0 9px rgba(2, 47, 62, 0.5);
  transform: scale(1);
  transition: transform 0.3s ease; }

.buttonbox + p {
  margin-top: 1em; }

.float-context h2, .float-context h3, .float-context h4 {
  clear: none; }

.float-context .left {
  margin-right: 1em; }

.float-context .right {
  margin-left: 1em; }

.float-context > h2 {
  margin-top: 1.25em; }

@media only screen and (max-width: 767px) {
  .float-context .left, .float-context .right {
    float: none; }
  .float-context > h2 {
    margin-top: 0.33em; } }

[v-cloak] > * {
  display: none; }

.fade-enter-active, .fade-leave-active {
  transition: opacity 200ms; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.fade1s-enter-active, .fade1s-leave-active {
  transition: opacity 1s; }

.fade1s-enter, .fade1s-leave-to {
  opacity: 0; }

.fadedelay1s-enter-active, .fadedelay1s-leave-active {
  transition: opacity 1s;
  transition-delay: 1s; }

.fadedelay1s-enter, .fadedelay1s-leave-to {
  opacity: 0; }

.fadedelay03s-enter-active, .fadedelay03s-leave-active {
  transition: opacity 0.3s;
  transition-delay: 0.3s; }

.fadedelay03s-enter, .fadedelay03s-leave-to {
  opacity: 0; }

.slide-enter-active {
  animation: slide-in 200ms ease-out forwards; }

.slide-leave-active {
  animation: slide-out 200ms ease-out forwards; }

@keyframes slide-in {
  from {
    transform: translateY(-30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-out {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(-30px);
    opacity: 0; } }

/* global classes  */
/* ============================================================================================= */
/* reusable classes across the application */
/* ============================================================================================= */
.display-none-important {
  display: none !important; }

.border-bottom-0-important {
  border-bottom: 0px !important; }

.border-0 {
  border: 0px; }

.border-0-important {
  border: 0px !important; }

.border-top-0-important {
  border-top: 0px !important; }

.z-index-inherit {
  z-index: inherit; }

.z-index-inherit-important {
  z-index: inherit !important; }

.margin-top-0-important {
  margin-top: 0px !important; }

.margin-top-0 {
  margin-top: 0px; }

.padding-top-5 {
  padding-top: 5px; }

.box-shadow-none-important {
  box-shadow: none !important; }

.display-none {
  display: none; }

.bold {
  font-weight: 700; }

.background-color-white {
  background-color: white; }

.background-color-grey {
  background-color: #ececec; }

.width-300-px {
  width: 300px; }

.width-percent-100 {
  width: 100%; }

.text-align-center {
  text-align: center; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.z-index-1 {
  z-index: 1; }

.padding-top-25 {
  padding-top: 25px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.nofloat {
  float: none !important; }

.text-left {
  text-align: left !important; }

.no-margin-left {
  margin-left: 0 !important; }

.display-block-important {
  display: block !important; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.right-unset-important {
  /*right: unset !important;*/
  right: auto !important; }

.pointer-events-none {
  pointer-events: none; }

/* 
	td stands for Tablet Desktop 
	thas is is only enabled on tablet and desktop
*/
@media only screen and (min-width: 768px) {
  .width-33-percent-td {
    width: 33% !important; } }

@media only screen and (min-width: 768px) {
  .padding-left-33-percent-td {
    padding-left: 33% !important; } }

@media only screen and (min-width: 768px) {
  .width-57-percent-td {
    width: 57% !important; } }

@media only screen and (min-width: 768px) {
  .margin-left-3-em-td {
    margin-left: 3em !important; } }

.color-black {
  color: black !important; }

.notransition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.sr-only.custom-show-for-small {
  display: inherit !important; }

@media only screen and (max-width: 767px) {
  .sr-only.custom-show-for-small {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal; } }

.ux17 .avis2022.techcrumbs {
  margin-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    .ux17 .avis2022.techcrumbs {
      margin-bottom: 0; } }

.home .ux17 .avis2022.techcrumbs {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .home .ux17 .techcrumbs .header-tip,
  .ux17 .techcrumbs .header-tip {
    position: static;
    padding: 0.5em 0.5em 0.5em 1em; } }

.avis-maintenance {
  display: flex;
  justify-content: space-between;
  background-color: white;
  box-shadow: 2px 2px 0 0 #da202c;
  opacity: 1;
  transition: opacity 0.2s linear; }
  .avis-maintenance.fading {
    opacity: 0; }

.redtag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.25em;
  background-color: #da202c; }
  .redtag i {
    font-size: 1.25em;
    color: white; }

.message {
  flex-grow: 1;
  padding: 0.25em 1.5em 0.25em 0.5em;
  font-size: 0.85em;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    .message {
      padding-right: 0.75em; } }

.message-closer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5em; }
  .message-closer i {
    font-size: 1.25em; }

.web-sondage {
  display: flex;
  justify-content: space-between;
  background-color: white;
  box-shadow: 2px 2px 0 0 #26c7fd;
  opacity: 1;
  transition: opacity 0.2s linear; }
  .web-sondage.fading {
    opacity: 0; }

.blautag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.25em;
  background-color: #26c7fd; }
  .blautag i {
    font-size: 1.25em;
    color: white; }

.bigmenu-teaserbox {
  width: 100%;
  padding-right: 1.75em;
  position: relative; }
  .bigmenu-teaserbox h2.teaser-title, .bigmenu-teaserbox p.teaser-byline {
    margin: 0; }
  .bigmenu-teaserbox h2.teaser-title {
    font-size: 1.3em !important;
    margin-bottom: 0.125em !important; }
  .bigmenu-teaserbox p.teaser-byline {
    margin-bottom: 0.25em; }
  .bigmenu-teaserbox > picture {
    display: block;
    overflow: hidden; }
  .bigmenu-teaserbox img.teaser-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s ease;
    transform: scale(1); }
  .bigmenu-teaserbox .likealink {
    color: #0090C4 !important;
    font-weight: 700 !important; }
    .bigmenu-teaserbox .likealink:hover {
      color: #da202c !important; }
  .bigmenu-teaserbox span.img-title {
    display: block;
    text-align: center; }

.relbase {
  position: relative; }
  .relbase .coverall {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .relbase:hover > .likealink {
    color: #da202c !important; }
  .relbase:hover img.teaser-img {
    transform: scale(1.066); }

.ux17_nav-mobile .mob-teaser-cont {
  display: flex;
  flex-direction: column; }

.ux17_nav-mobile .teaser-byline {
  color: #003040;
  font-size: 0.85em;
  margin-top: 0.25em; }

.sitemap ul li a, .sitemap ul li span {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 8px 10px 6px 0px;
  /*margin-right: 9px;*/ }
  .sitemap ul li a .font-small, .sitemap ul li span .font-small {
    font-size: 0.8em;
    font-style: italic; }

#container .shortlinks {
  float: none;
  display: block;
  font-size: 0.8em;
  justify-content: space-between;
  gap: 0.75em;
  padding-left: calc(20% + 0.71em);
  width: calc(80% + 0.5em); }
  #container .shortlinks .title {
    font-weight: 700; }
  #container .shortlinks ul {
    list-style-type: none;
    margin-bottom: 1.0em; }
    #container .shortlinks ul li a {
      font-weight: normal; }

iao-alert.sdbb-iao-alert[mode='dark'] {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.94em;
  color: #003040; }

iao-alert.sdbb-iao-alert[type='notification'][mode='dark'] {
  background-color: #c4dfe8; }

.ux-notification {
  background-color: #c4dfe8;
  border-radius: .375em;
  position: absolute;
  display: none;
  left: 0;
  padding: 1.75em 2.5em 1.75em 1.5em;
  min-width: 50ch;
  font-size: 0.94em;
  line-height: 1.3;
  z-index: 99888; }
  @media only screen and (max-width: 767px) {
    .ux-notification {
      min-width: unset;
      width: calc(100vw - 1.42em + 1px);
      left: -1px; } }
  .ux-notification .close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    cursor: default;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    background-color: rgba(10, 10, 10, 0.2);
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0; }
    .ux-notification .close:before, .ux-notification .close:after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      content: "";
      background-color: #fff;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .ux-notification .close:before {
      height: 2px;
      width: 50%; }
    .ux-notification .close:after {
      width: 2px;
      height: 50%; }

.ux-notification-base {
  position: relative; }
  .ux-notification-base.ux-notification-align-right .ux-notification {
    right: 0;
    left: unset; }
    @media only screen and (max-width: 767px) {
      .ux-notification-base.ux-notification-align-right .ux-notification {
        right: -1px; } }

.custom-button-small + .ux-notification-ontop {
  bottom: 100%; }

.fs-compare24 .fs-main #functions {
  display: flex;
  justify-content: space-between;
  align-items: start; }
  .fs-compare24 .fs-main #functions .btn:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  @media screen and (max-width: 767px) {
    .fs-compare24 .fs-main #functions .btn {
      padding: 0.28em 0.5em 0.25em 0.4em; }
      .fs-compare24 .fs-main #functions .btn:first-child {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; } }
  .fs-compare24 .fs-main #functions #view,
  .fs-compare24 .fs-main #functions #sort-jump,
  .fs-compare24 .fs-main #functions #result-actions {
    width: unset;
    display: unset; }
  .fs-compare24 .fs-main #functions .btn {
    width: auto;
    float: none; }
  .fs-compare24 .fs-main #functions #view {
    display: flex;
    align-items: start; }
  .fs-compare24 .fs-main #functions .functions .wrapper {
    display: flex;
    height: unset;
    border-radius: 4px; }
    .fs-compare24 .fs-main #functions .functions .wrapper > * {
      float: none;
      min-width: unset;
      max-width: unset;
      padding: 0;
      text-align: unset; }
      .fs-compare24 .fs-main #functions .functions .wrapper > *:first-child {
        border-top-left-radius: 2.75px;
        border-bottom-left-radius: 2.75px; }
      .fs-compare24 .fs-main #functions .functions .wrapper > * .custom-tooltip {
        left: -70%; }
    @media screen and (max-width: 767px) {
      .fs-compare24 .fs-main #functions .functions .wrapper #print {
        display: none; } }
    .fs-compare24 .fs-main #functions .functions .wrapper #print > a {
      display: block;
      padding: 0.25em 0.5em;
      background: transparent linear-gradient(to bottom, #fff 0%, #f3f3f3 100%) repeat scroll 0 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      @media screen and (max-width: 767px) {
        .fs-compare24 .fs-main #functions .functions .wrapper #print > a {
          border-top-left-radius: 2.75px;
          border-bottom-left-radius: 2.75px; } }
    .fs-compare24 .fs-main #functions .functions .wrapper .multibtn {
      display: flex;
      background-image: none;
      border-left: 1px solid #d4d4d4; }
      @media screen and (max-width: 767px) {
        .fs-compare24 .fs-main #functions .functions .wrapper .multibtn:first-of-type {
          border-left: none; } }
      .fs-compare24 .fs-main #functions .functions .wrapper .multibtn > * {
        display: unset;
        float: none;
        min-width: unset;
        max-width: unset;
        padding: 0.25em;
        background: transparent linear-gradient(to bottom, #fff 0%, #f3f3f3 100%) repeat scroll 0 0; }
        .fs-compare24 .fs-main #functions .functions .wrapper .multibtn > *:first-child {
          padding-left: 0.6em; }
      .fs-compare24 .fs-main #functions .functions .wrapper .multibtn .delete {
        border-color: #d4d4d4; }
        .fs-compare24 .fs-main #functions .functions .wrapper .multibtn .delete .custom-tooltip {
          left: -130%; }
      @media screen and (max-width: 767px) {
        .fs-compare24 .fs-main #functions .functions .wrapper .multibtn#compare {
          border-left: none; }
        .fs-compare24 .fs-main #functions .functions .wrapper .multibtn .comparer.basket {
          border-top-left-radius: 2.75px;
          border-bottom-left-radius: 2.75px; } }
      .fs-compare24 .fs-main #functions .functions .wrapper .multibtn .basket:not(.comparer) + * + .delete {
        border-top-right-radius: 3.75px;
        border-bottom-right-radius: 3.75px; }
        @media screen and (max-width: 767px) {
          .fs-compare24 .fs-main #functions .functions .wrapper .multibtn .basket:not(.comparer) + * + .delete {
            border-top-right-radius: 2.75px;
            border-bottom-right-radius: 2.75px; } }
  .fs-compare24 .fs-main #functions .functions .clearfix:before, .fs-compare24 .fs-main #functions .functions .clear:before, .fs-compare24 .fs-main #functions .functions .clearfix:after, .fs-compare24 .fs-main #functions .functions .clear:after, .fs-compare24 .fs-main #functions .functions #filter-wrapper:after, .fs-compare24 .fs-main #functions .functions .result .detail:after, .fs-compare24 .fs-main .result #functions .functions .detail:after, .fs-compare24 .fs-main #functions .functions #sidebar .sidebarbox .save-search form:after, .fs-compare24 .fs-main #sidebar .sidebarbox .save-search #functions .functions form:after, .fs-compare24 .fs-main #functions .functions form.custom .radio_toggle_box_content:after, form.custom .fs-compare24 .fs-main #functions .functions .radio_toggle_box_content:after, .fs-compare24 .fs-main #functions .functions .uxfs .searchpanel .radio_toggle_box_content:after, .uxfs .searchpanel .fs-compare24 .fs-main #functions .functions .radio_toggle_box_content:after {
    display: unset;
    content: none; }
  .fs-compare24 .fs-main #functions .columns {
    float: none; }

.fs-compare24 .fs-main .row::before, .fs-compare24 .fs-main .row::after {
  content: none;
  display: unset; }

.fs-compare24 .result .add-info {
  display: unset; }

@media screen and (max-width: 767px) {
  .fs-compare24 .result .detail dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    gap: 0.71em / 2;
    margin: 0; }
    .fs-compare24 .result .detail dl dt, .fs-compare24 .result .detail dl dd {
      float: none;
      margin: 0;
      width: 100%; } }

.fs-compare24 .multibtn .delete {
  border-left: none; }

.fs-compare24 .functions .wrapper > * {
  border-right: none; }

.fs-compare24 .functions .disabled {
  opacity: 1; }
  .fs-compare24 .functions .disabled i {
    opacity: 0.25; }

.fs-compare24 .add-info a[class^="icon"]::before, .fs-compare24 a[class*=" icon-"] {
  margin-right: 0.15em; }

.fs-compare24 a.ux17_icon-compare.compare-chosen:before {
  color: #0090C4;
  content: '\e92b'; }

.fs-compare24 a.ux17_icon-compare.compare-chosen:hover:before {
  color: #da202c; }

.compare-layer {
  display: none;
  position: absolute;
  inset: 1em 0 0 0;
  background: #ececec;
  z-index: 1200; }
  @media screen and (max-width: 767px) {
    .compare-layer {
      inset: 50px 0 0 0;
      height: 100dvh;
      width: 100dvw; } }
  .compare-layer > header,
  .compare-layer > main {
    width: max-content;
    max-width: 100dvw;
    margin-inline: auto; }
    @media screen and (max-width: 767px) {
      .compare-layer > header,
      .compare-layer > main {
        width: auto; } }
  .compare-layer > header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70.35em;
    height: 4em;
    overflow: clip;
    padding: 0.375em 0 0 0.71em;
    border-bottom: 1px solid #d4d4d4; }
    @media screen and (max-width: 767px) {
      .compare-layer > header {
        width: auto;
        padding-left: 0; } }
  .compare-layer > main {
    padding-top: 0; }
  .compare-layer h1 {
    font-size: 1.85em;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .compare-layer h1 {
        padding-left: 0.525em; } }
  .compare-layer .compare-closer {
    cursor: pointer;
    font-size: 2em;
    padding: 0.25em; }
    .compare-layer .compare-closer:hover {
      color: #da202c; }
  .compare-layer .compare-grid {
    display: grid;
    gap: 0.15em;
    max-width: 100%;
    overflow-x: auto;
    height: calc(100dvh - 5em);
    overflow-y: auto;
    scrollbar-gutter: stable; }
    .compare-layer .compare-grid .compare-segment {
      background-color: #f4f4f4;
      display: grid;
      gap: 0.25em;
      row-gap: 1px;
      grid-template-columns: repeat(var(--compare-count), 18rem);
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .compare-layer .compare-grid .compare-segment {
          grid-template-columns: repeat(calc(var(--compare-count) - 1), 18rem); } }
      .compare-layer .compare-grid .compare-segment header.compare-item h2 {
        line-height: 1.2;
        margin-block: 0.4em; }
      .compare-layer .compare-grid .compare-segment header.compare-item p {
        margin-bottom: 0; }
        .compare-layer .compare-grid .compare-segment header.compare-item p.ref {
          font-weight: bold; }
      .compare-layer .compare-grid .compare-segment header.compare-item .lead {
        font-size: 1.33em;
        hyphens: auto;
        width: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 12;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: -webkit-line-clamp 0.6s ease 0.15s; }
      .compare-layer .compare-grid .compare-segment header.compare-item .small {
        font-size: 1.4em; }
      .compare-layer .compare-grid .compare-segment .compare-header {
        padding: 0.71em;
        font-size: 0.9em; }
        .compare-layer .compare-grid .compare-segment .compare-header .compare-item-title {
          margin-top: 0;
          text-align: right; }
          .compare-layer .compare-grid .compare-segment .compare-header .compare-item-titleh3 {
            font-size: 1.0em; }
          .compare-layer .compare-grid .compare-segment .compare-header .compare-item-titleh4 {
            font-size: 0.9em; }
        @media screen and (max-width: 767px) {
          .compare-layer .compare-grid .compare-segment .compare-header {
            display: none; } }
      .compare-layer .compare-grid .compare-segment .compare-item {
        background-color: white;
        padding: 0.71em; }
        @media screen and (max-width: 767px) {
          .compare-layer .compare-grid .compare-segment .compare-item {
            padding-left: 0.4em; } }
        .compare-layer .compare-grid .compare-segment .compare-item:not(header) {
          font-size: 0.9em; }
        .compare-layer .compare-grid .compare-segment .compare-item:has(.compare-item-img) {
          padding: 0; }
        .compare-layer .compare-grid .compare-segment .compare-item h3.compare-item-title {
          display: none; }
          @media screen and (max-width: 767px) {
            .compare-layer .compare-grid .compare-segment .compare-item h3.compare-item-title {
              display: block; } }
        .compare-layer .compare-grid .compare-segment .compare-item h4 {
          margin-top: 0; }
        .compare-layer .compare-grid .compare-segment .compare-item h5.red {
          color: #da202c; }
        .compare-layer .compare-grid .compare-segment .compare-item p {
          line-height: 1.3;
          margin-bottom: 0.4em; }
        .compare-layer .compare-grid .compare-segment .compare-item ul {
          margin-left: 1.25em;
          line-height: 1.3; }
          .compare-layer .compare-grid .compare-segment .compare-item ul li {
            margin-bottom: 0.33em; }
            .compare-layer .compare-grid .compare-segment .compare-item ul li::marker {
              color: #da202c; }
        .compare-layer .compare-grid .compare-segment .compare-item .lead {
          font-size: 1.33em;
          hyphens: auto;
          width: auto; }
        .compare-layer .compare-grid .compare-segment .compare-item .compare-item-img {
          aspect-ratio: 16/9;
          object-fit: cover; }
        .compare-layer .compare-grid .compare-segment .compare-item dl {
          font-size: 0.85em;
          line-height: 1.4; }
          .compare-layer .compare-grid .compare-segment .compare-item dl dt {
            margin: 0; }
          .compare-layer .compare-grid .compare-segment .compare-item dl dd {
            padding-left: 1em; }
      .compare-layer .compare-grid .compare-segment:has(.compare-subsegment) {
        display: block; }
      .compare-layer .compare-grid .compare-segment .compare-subsegment {
        display: grid;
        gap: 0.25em;
        grid-template-columns: repeat(var(--compare-count), 18rem); }
        @media screen and (max-width: 767px) {
          .compare-layer .compare-grid .compare-segment .compare-subsegment {
            grid-template-columns: repeat(calc(var(--compare-count) - 1), 18rem); } }
      .compare-layer .compare-grid .compare-segment.compare-sticky {
        position: sticky;
        top: 0;
        transition: box-shadow 0.3s linear; }
        .compare-layer .compare-grid .compare-segment.compare-sticky .compare-item h2 {
          transition: margin 0.3s ease, line-height 0.3s ease; }
        .compare-layer .compare-grid .compare-segment.compare-sticky.stick {
          box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5); }
          .compare-layer .compare-grid .compare-segment.compare-sticky.stick .compare-item h2 {
            margin-top: -0.15em;
            margin-bottom: 0.25em;
            line-height: 1.1; }
          .compare-layer .compare-grid .compare-segment.compare-sticky.stick .compare-item .lead {
            -webkit-line-clamp: 3; }
  .compare-layer .compare-tools {
    display: flex;
    justify-content: end;
    align-items: center; }
    .compare-layer .compare-tools > a:last-child:before {
      margin-right: 0; }
    .compare-layer .compare-tools a[class^="icon"]::before, .compare-layer .compare-tools a[class*=" icon-"] {
      color: unset; }
  .compare-layer.slided {
    transform: translateX(100%);
    transition: transform 0.5s ease; }

/* @ M E D I A   I N C L U D E S * /
/* ============================================================================================= */
/* ============================================================================================= */
/* max 1199  */
/* ============================================================================================= */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body:not(.iframelightbox) {
    font-size: 0.875em; }
  a[class^=icon]:before,
  a[class*=" icon-"] {
    margin-right: 0.5em; }
  .bg-wrapper {
    height: 137px; }
  .home #main-content {
    padding-left: inherit; }
  .panel-lightblue {
    min-height: 10.5em; }
  .media i:before {
    top: 6px;
    left: 12px; }
  .media i.icon-play:before {
    top: 8px;
    left: 9px; }
  #header-tip {
    margin-top: -0.925em; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 860px) {
  body:not(.iframelightbox) {
    font-size: 0.8em; }
  .bg-wrapper {
    height: 126px; }
  .panel-lightblue {
    min-height: 12em; }
  #header-tip {
    margin-top: -0.7em; } }

/* max 767  */
/* ============================================================================================= */
@media only screen and (max-width: 767px) {
  #logo-mobile {
    height: 2em; }
  .logo_text {
    position: static;
    line-height: normal;
    padding-left: 64px;
    font-size: 1.7em;
    margin-top: 0.125em;
    margin-bottom: 0.3em; }
  .logo_text > span, .logo_text > span > span {
    display: inline; }
  img#mainnav {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px; } }

/* TEMP Sandro zum Verteilen in andere Dateien ! */
/* ============================================================================================= */
/* TEMP Thomas zum Verteilen in andere Dateien ! */
/* ============================================================================================= */
div.sf_smiley {
  background-size: 95% !important; }
  div.sf_smiley .ui-slider-horizontal {
    background-size: contain; }

/* TESTWEB INFO */
/* ============================================================================================= */
.testweb {
  font-family: "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .testweb.columns {
    padding-right: 0; }
  .testweb .info {
    line-height: 1.2em; }
    .testweb .info label {
      display: inline-block;
      float: left;
      width: 25%;
      padding-left: 1.5em;
      font-size: 1.05em;
      font-weight: 700;
      margin-bottom: .33em;
      cursor: default;
      clear: both; }
    .testweb .info span {
      float: left;
      display: inline-block;
      width: 74%;
      margin-bottom: .33em; }
    .testweb .info h3 {
      clear: both;
      padding-top: 1em;
      margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .testweb .info label {
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0; }
  .testweb .info span {
    width: 100%;
    padding-left: 1.5em;
    margin-bottom: 0.5em; } }

/* @ P R I N T   I N C L U D E * /
/* ============================================================================================= */
/* ============================================================================================= */
/* @print only  */
/* ============================================================================================= */
@media print {
  #header-right,
  #techcrumbs,
  #breadcrumb,
  #subnav,
  .sticky-nav,
  #top-functions,
  #cover-img-wrap,
  #footer .row,
  #footer .row .col-2-5,
  .aside-landing-box-shdw {
    display: none; }
  #footer {
    border-top: none; }
    #footer .row#bottom {
      border-top: 1px solid #d4d4d4;
      display: block; }
  a[href]:after {
    content: none; }
  #logo {
    width: 44mm;
    height: 130px;
    float: left; }
  h2.logo_text {
    margin-top: 0.25em;
    top: 0;
    left: 0.33em;
    font-size: 18pt; }
    h2.logo_text span {
      color: #fefefe !important;
      print-color-adjust: exact !important;
      margin-bottom: 0.1em; }
  #logo img {
    margin-top: -32%; }
  #main-content.columns {
    padding-left: 0;
    padding-right: 0; }
  #roof-top {
    border: 4px solid #d4d4d4;
    padding-left: 1.25em;
    padding-bottom: 1.5em; }
  .columns.large-9 {
    width: 75%; }
  .columns.large-3 {
    width: 25%; }
  #content .cont {
    border: none;
    padding-bottom: 1em;
    orphans: 3;
    widows: 3; }
    #content .cont .toggleWrapper > .toggleBox, #content .cont .toggleWrapper .toggleWrapper {
      border: none; }
    #content .cont h2 {
      color: #da202c !important; }
  #content .tabs .tab-content,
  .toggleWrapper .boxContent {
    display: block !important;
    border-bottom: none; }
  .toggleBox {
    border: none; }
    .toggleBox .boxTitle {
      border: none; }
      .toggleBox .boxTitle:before {
        content: none !important; }
  #content .tabs .menu {
    display: none; }
  #sidebar .toggleBox,
  #sidebar .toggleBox.open,
  .sidebarbox {
    border: 1px solid #d4d4d4; }
    #sidebar .toggleBox .boxTitle,
    #sidebar .toggleBox.open .boxTitle,
    .sidebarbox .boxTitle {
      border-right: none; }
  .panel .labelbox {
    margin-top: 0.5em;
    margin-bottom: 0; }
  .panel.teaser h3 {
    font-size: 16pt; }
  .cont .toggleBox .boxTitle:after {
    content: none;
    clear: none; }
  body,
  #container,
  .btn,
  .custom-button,
  .active > .defaultbutton.custom-button {
    background: transparent !important; }
  .uxfs {
    /* absolute for normal device*/ }
    .uxfs .show-for-sd {
      display: none; }
    .uxfs .position-absolute-for-nd {
      position: absolute !important; }
    .uxfs .display-table-cell {
      word-break: break-all;
      -ms-word-break: break-all; }
    .uxfs .lena-table .table-col-1 {
      width: 17%; }
    .uxfs .lena-table .table-col-2 {
      width: 23%; }
    .uxfs .lena-table .table-col-3 {
      width: 12%; }
    .uxfs .lena-table .table-col-4 {
      width: 9%; }
    .uxfs .lena-table .table-col-5 {
      width: 10%; }
    .uxfs .lena-table .table-col-6 {
      width: 14%; }
    .uxfs .lena-table .table-col-7 {
      width: 15%; } }

@media print {
  #cover-text {
    padding-left: 0;
    margin-top: 0;
    width: 60%; }
  h1 {
    font-size: 2.85em; }
  p.lead {
    font-size: 1.66em !important; }
  .dashboard #main-content, .landing #main-content {
    border-top: 1px solid #d4d4d4;
    padding-top: 2em; }
    .dashboard #main-content #roof-top, .landing #main-content #roof-top {
      padding-left: 0;
      border: none; }
    .dashboard #main-content .big-quote, .dashboard #main-content .big, .landing #main-content .big-quote, .landing #main-content .big {
      line-height: 1em; }
    .dashboard #main-content .field-wrapper .field, .landing #main-content .field-wrapper .field {
      border: none;
      border-top: 1px solid #d4d4d4; }
    .dashboard #main-content .field-wrapper .columns.topcont, .landing #main-content .field-wrapper .columns.topcont {
      padding-left: 0;
      width: 66.667%; }
      .dashboard #main-content .field-wrapper .columns.topcont + .large-3.columns, .landing #main-content .field-wrapper .columns.topcont + .large-3.columns {
        width: 33.33%; } }

@media print {
  .dashboard .site-title .dropdown_widgets,
  .dashboard .field-top {
    display: none; }
  .dashboard .col-4-5 {
    width: 75%; }
  .dashboard .col-1-5 {
    width: 25%; }
  .dashboard #main-content {
    border-top: 0;
    padding-top: 0; }
    .dashboard #main-content .user-content .columns.topcont {
      width: 100%; }
  .dashboard .entry-wrapper .entries .entry div.move,
  .dashboard .entry-wrapper .entries .entry-actions {
    display: none; }
  .dashboard .info-content,
  .dashboard .user-content {
    height: auto !important; } }

@media print {
  div.search,
  #maps .toggleBox {
    display: none; }
  #maps .toggleBox.open {
    display: block; }
  .fs-top h2,
  .fs-top h2 span {
    color: #da202c !important;
    font-size: 22pt; }
    .fs-top h2 + h2 + p,
    .fs-top h2 span + h2 + p {
      display: none; }
  .fs-main .field-wrapper .field {
    display: block !important; }
  .fs-main p.cat {
    color: #999 !important;
    font-size: 14pt !important; }
  .fs-main a.fs-go-top {
    display: none; }
  .fs-main .result {
    border: 1px solid #d4d4d4; }
    .fs-main .result a.location {
      display: none; }
    .fs-main .result form.custom .custom.checkbox {
      border-color: black;
      width: 12px;
      height: 12px; }
    .fs-main .result .detail {
      border-top-color: #e8e8e8; }
      .fs-main .result .detail p.eDoc {
        font-size: 9pt !important; }
  .fs-main #view {
    width: 33.33%; }
  .fs-main #functions {
    margin-top: 0; }
    .fs-main #functions .btn {
      border: none; }
  #filter-wrapper,
  #functions .btn *,
  #result-actions,
  .filters a.unset-all-filter,
  .filters .divider-hr,
  .filter-set p.hint,
  div.save-search,
  a#fs-action,
  .toggleWrapper#maps,
  .annexbox .centerchild {
    display: none !important; }
  table.gss-results, table.gss-results tr, table.gss-results td {
    border: 1px solid #ccc; } }

@media print {
  #cboxOverlay {
    background: white !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    height: 10000px !important; }
  .cboxIframe {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border: 0; }
  #colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 10000px !important; }
  #colorbox {
    top: 0 !important;
    left: 0 !important;
    background: white !important; }
    #colorbox #cboxClose {
      display: none !important; }
  .iframelightbox #container {
    background: white; } }

@media print {
  .home #main-content > .row:not(#cover) {
    margin-left: -0.25em;
    margin-right: -0.25em; }
    .home #main-content > .row:not(#cover) .columns {
      padding-left: 0.25em;
      padding-right: 0.25em; }
  .home #cover {
    height: 18em; }
  .home .large-6 {
    width: 50%; }
  .home .large-3 {
    width: 25%; }
  .home strong.big-number {
    line-height: 1em;
    font-size: 3.6em !important;
    color: #da202c !important; }
    .home strong.big-number + h3 {
      margin-top: 0.2em !important; }
  .home .teaser {
    overflow: hidden;
    margin-bottom: 1em; }
    .home .teaser img {
      max-height: 100px; }
    .home .teaser.search_find {
      overflow: hidden; }
      .home .teaser.search_find .slide .inner-panel {
        width: 34%; }
        .home .teaser.search_find .slide .inner-panel .link-center {
          width: 34%; }
  .home .rsNav.rsBullets {
    display: none; } }

/* Print Chrome no left padding JIRA: BBCH-136 */
@media print {
  @page {
    size: 210mm 297mm;
    margin: 12mm 10mm 12mm 12mm; } }

/* Print Schriftgrössen in Chrome JIRA: BBCH-191 */
@media print {
  body,
  #content ul li,
  #content p {
    font-size: 11pt;
    line-height: 1.33em; } }

/* Print Logo JIRA: BBCH-133 */
/* Print Button JIRA: BBCH-139 */
@media print {
  .fs-main #aSearchPaging.more-info {
    color: #000 !important; } }

@media print and (-webkit-min-device-pixel-ratio: 0) {
  #logo h2.logo_text span {
    -webkit-print-color-adjust: exact !important;
    color: #ffffff !important; } }

@media print and (-webkit-min-device-pixel-ratio: 1.5), print and (min-resolution: 144dpi) {
  form.custom .custom.radio {
    background: url("/Content/Internet/img/layout/radio_bullets@2x.png") no-repeat -22px 0px;
    background-size: auto 94%; } }

@media print {
  .ux17 #header {
    height: 100px; }
    .ux17 #header #logo .logo_text {
      top: 0; }
    .ux17 #header #logo .bg-wrapper {
      background: none; }
  .ux17 #footer .ux17_footermain {
    background: transparent !important;
    padding-left: 0; } }

@media only print {
  .bex-badge span,
  .bex-likethis i,
  .ux-button i {
    color: white !important; }
  .bex-navigation.topstick.fixed {
    position: static !important; }
  .bex-wrapper + h2 {
    margin-top: 1em; }
  .large-block-grid-2 .bex-fieldpics-item {
    width: calc(50% - 1em);
    float: left;
    margin-right: 1em;
    margin-top: 1em; }
  .large-block-grid-4 .bex-field-item {
    width: calc(25% - 1em);
    float: left;
    margin-right: 1em;
    margin-top: 1em; }
  .bex-foto {
    width: 100%; }
  .bex-navigation ul li a.active {
    background-color: #fafafa; } }


