.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

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

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAAAAADhgtq/AAAAHElEQVQoz2P8z4ADsOCW+UeGnsFs2nDzz5AMHQA+JRlAyyOraAAAAABJRU5ErkJggg==) repeat-x;
  background: #dddddd url('../images/button.png?1418665691') repeat-x;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2NjY2NjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  text-decoration: none;
}
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#dddddd, #eeeeee);
  background-image: linear-gradient(#dddddd, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

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

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url('../images/button.png?1418665691') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

@font-face {
  font-family: 'Metrize-Icons';
  src: url("../fonts/Metrize-Icons.eot");
  src: url("../fonts/Metrize-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Metrize-Icons.woff") format("woff"), url("../fonts/Metrize-Icons.ttf") format("truetype"), url("../fonts/Metrize-Icons.svg#Metrize-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ivwicons';
  src: url("../fonts/ivwicons.eot?pmgyxr");
  src: url("../fonts/ivwicons.eot?#iefixpmgyxr") format("embedded-opentype"), url("../fonts/ivwicons.woff?pmgyxr") format("woff"), url("../fonts/ivwicons.ttf?pmgyxr") format("truetype"), url("../fonts/ivwicons.svg?pmgyxr#ivwicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
}

/*! 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 {
  font-family: sans-serif;
  /* 1 */
  -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;
}

#topbar-wrapper, #header-prefix-wrapper, #header-wrapper, #main-prefix-wrapper,
#content-wrapper,
#main-suffix-wrapper, #footer-prefix-wrapper, #footer-wrapper {
  padding: 0 10px;
}

#topbar, #header-prefix, #header, #header-suffix, #main-prefix,
#main,
#main-suffix, #footer-prefix, #footer {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb, .breadcrumb .fontsize-widget {
  border: 1px solid #b2b2b2;
  padding: 4px;
}

.views-exposed-form {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #c3c3c3));
  background: -webkit-linear-gradient(top, #e2e2e2, #c3c3c3);
  background: linear-gradient(to bottom, #e2e2e2, #c3c3c3);
  border: 1px solid #c3c3c3;
  padding: 1em;
}

.menu-block-menu-utility-menu-header > ul, .menu-block-main-menu > ul, .menu-block-menu-department-menu-sidebar > ul, #block-menu-block-main-menu-archives ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block-menu-utility-menu-header > ul li, .menu-block-main-menu > ul li, .menu-block-menu-department-menu-sidebar > ul li, #block-menu-block-main-menu-archives ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb ul, .menu-block-menu-meta-menu > ul, ul.pager, .glossary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li, .menu-block-menu-meta-menu > ul li, ul.pager li, .glossary ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul > li, .menu-block-menu-meta-menu > ul > li, ul.pager > li, .glossary ul > li {
  display: inline-block;
}

.menu-block-menu-service-menu > ul, .menu-block-menu-department-menu > ul, .menu-block-main-menu-footer > ul, .menu-block-menu-department-menu-footer > ul, .menu-block-menu-utility-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block-menu-service-menu > ul li, .menu-block-menu-department-menu > ul li, .menu-block-main-menu-footer > ul li, .menu-block-menu-department-menu-footer > ul li, .menu-block-menu-utility-menu > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block-menu-service-menu > ul > li, .menu-block-menu-department-menu > ul > li, .menu-block-main-menu-footer > ul > li, .menu-block-menu-department-menu-footer > ul > li, .menu-block-menu-utility-menu > ul > li {
  display: inline-block;
}
.menu-block-menu-service-menu > ul:after, .menu-block-menu-department-menu > ul:after, .menu-block-main-menu-footer > ul:after, .menu-block-menu-department-menu-footer > ul:after, .menu-block-menu-utility-menu > ul:after {
  content: "";
  display: table;
  clear: both;
}
.menu-block-menu-service-menu > ul > li, .menu-block-menu-department-menu > ul > li, .menu-block-main-menu-footer > ul > li, .menu-block-menu-department-menu-footer > ul > li, .menu-block-menu-utility-menu > ul > li {
  display: block;
  width: 100%;
}
@media (min-width: 50em) {
  .menu-block-menu-service-menu > ul > li, .menu-block-menu-department-menu > ul > li, .menu-block-main-menu-footer > ul > li, .menu-block-menu-department-menu-footer > ul > li, .menu-block-menu-utility-menu > ul > li {
    width: 18.24818%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.18978%;
  }
  .menu-block-menu-service-menu > ul > li:nth-child(5), .menu-block-menu-department-menu > ul > li:nth-child(5), .menu-block-main-menu-footer > ul > li:nth-child(5), .menu-block-menu-department-menu-footer > ul > li:nth-child(5), .menu-block-menu-utility-menu > ul > li:nth-child(5) {
    width: 18.24818%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}

#block-menu-block-main-menu-archives .title-prefix,
#block-menu-block-main-menu-archives .block-title {
  font-size: 1em;
  line-height: 1.28571em;
  background: gray;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}
#block-menu-block-main-menu-archives .block-content {
  background: #e2e2e2;
  padding: 1.28571em 10px;
}

#block-fieldblock-node-article-default-field-download .title-prefix,
#block-fieldblock-node-news-default-field-download .title-prefix,
#block-fieldblock-node-pressrelease-default-field-download .title-prefix,
#block-fieldblock-node-article-default-field-download .block-title,
#block-fieldblock-node-news-default-field-download .block-title,
#block-fieldblock-node-pressrelease-default-field-download .block-title {
  font-size: 1em;
  line-height: 1.28571em;
  background: #009933;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}
#block-fieldblock-node-article-default-field-download .block-content,
#block-fieldblock-node-news-default-field-download .block-content,
#block-fieldblock-node-pressrelease-default-field-download .block-content {
  background: #e2e2e2;
  padding: 1.28571em 10px;
}

.field-accordion-items {
  overflow: hidden;
  background: #e2e2e2;
  padding-top: 0.64286em;
  border-bottom: 1px solid white;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}
.field-accordion-items .field-accordion-item-title {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 20px 1.28571em 20px;
  font-size: 1em;
  line-height: 1.28571em;
  line-height: 38px;
  background: white;
  vertical-align: middle;
  color: #454545;
  font-weight: bold;
  display: block;
  width: 65.4321%;
  float: left;
  margin-right: -100%;
  margin-left: 17.28395%;
  clear: none;
  padding-left: 45px;
  margin: 0px;
  width: 100%;
  line-height: 1.6em !important;
  margin: 0px;
  width: 100%;
}
.field-accordion-items .field-accordion-item-title:before, .field-accordion-items .field-accordion-item-title:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
}
.field-accordion-items .field-accordion-item-title:before {
  left: -20px;
  border-width: 0 0 38px 20px;
  border-color: transparent transparent white transparent;
}
.field-accordion-items .field-accordion-item-title:after {
  right: -20px;
  border-width: 38px 0 0 20px;
  border-color: transparent transparent transparent white;
}
.field-accordion-items .field-accordion-item-title:before {
  font-family: "Metrize-Icons";
  font-size: 19.5px;
  font-weight: normal;
  color: black;
  content: "\e11c";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.field-accordion-items .field-accordion-item-title:after {
  display: none;
}
.field-accordion-items .field-accordion-item-title:before {
  border: none;
  left: 12px;
}
.field-accordion-items .field-accordion-item-body {
  display: none;
  clear: both;
  background: #e2e2e2;
  padding: 2.57143em 10px 1.28571em;
  background: white;
  margin-left: -30px;
  margin-right: -30px;
}
.field-accordion-items .field-accordion-item-body p {
  line-height: 1.4em;
  width: 82%;
  display: inline-block;
}
.field-accordion-items .field-accordion-item-body table {
  width: 83%;
}

legend,
form h3, .page-anmeldeformular #content .block-title,
.page-warenkorb #content .block-title, .page-warenkorb .summary-wrapper h4 {
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  margin-bottom: 1.92857em;
  width: 100%;
  font-size: 1.28571em;
  line-height: 1.5em;
}

.page-search .search-in-sidebar input[type=search].throbbing, #search-form .search-in-content.throbbing {
  background-image: url(../images/loading.gif);
  background-position: 95% 50%;
}

#topbar, #footer-prefix, #footer, #block-ivw-blocks-ivw-angebotssuche-block {
  color: white;
}
#topbar a, #footer-prefix a, #footer a, #block-ivw-blocks-ivw-angebotssuche-block a {
  color: white;
}

/**
* Typography: Headings, body text, lists, code, and more for a versatile and durable typography system.
*/
body {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #454545;
}
body html {
  font-size: 87.5%;
  line-height: 1.28571em;
}

h1 {
  font-size: 1.71429em;
  line-height: 1.125em;
  margin: 0 0 1.28571em 0;
  font-weight: normal;
  color: gray;
  line-height: 1.05em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.no-uppercase h1 {
  text-transform: none;
}

h2 {
  font-size: 1.28571em;
  line-height: 1.25em;
  margin: 0 0 1.28571em 0;
  font-weight: normal;
}

h3 {
  font-size: 1em;
  line-height: 1.28571em;
  margin: 0 0 1.28571em 0;
}

.field-body h3 {
  font-size: 1.21429em;
  line-height: 1.32353em;
  font-weight: normal;
}

h4 {
  font-size: 1em;
  line-height: 1.28571em;
  margin: 0 0 1.28571em 0;
}

h5 {
  font-size: 1em;
  line-height: 1.28571em;
  margin: 0 0 1.28571em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.28571em;
  margin: 0 0 1.28571em 0;
}

p {
  margin: 0 0 1.28571em 0;
}

a {
  text-decoration: none;
}
a:link {
  color: #009933;
}
a:visited {
  color: #009933;
}
a:hover, a:focus {
  color: #009933;
}

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

#block-system-main ul, .node ul, .field-body ul {
  padding: 0 1.5em;
}

hr {
  height: 1px;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1em 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
em.placeholder {
  font-style: normal;
}

::-moz-selection {
  background: #66b360;
  color: white;
  text-shadow: none;
}

::selection {
  background: #66b360;
  color: white;
  text-shadow: none;
}

/**
 * Form elements: Inputs, buttons, etc.
 */
/* reset formailze focus */
input:focus, button:focus, a.button:focus, select:focus, textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

form select {
  width: 100%;
  background: #009933;
  color: white;
}

.no-chosen-select .form-type-select {
  position: relative;
}
.no-chosen-select .form-type-select:after {
  font-family: "Metrize-Icons";
  font-size: 22px;
  font-weight: normal;
  color: white;
  content: "\e11f";
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  position: absolute;
}
.no-chosen-select .form-type-select:after {
  right: 10px;
  top: 25%;
}
.no-chosen-select .form-type-select select {
  -moz-appearance: none;
}

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

input,
button,
select,
textarea {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

label {
  color: gray;
  font-weight: 400;
  margin: 1.92857em 0;
  float: left;
  width: 100%;
}
label.option {
  margin: 0;
  font-weight: 700;
  display: block;
  float: right;
  width: 66%;
}

.label-description {
  font-weight: 400;
}

.note {
  display: block;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
  font-weight: 700;
  text-align: center;
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  text-shadow: none;
  border-radius: 0;
  padding: 0.64286em 1.28571em;
  font-size: 1em;
  line-height: 1em;
  border: none;
}
.button:hover, .button:active,
button:hover,
button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="image"]:hover,
input[type="image"]:active {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009933), color-stop(100%, #00a737));
  background: -webkit-linear-gradient(top, #009933, #00a737);
  background: linear-gradient(to bottom, #009933, #00a737);
}
.button.form-button-disabled,
button.form-button-disabled,
input[type="submit"].form-button-disabled,
input[type="reset"].form-button-disabled,
input[type="button"].form-button-disabled,
input[type="image"].form-button-disabled {
  background: #c3c3c3;
}

.submit-wrapper {
  cursor: pointer;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  position: relative;
}
.submit-wrapper:after {
  font-family: "Metrize-Icons";
  font-size: 23px;
  font-weight: normal;
  color: white;
  content: "\e106";
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  position: absolute;
}
.submit-wrapper:after {
  top: 31%;
  right: 15px;
}
.submit-wrapper input[type="button"],
.submit-wrapper input[type="submit"] {
  padding: 1em 5.75em 1em 5em;
  font-weight: normal;
}

.process-submit-wrapper {
  cursor: pointer;
  margin-bottom: 1.28571em;
  margin-top: 1.28571em;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
  border: 1px solid #c3c3c3;
}
.process-submit-wrapper input[type="button"],
.process-submit-wrapper input[type="submit"] {
  background: none;
  border: none;
  width: 100%;
  display: inline-block;
  color: black;
}
.process-submit-wrapper input[type="button"]:active, .process-submit-wrapper input[type="button"]:hover,
.process-submit-wrapper input[type="submit"]:active,
.process-submit-wrapper input[type="submit"]:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.process-submit-wrapper.active, .process-submit-wrapper.hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #c3c3c3));
  background: -webkit-linear-gradient(top, #e2e2e2, #c3c3c3);
  background: linear-gradient(to bottom, #e2e2e2, #c3c3c3);
}
.process-submit-wrapper.half-width {
  padding: 0 3em 0 1em;
  width: 48%;
  float: left;
  margin-right: 2%;
  position: relative;
}
@media (max-width: 30em) {
  .process-submit-wrapper.half-width {
    width: 100%;
    margin-left: 0;
  }
}
.process-submit-wrapper.half-width:after {
  font-family: "Metrize-Icons";
  font-size: 30px;
  font-weight: normal;
  color: #009933;
  content: "\e106";
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=#009933, offx=1, offy=1);
  zoom: 1;
  position: absolute;
}
.process-submit-wrapper.half-width:after {
  top: 37%;
  right: 0.45em;
}
.process-submit-wrapper.half-width input[type="button"],
.process-submit-wrapper.half-width input[type="submit"] {
  white-space: normal;
  line-height: 1.25em;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.process-submit-wrapper.full-width {
  padding: 1em;
  position: relative;
}
.process-submit-wrapper.full-width:after {
  font-family: "Metrize-Icons";
  font-size: 32px;
  font-weight: normal;
  color: #009933;
  content: "\e106";
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=#009933, offx=1, offy=1);
  zoom: 1;
  position: absolute;
}
.process-submit-wrapper.full-width:after {
  top: 37%;
  right: 10%;
}
@media (max-width: 30em) {
  .process-submit-wrapper.full-width:after {
    font-size: 30px;
  }
}
.process-submit-wrapper.double-line {
  margin-top: 0;
}
.process-submit-wrapper.option-submit {
  width: 100%;
  float: left;
  margin: -1px 0 0 0;
}

a.process-submit-wrapper {
  padding: 1.60714em 3em 1.28571em 1em !important;
  text-align: center;
  display: block;
  color: black;
  font-weight: 700;
  line-height: 1.25em;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  background: #e2e2e2;
  border: none;
  padding: 0.75em;
  height: auto;
  font-size: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: 33%;
  float: left;
}

.form-checkboxes .form-item,
.form-radios .form-item,
.form-radio {
  width: 100%;
  float: left;
  border: 1px solid #c3c3c3;
  padding: 2em;
  margin: -1px 0 0 0;
}

.views-exposed-form .exposed-form-description {
  clear: both;
  margin-bottom: 1.28571em;
}
.views-exposed-form .chosen-select-all {
  display: block;
  margin-top: 0.64286em;
}
.views-exposed-form .views-reset-button input {
  padding-left: 0;
  padding-right: 0;
}
.views-exposed-form .views-reset-button input:active {
  box-shadow: none;
}
.views-exposed-form .views-exposed-widget label {
  display: none;
}
.no-placeholders .views-exposed-form .views-exposed-widget {
  width: 26%;
}
.no-placeholders .views-exposed-form .views-exposed-widget label {
  display: block;
  margin: 0;
}

#user-register-form,
#user-login,
#user-pass {
  border: 1px solid #b2b2b2;
  padding: 4px;
  padding: 1.28571em 10px;
}
#user-register-form label[for],
#user-login label[for],
#user-pass label[for] {
  display: none;
}
#user-register-form .form-actions,
#user-login .form-actions,
#user-pass .form-actions {
  margin: 0;
}

#user-register-form #edit-account > div,
#user-login > div > div.form-item,
#user-pass > div > div.form-item {
  float: left;
  margin-top: 0;
  margin-bottom: 0.96429em;
}
#user-register-form #edit-account > div input,
#user-login > div > div.form-item input,
#user-pass > div > div.form-item input {
  width: 100%;
}

#user-register-form #edit-account > div,
#user-login > div > div.form-item {
  width: 47.5%;
}
#user-register-form #edit-account > div:first-of-type,
#user-login > div > div.form-item:first-of-type {
  margin-right: 5%;
}

#user-pass > div > div.form-item,
#edit-ivw-website-handler-filter-department-news-wrapper {
  width: 100%;
}

#edit-ivw-website-handler-filter-department-news-wrapper {
  padding: 0;
}

#views-exposed-form-downloadbereich-download-filter .views-exposed-form .views-exposed-widgets,
#views-exposed-form-aw-titel-az-aw-az-qa .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0;
}

#edit-og-group-ref-target-id-1-wrapper,
#edit-field-sub-department-tid-wrapper,
.views-exposed-form .views-widget-sort-by,
.views-exposed-form .views-widget-sort-order,
.views-exposed-form .views-submit-button,
.views-exposed-form .views-reset-button {
  padding: 0;
}
#edit-og-group-ref-target-id-1-wrapper select,
#edit-field-sub-department-tid-wrapper select,
.views-exposed-form .views-widget-sort-by select,
.views-exposed-form .views-widget-sort-order select,
.views-exposed-form .views-submit-button select,
.views-exposed-form .views-reset-button select {
  width: 100%;
}

form .views-exposed-form .form-item {
  padding: 0;
  margin-bottom: 0.96429em;
}

.views-exposed-form .views-submit-button {
  clear: both;
}

#edit-og-group-ref-target-id-1-wrapper,
#edit-field-sub-department-tid-wrapper,
#edit-field-file-category-tid-wrapper,
#edit-type-wrapper,
#edit-verlagstatus-wrapper,
#edit-ivw-aw-titel-meldeart-wrapper,
#edit-erschweise-wrapper,
#edit-titelstatus-wrapper,
.views-exposed-form .views-widget-sort-by,
.views-exposed-form .views-widget-sort-order {
  margin-bottom: 0.96429em;
}

#edit-og-group-ref-target-id-1-wrapper,
#edit-field-sub-department-tid-wrapper {
  width: 49%;
}

#edit-field-file-category-tid-wrapper,
#edit-type-wrapper,
#edit-verlagstatus-wrapper,
#edit-ivw-aw-titel-meldeart-wrapper,
#edit-erschweise-wrapper,
#edit-titelstatus-wrapper,
#edit-gattung-wrapper,
.views-exposed-form .views-widget-sort-by,
.views-exposed-form .views-widget-sort-order {
  width: 23.5%;
}

#edit-field-file-category-tid-wrapper,
#edit-type-wrapper,
.views-exposed-form .views-widget-sort-by,
#edit-og-group-ref-target-id-1-wrapper {
  margin-right: 2%;
}

.views-exposed-form .views-submit-button {
  float: right;
}
.views-exposed-form .views-submit-button #edit-form-description {
  margin-top: 1.28571em;
}

#block-views-aw-titel-az-aw-az-qa [for=edit-quartal],
.view-aw-titel [for=edit-quartal],
.view-aw-mitglied [for=edit-quartal] {
  color: #454545;
  margin: 0 0.25em 0 0;
  width: auto;
}
#block-views-aw-titel-az-aw-az-qa [for=edit-quartal],
#block-views-aw-titel-az-aw-az-qa .views-widget,
.view-aw-titel [for=edit-quartal],
.view-aw-titel .views-widget,
.view-aw-mitglied [for=edit-quartal],
.view-aw-mitglied .views-widget {
  margin-bottom: 0.96429em;
}
#block-views-aw-titel-az-aw-az-qa .view-filters .views-exposed-form .form-item,
.view-aw-titel .view-filters .views-exposed-form .form-item,
.view-aw-mitglied .view-filters .views-exposed-form .form-item {
  background: transparent;
  border-top: 0 none;
  padding: 0;
}
#block-views-aw-titel-az-aw-az-qa .view-filters #edit-quartal-wrapper,
.view-aw-titel .view-filters #edit-quartal-wrapper,
.view-aw-mitglied .view-filters #edit-quartal-wrapper {
  padding: 0;
  width: 100%;
}

.views-exposed-widgets > #-wrapper {
  display: none;
}

#ivw-blocks-angebotssuche-form:after {
  content: "";
  display: table;
  clear: both;
}
#ivw-blocks-angebotssuche-form .form-type-textfield input {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 0.92857em;
  line-height: 1.73077em;
}
#ivw-blocks-angebotssuche-form .form-item:first-child {
  margin-top: 0;
}
#ivw-blocks-angebotssuche-form .chosen-single {
  background: #e2e2e2;
}
#ivw-blocks-angebotssuche-form .chosen-single span {
  color: #666666;
}
#ivw-blocks-angebotssuche-form .chosen-single div:after {
  color: black;
  font-size: 21px;
}
#ivw-blocks-angebotssuche-form select {
  background: #e2e2e2;
  color: black;
}
.no-chosen-select #ivw-blocks-angebotssuche-form .form-type-select:after {
  color: black;
}
#ivw-blocks-angebotssuche-form .chosen-drop {
  color: #666666;
}
#ivw-blocks-angebotssuche-form .chosen-drop li {
  color: #666666;
}
#ivw-blocks-angebotssuche-form .chosen-drop li.highlighted {
  color: white;
}
#ivw-blocks-angebotssuche-form .form-item-as-search-key input {
  width: 100%;
}
#ivw-blocks-angebotssuche-form .submit-button-wrapper {
  float: right;
}
#ivw-blocks-angebotssuche-form .submit-button-wrapper:after {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: white;
  content: "\e106";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
#ivw-blocks-angebotssuche-form .submit-button-wrapper:after {
  position: relative;
  top: 8px;
  left: -1.5em;
  font-size: 21px;
}
#ivw-blocks-angebotssuche-form input.form-submit {
  position: relative;
  background: none;
  z-index: 2;
  padding-right: 3em;
}

#ivw-recommend-form label {
  margin: 0 1em 0 0;
  padding: 0;
}
#ivw-recommend-form input, #ivw-recommend-form textarea {
  width: 100%;
}
#ivw-recommend-form [for=edit-url-readonly],
#ivw-recommend-form [for=edit-subject-readonly] {
  display: inline;
  width: auto;
}
#ivw-recommend-form [for=edit-mail],
#ivw-recommend-form [for=edit-message],
#ivw-recommend-form [for=edit-sender-name],
#ivw-recommend-form [for=edit-sender-mail] {
  display: none;
}

#user-profile-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
#user-profile-form input {
  width: 100%;
}
#user-profile-form .password-suggestions, #user-profile-form label {
  display: none !important;
}
#user-profile-form .form-item-current-pass,
#user-profile-form .form-item-mail,
#user-profile-form .form-type-password {
  clear: none;
  float: left;
  width: 47.5%;
}
#user-profile-form .form-item-current-pass,
#user-profile-form .form-item-pass-pass1 {
  margin-right: 5%;
}
#user-profile-form .password-strength,
#user-profile-form .password-confirm {
  width: 100%;
}
#user-profile-form .description {
  clear: both;
  padding-top: 0.96429em;
  text-align: center;
}

#edit-account .form-type-password, #edit-account .form-type-textfield {
  float: none;
  clear: both;
  display: inline-block;
  width: 47.2%;
}

#views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-form .form-item {
  background: transparent;
  border: 0 none;
  margin: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widget {
  padding: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-submit-button {
  margin-top: 0.96429em;
}

#views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widgets,
#views-exposed-form-aw-titel-page-ha .views-exposed-widgets {
  margin-left: -2%;
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widget,
#views-exposed-form-aw-titel-page-ha .views-exposed-widget {
  width: 31.2%;
  padding: 0.5em 0 0 0;
  margin-left: 2%;
}
@media (max-width: 37.5em) {
  #views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widget,
  #views-exposed-form-aw-titel-page-ha .views-exposed-widget {
    width: 48%;
  }
}
@media (max-width: 30em) {
  #views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widget,
  #views-exposed-form-aw-titel-page-ha .views-exposed-widget {
    width: 100%;
    margin: 0;
  }
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-exposed-widget .form-text,
#views-exposed-form-aw-titel-page-ha .views-exposed-widget .form-text {
  width: 100%;
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-widget-filter-ivw_aw_az_evt label,
#views-exposed-form-aw-titel-az-aw-az-ha .views-widget-filter-ivw_aw_az_evt_dummy label,
#views-exposed-form-aw-titel-page-ha .views-widget-filter-ivw_aw_az_evt label,
#views-exposed-form-aw-titel-page-ha .views-widget-filter-ivw_aw_az_evt_dummy label {
  line-height: 1.5rem;
  margin: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha .date-padding,
#views-exposed-form-aw-titel-page-ha .date-padding {
  width: 100%;
}
#views-exposed-form-aw-titel-az-aw-az-ha .form-type-date-select,
#views-exposed-form-aw-titel-page-ha .form-type-date-select {
  width: 100%;
}
#views-exposed-form-aw-titel-az-aw-az-ha .form-type-date-select .form-type-select,
#views-exposed-form-aw-titel-page-ha .form-type-date-select .form-type-select {
  width: 29%;
  margin-right: 1.5%;
  text-align: center;
}
#views-exposed-form-aw-titel-az-aw-az-ha .form-type-date-select .form-type-select .chosen-container .chosen-results,
#views-exposed-form-aw-titel-page-ha .form-type-date-select .form-type-select .chosen-container .chosen-results {
  padding: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha .form-type-date-select .form-type-select:last-child,
#views-exposed-form-aw-titel-page-ha .form-type-date-select .form-type-select:last-child {
  width: 39%;
  margin-right: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-gattung-wrapper,
#views-exposed-form-aw-titel-page-ha #edit-gattung-wrapper {
  width: 31.2%;
}
@media (max-width: 37.5em) {
  #views-exposed-form-aw-titel-az-aw-az-ha #edit-gattung-wrapper,
  #views-exposed-form-aw-titel-page-ha #edit-gattung-wrapper {
    width: 100%;
  }
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-gattung-wrapper input,
#views-exposed-form-aw-titel-page-ha #edit-gattung-wrapper input {
  padding: 0.75em;
  line-height: 1.5em;
  margin: 0;
  height: auto;
  font-size: 1em;
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-gattung-wrapper input:focus,
#views-exposed-form-aw-titel-page-ha #edit-gattung-wrapper input:focus {
  outline: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper,
#views-exposed-form-aw-titel-page-ha #edit-evt-wrapper {
  width: 64%;
}
@media (max-width: 37.5em) {
  #views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper,
  #views-exposed-form-aw-titel-page-ha #edit-evt-wrapper {
    width: 100%;
  }
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper .views-widget > div,
#views-exposed-form-aw-titel-page-ha #edit-evt-wrapper .views-widget > div {
  width: 48.5%;
  float: left;
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper .views-widget > div:first-child,
#views-exposed-form-aw-titel-page-ha #edit-evt-wrapper .views-widget > div:first-child {
  margin-right: 3%;
}
@media (max-width: 30em) {
  #views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper .views-widget > div,
  #views-exposed-form-aw-titel-page-ha #edit-evt-wrapper .views-widget > div {
    width: 100%;
  }
  #views-exposed-form-aw-titel-az-aw-az-ha #edit-evt-wrapper .views-widget > div:first-child,
  #views-exposed-form-aw-titel-page-ha #edit-evt-wrapper .views-widget > div:first-child {
    margin-right: 0;
    margin-bottom: 0.64286em;
  }
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-ivw-aw-az-evt-dummy-min-wrapper,
#views-exposed-form-aw-titel-page-ha #edit-ivw-aw-az-evt-dummy-min-wrapper {
  margin-bottom: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha #edit-ivw-aw-az-evt-dummy-min-wrapper .form-item,
#views-exposed-form-aw-titel-page-ha #edit-ivw-aw-az-evt-dummy-min-wrapper .form-item {
  margin-bottom: 0;
}
#views-exposed-form-aw-titel-az-aw-az-ha .exposed-form-description,
#views-exposed-form-aw-titel-page-ha .exposed-form-description {
  padding: 0 1em;
}
#views-exposed-form-aw-titel-az-aw-az-ha .views-submit-button,
#views-exposed-form-aw-titel-page-ha .views-submit-button {
  width: auto;
}
@media (max-width: 30em) {
  #views-exposed-form-aw-titel-az-aw-az-ha .views-submit-button,
  #views-exposed-form-aw-titel-page-ha .views-submit-button {
    width: 100%;
  }
  #views-exposed-form-aw-titel-az-aw-az-ha .views-submit-button input,
  #views-exposed-form-aw-titel-page-ha .views-submit-button input {
    width: 100%;
  }
}
@media (max-width: 30em) {
  #views-exposed-form-aw-titel-az-aw-az-ha .views-reset-button,
  #views-exposed-form-aw-titel-page-ha .views-reset-button {
    text-align: center;
  }
}

#ui-datepicker-div {
  background: white;
  border: 0;
  -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  /* Component containers
  ----------------------------------*/
  /* Interaction states
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* Icons
  ----------------------------------*/
  /* states and images */
  /* positioning */
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  /* Misc visuals
  ----------------------------------*/
  /* Corner radius */
  /* Overlays */
}
#ui-datepicker-div select {
  padding: 2px 3px;
  background: #009933;
}
#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-active, #ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #009933;
  color: white;
  border-color: #009933;
}
#ui-datepicker-div .ui-datepicker-week-col {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-prev-hover {
  border: 0;
  left: 2px;
  top: 2px;
}
#ui-datepicker-div .ui-datepicker-next-hover {
  border: 0;
  right: 2px;
  top: 2px;
}
#ui-datepicker-div .ui-widget {
  font-size: 1.1em;
}
#ui-datepicker-div .ui-widget .ui-widget {
  font-size: 1em;
}
#ui-datepicker-div .ui-widget input,
#ui-datepicker-div .ui-widget select,
#ui-datepicker-div .ui-widget textarea,
#ui-datepicker-div .ui-widget button {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif !important;
  font-size: 1em;
}
#ui-datepicker-div .ui-widget-content {
  border: 1px solid #c3c3c3;
  background: white url("../images/datepicker/ui-bg_highlight-hard_100_ffffff_1x100.png") 50% top repeat-x;
  color: #312e25;
}
#ui-datepicker-div .ui-widget-content a {
  color: #312e25;
}
#ui-datepicker-div .ui-widget-header {
  border: 1px solid #009933;
  background: #009933 url("../images/datepicker/ui-bg_flat_100_009933_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
#ui-datepicker-div .ui-widget-header a {
  color: #ffffff;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  border: 1px solid #327E04;
  background: white url("../images/datepicker/ui-bg_highlight-hard_15_ffffff_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #000000;
}
#ui-datepicker-div .ui-state-default a,
#ui-datepicker-div .ui-state-default a:link,
#ui-datepicker-div .ui-state-default a:visited {
  color: #000000;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-hover,
#ui-datepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-state-focus,
#ui-datepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-widget-header .ui-state-focus {
  border: 1px solid #009933;
  background: white url("../images/datepicker/ui-bg_highlight-soft_25_ffffff_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #009933;
}
#ui-datepicker-div .ui-state-hover a,
#ui-datepicker-div .ui-state-hover a:hover,
#ui-datepicker-div .ui-state-hover a:link,
#ui-datepicker-div .ui-state-hover a:visited,
#ui-datepicker-div .ui-state-focus a,
#ui-datepicker-div .ui-state-focus a:hover,
#ui-datepicker-div .ui-state-focus a:link,
#ui-datepicker-div .ui-state-focus a:visited {
  color: #009933;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #fafaf4 url("../images/datepicker/ui-bg_highlight-hard_100_fafaf4_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #009933;
}
#ui-datepicker-div .ui-state-active a,
#ui-datepicker-div .ui-state-active a:link,
#ui-datepicker-div .ui-state-active a:visited {
  color: #009933;
  text-decoration: none;
}
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  border: 1px solid #e8e1b5;
  background: #009933 url("../images/datepicker/ui-bg_flat_55_009933_40x100.png") 50% 50% repeat-x;
  color: #ffffff;
}
#ui-datepicker-div .ui-state-highlight a,
#ui-datepicker-div .ui-widget-content .ui-state-highlight a,
#ui-datepicker-div .ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}
#ui-datepicker-div .ui-state-error,
#ui-datepicker-div .ui-widget-content .ui-state-error,
#ui-datepicker-div .ui-widget-header .ui-state-error {
  border: 1px solid #e3a345;
  background: #ffedad url("../images/datepicker/ui-bg_highlight-soft_95_ffedad_1x100.png") 50% top repeat-x;
  color: #cd5c0a;
}
#ui-datepicker-div .ui-state-error a,
#ui-datepicker-div .ui-widget-content .ui-state-error a,
#ui-datepicker-div .ui-widget-header .ui-state-error a {
  color: #cd5c0a;
}
#ui-datepicker-div .ui-state-error-text,
#ui-datepicker-div .ui-widget-content .ui-state-error-text,
#ui-datepicker-div .ui-widget-header .ui-state-error-text {
  color: #cd5c0a;
}
#ui-datepicker-div .ui-priority-primary,
#ui-datepicker-div .ui-widget-content .ui-priority-primary,
#ui-datepicker-div .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
#ui-datepicker-div .ui-priority-secondary,
#ui-datepicker-div .ui-widget-content .ui-priority-secondary,
#ui-datepicker-div .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
#ui-datepicker-div .ui-state-disabled,
#ui-datepicker-div .ui-widget-content .ui-state-disabled,
#ui-datepicker-div .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}
#ui-datepicker-div .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}
#ui-datepicker-div .ui-icon {
  width: 16px;
  height: 16px;
}
#ui-datepicker-div .ui-icon,
#ui-datepicker-div .ui-widget-content .ui-icon {
  background-image: url("../images/datepicker/ui-icons_808080_256x240.png");
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url("../images/datepicker/ui-icons_ffffff_256x240.png");
}
#ui-datepicker-div .ui-state-default .ui-icon {
  background-image: url("../images/datepicker/ui-icons_eeeeee_256x240.png");
}
#ui-datepicker-div .ui-state-hover .ui-icon,
#ui-datepicker-div .ui-state-focus .ui-icon {
  background-image: url("../images/datepicker/ui-icons_009933_256x240.png");
}
#ui-datepicker-div .ui-state-active .ui-icon {
  background-image: url("../images/datepicker/ui-icons_8DC262_256x240.png");
}
#ui-datepicker-div .ui-state-highlight .ui-icon {
  background-image: url("../images/datepicker/ui-icons_8DC262_256x240.png");
}
#ui-datepicker-div .ui-state-error .ui-icon,
#ui-datepicker-div .ui-state-error-text .ui-icon {
  background-image: url("../images/datepicker/ui-icons_cd0a0a_256x240.png");
}
#ui-datepicker-div .ui-icon-blank {
  background-position: 16px 16px;
}
#ui-datepicker-div .ui-icon-carat-1-n {
  background-position: 0 0;
}
#ui-datepicker-div .ui-icon-carat-1-ne {
  background-position: -16px 0;
}
#ui-datepicker-div .ui-icon-carat-1-e {
  background-position: -32px 0;
}
#ui-datepicker-div .ui-icon-carat-1-se {
  background-position: -48px 0;
}
#ui-datepicker-div .ui-icon-carat-1-s {
  background-position: -64px 0;
}
#ui-datepicker-div .ui-icon-carat-1-sw {
  background-position: -80px 0;
}
#ui-datepicker-div .ui-icon-carat-1-w {
  background-position: -96px 0;
}
#ui-datepicker-div .ui-icon-carat-1-nw {
  background-position: -112px 0;
}
#ui-datepicker-div .ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
#ui-datepicker-div .ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
#ui-datepicker-div .ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
#ui-datepicker-div .ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
#ui-datepicker-div .ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
#ui-datepicker-div .ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
#ui-datepicker-div .ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
#ui-datepicker-div .ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
#ui-datepicker-div .ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
#ui-datepicker-div .ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
#ui-datepicker-div .ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
#ui-datepicker-div .ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
#ui-datepicker-div .ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
#ui-datepicker-div .ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
#ui-datepicker-div .ui-icon-arrow-4 {
  background-position: 0 -80px;
}
#ui-datepicker-div .ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
#ui-datepicker-div .ui-icon-extlink {
  background-position: -32px -80px;
}
#ui-datepicker-div .ui-icon-newwin {
  background-position: -48px -80px;
}
#ui-datepicker-div .ui-icon-refresh {
  background-position: -64px -80px;
}
#ui-datepicker-div .ui-icon-shuffle {
  background-position: -80px -80px;
}
#ui-datepicker-div .ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
#ui-datepicker-div .ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
#ui-datepicker-div .ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
#ui-datepicker-div .ui-icon-folder-open {
  background-position: -16px -96px;
}
#ui-datepicker-div .ui-icon-document {
  background-position: -32px -96px;
}
#ui-datepicker-div .ui-icon-document-b {
  background-position: -48px -96px;
}
#ui-datepicker-div .ui-icon-note {
  background-position: -64px -96px;
}
#ui-datepicker-div .ui-icon-mail-closed {
  background-position: -80px -96px;
}
#ui-datepicker-div .ui-icon-mail-open {
  background-position: -96px -96px;
}
#ui-datepicker-div .ui-icon-suitcase {
  background-position: -112px -96px;
}
#ui-datepicker-div .ui-icon-comment {
  background-position: -128px -96px;
}
#ui-datepicker-div .ui-icon-person {
  background-position: -144px -96px;
}
#ui-datepicker-div .ui-icon-print {
  background-position: -160px -96px;
}
#ui-datepicker-div .ui-icon-trash {
  background-position: -176px -96px;
}
#ui-datepicker-div .ui-icon-locked {
  background-position: -192px -96px;
}
#ui-datepicker-div .ui-icon-unlocked {
  background-position: -208px -96px;
}
#ui-datepicker-div .ui-icon-bookmark {
  background-position: -224px -96px;
}
#ui-datepicker-div .ui-icon-tag {
  background-position: -240px -96px;
}
#ui-datepicker-div .ui-icon-home {
  background-position: 0 -112px;
}
#ui-datepicker-div .ui-icon-flag {
  background-position: -16px -112px;
}
#ui-datepicker-div .ui-icon-calendar {
  background-position: -32px -112px;
}
#ui-datepicker-div .ui-icon-cart {
  background-position: -48px -112px;
}
#ui-datepicker-div .ui-icon-pencil {
  background-position: -64px -112px;
}
#ui-datepicker-div .ui-icon-clock {
  background-position: -80px -112px;
}
#ui-datepicker-div .ui-icon-disk {
  background-position: -96px -112px;
}
#ui-datepicker-div .ui-icon-calculator {
  background-position: -112px -112px;
}
#ui-datepicker-div .ui-icon-zoomin {
  background-position: -128px -112px;
}
#ui-datepicker-div .ui-icon-zoomout {
  background-position: -144px -112px;
}
#ui-datepicker-div .ui-icon-search {
  background-position: -160px -112px;
}
#ui-datepicker-div .ui-icon-wrench {
  background-position: -176px -112px;
}
#ui-datepicker-div .ui-icon-gear {
  background-position: -192px -112px;
}
#ui-datepicker-div .ui-icon-heart {
  background-position: -208px -112px;
}
#ui-datepicker-div .ui-icon-star {
  background-position: -224px -112px;
}
#ui-datepicker-div .ui-icon-link {
  background-position: -240px -112px;
}
#ui-datepicker-div .ui-icon-cancel {
  background-position: 0 -128px;
}
#ui-datepicker-div .ui-icon-plus {
  background-position: -16px -128px;
}
#ui-datepicker-div .ui-icon-plusthick {
  background-position: -32px -128px;
}
#ui-datepicker-div .ui-icon-minus {
  background-position: -48px -128px;
}
#ui-datepicker-div .ui-icon-minusthick {
  background-position: -64px -128px;
}
#ui-datepicker-div .ui-icon-close {
  background-position: -80px -128px;
}
#ui-datepicker-div .ui-icon-closethick {
  background-position: -96px -128px;
}
#ui-datepicker-div .ui-icon-key {
  background-position: -112px -128px;
}
#ui-datepicker-div .ui-icon-lightbulb {
  background-position: -128px -128px;
}
#ui-datepicker-div .ui-icon-scissors {
  background-position: -144px -128px;
}
#ui-datepicker-div .ui-icon-clipboard {
  background-position: -160px -128px;
}
#ui-datepicker-div .ui-icon-copy {
  background-position: -176px -128px;
}
#ui-datepicker-div .ui-icon-contact {
  background-position: -192px -128px;
}
#ui-datepicker-div .ui-icon-image {
  background-position: -208px -128px;
}
#ui-datepicker-div .ui-icon-video {
  background-position: -224px -128px;
}
#ui-datepicker-div .ui-icon-script {
  background-position: -240px -128px;
}
#ui-datepicker-div .ui-icon-alert {
  background-position: 0 -144px;
}
#ui-datepicker-div .ui-icon-info {
  background-position: -16px -144px;
}
#ui-datepicker-div .ui-icon-notice {
  background-position: -32px -144px;
}
#ui-datepicker-div .ui-icon-help {
  background-position: -48px -144px;
}
#ui-datepicker-div .ui-icon-check {
  background-position: -64px -144px;
}
#ui-datepicker-div .ui-icon-bullet {
  background-position: -80px -144px;
}
#ui-datepicker-div .ui-icon-radio-on {
  background-position: -96px -144px;
}
#ui-datepicker-div .ui-icon-radio-off {
  background-position: -112px -144px;
}
#ui-datepicker-div .ui-icon-pin-w {
  background-position: -128px -144px;
}
#ui-datepicker-div .ui-icon-pin-s {
  background-position: -144px -144px;
}
#ui-datepicker-div .ui-icon-play {
  background-position: 0 -160px;
}
#ui-datepicker-div .ui-icon-pause {
  background-position: -16px -160px;
}
#ui-datepicker-div .ui-icon-seek-next {
  background-position: -32px -160px;
}
#ui-datepicker-div .ui-icon-seek-prev {
  background-position: -48px -160px;
}
#ui-datepicker-div .ui-icon-seek-end {
  background-position: -64px -160px;
}
#ui-datepicker-div .ui-icon-seek-start {
  background-position: -80px -160px;
}
#ui-datepicker-div .ui-icon-seek-first {
  background-position: -80px -160px;
}
#ui-datepicker-div .ui-icon-stop {
  background-position: -96px -160px;
}
#ui-datepicker-div .ui-icon-eject {
  background-position: -112px -160px;
}
#ui-datepicker-div .ui-icon-volume-off {
  background-position: -128px -160px;
}
#ui-datepicker-div .ui-icon-volume-on {
  background-position: -144px -160px;
}
#ui-datepicker-div .ui-icon-power {
  background-position: 0 -176px;
}
#ui-datepicker-div .ui-icon-signal-diag {
  background-position: -16px -176px;
}
#ui-datepicker-div .ui-icon-signal {
  background-position: -32px -176px;
}
#ui-datepicker-div .ui-icon-battery-0 {
  background-position: -48px -176px;
}
#ui-datepicker-div .ui-icon-battery-1 {
  background-position: -64px -176px;
}
#ui-datepicker-div .ui-icon-battery-2 {
  background-position: -80px -176px;
}
#ui-datepicker-div .ui-icon-battery-3 {
  background-position: -96px -176px;
}
#ui-datepicker-div .ui-icon-circle-plus {
  background-position: 0 -192px;
}
#ui-datepicker-div .ui-icon-circle-minus {
  background-position: -16px -192px;
}
#ui-datepicker-div .ui-icon-circle-close {
  background-position: -32px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
#ui-datepicker-div .ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
#ui-datepicker-div .ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
#ui-datepicker-div .ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
#ui-datepicker-div .ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
#ui-datepicker-div .ui-icon-circle-check {
  background-position: -208px -192px;
}
#ui-datepicker-div .ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
#ui-datepicker-div .ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
#ui-datepicker-div .ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
#ui-datepicker-div .ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
#ui-datepicker-div .ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
#ui-datepicker-div .ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
#ui-datepicker-div .ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
#ui-datepicker-div .ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
#ui-datepicker-div .ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
#ui-datepicker-div .ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-tl {
  border-top-left-radius: 6px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-top,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-tr {
  border-top-right-radius: 6px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-left,
#ui-datepicker-div .ui-corner-bl {
  border-bottom-left-radius: 6px;
}
#ui-datepicker-div .ui-corner-all,
#ui-datepicker-div .ui-corner-bottom,
#ui-datepicker-div .ui-corner-right,
#ui-datepicker-div .ui-corner-br {
  border-bottom-right-radius: 6px;
}
#ui-datepicker-div .ui-widget-overlay {
  background: #2b2922 url("../images/datepicker/ui-bg_inset-soft_15_2b2922_1x100.png") 50% bottom repeat-x;
  opacity: .9;
  filter: Alpha(Opacity=90);
  /* support: IE8 */
}
#ui-datepicker-div .ui-widget-shadow {
  margin: -12px 0 0 -12px;
  padding: 12px;
  background: #cccccc url("../images/datepicker/ui-bg_highlight-hard_95_cccccc_1x100.png") 50% top repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
  border-radius: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  border: 1px solid #009933;
  background: #009933;
  color: white;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  border-color: #c3c3c3;
}
#ui-datepicker-div .ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-prev-hover {
  border: 0 !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) {
  width: 100%;
  border: none;
  margin-bottom: 1.28571em;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) th, table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) td {
  border: 1px solid #b2b2b2;
  padding: 0.64286em 1em;
  /*&:first-child {
    border-left-width: 2px;
  }*/
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) th {
  border: none;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) tr.odd, table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) tr:nth-child(odd) {
  background: white;
  border: 0;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) tr.even, table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) tr:nth-child(even) {
  background: #e2e2e2;
  border: 0;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) th {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
  border-bottom: 3px solid #009933;
  text-align: center;
  /*white-space: nowrap!important;
  line-break: strict;*/
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) thead + tbody tr.odd {
  background: white;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) thead + tbody tr.even {
  background: #e2e2e2;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) thead + tbody tr:first-child th, table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) thead + tbody tr:first-child td {
  padding-top: 1.28571em;
}
table:not(.ivw-autonews):not(.ui-datepicker-calendar):not(.node-department-funk) tbody {
  border-top: 0;
}

.node-department-funk tbody, .node-department-funk tr, .node-department-funk td {
  background: white !important;
  border: 0 none;
}

.ivw-autonews {
  table-layout: fixed;
  width: 100%;
}
p + .ivw-autonews {
  margin-top: -0.64286em;
  margin-bottom: 2.57143em;
}
.ivw-autonews tbody, .ivw-autonews tr, .ivw-autonews th, .ivw-autonews td {
  background: transparent;
  border: 0 none;
}
.ivw-autonews td, .ivw-autonews th {
  padding-top: 0.32143em;
  padding-bottom: 0.32143em;
  width: 25%;
  text-align: left;
}
.ivw-autonews td:nth-child(even), .ivw-autonews th:nth-child(even) {
  text-align: right;
  padding-right: 1em;
}
.ivw-autonews td:nth-child(3), .ivw-autonews th:nth-child(3) {
  text-align: right;
  padding-right: 5em;
}

table.ivw-autonews-heading {
  margin-top: 2.57143em;
  margin-bottom: 0.64286em !important;
}
table.ivw-autonews-heading tbody, table.ivw-autonews-heading tr, table.ivw-autonews-heading th, table.ivw-autonews-heading td {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 !important;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}
table.ivw-autonews-heading td:first-child {
  text-align: left;
  white-space: normal;
  padding-right: 2em !important;
}

table.ivw-autonews-eintritte-austritte  th, table.ivw-autonews-eintritte-austritte  td {
  border: 1px solid #b2b2b2;
  padding: 0.64286em 1em;
}
table.ivw-autonews-eintritte-austritte  th {
  border: none;
}
table.ivw-autonews-eintritte-austritte  tr.odd, table.ivw-autonews-eintritte-austritte  tr:nth-child(odd) {
  background: white;
  border: 0;
}
table.ivw-autonews-eintritte-austritte  tr.even, table.ivw-autonews-eintritte-austritte  tr:nth-child(even) {
  background: #e2e2e2;
  border: 0;
}
table.ivw-autonews-eintritte-austritte  tbody {
  border-top: 0;
}

.hide {
  display: none;
}

.no-list, .no-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.progress .filled {
  background: url('../images/progress_green.gif?1421412140') repeat scroll 0 0 #00a737;
}

#backtotop {
  background: #c3c3c3;
  border: none;
  border-radius: 2px;
  padding: 33px 14px;
}
#backtotop:before {
  font-family: "Metrize-Icons";
  font-size: 40px;
  font-weight: normal;
  color: white;
  content: "\e100";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
#backtotop:hover {
  background: #b2b2b2;
}
#backtotop:before {
  margin-right: 0;
  line-height: 0;
  vertical-align: top;
}

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

@media all and (max-width: 800px) {
  #admin-menu {
    display: none;
  }

  body.admin-menu {
    margin-top: 0 !important;
  }
}
@media (min-width: 50em) {
  #topbar-wrapper {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
    z-index: 960;
  }
  body.admin-menu #topbar-wrapper {
    top: 20px;
  }
}

@media (min-width: 50em) {
  #header-prefix-wrapper {
    position: absolute;
    width: 100%;
    top: 50px;
  }
}

@media (min-width: 50em) {
  #header-prefix #block-menu-block-menu-utility-menu-header,
  #header-prefix #block-menu-block-main-menu {
    width: 59.12409%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  #header-prefix #block-menu-block-menu-utility-menu-header {
    margin-top: 1.28571em;
  }
  #header-prefix #block-menu-block-main-menu {
    margin-top: 2.57143em;
  }
}

#header-wrapper {
  margin: 90px 0 2.57143em 0;
  background: url('../images/header_bg_sample.jpg?1418665691') center top;
  background-size: cover;
  height: 186px;
}
@media (min-width: 50em) {
  #header-wrapper {
    margin: 0;
    padding-top: 50px;
    height: 422px;
  }
}

.og-context-digital #header-wrapper {
  background: url('../images/Headerbilder/Header-2-digital.jpg?1418915532') center top;
  background-size: cover;
}

.og-context-print #header-wrapper {
  background: url('../images/Headerbilder/Header-2-print.jpg?1418828531') center top;
  background-size: cover;
}

.og-context-print.sub-dpt-quartalsauflagen #header-wrapper {
  background: url('../images/Headerbilder/Header-2-qaa.jpg?1418993989') center top;
  background-size: cover;
}

.og-context-print.sub-dpt-epaper #header-wrapper {
  background: url('../images/Headerbilder/Header-2-epaper.jpg?1418665691') center top;
  background-size: cover;
}

.og-context-print.sub-dpt-heftauflagen #header-wrapper {
  background: url('../images/Headerbilder/Header-2-heft.jpg?1418665691') center top;
  background-size: cover;
}

.og-context-print.sub-dpt-eda #header-wrapper {
  background: url('../images/Headerbilder/Header-2-eda.jpg?1422977925') center top;
  background-size: cover;
}

.og-context-print.sub-dpt-va #header-wrapper {
  background: url('../images/Headerbilder/Header-2-va.jpg?1418665691') center top;
  background-size: cover;
}

.og-context-paid-content #header-wrapper {
  background: url('../images/Headerbilder/Header-2-paidcontent.jpg?1418894524') center top;
  background-size: cover;
}

.og-context-funk #header-wrapper {
  background: url('../images/Headerbilder/Header-2-radio.jpg?1418665691') center top;
  background-size: cover;
}

.og-context-kino #header-wrapper {
  background: url('../images/Headerbilder/Header-2-kino.jpg?1418665691') center top;
  background-size: cover;
}

#header #logo {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.64286em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 70px;
  text-align: center;
  z-index: 950;
  margin: 0 25%;
}
#header #logo img {
  max-height: 100%;
}
@media (min-width: 50em) {
  #header #logo {
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    width: 18.24818%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    margin-top: 2.57143em;
    text-align: left;
  }
}
#header #site-name {
  display: none;
}
@media (min-width: 50em) {
  #header #site-name {
    display: block;
    width: 28.46715%;
    float: left;
    margin-right: -100%;
    margin-left: 10.21898%;
    clear: none;
    margin-top: 3.85714em;
  }
}
#header #site-name h1 {
  font-size: 0.92857em;
  line-height: 1.38462em;
  text-transform: none;
  letter-spacing: 0;
  color: black;
}

#header-suffix {
  max-width: 980px;
  padding: 0 10px;
}
@media (min-width: 50em) {
  #header-suffix {
    background: white;
    margin-top: -40px;
    padding-top: 40px;
  }
}

#main-prefix:after,
#main:after,
#main-suffix:after {
  content: "";
  display: table;
  clear: both;
}

.page-aw-print-qa-titel #main {
  overflow: visible;
}

@media (min-width: 50em) {
  .sidebar-second #content {
    width: 59.12409%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
  }
}

@media (min-width: 50em) {
  #sidebar-second {
    width: 38.68613%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}

#footer-prefix-wrapper {
  margin-top: 5.14286em;
  background: #00a737;
  overflow: hidden;
}

#footer-wrapper {
  background: url('../images/triangle_pattern.png?1418665691'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: url('../images/triangle_pattern.png?1418665691'), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009933), color-stop(100%, #00a737));
  background: url('../images/triangle_pattern.png?1418665691'), -webkit-linear-gradient(top, #009933, #00a737);
  background: url('../images/triangle_pattern.png?1418665691'), linear-gradient(to bottom, #009933, #00a737);
}

#footer {
  padding-top: 2.57143em;
  padding-bottom: 5.14286em;
  color: white;
  overflow: hidden;
}

#block-menu-block-menu-department-menu-sidebar {
  clear: both;
}
#block-menu-block-menu-department-menu-sidebar:after {
  content: "";
  display: table;
  clear: both;
}

.block {
  margin-bottom: 2.57143em;
}
@media (min-width: 50em) {
  .block {
    margin-bottom: 3.85714em;
  }
}
.region-topbar .block, .region-header-prefix .block, .region-header .block, .region-header-suffix .block, .region-main-prefix .block, .region-footer-prefix .block, .region-footer .block {
  margin-bottom: 0;
}

#block-menu-block-menu-department-menu {
  margin-bottom: 2.57143em;
}

#block-system-main {
  margin-bottom: 0;
}

#block-fieldblock-node-article-default-field-download .block-content {
  padding: 0;
}

#block-ivw-blocks-claim, #block-ivw-blocks-new-membership-link p {
  text-align: center;
  text-transform: uppercase;
  color: #009933;
  font-weight: bold;
  font-size: 1.28571em;
  line-height: 1.25em;
  margin-top: 20px;
  margin-bottom: 40px;
}

#block-ivw-blocks-claim {
  clear: both;
  font-size: 2em;
  line-height: 1.28571em;
}

#block-ivw-blocks-new-membership-link, #block-ivw-blocks-payment-link {
  width: 100%;
  max-width: 10em;
  margin: 0 auto;
  min-height: 120px;
  position: relative;
  margin-bottom: 3.85714em;
}
#block-ivw-blocks-new-membership-link .block-content, #block-ivw-blocks-payment-link .block-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
}
#block-ivw-blocks-new-membership-link .block-content a, #block-ivw-blocks-payment-link .block-content a {
  display: block;
  font-weight: bold;
  left: 0.8em;
  word-wrap: break-word;
  padding: 0 1.28571em;
}
#block-ivw-blocks-new-membership-link .block-content a:after, #block-ivw-blocks-payment-link .block-content a:after {
  font-family: "Metrize-Icons";
  font-size: 18.5px;
  font-weight: normal;
  color: black;
  content: "\e106";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
#block-ivw-blocks-new-membership-link .block-content a:after, #block-ivw-blocks-payment-link .block-content a:after {
  margin-left: 0;
  position: absolute;
  right: 0;
  bottom: 0.3em;
}
#block-ivw-blocks-new-membership-link .block-content p, #block-ivw-blocks-payment-link .block-content p {
  margin-bottom: 0px;
  color: gray;
}
.member-and-payment-block #block-ivw-blocks-new-membership-link, .member-and-payment-block #block-ivw-blocks-payment-link {
  display: inline-block;
}

#block-ivw-blocks-new-membership-link {
  background: url("../images/new_member.png") no-repeat center top;
}
.member-and-payment-block #block-ivw-blocks-new-membership-link {
  margin-left: 10%;
  margin-left: calc(48% - 10em);
}

#block-ivw-blocks-payment-link {
  background: url("../images/warenkorb.png") no-repeat center top;
}
.member-and-payment-block #block-ivw-blocks-payment-link {
  margin-right: 10%;
  margin-right: calc(48% - 10em);
}

#block-ivw-blocks-facts {
  clear: both;
  background: #e2e2e2;
}
#block-ivw-blocks-facts .block-content {
  padding: 1.28571em 10px;
  line-height: normal;
  text-align: center;
}
#block-ivw-blocks-facts .block-content .facts-number {
  color: #009933;
  font-weight: bold;
}
#block-ivw-blocks-facts .block-content .facts-prefix, #block-ivw-blocks-facts .block-content .facts-suffix {
  font-weight: bold;
  white-space: normal;
}

#block-views-termine-subdepartment,
#block-views-termine-department, #block-views-termine-front {
  clear: both;
}
#block-views-termine-subdepartment > header,
#block-views-termine-department > header, #block-views-termine-front > header {
  overflow: hidden;
}
#block-views-termine-subdepartment .block-title-wrapper,
#block-views-termine-department .block-title-wrapper, #block-views-termine-front .block-title-wrapper {
  border-bottom: 1px solid #009933;
  margin-bottom: 20px;
  padding-bottom: 0;
  float: left;
  width: 100%;
  padding-left: 30px;
}
#block-views-termine-subdepartment .block-title-wrapper h2.block-title,
#block-views-termine-department .block-title-wrapper h2.block-title, #block-views-termine-front .block-title-wrapper h2.block-title {
  color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  font-size: 1.07143em;
  line-height: 1.8em;
  padding: 6px 44px;
  margin-bottom: 0;
  float: left;
  position: relative;
  font-weight: bold;
}
#block-views-termine-subdepartment .block-title-wrapper h2.block-title:before,
#block-views-termine-department .block-title-wrapper h2.block-title:before, #block-views-termine-front .block-title-wrapper h2.block-title:before {
  content: "";
  border-style: solid;
  height: 0;
  bottom: 0;
  position: absolute;
  width: 0;
  left: 20px;
  border-color: white transparent transparent transparent;
  border-width: 39px 20px 0 0;
  left: 0;
}
#block-views-termine-subdepartment .block-title-wrapper h2.block-title:after,
#block-views-termine-department .block-title-wrapper h2.block-title:after, #block-views-termine-front .block-title-wrapper h2.block-title:after {
  content: "";
  border-style: solid;
  bottom: 0;
  height: 0;
  right: -20px;
  position: absolute;
  width: 0;
  right: 20px;
  border-color: transparent white transparent transparent;
  border-width: 0 20px 39px 0;
  right: 0;
}
#block-views-termine-subdepartment .block-title-wrapper h2.block-title:before, #block-views-termine-subdepartment .block-title-wrapper h2.block-title:after,
#block-views-termine-department .block-title-wrapper h2.block-title:before,
#block-views-termine-department .block-title-wrapper h2.block-title:after, #block-views-termine-front .block-title-wrapper h2.block-title:before, #block-views-termine-front .block-title-wrapper h2.block-title:after {
  top: 0;
}

.views-exposed-form {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
  border: 1px solid #c3c3c3;
  padding: 1em;
}
.views-exposed-form .fieldset-title {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  color: white;
  padding: 0.5em 3.2em 0.5em 2.5em;
  font-weight: normal;
  float: left;
  text-transform: none;
  cursor: pointer;
  margin-left: -0.7em;
}
.views-exposed-form .fieldset-title:after {
  font-family: "Metrize-Icons";
  font-size: 19.5px;
  font-weight: normal;
  color: white;
  content: "\e11c";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
.views-exposed-form .fieldset-title:after {
  position: relative;
  left: 2em;
}
.views-exposed-form .form-item {
  padding: 12px 10px 28px 0;
  background: white;
  border: none;
  border-top: 1px solid #c3c3c3;
  float: none;
}
.views-exposed-form .form-item .option {
  color: black;
  font-weight: normal;
}
.views-exposed-form #edit-bereich-wrapper {
  float: left;
  width: 50%;
}
.views-exposed-form #edit-field-file-category-tid-wrapper,
.views-exposed-form #edit-type-wrapper {
  margin-right: 0;
  padding-top: 1.8em;
}
.views-exposed-form #edit-reset {
  color: #009933;
  background: none;
  font-weight: normal;
  clear: both;
}
.views-exposed-form .form-submit {
  margin: 0 !important;
}
.views-exposed-form .bef-select-as-checkboxes-fieldset {
  width: 50%;
}
.views-exposed-form .fieldset-legend span.summary {
  display: none;
}
.views-exposed-form .fieldset-wrapper {
  margin-top: -34px;
  -webkit-box-shadow: black, 2px;
  box-shadow: black, 2px;
}

.view-downloadbereich .views-exposed-form #edit-bereich-wrapper {
  padding-right: 0;
}
@media (max-width: 30em) {
  .view-downloadbereich .views-exposed-form #edit-bereich-wrapper {
    width: 100%;
  }
}
.view-downloadbereich .views-exposed-form #edit-field-file-category-tid-wrapper,
.view-downloadbereich .views-exposed-form #edit-type-wrapper {
  padding-right: 0;
  margin-left: 2%;
  width: 23%;
}
@media (max-width: 30em) {
  .view-downloadbereich .views-exposed-form #edit-field-file-category-tid-wrapper,
  .view-downloadbereich .views-exposed-form #edit-type-wrapper {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.view-downloadbereich .views-exposed-form .views-widget-sort-order,
.view-downloadbereich .views-exposed-form .views-widget-sort-by {
  width: 23%;
}
@media (max-width: 30em) {
  .view-downloadbereich .views-exposed-form .views-widget-sort-order,
  .view-downloadbereich .views-exposed-form .views-widget-sort-by {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 0;
  }
}
.view-downloadbereich .views-exposed-form .views-widget-sort-order {
  padding-top: 1.3em;
}
.view-downloadbereich #edit-field-file-title-value-wrapper {
  width: 50%;
  margin-right: 2%;
  padding-right: 0;
  margin-top: 0.64286em;
}
.view-downloadbereich #edit-field-file-title-value-wrapper .form-item {
  background: transparent;
  margin-top: 2px;
}
.view-downloadbereich #edit-field-file-title-value-wrapper input {
  width: 100%;
  padding: 0.85em;
}
@media (max-width: 30em) {
  .view-downloadbereich #edit-field-file-title-value-wrapper {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
.view-downloadbereich .view-content .views-row {
  background: #e2e2e2;
  padding: 1.28571em 10px;
  border-bottom: white 1px solid;
  padding-right: 40px;
  position: relative;
}
.view-downloadbereich .view-content .views-row .field-file-title {
  color: #009933;
  font-weight: bold;
  float: left;
  margin-right: 0.2em;
}
.view-downloadbereich .view-content .views-row .field-groups-audience a {
  color: black;
}
.view-downloadbereich .view-content .views-row .views-field {
  color: gray;
}
.view-downloadbereich .view-content .views-row .field-file-category {
  font-weight: bold;
}
.view-downloadbereich .view-content .views-row .field-file-description {
  margin-top: 10px;
  clear: both;
  width: 91%;
}
.view-downloadbereich .view-content .views-row .field-file-description p {
  margin-bottom: 0;
}
.view-downloadbereich .view-content .views-row .views-field-download .field-content a:after {
  font-family: "Metrize-Icons";
  font-size: 21px;
  font-weight: normal;
  color: black;
  content: "\e0c3";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
.view-downloadbereich .view-content .views-row .views-field-download .field-content a:after {
  position: absolute;
  right: 0.5em;
  top: 0.75em;
}

#block-ivw-blocks-ivw-logins-omi-block label {
  margin: 0;
}
#block-ivw-blocks-ivw-logins-omi-block [for=edit-type] {
  display: none;
}
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio {
  border: 0 none;
  padding: 0 0 1.09286em 0;
  white-space: nowrap;
  width: 50%;
  display: inline;
  float: left;
}
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio label.option {
  font-size: 16px;
}
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio:nth-child(1n+4) {
  width: 50%;
}
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio input[type="radio"] {
  margin-right: 0.5em;
  position: relative;
  top: 0.3em;
}
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio input[type="radio"],
#block-ivw-blocks-ivw-logins-omi-block #edit-type-container .form-type-radio label.option {
  float: left;
  font-weight: 400;
  width: auto;
}

#block-ivw-blocks-ivw-logins-omi-block label,
#block-ivw-blocks-ivw-logins-print-block label,
#block-ivw-blocks-ivw-logins-pc-block label {
  margin: 0;
}
#block-ivw-blocks-ivw-logins-omi-block [for=edit-type],
#block-ivw-blocks-ivw-logins-print-block [for=edit-type],
#block-ivw-blocks-ivw-logins-pc-block [for=edit-type] {
  display: none;
}
#block-ivw-blocks-ivw-logins-omi-block .block-title,
#block-ivw-blocks-ivw-logins-print-block .block-title,
#block-ivw-blocks-ivw-logins-pc-block .block-title {
  font-size: 1em;
  line-height: 1.28571em;
  background: #009933;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}
#block-ivw-blocks-ivw-logins-omi-block .block-content,
#block-ivw-blocks-ivw-logins-print-block .block-content,
#block-ivw-blocks-ivw-logins-pc-block .block-content {
  background: #e2e2e2;
  padding: 1.28571em 10px;
}
#block-ivw-blocks-ivw-logins-omi-block .form-item,
#block-ivw-blocks-ivw-logins-print-block .form-item,
#block-ivw-blocks-ivw-logins-pc-block .form-item {
  margin: 0;
}
#block-ivw-blocks-ivw-logins-omi-block .form-item:after,
#block-ivw-blocks-ivw-logins-print-block .form-item:after,
#block-ivw-blocks-ivw-logins-pc-block .form-item:after {
  content: "";
  display: table;
  clear: both;
}
#block-ivw-blocks-ivw-logins-omi-block .form-radios .form-item,
#block-ivw-blocks-ivw-logins-print-block .form-radios .form-item,
#block-ivw-blocks-ivw-logins-pc-block .form-radios .form-item {
  border: 0 none;
  padding: 0 0 0.96429em 0;
  white-space: nowrap;
  width: 33.3%;
}
#block-ivw-blocks-ivw-logins-omi-block .form-radios .form-item:nth-child(1n+4),
#block-ivw-blocks-ivw-logins-print-block .form-radios .form-item:nth-child(1n+4),
#block-ivw-blocks-ivw-logins-pc-block .form-radios .form-item:nth-child(1n+4) {
  width: 50%;
}
#block-ivw-blocks-ivw-logins-omi-block input[type="radio"],
#block-ivw-blocks-ivw-logins-print-block input[type="radio"],
#block-ivw-blocks-ivw-logins-pc-block input[type="radio"] {
  margin-right: 0.5em;
}
#block-ivw-blocks-ivw-logins-omi-block input[type="radio"],
#block-ivw-blocks-ivw-logins-omi-block label.option,
#block-ivw-blocks-ivw-logins-print-block input[type="radio"],
#block-ivw-blocks-ivw-logins-print-block label.option,
#block-ivw-blocks-ivw-logins-pc-block input[type="radio"],
#block-ivw-blocks-ivw-logins-pc-block label.option {
  float: left;
  font-weight: 400;
  width: auto;
}
#block-ivw-blocks-ivw-logins-omi-block input[type="text"],
#block-ivw-blocks-ivw-logins-print-block input[type="text"],
#block-ivw-blocks-ivw-logins-pc-block input[type="text"] {
  background: white;
  width: 100%;
}
#block-ivw-blocks-ivw-logins-omi-block .form-type-textfield,
#block-ivw-blocks-ivw-logins-print-block .form-type-textfield,
#block-ivw-blocks-ivw-logins-pc-block .form-type-textfield {
  padding: 0 0 0.96429em 0;
}
#block-ivw-blocks-ivw-logins-omi-block .form-type-textfield label,
#block-ivw-blocks-ivw-logins-print-block .form-type-textfield label,
#block-ivw-blocks-ivw-logins-pc-block .form-type-textfield label {
  display: none;
}
#block-ivw-blocks-ivw-logins-omi-block .form-submit,
#block-ivw-blocks-ivw-logins-print-block .form-submit,
#block-ivw-blocks-ivw-logins-pc-block .form-submit {
  width: 100%;
}

#block-fieldblock-node-article-default-field-contact-ref,
#block-fieldblock-node-article-default-field-teaser-ref,
#block-fieldblock-node-article-default-field-teaser-ref-secondary,
#block-fieldblock-node-article-default-field-download,
#block-fieldblock-node-article-default-field-teaser-ref,
#block-ivw-blocks-ivw-logins-omi-block {
  clear: both;
}

#block-ivw-blocks-info-digital, #block-ivw-blocks-general-contact-info {
  border: 1px solid #b2b2b2;
  padding: 10px;
  color: gray;
  line-height: 1.6em;
}
#block-ivw-blocks-info-digital .block-title, #block-ivw-blocks-general-contact-info .block-title {
  text-transform: uppercase;
  color: black;
  margin: 10px 0px 50px 20px;
}

#block-ivw-blocks-info-digital {
  float: right;
  width: 49%;
}
@media (max-width: 37.5em) {
  #block-ivw-blocks-info-digital {
    width: 100%;
    float: none;
  }
}

#block-ivw-blocks-general-contact-info {
  width: 49%;
  float: left;
}
@media (max-width: 37.5em) {
  #block-ivw-blocks-general-contact-info {
    width: 100%;
    float: none;
  }
}

#block-ivw-blocks-ivw-angebotssuche-block {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTc0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009740));
  background: -webkit-linear-gradient(top, #00a737, #009740);
  background: linear-gradient(to bottom, #00a737, #009740);
}
#block-ivw-blocks-ivw-angebotssuche-block .block-title {
  font-size: 1em;
  line-height: 1.28571em;
  padding: 1.28571em 10px;
  margin-bottom: 0;
  font-weight: bold;
}
#block-ivw-blocks-ivw-angebotssuche-block .block-content {
  padding: 0 10px 1.28571em 10px;
}

#block-views-press-releases-latest .block-title {
  font-size: 1em;
  line-height: 1.28571em;
  background: #009933;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}
#block-views-press-releases-latest .block-content {
  background: #e2e2e2;
  padding: 1.28571em 10px;
}
#block-views-press-releases-latest .node {
  margin-bottom: 0;
}

.block-ivw-register-process {
  float: left;
  width: 100%;
}
.block-ivw-register-process .node-contact .field-phone, .block-ivw-register-process .node-contact .field-fax {
  float: none;
  margin-bottom: 0;
}
.block-ivw-register-process form,
.block-ivw-register-process .form-item {
  display: none;
}
.block-ivw-register-process .node-contact h3 {
  margin-top: 0;
}
@media (max-width: 30em) {
  .block-ivw-register-process .node-contact {
    font-size: 0.78571em;
    line-height: 1.63636em;
  }
  .block-ivw-register-process .node-contact .field-position, .block-ivw-register-process .node-contact h3 {
    margin-bottom: 0;
  }
}
.block-ivw-register-process .node-contact .field-portrait img {
  float: left;
}

.breadcrumb {
  position: relative;
  margin-bottom: 3.85714em;
  padding: 10px;
  display: none;
}
.breadcrumb ul li:after {
  content: "/";
  margin: 0 .2em 0 .6em;
}
.breadcrumb ul li:last-child:after {
  content: '';
  margin: 0;
}
@media (min-width: 50em) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb .fontsize-widget {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  right: -1px;
  min-height: 40px;
  padding: 10px;
  width: 18.24818%;
  text-align: center;
}

.tipsy {
  position: absolute;
  padding: 5px;
  z-index: 100000;
}
.tipsy .tipsy-inner {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  max-width: 250px;
  padding: 0.75em;
}
.tipsy .tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 8px solid rgba(0, 0, 0, 0.9);
}

.tipsy-n .tipsy-arrow {
  top: -3px;
  left: 50%;
  margin-left: -8px;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.field-label {
  margin-bottom: 0;
  font-weight: normal;
  color: gray;
}

.field-body .media-element-container .contextual-links-wrapper {
  display: none;
}

.file-image-full-width,
.file-image-float-left {
  margin-bottom: 1.28571em;
}

@media (min-width: 50em) {
  .file-image-float-left {
    clear: right;
    float: left;
    margin-right: 3.7037%;
    max-width: 30.8642%;
  }
}

.field-download {
  clear: both;
  background: #e2e2e2;
  padding: 0.96429em 40px 0.96429em 10px;
  border-bottom: 1px solid white;
  position: relative;
}
.field-download .file-icon {
  display: none;
}
.field-download .title {
  font-weight: bold;
  color: #009933;
}
.field-download .format-size {
  color: #858585;
  font-size: 0.92857em;
  line-height: 1.38462em;
}
.field-download .type {
  color: black;
  font-weight: bold;
}
.field-download:after {
  font-family: "Metrize-Icons";
  font-size: 22px;
  font-weight: normal;
  color: black;
  content: "\e0c3";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
.field-download:after {
  position: absolute;
  right: 10px;
  top: 12px;
}
#block-fieldblock-node-news-default-field-download .field-download {
  padding: 0.96429em 50px 0.96429em 20px;
  margin: 0 -10px;
}
#block-fieldblock-node-news-default-field-download .field-download:first-child {
  padding-top: 0;
}
#block-fieldblock-node-news-default-field-download .field-download:first-child:after {
  top: 0;
}
#block-fieldblock-node-news-default-field-download .field-download:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.field-teaser-ref-secondary,
.field-teaser-ref {
  clear: both;
}
.field-teaser-ref-secondary header > h2,
.field-teaser-ref header > h2 {
  font-size: 1em;
  line-height: 1.28571em;
  background: #009933;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}
.field-teaser-ref-secondary header > h2 a,
.field-teaser-ref header > h2 a {
  color: white;
}
.field-teaser-ref-secondary .content,
.field-teaser-ref .content {
  background: #e2e2e2;
  padding: 1.28571em 10px;
}
.field-teaser-ref-secondary .field-image img,
.field-teaser-ref .field-image img {
  width: 100%;
}

.field-contact-ref {
  clear: both;
  height: 200%;
}
.field-contact-ref .node {
  margin-bottom: 0;
}
.field-contact-ref .content {
  margin-right: 20px;
}
.field-contact-ref .form-type-item {
  display: none;
}
.field-contact-ref .workflow-form-container {
  display: none;
}
@media (max-width: 20em) {
  .field-contact-ref {
    height: 200%;
  }
}

.field-chart-ref {
  clear: both;
}

.field-accordion-title {
  font-size: 1em;
  line-height: 1.28571em;
  background: gray;
  padding: 0.64286em 10px;
  margin: 0;
  border-bottom: 1px solid white;
  color: white;
  font-weight: bold;
}

.field-text2 {
  background: #e2e2e2;
  padding: 2.57143em 10px 1.28571em;
  background: white;
}
.field-text2 p, .field-text2 li {
  line-height: 1.4em;
}

.group-accordion .fieldset-wrapper {
  border-bottom: 10px solid #e2e2e2;
}

.charts-highchart {
  margin-bottom: 0.64286em;
}

.bubblechart-wrapper {
  display: inline-block;
  margin-bottom: 1.28571em;
  padding: 1.28571em 0;
  border-bottom: 1px solid #c3c3c3;
  margin-right: 2%;
  width: 48%;
}
@media (min-width: 30em) {
  .bubblechart-wrapper {
    margin-right: 3%;
    width: 30%;
  }
}
.bubblechart-wrapper h3 {
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chartfield-legend {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 18px 0 18px 18px;
  font-size: 12px;
}
.chartfield-legend li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chartfield-legend li {
  display: inline-block;
  padding-right: 18px;
}

.chartfield-label-item-color {
  display: inline-block;
  width: 16px;
  height: 12px;
}

.bubblechart-items {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0.64286em 0 !important;
  font-size: 3em;
}
.bubblechart-items li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bubblechart-items li {
  height: 1em;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.bubblechart-items span {
  vertical-align: middle;
  line-height: 0;
}

.chartfield-item.piechart .highcharts-series-group {
  margin-top: 0.5em;
}

.sidebar .bubblechart-wrapper {
  width: 48%;
  margin-right: 2%;
}
.sidebar .bubblechart-wrapper:nth-child(3n) {
  margin-right: 2%;
}
.sidebar .bubblechart-wrapper:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 50em) {
  .chartfield-wrapper.columns-3 .field-chart {
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
  }

  .chartfield-wrapper.columns-2 .field-chart {
    width: 43%;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3em;
  }

  .sidebar .field-chart-link {
    border-bottom: 1px solid black;
    border-top: 1px solid #c3c3c3;
    padding: 0.6em 0;
    margin-top: 1em;
    margin-left: 20px;
  }
  .sidebar .field-chart-link a {
    color: black;
    font-size: 15px;
    font-weight: bold;
  }
  .sidebar .field-chart-link a:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: #009933;
    content: "\e106";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=#009933, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .sidebar .chartfield-wrapper.columns-3 .field-chart, .sidebar .chartfield-wrapper.columns-2 .field-chart {
    width: 100%;
  }
}
.menu-block-menu-service-menu > ul .ivw-search form {
  display: none;
}
@media (min-width: 50em) {
  .menu-block-menu-service-menu > ul li {
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
  }
  .menu-block-menu-service-menu > ul a.downloadcenter:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: white;
    content: "\e0c3";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-service-menu > ul a.newsletter:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: white;
    content: "\e0d2";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-service-menu > ul a.datenkorb:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: white;
    content: "\e08b";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-service-menu > ul a.neuanmeldung:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: white;
    content: "\e06a";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-service-menu > ul .ivw-search > a {
    display: none;
  }
  .menu-block-menu-service-menu > ul .ivw-search form {
    display: block;
  }
  .menu-block-menu-service-menu > ul .ivw-search form input[type=search] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    vertical-align: baseline;
    height: 1em;
    outline: none;
    width: 75%;
    color: white;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
  }
  .menu-block-menu-service-menu > ul .ivw-search form input[type=search].throbbing {
    background-image: url(../images/loading_transparent.gif);
    background-position: 95% 50%;
  }
  .menu-block-menu-service-menu > ul .ivw-search form input[type=search]:focus {
    outline-color: transparent;
    outline-style: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 1.28571em;
    padding: .5em;
  }
  .menu-block-menu-service-menu > ul .ivw-search form .form-actions:before {
    font-family: "Metrize-Icons";
    font-size: 20.5px;
    font-weight: normal;
    color: white;
    content: "\e05b";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-service-menu > ul .ivw-search form .form-actions:before {
    margin-right: -1em;
    z-index: 1;
  }
  .menu-block-menu-service-menu > ul .ivw-search form .form-actions input {
    background: none;
    padding: 0;
    width: 1em;
    margin-right: .4em;
    z-index: 2;
    line-height: 50px;
  }
}

@media (min-width: 50em) {
  .menu-block-menu-utility-menu-header > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .menu-block-menu-utility-menu-header > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-block-menu-utility-menu-header > ul > li {
    display: inline-block;
  }
  .menu-block-menu-utility-menu-header > ul li {
    font-size: 0.92857em;
    line-height: 1.38462em;
    margin-left: 2.18978%;
    margin-right: -4px;
    padding-right: 2.18978%;
    border-right: 1px solid #454545;
  }
  .menu-block-menu-utility-menu-header > ul li.last {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .menu-block-menu-utility-menu-header > ul a {
    color: #666666;
  }
  .menu-block-menu-utility-menu-header > ul a.about-us:before {
    font-family: "ivwicons";
    font-size: 22px;
    font-weight: normal;
    color: #666666;
    content: "\e60a";
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .4em;
  }
}

@media (min-width: 50em) {
  .menu-block-main-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .menu-block-main-menu > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-block-main-menu > ul > li {
    display: inline-block;
  }
  .menu-block-main-menu > ul > li {
    margin-left: -4px;
    background: url('../images/menu_divider.png?1418665691') no-repeat;
    position: relative;
  }
  .menu-block-main-menu > ul > li.first {
    background: none;
  }
  .menu-block-main-menu > ul > li:hover {
    background: white;
  }
  .menu-block-main-menu > ul > li > a {
    color: black;
    text-transform: uppercase;
    display: block;
    padding: 0.96429em 19px 0.96429em 20px;
  }
  .menu-block-main-menu > ul > li > a:hover {
    color: #009933;
  }
  .menu-block-main-menu > ul > li > ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    background: white;
    padding-top: 0.64286em;
    -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
  }
  .menu-block-main-menu > ul > li > ul.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-block-main-menu > ul > li > ul.menu > li {
    border-top: 1px solid #c3c3c3;
  }
  .menu-block-main-menu > ul > li > ul.menu > li:first-child {
    border: 0;
  }
  .menu-block-main-menu > ul > li > ul.menu > li a {
    color: black;
    display: block;
    padding: 0.64286em 30px 0.64286em 20px;
  }
  .menu-block-main-menu > ul > li > ul.menu > li a:hover {
    color: #009933;
  }
  .menu-block-main-menu > ul .touch-button {
    display: none;
  }
}

.menu-block-menu-department-menu > ul .menu-columns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block-menu-department-menu > ul .menu-columns > .menu-column:last-child ul {
  margin-right: 0;
}
.menu-block-menu-department-menu > ul .menu-columns .menu-column {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-block-menu-department-menu > ul .menu-columns .menu-column ul {
  display: block !important;
}
.menu-block-menu-department-menu > ul .menu-columns .menu-column > .touch-button {
  display: none;
}
.menu-block-menu-department-menu > ul a.aw {
  display: none;
}
.menu-block-menu-department-menu > ul .ivw-container a.last:before {
  font-family: "Metrize-Icons";
  font-size: 20px;
  font-weight: normal;
  color: black;
  content: "\e106";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.menu-block-menu-department-menu > ul .ivw-container a.last, .menu-block-menu-department-menu > ul .ivw-container .text-only {
  display: none;
}
@media (min-width: 30em) {
  .menu-block-menu-department-menu > ul .ivw-container a.last {
    display: block;
  }
  .menu-block-menu-department-menu > ul .ivw-container .text-only {
    display: inline;
  }
}
@media (min-width: 50em) {
  .menu-block-menu-department-menu > ul {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a:hover {
    color: #009933;
  }
  .menu-block-menu-department-menu > ul a.print {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a.print:before {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: white;
    content: "\e608";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -7px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.print:after {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: gray;
    content: "\e609";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -7px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.digital {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a.digital:before {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: white;
    content: "\e606";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -12px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.digital:after {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: gray;
    content: "\e607";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -12px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.paid-content {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a.paid-content:before {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: white;
    content: "\e604";
    top: -102px;
    right: auto;
    bottom: auto;
    left: 25px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.paid-content:after {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: gray;
    content: "\e605";
    top: -102px;
    right: auto;
    bottom: auto;
    left: 25px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.funk {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a.funk:before {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: white;
    content: "\e602";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -22px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.funk:after {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: gray;
    content: "\e603";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -22px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.kino {
    position: relative;
  }
  .menu-block-menu-department-menu > ul a.kino:before {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: white;
    content: "\e600";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -12px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul a.kino:after {
    position: absolute;
    display: block;
    font-family: "ivwicons";
    font-size: 56px;
    font-weight: normal;
    color: gray;
    content: "\e601";
    top: -102px;
    right: auto;
    bottom: auto;
    left: -12px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu > ul > li {
    font-size: 1.14286em;
    line-height: 1.6875em;
    border: 1px solid #b2b2b2;
    text-align: center;
    vertical-align: middle;
    height: 115px;
    line-height: 115px;
  }
  .menu-block-menu-department-menu > ul > li > a {
    color: black;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
  }
  .menu-block-menu-department-menu > ul > li > a.aw {
    color: white;
    font-size: 0.875em;
    line-height: 1.28571em;
    display: block;
    line-height: 37px;
    margin-top: -37px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009933), color-stop(100%, #00a737));
    background: -webkit-linear-gradient(top, #009933, #00a737);
    background: linear-gradient(to bottom, #009933, #00a737);
    font-weight: bold;
    cursor: pointer;
    text-transform: none;
  }
  .menu-block-menu-department-menu > ul > li > a.aw a {
    color: white;
  }
  .menu-block-menu-department-menu > ul > li > a.aw:before {
    font-family: "Metrize-Icons";
    font-size: 20px;
    font-weight: normal;
    color: white;
    content: "\e106";
    vertical-align: middle;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=white, offx=1, offy=1);
    zoom: 1;
    margin-right: .4em;
  }
  .menu-block-menu-department-menu > ul > li > a.aw:before {
    margin-left: -4px;
  }
  .menu-block-menu-department-menu > ul > li:after {
    position: absolute;
    bottom: -20px;
    margin-left: -12px;
    display: block;
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #009933 transparent;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .menu-block-menu-department-menu > ul > li:hover:after {
    opacity: 1;
  }
  .menu-block-menu-department-menu > ul > li:nth-child(1):after {
    left: 90px;
  }
  .menu-block-menu-department-menu > ul > li:nth-child(2):after {
    left: 285px;
  }
  .menu-block-menu-department-menu > ul > li:nth-child(3):after {
    left: 480px;
  }
  .menu-block-menu-department-menu > ul > li:nth-child(4):after {
    left: 675px;
  }
  .menu-block-menu-department-menu > ul > li:nth-child(5):after {
    left: 870px;
  }
  .menu-block-menu-department-menu > ul > li > a.active:after, .menu-block-menu-department-menu > ul a.active-trail:after {
    color: #009933;
  }
  .menu-block-menu-department-menu > ul .menu-columns {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    position: absolute;
    width: 100%;
    top: 115px;
    left: 0;
    z-index: 10;
    padding: 10px;
    margin: 20px -10px 0 -10px;
    background: white;
    border-top: 20px solid #009933;
    list-style: none;
    line-height: 18px;
    -webkit-box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.34);
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 50em) and (min-width: 50em) {
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul {
    width: 18.24818%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.18978%;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul:nth-child(5) {
    width: 18.24818%;
    clear: right;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 50em) {
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 4px;
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li:first-child {
    margin-top: 0;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li {
    font-size: 0.875em;
    line-height: 1.28571em;
    border-top: 1px solid #c3c3c3;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li:first-child {
    border-top: 0;
    padding-top: 6px;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li a {
    color: black;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul > li a:hover {
    color: #009933;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column > ul ul {
    display: none !important;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column:first-child ul {
    width: 38.68613%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 2.18978%;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column:first-child ul > li {
    background: #e2e2e2;
    border-top: 5px solid white;
    padding: 6px 10px;
    font-weight: bold;
    color: gray;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column:first-child ul > li:first-child {
    border-top: 0;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column:first-child ul > li a {
    font-weight: bold;
    color: #009933;
  }
  .menu-block-menu-department-menu > ul .menu-columns .menu-column:first-child ul > li.ivw-container a.last {
    width: 47.16981%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    color: #009933;
  }
  .menu-block-menu-department-menu > ul .menu-columns:before {
    display: block;
    content: '';
    position: absolute;
    top: -40px;
    left: 0px;
    height: 20px;
    width: 100%;
  }
  .menu-block-menu-department-menu > ul .touch-button {
    display: none;
  }
}

.menu-block-menu-department-menu-sidebar {
  display: none;
}
@media (min-width: 50em) {
  .menu-block-menu-department-menu-sidebar {
    display: block;
    float: left;
  }
  .menu-block-single-item .menu-block-menu-department-menu-sidebar {
    border: 1px solid #b2b2b2;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar {
    background: #e2e2e2;
    padding-bottom: 1.28571em;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar .border-wrapper {
    display: block;
    border-bottom: 1px solid white;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar .double-link-item-wrapper {
    display: block;
    padding: 1em 1.5em 0;
    border-bottom: 1px solid white;
    position: relative;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar .double-link-item-wrapper:before {
    content: "";
    border-style: solid;
    height: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    left: 20px;
    border-color: transparent transparent white transparent;
    border-width: 0 0 39px 20px;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar .double-link-item-wrapper:after {
    content: "";
    border-style: solid;
    bottom: 0;
    height: 0;
    right: -20px;
    position: absolute;
    width: 0;
    right: 20px;
    border-color: transparent transparent white transparent;
    border-width: 0 20px 39px 0;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar .text-only {
    display: block;
    padding: 1em 1.5em 0 0.75em;
    width: 89%;
    margin: 0 auto;
    padding: 0.75em 1.5em 0.75em;
    background: white;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar a.first {
    background: white;
    color: #009933;
  }
  .menu-block-double-item .menu-block-menu-department-menu-sidebar a.last {
    padding: 1em 0 0.25em 1.5em;
    width: 79%;
  }
  .menu-block-menu-department-menu-sidebar li {
    padding: 1em 1.5em 0;
    float: left;
    width: 100%;
  }
  .menu-block-menu-department-menu-sidebar li a {
    font-weight: 700;
    line-height: 1em;
    color: black;
    display: block;
    padding: 1em 1.5em 0.75em;
    margin: 0 auto;
    width: 89%;
    position: relative;
  }
  .menu-block-menu-department-menu-sidebar li a:after {
    font-family: "Metrize-Icons";
    font-size: 20px;
    font-weight: normal;
    color: black;
    content: "\e106";
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=black, offx=1, offy=1);
    zoom: 1;
    position: absolute;
  }
  .menu-block-menu-department-menu-sidebar li a:after {
    top: 31%;
    right: 30px;
    font-size: 20.5px;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-block-menu-department-menu-sidebar li a:hover, .menu-block-menu-department-menu-sidebar li a.active {
    color: #009933;
    position: relative;
  }
  .menu-block-menu-department-menu-sidebar li a:hover:after, .menu-block-menu-department-menu-sidebar li a.active:after {
    font-family: "Metrize-Icons";
    font-size: 20px;
    font-weight: normal;
    color: #009933;
    content: "\e106";
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    filter: dropshadow(color=#009933, offx=1, offy=1);
    zoom: 1;
    position: absolute;
  }
  .menu-block-menu-department-menu-sidebar .single-link {
    padding: 1em 1.5em 0;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
  }
  .menu-block-menu-department-menu-sidebar .single-link:last-of-type {
    border-bottom: 0;
  }
  .menu-block-menu-department-menu-sidebar .single-link:before {
    content: "";
    border-style: solid;
    height: 0;
    bottom: 0;
    position: absolute;
    width: 0;
    left: 20px;
    border-color: transparent transparent #e2e2e2 transparent;
    border-width: 0 0 39px 20px;
  }
  .menu-block-menu-department-menu-sidebar .single-link:after {
    content: "";
    border-style: solid;
    bottom: 0;
    height: 0;
    right: -20px;
    position: absolute;
    width: 0;
    right: 20px;
    border-color: transparent transparent #e2e2e2 transparent;
    border-width: 0 20px 39px 0;
  }
  .menu-block-menu-department-menu-sidebar .single-link a {
    background: #e2e2e2;
  }
}

.menu-block-menu-meta-menu > ul li {
  display: block;
}
.menu-block-menu-meta-menu > ul li a {
  width: 100%;
  float: left;
  display: block;
  padding: 0.96429em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}
.menu-block-menu-meta-menu > ul li.first a {
  border-top: none;
}
@media (min-width: 50em) {
  .menu-block-menu-meta-menu > ul {
    display: block;
    margin: 0.64286em 0;
  }
  .menu-block-menu-meta-menu > ul li {
    display: inline-block;
    margin-right: 2.83019%;
  }
  .menu-block-menu-meta-menu > ul li a {
    display: inline;
    width: auto;
    border: none;
    padding: 0;
  }
}

.menu-block-main-menu-footer > ul {
  text-transform: uppercase;
  display: none;
}
@media (min-width: 50em) {
  .menu-block-main-menu-footer > ul {
    display: block;
    padding-bottom: 1.28571em;
    margin-bottom: 1.28571em;
    border-bottom: 1px solid white;
  }
}

.menu-block-menu-department-menu-footer > ul {
  text-transform: uppercase;
  display: none;
}
@media (min-width: 50em) {
  .menu-block-menu-department-menu-footer > ul {
    display: block;
    margin-bottom: 3.85714em;
  }
}

.menu-block-menu-utility-menu > ul li {
  background: #009933;
  border: 1px solid white;
  text-align: center;
  padding: 0.64286em 1em;
  display: none;
}
.menu-block-menu-utility-menu > ul li.ivw-recommend, .menu-block-menu-utility-menu > ul li.sitemap {
  display: inline-block;
  margin-bottom: 1.28571em;
}
@media (min-width: 50em) {
  .menu-block-menu-utility-menu > ul li {
    display: inline-block;
  }
}

#tabs .primary {
  margin: 0 0 0.96429em 0;
}
#tabs .primary a {
  display: inline-block;
  padding: 0.96429em;
}

#block-menu-block-main-menu-archives {
  float: left;
  width: 100%;
}
#block-menu-block-main-menu-archives .block-content {
  float: left;
  width: 100%;
}
#block-menu-block-main-menu-archives .latest-charts {
  display: block;
  padding: 1.28571em 0;
  border-top: 1px solid gray;
  border-bottom: 2px solid black;
  font-weight: bold;
  border-bottom: none;
  padding: 10px;
}
#block-menu-block-main-menu-archives .latest-charts:before {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: black;
  content: "\e106";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
#block-menu-block-main-menu-archives .latest-charts a {
  color: black;
}
#block-menu-block-main-menu-archives .menu-block-wrapper > li {
  list-style: none;
  float: left;
  margin-left: -10px;
  width: 106%;
}
#block-menu-block-main-menu-archives .ivw-text {
  padding-top: 0.64286em;
  padding: 0.64286em 10px 0;
  border-bottom: 1px solid white;
}
#block-menu-block-main-menu-archives .ivw-text > a {
  display: block;
  color: black;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 20px 1.28571em 20px;
  font-size: 1em;
  line-height: 1.28571em;
  line-height: 38px;
  background: white;
  vertical-align: middle;
  color: #454545;
  font-weight: bold;
  display: block;
  width: 65.4321%;
  float: left;
  margin-right: -100%;
  margin-left: 17.28395%;
  clear: none;
  padding-left: 45px;
  margin: 0px;
  width: 100%;
  line-height: 2em !important;
  margin: 0px;
  width: 100%;
  padding-top: 2px;
}
#block-menu-block-main-menu-archives .ivw-text > a:before, #block-menu-block-main-menu-archives .ivw-text > a:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
}
#block-menu-block-main-menu-archives .ivw-text > a:before {
  left: -20px;
  border-width: 0 0 38px 20px;
  border-color: transparent transparent white transparent;
}
#block-menu-block-main-menu-archives .ivw-text > a:after {
  right: -20px;
  border-width: 38px 0 0 20px;
  border-color: transparent transparent transparent white;
}
#block-menu-block-main-menu-archives .ivw-text > a:before {
  font-family: "Metrize-Icons";
  font-size: 19.5px;
  font-weight: normal;
  color: black;
  content: "\e11c";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
#block-menu-block-main-menu-archives .ivw-text > a:after {
  display: none;
}
#block-menu-block-main-menu-archives .ivw-text > a:before {
  border: none;
  left: 12px;
}
#block-menu-block-main-menu-archives .ivw-text .menu {
  padding: 0.96429em 23px 0.64286em;
  background: white;
  float: left;
  width: 106%;
  margin: 0 -10px;
}
#block-menu-block-main-menu-archives .ivw-text .menu li {
  padding-bottom: 0.32143em;
}

#site-map .site-map-front-page {
  margin-bottom: 2.57143em;
}

#tab-bar {
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 930;
}
@media (min-width: 50em) {
  #tab-bar {
    display: none;
  }
}
#tab-bar .menu-section {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  -webkit-transition: -webkit-transform 500ms ease;
  -webkit-transition-delay: 0s;
  transition: transform 500ms ease 0s;
}
#tab-bar .menu-section.right-small {
  right: 0;
  border-right: 8px solid #009933;
  padding-right: 8px;
}
#tab-bar .menu-section.left-small {
  left: 0;
  border-left: 8px solid #009933;
  padding-left: 8px;
}
#tab-bar .menu-icon {
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 13px;
  color: black;
  position: relative;
}
#tab-bar .menu-icon.left-off-canvas-toggle:before {
  display: block;
  content: '';
  position: absolute;
  width: 19px;
  height: 20px;
  bottom: 1.2em;
  background: url('../images/header_icons.png?1418665691') no-repeat left top;
}
#tab-bar .menu-icon.right-off-canvas-toggle:before {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 20px;
  bottom: 1.2em;
  right: 0;
  background: url('../images/header_icons.png?1418665691') no-repeat -19px 0;
}
#tab-bar .menu-icon.right-off-canvas-toggle span {
  right: 0;
}
#tab-bar .menu-icon span {
  position: absolute;
  bottom: 0;
}

.off-canvas-wrap,
.off-canvas-inner-wrap {
  position: relative;
  width: 100%;
}
.off-canvas-wrap:after, .off-canvas-wrap:before,
.off-canvas-inner-wrap:after,
.off-canvas-inner-wrap:before {
  content: ' ';
  display: table;
}

@media all and (max-width: 800px) {
  .off-canvas-wrap {
    overflow: hidden;
  }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
  }
  .off-canvas-wrap.move-right .off-canvas-inner-wrap {
    -ms-transform: translate3d(14.8889rem, 0px, 0px);
    -webkit-transform: translate3d(14.8889rem, 0px, 0px);
    transform: translate3d(14.8889rem, 0px, 0px);
  }
  .off-canvas-wrap.move-right .left-small {
    -ms-transform: translate3d(-14.8889rem, 0px, 0px);
    -webkit-transform: translate3d(-14.8889rem, 0px, 0px);
    transform: translate3d(-14.8889rem, 0px, 0px);
  }
  .off-canvas-wrap.move-right .menu-icon {
    color: black;
  }
  .off-canvas-wrap.move-left .off-canvas-inner-wrap {
    -ms-transform: translate3d(-12.8889rem, 0px, 0px);
    -webkit-transform: translate3d(-12.8889rem, 0px, 0px);
    transform: translate3d(-12.8889rem, 0px, 0px);
  }
  .off-canvas-wrap.move-left .right-small {
    -ms-transform: translate3d(12.8889rem, 0px, 0px);
    -webkit-transform: translate3d(12.8889rem, 0px, 0px);
    transform: translate3d(12.8889rem, 0px, 0px);
  }
  .off-canvas-wrap.move-left .menu-icon {
    color: black;
  }
  .off-canvas-wrap .off-canvas-inner-wrap {
    -webkit-transition: -webkit-transform 500ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease 0s;
  }

  .off-canvas-menu {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 920;
    overflow-x: hidden;
    background: rgba(0, 153, 51, 0.65);
  }
  .off-canvas-menu.left-off-canvas-menu {
    -ms-transform: translate3d(-100.5%, 0px, 0px);
    -webkit-transform: translate3d(-100.5%, 0px, 0px);
    transform: translate3d(-100.5%, 0px, 0px);
    -webkit-transition: -webkit-transform 500ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease 0s;
    width: 14.8889rem;
  }
  .off-canvas-menu.left-off-canvas-menu ul li.expanded > a {
    padding: 0.5em 0.5em 0.5em 3em;
  }
  .off-canvas-menu.right-off-canvas-menu {
    -ms-transform: translate3d(100.5%, 0px, 0px);
    -webkit-transform: translate3d(100.5%, 0px, 0px);
    transform: translate3d(100.5%, 0px, 0px);
    -webkit-transition: -webkit-transform 500ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease 0s;
    width: 12.8889rem;
    right: 0;
  }
  .off-canvas-menu.right-off-canvas-menu ul li.expanded > a {
    padding: 0.5em 3em 0.5em 0.5em;
  }
  .off-canvas-menu .off-canvas-menu-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    margin-top: 70px;
    width: 100%;
  }
  .off-canvas-menu ul {
    overflow: visible;
    max-height: none;
    padding: 0;
    width: 100%;
  }
  .off-canvas-menu ul li {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    color: white;
    text-transform: uppercase;
  }
  .off-canvas-menu ul li a {
    display: block;
    position: relative;
    margin: 1.25em 0 0 0;
    z-index: 2;
    overflow: hidden;
    padding: 0.5em;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .off-canvas-menu ul ul li {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(2%, rgba(255, 255, 255, 0.07)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(98%, rgba(255, 255, 255, 0.07)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.07) 2%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.07) 98%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.07) 98%);
    text-transform: none;
  }
  .off-canvas-menu ul ul li a {
    margin: 0;
    padding: 1em 20px;
    color: black;
    font-size: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .off-canvas-menu.left-off-canvas-menu .menu-block-wrapper > ul > li > a {
    font-size: 1.15em;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container .touch-button {
    display: none;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > a.first {
    color: white;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > a.last {
    display: block;
    padding: 1em 20px 1em 40px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > ul.menu > li > a {
    display: none;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > ul.menu > li ul.menu > li > a {
    padding-left: 40px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container .text-only {
    color: black;
    font-style: italic;
    display: block;
    padding: 1em 20px 0 20px;
  }
}
@media all and (max-width: 800px) and (min-width: 30em) {
  .off-canvas-menu.left-off-canvas-menu .ivw-container {
    padding-top: 1em;
    padding-left: 20px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > a {
    font-style: normal;
    margin-left: -20px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > a.first {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > a.last {
    padding: 1em 20px 1em 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 2%, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.07) 98%);
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > ul.menu {
    margin-left: -20px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container > ul.menu > li {
    margin-right: -20px;
  }
  .off-canvas-menu.left-off-canvas-menu .ivw-container .text-only {
    padding: 0 0 0.5em;
  }
}
@media all and (max-width: 800px) {
  .off-canvas-menu.right-off-canvas-menu .menu-block-wrapper > .menu {
    margin-top: 20px;
    position: relative;
  }
  .off-canvas-menu.right-off-canvas-menu .menu-block-wrapper > .menu:after {
    content: '';
    width: 186px;
    height: 1px;
    background: black;
    position: absolute;
    bottom: -11px;
    right: 0;
  }
  .off-canvas-menu.right-off-canvas-menu .menu-block-wrapper > .menu > li {
    width: 100%;
  }
  .off-canvas-menu.right-off-canvas-menu .menu-block-wrapper > .menu > li .menu {
    margin-top: 0;
  }

  .menu-block-menu-utility-menu-header .menu > li > a,
  .menu-block-menu-service-menu .menu > li > a {
    border: 0;
    margin-top: 0;
    padding: 0.75em 0.5em;
  }

  .menu-block-menu-service-menu > .menu {
    padding-top: 1.5em;
    margin-bottom: 2em;
  }
  .menu-block-menu-service-menu > .menu:after {
    content: none !important;
  }

  .menu-block-main-menu > .menu {
    padding-bottom: 1.5em;
  }

  .flexnav {
    -webkit-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    width: 100%;
  }
  .flexnav.flexnav-show {
    max-height: 2000px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .flexnav li ul.flexnav-show li {
    overflow: visible;
  }
  .flexnav .touch-button {
    display: block;
    position: absolute;
    right: 8px;
    top: 22px;
    width: 50px;
    height: 50px;
    line-height: 25px;
    z-index: 980;
    text-align: center;
    cursor: pointer;
  }
  .flexnav .touch-button .navicon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    -webkit-transition: -webkit-transform 500ms ease;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease 0s;
  }
  .flexnav .touch-button.active .navicon {
    color: white;
    border-color: white;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .right-off-canvas-menu .flexnav .touch-button {
    top: 18px;
  }
}
.node {
  margin-bottom: 2.57143em;
}
@media (min-width: 50em) {
  .node {
    margin-bottom: 3.85714em;
  }
}
#block-system-main .node {
  margin-bottom: 0;
}
.node .author {
  color: gray;
  font-style: italic;
}

/**
 * Read more links
 */
.node-readmore > a:before, a.node-readmore:before {
  display: inline-block;
  margin-right: 0.25em;
  margin-top: -0.25em;
  color: #009933;
  content: "\2192";
}

.meta {
  position: relative;
  padding-top: 1.28571em;
  padding-bottom: 1.28571em;
  margin-bottom: 1.28571em;
  border-bottom: 1px solid gray;
  font-weight: bold;
}
@media (max-width: 37.5em) {
  .meta {
    padding-bottom: 1.60714em;
  }
}
.meta .section .field-og-group-ref {
  display: inline;
}
.meta .type,
.meta .date {
  color: #009933;
}
.meta .type:after,
.meta .date:after {
  content: ', ';
}
.meta.node-department-paid-content {
  position: relative;
}
.meta.node-department-paid-content:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: white;
  content: "\e604";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-paid-content:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: gray;
  content: "\e605";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-digital {
  position: relative;
}
.meta.node-department-digital:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: white;
  content: "\e606";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-digital:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: gray;
  content: "\e607";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-print {
  position: relative;
}
.meta.node-department-print:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: white;
  content: "\e608";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-print:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: gray;
  content: "\e609";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-funk {
  position: relative;
}
.meta.node-department-funk:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 35px;
  font-weight: normal;
  color: white;
  content: "\e602";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-funk:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 35px;
  font-weight: normal;
  color: gray;
  content: "\e603";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-kino {
  position: relative;
}
.meta.node-department-kino:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: white;
  content: "\e600";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta.node-department-kino:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 46px;
  font-weight: normal;
  color: gray;
  content: "\e601";
  top: auto;
  right: 0;
  bottom: -1px;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.meta:after, .meta:before {
  display: block;
}
@media (max-width: 37.5em) {
  .meta:after, .meta:before {
    font-size: 32px !important;
    bottom: -6px !important;
  }
}
.view-display-id-news_department .meta:after, .view-display-id-news_department .meta:before {
  display: none;
}

ul.links .first {
  padding-left: 0;
}
ul.links .last {
  padding-right: 0;
}

.node-event .meta {
  padding-bottom: 7px;
  margin-bottom: 5px;
}
@media (max-width: 37.5em) {
  .node-event .meta {
    padding-bottom: 1.28571em;
    margin-bottom: 1.28571em;
  }
}
.node-event h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}

/**
 * Node type: News
 */
.node-news, .node-event, .node-pressrelease {
  margin-bottom: 3.85714em;
}

.node-event.node-short-teaser {
  position: relative;
  margin-bottom: 0.96429em;
}
.node-event.node-short-teaser h5 {
  color: gray;
  font-weight: normal;
  font-size: 1.07143em;
  line-height: 1.2em;
  margin-bottom: 0;
  display: inline;
}
.node-event.node-short-teaser h5:after {
  content: ', ';
}
.node-event.node-short-teaser .content {
  display: inline-block;
}
.node-event.node-short-teaser .field-event-date {
  font-size: 1em;
  font-weight: 700;
}

.node-event .field-og-group-ref, .node-event .field-sub-department {
  display: inline-block;
}
.node-event .field-og-group-ref, .node-event .field-sub-department {
  font-weight: bold;
  color: black;
}
.node-event .field-sub-department:before {
  content: '(';
  margin-right: -3px;
}
.node-event .field-sub-department:after {
  content: ')';
  margin-left: -3px;
}

/**
 * Node type: Teaser
 */
.node-teaser.node-teaser p {
  margin: 0 0 0.643em 0;
}
.node-teaser.node-teaser .field-image {
  margin: -1.28571em -10px 0 -10px;
  text-align: center;
}

/**
 * Node type: Contact
 */
.node-contact {
  border: 1px solid #b2b2b2;
  height: 164px;
  overflow: hidden;
}
@media (max-width: 20em) {
  .node-contact {
    font-size: 0.78571em;
    line-height: 1.63636em;
  }
  .node-contact .content {
    margin-right: 25px;
    padding-right: 8px;
  }
}
.node-contact h3 {
  margin-top: -4px;
  margin-bottom: .6em;
}
.node-contact .field-portrait {
  float: left;
  margin-right: 15px;
}
.node-contact .field-portrait img {
  display: block;
}
.node-contact .content {
  padding-top: 0.96429em;
  overflow: auto;
}
.node-contact .field-salutation, .node-contact .field-first-name, .node-contact .field-last-name {
  display: inline;
  font-weight: bold;
}
.node-contact .field-label {
  color: #454545;
  clear: both;
  float: left;
}
.node-contact .field-label:after {
  content: "\00a0";
}
.node-contact .name-row + .field-label,
.node-contact .name-row + .field-label + .field-phone {
  margin-top: 4px;
}
.node-contact .field-position, .node-contact .field-phone, .node-contact .field-fax {
  margin-bottom: 4px;
}
.node-contact .field-phone, .node-contact .field-fax {
  float: left;
}
.node-contact .field-mail {
  clear: left;
}

/**
 * Node type: Chart
 */
@media (max-width: 45em) {
  .node-chart .field-body {
    overflow: auto;
  }
}

/**
 * WYSIWYG Media elements
 */
.media-element-container .field-file-description, .media-element-container .field-file-title, .media-element-container h3.field-label {
  display: none;
}

.node-news.node-teaser p {
  margin: 0 0 1.28571em 0;
}
.node-news.node-teaser h3 {
  margin-bottom: 0.32143em;
}

.node-ivw-numbers {
  text-align: center;
  clear: both;
  background: #e2e2e2;
  line-height: normal;
  padding: 1.28571em 10px;
}
.node-ivw-numbers p {
  margin-bottom: 0;
}
.node-ivw-numbers .field-numbers-number {
  color: #009933;
  font-weight: bold;
}
.node-ivw-numbers .field-numbers-outro-text, .node-ivw-numbers .field-numbers-intro-text {
  font-weight: bold;
  white-space: normal;
}

ul.pager {
  text-align: center;
  border: 1px solid #b2b2b2;
  position: relative;
}
ul.pager li {
  padding: 0.96429em 0.32143em;
}
ul.pager .pager-next, ul.pager .pager-last, ul.pager .pager-previous, ul.pager .pager-first {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  border-left: none;
  border-right: none;
  padding: 0.64286em;
  height: 100%;
}
ul.pager .pager-next a, ul.pager .pager-last a, ul.pager .pager-previous a, ul.pager .pager-first a {
  font-size: 0;
  line-height: 1.4rem;
}
ul.pager .pager-next a:before, ul.pager .pager-next a:after, ul.pager .pager-last a:before, ul.pager .pager-last a:after, ul.pager .pager-previous a:before, ul.pager .pager-previous a:after, ul.pager .pager-first a:before, ul.pager .pager-first a:after {
  font-size: 14px;
  font-size: 1rem;
  display: inline-block;
  color: #009933;
  vertical-align: bottom;
}
ul.pager .pager-first {
  border-top: none;
}
ul.pager .pager-previous {
  border-bottom: 1px solid #b2b2b2;
}
ul.pager .pager-next a:after {
  content: "\2192";
}
ul.pager .pager-last a:after {
  content: "\2192";
  padding-right: 0.64286em;
  border-right: 1px solid #009933;
}
ul.pager .pager-previous a:after {
  content: "\2190";
}
ul.pager .pager-first a:after {
  content: "\2190";
  padding-left: 0.64286em;
  border-left: 1px solid #009933;
}
@media (min-width: 30em) {
  ul.pager .pager-next, ul.pager .pager-last, ul.pager .pager-previous, ul.pager .pager-first {
    border-top: none;
    border-bottom: none;
    width: auto;
    width: 3.5em;
  }
  ul.pager .pager-next, ul.pager .pager-last {
    border-left: 1px solid #b2b2b2;
    position: absolute;
    top: 0;
    right: 0;
  }
  ul.pager .pager-next {
    right: 3.5em;
  }
  ul.pager .pager-previous, ul.pager .pager-first {
    border-right: 1px solid #b2b2b2;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.pager .pager-previous {
    left: 3.5em;
  }
}
@media (max-width: 30em) {
  ul.pager .pager-first,
  ul.pager .pager-last,
  ul.pager .pager-item,
  ul.pager .pager-current,
  ul.pager .pager-ellipsis {
    display: none;
  }
  ul.pager .pager-previous {
    border: 0;
  }
}

#tabs {
  display: none;
}
@media (min-width: 50em) {
  #tabs {
    display: block;
  }
}

.fontsize-widget {
  height: 18px;
  overflow: hidden;
  position: relative;
  top: -2px;
}
.fontsize-widget a {
  position: relative;
}
.fontsize-widget #text_resize_decrease,
.fontsize-widget #text_resize_reset,
.fontsize-widget #text_resize_increase {
  margin: 0;
  background: none;
  text-indent: 0;
  display: inline;
  width: auto;
  height: auto;
  float: none;
}
.fontsize-widget #text_resize_min {
  padding-left: 5px;
}
.fontsize-widget #text_resize_reset {
  font-size: 1.28571em;
  line-height: 1em;
  position: relative;
  padding-left: 2px;
  top: 1px;
}
.fontsize-widget #text_resize_max {
  font-size: 1.57143em;
  line-height: 0.81818em;
  position: relative;
  padding-left: 3px;
  top: 2px;
}

.view ul.pager {
  margin-top: 2.57143em;
}

.views-exposed-form {
  margin-bottom: 2.57143em;
}

.view-news .views-row {
  overflow: hidden;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div {
  padding: 0;
  margin: 0;
  width: 100%;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div select {
  width: 100%;
}
@media (min-width: 20em) {
  .view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div {
    width: 50%;
  }
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div > div {
  margin-right: 3%;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div.views-submit-button {
  float: right;
  width: auto;
  margin-right: 1.5%;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div .form-item {
  background: transparent;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div .form-item .description {
  float: right;
  margin-top: 0.64286em;
  display: none;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div .form-type-date-text {
  margin-right: 0;
}
.view-news #views-exposed-form-news-news-overview .views-exposed-widgets > div .form-type-date-text input {
  width: 100%;
}

.view-termine .view-footer {
  border-bottom: 1px solid black;
  border-top: 1px solid #c3c3c3;
  padding: 0.6em 0;
  margin-top: 1em;
}
.view-termine .view-footer a {
  color: black;
  font-weight: bold;
  font-size: 15px;
}
.view-termine .view-footer a:before {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: #009933;
  content: "\e106";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=#009933, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}

.page-anmeldeformular #content .block,
.page-warenkorb #content .block {
  margin-bottom: 2.57143em;
}

/**
 * Register Process Forms
 * First Step -  Advertising Medium
 */
#ivw-register-process-start .form-description {
  color: black;
  text-align: center;
  width: 100%;
}
@media (max-width: 30em) {
  #ivw-register-process-start .full-width:last-child:after {
    top: 36%;
  }
  #ivw-register-process-start .full-width:after {
    font-size: 29px;
    top: 33%;
  }
}

.page-anmeldeformular-medientyp input[type="submit"],
.page-anmeldeformular-medientyp input[type="reset"],
.page-anmeldeformular-medientyp input[type="button"],
.page-anmeldeformular-medientyp input[type="image"] {
  font-size: 0.89286em;
  line-height: 1.44em;
}

#edit-mediaoptions {
  margin-left: -2%;
}
#edit-mediaoptions .double-line {
  margin-left: 2%;
  margin-right: 0;
}

#ivw-register-process-procedure #edit-security-question label {
  color: black;
  text-transform: uppercase;
  font-size: 1.07143em;
  line-height: 1.8em;
  font-weight: normal;
}
#ivw-register-process-procedure #edit-security-question label.option {
  color: #858585;
  text-transform: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.28571em;
}

/**
 * IVW SHOP Wizard
 */
.page-warenkorb legend {
  margin-bottom: 0;
}
.page-warenkorb #ivw-shop-products legend {
  padding: 1em 1em 0.75em;
  background: gray;
  color: white;
  width: 100%;
  font-size: 1em;
  line-height: 1.28571em;
  line-height: 1em;
}
.page-warenkorb #ivw-shop-products .fieldset-wrapper {
  padding: 1.28571em 1em 2.57143em;
  border: 1px solid #c3c3c3;
  width: 100%;
  float: left;
}
.page-warenkorb #ivw-shop-products .price-info {
  float: left;
}
.page-warenkorb #ivw-shop-products .price {
  font-size: 1.85714em;
  line-height: 1.38462em;
  color: black;
  font-weight: 700;
  margin-right: 5px;
}
.page-warenkorb #ivw-shop-products .submit-wrapper {
  float: right;
}
.page-warenkorb #ivw-shop-billing-information fieldset {
  border: 1px solid #c3c3c3;
}
.page-warenkorb #ivw-shop-billing-information legend {
  float: left;
  width: 100%;
  padding: 2% 2% 0;
}
.page-warenkorb #ivw-shop-billing-information .fieldset-wrapper {
  float: left;
  width: 100%;
}
.page-warenkorb #ivw-shop-billing-information .fieldset-description {
  padding: 2%;
  width: 100%;
}
.page-warenkorb #ivw-shop-billing-information .fieldset-inner-wrapper {
  border-bottom: 1px solid #c3c3c3;
  float: left;
  width: 100%;
}
.page-warenkorb #ivw-shop-billing-information .fieldset-inner-wrapper#edit-address {
  border: none;
}
.page-warenkorb #ivw-shop-billing-information .form-item {
  width: 47%;
  float: left;
  margin-left: 2%;
}
.page-warenkorb #ivw-shop-billing-information .form-item.form-item-street {
  clear: both;
}
.page-warenkorb #ivw-shop-billing-information .form-item input {
  width: 100%;
}
.page-warenkorb #ivw-shop-billing-information .note {
  float: left;
  width: 100%;
  margin-left: 2%;
}
.page-warenkorb #ivw-shop-billing-information .form-actions {
  float: left;
  margin-left: 2%;
  width: 98%;
  border: none;
}
.page-warenkorb #ivw-shop-billing-information .form-actions .submit-wrapper {
  width: 48%;
}
.page-warenkorb #ivw-shop-billing-information .form-actions .submit-wrapper input {
  width: 100%;
}
.page-warenkorb .summary-wrapper {
  border: 1px solid #c3c3c3;
}
.page-warenkorb .summary-wrapper > div {
  padding: 1em;
}

html.js input.form-autocomplete {
  background-image: none;
}

#autocomplete {
  margin-top: 0.64286em;
  border: none;
  background: none;
  width: 200px !important;
}
#autocomplete li {
  border-bottom: 1px solid white;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.28571em;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#autocomplete li:hover, #autocomplete li.selected {
  background: #000;
  margin: 2px 0;
}
#autocomplete li:last-child {
  border-bottom: none;
}
#autocomplete li > div {
  padding: 1.28571em 0;
}
#autocomplete li strong {
  font-weight: normal;
  text-decoration: underline;
}
#autocomplete .suggestion, #autocomplete .count, #autocomplete .message {
  color: white;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
}

#main #autocomplete li > div {
  display: block;
}

span.passive {
  color: #dd0000;
}

.glossary {
  margin-bottom: 2.57143em;
}
.glossary ul {
  padding: 0 .5em;
}
.glossary ul a {
  display: block;
  padding: .2em .5em;
  margin: 0 .15em;
}
.glossary ul a.active {
  background: #009933;
  color: white;
  border-radius: 3px;
}

.gattungen-list {
  margin: 1.28571em 0;
}
.gattungen-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gattungen-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gattungen-list ul li {
  margin-bottom: 1.28571em;
  font-weight: bold;
}
.gattungen-list ul li ul {
  margin-top: 0.32143em;
}
.gattungen-list ul li ul li {
  margin: 0;
  padding-left: 2em;
}

.batch-details-result .batch-details-result-row {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 2.57143em;
}

.page-aw-print-qa-batch-details-result,
.page-aw-print-ha-batch-details-result {
  padding: 2em;
}
.page-aw-print-qa-batch-details-result #logo,
.page-aw-print-ha-batch-details-result #logo {
  float: none !important;
  width: auto !important;
  margin: 0 0 2em 0 !important;
}
.page-aw-print-qa-batch-details-result ul.contextual-links,
.page-aw-print-ha-batch-details-result ul.contextual-links {
  display: none;
}
.page-aw-print-qa-batch-details-result #header,
.page-aw-print-qa-batch-details-result #main,
.page-aw-print-ha-batch-details-result #header,
.page-aw-print-ha-batch-details-result #main {
  max-width: none;
}
.page-aw-print-qa-batch-details-result .view-aw-titel-az .table-inner,
.page-aw-print-ha-batch-details-result .view-aw-titel-az .table-inner {
  width: auto;
  overflow-x: visible;
}

.entity-ivw-aw-mitglied .titel-overview-wrapper {
  margin-top: 2.57143em;
}
.entity-ivw-aw-mitglied .titel-overview-wrapper .titel-overview-headline {
  margin: 0;
}
.entity-ivw-aw-mitglied .titel-overview-wrapper .titel-overview-help {
  margin-bottom: 2.57143em;
}
.entity-ivw-aw-mitglied .titel-overview-wrapper .titel-overview {
  overflow: hidden;
  background: #e2e2e2;
  padding-top: 0.64286em;
  border-bottom: 1px solid white;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 1.28571em;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container {
  overflow: hidden;
  background: #e2e2e2;
  padding-top: 0.64286em;
  border-bottom: 1px solid white;
  border-bottom: 0;
  overflow: visible;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container:after {
  content: "";
  display: table;
  clear: both;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-toggle {
  display: none;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 20px 1.28571em 20px;
  font-size: 1em;
  line-height: 1.28571em;
  line-height: 38px;
  background: white;
  vertical-align: middle;
  color: #454545;
  font-weight: bold;
  display: block;
  width: 65.4321%;
  float: left;
  margin-right: -100%;
  margin-left: 17.28395%;
  clear: none;
  padding-left: 45px;
  margin: 0px;
  width: 100%;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:before, .entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:before {
  left: -20px;
  border-width: 0 0 38px 20px;
  border-color: transparent transparent white transparent;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:after {
  right: -20px;
  border-width: 38px 0 0 20px;
  border-color: transparent transparent transparent white;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:before {
  font-family: "Metrize-Icons";
  font-size: 19.5px;
  font-weight: normal;
  color: black;
  content: "\e11c";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:after {
  display: none;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-handle:before {
  border: none;
  left: 12px;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-content {
  display: none;
  clear: both;
  background: #e2e2e2;
  padding: 2.57143em 10px 1.28571em;
  background: white;
  margin-left: -30px;
  margin-right: -30px;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-content p {
  line-height: 1.4em;
  width: 82%;
  display: inline-block;
}
.entity-ivw-aw-mitglied .ctools-collapsible-container .ctools-collapsible-content table {
  width: 83%;
}

.entity-ivw-aw-titel {
  margin-bottom: 2.57143em;
}
.entity-ivw-aw-titel h2 {
  margin-bottom: 0;
}
.entity-ivw-aw-titel .verlag {
  font-size: 1.28571em;
  line-height: 1.25em;
  margin: 0 0 1.28571em 0;
}
.entity-ivw-aw-titel .download-link,
.entity-ivw-aw-titel .datenkorb-add,
.entity-ivw-aw-titel .datenkorb-remove {
  float: right;
  cursor: pointer;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  color: white;
  line-height: 31px;
  height: 31px;
  display: block;
  padding: 0 1em;
  margin-left: 1em;
}
.entity-ivw-aw-titel .download-link:before,
.entity-ivw-aw-titel .datenkorb-add:before,
.entity-ivw-aw-titel .datenkorb-remove:before {
  font-family: "Metrize-Icons";
  font-size: 23px;
  font-weight: normal;
  color: white;
  content: "\e0c4";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.entity-ivw-aw-titel .download-link:before {
  font-family: "Metrize-Icons";
  font-size: 23px;
  font-weight: normal;
  color: white;
  content: "\e0c3";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.entity-ivw-aw-titel .datenkorb-add:before {
  font-family: "Metrize-Icons";
  font-size: 23px;
  font-weight: normal;
  color: white;
  content: "\e0c4";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.entity-ivw-aw-titel .datenkorb-remove:before {
  font-family: "Metrize-Icons";
  font-size: 23px;
  font-weight: normal;
  color: white;
  content: "\e0f0";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.entity-ivw-aw-titel .titel-meta-inline div {
  display: inline;
  margin-left: -4px;
}
.entity-ivw-aw-titel .titel-meta-inline div:before {
  content: ', ';
}
.entity-ivw-aw-titel .titel-meta-inline div:first-child {
  margin-left: 0;
}
.entity-ivw-aw-titel .titel-meta-inline div:first-child:before {
  content: none;
}
.entity-ivw-aw-titel .notes {
  margin-top: 1.28571em;
  color: #dd0000;
}
.entity-ivw-aw-titel .titel-hist {
  margin-top: 1.28571em;
  overflow: hidden;
  clear: both;
  color: #dd0000;
}
.entity-ivw-aw-titel .titel-hist h5 {
  margin-bottom: 0;
}
.entity-ivw-aw-titel .titel-hist .hist-date {
  display: block;
  clear: both;
  float: left;
  width: 80px;
  min-height: 10px;
}
.entity-ivw-aw-titel .titel-hist .hist-value {
  display: block;
  float: left;
}
.entity-ivw-aw-titel .update-in-progress {
  margin-top: 1.28571em;
}

.view-aw-titel #views-exposed-form-aw-titel-page-qa .views-widget-filter-ivw_aw_history_gattung .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 30px;
}
.view-aw-titel table td {
  border: 0 !important;
}
.view-aw-titel .views-field-ivw-aw-titel-operations {
  text-align: right;
}
.view-aw-titel .views-field-ivw-aw-titel-operations a.datenkorb-add:before {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: black;
  content: "\e0c4";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.view-aw-titel .views-field-ivw-aw-titel-operations a.datenkorb-remove:before {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: black;
  content: "\e0f0";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.view-aw-titel.view-display-id-page_qa_ort .views-field-nothing, .view-aw-titel.view-display-id-page_ha_ort .views-field-nothing {
  text-align: right;
}
.view-aw-titel #edit-gattung-wrapper {
  width: 32%;
}

.view-aw-mitglied table td {
  border: 0 !important;
}
.view-aw-mitglied .views-field-ivw-aw-mitglied-link {
  text-align: right;
}
.view-aw-mitglied.view-display-id-page_qa .views-field-nothing, .view-aw-mitglied.view-display-id-page_ha .views-field-nothing {
  text-align: right;
}

.view-aw-titel-az #views-exposed-form-aw-titel-az-aw-az-qa .views-widget-filter-ivw_aw_az_quartal .form-required {
  display: none;
}
.view-aw-titel-az .view-header {
  margin-bottom: 2.57143em;
}
.view-aw-titel-az .table-outer {
  position: relative;
}
.view-aw-titel-az .table-inner {
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  max-width: 960px;
}
.view-aw-titel-az table {
  table-layout: fixed;
  font-size: 14px !important;
}
.view-aw-titel-az thead th {
  vertical-align: bottom;
}
.view-aw-titel-az thead th.fixed-col,
.view-aw-titel-az thead th.expander {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  text-align: left;
}
.view-aw-titel-az tbody {
  border-top: 0;
}
.view-aw-titel-az tbody th.fixed-col,
.view-aw-titel-az tbody th.expander {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  border: 1px solid #b2b2b2 !important;
  text-align: left !important;
  background: white !important;
  font-weight: normal;
  vertical-align: top;
  border-left-width: 2px;
}
.view-aw-titel-az tbody td {
  text-align: right;
}
.view-aw-titel-az tbody tr.even th.fixed-col, .view-aw-titel-az tbody tr:nth-child(even) th.fixed-col {
  background: #e2e2e2;
}
.view-aw-titel-az tbody tr {
  border-right: 1px solid #b2b2b2;
}
.view-aw-titel-az td, .view-aw-titel-az th {
  width: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 0;
}
.view-aw-titel-az td {
  white-space: nowrap;
  vertical-align: top;
}
.view-aw-titel-az tr.supl-th {
  background: none !important;
}
.view-aw-titel-az tr.supl-th th {
  background: none !important;
  border-bottom: 0 !important;
}
.view-aw-titel-az tr.supl-th th.ebene-th {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(bottom, #ffffff, #e2e2e2);
  background: linear-gradient(to top, #ffffff, #e2e2e2);
  border-radius: 5px 5px 0 0;
  width: 150px;
}
.view-aw-titel-az tr.supl-th th:first-child {
  background: white;
}
.view-aw-titel-az th.divider,
.view-aw-titel-az td.divider {
  background: white !important;
  border: 0 !important;
  width: 50px;
}
.view-aw-titel-az th.pc-heading {
  text-align: left;
  padding-bottom: 1.28571em;
  white-space: nowrap;
}
.view-aw-titel-az td.pc-typ {
  text-align: left;
  white-space: normal;
  font-size: 0.78571em;
  line-height: 1.63636em;
}
.view-aw-titel-az th.col-subset {
  font-size: 0.78571em;
  line-height: 1.63636em;
  font-style: italic;
  color: #999;
}
.view-aw-titel-az td.col-subset {
  border-left: 0;
}
.view-aw-titel-az tbody td.divider {
  border-left: 1px solid #b2b2b2;
}
.view-aw-titel-az th.pc-col,
.view-aw-titel-az td.pc-col {
  width: 150px;
}
.view-aw-titel-az table:not(.ivw-autonews):not(.ui-datepicker-calendar) th,
.view-aw-titel-az table:not(.ivw-autonews):not(.ui-datepicker-calendar) td {
  padding: 4px 1em;
}

.pseudo-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  position: absolute;
  left: 0;
}
thead th .pseudo-col {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
  border-bottom: 3px solid #009933;
}
thead th .pseudo-col .pseudo-col-inner {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
}
thead .supl-th th .pseudo-col {
  background: white;
  border-bottom: 0;
}
thead .supl-th th .pseudo-col .pseudo-col-inner {
  background: white;
}
tbody .pseudo-col {
  background: white;
  border: 1px solid #b2b2b2;
}
tbody tr.even .pseudo-col, tbody tr:nth-child(even) .pseudo-col {
  background: #e2e2e2;
}
.pseudo-col .pseudo-col-inner {
  display: table-cell;
  padding: 4px 1em;
}
thead + tbody tr:first-child .pseudo-col .pseudo-col-inner {
  padding-top: 1.28571em;
}
.views-field-ivw-aw-az-quartal .pseudo-col, .row-divider .pseudo-col {
  border-top: 0;
  margin-top: 2px;
}
@-moz-document url-prefix() {
  .views-field-ivw-aw-az-quartal .pseudo-col, .row-divider .pseudo-col {
    margin-top: 3px;
  }
}
.views-field-ivw-aw-az-quartal .pseudo-col .pseudo-col-inner, .row-divider .pseudo-col .pseudo-col-inner {
  vertical-align: bottom;
}
.row-divider .pseudo-col {
  margin-top: 1px;
}
tbody tr:first-child .pseudo-col {
  border-top: 0;
  margin-top: 2px;
}

tr.row-divider td.col-odd, tr.row-divider td.col-odd .pseudo-col,
tr.row-divider th,
tr.row-divider th .pseudo-col,
tr.row-divider td,
tr.row-divider td .pseudo-col {
  padding-top: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2)) !important;
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2) !important;
  background: linear-gradient(to bottom, #ffffff, #e2e2e2) !important;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #009933;
  font-weight: bold;
}

tr.row-divider th {
  vertical-align: bottom;
}

tr.row-divider + tr th:first-child .pseudo-col {
  margin-top: 1px;
}

.views-widget-filter-ivw_aw_az_quartal .form-checkboxes,
.views-widget-filter-ivw_aw_az_quartal_dummy .form-checkboxes {
  clear: both;
}
.views-widget-filter-ivw_aw_az_quartal .form-checkboxes:after,
.views-widget-filter-ivw_aw_az_quartal_dummy .form-checkboxes:after {
  content: "";
  display: table;
  clear: both;
}
.views-widget-filter-ivw_aw_az_quartal .form-type-checkbox,
.views-widget-filter-ivw_aw_az_quartal_dummy .form-type-checkbox {
  float: left;
  width: 10%;
}
.views-widget-filter-ivw_aw_az_quartal .form-type-checkbox input.form-checkbox,
.views-widget-filter-ivw_aw_az_quartal_dummy .form-type-checkbox input.form-checkbox {
  float: none;
  width: auto;
  margin-right: .6em;
}
.views-widget-filter-ivw_aw_az_quartal .form-type-checkbox label.option,
.views-widget-filter-ivw_aw_az_quartal_dummy .form-type-checkbox label.option {
  float: none;
  width: auto;
  display: inline;
}
.views-widget-filter-ivw_aw_az_quartal .show-all .form-type-checkbox:nth-child(4n+1),
.views-widget-filter-ivw_aw_az_quartal_dummy .show-all .form-type-checkbox:nth-child(4n+1) {
  clear: both;
}

.views-exposed-form .views-widget-filter-ivw_aw_az_quartal_dummy {
  clear: both;
  float: none;
}

#ivw-aw-titel-overview-bulk-form {
  padding: 0 1em;
}
#ivw-aw-titel-overview-bulk-form .form-actions {
  text-align: right;
}
#ivw-aw-titel-overview-bulk-form .form-submit {
  margin-left: 1em;
}

.view-aw-titel-az .views-field-ivw-aw-az-quartal .pseudo-col {
  margin-top: 0;
}
@-moz-document url-prefix() {
  .view-aw-titel-az .views-field-ivw-aw-az-quartal .pseudo-col {
    margin-top: 1px;
  }
  .view-aw-titel-az .views-field-nothing .pseudo-col {
    margin-top: 0;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block !important;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #b2b2b2;
  border-top: 0;
  background: white;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 2.5rem;
  line-height: 3em;
  border: 0 none;
  background-color: white;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  background-clip: padding-box;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.chosen-container-single .chosen-default {
  color: gray;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}
.chosen-container-single .chosen-single div:after {
  font-family: "Metrize-Icons";
  font-size: 22px;
  font-weight: normal;
  color: white;
  content: "\e11f";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
.chosen-container-single .chosen-single div:after {
  margin-left: 0;
}

.using-filter .chosen-single span,
.using-filter .chosen-single div:after {
  color: black;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #b2b2b2;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #454545;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 4px 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #c3c3c3;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTczNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTkzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00a737), color-stop(100%, #009933));
  background: -webkit-linear-gradient(top, #00a737, #009933);
  background: linear-gradient(to bottom, #00a737, #009933);
  color: white;
}

.chosen-container .chosen-results li.no-results {
  color: gray;
  display: list-item;
  background: #e2e2e2;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 3px 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #b2b2b2;
  background-color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #e2e2e2), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#e2e2e2 1%, white 15%);
  background-image: -moz-linear-gradient(#e2e2e2 1%, white 15%);
  background-image: -o-linear-gradient(#e2e2e2 1%, white 15%);
  background-image: linear-gradient(#e2e2e2 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: gray;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #b2b2b2;
  max-width: 100%;
  background-color: #e2e2e2;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: #b2b2b2;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 11px;
  height: 11px;
  background: url("../images/chosen-sprite.png") -42px 2px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  top: 4px;
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #c3c3c3;
  background-color: #e2e2e2;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MzYzNjMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e2e2e2), color-stop(100%, #c3c3c3));
  background: -webkit-linear-gradient(top, #e2e2e2, #c3c3c3);
  background: linear-gradient(to bottom, #e2e2e2, #c3c3c3);
  color: #666666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #e2e2e2;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-single .chosen-drop .result-selected,
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #c3c3c3;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-choices {
  border: 1px solid #00a737;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: black !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme {
  clear: both;
}

.owl-theme .owl-controls {
  position: absolute;
  text-align: center;
  top: 0;
  height: 100%;
  right: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  font-size: 12px;
  height: 100%;
  width: 50px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  position: absolute;
  right: -20px;
  background: -moz-linear-gradient(left, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 60%, rgba(102, 102, 102, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(102, 102, 102, 0.3)), color-stop(60%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 60%, rgba(102, 102, 102, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 60%, rgba(102, 102, 102, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 60%, rgba(102, 102, 102, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 60%, rgba(102, 102, 102, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d666666', endColorstr='#00666666',GradientType=1 );
  /* IE6-9 */
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 20px;
  font-weight: normal;
  color: white;
  content: "";
  top: auto;
  right: 23px;
  bottom: 44%;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
  position: absolute;
  display: block;
  font-family: "ivwicons";
  font-size: 20px;
  font-weight: normal;
  color: gray;
  content: "\e60e";
  top: auto;
  right: 23px;
  bottom: 44%;
  left: auto;
  -moz-osx-font-smoothing: grayscale;
}
.owl-theme .owl-controls .owl-buttons .owl-next:after {
  color: black;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-wrapper .node-contact {
  border: none;
}

.owl-carousel .owl-wrapper-outer {
  border: 1px solid #b2b2b2;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

/* search filters */
.page-search {
  /* search block */
}
.page-search #edit-container {
  position: relative;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  background: -webkit-linear-gradient(top, #ffffff, #e2e2e2);
  background: linear-gradient(to bottom, #ffffff, #e2e2e2);
  border: 1px solid #c3c3c3;
  padding: 1em;
  float: left;
  width: 100%;
  padding: 1.28571em;
  margin-bottom: 1.28571em;
}
.page-search #edit-container legend {
  float: left;
  font-size: 1em;
  text-transform: none;
  margin-bottom: 0;
  color: #454545;
}
.page-search #edit-container .form-item {
  padding: 12px 10px 28px 0;
  background: white;
  border: none;
  border-top: 1px solid #c3c3c3;
  float: none;
  width: 23%;
  float: left;
  background: none;
  border-top: none;
  padding: 0;
  margin: 0.64286em 0;
  margin-right: 2%;
}
.page-search #edit-container .form-item.form-item-document-entity {
  margin-right: 0;
}
.page-search #edit-container .form-item .option {
  color: black;
  font-weight: normal;
}
@media (min-width: 30em) {
  .page-search #edit-container .form-item.form-item-department {
    width: 48%;
  }
}
.page-search #edit-container .form-item.form-type-item {
  width: 98%;
}
@media (max-width: 30em) {
  .page-search #edit-container .form-item {
    width: 98%;
  }
}
.page-search #edit-container #edit-reset {
  float: right;
  width: auto;
  margin-bottom: 0;
}
.page-search #edit-container a.reset {
  color: #009933;
  background: none;
  font-weight: normal;
  clear: both;
}
.page-search #edit-help ul {
  padding-left: 0;
  list-style: none;
}
.page-search #edit-help .lightgray {
  color: #858585;
}
.page-search .search-in-sidebar {
  margin-bottom: 1.28571em;
  float: left;
  width: 100%;
}
.page-search .search-in-sidebar label {
  margin: 0.64286em 0;
  color: #666666;
  display: block;
}
.page-search .search-in-sidebar .form-item {
  width: 80%;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.page-search .search-in-sidebar .container-inline {
  position: relative;
  float: left;
  width: 100%;
}
.page-search .search-in-sidebar input[type=search] {
  border: none;
  padding: 12px;
  background-color: #454545;
  vertical-align: baseline;
  height: auto;
  width: 100%;
  outline: none;
  color: white;
  box-shadow: none;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.page-search .search-in-sidebar input[type=search]:focus {
  outline-color: transparent;
  outline-style: none;
}
.page-search .search-in-sidebar .form-actions {
  width: 18%;
  display: inline-block;
  background-color: #454545;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page-search .search-in-sidebar .form-actions:before {
  font-family: "Metrize-Icons";
  font-size: 20.5px;
  font-weight: normal;
  color: white;
  content: "\e05b";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=white, offx=1, offy=1);
  zoom: 1;
  margin-right: .4em;
}
.page-search .search-in-sidebar .form-actions:before {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 12px;
  margin: 0;
  padding: 0;
}
.page-search .search-in-sidebar .form-actions input {
  position: relative;
  background: none;
  width: 100%;
  z-index: 2;
  font-family: Arial,"Liberation Sans",FreeSans,sans-serif;
  padding: 12px;
  line-height: normal;
  font-size: 13px;
}

#search-form .search-in-content {
  border: none;
  padding: 12px;
  background-color: #454545;
  vertical-align: baseline;
  height: auto;
  width: 100%;
  outline: none;
  color: white;
  box-shadow: none;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#search-form .search-in-content:focus {
  outline-color: transparent;
  outline-style: none;
}
#search-form #edit-basic {
  position: relative;
  margin-bottom: 1em;
}
#search-form .metrize {
  font-family: "Metrize-Icons";
  color: white;
  position: absolute;
  bottom: .5em;
  right: .5em;
  font-size: 1.5em;
}
#search-form .basic-description {
  margin-bottom: 2em;
}
#search-form #edit-timespan {
  width: 100%;
  clear: both;
  display: table;
}
#search-form .container-inline-date {
  display: inline-block;
}
#search-form .container-inline-date .date-padding {
  padding: 0;
}
#search-form .container-inline-date .description {
  display: none;
}
@media (max-width: 37.5em) {
  #search-form .container-inline-date {
    width: 80%;
    display: block;
  }
}
#search-form .container-inline-date .date-padding {
  float: none;
}

/* hide submit button on js */
.js .page-search #edit-basic .form-submit {
  display: none;
}

/* search results */
.search-results {
  padding: 0;
  margin: 0;
}

.search-result {
  border-bottom: 1px solid gray;
  position: relative;
}
.search-result .created {
  color: #666666;
  font-size: .9em;
}
.search-result .search-snippet-info {
  padding: 0;
}
.search-result .title {
  word-wrap: break-word;
  max-width: 95%;
}
.search-result .download-icon a:after {
  font-family: "Metrize-Icons";
  font-size: 21px;
  font-weight: normal;
  color: black;
  content: "\e0c3";
  vertical-align: middle;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  filter: dropshadow(color=black, offx=1, offy=1);
  zoom: 1;
  margin-left: .4em;
}
.search-result .download-icon a:after {
  position: absolute;
  right: 0;
}
.search-result .filesize {
  color: gray;
}

/**
 * @file _print.scss
 */
@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-inside: avoid;
  }

  .menu-section, .off-canvas-menu {
    display: none;
  }

  #header-wrapper {
    height: auto;
    background: none;
  }

  #footer-prefix-wrapper, #footer-wrapper {
    display: none;
  }

  .breadcrumb {
    display: block;
  }

  .fontsize-widget {
    display: none;
  }

  .chosen-container {
    border: 2px solid #c3c3c3;
  }

  .views-submit-button, .views-reset-button {
    display: none;
  }

  .view-downloadbereich .views-row {
    page-break-inside: avoid;
  }

  .node > header {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  .field-accordion-title {
    page-break-after: avoid;
  }

  .field-accordion-items {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  .field-accordion-items .field-accordion-item-body {
    display: block;
    margin-left: 0;
    width: 100%;
    padding: 10px 10px 10px 45px;
  }

  .page-aw-print-qa-batch-details #content-wrapper,
  .page-aw-print-ha-batch-details #content-wrapper {
    clear: both;
    padding-top: 8em;
  }

  .batch-details-result-row {
    page-break-after: always;
  }

  #backtotop {
    display: none;
  }
}

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