/*! dnb-zdb - v1.9.0 - ]init[ AG - 2022-06-09 */


@import url(../fonts/opensans/opensans-woff.css);
@import url(../fonts/opensans/opensans-woff2.css);
/*
 * $target-fs = target font-size [int]
 * $context   = context font-size[int] || default = $fs-base;
*/
html {
  height: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  color: #3c3737;
}

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

body {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 100%;
  background: #fff;
  font-size: 14px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.js-nouislider {
  padding-right: 32px;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 11px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 36px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #fff;
  border: 1px solid #e9e6e6;
}

.noUi-connect {
  background: #000;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 0;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  background: #c40f74;
  width: 16px;
  height: 13px;
}
.noUi-handle.noUi-handle-upper {
  left: 16px;
}
.noUi-handle.noUi-handle-lower:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #c40f74 transparent;
}
.noUi-handle.noUi-handle-upper:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #c40f74 transparent;
}

/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #767676;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  height: 11px;
  top: 0;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
  display: none;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 1px;
  height: 9px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 22px;
  top: -6px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 1px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

.ms-choice {
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
  width: 100%;
}

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 5px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
  width: 100%;
  text-align: left;
  font-size: 1em;
}

.ms-choice > div {
  border-bottom: 0 !important;
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #e9e6e6;
  border-radius: 0;
  font-size: 0.92857em;
}
@media (min-width: 0px) and (max-width: 480px) {
  .ms-drop {
    position: relative;
  }
}
.ms-drop .checkbox-wrapper {
  float: left;
  width: 13%;
}
.ms-drop .label-checkbox {
  float: left;
  width: 87%;
}

.ms-drop.bottom {
  top: 100%;
}

.ms-drop.top {
  bottom: 100%;
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 15px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

.ms-search input {
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  color: #c40f74;
}

.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.ms-drop > ul {
  background: #f4f1f1;
}

.ms-drop ul {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}
.ms-drop ul > li.disabled {
  display: none !important;
}

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-drop ul > li.group {
  clear: both;
}

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
}

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
}

li.selected > label {
  font-weight: bold !important;
}

.ms-drop ul > li label.optgroup {
  font-weight: normal;
}

.ms-drop input[type="checkbox"] {
  vertical-align: middle;
}

.ms-drop .ms-no-results {
  display: none;
  padding: 10px 15px;
}

.ms-drop label {
  background: #f4f1f1;
  padding: 0 15px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}
.ms-drop .group {
  position: relative;
}
.ms-drop .group > label {
  background: #e9e6e6;
  padding: 10px 15px 10px 30px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid white;
}
.ms-drop .group input {
  position: absolute;
  top: 14px;
  left: 10px;
}
.ms-drop li.js-hidden {
  display: none !important;
}

.ms-drop label {
  margin: 2px 0;
}

.ms-drop label.optgroup {
  margin: 0 !important;
}

.ms-drop .js-open label.optgroup {
  margin-bottom: 15px !important;
}

.ms-parent .icon-pfeil_unten {
  position: relative;
  line-height: 36px;
  right: 0;
  margin-right: 0;
  float: right;
  padding-right: 0;
}

.ms-drop.js-showAll li.last:not(.js-hidden) {
  margin-bottom: 15px;
}

/* iCheck plugin Square skin
----------------------------------- */
.label-checkbox {
  padding-left: 5px;
}

.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(square.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square {
  background-position: 0 0;
}

.icheckbox_square.hover {
  background-position: -24px 0;
}

.icheckbox_square.checked {
  background-position: -48px 0;
}

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square.checked.disabled {
  background-position: -96px 0;
}

.iradio_square {
  background-position: -120px 0;
}

.iradio_square.hover {
  background-position: -144px 0;
}

.iradio_square.checked {
  background-position: -168px 0;
}

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square,
  .iradio_square {
    background-image: url(square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* red */
.icheckbox_square-red,
.iradio_square-red {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(red.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-red {
  background-position: 0 0;
}

.icheckbox_square-red.hover {
  background-position: -24px 0;
}

.icheckbox_square-red.checked {
  background-position: -48px 0;
}

.icheckbox_square-red.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-red.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-red {
  background-position: -120px 0;
}

.iradio_square-red.hover {
  background-position: -144px 0;
}

.iradio_square-red.checked {
  background-position: -168px 0;
}

.iradio_square-red.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-red.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-red,
  .iradio_square-red {
    background-image: url(red@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* green */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(green.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-green {
  background-position: -120px 0;
}

.iradio_square-green.hover {
  background-position: -144px 0;
}

.iradio_square-green.checked {
  background-position: -168px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* blue */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-blue {
  background-position: 0 0;
}

.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-blue {
  background-position: -120px 0;
}

.iradio_square-blue.hover {
  background-position: -144px 0;
}

.iradio_square-blue.checked {
  background-position: -168px 0;
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* aero */
.icheckbox_square-aero,
.iradio_square-aero {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(aero.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-aero {
  background-position: 0 0;
}

.icheckbox_square-aero.hover {
  background-position: -24px 0;
}

.icheckbox_square-aero.checked {
  background-position: -48px 0;
}

.icheckbox_square-aero.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-aero.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-aero {
  background-position: -120px 0;
}

.iradio_square-aero.hover {
  background-position: -144px 0;
}

.iradio_square-aero.checked {
  background-position: -168px 0;
}

.iradio_square-aero.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-aero.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-aero,
  .iradio_square-aero {
    background-image: url(aero@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* grey */
.icheckbox_square-grey,
.iradio_square-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(grey.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-grey {
  background-position: 0 0;
}

.icheckbox_square-grey.hover {
  background-position: -24px 0;
}

.icheckbox_square-grey.checked {
  background-position: -48px 0;
}

.icheckbox_square-grey.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-grey.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-grey {
  background-position: -120px 0;
}

.iradio_square-grey.hover {
  background-position: -144px 0;
}

.iradio_square-grey.checked {
  background-position: -168px 0;
}

.iradio_square-grey.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-grey.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-grey,
  .iradio_square-grey {
    background-image: url(grey@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* orange */
.icheckbox_square-orange,
.iradio_square-orange {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(orange.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-orange {
  background-position: 0 0;
}

.icheckbox_square-orange.hover {
  background-position: -24px 0;
}

.icheckbox_square-orange.checked {
  background-position: -48px 0;
}

.icheckbox_square-orange.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-orange.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-orange {
  background-position: -120px 0;
}

.iradio_square-orange.hover {
  background-position: -144px 0;
}

.iradio_square-orange.checked {
  background-position: -168px 0;
}

.iradio_square-orange.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-orange.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-orange,
  .iradio_square-orange {
    background-image: url(orange@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* yellow */
.icheckbox_square-yellow,
.iradio_square-yellow {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(yellow.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-yellow {
  background-position: 0 0;
}

.icheckbox_square-yellow.hover {
  background-position: -24px 0;
}

.icheckbox_square-yellow.checked {
  background-position: -48px 0;
}

.icheckbox_square-yellow.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-yellow.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-yellow {
  background-position: -120px 0;
}

.iradio_square-yellow.hover {
  background-position: -144px 0;
}

.iradio_square-yellow.checked {
  background-position: -168px 0;
}

.iradio_square-yellow.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-yellow.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-yellow,
  .iradio_square-yellow {
    background-image: url(yellow@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* pink */
.icheckbox_square-pink,
.iradio_square-pink {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(pink.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-pink {
  background-position: 0 0;
}

.icheckbox_square-pink.hover {
  background-position: -24px 0;
}

.icheckbox_square-pink.checked {
  background-position: -48px 0;
}

.icheckbox_square-pink.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-pink.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-pink {
  background-position: -120px 0;
}

.iradio_square-pink.hover {
  background-position: -144px 0;
}

.iradio_square-pink.checked {
  background-position: -168px 0;
}

.iradio_square-pink.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-pink.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-pink,
  .iradio_square-pink {
    background-image: url(pink@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* purple */
.icheckbox_square-purple,
.iradio_square-purple {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(purple.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-purple {
  background-position: 0 0;
}

.icheckbox_square-purple.hover {
  background-position: -24px 0;
}

.icheckbox_square-purple.checked {
  background-position: -48px 0;
}

.icheckbox_square-purple.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-purple.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-purple {
  background-position: -120px 0;
}

.iradio_square-purple.hover {
  background-position: -144px 0;
}

.iradio_square-purple.checked {
  background-position: -168px 0;
}

.iradio_square-purple.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-purple.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-purple,
  .iradio_square-purple {
    background-image: url(purple@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid #7e7878;
  cursor: pointer;
  position: relative;
}
.icheckbox_square.checked:after,
.iradio_square.checked:after {
  content: "\2713";
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  left: 2px;
  line-height: 14px;
  display: block;
  pointer-events: none;
}
.icheckbox_square.disabled:after,
.iradio_square.disabled:after {
  opacity: 0.5;
  cursor: default;
}

.iradio_square {
  border-radius: 8px;
}
.iradio_square.checked:after {
  font-size: 0.8em;
}

/* HiDPI support */
/* init-custom
----------------------------------- */
.table-results-actionBar .icheckbox_square {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.icheckbox_square {
  position: relative;
  display: inline-table;
  vertical-align: top;
  margin-top: 2px;
}

.icheckbox_square + .label-checkbox {
  display: inline-block;
  white-space: normal;
}

.ui-autocomplete {
  width: 100%;
  border-radius: 0;
}

.ui-autocomplete-input {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-autocomplete-query {
  font-weight: normal;
}

.ui-autocomplete-list.ui-widget-content {
  background: #e8e5e5;
  padding: 25px 17px 22px;
  border: 0;
}

.ui-autocomplete-panel {
  margin-left: -2px;
  border: 0;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
  padding: 0;
  font-size: 0.92857em;
  margin-top: 3px;
}
.ui-autocomplete-panel .ui-autocomplete-list-item:first-child {
  margin-top: 0;
}

.ui-autocomplete-panel.ui-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: inherit;
  text-shadow: none;
}

.ui-inputfield,
.ui-inputfield.ui-state-focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-widget {
  font-family: 'Open Sans';
}

.ui-widget-content {
  color: inherit;
}

.ui-autocomplete-item.ui-autocomplete-list-item.ui-state-highlight {
  text-decoration: underline;
  background: none;
  text-shadow: none;
  color: inherit;
}

/* ZDB style */
#scrollUp {
  bottom: 20px;
  right: 20px;
  background-color: #555;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  text-decoration: none;
  opacity: .9;
  padding: 10px 20px;
  -webkit-transition: background 200ms linear;
  -moz-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
  background-color: #000;
}

@media (min-width: 0px) and (max-width: 480px) {
  #scrollUp {
    display: none !important;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: -5px;
  background: none;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

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

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../../images/bxslider/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

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

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

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

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

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../../images/bxslider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../../images/bxslider/controls.png") no-repeat -43px -32px;
}

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

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

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

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

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

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../../images/bxslider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

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

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../../images/bxslider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

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

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

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  z-index: 99999999;
  left: 50px;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.right,
.h__right {
  float: right;
}

.left,
.h__left {
  float: left;
}

.h-margin-right--smallest {
  margin-right: 5px;
}

.h-mb {
  margin-bottom: 15px;
}

.h-bg--lightest {
  background: white;
}

.h-bg-box--default {
  background: #f5f2f2;
}

.h__as-table, .m__sortBy, .c__actionbar {
  display: table;
}

.h__as-table-cell, .h__as-table-cell--full, .h__as-table-cell--valigned, .m__sortBy .sortBy-label, .m__sortBy .sortBy-select, .c__actionbar .actionitem {
  display: table-cell;
}

.h__as-table-cell--full {
  width: 100%;
}

.h__as-table-cell--valigned, .m__sortBy .sortBy-label, .m__sortBy .sortBy-select, .c__actionbar .actionitem {
  vertical-align: middle;
}

.h__block {
  display: block;
}

.h__no-text-decoration {
  text-decoration: none !important;
}

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

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

.h__txt-highlight {
  color: #c40f74 !important;
}

.h__font-bold {
  font-weight: bold;
}

.accessibility, h1, .h1 {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.clearfix, .add-logo, .togglebox .js-toggle-content label, .cf, .container-full--bg-lighter, #zdb-biblist .zdb-biblist-inner, .facetbox-header, .facetbox-content, .layout-sidebar .m__timeline--small .btn-submit, .watchlist, .row {
  /**
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    contenteditable attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
.clearfix:before, .add-logo:before, .togglebox .js-toggle-content label:before, .clearfix:after, .add-logo:after, .togglebox .js-toggle-content label:after, .cf:before, .container-full--bg-lighter:before, #zdb-biblist .zdb-biblist-inner:before, .facetbox-header:before, .facetbox-content:before, .layout-sidebar .m__timeline--small .btn-submit:before, .cf:after, .container-full--bg-lighter:after, #zdb-biblist .zdb-biblist-inner:after, .facetbox-header:after, .facetbox-content:after, .layout-sidebar .m__timeline--small .btn-submit:after, .watchlist:before, .watchlist:after, .row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, .add-logo:after, .togglebox .js-toggle-content label:after, .cf:after, .container-full--bg-lighter:after, #zdb-biblist .zdb-biblist-inner:after, .facetbox-header:after, .facetbox-content:after, .layout-sidebar .m__timeline--small .btn-submit:after, .watchlist:after, .row:after {
  clear: both;
}
.clearfix, .add-logo, .togglebox .js-toggle-content label, .cf, .container-full--bg-lighter, #zdb-biblist .zdb-biblist-inner, .facetbox-header, .facetbox-content, .layout-sidebar .m__timeline--small .btn-submit, .watchlist, .row {
  *zoom: 1;
}

.hide, .js-hide {
  display: none;
}

.col {
  position: relative;
}

.colstart-2 {
  margin-left: 6.35532%;
}

.colstart-3 {
  margin-left: 12.71064%;
}

.colstart-4 {
  margin-left: 19.06596%;
}

.colstart-5, .hero-compact .colstart-2 {
  margin-left: 25.42127%;
}

.colstart-6 {
  margin-left: 31.77659%;
}

.colstart-7 {
  margin-left: 38.13191%;
}

.colstart-8 {
  margin-left: 44.48723%;
}

.colstart-9 {
  margin-left: 50.84255%;
}

.colstart-10 {
  margin-left: 57.19787%;
}

.colstart-11 {
  margin-left: 63.55319%;
}

.colstart-12 {
  margin-left: 69.9085%;
}

.col.col-last {
  float: right;
  margin-right: 0;
}

.colspan-1 {
  width: 4.67022%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-2 {
  width: 11.02554%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-3 {
  width: 17.38086%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-4 {
  width: 23.73618%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-5 {
  width: 30.0915%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-6 {
  width: 36.44681%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-7 {
  width: 42.80213%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-8 {
  width: 49.15745%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-9 {
  width: 55.51277%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-10 {
  width: 61.86809%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-11 {
  width: 68.22341%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-12 {
  width: 74.57873%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-13 {
  width: 80.93404%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-14 {
  width: 87.28936%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-15 {
  width: 93.64468%;
  float: left;
  margin-right: 1.6851%;
}

.colspan-16 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.colspan-1--no-gutters {
  width: 4.67022%;
  float: left;
}

.colspan-2--no-gutters {
  width: 11.02554%;
  float: left;
}

.colspan-3--no-gutters {
  width: 17.38086%;
  float: left;
}

.colspan-4--no-gutters {
  width: 23.73618%;
  float: left;
}

.colspan-5--no-gutters {
  width: 30.0915%;
  float: left;
}

.colspan-6--no-gutters {
  width: 36.44681%;
  float: left;
}

.colspan-7--no-gutters {
  width: 42.80213%;
  float: left;
}

.colspan-8--no-gutters {
  width: 49.15745%;
  float: left;
}

.colspan-9--no-gutters {
  width: 55.51277%;
  float: left;
}

.colspan-10--no-gutters {
  width: 61.86809%;
  float: left;
}

.colspan-11--no-gutters {
  width: 68.22341%;
  float: left;
}

.colspan-12--no-gutters {
  width: 74.57873%;
  float: left;
}

.colspan-13--no-gutters {
  width: 80.93404%;
  float: left;
}

.colspan-14--no-gutters {
  width: 87.28936%;
  float: left;
}

.colspan-15--no-gutters {
  width: 93.64468%;
  float: left;
}

.colspan-16--no-gutters {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.colspan-1--wide {
  width: 6.35532%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-2--wide {
  width: 12.71064%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-3--wide {
  width: 19.06596%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-4--wide {
  width: 25.42127%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-5--wide {
  width: 31.77659%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-6--wide {
  width: 38.13191%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-7--wide {
  width: 44.48723%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-8--wide {
  width: 50.84255%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-9--wide {
  width: 57.19787%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-10--wide {
  width: 63.55319%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-11--wide {
  width: 69.9085%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-12--wide {
  width: 76.26382%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-13--wide {
  width: 82.61914%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-14--wide {
  width: 88.97446%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-15--wide {
  width: 95.32978%;
  float: left;
  margin-right: 1.65717%;
}

.colspan-16--wide {
  width: 101.6851%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.colspan-1--wide--no-gutters {
  width: 6.35532%;
  float: left;
}

.colspan-2--wide--no-gutters {
  width: 12.71064%;
  float: left;
}

.colspan-3--wide--no-gutters {
  width: 19.06596%;
  float: left;
}

.colspan-4--wide--no-gutters {
  width: 25.42127%;
  float: left;
}

.colspan-5--wide--no-gutters {
  width: 31.77659%;
  float: left;
}

.colspan-6--wide--no-gutters {
  width: 38.13191%;
  float: left;
}

.colspan-7--wide--no-gutters, .hero-compact .colspan-9--wide--no-gutters {
  width: 44.48723%;
  float: left;
}

.colspan-8--wide--no-gutters {
  width: 50.84255%;
  float: left;
}

.colspan-9--wide--no-gutters {
  width: 57.19787%;
  float: left;
}

.colspan-10--wide--no-gutters {
  width: 63.55319%;
  float: left;
}

.colspan-11--wide--no-gutters {
  width: 69.9085%;
  float: left;
}

.colspan-12--wide--no-gutters {
  width: 76.26382%;
  float: left;
}

.colspan-13--wide--no-gutters {
  width: 82.61914%;
  float: left;
}

.colspan-14--wide--no-gutters {
  width: 88.97446%;
  float: left;
}

.colspan-15--wide--no-gutters {
  width: 95.32978%;
  float: left;
}

.colspan-16--wide--no-gutters {
  width: 101.6851%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.colspan-1--wider {
  width: 8.04042%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-2--wider {
  width: 14.39573%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-3--wider {
  width: 20.75105%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-4--wider {
  width: 27.10637%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-5--wider {
  width: 33.46169%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-6--wider {
  width: 39.81701%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-7--wider {
  width: 46.17233%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-8--wider {
  width: 52.52765%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-9--wider {
  width: 58.88296%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-10--wider {
  width: 65.23828%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-11--wider {
  width: 71.5936%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-12--wider {
  width: 77.94892%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-13--wider {
  width: 84.30424%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-14--wider {
  width: 90.65956%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-15--wider {
  width: 97.01488%;
  float: left;
  margin-right: 1.63016%;
}

.colspan-16--wider {
  width: 103.37019%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.colspan-1--wider--no-gutters {
  width: 8.04042%;
  float: left;
}

.colspan-2--wider--no-gutters {
  width: 14.39573%;
  float: left;
}

.colspan-3--wider--no-gutters {
  width: 20.75105%;
  float: left;
}

.colspan-4--wider--no-gutters {
  width: 27.10637%;
  float: left;
}

.colspan-5--wider--no-gutters {
  width: 33.46169%;
  float: left;
}

.colspan-6--wider--no-gutters {
  width: 39.81701%;
  float: left;
}

.colspan-7--wider--no-gutters {
  width: 46.17233%;
  float: left;
}

.colspan-8--wider--no-gutters {
  width: 52.52765%;
  float: left;
}

.colspan-9--wider--no-gutters {
  width: 58.88296%;
  float: left;
}

.colspan-10--wider--no-gutters {
  width: 65.23828%;
  float: left;
}

.colspan-11--wider--no-gutters {
  width: 71.5936%;
  float: left;
}

.colspan-12--wider--no-gutters {
  width: 77.94892%;
  float: left;
}

.colspan-13--wider--no-gutters {
  width: 84.30424%;
  float: left;
}

.colspan-14--wider--no-gutters {
  width: 90.65956%;
  float: left;
}

.colspan-15--wider--no-gutters {
  width: 97.01488%;
  float: left;
}

.colspan-16--wider--no-gutters {
  width: 103.37019%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.grid-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.grid-container:after {
  content: " ";
  display: block;
  clear: both;
}

#page {
  position: relative;
  min-height: 100%;
  padding-bottom: 110px;
  overflow-x: hidden;
}
body.frontpage #page {
  background: #f5f2f2;
  padding-bottom: 420px;
}
@media (min-width: 0px) and (max-width: 480px) {
  #page {
    padding-bottom: 0;
  }
  body.frontpage #page {
    padding-bottom: 520px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  body.frontpage #page {
    padding-bottom: 500px;
  }
}

.layout-container, .search-hero-wrapper > .inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
}
.layout-container:after, .search-hero-wrapper > .inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-container, .search-hero-wrapper > .inner {
    padding: 0 0.8em;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-container, .search-hero-wrapper > .inner {
    padding: 0 0.5em;
  }
}

.container-search-hero {
  margin-bottom: 0px;
}

.container-full--bg-lighter {
  margin-bottom: 20px;
}

#page {
  position: relative;
  min-height: 100%;
  padding-bottom: 110px;
  overflow-x: hidden;
}
body.frontpage #page {
  background: #f5f2f2;
  padding-bottom: 420px;
}
@media (min-width: 0px) and (max-width: 480px) {
  #page {
    padding-bottom: 0;
  }
  body.frontpage #page {
    padding-bottom: 520px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  body.frontpage #page {
    padding-bottom: 500px;
  }
}

.layout-sidebar {
  width: 23.73618%;
  float: left;
  margin-right: 1.6851%;
}
.layout-sidebar.js-toggle-content {
  display: block;
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-sidebar {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .layout-sidebar.js-toggle-content {
    display: none;
  }
  .layout-sidebar.js-toggle-content.js-toggle-content--open {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-sidebar {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .layout-sidebar.js-toggle-content {
    display: none;
  }
  .layout-sidebar.js-toggle-content.js-toggle-content--open {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .layout-sidebar {
    width: 23.73618%;
    float: left;
    margin-right: 1.6851%;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .layout-sidebar {
    width: 23.73618%;
    float: left;
    margin-right: 1.6851%;
  }
}
.layout-sidebar fieldset {
  border: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.layout-sidebar fieldset h4 {
  margin: 0;
}
.layout-sidebar fieldset h4 a:focus {
  margin-bottom: 2px;
}

@media (min-width: 0px) and (max-width: 480px) {
  #sidebar-headline {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  #sidebar-headline {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .filter-breadcrumb-inside {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .filter-breadcrumb-inside {
    display: none;
  }
}

.filter-breadcrumb-outside {
  display: none;
  margin: 25px 10px 20px 10px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .filter-breadcrumb-outside {
    display: block;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .filter-breadcrumb-outside {
    display: block;
  }
}

.layout-content {
  width: 74.57873%;
  float: right;
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-content {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .layout-content {
    width: 74.57873%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .layout-content {
    width: 74.57873%;
    float: right;
    margin-right: 0;
  }
}

/**
 * for modern browsers
 * 1. the space content is one way to avoid an opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. the use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.row:after {
  clear: both;
}

/**
 * for ie 6/7 only
 * include this rule to trigger haslayout and contain floats.
 */
.row {
  *zoom: 1;
}

.row {
  width: 100%;
  position: relative;
}

.layout-heroContent {
  background: #f5f2f2;
  padding: 40px 0;
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-heroContent {
    margin-bottom: 0;
    padding: 40px 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-heroContent {
    margin-bottom: 0;
    padding: 40px 10px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .layout-heroContent {
    margin-bottom: 0;
    padding: 40px 10px;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .layout-heroContent {
    margin-bottom: 0;
    padding: 40px 20px;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-2 {
    width: 34%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-2 {
    width: 34%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-2 {
    width: 34%;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 15px;
    margin-top: 40px;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .search-hero.search-hero--start.grid-container .col.colspan-2 {
    width: 34%;
  }
}
.layout-heroContent.hero-compact .col.colspan-12--no-gutters.colstart-2 > span {
  overflow: hidden;
  display: block;
  height: 81px;
}
.layout-heroContent.hero-compact .colspan-3 {
  margin-left: -1px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-heroContent.hero-compact .col.colspan-12--no-gutters.colstart-2,
  .layout-heroContent.hero-compact .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .layout-heroContent.hero-compact .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .layout-heroContent.hero-compact .col.colspan-2 {
    width: 34%;
  }
  .layout-heroContent.hero-compact .col.colspan-14--wide--no-gutters.colstart-2 {
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-heroContent.hero-compact .col.colspan-12--no-gutters.colstart-2,
  .layout-heroContent.hero-compact .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .layout-heroContent.hero-compact .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .layout-heroContent.hero-compact .col.colspan-2 {
    width: 34%;
  }
  .layout-heroContent.hero-compact .col.colspan-14--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .layout-heroContent.hero-compact .col.colspan-12--no-gutters.colstart-2,
  .layout-heroContent.hero-compact .col.colspan-9--wide--no-gutters.colstart-2 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .layout-heroContent.hero-compact .col.colspan-3 {
    width: 60%;
    float: left;
    margin-right: 1.6851%;
    margin-left: 2%;
  }
  .layout-heroContent.hero-compact .col.colspan-2 {
    width: 34%;
  }
  .layout-heroContent.hero-compact .col.colspan-14--wide--no-gutters.colstart-2 {
    width: 96%;
    margin: 0 auto;
    padding: 0 2%;
  }
}

.layout-sidebar .l__solidbox {
  background: #e9e6e6;
  padding: 12px 15px;
}

.layout-es.colspan-12--no-gutters {
  padding: 30px 10px;
  float: none;
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-es.colspan-12--no-gutters {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-es.colspan-12--no-gutters {
    width: 100%;
    margin-left: 0;
    padding: 30px 0 0 0;
  }
}

.print-only {
  display: none;
}

.innerPopup > svg {
  width: 100%;
  height: 100%;
}

@media print {
  .layout-heroContent.hero-compact,
  .js-toggle-trigger,
  #mainnav,
  #header,
  .download,
  .footer,
  .col-searchButton,
  .table-results-actionBar {
    display: none !important;
  }

  .layout-es.colspan-12--no-gutters {
    padding: 0;
  }

  .col-result-title .print-only {
    font-size: 1.14286em;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
  }

  .print-only {
    display: block;
  }

  .headerExport {
    padding: 5px 20px;
  }

  #page {
    padding: 0;
  }

  #homelink {
    height: auto;
  }

  .layout-content {
    float: none;
    width: 100%;
  }

  .preview .colstart-5, .preview .hero-compact .colstart-2, .hero-compact .preview .colstart-2 {
    margin: 0;
  }

  .history-timeline {
    height: auto !important;
  }

  .history-and-timeline {
    width: 100% !important;
  }
  .history-and-timeline .history-chart {
    width: 100% !important;
  }

  .history-container {
    width: 600px !important;
    height: 600px !important;
  }

  .network-chart-all-container {
    width: 600px !important;
    height: 600px !important;
  }

  .network-chart-container {
    /*width: 879px !important;
    height: 600px !important;*/
    width: 100% !important;
    height: 100% !important;
  }

  .network-chart-inner {
    /*width: 100% !important;*/
    background-color: transparent;
    height: 100% !important;
    padding-top: 66.66% !important;
    /* defines aspect ratio */
    position: relative !important;
  }

  #networkchart {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  #mainForm\\:tabView\\:titlerelationsTab {
    display: inline;
  }

  .titleSource {
    font-size: smaller;
    display: block !important;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 99999999;
  }

  .shortTitle {
    display: block !important;
  }

  .no-print, .no-print * {
    display: none !important;
  }
}
body.print-preview #mainnav,
body.print-preview #header,
body.print-preview #scrollUp,
body.print-preview #titleHeaderLabel,
body.print-preview #maintenanceMsg,
body.print-preview .devInfo,
body.print-preview .history-chart-error,
body.print-preview .network-chart-error,
body.print-preview .download,
body.print-preview .btn-fullScreen,
body.print-preview .col-searchButton,
body.print-preview .zoomContainer,
body.print-preview .btn-addRemoveFromWatchlist,
body.print-preview .js-toggle-trigger,
body.print-preview .layout-sidebar,
body.print-preview .ui-tabs-nav,
body.print-preview .m__sortBy,
body.print-preview .m__pagination,
body.print-preview .table-results-actionBar,
body.print-preview .layout-heroContent.hero-compact,
body.print-preview .footer,
body.print-preview .history-timeline .slider-container,
body.print-preview .history-timeline .group-year,
body.print-preview .layout-container .c__actionbar,
body.print-preview .col-result-title .result-title,
body.print-preview .col-result-title .result-details,
body.print-preview .col-result-toggle-order,
body.print-preview button.more-relations,
body.print-preview h2.accessibility,
body.print-preview .btn-closeFullScreen,
body.print-preview button.less-relations {
  display: none !important;
}
body.print-preview .layout-es.colspan-12--no-gutters {
  padding: 0;
}
body.print-preview .col-result-title .print-only {
  font-size: 1.14286em;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
body.print-preview .print-only {
  display: block;
}
body.print-preview .headerExport {
  padding: 5px 20px;
}
body.print-preview #page {
  padding: 0;
}
body.print-preview #homelink {
  height: auto;
}
body.print-preview .layout-content {
  float: none;
  width: 100%;
}
body.print-preview .preview .colstart-5, body.print-preview .preview .hero-compact .colstart-2, .hero-compact body.print-preview .preview .colstart-2 {
  margin: 0;
}
body.print-preview .history-timeline {
  height: auto !important;
}
body.print-preview .history-and-timeline {
  width: 100% !important;
}
body.print-preview .history-and-timeline .history-chart {
  width: 100% !important;
}
body.print-preview .history-container {
  width: 600px !important;
  height: 600px !important;
}
body.print-preview .network-chart-all-container {
  width: 600px !important;
  height: 600px !important;
}
body.print-preview .network-chart-container {
  width: 100% !important;
  height: 100% !important;
}
body.print-preview .network-chart-inner {
  /*width: 100% !important;*/
  background-color: transparent;
  height: 100% !important;
  padding-top: 66.66% !important;
  /* defines aspect ratio */
  position: relative !important;
}
body.print-preview #networkchart {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
body.print-preview #mainForm\\:tabView\\:titlerelationsTab {
  display: inline;
}
body.print-preview .btn-closePrintPreview {
  display: block !important;
}
body.print-preview .titleSource {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 99999999;
}
body.print-preview .shortTitle {
  display: block !important;
}
body.print-preview .btn-closePrintPreview-history, body.print-preview .btn-closePrintPreview-relations {
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: none;
  width: 30px;
  height: 30px;
  background-color: #e9e6e6;
  overflow: hidden;
  border: 1px solid #e9e6e6;
  position: absolute;
  right: 1px;
  top: 1px;
}
body.print-preview .btn-closePrintPreview-history:before, body.print-preview .btn-closePrintPreview-relations:before {
  content: "x";
}
body.print-preview .btn-closePrintPreview-history:hover, body.print-preview .btn-closePrintPreview-relations:hover {
  stroke: #000000;
}

.erlaeuterung {
  font-style: italic;
  top: 20px;
  position: absolute;
}

/* IE10+ CSS styles go here */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ms-choice {
    display: inline-block !important;
  }
}
.icon {
  display: inline;
  padding-right: 4px;
}
.icon.icon--noPadding {
  padding-right: 0;
}

.icon-loeschen {
  position: relative;
  top: -1px;
}
.icon-loeschen.icon--noPadding {
  margin-right: 3px;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-ek3l5d");
  src: url("../fonts/icomoon.eot?#iefix-ek3l5d") format("embedded-opentype"), url("../fonts/icomoon.woff?-ek3l5d") format("woff"), url("../fonts/icomoon.ttf?-ek3l5d") format("truetype"), url("../fonts/icomoon.svg?-ek3l5d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"].icon-pfeil_unten, [class^="icon-"].icon-pfeil_oben, [class*=" icon-"].icon-pfeil_unten, [class*=" icon-"].icon-pfeil_oben, .icon.icon-pfeil_unten, .icon.icon-pfeil_oben {
  font-weight: bold;
}

.icon-button_merkliste:before {
  content: "\e600";
}

.icon-button_minus:before {
  content: "\e601";
}

.icon-button_plus:before {
  content: "\e602";
}

.icon-checkbox:before {
  content: "\e603";
}

.icon-icon_cd:before {
  content: "\e604";
}

.icon-icon_lupe:before {
  content: "\e605";
}

.icon-icon_merkliste:before {
  content: "\e606";
}

.icon-icon_mikroform:before {
  content: "\e607";
}

.icon-icon_monitor:before {
  content: "\e608";
}

.icon-icon_suchverlauf:before {
  content: "\e609";
}

.icon-icon_zeitung:before {
  content: "\e60a";
}

.icon-icons_64_64:before {
  content: "\e60b";
}

.icon-loeschen:before {
  content: "\e60c";
}

.icon-pfeil_links:before {
  content: "\e60d";
}

.icon-pfeil_doppelt_links:before {
  content: "\e60d\e60d";
  letter-spacing: -4px;
}

.icon-pfeil_oben:before {
  content: "\e60e";
}

.icon-pfeil_rechts:before {
  content: "\e60f";
}

.icon-pfeil_doppelt_rechts:before {
  content: "\e60f\e60f";
  letter-spacing: -4px;
}

.icon-pfeil_unten:before {
  content: "\e610";
}

.icon-icon_hinweis:before {
  content: "\e611";
}

.icon-icon_kartenposition:before {
  content: "\e612";
}

.icon-icon_zahnrad:before {
  content: "\e613";
}

.icon-icon_zoom:before {
  content: "\e614";
}

.icon-icon_citation_link:before {
  content: "\e615";
}

#header {
  background: #c40f74;
  padding: 16px 1em 18px 1em;
}
#header .inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#header .inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0px) and (max-width: 480px) {
  #header .inner .box-logo {
    width: 100%;
    float: right;
    margin-right: 0;
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #header .inner .box-logo {
    width: 42.80213%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
}
#header .inner .box-logo-small {
  display: none;
  width: 110px;
  margin-right: 1em;
}
#header .inner .box-logo-small img {
  width: auto;
  height: 74px;
}
@media (min-width: 0px) and (max-width: 480px) {
  #header .inner .box-logo-small {
    display: block;
    width: 110px;
    margin-right: 1em;
  }
}
#header .inner #mainnav .watchlist {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px 30px;
  flex-wrap: wrap;
  white-space: nowrap;
}
#header .inner #mainnav .watchlist li {
  float: unset;
  margin: 0;
}
#header .inner #mainnav .watchlist a {
  text-decoration: underline;
}
#header .inner #mainnav .watchlist .icon {
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 480px) {
  #header .inner #mainnav .watchlist {
    gap: 15px;
  }
}
#header .inner #mainnav .watchlist::before, #header .inner #mainnav .watchlist::after {
  display: none;
}
#header div.inner::before, #header div.inner::after {
  display: none;
}

.footer {
  position: relative;
  width: 100%;
  height: 110px;
  margin-top: -110px;
  overflow: hidden;
  background: #3c3737;
}
.footer .layout-container {
  padding: 15px 0;
}
body.frontpage .footer {
  height: 420px;
  margin-top: -420px;
}
.footer .nav-footer {
  width: 49.15745%;
  float: left;
  margin-right: 1.6851%;
  padding-left: 0;
  margin-left: 40px;
  font-size: 0.92857em;
}
.footer .nav-footer:first-child {
  margin-left: 0;
}
.footer .nav-footer.list-inline > * {
  margin-left: 40px;
  color: white;
}
.footer .nav-footer.list-inline > *:first-child {
  margin-left: 0;
}
.footer .nav-footer a, .footer .nav-footer a:link, .footer .nav-footer a:hover, .footer .nav-footer a:focus, .footer .nav-footer a:active {
  color: white;
}
.footer .nav-sponsors {
  width: 49.15745%;
  float: right;
  margin-right: 0;
  color: white;
  margin: 13px 0 0 0;
}
.footer .nav-sponsors .right a {
  margin: 0 10px 0 30px;
}
.footer .nav-sponsors .intro-txt {
  vertical-align: top;
}
.footer .nav-sponsors .logo-dnb {
  position: relative;
  top: 3px;
}
.footer .nav-sponsors .logo-pkb {
  position: relative;
  top: -14px;
}
@media (min-width: 993px) and (max-width: 1250px) {
  .footer .nav-footer {
    padding-left: 15px;
  }
  .footer .nav-sponsors {
    padding-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .footer .layout-container {
    padding: 10px 10px 0 10px;
  }
  .footer .nav-sponsors .right a {
    margin: 0 10px 0 10px;
  }
  .footer .nav-sponsors .right a:last-child {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .footer {
    height: auto;
  }
  body.frontpage .footer {
    height: 500px;
    margin-top: -500px;
  }
  .footer .nav-footer {
    width: 100%;
    float: none;
    padding: 0 2%;
  }
  .footer .nav-footer > a {
    width: 50%;
    float: left;
    padding: 0;
    margin-left: 0;
  }
  .footer .nav-sponsors {
    width: 100%;
  }
  .footer .nav-sponsors .right {
    padding: 0 2%;
    margin-top: 20px;
    width: 100%;
  }
  .footer .nav-sponsors .right a {
    width: 50%;
    padding-right: 20px;
    margin: 0 10px 0 10px;
  }
  .footer .nav-sponsors .right a:last-child {
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .footer {
    height: auto;
    margin: 0;
  }
  body.frontpage .footer {
    height: 520px;
    margin-top: -520px;
  }
  .footer .nav-footer {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  .footer .nav-footer > a {
    width: 50%;
    float: left;
    padding: 0;
    margin-left: 0;
  }
  .footer .nav-sponsors {
    width: 100%;
  }
  .footer .nav-sponsors .right {
    padding: 0 10px;
    margin-top: 10px;
    width: 100%;
  }
  .footer .nav-sponsors .right .intro-txt {
    display: block;
  }
  .footer .nav-sponsors .right a {
    width: 50%;
    padding: 0;
    margin: 0 10px 0 0;
  }
  .footer .nav-sponsors .right a:last-child {
    padding: 0;
    margin: 0;
  }
}

.styleguide-element .footer {
  position: relative;
}

.align_checkAll {
  margin-left: 13px;
}

.add-logo-bar {
  margin-bottom: 20px;
}

.add-logo {
  float: left;
  margin: 10px 24px 0 0;
  background: #fff;
}
.add-logo:last-child {
  margin: 10px 0 0 0;
}

.add-dfg-logo {
  background: url("../../images/dfg_logo_blau.svg") no-repeat;
  background-size: 180px;
  height: 30px;
  width: 100%;
  display: inline-block;
  position: relative;
  color: transparent;
}

.richtext {
  /**********************
  // RESET
  ***********************/
  /**********************
  // DEFAULTS
  ***********************/
  /**********************
  // IMPRINT
  ***********************/
}
.richtext br {
  display: none;
}
.richtext p {
  margin-top: 0;
  margin-bottom: 20px;
}
.richtext h2 {
  font-size: 1.71429em;
  margin-bottom: 30px;
}
.richtext.richtext-imprint {
  margin-top: 25px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .richtext.richtext-imprint {
    padding: 0 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .richtext.richtext-imprint {
    padding: 0 10px;
  }
}

.hero-txt {
  margin-top: 26px;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
}
.hero-txt .hero-txt-headline {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.hero-txt .hero-txt-txt {
  font-size: 14px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .hero-txt {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .hero-txt {
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.showAllItems {
  margin: 5px 0 15px 0;
  display: block;
}

.tab-inner-default-padding {
  padding: 30px 25px;
}

.qf-table-map {
  display: inline-table;
}
.qf-table-map .row {
  display: table-row;
}
.qf-table-map .row .td-key, .qf-table-map .row .td-val {
  display: table-cell;
  float: none;
  padding-bottom: 10px;
}
.qf-table-map .row .td-key p, .qf-table-map .row .td-val p {
  margin: 0;
}

.bestand-info {
  padding: 0 0 5px 0;
  margin-bottom: 15px;
}
.bestand-info .table-condensed {
  border-bottom: 1px solid #fff;
  padding: 5px 0 10px 0;
}
.bestand-info.holdingdatacompare {
  padding: 5px 30px;
}

.fs-def, h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1em;
}

.fs-small {
  font-size: 0.92857em;
}

.fs-smaller {
  font-size: 0.64286em;
}

.fs-large, h3, .h3, .table-results .result-title {
  font-size: 1.14286em;
}

.fs-larger, h2, .h2 {
  font-size: 1.28571em;
}

.fs-largest {
  font-size: 1.71429em;
}

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

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

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold;
}

h2 .icon, h3 .icon, h4 .icon, h5 .icon, h6 .icon {
  vertical-align: middle;
  padding-right: 0;
}

.view-title {
  margin-top: 40px;
  margin-bottom: 50px;
}
.view-title .icon {
  font-size: 30px;
  margin-left: -7px;
}
.view-title .icon-icon_merkliste {
  margin-left: -7px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .view-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .view-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.view-title .col-left {
  width: 87.28936%;
  float: left;
  margin-right: 1.6851%;
}
.view-title .col-right {
  width: 11.02554%;
  float: right;
  margin-right: 0;
  text-align: right;
  padding: 20px 10px 0 0;
}
.view-title .col-right a {
  width: 100px;
}

.fs-bold {
  font-weight: bold;
}

.fs-italic {
  font-style: italic;
}

.fs-bold-italic {
  font-weight: bold;
  font-style: italic;
}

*:focus, .getfocus {
  box-shadow: 0 2px 0 #c40f74;
  outline: none;
  text-decoration: none;
}

input[type=checkbox]:focus {
  box-shadow: inset 0 0 0 1px #c40f74, 0 0 0 1px #c40f74;
  outline: none !important;
}
input[type=checkbox]::-moz-focus-inner {
  border: 0 !important;
  outline: none !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
button:focus,
select:focus,
.selectboxit:focus {
  box-shadow: inset 0 -2px 0 #c40f74;
}

button:focus:after {
  box-shadow: inset 0 -2px 0 #c40f74;
}

.ui-tabs-nav li a:focus {
  box-shadow: inset 0 -3px 0 #c40f74;
}

.row-focus {
  border-bottom: 2px solid #c40f74;
}

a, a:link, a:hover, a:focus, a:active {
  text-decoration: none;
  color: #c40f74;
}

.link--lightest, .link--lightest:link {
  color: white;
}
.link--lightest:hover {
  text-decoration: underline;
  color: white;
}

span.link--lightest:hover, span.link--lightest:active {
  text-decoration: none;
}

a.table-results-title, a.table-results-title:link {
  color: #3c3737;
}
a.table-results-title:hover, a.table-results-title:active {
  color: #c40f74;
}

#historyLink:hover, #historyLink:focus,
#watchlistLink:hover,
#watchlistLink:focus,
a[id$='languageSwitchLink']:hover,
a[id$='languageSwitchLink']:focus {
  text-decoration: none;
  box-shadow: 0 2px 0 #FB4FAF;
}

#historyLink.ui-state-disabled:hover, #historyLink.ui-state-disabled:focus,
#watchlistLink.ui-state-disabled:hover,
#watchlistLink.ui-state-disabled:focus {
  text-decoration: none;
  box-shadow: none;
}

.watchlist #helpLink {
  text-decoration: none !important;
}
.watchlist #helpLink:focus {
  box-shadow: none;
}
.watchlist #helpLink:focus .helpIcon {
  background-color: #F2F2F2;
  color: #92969B;
}

.helpIcon {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #92969B;
  background-color: #F2F2F2;
  text-align: center;
  vertical-align: middle;
}
.helpIcon:hover {
  background-color: #F2F2F2;
  color: #C40F74;
  border-color: #C40F74;
}
.helpIcon .questionmark {
  font-family: arial;
  font-weight: bold;
  line-height: 21px;
}

a.showMoreBibs {
  color: #c40f74;
}

.show-cql-search {
  font-size: 0.92857em;
  display: block;
  margin-top: 10px;
}
.show-cql-search .icon {
  padding-right: 3px;
  color: #c40f74;
  font-size: 12px !important;
}

a.show-cql-search:focus {
  display: inline-block;
}

.list, .sidebar ul, .js-toggle {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}

.list-inline > *, .footer .nav-footer > * {
  float: left;
  margin-right: 30px;
}
.list-inline > *:first-child, .footer .nav-footer > *:first-child {
  margin-left: 0;
}

.list-border > li {
  padding: 20px 10px;
  border-top: 1px solid #e9e6e6;
  display: block;
}
.list-border > li:first-child {
  border-top: 0;
}

.list-toggle > li .js-toggle-trigger {
  padding: 20px 10px;
  border-top: 1px solid #e9e6e6;
  display: block;
}
.list-toggle > li .js-toggle-trigger:first-child {
  border-top: 0;
}
.list-toggle > li .js-toggle-trigger.open {
  margin-top: -1px;
}

.js-toggle-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*&,
  &:hover,
  &:focus,
  &:active {
    text-decoration: none;
  }*/
}
.js-toggle-trigger:focus {
  color: #3c3737;
}
.js-toggle-trigger:before {
  position: absolute;
  right: 10px;
  bottom: -2px;
}
.js-toggle-trigger .icon {
  padding-right: 0;
  margin-left: 10px;
  float: right;
}

.js-toggle-trigger--box {
  background: #e9e6e6;
  padding: 13px 15px;
  font-size: 0.92857em;
  border-bottom: 1px solid white;
}
.js-toggle-trigger--box:hover, .js-toggle-trigger--box:focus, .js-toggle-trigger--box:active, .js-toggle-trigger--box:link:hover, .js-toggle-trigger--box:link:focus, .js-toggle-trigger--box:link:active {
  text-decoration: none;
  color: #c40f74;
}

.js-toggle-content {
  margin-top: 15px;
  margin-bottom: 12px;
  padding: 0 10px;
  display: none;
}

.table-results .details-toggle {
  clear: both;
  padding-top: 5px;
}
.table-results .js-toggle-trigger--item-bottom {
  z-index: 99;
  position: absolute;
  width: auto;
}

.js-toggle-trigger--actions {
  width: auto;
  float: right;
  display: block;
  clear: both;
  border: 1px solid #e9e6e6;
  border-radius: 3px;
}
.js-toggle-trigger--actions.open {
  border-bottom: 1px solid #f5f2f2;
  border-radius: 3px 3px 0 0;
  background: #f5f2f2;
  position: relative;
  z-index: 3;
}

.m--actionsbox {
  position: relative;
}

.js-toggle-content--actions {
  width: auto;
  float: right;
  border: 1px solid #e9e6e6;
  clear: both;
  border-radius: 3px 3px 3px 3px;
  margin: -1px 0px 0px;
  padding: 13px 20px;
  background: #f5f2f2;
  position: absolute;
  top: 33px;
  z-index: 500;
  right: 0;
}
.js-toggle-content--actions a {
  display: block;
  margin-top: 5px;
  font-size: 0.92857em;
}
.js-toggle-content--actions a:first-child {
  margin-top: 0;
}
.js-toggle-content--actions a:hover, .js-toggle-content--actions a:focus, .js-toggle-content--actions a:active {
  color: #3c3737;
}

.js-toggle-trigger.js-toggle-trigger--inline {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

a.merkliste-pfeil:focus {
  position: absolute;
  width: auto;
  top: 53px;
  right: 0;
}

a.showAllItems:focus {
  display: inline-block;
}

.panel-export {
  margin-top: 20px;
  background: #f5f2f2;
}
.panel-export .minW290 {
  width: 36.44681%;
  float: left;
  margin-right: 1.6851%;
}
.panel-export .minW290 .js-selectBoxIt--short {
  float: left;
}
.panel-export .previewButton {
  width: 11.02554%;
  float: left;
  margin-right: 1.6851%;
  margin-left: 0;
}
.panel-export .previewButton .btn {
  display: inline;
}
.panel-export .export-formats {
  width: 49.15745%;
  float: right;
  margin-right: 0;
  margin-left: 0;
}
.panel-export .export-formats .radio-margin {
  display: inline-block;
  margin-left: 20px;
}
.panel-export .export-formats .radio-margin label {
  margin-right: 20px;
}
.panel-export .export-formats .radio-margin label:last-child {
  margin-right: 0;
}
.panel-export .export-formats input[type=submit], .panel-export .export-formats input[type=button] {
  height: auto !important;
  vertical-align: baseline;
  margin-left: 10px;
  float: right;
}
.panel-export .row {
  padding-top: 10px;
}
.panel-export .list-inline > * {
  line-height: 36px;
  padding-left: 0;
}
.panel-export .label-panel--export-contents {
  margin-right: 20px;
}

.table-results-actionBar__compact-solid .panel-export {
  padding-left: 0;
  padding-right: 0;
}

.panel-email {
  width: 100%;
  margin-top: 15px;
  display: none;
}
.panel-email div.label {
  float: left;
}
.panel-email > li {
  width: 100%;
}
.panel-email > li > div > div {
  width: 100%;
}
.panel-email > li > div > div div.element {
  margin-left: 18px;
  float: left;
  display: block;
  width: 70%;
}
.panel-email > li > div > div .formHelpWrapper input {
  width: 60%;
  margin-bottom: 20px;
}

@media (min-width: 993px) and (max-width: 1250px) {
  .panel-export .minW290 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .panel-export .previewButton {
    width: 23.73618%;
    float: right;
    margin-right: 0;
    margin: 10px 0 0 0;
    text-align: right;
  }
  .panel-export .export-formats {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .panel-export .minW290 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .panel-export .previewButton {
    width: 23.73618%;
    float: right;
    margin-right: 0;
    margin: 10px 0 0 0;
    text-align: right;
  }
  .panel-export .export-formats {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 10px 0 0 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .panel-export .list-inline .minW290 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-export .list-inline .previewButton {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-export .list-inline .export-formats {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 10px 0 0 0;
  }
  .panel-export .list-inline .export-formats > label {
    display: inline-block;
    width: 30%;
    margin: 0;
  }
  .panel-export .list-inline .export-formats .radio-margin {
    margin: 0;
  }
  .panel-export .list-inline .label-panel--export-contents {
    float: none;
    display: block;
  }
  .panel-export .list-inline .js-selectBoxIt--short {
    width: 100%;
    margin-bottom: 20px;
  }
  .panel-export .list-inline .btn-outline.btn-outline--lightest {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    height: 31px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .panel-export {
    padding: 0 10px;
  }
  .panel-export .minW290 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-export .previewButton {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-export .export-formats {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 10px 0 0 0;
  }
  .panel-export .export-formats > label {
    display: inline-block;
    width: 30%;
    margin: 0;
  }
  .panel-export .export-formats .radio-margin {
    margin: 0;
  }
  .panel-export .list-inline .label-panel--export-contents {
    float: none;
    display: block;
  }
  .panel-export .list-inline .js-selectBoxIt--short {
    width: 100%;
    margin-bottom: 20px;
  }
  .panel-export .list-inline .btn-outline.btn-outline--lightest {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    height: 31px;
  }
}
.panel-logos {
  display: none;
  padding: 25px;
  background: #f5f2f2;
  margin-top: 20px;
}
.panel-logos .btn-outline {
  color: #000;
}
.panel-logos .headliner {
  margin-bottom: 20px;
  display: block;
}
.panel-logos .btn-outline {
  background: #fff;
  margin-top: -10px;
  margin-right: -10px;
  width: auto;
}
.panel-logos .row-txt {
  font-size: 13px;
}

.selection-action-link.disabled {
  pointer-events: none !important;
  cursor: default !important;
  color: #555 !important;
}

.detail-tab-container {
  margin-top: 30px;
}
.detail-tab-container .c__actionbar {
  margin-top: 0 !important;
}
.detail-tab-container.ui-widget {
  font-size: 14px;
}
.detail-tab-container.ui-widget-content {
  border: none;
}
.detail-tab-container.ui-tabs {
  padding: 0;
}
.detail-tab-container .ui-widget-content {
  border: 0;
}
.detail-tab-container.ui-tabs.ui-tabs-top > .ui-tabs-nav {
  padding: 0;
  background: transparent;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li {
  border: 0;
  background: #f5f2f2;
  margin-right: 8px;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li a {
  text-align: center;
  font-size: 15px;
  color: #000;
  padding: .6em 1em;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li a:focus {
  box-shadow: inset 0 -3px 0 #c40f74;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li.ui-state-active:before {
  position: absolute;
  top: 14px;
  left: 4px;
  font-size: 0.5em;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li.ui-state-hover {
  background: #e9e6e6;
  box-shadow: none;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li.ui-state-hover:before {
  position: absolute;
  top: 14px;
  left: 4px;
  font-size: 0.5em;
}
.detail-tab-container.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border: 0;
  background: #e9e6e6;
}
.detail-tab-container.ui-tabs .ui-tabs-panel {
  background: #e9e6e6;
  padding: 0;
}
.detail-tab-container .details-for-item-link {
  line-height: 36px;
  color: #c40f74;
}
.detail-tab-container .actionitem {
  font-size: 13px;
  border-bottom: 1px solid #fff;
  padding: 30px 25px;
}
.detail-tab-container .actionitem .m__sortBy {
  width: 100%;
}
.detail-tab-container .ui-tab-content-header {
  position: relative;
  padding: 30px 30px 15px 30px;
}
.detail-tab-container .ui-tab-content-light {
  background: #f5f2f2;
  padding: 30px 30px;
  border-left: 1px solid #e9e6e6;
  border-right: 1px solid #e9e6e6;
}
.detail-tab-container .attention-txt {
  font-weight: bold;
  font-size: em(14);
}

.comparingTab .ui-tab-content-dark {
  padding: 15px 30px 15px 30px;
  font-weight: bold;
}
.comparingTab .ui-tab-content-dark .col-1 {
  width: 30.0915%;
  float: left;
  margin-right: 1.6851%;
}
.comparingTab .ui-tab-content-dark .col-2 {
  width: 11.02554%;
  float: left;
  margin-right: 1.6851%;
  line-height: 36px;
}
.comparingTab .ui-tab-content-dark .col-3 {
  width: 23.73618%;
  float: left;
  margin-right: 1.6851%;
  text-align: center;
  line-height: 36px;
}
.comparingTab .ui-tab-content-dark .col-4 {
  width: 11.02554%;
  float: left;
  margin-right: 1.6851%;
  text-align: right;
  line-height: 36px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .comparingTab .ui-tab-content-dark .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .comparingTab .ui-tab-content-dark .col-2 {
    width: 14.78376%;
    float: left;
    margin-right: 2.25949%;
  }
  .comparingTab .ui-tab-content-dark .col-3 {
    width: 65.9135%;
    float: left;
    margin-right: 2.25949%;
  }
  .comparingTab .ui-tab-content-dark .col-4 {
    width: 14.78376%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .comparingTab .ui-tab-content-dark .col-1 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-2 {
    clear: both;
    width: 11.02554%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-3 {
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-4 {
    width: 11.02554%;
    float: left;
    margin-right: 1.6851%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .comparingTab .ui-tab-content-dark .col-1 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-2 {
    clear: both;
    width: 11.02554%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-3 {
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .comparingTab .ui-tab-content-dark .col-4 {
    width: 11.02554%;
    float: left;
    margin-right: 1.6851%;
  }
}

.mapTab {
  position: relative;
}
.mapTab .zdb-timeline {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #fff;
}

.zdb-timeline label {
  margin-right: 7px;
}
.zdb-timeline .col-1 {
  width: 30.0915%;
  float: left;
  margin-right: 1.6851%;
  margin-top: 7px;
}
.zdb-timeline .col-2 {
  width: 49.15745%;
  float: left;
  margin-right: 1.6851%;
}
.zdb-timeline .col-3 {
  position: absolute;
  left: 0;
  margin-left: 11.02554%;
  text-align: right;
  width: 17.38086%;
  float: left;
  margin-right: 1.6851%;
}
.zdb-timeline .col-4 {
  text-align: right;
  width: 17.38086%;
  float: right;
  margin-right: 0;
}
@media (min-width: 993px) and (max-width: 1250px) {
  .zdb-timeline .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-2 {
    margin-left: 31.77659%;
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .zdb-timeline .col-3 {
    position: absolute;
    left: 0;
    margin-top: 35px;
    text-align: center;
    width: 30.0915%;
    float: left;
    margin-right: 1.6851%;
  }
  .zdb-timeline .col-4 {
    display: inline-block;
    text-align: right;
    width: 17.38086%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .zdb-timeline .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-3 {
    position: relative;
    text-align: left;
    margin: 0;
    clear: both;
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .zdb-timeline .col-4 {
    width: 49.15745%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .zdb-timeline .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-3 {
    position: relative;
    text-align: left;
    margin: 0;
    clear: both;
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .zdb-timeline .col-4 {
    width: 49.15745%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .zdb-timeline .col-1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .zdb-timeline .col-3 {
    position: relative;
    text-align: left;
    margin: 0;
    width: 49.15745%;
    float: left;
    margin-right: 1.6851%;
  }
  .zdb-timeline .col-4 {
    width: 49.15745%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

#bib-noMatch {
  display: none;
}

.matched-bib-row {
  border-top: 1px solid #fff;
}

.bib {
  padding: 17px 30px;
  display: inline-table;
  width: 100%;
}

.bib-col {
  display: table-cell;
  vertical-align: middle;
}
.bib-col .noUi-handle {
  display: none;
}

.bib-col1 {
  width: 30.0915%;
  float: left;
  margin-right: 1.6851%;
}

.bib-col2 {
  width: 49.15745%;
  float: left;
  margin-right: 1.6851%;
  overflow-x: hidden;
  padding: 10px 0;
}

.bib-col3 {
  width: 17.38086%;
  float: right;
  margin-right: 0;
  text-align: right;
}

@media (min-width: 0px) and (max-width: 480px) {
  .bib-col1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .bib-col2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .bib-col3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .bib-col1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .bib-col2 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }

  .bib-col3 {
    width: 23.73618%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bib-col1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .bib-col2 {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }

  .bib-col3 {
    width: 23.73618%;
    float: right;
    margin-right: 0;
  }
}
#zdb-biblist {
  width: 48.87026%;
  float: right;
  margin-right: 0;
  padding: 20px 10px 20px 25px;
  max-height: 400px;
  overflow: auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  #zdb-biblist {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }
}
#zdb-biblist .zdb-biblist-inner {
  display: inline-table;
  width: 100%;
  margin-bottom: 15px;
}
#zdb-biblist .zdb-biblist-inner .icon, #zdb-biblist .zdb-biblist-inner .name, #zdb-biblist .zdb-biblist-inner .as-table-cell {
  display: table-cell;
}
#zdb-biblist .zdb-biblist-inner:first-child {
  padding-top: 0;
}
#zdb-biblist .zdb-biblist-inner .map-icon {
  background: url("../../images/map-marker-def.png") no-repeat;
  font-family: 'Open Sans', sans-serif;
  width: 20px;
  height: 31px;
  float: left;
  text-align: center;
  padding-top: 3px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0;
  display: block;
  margin-right: 20px;
}
#zdb-biblist .zdb-biblist-inner .bestand {
  text-align: right;
  white-space: nowrap;
  word-wrap: normal;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
#zdb-biblist .zdb-biblist-inner .bestand .icon {
  position: absolute;
  top: 5px;
  left: 8px;
}
#zdb-biblist .zdb-biblist-inner .name {
  float: none;
  width: 100%;
}
#zdb-biblist .zdb-biblist-inner .name a {
  color: #3c3737;
}
#zdb-biblist .zdb-biblist-inner.highlighted .name a {
  color: #c40f74;
}

.layout-heroContent.hero-compact .expert-search a {
  text-decoration: underline;
}
.layout-heroContent.hero-compact .expert-search table {
  table-layout: fixed;
  height: unset !important;
  display: block;
  overflow-x: auto;
}
.layout-heroContent.hero-compact .expert-search table.example {
  max-width: 400px;
}
.layout-heroContent.hero-compact .expert-search table.example th:nth-child(1), .layout-heroContent.hero-compact .expert-search table.example td:nth-child(1) {
  width: 40%;
}
.layout-heroContent.hero-compact .expert-search table.example th:nth-child(2), .layout-heroContent.hero-compact .expert-search table.example td:nth-child(2) {
  width: 60%;
}
.layout-heroContent.hero-compact .expert-search table.table th:nth-child(1), .layout-heroContent.hero-compact .expert-search table.table-condensed th:nth-child(1), .layout-heroContent.hero-compact .expert-search table.table td:nth-child(1), .layout-heroContent.hero-compact .expert-search table.table-condensed td:nth-child(1) {
  width: 40%;
}
.layout-heroContent.hero-compact .expert-search table.table th:nth-child(2), .layout-heroContent.hero-compact .expert-search table.table-condensed th:nth-child(2), .layout-heroContent.hero-compact .expert-search table.table td:nth-child(2), .layout-heroContent.hero-compact .expert-search table.table-condensed td:nth-child(2) {
  width: 20%;
}
.layout-heroContent.hero-compact .expert-search table.table th:nth-child(3), .layout-heroContent.hero-compact .expert-search table.table-condensed th:nth-child(3), .layout-heroContent.hero-compact .expert-search table.table td:nth-child(3), .layout-heroContent.hero-compact .expert-search table.table-condensed td:nth-child(3) {
  width: 40%;
}
.layout-heroContent.hero-compact .expert-search table th, .layout-heroContent.hero-compact .expert-search table td {
  padding: 3px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .layout-heroContent.hero-compact .expert-search .col.colspan-2 {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .layout-heroContent.hero-compact .expert-search .col.colspan-2 {
    margin: 15px 0 0 0;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .layout-heroContent.hero-compact .expert-search .col.colspan-14,
  .layout-heroContent.hero-compact .expert-search .col.colspan-2 {
    width: 100%;
    float: none;
  }
  .layout-heroContent.hero-compact .expert-search .col.colspan-2 {
    margin: 15px 0 0 0;
  }
}

.watchlist {
  float: right;
  margin-right: 10px;
  font-size: 0.92857em;
  color: white;
}
@media (min-width: 0px) and (max-width: 480px) {
  .watchlist {
    display: block;
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .watchlist {
    margin-right: 0;
  }
}
.watchlist a, .watchlist a:link, .watchlist a:hover, .watchlist a:focus, .watchlist a:active {
  color: white;
}

#mainnav .watchlist .icon {
  position: relative;
  top: 2px;
}

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

#overview-map {
  width: 48.87026%;
  float: left;
  margin-right: 2.25949%;
  margin-bottom: -4px;
  min-height: 400px;
  height: auto;
}
@media (min-width: 0px) and (max-width: 480px) {
  #overview-map {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

p.skip-nav {
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 1.3;
}

.skip-nav a, .skip-nav a:link {
  display: block;
  position: absolute;
  overflow: hidden;
  left: -9999px;
  width: 1px;
  height: 1px;
  text-indent: -9999px;
}
.skip-nav a:active, .skip-nav a:focus {
  overflow: visible;
  position: absolute;
  top: 0;
  left: 270px;
  z-index: 1000;
  padding: 10px 15px 12px;
  background: #fff;
  outline: none;
  width: auto;
  height: auto;
  font-weight: bold;
  text-indent: 0;
  background: #c40f74;
  color: white;
  border: 1px dotted #fff;
}

.box-logo {
  width: 48.87026%;
  float: left;
  margin-right: 2.25949%;
}

.logo {
  display: block;
  width: 262px;
}
.logo:focus {
  outline: none;
  box-shadow: 0 2px 0 #FB4FAF;
}

#facet_div_volume label {
  margin-left: 0;
  margin-right: 10px;
}
#facet_div_volume input[type="submit"] {
  margin-top: 15px;
  display: block;
}

.facetbox-header {
  background: #e9e6e6;
  padding: 13px 15px;
  font-size: 0.92857em;
  border-bottom: 1px solid #fff;
  display: block;
}

.facetbox-content {
  background: #f5f2f2;
  padding: 14px 13px;
  margin-top: 0;
  font-size: 0.92857em;
}

.facetbox .facet-submit {
  display: none;
  padding: 14px 13px;
}
.facetbox .js-toggle-trigger {
  color: #3c3737 !important;
}
.facetbox .js-toggle-content {
  max-height: 154px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 0;
}
.facetbox #multifacet_togglediv_ela {
  max-height: 225px;
}
.facetbox #multifacet_togglediv_vozRef {
  max-height: 246px;
}
.facetbox #multifacet_togglediv_spr {
  max-height: 155px;
}

.togglebox.facetbox .js-toggle-content .btn-submit {
  margin-top: 0;
}

.facetLink {
  width: 100%;
}

.ms-choice, .ms-search input, input[type="text"], .textfield, textarea, .textarea {
  border: 1px solid #e9e6e6;
  background: white;
  min-height: 36px;
  display: inline-table;
  vertical-align: middle;
}

.col input[type=text],
.col button,
.col select,
.col textarea,
.col .input,
.col .btn,
.col .select,
.col .textarea {
  width: 100%;
}

input[type="text"], .input-group-icon {
  display: inline-block;
  vertical-align: middle;
}

.input-group-icon {
  width: 16px;
}

.input-group {
  display: table;
  width: 100%;
}
.input-group .icon {
  padding: 0;
}
.input-group.icon-left .input-group-icon {
  padding-left: 10px;
  border: 1px solid #e9e6e6;
  border-right: 0;
}
.input-group.icon-left .input-group-icon .icon {
  padding-right: 10px;
}
.input-group.icon-left input[type="text"] {
  border-left: 0;
  font-family: 'Open Sans', sans-serif !important;
  padding-left: 0;
}

.col .input-group {
  width: 100%;
}

.btn {
  border-radius: 3px;
  text-decoration: none;
  padding: 3px 10px;
  background: #c40f74;
  text-align: center;
  color: white;
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}
.btn:focus {
  background: #3c3737;
  color: #fff;
}

a.btn, .table-results-actionBar a.btn {
  font-weight: normal;
}

.table-results .btn.btn-outline {
  width: auto;
  height: 29px;
  line-height: 16px;
}

.btn-outline {
  padding: 5px 10px;
  border: 1px solid #a6a0a0;
  background: transparent;
  color: #c40f74;
}
.btn-outline .icon {
  font-size: 0.57143em;
}
.btn-outline.btn-outline--lightest {
  background: #fff;
}
.btn-outline.btn-outline--lightest:focus {
  color: #000;
}

.btn-outline--white {
  background: #fff;
  color: #000;
}
.btn-outline--white .icon {
  color: #c40f74;
}

.js-toggle-trigger--box.btn-outline .icon {
  font-size: 17px;
  padding-left: 0;
}

.btn-outline--nowrap {
  white-space: nowrap;
}

.btn-submit {
  color: white !important;
}

.btn-submit--compact {
  padding: 3px 6px;
  position: relative;
  top: 8px;
}
.btn-submit--compact .icon {
  font-size: 0.78571em;
  color: #fff;
}

.btn-large {
  min-height: 36px;
  font-size: 1.14286em;
  font-weight: bold;
}

.btn.icon {
  font-size: 0.57143em;
  padding: 7px;
}

.btn-addRemoveFromWatchlist {
  float: right;
  white-space: nowrap;
}
.btn-addRemoveFromWatchlist .icon-icon_merkliste {
  font-size: 17px;
  position: relative;
  left: -3px;
  top: 1px;
  padding-right: 0;
}
.btn-addRemoveFromWatchlist .icon-button_plus,
.btn-addRemoveFromWatchlist .icon-button_minus {
  position: relative;
  top: -2px;
  font-size: 9px;
  padding-right: 0;
}

.btn-fullwidth {
  width: 100%;
}

.btn-no-link-color {
  color: #000 !important;
}

.btn-reset-facets {
  margin: 15px 0;
  font-size: 13px;
}
.btn-reset-facets .h__txt-highlight {
  margin-left: 4px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .btn-reset-facets {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

input[type="text"], .textfield {
  padding: 0 10px;
}

.textfield.textfield--long {
  width: 100% !important;
}
.textfield.textfield--short {
  width: 57px !important;
}

::-webkit-input-placeholder {
  color: #3c3737;
  opacity: 1;
}

::-moz-placeholder {
  color: #3c3737;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #3c3737;
  opacity: 1;
}

input:-moz-placeholder {
  color: #3c3737;
  opacity: 1;
}

.textfield-facetfilter {
  width: 100%;
  margin-bottom: 15px;
}

.expertSearchTextfield {
  min-height: 150px;
  margin-right: 20px;
  padding: 10px;
}

.search-wrapper {
  position: relative;
  white-space: nowrap;
}

.close-icon {
  background-color: #c40f74;
  border: 1px solid transparent;
  border-radius: 50%;
  bottom: 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 10px;
  font-weight: normal;
  height: 15px;
  line-height: 13px;
  margin: auto;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 0;
  width: 15px !important;
  z-index: 1;
}

.close-icon:focus {
  background-color: #3c3737;
  box-shadow: none;
}

.search-wrapper input[type='text']:placeholder-shown ~ .close-icon {
  display: none;
}

.search-wrapper textarea:placeholder-shown ~ .close-icon {
  display: none;
}

.search-hero-wrapper {
  background: #f5f2f2;
  padding: 35px 0;
}
.search-hero-wrapper a.js-toggle-trigger {
  font-size: 0.92857em;
}
.search-hero-wrapper a.js-toggle-trigger:hover, .search-hero-wrapper a.js-toggle-trigger:focus, .search-hero-wrapper a.js-toggle-trigger:active {
  text-decoration: none;
}
.search-hero-wrapper .js-toggle-trigger {
  margin-top: 12px;
}

.search-hero-extended-row {
  margin-top: 25px !important;
}
.search-hero-extended-row .row {
  margin-top: 15px;
}
.search-hero-extended-row .row:first-child {
  margin-top: 0;
}

.slider-row {
  margin-top: 64px;
}

.left-1 {
  margin-left: -1px;
}

.input-year {
  font-size: 1em;
}

.search-hero--s {
  margin-top: 0;
}

.hero-compact .inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.hero-compact .inner:after {
  content: " ";
  display: block;
  clear: both;
}
.hero-compact .search-hero--s {
  width: 74.57873%;
  float: right;
  margin-right: 0;
  margin-bottom: 0;
}

.hero-compact .colspan-2 {
  margin-right: 0;
}

.search-hero--frontpage {
  padding-top: 190px;
  min-height: 511px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .search-hero--frontpage {
    padding-top: 0;
    min-height: inherit;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-hero--frontpage {
    padding-top: 0;
    min-height: inherit;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .search-hero--frontpage {
    padding-top: 0;
    min-height: inherit;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .search-hero--frontpage {
    padding-top: 0;
    min-height: inherit;
  }
}
.search-hero--frontpage .group-yearFrom {
  width: 34%;
  display: inline-table;
}
.search-hero--frontpage .group-nouislider {
  width: 48%;
  display: inline-table;
}
.search-hero--frontpage .group-yearTo {
  display: inline-table;
  width: 14%;
  padding-left: 2%;
}
.search-hero--frontpage .label-yearFrom {
  padding: 0 2%;
}
.search-hero--frontpage .label-yearTo {
  padding-right: 11%;
}
.search-hero--frontpage .js-toggle-content {
  padding-right: 0;
  margin-top: 0;
}
.search-hero--frontpage .colspan-3 {
  margin-left: -1px;
}

.search-hero--mt-large {
  margin-top: 65px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .search-hero--mt-large .colspan-9 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--mt-large .group-nouislider {
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 0;
    top: -40px;
  }
  .search-hero--mt-large .col.colspan-3 {
    width: 96% !important;
    margin: 0 2%;
    margin-top: 20px;
  }
  .search-hero--mt-large .lable.id-i2 {
    display: none;
  }
  .search-hero--mt-large .id-i1 {
    width: 60%;
    float: left;
  }
  .search-hero--mt-large .i2.id-i6 {
    width: 40%;
    float: right;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-hero--mt-large .colspan-9 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--mt-large .group-nouislider {
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 0;
    top: -40px;
  }
  .search-hero--mt-large .col.colspan-3 {
    width: 96% !important;
    margin: 0 2%;
    margin-top: 20px;
  }
  .search-hero--mt-large .lable.id-i2 {
    display: none;
  }
  .search-hero--mt-large .id-i1 {
    width: 60%;
    float: left;
  }
  .search-hero--mt-large .i2.id-i6 {
    width: 40%;
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1181px) {
  .search-hero--mt-large .colspan-9 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--mt-large .group-nouislider {
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 0;
    top: -40px;
  }
  .search-hero--mt-large .col.colspan-3 {
    width: 96% !important;
    margin: 0 2%;
    margin-top: 20px;
  }
  .search-hero--mt-large .lable.id-i2 {
    display: none;
  }
  .search-hero--mt-large .id-i1 {
    width: 60%;
    float: left;
  }
  .search-hero--mt-large .i2.id-i6 {
    width: 40%;
    float: right;
  }
}

.search-hero-add-row {
  padding-top: 5px;
}
.search-hero-add-row .icon {
  margin-left: 10px;
  width: auto;
}
.search-hero-add-row .icon:first-child {
  margin-left: 0;
}

.search-hero--fixHeight {
  line-height: 36px;
}
.search-hero--fixHeight input[type=checkbox] {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -2px;
}

.show-extended-search {
  text-align: right;
}
.show-extended-search .icon {
  font-size: 0.64286em;
  margin-top: 6px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.colstart-2 {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-7--wide--no-gutters, .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .hero-compact .col.colspan-9--wide--no-gutters, .hero-compact .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.search-hero-add-row {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-3 .search-hero--fixHeight {
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-2 {
    width: 96%;
    margin: 0 2%;
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .show-cql-search {
    margin-top: 30px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.colstart-2 {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-7--wide--no-gutters, .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .hero-compact .col.colspan-9--wide--no-gutters, .hero-compact .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.search-hero-add-row {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-3 .search-hero--fixHeight {
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-2 {
    width: 96%;
    margin: 0 2%;
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .show-cql-search {
    margin-top: 30px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.colstart-2 {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-7--wide--no-gutters, .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .hero-compact .col.colspan-9--wide--no-gutters, .hero-compact .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.search-hero-add-row {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-3 .search-hero--fixHeight {
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-2 {
    width: 96%;
    margin: 0 2%;
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .show-cql-search {
    margin-top: 30px;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-3 {
    width: 96%;
    margin: 0 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.colstart-2 {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-7--wide--no-gutters, .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .hero-compact .col.colspan-9--wide--no-gutters, .hero-compact .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-9--wide--no-gutters {
    width: 96%;
    margin: 0 2% 15px 2%;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .col.colspan-2.search-hero-add-row {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-3 .search-hero--fixHeight {
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .col.colspan-2 {
    width: 96%;
    margin: 0 2%;
    margin-top: 15px;
  }
  .search-hero--frontpage--extended .search-hero.search-hero--start.grid-container .row.search-hero--mt-large .show-cql-search {
    margin-top: 30px;
  }
}

/*
 * ZDB CUSTOM
 * 
 * */
.js-selectBoxIt {
  position: relative;
}
.js-selectBoxIt .selectfield {
  width: 100% !important;
}
@media (min-width: 0px) and (max-width: 480px) {
  .js-selectBoxIt .selectfield {
    font-size: 16px;
  }
}

.js-selectBoxIt--short {
  width: 220px;
}

.js-selectBoxIt--long {
  width: 100%;
}

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
Common CSS Properties
---------------------
These properties will be applied to any themes that you use
 */
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 36px;
  /* Height of the drop down */
  line-height: 36px;
  /* Vertically positions the drop down text */
  display: block;
  text-decoration: none;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  max-width: 80% !important;
}

.selectboxit .selectboxit-option-icon-container {
  margin-right: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 15px 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 34px;
  position: absolute;
  right: 0;
  text-align: center;
}
.selectboxit-arrow-container .icon {
  padding-right: 0;
}

/* Drop Down down arrow */
/*.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}*/
/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
Default Theme
-------------
Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
 */
.selectboxit-btn {
  background-color: white;
  background-repeat: repeat-x;
  border: 1px solid #e9e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.sortBy-select .selectboxit-btn.selectboxit-enabled:hover,
.sortBy-select .selectboxit-btn.selectboxit-enabled:focus,
.sortBy-select .selectboxit-btn.selectboxit-enabled:active {
  background-color: #fff;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #c40f74;
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.table, .table-condensed, table {
  width: 100%;
}

td {
  position: relative;
}
td p {
  margin: 0;
}

.first-td {
  padding-left: 10px !important;
}

.last-td {
  padding-right: 10px !important;
}

.table-results h4 {
  margin: 0;
}
.table-results .pull-right {
  float: right;
}
.table-results .pull-left {
  float: left;
}
.table-results .col-result-title {
  width: 69.18289%;
  float: left;
  margin-right: 2.72369%;
}
.table-results .col-result-toggle-export {
  float: right;
}
.table-results .col-result-toggle-export a.btn:focus {
  color: white;
}
.table-results .col-result-toggle-view {
  width: 7.54868%;
  float: right;
  margin-right: 0;
}
.table-results .col-result-toggle-order {
  margin-top: 10px;
  clear: unset;
  padding: 0;
  background: none;
  border: none;
}
@media (min-width: 769px) and (max-width: 992px) {
  .table-results .col-result-title {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .table-results .col-result-toggle-export {
    width: 23.73618%;
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-view {
    width: 11.02554%;
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-order {
    clear: both;
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .table-results .col-result-title {
    width: 74.57873%;
    float: left;
    margin-right: 1.6851%;
  }
  .table-results .col-result-toggle-export {
    width: 23.73618%;
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-view {
    width: 11.02554%;
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-order {
    clear: both;
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .table-results .col-result-title {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-export {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-view {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .table-results .col-result-toggle-order {
    float: left;
    clear: unset;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.table-results td, .table-results th {
  border-bottom: 1px solid #e9e6e6;
  padding: 20px 10px;
  vertical-align: top;
}
.table-results td.col-action, .table-results th.col-action {
  width: 17%;
  padding: 20px 0;
}
@media (min-width: 0px) and (max-width: 480px) {
  .table-results td, .table-results th {
    padding: 20px 5px;
  }
}
.table-results td input[type='checkbox'], .table-results th input[type='checkbox'] {
  margin-right: 0;
}
.table-results tr.no-border td {
  border-bottom: 0;
}
.table-results tr td.no-padding {
  padding-top: 0;
}
.table-results th {
  background: #f5f2f2;
  text-align: left;
}
.table-results > tr > td:first-child,
.table-results > tr > th:first-child {
  vertical-align: top;
  padding-top: 20px;
}
.table-results tbody > tr > td:first-child {
  width: 10px;
}
.table-results.table-results-detail tbody > tr > td:first-child {
  width: 100%;
}
.table-results .result-title {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.table-results .result-details {
  line-height: 1.42857em;
  a: visited;
  a-color: #9d004d;
}
.table-results .result-details .icon {
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 32px;
  margin-right: 16px;
  color: #7e7878;
  float: left;
}
.table-results .result-details .detail-txt {
  vertical-align: top;
  width: auto;
}
.table-results .result-details .detail-txt p {
  margin: 0;
}
.table-results .result-details .detail-type {
  margin: 0 0 0 0;
}
.table-results .result-details a {
  text-decoration: underline;
}
.table-results input[type="checkbox"] {
  margin-right: 5px;
}
.table-results .btn-light--add-to-watchlist {
  margin-bottom: 30px;
}
.table-results .js-toggle-trigger .icon {
  margin-left: 7px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .table-results.checkable-results .btn.btn-outline.btn-icon.right {
    width: 16px;
    height: 22px;
    overflow: hidden;
    color: #fff;
  }
  .table-results.checkable-results .btn.btn-outline.btn-icon.right .icon-loeschen {
    color: #c40f74;
    left: -4px;
    top: -6px;
  }
}
.table-results--searchhistory a, .table-results--searchhistory a:link, .table-results--searchhistory a:hover, .table-results--searchhistory a:focus, .table-results--searchhistory a:active {
  color: #3c3737;
  box-shadow: none;
  text-decoration: none;
}
.table-results--searchhistory tbody td {
  padding: 0;
}
.table-results--searchhistory tbody td span {
  display: block;
  padding: 20px 10px;
}
.table-results--searchhistory tbody tr:hover td {
  cursor: pointer;
  background: #f5f2f2;
}
@media (min-width: 0px) and (max-width: 480px) {
  .table-results--searchhistory tr > th:first-child,
  .table-results--searchhistory tr > td:first-child {
    display: none;
  }
}

.table-results {
  padding: 10px 0 0 0;
}
.table-results h2,
.table-results h3 {
  display: block;
  margin: 0 0 5px 0;
}
.table-results .td-val p {
  margin: 0;
  word-break: break-word;
}
.table-results .table-results-title:hover, .table-results .table-results-title:focus, .table-results .table-results-title:active {
  outline: none;
  color: #c40f74;
  text-decoration: underline;
}

.table-results-actionBar td {
  padding: 20px 10px;
  font-size: 1em;
  border-bottom: 0;
}

.table-results-actionBar--top td {
  border-bottom: 1px solid #e9e6e6;
}

.table-results-actionBar__compact-solid tr > td {
  background: #f5f2f2;
  padding: 13px 10px;
  border: 0;
}
.table-results-actionBar__compact-solid tr > td:first-child {
  padding-left: 10px;
  padding-right: 13px;
}
.table-results-actionBar__compact-solid tr > td:first-child .js-toggle-trigger.js-toggle-trigger--item-bottom {
  width: 16px;
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  margin-right: 10px;
  margin-top: 0;
}

.table-results-actionBar__compact-solid .js-toggle-trigger .icon-pfeil_oben, .table-results-actionBar__compact-solid .js-toggle-trigger .icon-pfeil_unten {
  margin-top: 2px;
}

.table-results.table-results-actionBar tbody > tr > td:first-child {
  width: auto;
}

.table-condensed td {
  padding: 3px;
  border: 0;
}
.table-condensed td:first-child {
  width: 15%;
  padding-left: 0;
  padding-right: 30px;
}

.bib-detail .table-condensed--bb {
  border-top: 1px solid #dbdbdb;
  margin-top: 10px;
  padding-top: 10px;
}
.bib-detail .table-condensed--bb:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.table-results-detail .table-condensed tbody > tr > td:first-child {
  width: 15px;
}

.table-condensed .td-key {
  width: 200px;
  float: left;
}
.table-condensed .td-val {
  padding-left: 200px;
  word-wrap: break-word;
}
@media (min-width: 0px) and (max-width: 480px) {
  .table-condensed .td-key {
    width: 100%;
    font-weight: bold;
    float: none;
    margin-top: 10px;
  }
  .table-condensed .td-val {
    padding-left: 0;
  }
}

.table-stockitems .styled-row {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid #fff;
}
.table-stockitems .styled-row .col-name {
  display: inline-block;
  padding-left: 25px;
  width: 35%;
}
.table-stockitems .styled-row .col-location {
  display: inline-block;
  width: 50%;
}
.table-stockitems .styled-row .col-action {
  display: inline-block;
  width: 14%;
  padding-right: 25px;
}
.table-stockitems .styled-row .col-action a {
  color: black;
  font-family: Arial,sans-serif;
  font-size: 1em;
}
.table-stockitems .styled-row .col-action a:focus {
  color: white;
}
.table-stockitems .styled-row .col-action a .icon {
  padding-right: 4px;
}
@media (min-width: 993px) and (max-width: 1250px) {
  .table-stockitems .styled-row .col-action {
    padding-left: 25px;
    padding-top: 5px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .table-stockitems .styled-row .col-action {
    padding-left: 25px;
    padding-top: 5px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .table-stockitems .styled-row .col-action {
    padding-left: 25px;
    padding-top: 5px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .table-stockitems .styled-row .col-name, .table-stockitems .styled-row .col-location {
    padding: 0 5px;
    word-break: break-all;
  }
  .table-stockitems .styled-row .col-name span, .table-stockitems .styled-row .col-location span {
    word-break: break-all;
  }
  .table-stockitems .styled-row .col-action {
    padding-left: 5px;
    padding-top: 5px;
  }
}
.table-stockitems .styled-row .js-toggle-trigger {
  width: auto;
}
.table-stockitems .styled-row .js-toggle-trigger:before {
  position: relative;
}
.table-stockitems .styled-row .js-toggle-trigger .icon {
  margin-left: 0;
  float: none;
}
.table-stockitems div.js-toggle-content {
  margin: 0;
  padding: 10px 1em;
  background: #f5f2f2;
}
.table-stockitems .table-condensed td {
  font-size: 13px;
}
.table-stockitems .icon-icon_kartenposition {
  font-size: 1.35714em;
  position: relative;
  top: 4px;
  color: #000;
}
.table-stockitems .js-toggle-trigger {
  color: #c40f74;
}

.actionitem.stockitem-sort-action {
  border-bottom: 0;
}

@media (min-width: 0px) and (max-width: 480px) {
  .rd-table {
    overflow: auto;
    width: 96%;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .rd-table-100 {
    width: 100%;
    overflow: auto;
  }
}

#messagesBox {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
#messagesBox:after {
  content: " ";
  display: block;
  clear: both;
}
#messagesBox ul {
  margin: 0;
  padding: 10px 0;
}
#messagesBox ul li {
  list-style-type: none;
  padding: 5px;
  margin: 0;
}

.start-bottom {
  position: relative;
  background: url("../../images/home_bild.png") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  min-height: 310px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .start-bottom .layout-container .col {
    width: 100% !important;
    margin: 0 !important;
  }
  .start-bottom .hero-txt {
    width: 96%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .start-bottom {
    padding-bottom: 30px;
  }
  .start-bottom .layout-container .col {
    width: 100% !important;
    margin: 0 !important;
  }
  .start-bottom .hero-txt {
    width: 96%;
  }
}

.bx-wrapper {
  margin-bottom: 0 !important;
  margin-top: 55px;
  width: 300px;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 80%;
  margin-left: 10%;
  text-align: center;
}
.bx-wrapper .bx-viewport {
  height: 82px;
  position: initial !important;
}
.bx-wrapper .bx-pager-item a:focus {
  box-shadow: none !important;
}
@media (min-width: 0px) and (max-width: 480px) {
  .bx-wrapper {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .bx-wrapper {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .bx-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 993px) and (max-width: 1250px) {
  .bx-wrapper {
    margin-left: 210px;
  }
}

.bxslider {
  width: 300px;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
}
.bxslider .big {
  font-size: 24px;
  font-weight: bold;
  margin-right: -3px;
}
.bxslider .big .icon {
  font-size: 30px;
  position: relative;
  top: 3px;
}
.bxslider p {
  font-size: 14px;
  color: #fff;
}

.helpBox h2 {
  font-size: 1.7em;
}
.helpBox .js-toggle .js-toggle-trigger.open {
  padding-bottom: 20px;
  margin-bottom: 20px;
  top: 1px;
  border-bottom: 1px dashed #e9e6e6;
}
@media (min-width: 0px) and (max-width: 480px) {
  .helpBox .heading {
    padding: 15px 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .helpBox .heading {
    padding: 15px 10px;
  }
}

.float-el {
  padding-top: 15px !important;
  position: fixed;
  top: 0;
}

@media (min-width: 0px) and (max-width: 480px) {
  .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all.showTabs {
    display: block;
  }
}
.ui-tab-content-container {
  padding: 0 30px;
}

.ui-tab-content-dark .second-col {
  width: 13%;
  margin-right: 9%;
}

.container-toggle-sidebar {
  display: none;
}
@media (min-width: 0px) and (max-width: 480px) {
  .container-toggle-sidebar {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .container-toggle-sidebar {
    display: block;
    width: 100%;
    padding-left: 10px;
  }
}

.detail-tab-container .ui-tab-content-light {
  position: relative;
}

.tab-comparing-slider {
  overflow: hidden;
  padding: 10px 0;
}

.ui-tabs .ui-tabs-nav {
  background: #ffffff;
}
.ui-tabs .ui-tabs-navscroller-btn {
  padding: 0.6em 0.3em;
  height: auto;
  font-size: 15px;
  background: #f5f2f2;
  border-radius: 0;
}
.ui-tabs .ui-tabs-navscroller-btn .ui-icon {
  margin: 0;
}

@media (min-width: 0px) and (max-width: 480px) {
  .ui-tabs .ui-tabs-nav li.disable-view-xs {
    visibility: hidden;
    width: 0;
    height: 0;
  }

  div.disable-view-xs {
    display: none;
  }
}
.overview-map-hint.full {
  text-overflow: initial;
  white-space: initial;
}
@media (min-width: 481px) and (max-width: 768px) {
  .overview-map-hint {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    cursor: pointer;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .overview-map-hint {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    cursor: pointer;
  }
}

.m__hits {
  font-size: 1.28571em;
  font-weight: bold;
}

.c__actionbar .m__hits {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .c__actionbar .m__hits {
    margin: 10px 0;
  }
}

@media (min-width: 0px) and (max-width: 480px) {
  .m__sortBy {
    display: block;
  }
}
.m__sortBy .sortBy-label {
  width: 75px;
  padding-right: 10px;
}
.m__sortBy .sortBy-select {
  width: 170px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .m__sortBy .sortBy-select {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .m__sortBy {
    margin-bottom: 10px;
  }
}

.m__pagination {
  padding: 0 10px;
}
.m__pagination .number {
  font-size: 1em;
  padding: 0 5px;
}
.m__pagination .icon {
  padding-right: 0;
  font-size: 0.71429em;
}
.m__pagination .first {
  position: relative;
  right: 10px;
}
.m__pagination .first .align {
  margin-left: -6px;
}
.m__pagination .last {
  position: relative;
  left: 10px;
}
.m__pagination .last .align {
  margin-right: -6px;
}
.m__pagination a:hover, .m__pagination a:focus, .m__pagination a:active {
  text-decoration: none;
}
.m__pagination a:focus {
  color: #3c3737;
}
.m__pagination .nextPageAsNumber {
  margin-left: 5px;
}
.m__pagination .prevPageAsNumber {
  margin-right: 5px;
  margin-left: 3px;
}
@media (min-width: 0px) and (max-width: 480px) {
  .m__pagination a, .m__pagination span {
    display: inline-block;
  }
}

.c__actionbar .m__pagination {
  float: right;
}
@media (min-width: 0px) and (max-width: 480px) {
  .c__actionbar .m__pagination {
    float: none;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
  }
}

.togglebox .js-toggle-content {
  background: #f5f2f2;
  padding: 14px 10px;
  margin-top: 0;
  font-size: 0.92857em;
}
.togglebox .js-toggle-content label {
  display: block;
  margin-bottom: 2px;
}
.togglebox .js-toggle-content label .label-checkbox {
  width: 89%;
  margin-right: 0%;
  float: right;
  display: block;
  padding: 0;
  word-break: break-word;
}
.togglebox .js-toggle-content .more-facets {
  display: inline-block;
  margin-top: 10px;
}
.togglebox .js-toggle-content .btn-submit {
  display: block;
  margin-top: 15px;
}
.togglebox .multifacet_infotxt {
  margin: 0 0 10px 0;
}

.layout-sidebar .togglebox {
  margin-top: 10px;
}
.layout-sidebar .togglebox:first-child {
  margin-top: 0;
}
.layout-sidebar .togglebox .js-toggle-content .js-hide {
  display: none;
}
.layout-sidebar .togglebox .js-toggle-content .js-hidable {
  margin-top: 2px;
}
.layout-sidebar .togglebox .js-toggle-content .js-hidable:first-child {
  margin-top: 0;
}

.togglebox.js-is-filtering .js-toggle-content.open a.js-hide, .togglebox.js-is-filtering .js-toggle-content.open label.js-hide {
  display: block;
}

.layout-sidebar .togglebox.facetbox .facet-submit {
  display: none;
}

.js-toggle-content--open {
  display: block;
}

tr.js-toggle-content--open {
  display: table-row;
}

.layout-sidebar .m__timeline--small .label, .layout-sidebar .m__timeline--small .js-nouislider {
  margin-bottom: 15px;
}
.layout-sidebar .m__timeline--small .btn-submit {
  display: none;
  width: auto;
  margin-top: 15px;
}

.m__backlink .icon {
  font-size: 0.71429em;
  position: relative;
  top: -1px;
}
.m__backlink:hover .icon, .m__backlink:focus .icon, .m__backlink:active .icon {
  text-decoration: none !important;
}
@media (min-width: 0px) and (max-width: 480px) {
  .m__backlink {
    text-align: center;
  }
}

.layout-heroContent .c__attr-breadcrumb {
  margin-top: 25px;
}

.c__attr-breadcrumb {
  padding: 14px 13px 9px 13px;
  background: #f5f2f2;
  max-height: 92px;
  overflow: auto;
}
.c__attr-breadcrumb .bc-item {
  background: white;
  border: none;
  padding: 5px;
  font-size: 0.92857em;
  color: #3c3737;
  min-height: inherit;
  margin-right: 5px;
  margin-bottom: 5px;
  width: auto;
  display: block;
  float: left;
}

.c__attr-breadcrumb-label {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 28px;
}

.bc-item-wrapper {
  width: 90%;
  float: left;
}

.c__attr-breadcrumb--subsites {
  margin-top: 15px;
  margin-bottom: 30px;
}
.c__attr-breadcrumb--subsites input {
  color: #c40f74;
}

.layout-content .c__attr-breadcrumb {
  margin-top: 0px;
}

.hero-compact .c__attr-breadcrumb {
  margin-top: 30px;
  margin-bottom: 0;
}

.id-i1 {
  width: 37%;
  float: left;
  display: block;
  line-height: 36px;
}

.id-i2 {
  float: left;
  margin-right: 4%;
}

.id-i3 {
  float: left;
  margin-right: 2%;
}

.id-i4 {
  float: left;
}

.id-i5 {
  width: 52%;
  float: left;
  margin-top: 11px;
  padding-left: 15px;
}

.id-i6 {
  width: 15%;
  display: block;
  float: left;
  text-align: right;
  display: inline-table;
  vertical-align: middle;
}

.id-i7 {
  margin-right: 6px;
}

.c__alert {
  padding: 15px;
  border: 1px solid #e9e6e6;
  border-radius: 4px;
}
.c__alert a, .c__alert a:link, .c__alert a:visited {
  color: #3c3737;
}
.c__alert a:hover, .c__alert a:focus, .c__alert a:active {
  text-decoration: underline;
}

.c__alert--error, .error {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
}

.c__alert_404 {
  padding-left: 80px;
  background-image: url("../../images/404.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 6px;
}

.error {
  padding: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  margin-bottom: 20px;
}

.c__actionbar {
  width: 100%;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e9e6e6;
}
.c__actionbar .actionitem.actionitem--hits {
  width: 1%;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 480px) {
  .c__actionbar .actionitem.actionitem--hits {
    width: auto;
    white-space: normal;
  }
}
.c__actionbar.c__actionbar--no-border {
  border-bottom: 0;
}

.c__actionbar-map {
  padding: 10px 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.c__actionbar-map-bottom {
  padding: 10px 30px;
  border-top: 1px solid #fff;
  margin-top: 25px;
}

@media (min-width: 0px) and (max-width: 480px) {
  .c__actionbar {
    display: block;
  }
  .c__actionbar .actionitem {
    display: block;
    width: 96%;
    padding: 0 2%;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.c__map-headline {
  font-weight: bold;
  padding: 5px 30px 15px 30px;
}

#ela_ext {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #e9e6e6;
  padding: 20px 12px 1px 12px;
}
#ela_ext a:hover {
  cursor: pointer;
  color: #3c3737;
}
#ela_ext ul a:hover {
  color: #fff;
}

#response-datalist {
  position: absolute;
  margin: 0;
  z-index: 100;
  width: 100%;
  background-color: #e9e6e6;
}

#response-datalist p {
  text-align: right;
  padding-right: 10px;
  float: right;
  width: 30%;
  font-size: .60em;
}

#ela_pagi {
  display: inline-block;
  float: right;
}

#ela_pagi a {
  padding: 5px;
}

#ela_pagi a.active, #ela_ext span a.active {
  font-weight: bold;
  color: #3c3737;
}

.page ul, #response-datalist {
  list-style: none;
  padding: 0;
}

#response-datalist li {
  padding: 10px;
}

.page ul li {
  padding: 2px 0;
}

.page ul li span:nth-child(2) {
  float: right;
  width: 85%;
}

.page ul li:hover, #response-datalist li:hover {
  cursor: pointer;
  color: #f5f2f2;
  background: #3c3737;
}

.autocomplete-suggestions {
  /*
   * This z-index must be > 999999, because selectBoxIt.js uses a z-index of 999999 to render a
   * transparent (opacity: 0) <select> element on top of its custom HTML elements for the selection "wheel"
   * functionality on mobile devices.
   *
   * Fixes JIRA issue ZDBWEB-1232.
   */
  z-index: 1000000 !important;
  background: #e9e6e6;
  cursor: default;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 10px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 10px;
}

.autocomplete-suggestions strong {
  font-weight: bold;
}

.autocomplete-group {
  padding: 2px 10px;
}

.autocomplete-group strong {
  font-weight: bold;
  font-size: 16px;
  color: #3c3737;
  display: block;
}

.autocomplete-selected {
  background: #3c3737;
  color: #f5f2f2 !important;
}
.autocomplete-selected a {
  color: #f5f2f2 !important;
}

.procTime {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  color: #ABABAB;
  font-size: .8em;
}

.kostenfrei {
  font-weight: bold;
}

.gap {
  background: url("../../images/stripes.png") repeat;
  height: 10px;
  position: absolute;
  z-index: 9;
  opacity: 0.5;
}

.compare_reset_filter {
  font-size: 0.9em;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.compare_reset_filter:hover path {
  fill: #c40f74;
}

.bc-item-filter {
  background: none !important;
}

div.layout-content .c__actionbar {
  margin-top: 10px;
}

#mainForm > div.layout-container > div.layout-sidebar > #sidebar-headline {
  margin: 22px 0 10px 0;
}

.wrapper-devInfo > .js-toggle-trigger {
  width: auto;
  cursor: pointer;
  padding: 5px;
  font-size: 10px;
  border: 1px solid #e9e6e6;
  position: absolute;
  vertical-align: middle;
  display: inline-table;
  top: 20px;
  margin-top: -20px;
}
.wrapper-devInfo > .js-toggle-content {
  position: absolute;
  left: 0px;
  border: 1px solid #eaeaea;
  padding: 15px;
  top: 19px;
  margin-top: 19px;
  background: white;
}

.styleguide-description img {
  margin: 30px 0;
  width: 100%;
}
.styleguide-description h4 + p {
  margin-top: 0;
}
.styleguide-description h4 + p img {
  margin-top: 0;
}
