@charset "UTF-8";
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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 {
  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 */
  /* 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; }

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

body {
  font: 15px/1.35 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #fff; }

a {
  color: #018fad;
  text-decoration: none;
  transition: color .25s; }
  a:hover {
    color: #01acd0; }

::-moz-selection {
  background: #62e3fe;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #62e3fe;
  color: #fff;
  text-shadow: none; }

img {
  vertical-align: middle; }

hr {
  border: 0;
  color: #cdd2d5;
  background: #cdd2d5;
  height: 1px; }

blockquote {
  padding: 0.5em 0.8em;
  margin: 0 0 1em;
  color: #5e656b; }

blockquote p {
  margin: 0 0 1em; }
  blockquote p:last-child {
    margin: 0; }

p.imagetext {
  font-weight: normal;
  color: #666;
  font-size: 11px; }

.movieteaser.fullheight,
.xformteaser.fullheight,
.articleteaser.fullheight,
.pageslider.fullheight,
.newsteaser.fullheight,
.large-image-block.fullheight,
.small-image-block.fullheight,
.embedteaser.fullheight,
.inner-teaser.fullheight {
  height: auto; }

.anchor {
  margin-top: -60px;
  visibility: hidden;
  display: block;
  height: 60px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }

@media (min-width: 992px) {
  .container {
    width: 960px; } }

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

.container--with-bg {
  background: #fff; }

.container--rounded-bottom {
  padding-top: 1em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: "";
    display: table; }
  .container-fluid:after {
    clear: both; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-xs-14 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

input[type=text],
input[type=email],
input[type=submit],
input[type=button],
textarea {
  display: inline-block;
  width: 100%;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.33335em 0.66667em;
  font-size: 100%;
  vertical-align: middle;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.06);
  margin-bottom: 1em; }

input[type=submit] {
  width: auto;
  box-shadow: none;
  border-radius: 3px;
  background: #fafafa; }
  input[type=submit]:hover {
    background: #fff; }

input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
textarea:active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.field-validation-error {
  display: block;
  margin: -1em 0 1em;
  font-size: 0.85em;
  color: #ff0000; }

.form-control {
  display: block;
  width: 100%; }

@media print {
  .hidden-print {
    display: none !important; } }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

.normal-font-weight {
  font-weight: normal; }

.header__main {
  margin-top: 1.25em; }

.topbar {
  background: #faba00; }

.topbar ul {
  margin: 0;
  padding: 0.2em 0 0.25em; }

.topbar li {
  display: inline-block;
  padding-left: 1.5em; }

.topbar a {
  color: #222; }

@media screen and (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background-color: #fff; }
  .header__main {
    margin: 0;
    padding: .5em 0 0.25em;
    border-top: 0.5em solid #faba00;
    border-bottom: 0.2em solid #5e656b; }
  .header__main .logo img {
    width: 108px;
    padding-top: 0.2em; }
  .search-form-mobile-is-active .header__main {
    margin-top: 5.65em; } }

.top-navigation {
  margin: 1.55em 0 0;
  background: #e8e9ed;
  min-height: 2.65em;
  line-height: 1.5; }

.top-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.top-navigation li {
  display: inline-block; }

.top-navigation a {
  display: inline-block;
  color: #222;
  text-transform: uppercase;
  padding: 0.43em 1.1em 0.3em;
  font-size: 1.17em; }
  .top-navigation a:hover {
    background: #f1f1f4; }

.top-navigation .active a {
  background: #94999f;
  box-shadow: inset 0.22em 0.22em 0 #878c93;
  padding: 0.43em 0.6em 0.3em 0.85em;
  color: #fff;
  font-weight: bold; }
  .top-navigation .active a:hover {
    background: #94999f; }

.sub-navigation {
  list-style: none;
  margin: 0;
  padding: 0; }

.sub-navigation li {
  position: relative; }

.sub-navigation a {
  display: block;
  padding: 0.75em 1em;
  border-top: 1px solid #cdd2d5;
  color: #222;
  background: #fff;
  font-weight: 200; }

.sub-navigation--level-0 > li > a {
  font-weight: 600;
  text-transform: uppercase; }

.sub-navigation--level-1 {
  border-bottom: 1px solid #cdd2d5;
  border-left: 1px solid #cdd2d5;
  margin-bottom: 2em;
  margin-right: -5px; }

.sub-navigation--level-1 li {
  background: #eeeef1; }

.sub-navigation--level-1 > li > a {
  font-weight: 500; }

.sub-navigation--level-1 li a {
  padding-left: 0.8em;
  text-transform: none; }
  .sub-navigation--level-1 li a:last-child {
    border-bottom: 0; }

.sub-navigation--level-2 li a {
  padding-left: 1em;
  margin-left: 1em; }

.sub-navigation--level-3 li {
  background: #fff;
  padding-left: 0;
  margin-left: 1em; }

.sub-navigation--level-3 li:first-child a {
  /*border-top: 0;*/ }

.sub-navigation--level-4 li {
  background: #fff; }

.sub-navigation--level-4 > li:first-of-type > a {
  border-top: 0; }

.sub-navigation--level-5 > li:first-of-type > a {
  border-top: 0; }

.sub-navigation a.closed ~ ul {
  display: none; }

.sub-navigation--level-0 a.expanded {
  background: #94999f;
  color: #fff;
  transition: none; }

.sub-navigation--level-1 a.expanded {
  background: #eeeef1;
  color: #222; }

.sub-navigation--level-2 a.expanded {
  background: #d0d2d7; }

.sub-navigation--level-3 a.expanded {
  background: #b5b6ba; }

.sub-navigation--level-4 a.expanded {
  background: #9c9da0; }

.sub-navigation__toggle {
  position: absolute;
  width: 1em;
  height: 2.5em;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  padding: 0.5em;
  outline: none; }

.sub-navigation__toggle:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url("/frontendassets/images/chevron.svg") no-repeat scroll center center;
  position: absolute;
  top: 15px;
  right: 4px; }

.expanded ~ .sub-navigation__toggle:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.sub-navigation--level-0 > li > .expanded ~ .sub-navigation__toggle:before,
.sub-navigation--level-2 > li > .expanded ~ .sub-navigation__toggle:before,
.sub-navigation--level-3 > li > .expanded ~ .sub-navigation__toggle:before {
  background: transparent url("/frontendassets/images/chevron-inverted.svg") no-repeat scroll center center; }

.sub-navigation--mobile {
  display: none;
  position: absolute;
  top: 6.37em;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #cdd2d5; }

@media screen and (max-width: 991px) {
  .sub-navigation--mobile.is-active {
    display: block;
    margin-top: -1.54em; }
  .search-form-mobile-is-active .sub-navigation--mobile.is-active {
    margin-top: -.2em; }
  .sub-navigation--mobile .sub-navigation--level-1 > li:first-child > a:first-child {
    border-top: 0; }
  .sub-navigation--mobile .sub-navigation__toggle {
    width: 2em; }
    .sub-navigation--mobile .sub-navigation__toggle:before {
      right: 14px; }
  .sub-navigation--mobile a {
    padding-right: 2em; }
  .sub-navigation--level-1 {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .sub-navigation--level-3 li:first-child a {
    /*border-top:0;*/ } }

.main-content {
  padding: 0 0 1em; }

.main-content--image-bg {
  background: #E1DDD6 url("/frontendassets/images/bg/bg4.jpg") no-repeat scroll left top;
  background-size: 100% auto !important; }

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  color: #018fad; }

.main-content h1 {
  font-size: 2em;
  margin-top: 0.1em;
  line-height: 1.235em; }
  .main-content h1.main-content__header--align-top {
    margin-top: 0;
    line-height: 0.9em; }

.main-content h3 {
  font-size: 1.2em;
  line-height: 1.35; }

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-weight: 500; }

@media screen and (max-width: 991px) {
  body.search-form-mobile-is-active .header__main {
    padding: 0;
    border-top: none; }
  .main-content {
    margin-top: 4.8em; }
  body.StartPage .main-content {
    margin-top: 4.8em; } }

.main-footer {
  font-size: 0.875em;
  line-height: 1.55;
  background: #faba00;
  color: #222;
  padding: 1em 0 3em; }

.main-footer h3 {
  font-size: 1.38em;
  margin: 0.9em 0 0.7em; }

.main-footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-footer a {
  color: #222; }
  .main-footer a:hover {
    font-weight: 500; }

.main-footer .followlinks {
  overflow: hidden; }

.main-footer .followlinks img {
  width: 40px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination .sr-only {
  display: none; }

.pagination > li {
  display: inline; }

.pagination > li > span,
.pagination > li > a {
  padding: 0.4em 0.75em;
  border: 1px solid #cdd2d5;
  border-left: none; }

.pagination > li:first-child > span,
.pagination > li:first-child > a {
  border-left: 1px solid #cdd2d5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination > li:last-child > span,
.pagination > li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pagination .active > span {
  background: #018fad;
  color: #fff;
  border-color: #018fad; }

.article-image {
  margin-bottom: 1.7em; }

.article-image img {
  width: 100%;
  max-width: 100%; }

.article-image__description {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.25;
  color: #5e656b;
  padding-top: 0.25em; }

.article-image__photographer {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.25;
  color: #767f86; }

.article-main img[style*="float: left;"] {
  padding: 0.2em 0.75em 0.5em 0; }

.article-main img[style*="float: right;"] {
  padding: 0.2em 0 0.5em 0.75em; }

.article-main__category {
  font-weight: 500;
  font-size: 0.8em;
  color: #B3AA6F;
  text-transform: uppercase; }

.article-main__header,
h1.article-main__header {
  margin: 0 0 0.2em;
  color: #018fad;
  line-height: 34px; }
  .article-main__header.article-main__header--align-top,
  h1.article-main__header.article-main__header--align-top {
    margin-top: 0;
    line-height: 42px; }

.article-main__meta {
  padding: 0.25em 0 0.5em;
  border-top: 1px solid #cdd2d5;
  border-bottom: 1px solid #cdd2d5;
  color: #5e656b; }

.article-main__meta span {
  font-size: 0.8em;
  padding-left: 1.25em; }
  .article-main__meta span:first-child {
    padding-left: 0; }

.article-main__preamble {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.1334em;
  line-height: 1.4;
  margin-bottom: 0.8em; }

.article-main h2,
.middleHeading {
  font-size: 1.333em;
  line-height: 1.1em;
  margin: 0 0 0;
  color: #018fad; }

.middleHeading + p {
  margin-top: 0; }

.article-main__body p {
  margin-top: 0.4em; }

.article-main__responsible-author-separator {
  margin-top: 1.7em; }

.article-main__responsible-author {
  margin-top: 0.5em; }

@media screen and (max-width: 767px) {
  .article-main__meta span {
    display: block;
    padding-left: 0; } }

.inner-teaser {
  height: 32.5em;
  position: relative;
  padding: 0.5em 1em 1em;
  margin-bottom: 1em;
  border: 1px solid #cdd2d5;
  border-radius: 8px;
  background: #fff;
  word-break: break-word;
  overflow: hidden; }

aside .inner-teaser {
  height: auto; }

.inner-teaser__header,
h3.inner-teaser__header {
  margin: 0 0 0.1em;
  padding: 0.3em 0 0;
  line-height: 1.2;
  color: #018fad; }
  .col-sm-6 .inner-teaser__header,
  .col-sm-8 .inner-teaser__header,
  .col-sm-12 .inner-teaser__header, .col-sm-6
  h3.inner-teaser__header,
  .col-sm-8
  h3.inner-teaser__header,
  .col-sm-12
  h3.inner-teaser__header {
    font-size: 1.4666em;
    line-height: 1.32;
    padding-top: 0.1em;
    margin-bottom: 0.2em; }
  aside .col-sm-6 .inner-teaser__header,
  aside .col-sm-8 .inner-teaser__header,
  aside .col-sm-12 .inner-teaser__header, aside .col-sm-6
  h3.inner-teaser__header,
  aside .col-sm-8
  h3.inner-teaser__header,
  aside .col-sm-12
  h3.inner-teaser__header {
    font-size: 1.2em;
    margin: 0 0 0.5em;
    padding: 0.5em 0 0; }

.inner-teaser--secondary-bg .inner-teaser__header {
  color: #605151; }

.inner-teaser p:first-of-type {
  margin-top: 0; }

.inner-teaser__subdued-header,
.main-content h2.inner-teaser__subdued-header {
  margin: 0.25em 0 5px;
  font-size: 1.2em;
  font-weight: 500;
  color: #5e656b;
  line-height: 1em; }
  .inner-teaser__subdued-header a,
  .main-content h2.inner-teaser__subdued-header a {
    color: #605151; }
  .inner-teaser__subdued-header a:hover,
  .main-content h2.inner-teaser__subdued-header a:hover {
    color: #01acd0; }

.main-content h2.inner-teaser__subdued-header--extra-spacing {
  margin-bottom: 0.6em; }

.inner-teaser__image {
  margin: -0.5em -1em 0.5em;
  margin: calc(-0.5em - 1px) calc(-1em - 1px) 0.5em; }
  .inner-teaser__image img {
    width: 100%;
    max-width: 100%; }

.inner-teaser__links ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.inner-teaser__links li {
  padding-top: 0.2em; }
  .inner-teaser__links li:first-child {
    padding-top: 0; }

.inner-teaser--secondary-bg {
  background: #def0f2;
  border-color: #def0f2; }
  aside .inner-teaser--secondary-bg {
    background: #fff;
    border-color: #cdd2d5; }

.inner-teaser--no-border-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.inner-teaser--no-border {
  border: 0; }

.article-main + aside .inner-teaser--no-border-top {
  border-radius: 8px; }

.inner-teaser--promo .inner-teaser__image img {
  width: 220px; }

.inner-teaser--with-fixed-at-bottom-container {
  padding-bottom: 2em; }

.inner-teaser--fixed-height {
  min-height: 28em;
  overflow: hidden;
  height: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    .inner-teaser--fixed-height {
      height: 32em; } }
  @media (max-width: 767px) {
    .inner-teaser--fixed-height {
      height: auto; } }

.inner-teaser--movie {
  background: #000;
  color: #fff;
  border-color: #000; }

.inner-teaser--article .uppercase {
  text-transform: uppercase;
  font-size: 12px;
  color: #5e656b; }

.inner-teaser-anchor-wrapper {
  color: #222; }
  .inner-teaser-anchor-wrapper:hover {
    color: #222; }
  .inner-teaser-anchor-wrapper:hover h3 {
    color: #01acd0; }

.inner-teaser__fixed-at-bottom-container {
  position: absolute;
  bottom: 0.5em;
  left: 1em; }

.embedteaser {
  overflow: hidden;
  margin-bottom: 0.67em; }

body.startpage {
  left: auto;
  right: 1em; }

@media (max-width: 767px) {
  .inner-teaser {
    height: auto; } }

.arrow-link,
.arrow-link-container a {
  position: relative;
  display: inline-block; }

.arrow-link:hover,
.arrow-link-container a:hover {
  text-decoration: underline; }

.arrow-link--dark:before {
  background-image: url("/frontendassets/images/arrow_link_dark.png"); }

.arrow-link--for-h3:before {
  top: 8px; }

.arrow-link--subscribe {
  background: url(/FrontendAssets/Images/rss.png) no-repeat center left;
  background-size: 10px 10px;
  padding: 0 10px 0 14px;
  line-height: 10px; }

.arrow-link--border-right {
  border-right: solid 1px #555;
  margin-right: 10px; }

.inner-teaser .arrow-link-container > ul a {
  padding-left: 10px; }

.inner-teaser .arrow-link-container > ul a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: transparent url("/frontendassets/images/arrow_link.png") no-repeat scroll center center;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: 85% 85%; }

.teaser.triple .arrow-link-container--top-links {
  position: absolute;
  top: 10px;
  right: 10px; }

body.StartPage {
  /*.arrow-link-container a {
		padding-right: 10px;
	}
	
	
	.arrow-link-container a {
		padding: 0 10px 0 0;
	}*/ }
  body.StartPage .arrow-link-container {
    left: auto;
    right: 1em; }
  body.StartPage .arrow-link-container a {
    padding-left: 10px; }
  body.StartPage .arrow-link-container a:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 8px;
    background: transparent url("/frontendassets/images/arrow_link.png") no-repeat scroll center center;
    position: absolute;
    top: 6px;
    left: 0;
    background-size: 85% 85%; }

@media (max-width: 768px) {
  .teaser.triple .arrow-link-container--top-links {
    position: relative;
    top: auto;
    right: auto; } }

.slider {
  margin-bottom: 1em; }

.slider--start-page {
  margin-top: 0.25em;
  background: #94999f;
  max-height: 340px;
  overflow: hidden; }

.slider-inner {
  background: #fff; }

.slider-inner > a {
  color: #222; }

.slider--start-page .slider-inner__text-content {
  padding-left: 1.5em;
  max-height: 340px; }

.slider-inner--article-page-slider .slider-inner__text-content {
  padding-right: 1.3em; }

.slider-inner__photographer {
  color: #5e656b;
  margin: 0;
  padding-top: 0.25em;
  font-size: 0.8em;
  line-height: 1.25;
  margin-top: 0; }

.slider-inner__small-headline {
  font-size: 0.8em;
  color: #946e00;
  text-transform: uppercase; }

.slider-inner--article-page-slider {
  margin-left: -20px; }

.slider-inner--article-page-slider .slider-inner__small-headline {
  display: inline-block;
  margin-top: 0.5em;
  color: #018fad; }
  .slider-inner--article-page-slider .slider-inner__small-headline + p {
    margin-top: 0; }

.slider-inner--article-page-slider {
  margin-bottom: 1em; }

.slider-inner__header,
h2.slider-inner__header {
  margin: 0.5em 0 0;
  font-weight: 300;
  font-size: 1.9em;
  color: #222;
  line-height: 1.13; }

.slider-inner .imageangle {
  position: absolute;
  top: -1px;
  left: 9px;
  width: 60px;
  height: 60px;
  background: url(/frontendassets/images/image-angle.png) no-repeat; }

.slider-inner--article-page-slider img {
  width: 100%; }

.slider-inner p {
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: .45em; }

.bx-wrapper {
  position: relative; }

.slider--start-page .bx-viewport {
  max-height: 340px !important;
  overflow: hidden; }

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  position: absolute;
  top: 50%;
  top: calc(50% - (65px / 2));
  width: 34px;
  height: 66px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.bx-controls-direction .bx-prev {
  left: -4.2em; }

.bx-controls-direction .bx-next {
  right: -4.2em; }

.bx-controls-direction .bx-prev:before,
.bx-controls-direction .bx-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("/frontendassets/images/slider-arrow.svg") no-repeat scroll center center; }

.bx-controls-direction .bx-prev:before {
  background-image: url("/frontendassets/images/slider-arrow-rotated.svg"); }

.bx-pager {
  position: absolute;
  top: 1.15em;
  right: 1.75em; }

.slider--start-page .bx-pager {
  top: auto;
  bottom: 1.15em;
  right: 0.9em; }

.bx-pager .bx-pager-item {
  float: left; }

.bx-pager .bx-pager-item a {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0.2em solid #fff;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.4); }
  .bx-pager .bx-pager-item a.active {
    background: rgba(148, 153, 159, 0.7); }

.bx-controls-direction {
  display: none; }

.slideshowcontainerblock {
  margin-bottom: .5em; }

@media screen and (min-width: 1074px) {
  .slider--show-direction-controls .bx-controls-direction {
    display: block; } }

.news-list-entry {
  line-height: 1.33;
  margin-bottom: .75em; }

.news-list-entry__date {
  display: inline-block;
  font-size: 0.75em;
  padding-bottom: 0.5em;
  color: #94999f; }
  .news-list-entry__date:first-of-type {
    padding-bottom: 0.75em; }

aside .news-list-entry__date,
aside .news-list-entry__date:first-of-type {
  padding-bottom: 0; }

.news-list-entry__date--no-padding,
.news-list-entry__date--no-padding:first-of-type {
  padding: 0; }

.news-list-entry p {
  margin-bottom: 0; }
  .news-list-entry p:first-of-type {
    margin-top: 0; }

.news-list-entry__header {
  font-size: 1.2em;
  margin: 0 0 0.2em;
  line-height: 1.35; }

.news-list-entry__image {
  float: left;
  margin-right: 1em;
  border-radius: 0.2em; }

.news-list-entry a {
  display: block;
  overflow: hidden; }

.news-list-entry a p {
  color: #222; }

.news-list-entry a:hover .news-list-entry__header {
  color: #01acd0; }

aside .news-list-entry {
  border-bottom: 1px solid #cdd2d5;
  padding-bottom: 0.65em; }
  aside .news-list-entry:last-of-type {
    margin-bottom: 0.25em; }

aside .news-list-entry h3 {
  font-size: 15px;
  font-weight: 400; }

.tabs {
  margin-bottom: 2em; }

.tabs__selectors {
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
  padding: 0;
  list-style: none; }
  .tabs__selectors:before, .tabs__selectors:after {
    content: "";
    display: table; }
  .tabs__selectors:after {
    clear: both; }

.tabs__selector {
  float: left;
  margin-bottom: -1px; }

.tabs__selector a {
  display: block;
  padding: 0.65em 1em;
  margin-right: 0.5em;
  border: 1px solid transparent; }

.tabs__selector--active a {
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.tabs__selector img {
  width: 15px; }

.tabs__panes {
  padding-top: 1em; }

.tabs__pane {
  display: none; }

.tabs__pane--active {
  display: block; }

.category-icons {
  margin-top: 2em;
  text-align: center; }

.category-icons__header {
  display: none; }

a.category-icons__icon:hover {
  color: #018fad; }

.category-icons__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  padding: 2em; }

.category-icons__icon:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 6px solid; }

.category-icons__icon__image {
  width: 66px; }

.category-icons__icon_read-more {
  display: none; }

@media screen and (max-width: 767px) {
  .category-icons {
    padding: 1em;
    margin-bottom: 2em;
    border: 1px solid #cdd2d5;
    border-radius: 8px;
    text-align: left; }
  .category-icons__header {
    display: block;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 500; }
  .category-icons__icon {
    padding: 0; }
  .category-icons__icon:before {
    content: none; }
  .category-icons__icon_read-more {
    display: inline;
    font-size: 1.2em;
    padding-left: 0.75em;
    font-weight: 500; } }

.social-media-share {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none; }

.social-media-share > li {
  display: inline-block;
  height: 24px;
  margin-left: 1em;
  margin-right: 10px;
  vertical-align: middle; }
  .social-media-share > li:first-child {
    margin-left: 0; }

.ui-menu {
  z-index: 1000; }

/*.ui-menu,.ui-menu>.ui-menu-item,.ui-menu-item>a {max-width:300px !important}*/
.search-autosuggestion-container-header {
  position: absolute;
  text-align: left;
  z-index: 1000; }

.search-autosuggestion-container-page {
  position: fixed;
  z-index: 1000; }

.search-form {
  margin-top: 1.3em; }

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

input.search-form__input {
  padding: 0.45em 0.6em 0.5em;
  margin: 0;
  margin-top: -2px;
  margin-right: 0.6em;
  width: auto;
  min-width: 15.8em;
  line-height: 1.2em; }

input.search-form__input::-webkit-input-placeholder {
  color: #222; }

input.search-form__input::-moz-placeholder {
  color: #222; }

input.search-form__input:-ms-input-placeholder {
  color: #222; }

.search-form__submit {
  position: relative;
  border: 0;
  background: #018fad;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
  height: 2.4em;
  width: 3.35em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); }

.search-form__submit:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  width: 45px;
  height: 25px;
  background: transparent url("/frontendassets/images/magnifying-glass.svg") no-repeat scroll center center; }

.search-form__close {
  display: none; }

@media screen and (max-width: 991px) {
  .search-form {
    display: none; }
  body.search-form-mobile-is-active {
    padding-top: 4.5em; }
  body.search-form-mobile-is-active .search-form {
    display: block; }
  .search-form__close {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 52px;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: transparent; }
  .search-form__close span {
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    right: 10px;
    height: 5px; }
  .search-form__close span:before,
  .search-form__close span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #222;
    content: ""; }
  .search-form__close span:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform; }
  .search-form__close span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }
  .search-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5em;
    background: #fff;
    margin-top: 0;
    padding: 1em 10px;
    text-align: left;
    border-bottom: 0.5em solid #faba00;
    z-index: 1000;
    –webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
  .search-form--in-main-content {
    padding-left: 0;
    padding-right: 0; }
  input.search-form__input {
    width: calc(100% - 7em);
    min-width: 0;
    margin-top: 1px; }
  .search-form__submit {
    float: right; } }

.search-form--in-main-content {
  position: static;
  display: block;
  height: auto;
  margin-bottom: 2em; }

.search-form--in-main-content .search-form__input {
  width: calc(100% - 4.3em); }

.search-filters {
  padding: 1em;
  margin-bottom: 2em;
  font-size: 95%;
  border: 1px solid #cdd2d5;
  border-radius: 3px; }

.search-filters fieldset {
  border: 0;
  margin: 0 0 0.5em;
  padding: 0; }

.search-filters fieldset legend {
  margin: 0 0 0.5em; }

.search-filters .radio {
  margin-bottom: 0.2em; }

.search-result-meta:before, .search-result-meta:after {
  content: "";
  display: table; }

.search-result-meta:after {
  clear: both; }

.search-result-meta__sortby {
  float: right; }
  .search-result-meta__sortby > .selected {
    font-weight: bold; }

.search-result-meta__hits {
  float: left; }

.search-entries {
  margin: 0;
  padding: 0;
  list-style: none; }

.search-entries li {
  border-bottom: 1px solid #cdd2d5;
  padding-bottom: 1em;
  padding-top: 1em; }

.listing-block {
  margin: 0;
  padding: 0;
  list-style: none; }

.listing-block__header {
  margin: 0; }

.listing-block li {
  border-bottom: 1px solid #cdd2d5;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  min-height: 7em;
  overflow: hidden; }

.listing-block-image {
  height: 102px; }

.listing-block__image--center {
  max-width: none !important;
  position: absolute;
  left: -32px;
  height: 102px;
  clip: rect(0 142px 102px 42px);
  overflow: hidden; }

.listing-block__date {
  display: block;
  color: #5e656b; }

.sitemap {
  font-size: 95%; }

.sitemap h1,
.sitemap h2 {
  color: #018fad; }

.sitemap h2 {
  border-bottom: 1px solid #cdd2d5;
  margin-bottom: 1.65em; }

.sitemap ul {
  list-style: none;
  margin: 0 0 1em 1em;
  padding: 0; }

.sitemap .first > a {
  display: block;
  border-bottom: 1px solid #cdd2d5;
  margin-bottom: 0.5em; }

.mobile-nav-controls {
  display: none; }
  .mobile-nav-controls:before, .mobile-nav-controls:after {
    content: "";
    display: table; }
  .mobile-nav-controls:after {
    clear: both; }

.mobile-nav-controls__menu-toggle {
  display: block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 52px;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: transparent; }

.mobile-nav-controls__menu-toggle:focus {
  outline: none; }

.mobile-nav-controls__menu-toggle span {
  display: block;
  position: absolute;
  top: 21px;
  left: 10px;
  right: 0;
  height: 5px;
  background: #222;
  transition: background 0 0.3s; }

.mobile-nav-controls__menu-toggle span:before,
.mobile-nav-controls__menu-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #222;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0; }

.mobile-nav-controls__menu-toggle span:before {
  top: -10px;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.mobile-nav-controls__menu-toggle span:after {
  bottom: -10px;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.mobile-nav-controls__menu-toggle.is-active span {
  background: none; }

.mobile-nav-controls__menu-toggle.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.mobile-nav-controls__menu-toggle.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mobile-nav-controls__menu-toggle.is-active span::before,
.mobile-nav-controls__menu-toggle.is-active span::after {
  transition-delay: 0, 0.3s; }

.mobile-nav-controls__search-toggle {
  position: relative;
  float: right;
  width: 50px;
  height: 38px;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .mobile-nav-controls__search-toggle:before {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 30px;
    background: transparent url("/frontendassets/images/magnifying-glass-inverted.svg") no-repeat scroll center center; }
  .mobile-nav-controls__search-toggle.is-toggled {
    display: none; }

.piechartblock {
  width: 100%;
  padding-bottom: 15px; }

.piechartblock table {
  height: 0;
  overflow: hidden;
  display: block; }

.piechartblock ul.pie-legend {
  list-style: none;
  padding: 0;
  float: right;
  margin-left: 15px;
  font-size: 13px;
  max-width: 45%; }

.piechartblock ul.pie-legend li {
  margin-bottom: 3px; }

.piechartblock ul.pie-legend li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 1em; }

.piechartblock .pie-chart-block .canvasleftlegend {
  float: left;
  display: block; }

.piechartblock .hidelegend ul.pie-legend {
  display: none; }

.piechartblock .legendbelow ul.pie-legend, aside .piechartblock ul.pie-legend {
  float: none;
  max-width: 100%;
  margin-left: 0; }

.piechartblock canvas {
  width: 190px !important;
  height: 190px !important;
  display: inline-block !important;
  font-size: 14px !important;
  margin-top: 20px; }

.piechartblock .noborder {
  border: none; }

.pie-chart-block {
  height: auto; }

@media (max-width: 767px) {
  .piechartblock ul.pie-legend {
    float: none;
    max-width: 100%;
    margin-left: 0; }
  .piechartblock canvas {
    width: 215px !important;
    height: 215px !important; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table p {
    margin-top: 0 !important; }

th {
  text-align: left; }

table.noborder {
  border: none; }
  table.noborder tr, table.noborder td, table.noborder th {
    border: none !important; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd; }

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

.table .hidden {
  display: none !important;
  visibility: hidden !important; }

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

@media (max-width: 767px) {
  .table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9; } }

body.StartPage .youtubeblock-inner {
  padding: 0; }
  body.StartPage .youtubeblock-inner section.content {
    padding: 0 1em; }

.youtubeblock-inner iframe {
  width: 100%;
  border: none;
  display: block; }

aside .youtubeblock-inner iframe {
  height: auto !important; }

.contentarea .youtubeblock-inner.inner-teaser {
  border: none;
  padding: .5em 0 0 0; }

.openaid-widget.openaid-loader::after {
  content: '';
  display: block;
  height: 128px;
  background: transparent url(/FrontendAssets/Images/loader1.gif) center no-repeat; }

.openaidopendatablock {
  width: 100% !important; }

aside .openaidopendatablock {
  border: 1px solid #93979c;
  max-width: 215px;
  margin: 0 10px 20px;
  padding: 0 15px; }

.widget-container {
  color: #07294F; }

.widget-container .title {
  text-align: left;
  margin: 21px 0 7px; }

.widget-container .title h1 {
  font-family: "Roboto",Arial,Helvetica,sans-serif;
  font-weight: 300;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  color: #084e82; }

.total .widget-container .title,
.total .widget-container .sum {
  text-align: center; }

aside .total .widget-container .title {
  text-align: left; }

.total .widget-container .sum {
  padding: 15px;
  background-color: #008FAC;
  border-radius: 4px;
  z-index: 1; }

.total .widget-container .sum h2 {
  color: #ffffff;
  font-size: 42px;
  margin-top: 10px; }

.total .widget-container .sum h2 span {
  font-size: 20px;
  display: block; }

.total .widget-container .read-more {
  text-align: right;
  font-size: 12px;
  margin-top: 5px; }

.widget-container .title p {
  margin: 11px 0 0; }

#sortable-list {
  text-align: center; }

#list-results {
  text-align: left; }

.list-row {
  margin-bottom: 10px; }

.list-row-activities {
  margin-bottom: 13px;
  border: 1px solid #DDE7ED;
  background: #fff; }

.list-activities-indicator {
  height: 4px; }

.list-row > a:link, .list-row > a:visited, .list-row > a:hover, .list-row > a:active {
  text-decoration: none; }

.list-row > a:before, .list-row > a:after {
  content: " ";
  display: table; }

.list-row-activities .list-title {
  max-width: 542px;
  margin-bottom: 7px; }

.list-title {
  float: left;
  max-width: 615px; }

.list-row-activities > a > p {
  margin-bottom: 0;
  clear: both; }

.list-row > a {
  position: relative;
  display: block;
  padding: 11px 35px 6px 10px;
  overflow: hidden;
  color: #084e82; }

.list-row > a:before, .list-row > a:after {
  content: " ";
  display: table; }

.list-row-activities-details-container {
  display: none;
  padding: 0 10px 10px; }

.list-value {
  float: right;
  font-size: 1.1em; }

.list-arrow {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 13px;
  height: 20px;
  background: transparent url(/FrontendAssets/Images/arrow_link_down_black.png) 0 0 no-repeat; }

.list-arrow.list-arrow-expanded {
  background: transparent url(/FrontendAssets/Images/arrow_link_black_up.png) 0 0 no-repeat; }

#openaid-time {
  overflow-x: hidden;
  height: auto; }

#openaid-time.widget-container {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #D8D8D8;
  color: #07294F;
  padding: 4px 10px 6px; }

#openaid-time.widget-container .title {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #dde7ed;
  padding-bottom: 10px; }

#openaid-time.widget-container .read-more a {
  padding-right: 10px; }

#openaid-time path.domain {
  display: none; }

#openaid-time .activeyear-year,
#openaid-time .widget-currency {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#openaid-time .activeyear-nicevalue {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#openaid-time {
  overflow-x: hidden;
  height: auto; }

#openaid-time.widget-container {
  padding-left: 0;
  padding-right: 0; }

#openaid-time.widget-container .title {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #dde7ed;
  padding-bottom: 10px; }

#openaid-time.widget-container .read-more a {
  padding-right: 10px; }

#openaid-time path.domain {
  display: none; }

#openaid-time .activeyear-year,
#openaid-time .widget-currency {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#openaid-time .activeyear-year {
  line-height: 1em !important;
  font-size: 16px !important; }

#openaid-time text.tooltip-year {
  font-size: 18px !important; }

#openaid-time .widget-currency {
  font-size: 18px !important; }

#openaid-time .activeyear-nicevalue {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px !important;
  line-height: 1em !important; }

#openaid-time text.tooltip-nicevalue {
  font-size: 30px !important; }

#openaid-time .read-more {
  padding-left: 10px; }

#openaid-time text {
  font-size: 12px !important; }

.xformteaser .FormContent table, .xformteaser .FormContent td, .xformteaser .FormContent th {
  border: none; }

.xformteaser .FormContent legend {
  max-width: 100%; }

.xformteaser .orientationVertical label {
  display: block; }

.cookies {
  display: none;
  background-color: #fef7d8;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 1px solid #e7deb6; }
  .cookies .cookie-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 150px 20px 15px;
    position: relative; }
  .cookies button {
    position: absolute;
    bottom: 20px;
    right: 15px;
    border: 0;
    background: #018fad;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    font: 15px/1.35 Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2em;
    padding: 0 .6em; }
  .cookies a:hover, .cookies a:active {
    text-decoration: underline; }

@media screen and (max-width: 991px) {
  .cookies .cookie-wrap {
    padding: 20px;
    text-align: center; }
  .cookies button {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 1em auto 0 auto;
    display: block; } }

.barchartblock {
  width: 100%;
  padding-bottom: 15px; }

.barchartblock table {
  height: 0;
  overflow: hidden;
  display: block; }

.barchartblock canvas {
  margin-top: 20px;
  display: inherit;
  width: 440px; }

.barchartblock .noborder {
  border: none; }

.bar-chart-block {
  height: auto;
  max-width: 460px; }

@media (max-width: 499px) {
  .barchartblock canvas {
    width: 400px; } }

@media (max-width: 449px) {
  .barchartblock canvas {
    width: 350px; } }

@media (max-width: 399px) {
  .barchartblock canvas {
    width: 300px; } }

.accordion {
  margin-bottom: 30px; }

.accordion__items {
  list-style: none;
  padding: 0; }

ol.accordion__items {
  counter-reset: accordionnums; }

ol.accordion__items .accordion__item::before {
  content: counter(accordionnums) " ";
  counter-increment: accordionnums;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 22px;
  z-index: 1;
  font-weight: 700;
  color: #AB4984; }
  @media (min-width: 768px) and (max-width: 1199px) {
    aside ol.accordion__items .accordion__item::before {
      left: 11px; } }

.accordion__item {
  position: relative; }

.accordion__item__title {
  display: block;
  font-size: 16px;
  font-weight: 500; }
  .accordion__item__title a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    position: relative;
    background: #EEE4EF;
    box-shadow: 0 1px 3px 0 rgba(171, 73, 132, 0.53);
    margin-bottom: 0.75rem;
    color: #222;
    word-break: break-word; }
  @media (min-width: 768px) and (max-width: 1199px) {
    aside .accordion__item__title a {
      padding-right: 0; } }
  ol.accordion__items .accordion__item__title a {
    padding-left: 3.5rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    aside ol.accordion__items .accordion__item__title a {
      padding-left: 2rem; } }

.accordion__item__title__text {
  -webkit-transform-origin: left;
          transform-origin: left; }

.accordion__item[data-toggle-expanded=true] {
  box-shadow: 0 1px 3px 0 #CDD2D5;
  border-radius: 3px;
  margin-bottom: 1rem; }

.accordion__item[data-toggle-expanded=true] .accordion__item__title a {
  background: #fff;
  box-shadow: none;
  margin-bottom: 0; }

.accordion__item__title__icon {
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  position: relative;
  top: 1px;
  right: 3px;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease; }
  .accordion__item__title__icon::before, .accordion__item__title__icon::after {
    content: '';
    height: 2px;
    width: 9px;
    background: #222;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .accordion__item__title__icon::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: calc(50% + 5px); }
  .accordion__item[data-toggle-expanded=true] .accordion__item__title__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.accordion__item__top__image__container {
  overflow: hidden;
  max-height: 0;
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 47%; }

.accordion__item__top__image {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%; }

.accordion__item__body {
  padding: 0 1rem 1rem 1rem;
  opacity: 0; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .accordion__item__body {
      padding: 0 1rem 1rem; } }
  ol.accordion__items .accordion__item__body {
    padding-left: 3.5rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    aside ol.accordion__items .accordion__item__body {
      padding-left: 2rem; } }
  .accordion__item__body img {
    max-width: 100%;
    height: auto; }
  .accordion__item[data-toggle-expanded=true] .accordion__item__body {
    opacity: 1;
    transition: opacity 500ms ease;
    transition-delay: 50ms; }
  .accordion__item__body .textbody p:first-child {
    margin-top: 0; }
  .accordion__item__body .textbody p:last-child {
    margin-bottom: 0; }

.accordion__link {
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
  margin-top: 22px;
  text-decoration: none; }

.no-js .accordion__item__body {
  opacity: 1; }

.no-js .accordion__item__title__icon {
  display: none; }

body.MapPage #map-page-entry-point {
  width: 100%;
  height: 600px; }
  @media (max-width: 660px) {
    body.MapPage #map-page-entry-point {
      height: 0;
      padding-top: 115%; } }

body.MapPage .map-page-regions {
  display: flex;
  text-align: center;
  background: #f5fafb;
  padding: 1.5rem 2rem 2rem; }
  @media (max-width: 660px) {
    body.MapPage .map-page-regions {
      flex-direction: column;
      padding: 0; } }

body.MapPage .map-page-regions-item {
  flex: 1;
  padding: 2rem 1rem 1rem;
  border: 0;
  background: #fff; }
  @media (max-width: 660px) {
    body.MapPage .map-page-regions-item {
      flex: none;
      background: #f9f9f9;
      padding: 0.5rem 0.75rem; } }
  body.MapPage .map-page-regions-item:focus {
    z-index: 1; }
  body.MapPage .map-page-regions-item:not(.map-page-regions-item--active):hover {
    background: #f6f7f7; }
  body.MapPage .map-page-regions-item:first-of-type {
    padding-left: 1.5rem;
    border-radius: 8px 0 0 8px; }
    @media (max-width: 660px) {
      body.MapPage .map-page-regions-item:first-of-type {
        padding: 1rem 0.75rem 0.5rem;
        border-radius: 0; } }
  body.MapPage .map-page-regions-item:last-of-type {
    padding-right: 1.5rem;
    border-radius: 0 8px 8px 0; }
    @media (max-width: 660px) {
      body.MapPage .map-page-regions-item:last-of-type {
        padding: 0.5rem 0.75rem 1rem;
        border-radius: 0; } }

@media (min-width: 1200px) {
  body.MapPage .map-page-regions-item__icon {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    margin-top: 1rem; } }

@media (max-width: 660px) {
  body.MapPage .map-page-regions-item__icon {
    display: inline;
    float: left; } }

@media (max-width: 660px) {
  body.MapPage .map-page-regions-item__icon img {
    width: 25px;
    margin-right: 0.75rem; } }

body.MapPage .map-page-regions-item__header {
  color: #222;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    body.MapPage .map-page-regions-item__header {
      margin-top: 2rem; } }
  @media (max-width: 660px) {
    body.MapPage .map-page-regions-item__header {
      float: left;
      margin: 0;
      font-size: 1rem; } }

body.MapPage .map-page-regions-item--active {
  background: #e5f3f6; }

@media (min-width: 661px) {
  body.MapPage a[title="Open this area in Google Maps (opens a new window)"] img {
    margin-left: 26px !important; } }

@media (min-width: 661px) {
  body.MapPage .gm-bundled-control-on-bottom {
    -webkit-transform: translate(-21px, -15px);
            transform: translate(-21px, -15px); } }

body.MapPage .gm-style-cc {
  opacity: 0.85; }
  @media (min-width: 661px) {
    body.MapPage .gm-style-cc {
      -webkit-transform: translate(-25px, -6px);
              transform: translate(-25px, -6px); } }

body.MapPage div[style="opacity: 0.7; width: 100%; height: 100%; position: absolute;"] {
  display: none !important; }

body.MapPage .gm-style-mtc, body.MapPage .gm-svpc, body.MapPage .gm-fullscreen-control {
  display: none !important; }

.si-float-wrapper {
  position: absolute;
  width: 100%; }

.si-float-wrapper, .si-float-wrapper * {
  box-sizing: border-box; }

[class*='si-wrapper'] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default; }

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .29804;
  z-index: 1; }

.si-shadow-wrapper-top, .si-shadow-wrapper-bottom {
  flex-direction: column; }

.si-shadow-pointer-bottom, .si-shadow-pointer-right {
  order: -1; }

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.70711px .70711px 3px 0 #000; }

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff; }

.si-has-border .si-content-wrapper {
  border: 1px solid #bbb; }

.si-content {
  overflow: auto; }

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: inherit;
  font-family: Arial,Baskerville,monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: .5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.si-close-button:hover, .si-close-button:focus {
  opacity: .7; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px; }

.si-pointer-border-top, .si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.si-pointer-border-left, .si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb; }

.si-pointer-bg-top {
  border-top-color: #fff; }

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb; }

.si-pointer-bg-left {
  border-left-color: #fff; }

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb; }

.si-pointer-bg-right {
  border-right-color: #fff; }

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0; }

.si-float-wrapper {
  max-width: 210px; }

.si-frame {
  border-radius: 8px;
  padding: 0px; }

[class*='si-shadow-wrapper'] {
  display: none; }

.si-wrapper-top {
  margin-top: -50px; }

.si-wrapper-top {
  max-width: 212px; }

@media (max-width: 660px) {
  .si-content img {
    display: none; } }

.si-subcontent {
  padding: 20px; }
  .si-subcontent h3 {
    margin: 0; }
  .si-subcontent p {
    color: black; }

.si-close-button {
  background: white;
  opacity: 0.7;
  border-radius: 0px 0px 0px 8px;
  -moz-border-radius: 0px 0px 0px 8px;
  -webkit-border-radius: 0px 0px 0px 8px; }

.si-close-button:hover {
  opacity: 0.75; }

.map-page-wrapper {
  background: #fff;
  border-radius: 0 0 8px 8px;
  margin-bottom: 3rem; }
  @media (max-width: 660px) {
    .map-page-wrapper {
      display: flex;
      flex-direction: column;
      margin-bottom: -1em;
      border-radius: 0; } }

.map-page-submenu {
  max-width: calc(700px + 4rem);
  padding: 0 2rem;
  margin: 0 auto; }
  @media (max-width: 660px) {
    .map-page-submenu {
      order: -1;
      padding: 0 0.8rem; } }

.map-page-submenu h2 {
  font-weight: 400;
  margin-bottom: 2.5rem 0 0.5rem; }

.map-page-submenu__intro p {
  margin: 0 0 2rem; }

.map-page-countries {
  max-width: calc(700px + 4rem);
  padding: 0 2rem 2rem;
  margin: 0 auto; }
  @media (max-width: 660px) {
    .map-page-countries {
      width: 100%;
      padding: 0 0.8rem; } }

@media (min-width: 660px) {
  .hidden-desktop {
    display: none; } }

.map-page-countries__anchorlink {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
  position: absolute;
  margin-left: 920px;
  margin-top: 20px;
  box-sizing: border-box;
  z-index: 99999;
  width: 260px;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 36px;
  border-color: #e8e9ed;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  padding-left: 0px;
  padding-right: 20px; }
  @media (max-width: 1200px) {
    .map-page-countries__anchorlink {
      margin-left: 680px; } }
  @media (max-width: 990px) {
    .map-page-countries__anchorlink {
      right: 0;
      margin-right: 20px;
      margin-left: unset; } }
  @media (max-width: 660px) {
    .map-page-countries__anchorlink {
      display: block;
      padding: 0 0.8rem;
      color: #fff;
      border: none;
      border-radius: 0;
      box-shadow: none;
      max-width: none;
      right: auto;
      margin-top: auto;
      margin-right: auto;
      margin-left: auto;
      display: block;
      position: relative;
      order: -1;
      width: 100%;
      height: 50px;
      padding: 0 0.8rem;
      background: #018fad;
      text-align: center;
      line-height: 50px; } }
  .map-page-countries__anchorlink span {
    color: #000;
    display: inline-block; }
    @media (max-width: 660px) {
      .map-page-countries__anchorlink span {
        color: white; } }
  .map-page-countries__anchorlink::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 1.2rem;
    right: 1.3rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #000; }
    @media (max-width: 660px) {
      .map-page-countries__anchorlink::after {
        top: 1.7rem;
        background: #fff; } }
  .map-page-countries__anchorlink::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    top: 1.2rem;
    right: 1.7rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000; }
    @media (max-width: 660px) {
      .map-page-countries__anchorlink::before {
        top: 1.7rem;
        background: #fff; } }
  .map-page-countries__anchorlink span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13px;
    top: 0.6rem;
    right: 1.75rem;
    background: #000; }
    @media (max-width: 660px) {
      .map-page-countries__anchorlink span::before {
        top: 1.1rem;
        background: #fff; } }

.map-page-countries__list {
  background: #DEF0F2;
  border-radius: 8px;
  padding: 2rem;
  -webkit-column-count: 3;
          column-count: 3;
  list-style: none; }
  @media (max-width: 768px) {
    .map-page-countries__list {
      -webkit-column-count: 2;
              column-count: 2; } }
  @media (max-width: 500px) {
    .map-page-countries__list {
      -webkit-column-count: 1;
              column-count: 1; } }

.map-page-countries__list a {
  display: block;
  font-size: 18px;
  margin-bottom: 0.5rem; }

body.ImageSearchPage form {
  margin-bottom: 2em; }
  body.ImageSearchPage form .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  body.ImageSearchPage form .form-group {
    width: 49%;
    margin-right: 12px;
    vertical-align: top;
    display: inline-block; }
  body.ImageSearchPage form .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0; }
  body.ImageSearchPage form .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
  body.ImageSearchPage form .pagingInfoText p {
    margin: 0; }

body.ImageSearchPage .imagearticle .image {
  text-align: center;
  overflow: hidden;
  height: 248px; }

body.ImageSearchPage .imagearticle.row {
  margin-bottom: 20px; }

body.ImageSearchPage .imagesearch-table td.imagesearch-title {
  text-align: center;
  font-weight: bold; }

body.PublicationSearchPage h1,
body.SearchPage h1 {
  padding-left: 10px; }

body.PublicationSearchPage .pagedescription,
body.SearchPage .pagedescription {
  padding-left: 10px;
  color: black;
  padding-bottom: 15px;
  display: block; }

body.PublicationSearchPage .search-container,
body.SearchPage .search-container {
  padding: 2em 15px; }

body.PublicationSearchPage .searchform,
body.SearchPage .searchform {
  display: block;
  background-color: #def0f2;
  border-radius: 8px;
  padding: 19px;
  box-sizing: border-box;
  overflow: hidden;
  padding-right: 110px;
  position: relative; }
  body.PublicationSearchPage .searchform .searchbox-field,
  body.SearchPage .searchform .searchbox-field {
    border: solid 1px #dedee0;
    line-height: 34px;
    padding: 0 10px;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    display: block;
    font-style: italic;
    height: 34px; }
  body.PublicationSearchPage .searchform .search-form__submit,
  body.SearchPage .searchform .search-form__submit {
    position: absolute;
    top: 19px;
    right: 19px;
    border-radius: 8px; }

body.PublicationSearchPage .searchhits,
body.SearchPage .searchhits {
  color: #000;
  font-size: 18px;
  margin-bottom: 0; }

body.PublicationSearchPage .search-info-container,
body.SearchPage .search-info-container {
  border-bottom: solid 1px #cdd2d6;
  overflow: hidden;
  line-height: 50px; }

body.PublicationSearchPage .search-info-container > span,
body.SearchPage .search-info-container > span {
  display: inline-block;
  float: left; }

body.PublicationSearchPage .search-filter-container,
body.SearchPage .search-filter-container {
  display: inline-block;
  float: right; }

body.PublicationSearchPage .search-paginationsize,
body.SearchPage .search-paginationsize {
  display: inline-block;
  margin-right: 15px; }

body.PublicationSearchPage .search-filter,
body.SearchPage .search-filter {
  display: inline-block; }

body.PublicationSearchPage .search-result,
body.SearchPage .search-result {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 100%;
  width: auto; }

body.PublicationSearchPage .search-pagination,
body.SearchPage .search-pagination {
  text-align: center;
  margin: 30px 0; }

body.PublicationSearchPage .search-pagination ul,
body.SearchPage .search-pagination ul {
  padding: 0;
  margin: auto;
  list-style: none;
  font-size: 100%;
  display: inline-block;
  overflow: hidden; }

body.PublicationSearchPage .search-pagination .item,
body.SearchPage .search-pagination .item {
  display: inline-block;
  line-height: 35px;
  border: solid 1px #cdd2d5;
  border-right: 0;
  float: left; }

body.PublicationSearchPage .search-pagination a,
body.SearchPage .search-pagination a {
  display: block;
  padding: 0 10px; }

body.PublicationSearchPage .search-pagination .item:last-child,
body.SearchPage .search-pagination .item:last-child {
  border: solid 1px #cdd2d5;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

body.PublicationSearchPage .search-pagination .item:first-child,
body.SearchPage .search-pagination .item:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

body.PublicationSearchPage .search-pagination .item--active,
body.SearchPage .search-pagination .item--active {
  border-top: solid 1px #018fad;
  border-bottom: solid 1px #018fad;
  background-color: #018fad; }
  body.PublicationSearchPage .search-pagination .item--active a,
  body.SearchPage .search-pagination .item--active a {
    color: #fff; }

body.PublicationSearchPage .search-pagination .item:hover,
body.SearchPage .search-pagination .item:hover {
  background-color: #def0f2;
  border-top-color: #cdd2d5;
  border-bottom-color: #cdd2d5; }
  body.PublicationSearchPage .search-pagination .item:hover a,
  body.SearchPage .search-pagination .item:hover a {
    color: #01acd0; }

body.PublicationSearchPage .inner-teaser,
body.SearchPage .inner-teaser {
  padding-top: 15px;
  height: auto;
  margin-bottom: 30px; }
  body.PublicationSearchPage .inner-teaser h3,
  body.SearchPage .inner-teaser h3 {
    margin-top: 0; }

body.PublicationSearchPage .content-filter,
body.SearchPage .content-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 100%; }

body.PublicationSearchPage .content-item,
body.SearchPage .content-item {
  margin-bottom: 12px; }

body.PublicationSearchPage .content-item a,
body.SearchPage .content-item a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 30px; }

body.PublicationSearchPage .content-item a:before,
body.SearchPage .content-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 4px #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 0px #b8bbbd; }

body.PublicationSearchPage .content-item--active a:before,
body.SearchPage .content-item--active a:before {
  background: #018fad; }

body.PublicationSearchPage .publications a,
body.SearchPage .publications a {
  display: inline-block;
  position: relative;
  padding-left: 10px; }

body.PublicationSearchPage .publications a:before,
body.SearchPage .publications a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: transparent url(/frontendassets/images/arrow_link.png) no-repeat scroll center center;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: 85% 85%; }

body.PublicationSearchPage .publications img,
body.SearchPage .publications img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 15px auto; }

body.PublicationSearchPage .publications h3,
body.SearchPage .publications h3 {
  margin-bottom: 5px; }

body.PublicationSearchPage .content-types-arrow,
body.SearchPage .content-types-arrow {
  display: none;
  font: inherit;
  right: 15px;
  top: 20px; }

body.PublicationSearchPage #search-date-range,
body.SearchPage #search-date-range {
  margin-left: 5%;
  width: 90%; }

body.PublicationSearchPage #fromDate,
body.SearchPage #fromDate {
  display: inline-block;
  color: #018fad;
  font-weight: 500; }

body.PublicationSearchPage #toDate,
body.SearchPage #toDate {
  float: right;
  display: inline-block;
  color: #018fad;
  font-weight: 500; }

.search-result-item {
  margin: 0;
  line-height: 1;
  border-bottom: solid 1px #cdd2d6;
  padding: 20px 0; }

.search-result-item p {
  line-height: 1.33em;
  margin: 0; }

.search-result-item h3 {
  margin: 0 0 .2em 0; }

.search-result-item a:hover h3 {
  color: #01acd0; }

.search-result-item .date, .search-result-item .title {
  display: inline-block;
  font-size: 0.75em;
  color: #94999f; }

.search-result-item--image {
  padding-left: 150px;
  position: relative;
  min-height: 140px; }

.search-result-item--pubimage {
  padding-left: 90px;
  position: relative;
  min-height: 140px; }

.search-result-item--image img {
  position: absolute;
  top: 20px;
  left: 0px;
  display: block;
  border: solid 1px #ddd; }

.search-result-item--pubimage img {
  position: absolute;
  top: 20px;
  left: 0px;
  display: block;
  border: solid 1px #ddd;
  height: 102px;
  width: 73px; }

.search-result-item--document {
  padding-left: 100px;
  position: relative;
  min-height: 115px; }

.search-result-item--document .icon {
  padding: 12px 20px;
  display: block;
  background: #def0f2;
  position: absolute;
  top: 20px;
  left: 0px;
  border-radius: 8px; }

@media (min-width: 992px) {
  body.PublicationSearchPage .col-md-3,
  body.SearchPage .col-md-3 {
    float: right; } }

@media (max-width: 768px) {
  body.PublicationSearchPage .search-info-container,
  body.SearchPage .search-info-container {
    line-height: 30px;
    padding-bottom: 15px; }
  body.PublicationSearchPage .search-info-container > span,
  body.SearchPage .search-info-container > span {
    float: none;
    display: block; }
  body.PublicationSearchPage .search-filter-container,
  body.SearchPage .search-filter-container {
    float: none;
    display: block; }
  body.PublicationSearchPage .publications,
  body.SearchPage .publications {
    position: relative;
    padding-left: 80px; }
  body.PublicationSearchPage .publications img,
  body.SearchPage .publications img {
    position: absolute;
    top: 20px;
    left: 15px; }
  body.PublicationSearchPage .content-types-folded,
  body.SearchPage .content-types-folded {
    height: 53px; }
  body.PublicationSearchPage .content-types-arrow,
  body.SearchPage .content-types-arrow {
    display: block; } }

body.PublicationPage .Article {
  margin-top: 10px; }

body.PublicationViewPage .Article {
  margin-top: 10px; }

body.PublicationViewPage .row {
  padding-bottom: 10px; }

body.PublicationViewPage .publist {
  padding-bottom: 10px; }
html:not(.no-js) .toggle__area {
  height: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden; }

html:not(.no-js) .toggle[data-toggle-expanded="true"] .toggle__area {
  height: auto;
  position: static;
  z-index: auto; }

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