/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.container {
  padding: 0px 40px;
  margin: 0 auto;
  max-width: 1466px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.full-width {
  max-width: 100vw;
  width: 100vw;
  padding: 0;
}
.row {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.row.nopad {
  padding: 0 0;
}
.row.jufy {
  margin: 0 -5px;
}
.row.jufy .x33:nth-child(3n-2) {
  clear: both;
}
.col {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col.spacer {
  min-height: 1px;
}
.col.pad {
  padding: 0 5px;
}
.pull-right {
  float: right;
  text-align: right;
}
.pull-down {
  height: 100%;
}
.pull-center {
  margin: 0 auto !important;
  overflow: auto;
  float: none;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-center * {
  margin-left: auto;
  margin-right: auto;
}
.showBorders .col {
  border: 1px solid grey;
}
/* ----------------------------------------------------------------------- ALL  */
.x012 {
  width: 8.3333333%;
}
.x08 {
  width: 12.5%;
}
.06 {
  width: 16.6666666%;
}
.x5 {
  width: 5%;
  display: block;
}
.x10 {
  width: 10%;
  display: block;
}
.x15 {
  width: 15%;
  display: block;
}
.x20 {
  width: 20%;
  display: block;
}
.x20.rcp:nth-child(5n-4) {
  padding: 0 5px 0 0;
  clear: both;
}
.x20.rcp:nth-child(5n-3) {
  padding: 0 5px;
  clear: none;
}
.x20.rcp:nth-child(5n-2) {
  padding: 0 5px;
  clear: none;
}
.x20.rcp:nth-child(5n-1) {
  padding: 0 5px;
  clear: none;
}
.x20.rcp:nth-child(5n-0) {
  padding: 0 0 0 5px;
  clear: none;
}
.x25 {
  width: 25%;
  display: block;
}
.x25.rcp:nth-child(4n-3) {
  padding: 0 5px 0 0;
  clear: both;
}
.x25.rcp:nth-child(4n-2) {
  padding: 0 5px;
  clear: none;
}
.x25.rcp:nth-child(4n-1) {
  padding: 0 5px;
  clear: none;
}
.x25.rcp:nth-child(4n-0) {
  padding: 0 0 0 5px;
  clear: none;
}
.x30 {
  width: 30%;
  display: block;
}
.x33 {
  width: 33.33%;
  display: block;
}
.x33.rcp:nth-child(3n-2) {
  padding: 0 5px 0 0;
  clear: both;
}
.x33.rcp:nth-child(3n-1) {
  padding: 0 5px;
  clear: none;
}
.x33.rcp:nth-child(3n-0) {
  padding: 0 0 0 5px;
  clear: none;
}
.x35 {
  width: 35%;
  display: block;
}
.x40 {
  width: 40%;
  display: block;
}
.x45 {
  width: 45%;
  display: block;
}
.x50 {
  width: 50%;
  display: block;
}
.x50.rcp:nth-child(2n-1) {
  padding: 0 5px 0 0;
  clear: both;
}
.x50.rcp:nth-child(2n-0) {
  padding: 0 0 0 5px;
  clear: none;
}
.x60 {
  width: 60%;
  display: block;
}
.x66 {
  width: 66.66%;
  display: block;
}
.x70 {
  width: 70%;
  display: block;
}
.x75 {
  width: 75%;
  display: block;
}
.x80 {
  width: 80%;
  display: block;
}
.x90 {
  width: 90%;
  display: block;
}
.x95 {
  width: 95%;
  display: block;
}
.x100 {
  width: 100%;
  display: block;
}
.x100.rcp:nth-child(1n-0) {
  padding: 0;
  clear: both;
}
/* ----------------------------------------------------------------------- RESPONSIVE  >1280 Pixel  */
@media (min-width: 1281px) {
  .xl0 {
    width: 0%;
    display: none;
  }
  .xl10 {
    width: 10%;
    display: block;
  }
  .xl15 {
    width: 15%;
    display: block;
  }
  .xl20 {
    width: 20%;
    display: block;
  }
  .xl20.rcp:nth-child(5n-4) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xl20.rcp:nth-child(5n-3) {
    padding: 0 5px;
    clear: none;
  }
  .xl20.rcp:nth-child(5n-2) {
    padding: 0 5px;
    clear: none;
  }
  .xl20.rcp:nth-child(5n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xl20.rcp:nth-child(5n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xl25 {
    width: 25%;
    display: block;
  }
  .xl25.rcp:nth-child(4n-3) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xl25.rcp:nth-child(4n-2) {
    padding: 0 5px;
    clear: none;
  }
  .xl25.rcp:nth-child(4n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xl25.rcp:nth-child(4n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xl30 {
    width: 30%;
    display: block;
  }
  .xl35 {
    width: 35%;
    display: block;
  }
  .xl33 {
    width: 33.33%;
    display: block;
  }
  .xl33.rcp:nth-child(3n-2) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xl33.rcp:nth-child(3n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xl33.rcp:nth-child(3n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xl40 {
    width: 40%;
    display: block;
  }
  .xl50 {
    width: 50%;
    display: block;
  }
  .xl50.rcp:nth-child(2n-1) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xl50.rcp:nth-child(2n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xl60 {
    width: 60%;
    display: block;
  }
  .xl66 {
    width: 66.66%;
    display: block;
  }
  .xl70 {
    width: 70%;
    display: block;
  }
  .xl75 {
    width: 75%;
    display: block;
  }
  .xl80 {
    width: 80%;
    display: block;
  }
  .xl90 {
    width: 90%;
    display: block;
  }
  .xl100 {
    width: 100%;
    display: block;
  }
  .xl100.rcp:nth-child(1n-0) {
    padding: 0;
    clear: both;
  }
}
/* ----------------------------------------------------------------------- RESPONSIVE  <1280 Pixel  */
@media (max-width: 1280px) {
  .lg0 {
    width: 0%;
    display: none;
  }
  .lg5 {
    width: 5%;
    display: block;
  }
  .lg10 {
    width: 10%;
    display: block;
  }
  .lg15 {
    width: 15%;
    display: block;
  }
  .lg20 {
    width: 20%;
    display: block;
  }
  .lg20.rcp:nth-child(5n-4) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .lg20.rcp:nth-child(5n-3) {
    padding: 0 5px;
    clear: none;
  }
  .lg20.rcp:nth-child(5n-2) {
    padding: 0 5px;
    clear: none;
  }
  .lg20.rcp:nth-child(5n-1) {
    padding: 0 5px;
    clear: none;
  }
  .lg20.rcp:nth-child(5n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .lg25 {
    width: 25%;
    display: block;
  }
  .lg25.rcp:nth-child(4n-3) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .lg25.rcp:nth-child(4n-2) {
    padding: 0 5px;
    clear: none;
  }
  .lg25.rcp:nth-child(4n-1) {
    padding: 0 5px;
    clear: none;
  }
  .lg25.rcp:nth-child(4n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .lg30 {
    width: 30%;
    display: block;
  }
  .lg33 {
    width: 33.33%;
    display: block;
  }
  .lg33.rcp:nth-child(3n-2) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .lg33.rcp:nth-child(3n-1) {
    padding: 0 5px;
    clear: none;
  }
  .lg33.rcp:nth-child(3n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .lg35 {
    width: 35%;
    display: block;
  }
  .lg40 {
    width: 40%;
    display: block;
  }
  .lg50 {
    width: 50%;
    display: block;
  }
  .lg50.rcp:nth-child(2n-1) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .lg50.rcp:nth-child(2n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .lg60 {
    width: 60%;
    display: block;
  }
  .lg66 {
    width: 66.66%;
    display: block;
  }
  .lg70 {
    width: 70%;
    display: block;
  }
  .lg75 {
    width: 75%;
    display: block;
  }
  .lg80 {
    width: 80%;
    display: block;
  }
  .lg90 {
    width: 90%;
    display: block;
  }
  .lg100 {
    width: 100%;
    display: block;
  }
  .lg100.rcp:nth-child(1n-0) {
    padding: 0;
    clear: both;
  }
}
/* ----------------------------------------------------------------------- RESPONSIVE  <=1024 Pixel  */
@media (max-width: 1024px) {
  .md0 {
    width: 0%;
    display: none;
  }
  .md5 {
    width: 5%;
    display: block;
  }
  .md10 {
    width: 10%;
    display: block;
  }
  .md15 {
    width: 15%;
    display: block;
  }
  .md20 {
    width: 20%;
    display: block;
  }
  .md20.rcp:nth-child(5n-4) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .md20.rcp:nth-child(5n-3) {
    padding: 0 5px;
    clear: none;
  }
  .md20.rcp:nth-child(5n-2) {
    padding: 0 5px;
    clear: none;
  }
  .md20.rcp:nth-child(5n-1) {
    padding: 0 5px;
    clear: none;
  }
  .md20.rcp:nth-child(5n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .md25 {
    width: 25%;
    display: block;
  }
  .md25.rcp:nth-child(4n-3) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .md25.rcp:nth-child(4n-2) {
    padding: 0 5px;
    clear: none;
  }
  .md25.rcp:nth-child(4n-1) {
    padding: 0 5px;
    clear: none;
  }
  .md25.rcp:nth-child(4n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .md30 {
    width: 30%;
    display: block;
  }
  .md33 {
    width: 33.33%;
    display: block;
  }
  .md33.rcp:nth-child(3n-2) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .md33.rcp:nth-child(3n-1) {
    padding: 0 5px;
    clear: none;
  }
  .md33.rcp:nth-child(3n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .md35 {
    width: 35%;
    display: block;
  }
  .md40 {
    width: 40%;
    display: block;
  }
  .md50 {
    width: 50%;
    display: block;
  }
  .md50.rcp:nth-child(2n-1) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .md50.rcp:nth-child(2n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .md60 {
    width: 60%;
    display: block;
  }
  .md66 {
    width: 66.66%;
    display: block;
  }
  .md70 {
    width: 70%;
    display: block;
  }
  .md75 {
    width: 75%;
    display: block;
  }
  .md80 {
    width: 80%;
    display: block;
  }
  .md90 {
    width: 90%;
    display: block;
  }
  .md100 {
    width: 100%;
    display: block;
  }
  .md100.rcp:nth-child(1n-0) {
    padding: 0;
    clear: both;
  }
}
/* ----------------------------------------------------------------------- RESPONSIVE  <=768 Pixel  */
@media (max-width: 768px) {
  .sm0 {
    width: 0%;
    display: none;
  }
  .sm5 {
    width: 5%;
    display: block;
  }
  .sm10 {
    width: 10%;
    display: block;
  }
  .sm15 {
    width: 15%;
    display: block;
  }
  .sm20 {
    width: 20%;
    display: block;
  }
  .sm20.rcp:nth-child(5n-4) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .sm20.rcp:nth-child(5n-3) {
    padding: 0 5px;
    clear: none;
  }
  .sm20.rcp:nth-child(5n-2) {
    padding: 0 5px;
    clear: none;
  }
  .sm20.rcp:nth-child(5n-1) {
    padding: 0 5px;
    clear: none;
  }
  .sm20.rcp:nth-child(5n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .sm25 {
    width: 25%;
    display: block;
  }
  .sm25.rcp:nth-child(4n-3) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .sm25.rcp:nth-child(4n-2) {
    padding: 0 5px;
    clear: none;
  }
  .sm25.rcp:nth-child(4n-1) {
    padding: 0 5px;
    clear: none;
  }
  .sm25.rcp:nth-child(4n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .sm30 {
    width: 30%;
    display: block;
  }
  .sm33 {
    width: 33.33%;
    display: block;
  }
  .sm33.rcp:nth-child(3n-2) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .sm33.rcp:nth-child(3n-1) {
    padding: 0 5px;
    clear: none;
  }
  .sm33.rcp:nth-child(3n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .sm35 {
    width: 35%;
    display: block;
  }
  .sm40 {
    width: 40%;
    display: block;
  }
  .sm50 {
    width: 50%;
    display: block;
  }
  .sm50.rcp:nth-child(2n-1) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .sm50.rcp:nth-child(2n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .sm60 {
    width: 60%;
    display: block;
  }
  .sm66 {
    width: 66.66%;
    display: block;
  }
  .sm70 {
    width: 70%;
    display: block;
  }
  .sm75 {
    width: 75%;
    display: block;
  }
  .sm80 {
    width: 80%;
    display: block;
  }
  .sm90 {
    width: 90%;
    display: block;
  }
  .sm100 {
    width: 100%;
    display: block;
  }
  .sm100.rcp:nth-child(1n-0) {
    padding: 0;
    clear: both;
  }
}
/* ----------------------------------------------------------------------- RESPONSIVE  <=480 Pixel  */
@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
  .col.xs-nopad {
    padding: 0;
  }
  .xs0 {
    width: 0px;
    display: none;
  }
  .xs5 {
    width: 5%;
    display: block;
  }
  .xs10 {
    width: 10%;
    display: block;
  }
  .xs15 {
    width: 15%;
    display: block;
  }
  .xs20 {
    width: 20%;
    display: block;
  }
  .xs20.rcp:nth-child(5n-4) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xs20.rcp:nth-child(5n-3) {
    padding: 0 5px;
    clear: none;
  }
  .xs20.rcp:nth-child(5n-2) {
    padding: 0 5px;
    clear: none;
  }
  .xs20.rcp:nth-child(5n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xs20.rcp:nth-child(5n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xs25 {
    width: 25%;
    display: block;
  }
  .xs25.rcp:nth-child(4n-3) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xs25.rcp:nth-child(4n-2) {
    padding: 0 5px;
    clear: none;
  }
  .xs25.rcp:nth-child(4n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xs25.rcp:nth-child(4n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xs30 {
    width: 30%;
    display: block;
  }
  .xs33 {
    width: 33.33%;
    display: block;
  }
  .xs33.rcp:nth-child(3n-2) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xs33.rcp:nth-child(3n-1) {
    padding: 0 5px;
    clear: none;
  }
  .xs33.rcp:nth-child(3n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xs35 {
    width: 35%;
    display: block;
  }
  .xs40 {
    width: 40%;
    display: block;
  }
  .xs50 {
    width: 50%;
    display: block;
  }
  .xs50.rcp:nth-child(2n-1) {
    padding: 0 5px 0 0;
    clear: both;
  }
  .xs50.rcp:nth-child(2n-0) {
    padding: 0 0 0 5px;
    clear: none;
  }
  .xs60 {
    width: 60%;
    display: block;
  }
  .xs66 {
    width: 66.66%;
    display: block;
  }
  .xs70 {
    width: 70%;
    display: block;
  }
  .xs75 {
    width: 75%;
    display: block;
  }
  .xs80 {
    width: 80%;
    display: block;
  }
  .xs90 {
    width: 90%;
    display: block;
  }
  .xs100 {
    width: 100%;
    display: block;
  }
  .xs100.rcp:nth-child(1n-0) {
    padding: 0;
    clear: both;
  }
}
/* ----------------------------------------------------------------------- Text-Cols */
.col-text {
  -webkit-column-gap: 2em;
          column-gap: 2em;
}
.t1 {
  -webkit-column-count: 1;
          column-count: 1;
}
.t2 {
  -webkit-column-count: 2;
          column-count: 2;
}
.t3 {
  -webkit-column-count: 3;
          column-count: 3;
}
.t4 {
  -webkit-column-count: 4;
          column-count: 4;
}
@media (max-width: 1280px) {
  .lg-t1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .lg-t2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .lg-t3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .lg-t4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 1024px) {
  .md-t1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .md-t2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .md-t3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .md-t4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 768px) {
  .sm-t1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .sm-t2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .sm-t3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .sm-t4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 480px) {
  .xs-t1 {
    -webkit-column-count: 1;
            column-count: 1;
  }
  .xs-t2 {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .xs-t3 {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .xs-t4 {
    -webkit-column-count: 4;
            column-count: 4;
  }
}
/* ----------------------------------------------------------------------- Device-Select */
.desktop {
  display: none;
}
.tablet {
  display: none;
}
.mobile {
  display: none;
}
/* Desktop */
@media (min-width: 1025px) {
  .desktop {
    display: block;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: block;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}
div.slick-gallery a.thumb {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.slick-gallery-shadow {
  position: fixed;
  background: black;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: -200vh;
  left: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  z-index: 9997;
}
div.slick-gallery-shadow.active {
  top: 0;
  opacity: 0.8;
}
div.slick-gallery-overlay {
  position: fixed;
  width: 100vw;
  top: -200vh;
  left: 0;
  z-index: 9998;
}
div.slick-gallery-overlay.active {
  top: 0;
}
div.slick-gallery-slide {
  height: 100vh;
  outline: none;
}
div.slick-gallery-slide img {
  max-width: 100%;
  height: auto;
  max-height: 100vh;
  margin-top: 50vh;
  margin-left: 50vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
button.slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: black;
  border: none;
  margin: 0;
  outline: none;
  z-index: 9999;
  cursor: pointer;
}
button.slick-arrow.slick-next {
  right: 0px;
}
button.slick-arrow.slick-prev {
  left: 0px;
}
button.slick-gallery-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  margin: 0;
  outline: none;
  z-index: 9999;
  width: 30px;
  height: 30px;
  background: black;
  cursor: pointer;
}
/* --------------------------------------------------------------------- GENERAL */
* {
  margin: 0;
  padding: 0px;
  text-decoration: none;
}
html {
  height: 100%;
}
body {
  font-family: DINWeb, Verdana, Geneva, sans-serif;
  background-color: #313D59;
  background-color: #000;
  background-color: #c0c3c6;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  margin-top: 39px;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.loading {
  background-repeat: no-repeat;
  background-position: center center;
}
div.calendar_wrapper.loading {
  background-position: center 70px;
}
div#log {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2000000;
  color: #FFFFFF;
}
div.clear {
  clear: both;
}
img#key_visual {
  position: fixed;
  top: 0px;
  height: 100%;
}
div#main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: none;
}
/* --------------------------------------------------------------------- FONTS */
@font-face {
  font-family: 'DINWeb-Light';
  src: url(/assets/_fonts/DINWeb-Light.eot);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'DINWeb-Light';
  src: url(/assets/_fonts/DINWeb-Light.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: DINWeb;
  src: url(/assets/_fonts/DINWeb.eot);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: DINWeb;
  src: url(/assets/_fonts/DINWeb.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: DINWeb;
  src: url(/assets/_fonts/DINWeb-Bold.eot);
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: DINWeb;
  src: url(/assets/_fonts/DINWeb-Bold.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
/* --------------------------------------------------------------------- EXPANDER */
div.expander {
  background-image: url(/assets/_img/_layout/expander.png);
  background-repeat: repeat-x;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: none;
}
a.close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 22px;
  top: 22px;
  display: block;
  cursor: pointer;
  background-image: url(/assets/_img/_layout/expander_close.svg);
  background-position: center;
  background-repeat: no-repeat;
}
/* --------------------------------------------------------------------- Search */
div#search {
  height: 300px;
}
div#search img {
  position: absolute;
  top: 30px;
  left: 36px;
}
div.search-result {
  width: 100%;
}
div#main div.search-result h1 {
  margin-left: 0;
}
div#main div.search-result div.lv_overview {
  margin-left: 0;
}
div#main div.search-result div.documents {
  width: 688px;
  margin-right: 233px;
  float: left;
}
div#main.columns_5 div.search-result div.documents {
  width: 688px;
  margin-right: 111px;
}
div#main.columns_4 div.search-result div.documents {
  width: 688px;
  margin-right: 11px;
}
div#main.columns_3 div.search-result div.documents {
  width: 455px;
  margin-right: 11px;
}
div#main.columns_2 div.search-result div.documents {
  width: 455px;
  float: none;
}
div#main.columns_1 div.search-result div.documents {
  width: 222px;
  float: none;
}
div#main div.search-result div.documents div.lv_overview {
  width: 100% !important;
}
div#main div.search-result div.documents div.hr {
  width: 100% !important;
}
div#main div.search-result div.objects {
  width: 222px;
  float: left;
}
div#main.columns_2 div.search-result div.objects {
  width: 455px;
  float: none;
}
div#main div.search-result div.memberlist,
div#main div.search-result div.memberlist div.member {
  width: 100%;
}
div#main.columns_2 div#site_content div.search-result div.memberlist div.text {
  width: 150px;
}
div#main div.search-result div.objects div.lv_overview {
  width: 100% !important;
}
div#main div.search-result div.objects div.lv_overview div.hr {
  width: 100% !important;
}
/* --------------------------------------------------------------------- Sitemap */
div#sitemap_expander div.sitemap_content {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  margin-left: 40px;
  padding-top: 62px;
  background-position: 0px 40px;
  height: auto;
  padding-bottom: 40px;
  font-size: 0.8125em;
  color: #0092D0;
}
div.sitemap_content.columns_3 {
  width: 688px;
}
div.sitemap_content.columns_4 {
  width: 921px;
}
div.sitemap_content.columns_5 {
  width: 1154px;
}
div.sitemap_content.columns_6 {
  width: 1387px;
}
div.sitemap_content div.sitemap_wrapper {
  width: 1387px;
}
div#sitemap_expander div.sitemap_content a {
  color: #0092D0;
}
div#sitemap_expander div.sitemap_content ul {
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 11px;
}
div#sitemap_expander div.sitemap_content ul li {
  max-width: 211px;
  float: left;
  margin-right: 22px;
}
div#sitemap_expander div.sitemap_content ul li a {
  display: block;
  height: 36px;
  padding-left: 11px;
  padding-right: 11px;
  background-image: url(/assets/_img/_layout/navigation_repeat.png);
  background-repeat: repeat-x;
  line-height: 36px;
  margin-bottom: 11px;
  font-weight: bold;
  margin-right: -11px;
}
div#sitemap_expander div.sitemap_content ul li a.current,
div#sitemap_expander div.sitemap_content ul li a:hover {
  color: #FFFFFF;
}
div#sitemap_expander div.sitemap_content ul li ul {
  padding-left: 11px;
  line-height: 130%;
}
div#sitemap_expander div.sitemap_content ul li ul li {
  float: none;
  clear: left;
}
div#sitemap_expander div.sitemap_content ul li ul li a {
  display: inline;
  background-image: none;
  height: auto;
  padding: 0px;
  line-height: 100%;
  margin-bottom: 0px;
  font-weight: normal;
}
div#sitemap_expander div.sitemap_content ul li ul li ul {
  font-size: 0.923em;
  padding-top: 4px;
}
div#sitemap_expander div.sitemap_content ul li ul li ul li ul {
  font-size: 1em;
}
/* --------------------------------------------------------------------- META NAVIGATION */
div#meta_navigation {
  position: fixed;
  top: 0px;
  padding-top: 1px;
  height: 38px;
  z-index: 100000;
  margin-left: 1px;
  width: 100%;
}
div#main.fixed_navigation div#meta_navigation {
  background-image: url(/assets/_img/_layout/white_95_percent.png);
  background-repeat: repeat;
}
div#meta_navigation a.button {
  display: block;
  cursor: pointer;
  width: 37px;
  height: 37px;
  margin-right: 1px;
  float: left;
}
div#meta_navigation a.button.mobile {
  display: none;
}
div#meta_navigation a#explore {
  background-image: url(/assets/_img/_layout/button_explore.png);
  background-repeat: no-repeat;
  width: 36px;
  cursor: default;
}
div#meta_navigation a#sitemap {
  background-image: url(/assets/_img/_layout/button_sitemap.png);
  background-repeat: no-repeat;
}
div#meta_navigation a#sitemap:hover,
div#meta_navigation a#sitemap.current {
  background-image: url(/assets/_img/_layout/button_sitemap_current.png);
  background-repeat: no-repeat;
}
div#meta_navigation a#save {
  background-image: url(/assets/_img/_layout/button_save.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
div#meta_navigation a#save:hover {
  background-image: url(/assets/_img/_layout/button_save_hover.png);
  background-repeat: no-repeat;
}
div#meta_navigation a#save.disabled {
  background-image: url(/assets/_img/_layout/button_save_disabled.png);
  background-repeat: no-repeat;
  cursor: default;
}
div#meta_navigation a#save:hover,
div#meta_navigation a#save.current {
  /* background-image:url(/assets/_img/_layout/button_save_current.png); */
}
div#meta_navigation form.search {
  position: relative;
  float: left;
  display: block;
  height: 37px;
  width: 223px;
  background-image: url(/assets/_img/_layout/search_bg.png);
  background-repeat: no-repeat;
}
div#meta_navigation form.search input.text {
  position: absolute;
  display: block;
  width: 132px;
  height: 22px;
  background-image: url(/assets/_img/_layout/search_input.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  padding: 0px 10px 0px 30px;
  left: 11px;
  top: 7px;
  text-transform: uppercase;
  line-height: 22px;
}
div#meta_navigation form.search input:focus,
div#meta_navigation form.search input:active,
div#meta_navigation form.search input:hover {
  background-image: url(/assets/_img/_layout/search_input_focus.png);
  background-repeat: no-repeat;
  color: #171D22;
}
div#meta_navigation form.search input.submit {
  position: absolute;
  top: 0px;
  left: 182px;
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  background-position: center center;
  cursor: pointer;
}
div#meta_navigation form.search input.submit:hover {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
}
div#meta_navigation div#text_navigation {
  float: left;
  display: block;
  height: 37px;
  margin-right: 0px;
  background-image: url(/assets/_img/_layout/meta_navi_repeat.png);
  background-repeat: repeat-x;
  font-size: 0.625em;
  text-transform: uppercase;
  width: 347px;
}
div#meta_navigation div#text_navigation ul {
  list-style-type: none;
  padding-left: 15px;
}
div#meta_navigation div#text_navigation ul li {
  float: left;
  margin-right: 10px;
}
div#meta_navigation div#text_navigation a {
  color: #FFFFFF;
  display: block;
  line-height: 35px;
  padding-top: 2px;
}
div#meta_navigation div#text_navigation a.extern_link {
  background-image: url(/assets/_img/_layout/icon_extern_link_w.png);
  background-repeat: no-repeat;
}
div#meta_navigation div#text_navigation a:hover,
div#meta_navigation div#text_navigation a.current {
  color: #0092D0;
}
div#meta_navigation div#text_navigation a.extern_link:hover {
  background-image: url(/assets/_img/_layout/icon_extern_link.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.edges_left {
  float: left;
  display: block;
  height: 37px;
  width: 2px;
  background-image: url(/assets/_img/_layout/meta_navi_edges_left.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.edges_right {
  float: left;
  display: block;
  height: 37px;
  width: 2px;
  background-image: url(/assets/_img/_layout/meta_navi_edges_right.png);
  background-repeat: no-repeat;
  margin-right: 1px;
}
div#meta_navigation div.edges_right.end {
  float: right;
  display: block;
  height: 37px;
  width: 2px;
  background-image: url(/assets/_img/_layout/meta_navi_edges_right.png);
  background-repeat: no-repeat;
  margin-top: -37px;
  margin-right: 0px;
}
div#meta_navigation div.language_select {
  background-image: url(/assets/_img/_layout/meta_navi_repeat.png);
  background-repeat: repeat-x;
  height: 37px;
  margin-left: 690px;
  margin-right: 2px;
}
div#meta_navigation div.language_select ul {
  list-style-type: none;
  float: right;
  padding-right: 32px;
}
div#main.columns_3 div#meta_navigation div.language_select ul {
  padding-right: 12px;
}
div#meta_navigation div.language_select ul li {
  float: left;
  margin-right: 2px;
}
div#meta_navigation div.language_select ul li a {
  display: block;
  height: 37px;
  width: 23px;
  background-position: center center;
}
div#meta_navigation div.language_select ul li a.german {
  background-image: url(/assets/_img/_layout/icon_lang_german.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.language_select ul li a.english {
  background-image: url(/assets/_img/_layout/icon_lang_english.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.language_select ul li a.german:hover,
div#meta_navigation div.language_select ul li a.german.current {
  background-image: url(/assets/_img/_layout/icon_lang_german_current.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.language_select ul li a.english:hover,
div#meta_navigation div.language_select ul li a.english.current {
  background-image: url(/assets/_img/_layout/icon_lang_english_current.png);
  background-repeat: no-repeat;
}
div#meta_navigation div.language_select ul li a span {
  display: none;
}
/* --------------------------------------------------------------------- HEADER */
div#header {
  position: relative;
  height: 149px;
  border-bottom: 4px solid #191F26;
}
div#main.fixed_navigation div#header {
  border-bottom: 4px solid #FFFFFF;
}
div#header div#header_content {
  position: relative;
  height: 149px;
  background-image: url(/assets/_img/_layout/header_repeat.png);
  background-repeat: repeat-x;
  margin-left: 40px;
  margin-right: 40px;
}
div#header div#header_content div#logo {
  position: absolute;
  right: 0px;
  top: 50px;
  width: 175px;
  height: 67px;
  background-image: url(/assets/_img/_layout/logo.png);
  background-repeat: no-repeat;
}
div#header div#header_content div#logo img {
  display: none;
}
div#main.columns_3 div#header div#header_content div#logo {
  right: 0px;
  top: 37px;
  width: 88px;
  height: 39px;
  background-image: url(/assets/_img/_layout/logo_plain.png);
  background-repeat: no-repeat;
}
div#header div#header_content div#logo a {
  display: block;
  width: 175px;
  height: 67px;
}
div#main.columns_3 div#header div#header_content div#logo a {
  width: 88px;
  height: 39px;
}
div#header div.header_edges {
  position: absolute;
  top: 0px;
  height: 149px;
  width: 40px;
}
div#header div#header_content div.no_english,
div#header div#header_content div.no_german {
  position: absolute;
  background-color: #181F25;
  color: #FFFFFF;
  font-size: 0.8125em;
  padding: 11px 22px 11px 22px;
  top: 33px;
  left: 0px;
  background-image: url(/assets/_img/_layout/navigation_repeat.png);
  background-repeat: repeat-x;
}
div#header div.header_edges#header_edges_right {
  right: 0px;
  background-image: url(/assets/_img/_layout/header_right.png);
  background-repeat: no-repeat;
}
div#header div.header_edges#header_edges_left {
  left: 0px;
  background-image: url(/assets/_img/_layout/header_left.png);
  background-repeat: no-repeat;
}
/* --------------------------------------------------------------------- NAVIGATION */
div#header div#header_content div#navigation {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #049AD2;
  padding-top: 111px;
  margin-left: -40px;
  padding-left: 40px;
}
div#header div#header_content div#navigation div#logo_mini {
  width: 50px;
  height: 23px;
  background-repeat: no-repeat;
  float: right;
  margin-top: 6px;
  margin-right: 40px;
  display: none;
}
div#main.fixed_navigation div#header div#header_content div#navigation {
  position: fixed;
  background-image: url(/assets/_img/_layout/navigation_fixed_bg.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  padding-top: 0px;
  height: 52px;
  z-index: 100001;
}
div#header div#header_content div#navigation ul {
  list-style-type: none;
}
div#header div#header_content div#navigation ul li {
  float: left;
  margin-right: 1px;
}
div#header div#header_content div#navigation ul li a {
  color: #049AD2;
  text-decoration: none;
  display: block;
}
div#header div#header_content div#navigation ul li a span {
  display: block;
  height: 37px;
  line-height: 37px;
  float: left;
}
div#header div#header_content div#navigation ul li a.current span {
  height: 38px;
  line-height: 37px;
}
div#header div#header_content div#navigation ul li a span.edges_left {
  background-image: url(/assets/_img/_layout/navigation_edges_left.png);
  background-repeat: no-repeat;
  width: 2px;
}
div#header div#header_content div#navigation ul li a span.text {
  background-image: url(/assets/_img/_layout/navigation_repeat.png);
  background-repeat: repeat-x;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
}
div#header div#header_content div#navigation ul li a span.edges_right {
  background-image: url(/assets/_img/_layout/navigation_edges_right.png);
  background-repeat: no-repeat;
  width: 2px;
}
div#header div#header_content div#navigation ul li a:hover span.edges_left {
  background-image: url(/assets/_img/_layout/navigation_edges_left_hover.png);
  background-repeat: no-repeat;
}
div#header div#header_content div#navigation ul li a:hover span.text {
  background-image: url(/assets/_img/_layout/navigation_repeat_hover.png);
  background-repeat: repeat-x;
}
div#header div#header_content div#navigation ul li a:hover span.edges_right {
  background-image: url(/assets/_img/_layout/navigation_edges_right_hover.png);
  background-repeat: no-repeat;
}
div#header div#header_content div#navigation ul li a.current span.edges_left {
  background-image: url(/assets/_img/_layout/navigation_edges_left_current.png);
  background-repeat: no-repeat;
  width: 2px;
}
div#header div#header_content div#navigation ul li a:hover span.text {
  color: #FFFFFF;
}
div#header div#header_content div#navigation ul li a.current span.text {
  background-image: url(/assets/_img/_layout/navigation_repeat_current.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
}
div#header div#header_content div#navigation ul li a.current span.edges_right {
  background-image: url(/assets/_img/_layout/navigation_edges_right_current.png);
  background-repeat: no-repeat;
  width: 2px;
}
div#main.columns_3 div#header div#header_content div#navigation {
  font-size: 11px;
}
/* --------------------------------------------------------------------- NAVIGATION TEASER */
div.navigation-teaser-mask {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
div.navigation-teaser-wrapper {
  position: relative;
  background-color: #181F25;
  padding: 580px 22px 22px 22px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.columns_1 div.navigation-teaser-wrapper,
.columns_2 div.navigation-teaser-wrapper {
  padding: 420px 22px 22px 22px;
}
div.navigation-teaser-wrapper.editmode {
  padding-top: 0;
}
div.navigation-teaser div.items div.item.small:hover {
  cursor: n-resize;
}
div.navigation-teaser div.items div.item div.text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22px;
}
div.navigation-teaser div.items div.item.big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.columns_1 div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big,
.columns_2 div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big {
  height: 420px;
}
div.navigation-teaser div.items div.item.big div.text {
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 33.333%;
  background: #0092D0;
  color: #FFFFFF;
  padding: 33px;
}
.columns_1 div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big div.text,
.columns_2 div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big div.text {
  width: 100% !important;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #181F25;
  padding: 22px;
}
div.navigation-teaser div.items div.item div.text h2 {
  font-family: DINWeb-Light;
  color: #FFFFFF;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: normal;
}
.columns_3 div.navigation-teaser div.items div.item div.text h2,
.columns_2 div.navigation-teaser div.items div.item div.text h2,
.columns_1 div.navigation-teaser div.items div.item div.text h2 {
  font-size: 20px;
  margin-bottom: 11px;
}
div.navigation-teaser div.items div.item div.text p {
  color: #FFFFFF;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
}
div.navigation-teaser div.items div.item div.text a {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  background: none !important;
  border: none !important;
}
div.navigation-teaser div.items div.item.small {
  position: relative;
  top: auto;
  left: auto;
  width: 33.333%;
  float: left;
  background-image: none !important;
  min-height: 266px;
  bottom: auto !important;
}
.columns_1 div.navigation-teaser div.items div.item.small,
.columns_2 div.navigation-teaser div.items div.item.small {
  width: 100%;
  min-height: 22px;
  padding: 0;
  margin: 0 -22px -22px -22px;
}
div.navigation-teaser div.items div.item.small div.text {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  float: left;
  background-image: none !important;
}
div.navigation-teaser-wrapper div.progress {
  position: absolute;
  top: 548px;
  left: 0;
  background: #0092D0;
  height: 2px;
  width: 0;
  z-index: 400;
}
.columns_1 div.navigation-teaser-wrapper div.progress,
.columns_2 div.navigation-teaser-wrapper div.progress {
  top: 418px;
}
@media (max-width: 1279px) {
  div.navigation-teaser div.items div.item div.text h2 {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  div.navigation-teaser-wrapper {
    padding: 420px 22px 22px 22px;
  }
  div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big {
    height: 420px;
  }
  div.navigation-teaser-wrapper div.navigation-teaser div.items div.item.big div.text {
    width: 100% !important;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #181F25;
    padding: 22px;
  }
  div.navigation-teaser div.items div.item div.text h2 {
    font-size: 20px;
    margin-bottom: 11px;
  }
  div.navigation-teaser div.items div.item.small {
    width: 100%;
    min-height: 22px;
    padding: 0;
    margin: 0 -22px -22px -22px;
  }
  div.navigation-teaser-wrapper div.progress {
    top: 418px;
  }
}
/* --------------------------------------------------------------------- SUBNAVIGATION */
a#subnavigation {
  position: absolute;
  left: -2px;
  top: 40px;
  background-image: url(/assets/_img/_layout/subnavigation_button_c.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 100px;
  z-index: 99000;
  display: none;
}
a#subnavigation:hover {
  background-image: url(/assets/_img/_layout/subnavigation_button_c_hover.png);
  background-repeat: no-repeat;
}
ul.subnavigation {
  position: absolute;
  left: 40px;
  top: 87px;
  width: 218px;
  z-index: 10000;
  list-style-type: none;
  font-size: 13px;
  font-weight: bold;
}
div#main.columns_2 ul.subnavigation {
  display: none;
}
div#main.columns_1 ul.subnavigation {
  display: none;
}
ul.subnavigation li {
  margin-bottom: 4px;
}
ul.subnavigation li a {
  display: block;
  color: #0499D2;
  text-decoration: none;
  background-image: url(/assets/_img/_layout/button_arrow_subnavigation.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 20px;
  background-position: left top;
  padding-top: 2px;
}
ul.subnavigation li a img {
  padding-left: 5px;
  opacity: 0.2;
}
ul.subnavigation li a:hover img {
  opacity: 1;
}
ul.subnavigation li a:hover {
  background-image: url(/assets/_img/_layout/button_arrow_subnavigation_hover.png);
  background-repeat: no-repeat;
}
div#main ul.subnavigation li a.extern_link {
  background-image: none;
}
ul.subnavigation li a.current {
  background-image: url(/assets/_img/_layout/button_arrow_right.svg);
  background-repeat: no-repeat;
  color: #191F26;
}
ul.subnavigation li a:hover {
  color: #191F26;
}
ul.subnavigation li.folder a.current {
  background-image: url(/assets/_img/_layout/button_arrow_down.svg);
  background-repeat: no-repeat;
}
ul.subnavigation li ul {
  font-size: 12px;
  font-weight: normal;
  list-style-type: none;
  padding-left: 0px;
  padding-bottom: 11px;
  padding-top: 5px;
}
ul.subnavigation li ul li ul {
  padding-left: 11px;
  line-height: 160%;
  padding-bottom: 11px;
}
ul.subnavigation li ul li ul li ul {
  padding-bottom: 0px;
}
ul.subnavigation li ul.foldercontent {
  display: none;
}
ul.subnavigation li ul li a {
  background-image: none;
  line-height: 18px;
}
ul.subnavigation li ul li a:hover {
  background-image: none;
}
ul.subnavigation li.folder ul li a.current {
  background-image: none;
  font-weight: normal;
}
div#main.columns_2 ul.subnavigation,
div#main.columns_1 ul.subnavigation {
  display: none;
}
ul.subnavigation li a.rss {
  background-image: url(/assets/_img/_layout/button_rss.png);
  background-repeat: no-repeat;
}
ul.subnavigation li a.rss:hover {
  background-position: 0px -22px;
}
ul.subnavigation li a.rss.current {
  background-position: 0px -44px;
}
/* --------------------------------------------------------------------- CONTENT */
div#content {
  clear: both;
  position: relative;
  background-color: #FFFFFF;
  min-height: 200px;
  padding: 40px;
  padding-bottom: 78px;
  overflow: hidden;
}
div.site_contents {
  max-width: 921px;
}
div#content_wrapper {
  position: relative;
  min-height: 400px;
  width: 1165px;
}
div#main.columns_3 div#content_wrapper {
  width: 699px;
}
div#main.columns_2 div#content_wrapper {
  padding: 60px 12px 11px 12px;
}
div#main.columns_1 div#content_wrapper {
  padding: 60px 20px 11px 20px;
}
div.hr {
  height: 1px;
  font-size: 0px;
  border-bottom: 1px solid #B9BBBD;
}
div#main.columns_6 div.hr,
div#main.columns_5 div.hr {
  width: 921px;
}
div#main.columns_4 div.hr {
  width: 688px;
}
div#main.columns_3 div.hr {
  width: 455px;
}
div#main.columns_3 div.hr.no_continuous {
  display: none;
}
div#main.columns_2 div.hr {
  width: 455px;
}
div#main.columns_1 div.hr {
  width: 276px;
}
a.back {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  background-image: url(/assets/_img/_layout/button_arrow_back.png);
  background-repeat: no-repeat;
  line-height: 22px;
  padding-left: 33px;
  color: #0092D0;
  position: absolute;
  top: 5px;
  left: 713px;
}
a.back:hover {
  color: #181F25;
  background-image: url(/assets/_img/_layout/button_arrow_back_hover.png);
  background-repeat: no-repeat;
}
div#main div.memberdetails a.back {
  left: 932px;
}
div#main.columns_4 div.memberdetails a.back {
  left: 699px;
}
div#main.columns_3 div.memberdetails a.back {
  left: 466px;
}
div#main.columns_3 a.back {
  left: 480px;
}
div#main.columns_2 a.back,
div#main.columns_2 div.memberdetails a.back {
  left: 12px;
  top: 22px;
}
div#main.columns_1 a.back,
div#main.columns_1 div.memberdetails a.back {
  left: 17px;
  top: 22px;
}
/* --------------------------------------------------------------------- Text */
div.text {
  width: 455px;
  color: #181F25;
}
div#main.columns_2 div.text {
  padding-left: 33px;
  padding-right: 33px;
  width: 389px;
}
div#main.columns_1 div#site_content div.text {
  padding-left: 28px;
  width: 222px;
}
div#main.columns_1 div.continuous div.text img {
  display: none;
}
div#main.columns_1 div.box.text img {
  display: block;
}
/* --------------------------------------------------------------------- Typo */
h1 {
  font-family: DINWeb-Light;
  font-size: 1.5625em;
  line-height: 125%;
  color: #181F25;
  margin-bottom: 7px;
  font-weight: normal;
  margin-bottom: 22px;
  background-image: url(/assets/_img/_layout/button_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 31px;
  margin-top: -5px;
  position: relative;
  padding-top: 3px;
}
div#main.columns_6 h1,
div#main.columns_5 h1 {
  margin-left: 233px;
  width: 630px;
}
div#main.columns_4 h1 {
  margin-left: 0px;
  width: 630px;
}
div#main.columns_4 h1.events {
  margin-left: 233px;
  width: 455px;
}
div#main.columns_4 h1.overview {
  margin-left: 233px;
  width: 630px;
}
div#main.columns_3 h1 {
  margin-left: 0px;
  width: 400px;
}
div#main.columns_2 h1 {
  margin-left: 0px;
  width: 350px;
}
div#main.columns_1 h1 {
  margin-left: -3px;
  width: 230px;
  padding-left: 31px;
}
div#main h1.withbacklink {
  width: 455px;
}
h2 {
  font-size: 0.8125em;
  line-height: 140%;
  color: #0092D0;
  text-transform: uppercase;
  margin-bottom: 7px;
}
h2 a {
  color: #0092D0;
}
h2 a:hover {
  color: #181F25;
}
h3 {
  font-size: 0.8125em;
  line-height: 140%;
  color: #181F25;
  margin-bottom: 7px;
}
h3 a {
  color: #181F25;
}
div.continuous h3 {
  color: #0092D0;
  margin-bottom: 7px;
  margin-top: 22px;
}
div#main.columns_4 div.continuous img,
div#main.columns_3 div.continuous img {
  max-width: 688px;
  height: auto;
}
div#main.columns_2 div.continuous img,
div#main.columns_1 div.continuous img {
  max-width: 100%;
  height: auto;
}
h3.cyan {
  color: #0092D0;
}
div.text p {
  font-size: 0.8125em;
  line-height: 180%;
  margin-bottom: 1em;
}
div.text table.tabelle td {
  font-size: 0.8125em;
  line-height: 180%;
  padding-right: 11px;
}
div.text table.press-material td {
  font-size: 0.8125em;
  line-height: 180%;
  padding-right: 11px;
}
sub {
  margin-bottom: -13px;
  padding-bottom: -13px;
  line-height: 0px;
}
div.text ul,
div.text ol {
  margin-bottom: 1em;
  color: #181F25;
  line-height: 180%;
  font-size: 0.8125em;
  list-style-type: none;
}
div.text ul li,
div.text ol li {
  margin-bottom: 12px;
  background-image: url(/assets/_img/_layout/bulletpoint.png);
  background-repeat: no-repeat;
  background-position: 2px 8px;
  padding-left: 16px;
}
div.text ul li ul,
div.text ol li ol {
  margin-top: 12px;
  font-size: 1em;
}
div.text p a,
div.text ul a,
div.text ol a {
  color: #181F25;
  border-bottom: 1px dotted #728EB0;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  background-position: right 45%;
  padding-right: 12px;
  margin-right: 2px;
}
div.text p a:hover,
div.text ul a:hover,
div.text ol a:hover {
  color: #0092D0;
  border-bottom: 1px dotted #0092D0;
}
div.text p a.more,
div.text a#to_continuous {
  border-bottom-width: 0px;
}
/*
div.text p a.email {
padding-left:11px;
background-image:url(/assets/_img/_layout/arrow_c_right.png);
background-position:0px 6px;
}
*/
div#main a.extern_link {
  background-image: url(/assets/_img/_layout/icon_extern_link.svg);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 33px;
}
div#main a.mailto {
  background-image: url(/assets/_img/_layout/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 3px center;
  padding-left: 21px;
  padding-right: 0px;
  font-size: initial;
}
div#main div.member a.mailto {
  background-position: 1px 38%;
  font-size: 14px;
}
div#main span.contact a.mailto {
  font-size: 14px;
}
div#main a.file {
  background-image: url(/assets/_img/_layout/icon_file.svg);
  background-repeat: no-repeat;
  background-position: 3px 32%;
  padding-left: 16px;
  padding-right: 0px;
}
/* --------------------------------------------------------------------- Images */
div.text img {
  margin-bottom: 22px;
  margin-top: 0px;
}
/* --------------------------------------------------------------------- Boxes */
div#main div.box {
  width: 222px;
  height: 94px;
  float: left;
  margin: 0px 11px 11px 0px;
  background-color: #181F25;
  color: #FFFFFF;
  font-size: 0.75em;
  position: relative;
}
div#main div.box {
  padding: 0px;
}
div#main div.box.text.current {
  background-image: url(/assets/_img/_layout/box_current_bg.png);
  background-repeat: repeat-x;
}
div#main div.box.text.course {
  background-image: none;
  background-color: #DFF2F9;
}
div#main div.box.text.course a {
  color: #0092D0;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
}
div#main div.box.text.course a span {
  line-height: 115%;
}
div#main div.box a {
  display: block;
  width: 222px;
  height: 94px;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-position: 200px 70px;
  background-repeat: no-repeat;
}
div#main div.box a.extern_link {
  background-image: url(/assets/_img/_layout/icon_extern_link_w.png);
  background-position: 179px 70px;
  background-repeat: no-repeat;
}
div#main div.box a.file {
  background-image: url(/assets/_img/_layout/icon_file_w.svg);
  background-position: 197px 67px;
  background-repeat: no-repeat;
}
div#main div.box a:hover {
  color: #FFFFFF;
}
div#main div#main div.box.text.current a {
  background-image: url(/assets/_img/_layout/arrow_up.svg);
  background-repeat: no-repeat;
  background-position: center 15px;
  padding-left: 22px;
  padding-top: 33px;
}
div#main div#main.columns_3 div.box.text.current a {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: 15px 26px;
  padding-left: 32px;
  padding-top: 22px;
}
div#main div.box.current a:hover {
  color: #FFFFFF;
}
div#main div.box.text.current a:hover {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
  color: #FFFFFF;
}
div#main div.box.image a {
  width: 200px;
  height: 30px;
  position: absolute;
  background-image: url(/assets/_img/_layout/box_image_a.png);
  background-repeat: no-repeat;
  background-position: 4px 53px;
  padding-left: 11px;
  padding-top: 64px;
  padding-right: 11px;
  line-height: 110%;
}
div#main div.box.image a.two_lines {
  height: 35px;
  padding-top: 59px;
  line-height: 110%;
}
div#main div.box.image a:hover {
  color: #0092D0;
}
div#main div.box.image img {
  position: absolute;
}
div#main div.box.text a {
  width: 178px;
  height: 50px;
  padding: 20px 22px 24px 22px;
}
div#main div.box.text a:hover {
  color: #0092D0;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
}
div#main div.box.text a.extern_link:hover {
  background-image: url(/assets/_img/_layout/icon_extern_link.png);
  background-repeat: no-repeat;
}
div#main div.box.text a.file:hover {
  background-image: url(/assets/_img/_layout/icon_file.svg);
  background-repeat: no-repeat;
  background-position: 197px 67px;
}
div#main div#site_content div.box.text {
  width: 222px;
  padding: 0px;
}
div#main.columns_2 div#site_content div.box {
  width: 222px;
  padding: 0px;
}
div#main div.box.press {
  margin-bottom: 40px;
}
div#main div.box.press div.meta {
  width: 211px;
  height: 30px;
  position: absolute;
  top: 100px;
  color: #999999;
}
div#main div.box.press div.meta a.download {
  color: #339FCE;
  position: relative;
  display: inline;
  margin: 0px;
  padding: 0px;
  padding-left: 17px;
  background-image: url(/assets/_img/_layout/arrow_c_down.svg) !important;
  background-position: 6px 5px;
  background-repeat: no-repeat;
}
div#main div.box.press a.press.file {
  padding-top: 64px;
  height: auto;
  width: auto;
}
div#main div.box.press a.press.image {
  padding: 0px;
  width: 222px;
  height: 94px;
  display: block;
}
/* --------------------------------------------------------------------- Forms */
div#content form {
  font-size: 1em;
}
div#content form.events {
  height: 22px;
  position: absolute;
  left: 699px;
  top: 5px;
}
div#main.columns_3 div#content form.events {
  left: 466px;
}
div#main.columns_2 div#content form.events {
  left: 248px;
  top: 60px;
}
div#main.columns_1 div#content form.events {
  left: 49px;
  top: 104px;
}
div#content form select {
  background-color: #E9EFF2;
  color: #181F25;
  font-size: 14px !important;
  height: 34px;
  border-radius: 17px;
  font-family: DINWeb, Verdana, Geneva, sans-serif;
  line-height: 22px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  padding-left: 20px !important;
  background-image: url(/assets/_img/_layout/arrow_c_down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 40px;
}
div#content form select.month {
  padding-left: 6px;
  width: 137px;
  margin-right: 6px;
}
div#content form select.year {
  padding-left: 6px;
  width: 67px;
}
div#content form.contact {
  max-width: 550px;
}
div#content form label {
  clear: both;
  height: 22px;
  min-width: 90px;
  padding-right: 11px;
  font-size: 16px;
  color: #657086;
  display: inline-block;
}
div#main.columns_2 div#content form label,
div#main.columns_1 div#content form label {
  padding-left: 0px;
}
div#content form.contact select {
  margin-bottom: 11px;
}
div#main.columns_2 div#content form.contact select,
div#main.columns_2 div#content form input.text,
div#main.columns_2 div#content form textarea.textarea,
div#main.columns_1 div#content form.contact select,
div#main.columns_1 div#content form input.text,
div#main.columns_1 div#content form textarea.textarea {
  float: left;
}
div#content form input.text {
  background-color: #E9EFF2;
  color: #181F25;
  font-size: 14px;
  height: 34px;
  border-radius: 17px;
  width: 100%;
  max-width: 300px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: DINWeb, Verdana, Geneva, sans-serif;
  margin-bottom: 11px;
  border: none;
}
div#content form input.text#firstname {
  max-width: 200px;
}
div#content form input.text#lastname {
  max-width: 200px;
}
div#content form input.text#email {
  max-width: 300px;
}
div#content form input.text#postalcode {
  max-width: 80px;
}
div#content form input.text#city {
  max-width: 180px;
}
div#content form textarea.textarea {
  background-color: #E9EFF2;
  color: #181F25;
  font-size: 14px;
  margin-left: 100px;
  width: 100%;
  max-width: 350px;
  height: 189px;
  font-family: DINWeb, Verdana, Geneva, sans-serif;
  margin-bottom: 11px;
  padding: 5px;
  border: none;
  border-radius: 17px;
}
div#content form input.submit {
  font-family: DINWeb, Verdana, Geneva, sans-serif;
  display: block;
  position: relative;
  background-color: #E9EFF2;
  height: 34px;
  border-radius: 17px;
  padding-top: 2px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  color: #0599D2;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  clear: both;
  cursor: pointer;
  line-height: 17px;
  border: none;
}
div#content form input.submit.delete_account {
  float: left;
  clear: none;
  margin-right: 11px;
  margin-bottom: 11px;
}
table.customers td {
  font-size: 0.8125em;
  padding-right: 11px;
  vertical-align: top;
}
div#content form table.customers td input.text,
div#content form table.customers td textarea.textarea,
div#content form table.customers td select {
  font-size: 1em;
}
div#content form table.customers td select {
  margin-bottom: 11px;
}
/* --------------------------------------------------------------------- ERROR / SUCCESS FEEDBACK */
div#content form label.error {
  color: #C13952;
}
div#content form label.correct {
  color: #599D5F;
}
div#main div.error,
div#main div.correct,
div#main div.success,
div#main div.info {
  padding: 22px;
  margin-bottom: 22px;
}
div#main div#content div.error,
div#main div#content form input.text.error,
div#main div#content form td.error input.text {
  color: #C13952;
  background-color: #FFDBE0;
}
div#main div#content div.correct,
div#main div#content div.success,
div#main div#content form input.text.correct,
div#main div#content form td.correct input.text {
  color: #599D5F;
  background-color: #9FE7A0;
}
div#main div#content div.info {
  color: #29AEE6;
  background-color: #DFF0F8;
}
div#main div#content div.error h2,
div#main div#content div.error h3,
div#main div#content div.error p,
div#main div#content div.error ul {
  color: #C13952;
  margin-top: 0px;
}
div#main div#content div.correct h2,
div#main div#content div.correct h3,
div#main div#content div.correct p,
div#main div#content div.correct ul,
div#main div#content div.success h2,
div#main div#content div.success h3,
div#main div#content div.success p,
div#main div#content div.success ul {
  color: #599D5F;
}
/* --------------------------------------------------------------------- Teaser */
div.teaser {
  padding-bottom: 22px;
}
div.teaser div.image {
  position: relative;
  float: left;
  width: 455px;
  height: 199px;
  margin-right: 11px;
  margin-bottom: 22px;
}
div.teaser.h304 div.image {
  height: 304px;
}
div.teaser.h409 div.image {
  height: 409px;
}
div.teaser div.text {
  float: left;
  width: 433px;
  padding-right: 22px;
}
a#to_continuous {
  background-image: url(/assets/_img/_layout/arrow_c_down.svg);
  background-position: right center;
  height: 44px;
  width: 22px;
  display: block;
  clear: both;
  float: right;
  padding-right: 0px;
  background-repeat: no-repeat;
}
div#main a.more {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 13px;
  padding-left: 11px;
  padding-right: 11px;
  border: none;
}
div.hr.no_teaser {
  margin-bottom: 22px;
}
div#main.columns_6 div.hr.no_teaser.no_subnavigation,
div#main.columns_5 div.hr.no_teaser.no_subnavigation {
  margin-left: 0px;
}
div#main.columns_4 div.hr.no_teaser.no_subnavigation {
  width: 921px;
}
div#main.columns_6 div.teaser,
div#main.columns_5 div.teaser {
  margin-left: 233px;
  width: 932px;
}
div#main.columns_6 div.hr.no_teaser,
div#main.columns_5 div.hr.no_teaser {
  margin-left: 233px;
}
div#main.columns_4 div.teaser {
  margin-left: 0px;
  width: 932px;
}
div#main.columns_4 div.teaser div.hr {
  width: 921px;
}
div#main.columns_3 div.teaser {
  margin-left: 0px;
  width: 466px;
  float: left;
}
div#main.columns_2 div#site_content div.teaser div.text {
  width: 400px;
  float: none;
  clear: left;
}
div#main.columns_1 div.teaser div.hr {
  width: 222px;
  margin-left: 28px;
}
div#main div#site_content div.teaser div.image.small {
  display: none;
}
div#main.columns_1 div#site_content div.teaser div.image.small {
  display: block;
  height: auto;
  padding-left: 28px;
  width: 222px;
  padding-bottom: 0px;
}
div#main.columns_1 div.teaser div.text {
  width: 266px;
  float: none;
  clear: left;
}
div#main.columns_1 div.teaser div.image {
  display: none;
}
/* --------------------------------------------------------------------- Cross References */
div.cross_references {
  float: left;
  margin-top: -1px;
  padding-bottom: 11px;
}
div.cross_references div.hr {
  margin-top: 11px;
  margin-bottom: 11px;
}
div#main.columns_6 div.cross_references,
div#main.columns_5 div.cross_references {
  margin-left: 0px;
  width: 466px;
}
div#main.columns_6 div.cross_references.nocontenttext,
div#main.columns_5 div.cross_references.nocontenttext {
  margin-left: 233px;
  width: 932px;
}
div#main.columns_4 div.cross_references {
  margin-left: 0px;
  width: 233px;
}
div#main.columns_4 div.teaser div.cross_references {
  width: 466px;
}
div#main.columns_4 div.cross_references.nocontenttext {
  margin-left: 233px;
  width: 699px;
}
div#main.columns_6 div.cross_references.two_columns,
div#main.columns_5 div.cross_references.two_columns,
div#main.columns_4 div.cross_references.two_columns {
  clear: left;
  margin-left: 233px;
  width: 466px;
}
div#main.columns_3 div.cross_references {
  position: absolute;
  left: 466px;
  top: 6px;
}
div#main.columns_3 div.cross_references.news {
  padding-top: 25px;
}
div#main.columns_3 div.cross_references.news div.hr {
  display: none;
}
div#main.columns_2 div.cross_references {
  margin-left: 0px;
  width: 466px;
  float: none;
  clear: left;
  padding-bottom: 33px;
}
div#main.columns_2 div#site_content div.teaser div.cross_references div.box.text {
  width: 222px;
  padding: 0px;
  float: left;
  clear: none;
}
div#main.columns_2 div#site_content div.teaser div.cross_references,
div#main.columns_1 div#site_content div.teaser div.cross_references {
  padding-top: 11px;
}
div#main.columns_1 div.cross_references {
  padding-left: 28px;
  width: 248px;
  float: none;
  clear: left;
}
div#main.columns_2 div.cross_references div.box.current,
div#main.columns_1 div.cross_references div.box.current {
  display: none;
}
div#main.columns_1 div.cross_references div.hr {
  width: 222px;
}
div#main.columns_6 div.teaser div.cross_references.with_calendar,
div#main.columns_5 div.teaser div.cross_references.with_calendar,
div#main.columns_4 div.teaser div.cross_references.with_calendar,
div#main.columns_2 div.teaser div.cross_references.with_calendar {
  width: 222px;
  float: left;
}
/* --------------------------------------------------------------------- Continuous Text */
div.text.continuous {
  padding-bottom: 33px;
  width: 433px;
  padding-right: 22px;
}
div.text.continuous.column1 {
  float: left;
  margin-right: 11px;
}
div.text.continuous.column1,
div.text.continuous.column2 {
  padding-bottom: 33px;
  width: 422px;
  padding-right: 33px;
  float: left;
}
div#main.columns_6 div.text.continuous.column2,
div#main.columns_5 div.text.continuous.column2 {
  margin-left: 0px;
  margin-right: -1px;
}
div#main.columns_4 div.text.continuous.column1,
div#main.columns_3 div.text.continuous.column1,
div#main.columns_2 div.text.continuous.column1,
div#main.columns_2 div.text.continuous.column1 {
  padding-bottom: 33px;
  clear: left;
}
div#main.columns_4 div.text.continuous.column2,
div#main.columns_3 div.text.continuous.column2,
div#main.columns_2 div.text.continuous.column2,
div#main.columns_2 div.text.continuous.column2 {
  padding-top: 0px;
  padding-bottom: 33px;
  margin-right: -1px;
}
div#main.columns_6 div.text.continuous,
div#main.columns_5 div.text.continuous,
div#main.columns_4 div.text.continuous {
  padding-bottom: 33px;
  margin-left: 233px;
}
div#main.columns_1 div.text.continuous {
  width: 266px;
}
/* --------------------------------------------------------------------- Continuous Text Publications */
div.text.continuous.publications {
  width: 899px;
}
div#main.columns_4 div.text.continuous.publications {
  width: 688px;
}
div#main.columns_3 div.text.continuous.publications {
  width: 466px;
}
div#main.columns_2 div.text.continuous.publications {
  width: 388px;
}
div#main.columns_1 div.text.continuous.publications {
  width: 273px;
}
div.text.continuous.publications p {
  font-size: 12px;
  margin-top: 33px;
}
div.text.continuous.publications em {
  font-weight: bold;
}
/* --------------------------------------------------------------------- Instrumentation */
div.instrumentation_search {
  padding-left: 233px;
  width: 466px;
}
div#main.columns_3 div.instrumentation_search,
div#main.columns_2 div.instrumentation_search {
  padding-left: 0px;
}
div#main.columns_1 div.instrumentation_search {
  padding-left: 0px;
  width: 222px;
}
div.instrumentation_search p {
  font-size: 0.75em;
}
div.instrumentation_search input.text {
  width: 222px;
  margin-right: 11px;
  font-size: 1em;
}
div#main div.instrumentation_search p input {
  font-size: 1em !important;
}
div#main.columns_1 div.instrumentation_search input.submit {
  margin-top: 11px;
  padding-right: 22px;
}
div#main div.instrumentation_search a.delete {
  background-image: url(/assets/_img/_layout/icon_logout.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-left: 18px;
  color: #0499D2;
}
div#main div.instrumentation_search a.delete:hover {
  color: #181F25;
}
div#main.columns_6 a.back.instrumentation,
div#main.columns_5 a.back.instrumentation {
  left: 932px;
}
div#main.columns_4 a.back.instrumentation {
  left: 699px;
}
div#main.columns_3 h1.instrumentation,
div#main.columns_2 h1.instrumentation {
  width: 399px;
}
div#main.columns_1 h1.instrumentation {
  width: 222px;
}
div.lv_overview.instrumentation div.lv_item div.text {
  position: relative;
}
div.lv_overview.instrumentation a.more {
  position: absolute;
  right: 0;
  bottom: 0;
}
div.lv_overview.instrumentation a {
  border: none !important;
  line-height: 24px;
}
div#main.columns_2 div.instrumentation.contentseite {
  width: 466px;
  margin-left: -33px;
}
div#main div.instrumentation div.lv_item.small {
  float: left;
  width: 233px;
  padding: 0px;
  height: 170px;
  clear: none;
}
div#main div.instrumentation div.lv_item.small div.text {
  width: 222px;
}
div#main div.instrumentation.contentseite div.hr {
  width: auto;
  margin-right: 11px;
}
div#main.columns_2 div.instrumentation.contentseite div.hr {
  width: 455px;
  margin-left: 33px !important;
}
/* --------------------------------------------------------------------- Buttons */
div#main a.skip {
  display: block;
  color: #0599D2;
  background-color: #E9EFF2;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  background-position: center center;
}
div#main a.skip:hover {
  color: #FFFFFF;
  background-color: #0599D2;
}
div#main.columns_2 a.skip,
div#main.columns_1 a.skip {
  display: none;
}
div#main a.skip span {
  display: none;
}
div#main a.skip.up {
  background-image: url(/assets/_img/_layout/arrow_c_up.svg);
  background-repeat: no-repeat;
}
div#main a.skip.down {
  background-image: url(/assets/_img/_layout/arrow_c_down.svg);
  background-repeat: no-repeat;
}
div#main a.skip.left {
  background-image: url(/assets/_img/_layout/arrow_c_left.svg);
  background-repeat: no-repeat;
}
div#main a.skip.right {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
}
div#main a.skip.up:hover {
  background-image: url(/assets/_img/_layout/arrow_up.svg);
  background-repeat: no-repeat;
}
div#main a.skip.down:hover {
  background-image: url(/assets/_img/_layout/arrow_down.svg);
  background-repeat: no-repeat;
}
div#main a.skip.left:hover {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
}
div#main a.skip.right:hover {
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
}
/* --------------------------------------------------------------------- HOMEPAGE */
div#main div#site_content.home div#content_wrapper {
  width: 1154px;
}
div#main.columns_4 div#site_content.home div#content_wrapper {
  width: 932px;
}
div#main.columns_3 div#site_content.home div#content_wrapper {
  width: 699px;
}
div#main.columns_2 div#site_content.home div#content_wrapper {
  width: 466px;
}
div#main.columns_6 div#site_content.home div#content_wrapper div.hr,
div#main.columns_5 div#site_content.home div#content_wrapper div.hr {
  width: 1154px;
}
div#main.columns_4 div#site_content.home div#content_wrapper div.hr {
  width: 688px;
}
div#main.columns_3 div#site_content.home div#content_wrapper div.hr {
  width: 688px;
}
div#main.columns_2 div#site_content.home div#content_wrapper div.hr {
  width: 455px;
}
div#main div#site_content.home h1,
div#main div#site_content h1.highlights,
div#main div#site_content h1.deeplinks {
  margin-left: 0px;
  background-image: url(/assets/_img/_layout/button_arrow_down.svg);
  background-repeat: no-repeat;
}
/* --------------------------------------------------------------------- Highlights */
div#main div.highlights {
  position: relative;
  width: 699px;
  float: left;
  padding-bottom: 11px;
  margin-left: 0px;
  margin-right: 11px;
}
div#main.columns_6 div.highlights,
div#main.columns_5 div.highlights {
  height: 464px;
  padding-bottom: 0px;
}
div#main.columns_2 div.highlights {
  width: 466px;
}
div#main div.highlights div.teaser {
  position: relative;
  float: left;
  margin-left: 0px;
  width: 466px;
  height: 409px;
  margin-bottom: 11px;
  padding-bottom: 0px;
  overflow: hidden;
}
div#main.columns_3 div.highlights div.teaser {
  width: 466px;
  height: 409px;
}
div#main.columns_2 div.highlights div.teaser {
  float: none;
  width: 466px;
  height: auto;
}
div#main.columns_1 div.highlights div.teaser {
  float: none;
  width: 255px;
  height: auto;
}
div#main div.highlights div.teaser div.teaser_wrapper {
  position: absolute;
  height: 100000px;
  width: 455px;
}
div#main.columns_2 div.highlights div.teaser div.teaser_wrapper {
  position: relative;
  height: auto;
  width: 455px;
}
div#main.columns_1 div.highlights div.teaser div.teaser_wrapper {
  position: relative;
  height: auto;
  width: 233px;
}
div#main div.highlights div.teaser div.lv_item {
  float: none;
  width: 466px;
  padding: 0px;
  height: 409px;
  clear: left;
}
div#main div.highlights div.teaser div.lv_item div.image {
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: 199px;
}
div#main.columns_1 div.highlights div.teaser div.lv_item div.image {
  height: 94px;
}
div#main div.highlights div.teaser div.lv_item div.text {
  padding-top: 11px;
  height: 199px;
}
div#main div.highlights div.teaser div.lv_item div.text a {
  border-bottom: none;
  padding-right: 0px;
  background-image: none;
}
div#main div.highlights div.teaser div.lv_item div.text a.more {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  padding-right: 11px;
}
div#main div.highlights div.teaser div.lv_item div.text h2 a {
  color: #0092D0;
}
div#main.columns_2 div.highlights div.teaser div.lv_item,
div#main.columns_1 div.highlights div.teaser div.lv_item {
  height: auto;
}
div#main.columns_2 div.highlights div.teaser div.lv_item div.text {
  float: none;
  padding-top: 11px;
  height: auto;
  padding-bottom: 22px;
}
div#main.columns_1 div.highlights div.teaser div.lv_item div.text {
  float: none;
  padding-top: 11px;
  height: auto;
  padding-bottom: 22px;
  width: 222px;
}
div#main div.highlights div.boxes {
  position: relative;
  float: left;
  width: 233px;
  overflow: hidden;
  height: 304px;
  margin-bottom: 11px;
}
div#main.columns_2 div.highlights div.boxes,
div#main.columns_1 div.highlights div.boxes {
  display: none;
}
div#main.columns_3 div.highlights div.boxes {
  width: 233px;
  float: left;
}
div#main.columns_2 div.highlights div.boxes {
  width: 466px;
  height: 199px;
}
div#main div.highlights div.boxes div.boxes_wrapper {
  position: absolute;
  height: 100000px;
  width: 233px;
}
div#main.columns_2 div.highlights div.boxes div.boxes_wrapper {
  height: 199px;
  width: 466px;
}
div#main.columns_2 div.highlights div.boxes div.box.current {
  display: none;
}
div#main div.highlights div.boxes div.box a {
  background-image: none;
}
div#main div.highlights div.boxes div.box.current a {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  padding-left: 33px;
}
div#main div.highlights a.skip.up {
  top: 370px;
  right: 37px;
}
div#main div.highlights a.skip.down {
  top: 370px;
  right: 11px;
}
div#main div.highlights p.all {
  position: absolute;
  left: 466px;
  bottom: 22px;
  font-size: 0.8125em;
}
div#main div.highlights p.all a {
  color: #181F25;
  border-bottom: 1px dotted #728EB0;
}
div#main div.highlights p.all a:hover {
  color: #0092D0;
}
div#main div.highlights p.all a.more {
  border-bottom: none;
  padding-left: 22px;
  padding-right: 11px;
}
div#main div.highlights div.rss,
div#main div.news.isos div.rss {
  position: absolute;
  right: 11px;
  top: 0px;
}
div#main div.news.isos div.rss {
  width: 22px;
}
div#main div.highlights div.rss a,
div#main div.news.isos div.rss a {
  display: block;
  height: 22px;
  width: 22px;
  background-image: url(/assets/_img/_layout/button_rss.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
div#main div.highlights div.rss a:hover,
div#main div.news.isos div.rss a:hover {
  background-position: 0px -22px;
}
div#main div.highlights div.rss a span.text,
div#main div.news.isos div.rss a span.text {
  display: none;
}
/* --------------------------------------------------------------------- Deep-Links */
div.deep_links {
  width: 699px;
  float: left;
  margin-left: 233px;
  margin-right: 0px;
  margin-bottom: 11px;
  padding-top: 22px;
}
div#main.columns_6 div.deep_links,
div#main.columns_5 div.deep_links {
  width: 1165px;
  margin-left: 0px;
}
div#main.columns_6 div.deep_links.with_social_links,
div#main.columns_5 div.deep_links.with_social_links {
  width: 699px;
}
div#main.columns_4 div.deep_links {
  width: 699px;
  margin-left: 0px;
}
div#main.columns_4 div.deep_links.with_social_links {
  width: 466px;
}
div#main.columns_3 div.deep_links,
div#main.columns_2 div.deep_links {
  width: 466px;
  float: left;
  margin-left: 0px;
}
div#main.columns_3 div.deep_links.with_social_links {
  width: 233px;
}
div#main.columns_1 div.deep_links {
  width: 243px;
  margin-left: 0px;
  padding-left: 33px;
}
div#main.columns_1 div.deep_links h1 {
  margin-left: -33px !important;
}
div#main div.deep_links_mobile {
  padding-bottom: 22px;
}
div#main div.deep_links_mobile h1 {
  margin-left: 0px;
}
div#main.columns_6 div.deep_links_mobile,
div#main.columns_5 div.deep_links_mobile {
  width: 1165px;
}
div#main.columns_4 div.deep_links_mobile {
  width: 932px;
}
div#main.columns_3 div.deep_links_mobile {
  width: 699px;
}
div#main.columns_2 div.deep_links_mobile {
  width: 466px;
}
div#main.columns_1 div.deep_links_mobile {
  width: 233px;
  padding-left: 33px;
}
div#main.columns_1 div.deep_links_mobile h1 {
  margin-left: -33px;
}
@media (min-width: 1249px) {
  .deep-link-thumb:nth-child(6n-5) {
    clear: both;
  }
}
@media (max-width: 1248px) and (min-width: 1000px) {
  .deep-link-thumb:nth-child(5n-4) {
    clear: both;
  }
}
@media (max-width: 999px) and (min-width: 768px) {
  .deep-link-thumb:nth-child(4n-3) {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  .deep-link-thumb:nth-child(2n-0) {
    clear: both;
  }
}
@media (max-width: 479px) {
  .deep-link-thumb {
    clear: both;
  }
  .deep-link-thumb div.text {
    padding-left: 0px !important;
  }
}
/* --------------------------------------------------------------------- Social-Links */
div.social_links {
  width: 222px;
  float: left;
  padding-top: 22px;
}
div#main.columns_2 div.social_links {
  width: 455px;
  border-top: 1px solid #B9BBBD;
  padding-bottom: 22px;
}
div#main.columns_1 div.social_links {
  width: 276px !important;
  clear: left;
  float: none;
  border-top: 1px solid #B9BBBD;
  padding-bottom: 22px;
}
div.social_links ul {
  font-size: 0.8125em;
  list-style-type: none;
  margin-left: 33px;
}
div.social_links ul li {
  margin-bottom: 4px;
}
div.social_links ul li a,
div.social_links ul li a.extern_link {
  color: #0499D2;
  text-decoration: none;
  line-height: 20px;
  background-position: left top;
  padding-top: 2px;
  margin-right: -5px;
}
div.social_links ul li a:hover {
  color: #171E24;
}
div.social_links ul li a img {
  max-width: 100%;
  height: auto;
}
div.social_links ul li a span.text {
  display: none;
}
div#main.columns_6 div.social_links.with-logos,
div#main.columns_5 div.social_links.with-logos {
  width: 340px;
}
div.social_links.with-logos ul li {
  float: left;
  margin-right: 22px;
  margin-bottom: 11px;
  min-height: 30px;
}
div.social_links.with-logos ul li a,
div.social_links.with-logos ul li a.extern_link {
  background: none !important;
  padding-right: 0 !important;
}
/* --------------------------------------------------------------------- Events Home */
div#main div#site_content.home div.events {
  position: relative;
  width: 222px;
  float: right;
  margin-top: -376px;
  padding-bottom: 55px;
}
div#main.columns_6 div#site_content.home div.events,
div#main.columns_5 div#site_content.home div.events {
  height: 464px;
  width: 466px;
  margin-top: -655px;
  margin-top: -760px;
  margin-right: -11px;
  padding-bottom: 0px;
}
div#main div.events.home.v2 {
  position: absolute;
  left: 932px;
  top: 5px;
  width: 222px;
  margin-right: 0px;
  padding: 0px;
  margin-top: 0px;
}
div#main.columns_6 div#site_content.home div.events.with_social_links,
div#main.columns_5 div#site_content.home div.events.with_social_links {
  margin-top: -639px;
}
div#main.columns_6 div#site_content.home div.events.with_social_links.with-logos,
div#main.columns_5 div#site_content.home div.events.with_social_links.with-logos {
  margin-top: -622px;
}
div#main.columns_4 div#site_content.home div.events {
  float: right;
  width: 233px;
  margin-top: -481px;
  margin-right: -11px;
}
div#main.columns_4 div#site_content.home div.events {
  margin-top: -484px;
  margin-right: 0px;
}
div#main.columns_4 div#site_content.home div.events.with_social_links {
  margin-top: -484px;
  margin-right: 0px;
}
div#main.columns_3 div#site_content.home div.events {
  width: 233px;
  float: left;
  margin-top: 22px;
}
div#main.columns_2 div#site_content.home div.events {
  float: none;
  width: 455px;
  clear: both;
  margin-top: 0px;
  padding-top: 22px;
  border-top: 1px solid #B9BBBD;
  padding-bottom: 88px;
}
div#main.columns_1 div#site_content.home div.events {
  float: none;
  width: 276px;
  clear: both;
  margin-top: 0px;
  padding-top: 22px;
  border-top: 1px solid #B9BBBD;
}
div#main div#site_content div.events.home h3 {
  margin-bottom: 0px;
  color: #0092D0;
}
div#main div#site_content div.events.home p {
  margin-bottom: 22px;
  line-height: 175%;
}
div#main div#site_content div.events.home a {
  padding-right: 0px;
  background-image: none;
}
div#main div#site_content div.events.home div.event_list p strong {
  line-height: 140%;
}
div#main div#site_content div.events.home div.event_list.isos {
  margin-bottom: 33px;
}
div#main div#site_content div.events.home div.event_list.isos p {
  margin-bottom: 11px;
}
div#main div#site_content div.events.home a.more {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  padding-right: 11px;
}
div#main div.continuous.column1.events {
  padding-right: 0px;
  width: 455px;
  margin-right: 11px;
  margin-top: 0px;
  padding-top: 0px;
}
div#main div#site_content.home div.events div.event_list {
  padding-left: 33px;
  width: 177px;
  padding-right: 11px;
}
div#main div#site_content.home div.events div.event {
  padding-bottom: 0px;
}
div#main.columns_6 div#site_content.home div.events div.calendar_table,
div#main.columns_5 div#site_content.home div.events div.calendar_table,
div#main.columns_6 div#site_content.home div.events div.calendar_wrapper,
div#main.columns_5 div#site_content.home div.events div.calendar_wrapper {
  width: 189px;
  float: right;
  margin-right: 44px;
  padding-left: 5px;
}
div#main.columns_4 div#site_content.home div.events div.calendar_table,
div#main.columns_4 div#site_content.home div.events div.calendar_wrapper {
  width: 192px;
  float: none;
  padding-left: 5px;
  margin-left: 33px;
}
div#main.columns_3 div#site_content div.events.home div.calendar_table,
div#main.columns_3 div#site_content div.events.home div.calendar_wrapper {
  width: 189px;
  float: none;
  padding-left: 5px;
  margin-left: 33px;
}
div#main.columns_2 div#site_content div.events.home div.calendar_table,
div#main.columns_2 div#site_content div.events.home div.calendar_wrapper {
  width: 189px;
  float: left;
  margin-right: 11px;
  margin-left: 33px;
  padding-left: 5px;
}
div#main.columns_1 div#site_content.home div.events div.calendar_table,
div#main.columns_1 div#site_content.home div.events div.calendar_wrapper {
  width: 192px;
  float: none;
  padding-left: 5px;
  margin-left: 33px;
}
div#main.columns_4 div#site_content.home div.events div.calendar_wrapper {
  margin-left: 23px;
}
div#main.columns_3 div#site_content.home div.events div.calendar_wrapper,
div#main.columns_2 div#site_content.home div.events div.calendar_wrapper,
div#main.columns_1 div#site_content.home div.events div.calendar_wrapper {
  margin-left: 28px;
}
div#main.columns_6 div#site_content.home div.events div.event_list,
div#main.columns_5 div#site_content.home div.events div.event_list {
  height: 409px;
}
div#main.columns_4 div#site_content.home div.events div.event_list {
  width: 188px;
  float: right;
  margin-right: 11px;
  padding: 0px;
}
div#main.columns_2 div#site_content.home div.events div.event_list {
  width: 200px;
  float: left;
  margin-right: 11px;
  padding: 0px;
}
div#main.columns_4 div#site_content.home div.events div.event_preview {
  float: right;
  width: 188px;
  margin-right: 11px;
}
div#main.columns_2 div#site_content.home div.events div.event_preview {
  float: left;
}
div#main div#site_content div.events div.event_preview {
  position: absolute;
  left: 233px;
  top: 258px;
  width: 222px;
  padding-bottom: 11px;
}
div#main.columns_4 div#site_content div.events div.event_preview,
div#main.columns_3 div#site_content div.events div.event_preview,
div#main.columns_1 div#site_content div.events div.event_preview {
  position: relative;
  padding-left: 33px;
  top: auto;
  left: auto;
  width: 167px;
  clear: left;
}
div#main.columns_2 div#site_content.home div.events div.event_preview {
  position: relative;
  width: 200px;
  padding-bottom: 11px;
  top: 0px;
  padding-left: 0px;
}
div#main.columns_2 div#site_content div.events.isos div.event_list {
  margin-left: 233px;
}
div#main.columns_4 div#site_content div.events.isos div.event_list {
  margin-bottom: -22px;
}
div#main div#site_content.home div.events div.event_preview h3 {
  margin-bottom: 11px;
}
div#main div#site_content.home div.events div.event_preview p {
  margin-bottom: 11px;
}
div#main div#site_content div.events p.all {
  position: absolute;
  left: 33px;
  bottom: 22px;
  font-size: 0.8125em;
  margin-bottom: 0px;
}
div#main.columns_4 div#site_content div.events p.all,
div#main.columns_3 div#site_content div.events p.all,
div#main.columns_1 div#site_content div.events p.all {
  left: 33px;
}
div#main.columns_2 div#site_content div.events p.all {
  left: 233px;
}
div#main div#site_content div.events p.all a {
  color: #181F25;
  border-bottom: 1px dotted #728EB0;
}
div#main div#site_content div.events p.all a:hover {
  color: #0092D0;
}
div#main div#site_content div.events p.all a.more {
  border-bottom: none;
  padding-left: 22px;
  padding-right: 11px;
}
/* --------------------------------------------------------------------- Events All */
div#main div#site_content div.events div.day {
  border-top: 1px solid #B9BBBD;
  padding-top: 11px;
  width: 444px;
}
div#main.columns_2 div#site_content div.events div.day {
  width: 188px;
}
div#main.columns_1 div#site_content div.events div.day {
  width: 233px;
}
div#main div#site_content div.events div.event {
  width: 178px;
  width: 100%;
  padding-right: 22px;
  margin-right: 11px;
  float: left;
  padding-bottom: 11px;
}
div#main div#site_content div.events div.event div.image {
  position: relative;
  margin-top: 6px;
  margin-bottom: 22px;
  width: 222px;
  height: 99px;
  margin-right: 22px;
  float: left;
  background: #EAEAEA;
}
div#main div#site_content div.events div.event div.image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 222px;
  height: 99px;
}
div#main div#site_content div.events div.event div.text {
  width: 200px;
  float: left;
}
div#main.columns_2 div#site_content div.events div.event div.image {
  display: none;
}
div#main.columns_1 div#site_content div.events div.event div.image {
  display: none;
}
div#main.columns_2 div#site_content div.events div.event div.text {
  width: 170px;
  margin-left: -33px;
}
div#main.columns_1 div#site_content div.events div.event div.text {
  width: 222px;
  margin-left: -28px;
}
div#main div#site_content div.continuous.column1.event {
  float: left;
}
div#main.columns_2 div#site_content div.continuous.column1.event {
  width: 178px;
}
div#main.columns_2 div#site_content div.continuous.column1.event div.hr {
  width: 178px;
}
div#main.columns_1 div#site_content div.continuous.column1.event {
  float: none;
}
div#main.columns_1 div#site_content div.continuous.column1.event div.hr {
  width: 222px;
}
div#main div.continuous.column1.event div.hr {
  width: 455px;
  margin-bottom: 22px;
}
div#main div.continuous.column1.event div.hr.top {
  width: 455px;
  margin-bottom: 11px;
  margin-top: 22px;
}
div#main div.continuous.text.events p a {
  background-image: none;
}
div#main.columns_2 div.continuous.column1.events {
  width: 203px;
  margin-right: 0px;
}
div#main.columns_2 div.continuous.column2.events {
  padding-left: 0px;
}
div#main.columns_1 div.continuous.column1.events {
  width: 233px;
  margin-right: 0px;
  padding-top: 38px;
}
div#main.columns_1 div.continuous.column2.events {
  clear: left;
  width: 233px;
}
div#main div.continuous.column1.events h3,
div#main div.continuous.column2.events h3 {
  margin-top: 0px;
}
div#main div#site_content div.image.event.small {
  display: none;
}
div#main.columns_2 div#site_content div.image.event,
div#main.columns_1 div#site_content div.image.event {
  display: none;
}
div#main.columns_2 div#site_content div.image.event.small,
div#main.columns_1 div#site_content div.image.event.small {
  display: block;
}
/* --------------------------------------------------------------------- CALENDAR */
div.calendar_wrapper {
  padding-top: 4px;
  position: relative;
  width: 222px;
  height: 210px;
  overflow: hidden;
  margin-top: -4px;
}
div.calendar_wrapper div.calendar_table,
div#main div#site_content div.continuous.column2 div.calendar_wrapper div.calendar_table,
div#main div.continuous.column2.events div.calendar_wrapper div.calendar_table,
div#main.columns_4 div#site_content div.calendar_wrapper div.calendar_table,
div#main.columns_6 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table,
div#main.columns_5 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table,
div#main.columns_4 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table,
div#main.columns_2 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table,
div#main.columns_6 div#site_content.home div.events div.calendar_wrapper div.calendar_table,
div#main.columns_5 div#site_content.home div.events div.calendar_wrapper div.calendar_table,
div#main.columns_4 div#site_content.home div.events div.calendar_wrappe div.calendar_table,
div#main.columns_3 div#site_content div.events.home div.calendar_wrapper div.calendar_table,
div#main.columns_2 div#site_content div.events.home div.calendar_wrapper div.calendar_table,
div#main.columns_1 div#site_content.home div.events div.calendar_wrapper div.calendar_table {
  position: relative;
  margin: 0px;
  padding: 0px;
  left: 0px;
  right: 0px;
}
div#main.columns_1 div#site_content div.events.home.isos div.calendar_wrapper {
  width: 189px;
  padding-left: 33px;
}
div#main.columns_2 div#site_content div.events.home.isos div.calendar_wrapper {
  width: 189px;
  padding-left: 0px;
  margin-left: 0px;
  float: left;
  position: absolute;
}
div#main div#site_content div.teaser div.calendar_wrapper {
  padding-top: 4px;
  position: relative;
  float: left;
  width: 189px;
  height: 210px;
  overflow: hidden;
  margin-top: -4px;
  padding-left: 22px;
}
div#main.columns_3 div#site_content div.teaser.courses div.text.isos_events_courses {
  min-height: 420px;
}
div#main.columns_3 div#site_content div.teaser.courses div.calendar_wrapper {
  position: absolute;
  right: 44px;
  top: 278px;
}
div#main.columns_3 div#site_content div.teaser.courses_on_demand div.calendar_wrapper {
  position: absolute;
  right: 30px;
  top: 59px;
}
div#main.columns_3 div#site_content div.teaser.courses_on_demand div.cross_references {
  left: 233px;
  width: 222px;
}
div#main.columns_3 div#site_content div.teaser div.hr {
  width: 688px;
}
div#main.columns_2 div#site_content div.teaser div.calendar_wrapper {
  margin-top: 9px;
}
div#main.columns_1 div#site_content div.teaser div.calendar_wrapper {
  padding-left: 28px;
}
div#main.columns_6 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table,
div#main.columns_5 div#site_content div.events.home.isos div.calendar_wrapper div.calendar_table {
  margin-left: 33px;
}
div#main.columns_4 div#site_content div.events.home div.calendar_wrapper div.calendar_table {
  margin-left: 0px;
}
div#main div#site_content div.calendar_wrapper a.button.skip.left.calendarSkip {
  display: block;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 20000;
  background-image: url(/assets/_img/_layout/arrow_c_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div#site_content div.calendar_wrapper a.button.skip.right.calendarSkip {
  display: block;
  position: absolute;
  right: 22px;
  top: 0px;
  z-index: 20000;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div#site_content div.calendar_wrapper a.button.skip.left.calendarSkip:hover {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
}
div#main div#site_content div.calendar_wrapper a.button.skip.right.calendarSkip:hover {
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
}
div.calendar_table {
  padding-left: 33px;
  width: 194px;
  height: 199px;
  margin-bottom: 11px;
}
div.continuous.column2.events {
  width: 455px;
  padding: 0px;
}
div#main.columns_4 div.continuous.column2.events,
div#main.columns_3 div.continuous.column2.events,
div#main.columns_4 div.continuous.column2.events {
  width: 233px;
  margin-left: 0px;
}
div#main div#site_content div.continuous.column2 div.calendar_table,
div#main div#site_content div.continuous.column2 div.calendar_wrapper {
  padding-left: 11px;
  width: 189px;
  float: left;
  margin-right: 11px;
}
div#main div#site_content div.continuous.column2.event {
  width: 222px;
  float: left;
  padding: 0px;
  margin: 0px;
  padding-top: 0px;
}
div#main.columns_1 div#site_content div.continuous.column2.event {
  float: none;
  clear: left;
  padding-left: 14px;
  padding-bottom: 22px;
}
div#main div#site_content div.continuous.column2.event h3 {
  margin-top: 0px;
  padding-top: 0px;
}
div.continuous.column2 div.boxes {
  clear: none;
  width: 222px;
  float: left;
}
div.calendar_table h3 {
  padding-left: 0px;
}
table.calendar {
  font-size: 0.75em;
  margin-left: -5px;
}
table.calendar th {
  font-weight: bold;
  padding: 5px;
  text-align: left;
  width: 12px;
  height: 12px;
  display: block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
table.calendar td {
  display: block;
  float: left;
  padding: 5px;
  width: 12px;
  height: 12px;
  text-align: right;
  line-height: 12px;
  margin-right: 3px;
  margin-bottom: 3px;
  overflow: visible;
}
table.calendar td.today {
  background-color: #181F25;
  color: #FFFFFF;
}
table.calendar td a.event {
  color: #0092D0;
  font-weight: bold;
}
table.calendar td a strong {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #0092D0;
  color: #FFFFFF;
  line-height: 22px;
  margin-left: -5px;
  margin-top: -5px;
  text-align: center;
}
div#main div.continuous.column2.events div.calendar_table,
div#main div.continuous.column2.events div.calendar_wrapper {
  padding-left: 0px;
  width: 222px;
  padding-bottom: 22px;
}
div#main.columns_4 div#site_content div.calendar_table,
div#main.columns_4 div#site_content div.calendar_wrapper {
  width: 222px;
  float: left;
  margin-right: 11px;
  margin-left: 0px;
  padding-left: 0px;
}
ul.calendar_event_preview {
  display: none;
}
div#calendar_event_preview {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 222px;
  min-height: 94px;
  background-color: #E9EFF2;
  font-size: 0.8125em;
  text-align: left;
  opacity: 0.95;
}
div#calendar_event_preview ul {
  margin: 0px;
  padding: 11px;
  list-style-type: none;
}
div#calendar_event_preview ul li {
  margin-bottom: 12px;
  background-image: url(/assets/_img/_layout/bulletpoint.png);
  background-repeat: no-repeat;
  background-position: 2px 6px;
  padding-left: 16px;
}
div#calendar_event_preview a {
  color: #059DD5;
}
/* --------------------------------------------------------------------- Courses */
div#main.columns_3 div.teaser.courses div.text {
  height: 304px;
}
div#main.columns_3 div.teaser.courses div.box.text,
div#main.columns_3 div.teaser.courses_on_demand div.box.text {
  height: auto;
}
div#main.columns_3 div.teaser.courses_on_demand div.text {
  height: 210px;
  width: 222px;
}
div#main table.courses {
  width: 921px;
}
div#main.columns_4 table.courses,
div#main.columns_3 table.courses {
  width: 688px;
}
div#main.columns_2 table.courses {
  width: 390px;
}
div#main.columns_1 table.courses {
  width: 278px;
}
div#main table.courses tr th {
  font-size: 0.8125em;
  font-weight: bold;
  border-bottom: 1px solid #B9BBBD;
  padding: 11px 11px 11px 0px;
}
div#main table.courses th.date {
  width: 200px;
  padding-left: 22px;
}
div#main table.courses th.repeated {
  width: 200px;
  padding-left: 22px;
}
div#main table.courses tr td {
  border-bottom: 1px solid #B9BBBD;
  padding: 11px 11px 11px 0px;
  vertical-align: top;
}
div#main.columns_1 table.courses tr.th {
  display: none;
}
div#main.columns_1 table.courses tr th,
div#main.columns_1 table.courses tr td {
  display: block;
  width: 222px;
  clear: both;
  float: none;
  border-bottom: none;
  padding: 0px;
}
div#main table.courses td.title {
  width: 455px;
}
div#main.columns_1 table.courses td.title {
  padding-top: 11px;
}
div#main table.courses td.date {
  width: 200px;
  padding-left: 22px;
}
div#main table.courses td.repeated {
  width: 200px;
  padding-left: 22px;
}
div#main.columns_1 table.courses td.repeated {
  border-bottom: 1px solid #B9BBBD;
  padding-bottom: 11px;
}
div#main table.courses tr td a {
  color: #0092D0;
}
div#main table.courses tr td.title a {
  color: #0092D0;
  font-weight: bold;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  background-position: right 45%;
  padding-right: 12px;
  margin-right: 2px;
}
/* --------------------------------------------------------------------- ISOS Events */
div#main.columns_2 div.text.isos_events_courses img.isos_events {
  margin-left: -33px;
}
div#main.columns_1 div.text.isos_events_courses img.isos_events {
  display: none;
}
div#main div.text.isos_events_courses img.isos_events_small {
  display: none;
}
div#main.columns_1 div.text.isos_events_courses img.isos_events_small {
  display: block;
}
div.isos.events_teaser {
  clear: both;
  float: none;
  margin-left: 233px;
  margin-bottom: 22px;
}
div.isos.events_teaser div.hr {
  margin-top: 11px;
}
div#main.columns_4 div.isos.events_teaser {
  width: 699px;
}
div#main.columns_3 div.isos.events_teaser {
  width: 699px;
  margin-left: 0px;
}
div#main.columns_2 div.isos.events_teaser {
  width: 466px;
  margin-left: 0px;
}
div#main.columns_1 div.isos.events_teaser {
  width: 222px;
  margin-left: 28px;
}
div#main.columns_1 div.isos.events_teaser div.hr {
  width: 222px;
}
/* --------------------------------------------------------------------- LV Overview */
div#main div.lv_status {
  font-size: 0.75em;
  padding: 11px 0px 11px 0px;
}
div#main.columns_2 div.lv_status {
  padding-left: 33px;
}
div#main div.lv_skip {
  font-size: 0.685em;
  padding: 11px 0px 11px 0px;
  color: #FFFFFF;
  width: 688px;
}
div#main.columns_2 div.lv_skip {
  width: 390px;
}
div#main.columns_1 div.lv_skip {
  width: 235px;
}
div#main div.lv_skip a {
  float: left;
  display: block;
  height: 19px;
  width: 22px;
  padding-top: 3px;
  line-height: 19px;
  text-align: center;
  color: #0599D2;
  background-color: #E9EFF2;
  margin-right: 4px;
  margin-bottom: 4px;
}
div#main div.lv_skip a:hover {
  color: #FFFFFF;
  background-color: #0599D2;
}
div#main div.lv_skip span.back a {
  background-image: url(/assets/_img/_layout/arrow_c_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div.lv_skip span.next a {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div.lv_skip span.back a:hover {
  background-image: url(/assets/_img/_layout/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div.lv_skip span.next a:hover {
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#main div.lv_skip span.back span.text,
div#main div.lv_skip span.next span.text {
  display: none;
}
div#main div.lv_skip span.back_disabled,
div#main div.lv_skip span.next_disabled {
  display: none;
}
div#main div.lv_skip a.current {
  color: #FFFFFF;
  background-color: #181F25;
}
div.lv_overview {
  width: 699px;
  padding-bottom: 55px;
}
div#main div.lv_overview div.hr {
  width: 688px;
}
div.lv_overview div.lv_item {
  padding: 11px 0px 11px 0px;
}
div.lv_overview div.box.image {
  margin-top: 7px;
}
div#main div.lv_overview div.box.image.no_image {
  background-color: #F4F7F8;
  background-image: none;
}
div#main div.lv_overview div.box.image a {
  background-image: none;
}
div.lv_overview div.text {
  float: left;
}
div.lv_overview div.lv_item h2 {
  max-width: 380px;
}
div#main.columns_6 div.lv_overview,
div#main.columns_5 div.lv_overview {
  margin-left: 233px;
  width: 932px;
}
div#main.columns_4 div.lv_overview {
  margin-left: 0px;
}
div#main.columns_2 div.lv_overview {
  width: 466px;
}
div#main.columns_2 div.lv_overview h2,
div#main.columns_2 div.lv_overview div.image,
div#main.columns_2 div.lv_overview div.lv_skip {
  margin-left: 33px;
}
div#main.columns_1 div.lv_overview {
  width: 222px;
}
div#main.columns_2 div.lv_overview div.hr {
  width: 455px;
}
div#main.columns_1 div.lv_overview div.hr {
  width: 222px;
}
div#main.columns_1 div.lv_overview {
  margin-left: 28px;
}
div#main.columns_1 div#site_content div.lv_overview div.lv_item div.text {
  width: 222px;
  padding-left: 0px;
}
div#main.columns_4 div.lv_overview {
  margin-left: 233px;
}
div#main.columns_2 div.lv_overview div.lv_item h3 {
  margin-left: 33px;
}
div#main.columns_2 div.lv_overview div.lv_item div.text h3 {
  margin-left: 0px;
}
/* --------------------------------------------------------------------- LV Accordeon */
div#main div.lv_overview div.lv_item div.accordeon-content {
  display: none;
}
div#main div.lv_overview div.lv_item a.more.accordeon {
  font-size: 0.8125em;
  color: #1187C6;
  background: none;
  font-weight: bold;
  float: right;
}
div#main.columns_6 div.lv_overview div.lv_item a.more.accordeon,
div#main.columns_5 div.lv_overview div.lv_item a.more.accordeon {
  margin-right: 233px;
}
div#main div.lv_overview div.lv_item a.more.accordeon span {
  display: block;
  padding-right: 14px;
  float: left;
}
div#main div.lv_overview div.lv_item a.more.accordeon span.open {
  background: url(/assets/_img/_layout/arrow_c_down.svg) no-repeat center right;
}
div#main div.lv_overview div.lv_item a.more.accordeon span.close {
  background: url(/assets/_img/_layout/arrow_c_up.svg) no-repeat center right;
  display: none;
}
/* --------------------------------------------------------------------- NEWS */
div#main.columns_6 div.date,
div#main.columns_5 div.date {
  margin-left: 233px;
}
div#main.columns_6 h3.date,
div#main.columns_5 h3.date {
  margin-left: -233px;
}
div#main.columns_4 div.date {
  margin-left: 0px;
}
div#main.columns_4 h3.date,
div#main.columns_3 h3.date {
  margin-left: 0px;
}
div#main.columns_2 h3.date {
  margin-left: 35px;
}
div#main.columns_1 h3.date {
  margin-left: 28px;
}
/* --------------------------------------------------------------------- Content Footer */
div.content_footer {
  border-top: 1px solid #B9BBBD;
  height: 22px;
  margin-right: 11px;
  clear: both;
}
div#main.columns_6 div.content_footer,
div#main.columns_5 div.content_footer {
  width: 1154px;
}
div#main.columns_4 div.content_footer {
  width: 921px;
}
div#main.columns_3 div.content_footer {
  width: 688px;
}
div#main.columns_2 div.content_footer {
  width: 455px;
}
div#main.columns_1 div.content_footer {
  width: 276px;
}
div.content_footer a#to_top {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #E9EFF2;
  background-image: url(/assets/_img/_layout/arrow_c_up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0px;
  margin-top: 11px;
  float: right;
}
div.content_footer a#to_top:hover {
  background-color: #0599D2;
  background-image: url(/assets/_img/_layout/arrow_up.svg);
  background-repeat: no-repeat;
}
div.content_footer a.imprint {
  display: block;
  width: 200px;
  color: #69C4E4;
  margin-top: 11px;
  font-size: 0.6875em;
}
div.content_footer a.imprint:hover {
  color: #0092D0;
}
/* --------------------------------------------------------------------- MEMBERLIST */
div#main.columns_6 div.text.continuous.memberlist,
div#main.columns_5 div.text.continuous.memberlist,
div#main.columns_6 div.memberlist,
div#main.columns_5 div.memberlist {
  width: 932px;
}
div#main.columns_4 div.text.continuous.memberlist,
div#main.columns_4 div.memberlist {
  width: 699px;
}
div#main.columns_3 div.text.continuous.memberlist,
div#main.columns_3 div.memberlist {
  width: 466px;
}
div#main.columns_2 div.text.continuous.memberlist,
div#main.columns_2 div.memberlist {
  width: 466px;
  padding: 0px;
}
div#main.columns_2 div.text.continuous.contact {
  width: 466px;
  padding: 0px;
  padding-bottom: 22px;
}
div#main.columns_1 div.text.continuous.memberlist,
div#main.columns_1 div.memberlist {
  width: 233px;
}
div#main.columns_1 div.text.continuous.contact {
  width: 233px;
  padding-bottom: 22px;
}
div#main.columns_1 div.text.continuous.contact div.hr {
  width: 222px;
}
div#main.columns_6 div.text.continuous.contact.home,
div#main.columns_5 div.text.continuous.contact.home,
div#main.columns_6 div.text.continuous.contact.home div.memberlist,
div#main.columns_5 div.text.continuous.contact.home div.memberlist {
  width: 699px;
}
div#main.columns_6 div.text.continuous.contact.home div.hr,
div#main.columns_5 div.text.continuous.contact.home div.hr {
  width: 688px;
}
div#main.columns_4 div.text.continuous.contact.home,
div#main.columns_4 div.text.continuous.contact.home div.memberlist {
  width: 466px;
}
div#main.columns_4 div.text.continuous.contact.home div.hr {
  width: 455px;
}
div#main.columns_2 div.text.continuous.contact.home {
  width: 466px;
  padding: 0px;
  padding-bottom: 22px;
}
div#main.columns_1 div.text.continuous.contact.home {
  width: 233px;
  padding-bottom: 22px;
}
div#main.columns_1 div.text.continuous.contact.home div.hr {
  width: 222px;
}
div.memberlist div.member {
  margin-bottom: 11px;
  width: 222px;
  margin-right: 11px;
  float: left;
  height: 94px;
}
div.memberlist div.image {
  width: 70px;
  height: 94px;
  float: left;
  margin-right: 11px;
  background-color: #EEEEEE;
}
div.memberlist div.image a {
  display: block;
  width: 70px;
  height: 94px;
}
div.memberlist div.text {
  width: 120px;
  height: 94px;
  height: auto;
  float: left;
  line-height: 135%;
}
div#main.columns_2 div#site_content div.memberlist div.text,
div#main.columns_1 div#site_content div.memberlist div.text {
  width: 120px;
  padding: 0px;
  padding-left: 0px;
}
div.memberlist div.text span.phone a {
  display: inline;
  padding: 0px;
  margin: 0px;
}
div.memberlist div.text a.name {
  font-size: 0.8125em;
  padding-bottom: 5px;
  line-height: 110%;
}
div.memberlist div.text span.institute {
  display: block;
  font-size: 0.6875em;
  color: #999999;
  line-height: 135%;
  padding-bottom: 5px;
}
div.memberlist div.text span.contact {
  display: block;
  font-size: 0.6875em;
  color: #999999;
  line-height: 150%;
}
div.memberlist div.text a {
  color: #0092D0;
  border-bottom: none;
  display: block;
  margin: 0px;
}
div.memberlist div.text span.institute a {
  color: #999999;
}
div#main div.memberlist div.text span.institute a.extern_link {
  padding-bottom: 12px;
  background-position: left bottom;
  padding-right: 0px;
}
div.memberlist div.text span.institute a:hover {
  color: #0092D0;
}
div.text p.letters {
  color: #728EB0;
}
div.text p.letters a {
  color: #0092D0;
  background-image: none;
  padding-right: 0px;
}
div.text p.letters a strong {
  color: #181F25;
}
select.memberfilter {
  width: 160px;
  margin: 0px 11px 11px 0px;
}
div#main.columns_6 div#continuous.memberdetails,
div#main.columns_5 div#continuous.memberdetails,
div#main.columns_4 div#continuous.memberdetails {
  margin-left: 233px;
}
div#main.columns_6 div#continuous.memberdetails h1,
div#main.columns_5 div#continuous.memberdetails h1 {
  margin-left: 0px;
}
div#main div#continuous div.memberdetails div.image {
  float: left;
  width: 222px;
  margin-right: 11px;
}
div#main div#continuous div.memberdetails div.text {
  float: left;
  width: 455px;
  margin-right: 0px;
}
div#main.columns_2 div#continuous div.memberdetails div.text,
div#main.columns_1 div#continuous div.memberdetails div.text {
  float: left;
  width: 222px;
  margin-right: 0px;
}
div#main div#site_content div.memberdetails div.image.small,
div#main.columns_1 div#site_content div.memberdetails div.image,
div#main.columns_2 div#site_content div.memberdetails div.image {
  display: none;
}
div#main.columns_1 div#site_content div.memberdetails div.image.small,
div#main.columns_2 div#site_content div.memberdetails div.image.small {
  display: block;
  height: 94px;
  padding-left: 28px;
  width: 70px;
  padding-bottom: 0px;
}
div#main.columns_2 div#site_content div.memberdetails div.text {
  padding-left: 0px;
  width: 300px;
}
div#main.columns_1 div#site_content div.memberdetails div.text {
  padding-left: 0px;
  width: 170px;
}
/* --------------------------------------------------------------------- CONTACT */
div#main div#site_content div.column1.contact {
  padding: 0px;
  float: left;
  width: 688px;
}
div#main div#site_content div.column1.contact h1,
div#main div#site_content div.column2.contact h1 {
  margin-left: 0px;
}
div#main div#site_content div.column1.contact div.memberlist {
  width: 699px;
}
div#main div#site_content div.column1.contact div.hr {
  width: 688px;
}
div#main div#site_content div.column1.contact.no_subnavigation {
  width: 921px;
}
div#main div#site_content div.column1.contact.no_subnavigation div.memberlist {
  width: 932px;
}
div#main div#site_content div.column1.contact.no_subnavigation div.hr {
  width: 921px;
}
div#main.columns_4 div#site_content div.column1.contact {
  padding: 0px;
  float: left;
  width: 455px;
}
div#main.columns_4 div#site_content div.column2.contact {
  margin-left: 0px;
}
div#main.columns_4 div#site_content div.column1.contact div.memberlist {
  width: 466px;
}
div#main.columns_4 div#site_content div.column1.contact div.hr {
  width: 455px;
}
div#main.columns_4 div#site_content div.column1.contact.no_subnavigation {
  width: 688px;
}
div#main.columns_4 div#site_content div.column1.contact.no_subnavigation div.memberlist {
  width: 699px;
}
div#main.columns_4 div#site_content div.column1.contact.no_subnavigation div.hr {
  width: 688px;
}
div#main.columns_3 div#site_content div.column1.contact {
  padding: 0px;
  float: left;
  width: 455px;
}
div#main.columns_3 div#site_content div.column1.contact div.memberlist {
  width: 466px;
}
div#main.columns_3 div#site_content div.column1.contact div.hr {
  width: 455px;
}
div#main.columns_3 div#site_content div.column1.contact.no_subnavigation {
  width: 455px;
}
div#main.columns_3 div#site_content div.column1.contact.no_subnavigation div.memberlist {
  width: 466px;
}
div#main.columns_3 div#site_content div.column1.contact.no_subnavigation div.hr {
  width: 455px;
}
div#main.columns_2 div#site_content div.column1.contact {
  padding: 0px;
  float: none;
  width: 455px;
}
div#main.columns_2 div#site_content div.column1.contact div.memberlist {
  width: 466px;
}
div#main.columns_2 div#site_content div.column1.contact div.hr {
  width: 455px;
}
div#main.columns_2 div#site_content div.column1.contact.no_subnavigation {
  width: 455px;
}
div#main.columns_2 div#site_content div.column1.contact.no_subnavigation div.memberlist {
  width: 466px;
}
div#main.columns_2 div#site_content div.column1.contact.no_subnavigation div.hr {
  width: 455px;
}
div#main.columns_1 div#site_content div.column1.contact {
  padding: 0px;
  float: none;
  width: 278px;
}
div#main.columns_1 div#site_content div.column1.contact div.memberlist {
  width: 278px;
}
div#main.columns_1 div#site_content div.column1.contact div.hr {
  width: 278px;
}
div#main.columns_1 div#site_content div.column1.contact.no_subnavigation {
  width: 278px;
}
div#main.columns_1 div#site_content div.column1.contact.no_subnavigation div.memberlist {
  width: 278px;
}
div#main.columns_1 div#site_content div.column1.contact.no_subnavigation div.hr {
  width: 278px;
}
div#main div#site_content div.column2.contact {
  padding: 0px;
  float: left;
}
div#main div#site_content div.column2.contact div.contactbox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E9EFF2;
  padding: 20px;
  margin-bottom: 22px;
  color: #181F25;
  float: left;
}
div#main div#site_content div.column2.contact div.contactbox p {
  line-height: 140%;
}
div#main div#site_content div.column2.contact div.contactbox.left {
  margin-right: 11px;
}
div#main div#site_content div.column2.contact div.contactbox h3 {
  padding-top: 0px;
  margin-top: 0px;
}
div#main div#site_content div.column2.contact div.contactbox a {
  color: #0092D0;
  border-bottom: none;
}
div#main div#site_content div.column2.contact div.contactbox a:hover {
  color: #181F25;
}
div#main.columns_2 div#site_content div.column2.contact {
  width: 455px;
  float: none;
  padding: 0px;
  clear: left;
}
div#main.columns_1 div#site_content div.column2.contact {
  width: 278px;
  float: none;
  padding: 0px;
  clear: left;
}
/* --------------------------------------------------------------------- NO SUBNAVIGATION */
div#main div#site_content h1.no_subnavigation {
  margin-left: 0px;
}
div#main div#site_content div.column1.no_subnavigation {
  margin-left: 0px;
}
div#main div#site_content div.column2.no_subnavigation {
  margin-left: 0px;
}
/* --------------------------------------------------------------------- GALLERY */
div#main div.teaser div.image a.openGallery {
  display: block;
  background-color: #E9EFF2;
  height: 20px;
  line-height: 20px;
  padding-top: 2px;
  text-align: center;
  position: absolute;
  background-position: 92% center;
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
  background-repeat: no-repeat;
  bottom: 11px;
  right: 11px;
  padding-right: 6%;
  padding-left: 11px;
  color: #0599D2;
  font-size: 0.75em;
  font-weight: bold;
}
div#main div.teaser div.image a.openGallery:hover {
  color: #FFFFFF;
  background-color: #0599D2;
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
}
div#main.columns_2 a.openGallery,
div#main.columns_1 a.openGallery {
  display: none;
}
div.gallery {
  display: none;
  background-color: #181F25;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
div#main.columns_2 div.gallery,
div#main.columns_1 div.gallery {
  display: none;
}
div#main div.gallery a.skip {
  display: none;
}
div#main div.gallery a.skip.left {
  top: 48%;
  left: 40px;
}
div#main div.gallery a.skip.right {
  top: 48%;
  right: 40px;
}
div.gallery div.gallery_wrapper {
  display: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  position: relative;
  height: 607px;
}
div.gallery div.gallery_images_wrapper {
  position: absolute;
  width: 1000000px;
}
div.gallery div.gallery_images_wrapper div.gallery_thumbnail {
  float: left;
  margin-right: 11px;
  margin-bottom: 11px;
}
div#main div.gallery div.gallery_images_wrapper div.gallery_image {
  float: left;
}
div.gallery div.gallery_images_wrapper div.gallery_image div.image {
  width: 607px;
  float: left;
}
div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.image {
  width: 455px;
}
div.gallery div.gallery_images_wrapper div.gallery_image div.text {
  float: left;
  padding-top: 22px;
  width: 607px;
  position: relative;
}
div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text {
  width: 444px;
  padding-left: 11px;
}
div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text div.text_wrapper {
  position: absolute;
  bottom: 22px;
  left: 11px;
  width: 433px;
}
div.gallery div.gallery_images_wrapper div.gallery_image div.text h3 {
  color: #FFFFFF;
}
div.gallery div.gallery_images_wrapper div.gallery_image div.text p {
  color: #FFFFFF;
}
div#main div.gallery div.video {
  display: none;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div.gallery a.close {
  right: 40px;
  top: 40px;
}
div#main.columns_6 div.gallery div.gallery_wrapper,
div#main.columns_6 div.gallery div.gallery_images_wrapper div.gallery_image,
div#main.columns_6 div.gallery div.video {
  width: 921px;
}
div#main.columns_5 div.gallery div.gallery_wrapper,
div#main.columns_5 div.gallery div.gallery_images_wrapper div.gallery_image,
div#main.columns_5 div.gallery div.video {
  width: 688px;
}
div#main.columns_4 div.gallery div.gallery_wrapper,
div#main.columns_4 div.gallery div.gallery_images_wrapper div.gallery_image,
div#main.columns_4 div.gallery div.video {
  width: 921px;
}
div#main.columns_3 div.gallery div.gallery_wrapper,
div#main.columns_3 div.gallery div.gallery_images_wrapper div.gallery_image,
div#main.columns_3 div.gallery div.video {
  width: 688px;
}
div#main.columns_5 div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text,
div#main.columns_3 div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text {
  width: 200px;
}
div#main.columns_5 div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text div.text_wrapper,
div#main.columns_3 div.gallery div.gallery_images_wrapper div.gallery_image.portrait div.text div.text_wrapper {
  width: 200px;
}
div#main.columns_4 div.gallery a.skip.left,
div#main.columns_3 div.gallery a.skip.left {
  left: 11px;
}
div#main.columns_4 div.gallery a.skip.right,
div#main.columns_3 div.gallery a.skip.right {
  right: 11px;
}
div#main.columns_4 div.gallery a.close,
div#main.columns_3 div.gallery a.close {
  right: 11px;
  top: 11px;
}
div#main.columns_2 div.gallery,
div#main.columns_1 div.gallery {
  display: none;
}
/* --------------------------------------------------------------------- ISOS */
div#main div.teaser.isos {
  width: 455px;
  float: left;
  margin-right: 11px;
  margin-bottom: 0px;
  padding-bottom: 22px;
}
div#main div.teaser.isos h1 {
  margin-left: 0px;
  max-width: 444px;
}
div#main.columns_4 div.teaser.isos {
  width: 932px;
  margin-right: 0px;
  padding-bottom: 0px;
}
div#main.columns_2 div.teaser.isos {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #B9BBBD;
  width: 455px;
}
div#main.columns_1 div.teaser.isos {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #B9BBBD;
  width: 276px;
}
div#main div.events.home.isos {
  position: absolute;
  left: 932px;
  top: 5px;
  width: 222px;
  margin-right: 0px;
  padding: 0px;
  margin-top: 0px;
}
div#main div.course {
  padding-left: 33px;
  width: 189px;
  padding-bottom: 22px;
}
div#main div.course h3 {
  color: #0092D0;
}
div#main div.course h3 a {
  color: #0092D0;
}
div#main div.events.home.isos h1 {
  margin-left: 0px;
}
div#main.columns_6 div#site_content div.events.home.isos,
div#main.columns_5 div#site_content div.events.home.isos {
  margin-top: 0px;
  width: 222px;
  padding-bottom: 55px;
}
div#main.columns_6 div#site_content div.events.home.isos div.calendar_table,
div#main.columns_5 div#site_content div.events.home.isos div.calendar_table,
div#main.columns_6 div#site_content div.events.home.isos div.calendar_wrapper,
div#main.columns_5 div#site_content div.events.home.isos div.calendar_wrapper {
  float: none;
}
div#main.columns_6 div#site_content div.events.home.isos div.event_list,
div#main.columns_5 div#site_content div.events.home.isos div.event_list {
  float: none;
  width: 200px;
  padding-left: 33px;
}
div#main.columns_4 div#site_content div.events.home.isos {
  position: absolute;
  left: 699px;
  top: 330px;
  width: 222px;
  margin-top: 0px;
}
div#main.columns_4 div#site_content div.events.home.isos div.calendar_table,
div#main.columns_4 div#site_content div.events.home.isos div.calendar_wrapper {
  float: none;
  padding-left: 33px;
  width: 189px;
}
div#main.columns_4 div#site_content div.events.home.isos div.event_list {
  float: none;
  width: 200px;
  padding-left: 33px;
}
div#main.columns_3 div#site_content div.events.home.isos {
  position: absolute;
  left: 466px;
  top: 5px;
  width: 222px;
}
div#main.columns_3 div#site_content div.events.home.isos div.event_list {
  float: none;
  width: 200px;
  padding-left: 33px;
}
div#main.columns_2 div#site_content div.events.home.isos {
  position: relative;
  float: none;
  clear: left;
  width: 455px;
  left: 0px;
  top: 0px;
  border-top: 1px solid #B9BBBD;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
div#main.columns_2 div#site_content div.events.home.isos div.calendar_table,
div#main.columns_2 div#site_content div.events.home.isos div.calendar_wrapper {
  float: left;
  padding-left: 33px;
  width: 189px;
}
div#main.columns_2 div#site_content div.events.home.isos div.event_list {
  float: left;
  width: 189px;
  padding-left: 0px;
}
div#main.columns_1 div#site_content div.events.home.isos {
  position: relative;
  width: 222px;
  left: 0px;
  top: 0px;
  clear: both;
  padding-bottom: 22px;
}
div#main.columns_1 div#site_content div.events.home.isos div.event_list {
  float: none;
  padding-left: 33px;
  width: 222px;
}
div#main div#site_content div.events.home.isos div.event_list div.event {
  float: none;
}
div#main div#site_content div.events.home.isos p.all {
  left: 33px;
}
div#main.columns_4 div#site_content div.events.home.isos p.all,
div#main.columns_3 div#site_content div.events.home.isos p.all {
  display: block;
  position: relative;
  padding-top: 22px;
  bottom: 0px;
}
div#main.columns_2 div#site_content div.events.home.isos p.all {
  left: 233px;
  bottom: 0px;
}
div#main.columns_1 div#site_content div.events.home.isos p.all {
  position: relative;
  left: 33px;
  bottom: 0px;
}
div#main div.news.isos {
  position: relative;
  float: left;
  width: 699px;
  margin-left: 233px;
  padding-bottom: 11px;
}
div#main div.news.isos h1 {
  margin-left: 0px;
}
div#main.columns_4 div.news.isos {
  width: 233px;
  float: left;
}
div#main.columns_3 div.news.isos,
div#main.columns_2 div.news.isos {
  clear: left;
  width: 233px;
  float: left;
  margin-left: 0px;
}
div#main.columns_1 div.news.isos {
  clear: left;
  border-bottom: 1px solid #B9BBBD;
  width: 243px;
  margin-left: 0px;
  padding-left: 33px;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
div#main.columns_1 div.news.isos h1 {
  margin-left: -33px;
}
div.courseteaser {
  margin-left: 233px;
  width: 233px;
  padding-bottom: 11px;
}
div#main div.courseteaser h1 {
  margin-left: 0px;
}
div#main.columns_6 div.courseteaser,
div#main.columns_5 div.courseteaser {
  position: absolute;
  top: 5px;
  left: 699px;
  width: 233px;
  margin-left: 0px;
}
div#main.columns_4 div.courseteaser,
div#main.columns_3 div.courseteaser,
div#main.columns_2 div.courseteaser {
  position: relative;
  float: left;
  width: 222px;
  margin-left: 0px;
}
div#main.columns_1 div.courseteaser {
  position: relative;
  clear: left;
  border-bottom: 1px solid #B9BBBD;
  width: 243px;
  margin-left: 0px;
  padding-left: 33px;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
div#main.columns_1 div.courseteaser h1 {
  margin-left: -33px;
}
div.essential_info {
  clear: left;
  margin-left: 233px;
  width: 466px;
  padding-top: 22px;
}
div#main.columns_4 div.essential_info {
  min-height: 250px;
}
div#main.columns_2 div.essential_info {
  border-top: 1px solid #B9BBBD;
  padding-top: 22px;
  width: 455px;
}
div#main.columns_1 div.essential_info {
  border-top: 1px solid #B9BBBD;
  padding-top: 22px;
  width: 276px;
}
div#main.columns_3 div.essential_info,
div#main.columns_2 div.essential_info,
div#main.columns_1 div.essential_info {
  margin-left: 0px;
}
/* --------------------------------------------------------------------- WORKSPACE */
a#workspace {
  display: block;
  position: absolute;
  right: -2px;
  top: 40px;
  background-image: url(/assets/_img/_layout/button_workspace_with_text_c.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 22px;
  height: 100px;
  z-index: 99000;
}
a#workspace:hover {
  background-image: url(/assets/_img/_layout/button_workspace_with_text_c_hover.png);
  background-repeat: no-repeat;
}
div#workspace_content {
  position: absolute;
  right: -222px;
  top: 40px;
  width: 222px;
  height: 500px;
  background-image: url(/assets/_img/_layout/button_workspace.png);
  background-repeat: no-repeat;
}
div#main div#workspace_content h1 {
  background-image: none;
  margin-left: 0px;
}
div#main div#workspace_content h3 {
  padding-left: 36px;
  margin-bottom: 2px;
}
div#main div#workspace_content h3.cyan {
  margin-bottom: 16px;
}
div#main div#workspace_content p {
  font-size: 0.75em;
  padding-left: 36px;
  color: #CCCCCC;
  margin-bottom: 2em;
}
div#main div#workspace_content ul {
  font-size: 0.75em;
  padding-left: 36px;
  list-style-type: none;
  margin-bottom: 2em;
}
div#main div#workspace_content ul span.delete {
  display: none;
}
div#main div#workspace_content a {
  color: #0092D0;
}
div#main div#workspace_content li a {
  padding-right: 11px;
}
div#main div#workspace_content li:hover a {
  color: #191F26;
}
div#main div#workspace_content li:hover span.delete a {
  color: #0092D0;
}
div#main div#workspace_content li span.delete a:hover {
  color: #FF8DA2;
}
div#main div#workspace_content form {
  position: relative;
  margin: 0px;
  padding: 0px;
  padding-left: 36px;
  height: 66px;
}
div#main div#workspace_content form input.text {
  position: absolute;
  left: 36px;
  background-color: #171D23;
  height: 22px;
  border: none;
  width: 150px;
  color: #FFFFFF;
  padding-left: 11px;
  padding-right: 11px;
  line-height: 22px;
  margin-left: -2px;
  text-transform: uppercase;
  font-size: 0.625em;
  margin-bottom: 5px;
}
div#main div#workspace_content form input#username {
  top: 0px;
}
div#main div#workspace_content form input#password {
  top: 27px;
}
div#main div#workspace_content form input.submit {
  position: absolute;
  background-color: #171D23;
  height: 22px;
  width: 22px;
  border: none;
  color: #FFFFFF;
  margin-left: -1px;
  margin-bottom: 5px;
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  left: 184px;
  top: 27px;
}
div#main div#workspace_content div.error {
  margin-left: 33px;
  padding: 11px;
  padding-bottom: 11px;
}
div#main div#workspace_content div.error p {
  padding: 0px;
  margin-bottom: 0px;
}
div#main div#workspace_content div.user h3 {
  background-image: url(/assets/_img/_layout/icon_user.png);
  background-repeat: no-repeat;
  padding-left: 36px;
  line-height: 24px;
}
div#main div#workspace_content div.user ul li.change_data {
  background-image: url(/assets/_img/_layout/icon_change_data.png);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 17px;
}
div#main div#workspace_content div.user ul li.logout {
  background-image: url(/assets/_img/_layout/icon_logout.png);
  background-repeat: no-repeat;
  background-position: 2px 2px;
  padding-left: 18px;
}
/* --------------------------------------------------------------------- FOOTER */
div#footer {
  position: absolute;
  bottom: 0px;
  /* background-image:url(/assets/_img/_layout/logos_footer.png); */
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 34px;
  padding-bottom: 22px;
  margin-left: -40px;
  text-align: center;
}
div#main.columns_1 div#footer {
  /* background-image:url(/assets/_img/_layout/logos_footer_small.png); */
  background-repeat: no-repeat;
}
div#footer div.logos {
  width: 423px;
  margin-left: auto;
  margin-right: auto;
}
div#footer div.logos a {
  float: left;
  display: block;
}
div#footer div.logos a img {
  border: none;
}
div#footer div.logos a.extern_link {
  background-image: none;
  padding-right: 0px;
}
div#main.columns_1 div#footer div.logos {
  width: 297px;
}
div#main.columns_1 div#footer div.logos a img {
  width: 70%;
  height: 70%;
}
/* --------------------------------------------------------------------- HOMEPAGE 2016 */
div#site_content.home.v2 div.hr {
  width: auto !important;
  margin-right: 11px;
}
div#main.columns_1 div#site_content.home.v2 div.hr {
  width: 276px !important;
}
div.fo-highlights {
  width: 1165px;
}
div#main.columns_4 div.fo-highlights {
  width: 932px;
}
div#main.columns_3 div.fo-highlights {
  width: 699px;
}
div#main.columns_2 div.fo-highlights {
  width: 466px;
}
div#main.columns_1 div.fo-highlights {
  width: 286px;
}
div.fo-highlights h1 span {
  color: #0092D0;
}
div.fo-highlights h2,
div.fo-highlights h3,
div.fo-highlights p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
div.highlight.latest {
  width: 100%;
  padding: 0 0 33px 0;
  margin: 0;
}
div.highlight.latest div.image {
  float: left;
  width: 688px;
  height: 199px;
  overflow: hidden;
  margin-right: 22px;
}
div#main.columns_4 div.highlight.latest div.image,
div#main.columns_2 div.highlight.latest div.image {
  width: 455px;
}
div#main.columns_1 div.highlight.latest div.image {
  display: none;
}
div#main.columns_1 div.highlight.latest div.image.small {
  display: block;
  width: 222px;
  height: 94px;
  float: none;
}
div.highlight.latest div.image img {
  width: 100%;
  height: auto;
}
div.highlight.latest div.image.small {
  display: none;
}
div.highlight.latest div.text {
  float: left;
  width: 411px;
  padding: 0 0 0 0;
}
div#main.columns_3 div.highlight.latest div.text,
div#main.columns_2 div.highlight.latest div.text,
div#main.columns_1 div.highlight.latest div.text {
  float: none;
  clear: left;
  padding-top: 22px;
}
div.highlight.latest div.text a:hover {
  color: #171D1F;
}
div.highlight.latest div.text h3 {
  font-weight: bold;
}
div#main.columns_1 div.highlight.latest div.text h3 {
  display: block;
  margin: 0;
}
div.highlight.latest div.text a {
  border: none;
  background: none;
  padding-right: 0;
}
div.highlight {
  width: 222px;
  float: left;
  margin-right: 11px;
  padding: 33px 0 33px 0;
}
div#main.columns_1 div.highlight {
  padding: 22px 0 0 0;
}
div#main.columns_1 div.highlight.pos3 {
  padding: 22px 0 33px 0;
}
div#main.columns_4 div.fo-highlights div.highlight.pos6,
div#main.columns_3 div.fo-highlights div.highlight.pos5,
div#main.columns_3 div.fo-highlights div.highlight.pos4,
div#main.columns_2 div.fo-highlights div.highlight.pos4,
div#main.columns_2 div.fo-highlights div.highlight.pos5,
div#main.columns_2 div.fo-highlights div.highlight.pos6,
div#main.columns_1 div.fo-highlights div.highlight.pos4,
div#main.columns_1 div.fo-highlights div.highlight.pos5,
div#main.columns_1 div.fo-highlights div.highlight.pos6 {
  display: none !important;
}
div#main.columns_1 div.fo-highlights div.highlight div.image {
  margin-left: 26px !important;
}
div.highlight div.text {
  width: auto;
  padding: 22px 11px 0 0;
}
div#main.columns_2 div.highlight div.text {
  width: auto;
  padding: 22px 0 0 0;
}
div#main.columns_1 div.highlight h3 {
  margin-left: 26px;
}
div#main.columns_1 div.highlight div.text h3 {
  display: none;
}
div.highlight div.text h2 {
  padding: 0 22px 0 0;
}
div.highlight div.text h3 {
  font-weight: normal;
  line-height: 180%;
}
div.fo-highlights div.more {
  text-align: center;
  padding-bottom: 33px;
}
div.fo-highlights div.more a {
  color: #0092D0;
  font-size: 13px;
}
div.fo-follow-us {
  width: 455px;
  float: left;
  margin: 0 11px 0 0;
  padding: 33px 0 44px 0;
}
div#main.columns_3 div.fo-follow-us {
  width: 222px;
}
div#main.columns_1 div.fo-follow-us {
  width: 222px;
  float: none;
}
div.fo-follow-us ul {
  font-size: 0.8125em;
  list-style-type: none;
  margin-left: 33px;
  padding: 11px 0 0 0;
}
div.fo-follow-us ul li {
  margin-bottom: 4px;
}
div.fo-follow-us ul li a,
div.fo-follow-us ul li a.extern_link {
  color: #0499D2;
  text-decoration: none;
  line-height: 20px;
  background-position: left top;
  padding-top: 2px;
  margin-right: -5px;
}
div.fo-follow-us ul li a:hover {
  color: #171E24;
}
div.fo-follow-us ul li a img {
  max-width: 100%;
  height: auto;
}
div.fo-follow-us ul li a span.text {
  display: none;
}
div.fo-follow-us ul li {
  margin-right: 22px;
  margin-bottom: 22px;
  min-height: 30px;
}
div.fo-follow-us ul li a,
div.fo-follow-us ul li a.extern_link {
  background: none !important;
  padding-right: 0 !important;
}
div.fo-follow-us div.hr {
  display: none;
}
div#main.columns_2 div.fo-follow-us div.hr,
div#main.columns_1 div.fo-follow-us div.hr {
  display: block;
  margin-bottom: -11px;
  margin-right: 0;
}
div#main.columns_1 div.fo-follow-us div.hr {
  width: 276px !important;
}
div.fo-events {
  position: relative !important;
  width: 688px;
  float: left;
  margin: 0 0 0 0;
  padding: 33px 0 44px 0;
  min-height: 200px;
}
div#main.columns_4 div.fo-events,
div#main.columns_3 div.fo-events,
div#main.columns_2 div.fo-events {
  width: 466px;
}
div#main.columns_1 div.fo-events {
  width: 223px;
  float: none;
}
div.fo-events div.calendar_wrapper {
  position: absolute;
  right: 33px;
  top: 38px;
  width: 190px !important;
  padding-left: 11px !important;
}
div#main.columns_1 div.calendar_wrapper {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 22px;
}
div.fo-events div.event_list,
div.fo-events div.event_preview {
  float: left;
  width: 222px;
  margin: 0 11px 0 0;
}
div#main.columns_4 div.fo-events div.event_list,
div#main.columns_4 div.fo-events div.event_preview,
div#main.columns_3 div.fo-events div.event_list,
div#main.columns_3 div.fo-events div.event_preview,
div#main.columns_2 div.fo-events div.event_list,
div#main.columns_2 div.fo-events div.event_preview,
div#main.columns_1 div.fo-events div.event_list,
div#main.columns_1 div.fo-events div.event_preview {
  float: none;
}
div#main.columns_2 div.fo-events div.event_list,
div#main.columns_2 div.fo-events div.event_preview {
  width: 190px;
}
div#main.columns_4 div.fo-events div.event_preview,
div#main.columns_3 div.fo-events div.event_preview,
div#main.columns_2 div.fo-events div.event_preview {
  float: none;
  padding-top: 22px;
}
div#main.columns_1 div.fo-events div.event_list,
div#main.columns_1 div.fo-events div.event_preview {
  position: relative;
  padding-left: 33px !important;
}
div.fo-events div.event_list h3,
div.fo-events div.event_preview h3 {
  color: #0499D2;
}
div.fo-events div.event_list a,
div.fo-events div.event_preview a {
  background: none;
  padding-right: 0;
}
div.fo-events p.all {
  display: block;
  position: absolute;
  right: 0;
  bottom: 55px;
  width: 222px;
  text-align: left;
  font-size: 13px;
}
div#main.columns_4 div.fo-events p.all,
div#main.columns_3 div.fo-events p.all {
  right: 11px;
}
div#main.columns_1 div.fo-events p.all {
  position: relative;
  bottom: auto;
  right: auto;
  padding: 22px 0 11px 33px;
}
div.fo-events p.all a {
  color: #0499D2;
}
div.fo-ocean-knowledge {
  width: 1165px;
  padding: 33px 0 44px 0;
}
div#main.columns_4 div.fo-ocean-knowledge {
  width: 932px;
}
div#main.columns_3 div.fo-ocean-knowledge {
  width: 699px;
  padding: 33px 0 11px 0;
}
div#main.columns_2 div.fo-ocean-knowledge {
  width: 466px;
  padding: 33px 0 11px 0;
}
div#main.columns_1 div.fo-ocean-knowledge {
  width: 286px;
}
div.fo-ocean-knowledge h1 span {
  color: #0092D0;
}
div.fo-ocean-knowledge h2,
div.fo-ocean-knowledge h3,
div.fo-ocean-knowledge p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
div.fo-ocean-knowledge div.topic {
  width: 100%;
  padding: 0 0 22px 0;
  margin: 0;
}
div.fo-ocean-knowledge div.topic div.image {
  float: left;
  width: 688px;
  height: 199px;
  overflow: hidden;
  margin-right: 22px;
}
div#main.columns_4 div.fo-ocean-knowledge div.topic div.image,
div#main.columns_2 div.fo-ocean-knowledge div.topic div.image {
  width: 455px;
}
div#main.columns_1 div.fo-ocean-knowledge div.topic div.image {
  display: none;
}
div#main.columns_1 div.fo-ocean-knowledge div.topic div.image.small {
  display: block;
  width: 222px;
  height: 94px;
  float: none;
  margin-left: 28px;
}
div.fo-ocean-knowledge div.topic div.image img {
  width: 100%;
  height: auto;
}
div.fo-ocean-knowledge div.topic div.image.small {
  display: none;
}
div.fo-ocean-knowledge div.topic div.text {
  float: left;
  width: 411px;
  padding: 0 0 0 0;
}
div#main.columns_3 div.fo-ocean-knowledge div.topic div.text,
div#main.columns_2 div.fo-ocean-knowledge div.topic div.text,
div#main.columns_1 div.fo-ocean-knowledge div.topic div.text {
  float: none;
  clear: left;
  padding: 22px 0 0 0;
}
div.fo-ocean-knowledge div.topic div.text a:hover {
  color: #171D1F;
}
div.fo-ocean-knowledge div.topic div.text h3 {
  font-weight: bold;
}
div#main.columns_1 div.fo-ocean-knowledge div.topic div.text h3 {
  display: block;
  margin: 0;
}
div.fo-ocean-knowledge div.topic div.text a {
  border: none;
  background: none;
  padding-right: 0;
}
div.fo-deeplinks {
  padding: 33px 0 44px 0;
  width: 1165px;
}
div#main.columns_4 div.fo-deeplinks {
  width: 932px;
}
div#main.columns_3 div.fo-deeplinks {
  width: 699px;
}
div#main.columns_2 div.fo-deeplinks {
  width: 466px;
}
div#main.columns_1 div.fo-deeplinks {
  width: 286px;
}
div.fo-deeplinks h1 span {
  color: #0092D0;
}
div#main.columns_1 div.fo-deeplinks div.box {
  margin-left: 28px;
}
/*--------------------------------------------------------------------- Page 2017 */
img.img-resp {
  width: 100%;
}
div.start-highlight-image {
  float: left;
  overflow: hidden;
  margin-left: -40px;
  margin-top: -40px;
  margin-bottom: 40px;
}
div#main.columns_6 div.start-highlight-image {
  width: 1466px;
  height: 650px;
}
div#main.columns_5 div.start-highlight-image {
  width: 1233px;
  height: 540px;
}
div#main.columns_4 div.start-highlight-image {
  width: 1000px;
  height: 438px;
}
div#main.columns_3 div.start-highlight-image {
  width: 768px;
  height: 336px;
}
div#main.columns_2 div.start-highlight-image {
  width: 480px;
  height: 200px;
  margin-top: 10px;
  margin-left: -12px;
}
div#main.columns_1 div.start-highlight-image {
  display: none;
}
div#main div#site_content.home div.highlight-text-headline h1 {
  background: none;
  padding: 0;
  font-size: 33px;
  width: 90%;
}
div#main div#site_content.home div.highlight-text-headline {
  width: 33%;
}
div#main div#site_content.home div.highlight-text-headline a {
  color: #171D1F;
}
div#main div#site_content.home div.highlight-text {
  width: 50%;
}
div#main div#site_content.home div.highlight-text .highlight-more-link {
  background: none;
  font-weight: bold;
}
div#main.columns_3 div#site_content.home div.highlight-text-headline {
  width: 100%;
}
div#main.columns_3 div#site_content.home div.highlight-text {
  width: 100%;
  padding: 0;
}
div#main.columns_2 div#site_content.home div.highlight-text-headline {
  width: 100%;
}
div#main.columns_2 div#site_content.home div.highlight-text {
  width: 100%;
  padding: 0;
}
div#main.columns_1 div#site_content.home div.highlight-text-headline {
  width: 222px;
}
div#main.columns_1 div#site_content.home div.highlight-text {
  width: 222px;
  padding-left: 28px;
}
.social-links-and-events .social-links {
  overflow: auto;
  width: 80%;
  float: left;
}
.social-links-and-events .events-calendar {
  overflow: auto;
  width: 20%;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.social-links-and-events .events-calendar .fo-events.home {
  width: 100%;
  overflow: visible;
}
.social-links-and-events .events-calendar .fo-events.home h1 {
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.social-links-and-events .events-calendar .calendar_wrapper {
  position: relative;
  right: 0px;
  top: 0px;
  padding-left: 0 !important;
  overflow: visible;
}
.social-links-and-events .fo-events.home p.all {
  display: none;
}
.social-links-and-events div.social-links ul.social_links {
  margin-left: 0px;
}
.social-links-and-events div.social-links .fo-follow-us {
  width: 100%;
}
div#main.columns_3 .social-links-and-events div.social-links {
  width: 70%;
}
div#main.columns_3 .social-links-and-events div.events-calendar {
  width: 30%;
}
div#main.columns_3 .social-links-and-events div.social-links .fo-follow-us {
  width: 100%;
}
div#main.columns_3 .social-links-and-events div.social-links ul.social_links li {
  width: 42%;
}
div#main.columns_2 .social-links-and-events div.social-links {
  width: 100%;
}
div#main.columns_2 .social-links-and-events div.social-links ul.social_links li {
  width: 222px;
  margin-right: 9px;
}
div#main.columns_2 .social-links-and-events div.events-calendar {
  width: 100%;
}
div#main.columns_1 .social-links-and-events div.social-links {
  width: 100%;
}
div#main.columns_1 .social-links-and-events div.social-links ul.social_links li {
  width: 222px;
  margin-right: 9px;
}
div#main.columns_1 .social-links-and-events div.social-links ul {
  padding-left: 28px;
}
div#main.columns_1 .social-links-and-events div.events-calendar {
  width: 100%;
}
.social-links-and-events div.social-links ul.social_links li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 10px;
  position: relative;
}
.social-links-and-events div.social-links ul.social_links li div.bg-color-holder {
  height: 82px;
  background: rgba(24, 31, 37, 0.1);
  position: relative;
}
.social-links-and-events div.social-links ul.social_links li span.bg-image-holder {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.social-links-and-events div.social-links ul.social_links li a {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
}
.social-links-and-events div.social-links ul.social_links span.text {
  text-align: center;
  display: block;
  padding: 15px 0;
  line-height: 26px;
}
div.home div.at-a-glance {
  padding: 33px 0 44px 0;
}
div.home div.at-a-glance h1 span {
  color: #0092D0;
}
div.home div.at-a-glance ul.aag-links {
  list-style-type: none;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: -4px;
}
div#main.columns_4 div.home div.at-a-glance ul.aag-links li.aag-list-item {
  width: 25%;
}
div#main.columns_3 div.home div.at-a-glance ul.aag-links li.aag-list-item {
  width: 33%;
}
div#main.columns_2 div.home div.at-a-glance ul.aag-links li.aag-list-item {
  width: 50%;
}
div#main.columns_1 div.home div.at-a-glance ul.aag-links li.aag-list-item {
  width: 100%;
}
div#main.columns_1 div.home div.at-a-glance ul.aag-links {
  width: 222px;
  padding-left: 28px;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item .aag-bg-wrapper {
  width: 100%;
  height: 80px;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item div.aag-bg-wrapper div.aag-bg {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item span.aag-hr {
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  margin-bottom: 24px;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item a {
  display: block;
  text-align: center;
  color: #0092D0;
  font-size: 0.8125em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}
div.home div.at-a-glance ul.aag-links li.aag-list-item a.extern_link {
  background: none !important;
  padding: 0 !important;
}
/* ---------------------------------------------------------------------------- MOBILE */
.mobile {
  display: none;
}
div#main.columns_2 .mobile,
div#main.columns_1 .mobile,
div#main.columns_2 a.button.mobile,
div#main.columns_1 a.button.mobile {
  display: block;
}
div#main.columns_2 div#navigation_mobile_menu,
div#main.columns_1 div#navigation_mobile_menu {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1200;
  display: none;
}
div#navigation_mobile_menu ul {
  list-style-type: none;
}
div#navigation_mobile_menu ul li {
  margin-bottom: 1px;
}
div#navigation_mobile_menu ul li a {
  display: block;
  width: 210px;
  height: 37px;
  line-height: 37px;
  color: #049AD2;
  text-decoration: none;
  background-image: url(/assets/_img/_layout/button_navigation_mobile.png);
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding-left: 12px;
}
div#navigation_mobile_menu ul li ul {
  margin-bottom: 4px;
}
div#navigation_mobile_menu ul li ul li a {
  padding-left: 12px;
  background-image: none;
  height: auto;
  line-height: 100%;
  font-size: 0.75em;
  background-image: url(/assets/_img/_layout/button_navigation_mobile.png);
  background-repeat: no-repeat;
  display: block;
  padding: 8px;
  margin-left: 11px;
  margin-right: 11px;
  width: 190px;
  text-transform: none;
  font-weight: normal;
  background-repeat: repeat;
  background-position: center center;
}
div#navigation_mobile_menu ul li ul li ul li a {
  margin-left: 22px;
  margin-right: 22px;
  width: 168px;
}
div#navigation_mobile_menu ul li ul li ul li ul li a {
  margin-left: 33px;
  margin-right: 33px;
  width: 144px;
}
div#navigation_mobile_menu ul li ul li ul {
  margin-bottom: 4px;
}
div#navigation_mobile_menu ul li a.current {
  color: #FFFFFF;
  background-image: url(/assets/_img/_layout/button_navigation_mobile_current.png);
  background-repeat: no-repeat;
}
a#navigation_mobile {
  background-image: url(/assets/_img/_layout/button_navigation.png);
  background-repeat: no-repeat;
}
a#navigation_mobile.current {
  background-image: url(/assets/_img/_layout/button_navigation_current.png);
  background-repeat: no-repeat;
}
a#search_mobile {
  background-image: url(/assets/_img/_layout/button_search.png);
  background-repeat: no-repeat;
}
a#search_mobile.current {
  background-image: url(/assets/_img/_layout/button_search_current.png);
  background-repeat: no-repeat;
}
div#main.columns_2 div#search_mobile_form,
div#main.columns_1 div#search_mobile_form {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 222px;
  background-repeat: no-repeat;
  display: none;
}
div#search_mobile_form form.search {
  position: relative;
  float: left;
  display: block;
  height: 37px;
  width: 223px;
  background-image: url(/assets/_img/_layout/search_bg.png);
  background-repeat: no-repeat;
}
div#search_mobile_form form.search input.text {
  position: absolute;
  display: block;
  width: 132px;
  height: 22px;
  background-image: url(/assets/_img/_layout/search_input.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  padding: 0px 10px 0px 30px;
  left: 11px;
  top: 7px;
  text-transform: uppercase;
  line-height: 22px;
}
div#search_mobile_form form.search input:focus,
div#search_mobile_form form.search input:active,
div#search_mobile_form form.search input:hover {
  background-image: url(/assets/_img/_layout/search_input_focus.png);
  background-repeat: no-repeat;
  color: #171D22;
}
div#search_mobile_form form.search input.submit {
  position: absolute;
  top: 0px;
  left: 182px;
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(/assets/_img/_layout/arrow_right.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  background-position: center center;
  cursor: pointer;
}
div#search_mobile_form form.search input.submit:hover {
  background-image: url(/assets/_img/_layout/arrow_c_right.svg);
}
div#content div#logo_mini_mobile {
  position: absolute;
  right: 15px;
  top: 21px;
  width: 50px;
  height: 23px;
  background-repeat: no-repeat;
}
div#main.columns_2 div#meta_navigation a#explore,
div#main.columns_1 div#meta_navigation a#explore,
div#main.columns_2 div#meta_navigation a#sitemap,
div#main.columns_1 div#meta_navigation a#sitemap,
div#main.columns_2 div#meta_navigation a#save,
div#main.columns_1 div#meta_navigation a#save {
  display: none;
}
div#main.columns_2 div#meta_navigation div.edges_left.text_navigation,
div#main.columns_1 div#meta_navigation div.edges_left.text_navigation,
div#main.columns_2 div#meta_navigation div.edges_right.text_navigation,
div#main.columns_1 div#meta_navigation div.edges_right.text_navigation {
  display: none;
}
div#main.columns_2 div#header,
div#main.columns_1 div#header {
  display: none;
}
div#main.columns_2 div#content,
div#main.columns_1 div#content {
  background-color: transparent;
  background-image: url(/assets/_img/_layout/iphone_conten_bg.png);
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  padding: 0px;
  min-height: 260px;
  padding-bottom: 21px;
}
div#main.columns_1 div#content {
  min-height: 420px;
}
div#main.columns_2 div#meta_navigation div.language_select,
div#main.columns_1 div#meta_navigation div.language_select {
  margin-left: 115px;
  margin-left: 78px;
}
div#main.columns_2 div#meta_navigation div#text_navigation,
div#main.columns_1 div#meta_navigation div#text_navigation {
  display: none;
}
div#main.columns_2 div#meta_navigation form.search,
div#main.columns_1 div#meta_navigation form.search {
  display: none;
}
div#main.columns_2 a#subnavigation,
div#main.columns_1 a#subnavigation {
  display: none;
}
div#main.columns_2 a#workspace,
div#main.columns_1 a#workspace {
  display: none;
}
div#main.columns_2 div#workspace_content,
div#main.columns_1 div#workspace_content {
  display: none;
}
div#main.columns_2 div#meta_navigation div.language_select img,
div#main.columns_1 div#meta_navigation div.language_select img {
  display: none;
}
div#main.columns_2 div#footer,
div#main.columns_1 div#footer {
  margin-left: 0px;
}
@media screen and (max-device-width: 480px) {
  .mobile,
  a.button.mobile {
    display: block;
  }
  div#navigation_mobile_menu {
    position: absolute;
    left: 10px;
    top: 10px;
    display: none;
  }
  div#navigation_mobile_menu ul {
    list-style-type: none;
  }
  div#navigation_mobile_menu ul li {
    margin-bottom: 1px;
  }
  div#navigation_mobile_menu ul li a {
    display: block;
    width: 210px;
    height: 37px;
    line-height: 37px;
    color: #049AD2;
    text-decoration: none;
    background-image: url(/assets/_img/_layout/button_navigation_mobile.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-left: 12px;
  }
  div#navigation_mobile_menu ul li a.current {
    color: #FFFFFF;
    background-image: url(/assets/_img/_layout/button_navigation_mobile_current.png);
    background-repeat: no-repeat;
  }
  a#navigation_mobile {
    background-image: url(/assets/_img/_layout/button_navigation.png);
    background-repeat: no-repeat;
  }
  a#navigation_mobile.current {
    background-image: url(/assets/_img/_layout/button_navigation_current.png);
    background-repeat: no-repeat;
  }
  a#search_mobile {
    background-image: url(/assets/_img/_layout/button_search.png);
    background-repeat: no-repeat;
  }
  a#search_mobile.current {
    background-image: url(/assets/_img/_layout/button_search_current.png);
    background-repeat: no-repeat;
  }
  div#content div#logo_mini_mobile {
    position: absolute;
    right: 15px;
    top: 21px;
    width: 50px;
    height: 23px;
    background-repeat: no-repeat;
  }
  div#search_mobile_form {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 222px;
    height: 284px;
    background-repeat: no-repeat;
    display: none;
  }
  div#meta_navigation a#explore,
  div#meta_navigation a#sitemap {
    display: none;
  }
  div#meta_navigation a#navigation_mobile,
  div#meta_navigation a#search_mobile {
    display: block;
  }
  div#header {
    display: none;
  }
  div#content {
    background-color: transparent;
    background-image: url(/assets/_img/_layout/iphone_conten_bg.png);
    background-repeat: repeat-x;
    padding: 0px;
    min-height: 260px;
    padding-bottom: 21px;
  }
  div#meta_navigation a#explore,
  div#meta_navigation a#sitemap {
    display: none;
  }
  a#subnavigation {
    display: none;
  }
  a#workspace {
    display: none;
  }
  div#workspace_content {
    display: none;
  }
  div#meta_navigation form.search {
    display: none;
  }
  div#meta_navigation div#text_navigation {
    display: none;
  }
  div#meta_navigation div.language_select {
    margin-left: 115px;
  }
  div#meta_navigation div.language_select img {
    display: none;
  }
  div#header div#header_content div#navigation {
    display: none;
  }
  div#main div#content_wrapper {
    background-image: url(/assets/_img/_layout/content_home_2_columns.png);
    background-repeat: no-repeat;
    width: 480px;
    height: 337px;
  }
  div#footer {
    margin-left: 0px;
  }
}
div#content div#site_content div#content_wrapper .row.jufy {
  overflow-y: hidden !important;
}

/*---------------------------------------------------------------------------------------------------- COLORS */
.wiso {
  background: #007580;
}
.theologie {
  background: #5F2C7F;
}
.jura {
  background: #E52423;
}
.medizin {
  background: #A3C735;
}
.philosophie {
  background: #80B9E4;
}
.mathnat {
  background: #FF9400;
}
.agrar {
  background: #2F8649;
}
.tf {
  background: #303C87;
}
.cau {
  background: #8E217D;
}
.zv {
  background: #CCCCCC;
}
div.clear {
  max-height: 0;
}
a.back {
  display: none;
}
/*____________________RESET____________________*/
div#main.columns_1 div#site_content.home.v2 div.hr {
  width: 100% !important;
}
div#main a.extern_link {
  padding-right: 0;
  background-image: none;
}
div#main.columns_2 div#content_wrapper {
  padding: 0;
}
@media (max-width: 767px) {
  div#main div#site_content div.teaser div.image.small {
    display: block;
  }
  h1 {
    margin-left: 0 !important;
  }
}
/*---------------------------------------------------------------------------------------------------- GENERAL */
body {
  margin-top: 0;
}
body.stuck {
  overflow: hidden;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-family: DINWeb, Verdana, Geneva, sans-serif;
}
button * {
  font-family: DINWeb, Verdana, Geneva, sans-serif;
}
div.hr {
  opacity: 0.2;
  width: 100% !important;
  border-bottom: 1px solid #2F3A56;
}
div#main {
  display: block;
  width: 100vw;
  max-width: 1440px;
}
ul {
  list-style-type: none;
}
#content ul {
  list-style-type: inherit;
  padding-left: 18px;
  line-height: 26px;
  max-width: 715px;
  color: #657086;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}
#content ol {
  padding-left: 18px;
  line-height: 26px;
  max-width: 715px;
  color: #657086;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}
/*---------------------------------------------------------------------------------------------------- TYPO */
h1 {
  background: none !important;
  padding: 0;
  margin-top: 0;
  color: #657086;
  max-width: 100%;
}
h1.left0 {
  margin-left: 0 !important;
}
h1,
h2,
h3,
h4 {
  -webkit-font-smoothing: antialiased;
  padding-right: 50px;
}
h2 {
  text-transform: none;
  font-size: 20px;
}
h3 {
  font-size: 18px;
  color: #657086;
  -webkit-font-smoothing: antialiased !important;
}
p.teaser-p {
  font-size: 15px;
  line-height: 32px;
}
p {
  padding-right: 50px;
}
a {
  text-decoration: none;
}
a:link {
  color: #0092D0;
}
a:visited {
  color: #0092D0;
}
a:hover {
  color: #2F3A56;
}
/*---------------------------------------------------------------------------------------------------- CLEANUP / RESET */
.subnavigation,
#subnavigation {
  display: none;
}
/*---------------------------------------------------------------------------------------------------- HEADER */
div#header {
  background: white;
  height: 275px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div#header div.cau-colorstripe {
  padding-top: 0px;
  position: relative;
}
div#header div.cau-colorstripe .cau-logo {
  width: 91px;
  height: 32px;
  background: #2F3A56;
  background-image: url(../_img/_layout/header_cau-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100100;
}
div#header div.cau-colorstripe .cau-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
div#header div.cau-colorstripe .colorstripe {
  width: 100%;
  padding-left: 91px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 4px;
  top: 0;
}
div#header div.cau-colorstripe .colorstripe .col {
  height: 4px;
}
div#header a {
  text-decoration: none;
}
div#header a:link {
  color: #2F3A56;
}
div#header a:visited {
  color: #2F3A56;
}
div#header a:hover {
  color: #0092D0;
}
div#header #meta_navigation {
  position: relative;
  margin-top: -18px;
  font-size: 14px;
}
div#header #meta_navigation ul {
  list-style-type: none;
}
div#header #meta_navigation ul li {
  display: inline;
  text-transform: uppercase;
  padding: 0 5px;
}
div#header #meta_navigation .language_select {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: none;
}
div#header #meta_navigation .language_select ul {
  padding: 0;
}
div#header #meta_navigation .language_select ul li {
  padding: 0 2px;
}
div#header #meta_navigation .language_select ul li a.lang_sel span {
  display: block;
}
div#header #meta_navigation .language_select ul li a.lang_sel.current {
  font-weight: bold;
}
div#header li.l2.current > a {
  font-weight: 800 !important;
  -webkit-animation-name: pulser;
          animation-name: pulser;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
div#header li.l3.current > a {
  font-weight: 800 !important;
  -webkit-animation-name: pulser;
          animation-name: pulser;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
div#header ul.u4 > .current > a {
  font-weight: 800 !important;
  -webkit-animation-name: pulser;
          animation-name: pulser;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
div#header ul.u5 > .current > a {
  font-weight: 800 !important;
  -webkit-animation-name: pulser;
          animation-name: pulser;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
div#header #navigation {
  position: absolute;
  top: 156px;
  background: white;
  padding-top: 20px;
  z-index: 30000;
  border-bottom: 4px solid #0092D0;
  font-size: 19px;
}
div#header #navigation.docked {
  position: fixed;
  top: 0px;
}
div#header #navigation div.mobileBreadcrumbContainer {
  display: none;
}
div#header #navigation ul.u1 {
  list-style-type: none;
  height: 51px;
}
div#header #navigation ul.u1 li {
  padding: 2px 0px;
}
div#header #navigation ul.u1 li.l1 {
  display: inline;
  text-transform: lowercase;
  height: 20px;
  margin-right: 20px;
}
div#header #navigation ul.u1 li.l1:first-child {
  background-image: url(../_img/_layout/icon-breadcrumb-start.svg);
  background-repeat: no-repeat;
  background-position: 0px 10px;
}
div#header #navigation ul.u1 li.l1:first-child span.text {
  visibility: hidden;
  max-width: 24px;
  height: 51px;
  display: inline-block;
}
div#header #navigation ul.u1 li.l1:last-child {
  margin-right: 0;
}
div#header #navigation ul.u1 li.l1.current {
  border-bottom: 9px solid #0092D0 !important;
  padding-bottom: 12px;
}
div#header #navigation ul.u1 li.l1.hover {
  border-bottom: 9px solid #657086;
  padding-bottom: 12px;
}
div#header #navigation ul.u1 li.l1.hover.homeButton {
  border-bottom: none;
  padding-bottom: 12px;
}
div#header #navigation ul.u1 li.l1.homeButton {
  line-height: unset;
  height: 28px;
}
div#header #navigation ul.u1 li.l1 ul.u2 {
  list-style-type: none;
  height: auto;
  width: 100%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  margin-top: 30px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 30000;
  display: none;
  left: 0;
}
div#header #navigation ul.u1 li.l1 ul.u2 * {
  color: white;
  font-size: 16px;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 {
  float: left;
  padding-right: 20px;
  padding-top: 30px;
  margin-bottom: 30px;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2:nth-child(5n-4) {
  clear: both;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 > a span {
  font-weight: 800;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 {
  height: auto;
  position: relative;
  margin-top: 10px;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3 {
  display: block;
  background: rgba(255, 255, 255, 0.04);
  margin: 2px 0;
  position: relative;
  padding-right: 30px;
  padding-left: 10px;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3 a:hover {
  color: #E9EFF2 !important;
  text-decoration: underline;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3.hasSubmenu::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../_img/_layout/icon-arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3 ul.u4 li {
  padding-left: 8px;
  display: none;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3 ul.u4 li * {
  font-size: 14px;
}
div#header #navigation ul.u1 li.l1 ul.u2 li.l2 ul.u3 li.l3 ul.u4 li:last-child {
  margin-bottom: 2px;
}
div#header #navigation .row {
  overflow: visible;
}
div#header #navigation .fo-logo {
  position: absolute;
  width: 222px;
  height: 88px;
  background-image: url(../_img/_layout/future-ocean_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  right: 0;
  bottom: 32px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
div#header #navigation .fo-logo.pull {
  bottom: 150px;
}
div#header #navigation .fo-logo.flat {
  background-image: url(../_img/_layout/future-ocean_logo-flat.svg);
  bottom: 19px;
}
div#header #navigation #sub-navigation {
  background: #657086;
  height: 0px;
  position: absolute;
  width: 100%;
  margin-left: -40px;
  top: 75px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease;
  transition: 0.1s all ease;
}
div#header #navigation {
  width: 100% !important;
  max-width: 1440px;
}
div#header #navigation ul.u1 li.l1 {
  padding-bottom: 0px;
  height: auto;
  display: inline-block;
}
div#header #navigation ul.u1 li.l1 > a {
  display: inline-block;
  line-height: 28px;
}
div#header #search-social_navigation {
  position: relative;
  height: 48px;
  margin-top: 175px;
  background: #0092D0;
}
div#header #search-social_navigation form {
  display: inline;
}
div#header #search-social_navigation button.search-icon {
  border: none;
  outline: none;
  height: 48px;
  width: 30px;
  background: none;
  background-image: url(../_img/_layout/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
}
div#header #search-social_navigation input#search-input {
  position: absolute;
  background: #0092D0;
  width: 350px;
  color: white;
  font-size: 14px;
  height: 44px;
  border: none;
  outline: none;
  margin: 0;
  margin-left: 20px;
  border-bottom: 4px solid white;
}
div#header #search-social_navigation input#search-input::-webkit-input-placeholder {
  color: white;
}
div#header #search-social_navigation a.social-link {
  padding: 0;
  margin-left: 15px;
  height: 48px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
}
div#header #search-social_navigation a.social-link.ocean-blogs {
  background-image: url(../_img/_layout/social-ocean_blogs.svg);
  width: 140px;
}
div#header #search-social_navigation a.social-link.rss {
  background-image: url(../_img/_layout/social-rss.svg);
  background-size: 55%;
}
div#header #search-social_navigation a.social-link.twitter {
  background-image: url(../_img/_layout/social-twitter.svg);
  background-size: 70%;
}
div#header #search-social_navigation a.social-link.youtube {
  background-image: url(../_img/_layout/social-youtube.svg);
  background-size: 85%;
}
div#header #searchResults {
  background: #657086;
  z-index: 29000;
  position: relative;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
div#header #searchResults.active {
  max-height: none;
}
div#header #searchResults.active .container {
  padding-top: 90px;
}
div#header #searchResults div.persSearch .col:nth-child(4n-3) {
  clear: both;
}
div#header #searchResults div.persSearch .x25 a.persImg {
  min-width: 100%;
  height: 0;
  padding-bottom: 135%;
  background: #2F3A56;
  display: block;
}
div#header #searchResults div.persSearch .x75 {
  padding-left: 15px;
  padding-right: 20px;
}
div#header #searchResults div.singleResult {
  padding-bottom: 60px;
  overflow: auto;
}
div#header #searchResults div.singleResult h2,
div#header #searchResults div.singleResult p {
  color: white;
  max-width: 700px;
  font-size: 16px;
}
div#header #searchResults div.singleResult h2 {
  margin-bottom: 18px;
}
div#header #searchResults div.singleResult p {
  line-height: 28px;
}
div#header #searchResults div.docsSearch {
  padding-top: 60px;
}
div#header #searchResults div.searchLoader {
  height: 32px;
  width: 48px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
div#header #searchResults div.searchLoader div {
  position: absolute;
  top: 0;
  height: 32px;
  width: 10px;
  background: white;
  -webkit-animation-name: pulser;
          animation-name: pulser;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
div#header #searchResults div.searchLoader div:nth-child(3n-2) {
  left: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
div#header #searchResults div.searchLoader div:nth-child(3n-1) {
  left: 19px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
div#header #searchResults div.searchLoader div:nth-child(3n-0) {
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
div#header #currentBcContainer {
  display: none;
}
@-webkit-keyframes pulser {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulser {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  80% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 1248px) {
  div#header #navigation .fo-logo {
    background-image: url(../_img/_layout/future-ocean_logo-flat.svg);
    bottom: 97px;
    height: 34px;
  }
  div#header #navigation .fo-logo.pull {
    background-image: url(../_img/_layout/future-ocean_logo-min.svg);
    opacity: 0;
    height: 26px;
    width: 61px;
  }
  div#header #navigation .fo-logo.flat {
    background-image: url(../_img/_layout/future-ocean_logo-min.svg);
    bottom: 26px;
    height: 26px;
  }
}
@media (max-width: 1024px) {
  div#main div#header,
  div#main.columns_2 div#header {
    display: block;
  }
  div#main div#header #navigation,
  div#main.columns_2 div#header #navigation {
    font-size: 16px;
  }
  div#main div#header #navigation ul.u1 li.l1,
  div#main.columns_2 div#header #navigation ul.u1 li.l1 {
    margin-right: 5px;
    line-height: 35px;
  }
  div#main div#header #navigation ul.u1 li.l1:first-child,
  div#main.columns_2 div#header #navigation ul.u1 li.l1:first-child {
    background-size: 80%;
  }
}
@media (max-width: 768px) {
  div#main div#header,
  div#main.columns_2 div#header {
    display: block;
  }
  div#main div#header #navigation,
  div#main.columns_2 div#header #navigation {
    font-size: 16px;
  }
  div#main div#header #navigation div.fo-logo.flat,
  div#main.columns_2 div#header #navigation div.fo-logo.flat {
    display: none;
  }
}
@media (max-width: 768px) {
  div#main div#header,
  div#main.columns_1 div#header {
    display: block;
    height: 60px;
  }
  div#main div#header div.cau-container,
  div#main.columns_1 div#header div.cau-container,
  div#main div#header #meta_navigation,
  div#main.columns_1 div#header #meta_navigation,
  div#main div#header #search-social_navigation,
  div#main.columns_1 div#header #search-social_navigation {
    display: none;
  }
  div#main div#header #search-social_navigation.active,
  div#main.columns_1 div#header #search-social_navigation.active {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 30000;
    background: white;
    height: 60px;
  }
  div#main div#header #search-social_navigation.active .row,
  div#main.columns_1 div#header #search-social_navigation.active .row {
    height: 60px;
  }
  div#main div#header #search-social_navigation.active .row button.search-icon,
  div#main.columns_1 div#header #search-social_navigation.active .row button.search-icon {
    float: right;
    background-image: url(../_img/_layout/icon-search-blue.svg);
    background-size: 44%;
    z-index: 2;
    position: relative;
    height: 60px;
    width: 60px;
  }
  div#main div#header #search-social_navigation.active .row form,
  div#main.columns_1 div#header #search-social_navigation.active .row form {
    height: 60px;
    display: block;
  }
  div#main div#header #search-social_navigation.active .row form #search-input,
  div#main.columns_1 div#header #search-social_navigation.active .row form #search-input {
    height: 60px;
    margin-left: 0;
    margin-right: 60px;
    width: auto;
    min-width: 280px;
    background: white;
    color: #657086;
  }
  div#main div#header #search-social_navigation.active .row form #search-input::-webkit-input-placeholder,
  div#main.columns_1 div#header #search-social_navigation.active .row form #search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #657086;
  }
  div#main div#header #searchResults.active,
  div#main.columns_1 div#header #searchResults.active {
    z-index: 290000;
    top: 60px;
    position: fixed;
    width: 100vw;
    -webkit-box-shadow: inset 0px 0px 50px -10px #2b2b2b;
            box-shadow: inset 0px 0px 50px -10px #2b2b2b;
    overflow: scroll;
  }
  div#main div#header #navigation,
  div#main.columns_1 div#header #navigation {
    position: fixed;
    top: 0;
    max-height: 60px;
    border: none;
    width: 100%;
    max-width: 100vw;
    -webkit-box-shadow: 0px 0px 50px -10px #2b2b2b;
            box-shadow: 0px 0px 50px -10px #2b2b2b;
  }
  div#main div#header #navigation > .row > .x100,
  div#main.columns_1 div#header #navigation > .row > .x100 {
    max-height: 40px;
  }
  div#main div#header #navigation.active,
  div#main.columns_1 div#header #navigation.active {
    max-height: unset !important;
  }
  div#main div#header #navigation.active div.mainNaviContain,
  div#main.columns_1 div#header #navigation.active div.mainNaviContain {
    pointer-events: all;
    max-height: none;
  }
  div#main div#header #navigation.active > .row > .x100,
  div#main.columns_1 div#header #navigation.active > .row > .x100 {
    max-height: none;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer,
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer {
    width: 26px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    margin-left: 0;
    z-index: 50000;
    -webkit-transition: 0.2s left ease;
    transition: 0.2s left ease;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer div.bar,
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer div.bar {
    width: 25px;
    height: 3px;
    position: absolute;
    top: 0;
    background: #0092D0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer div.bar:nth-child(3n-1),
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer div.bar:nth-child(3n-1) {
    top: 7px;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer div.bar:nth-child(3n-0),
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer div.bar:nth-child(3n-0) {
    top: 14px;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer.active,
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer.active {
    left: 100%;
    margin-left: -25px;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer.active div.bar,
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer.active div.bar {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  div#main div#header #navigation button.mobileNavBurgerContainer.active div.bar:nth-child(3n-1),
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer.active div.bar:nth-child(3n-1) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  div#main div#header #navigation button.mobileNavBurgerContainer.active div.bar:nth-child(3n-0),
  div#main.columns_1 div#header #navigation button.mobileNavBurgerContainer.active div.bar:nth-child(3n-0) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 7px;
  }
  div#main div#header #navigation div.fo-logo,
  div#main.columns_1 div#header #navigation div.fo-logo {
    top: 0px;
    height: 25px;
    right: 0;
    -webkit-transition: 0.2s right ease;
    transition: 0.2s right ease;
  }
  div#main div#header #navigation div.fo-logo.inactive,
  div#main.columns_1 div#header #navigation div.fo-logo.inactive {
    right: -100%;
  }
  div#main div#header #navigation ul.u1,
  div#main.columns_1 div#header #navigation ul.u1 {
    height: auto;
    z-index: 40000;
    top: 70px;
  }
  div#main div#header #navigation ul.u1 li.l1,
  div#main.columns_1 div#header #navigation ul.u1 li.l1 {
    display: none;
  }
  div#main div#header #navigation ul.u1 li.l1:first-child,
  div#main.columns_1 div#header #navigation ul.u1 li.l1:first-child {
    background-size: 80%;
    display: none !important;
  }
  div#main div#header #navigation ul,
  div#main.columns_1 div#header #navigation ul {
    position: absolute;
    display: block !important;
    padding: 0;
    margin: 0;
    top: 0px;
    width: 100%;
  }
  div#main div#header #navigation ul li,
  div#main.columns_1 div#header #navigation ul li {
    display: block !important;
    padding: 0;
    margin: 0;
    text-align: center;
    float: none;
    width: auto;
    padding-left: 0px;
  }
  div#main div#header #navigation ul.active,
  div#main.columns_1 div#header #navigation ul.active {
    padding-bottom: 200vh;
  }
  div#main div#header #navigation ul.active li,
  div#main.columns_1 div#header #navigation ul.active li {
    padding-left: 44px;
    text-align: left;
  }
  div#main div#header #navigation div.mainNaviContain,
  div#main.columns_1 div#header #navigation div.mainNaviContain {
    display: block;
    position: relative;
    pointer-events: none;
    max-height: 40px;
  }
  div#main div#header #navigation ul,
  div#main.columns_1 div#header #navigation ul {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    overflow: visible;
  }
  div#main div#header #navigation ul.active,
  div#main.columns_1 div#header #navigation ul.active {
    overflow: scroll;
  }
  div#main div#header #navigation ul.u2,
  div#main.columns_1 div#header #navigation ul.u2 {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  div#main div#header #navigation ul.u3,
  div#main.columns_1 div#header #navigation ul.u3 {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  div#main div#header #navigation ul.u4,
  div#main.columns_1 div#header #navigation ul.u4 {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  div#main div#header #navigation ul.u5,
  div#main.columns_1 div#header #navigation ul.u5 {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  div#main div#header #navigation ul.u1.active,
  div#main.columns_1 div#header #navigation ul.u1.active {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
  div#main div#header #navigation ul.u1.active li,
  div#main.columns_1 div#header #navigation ul.u1.active li {
    border-bottom: none !important;
  }
  div#main div#header #navigation ul.u1.active ul.u2,
  div#main.columns_1 div#header #navigation ul.u1.active ul.u2 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u1.active .current ul.u2,
  div#main.columns_1 div#header #navigation ul.u1.active .current ul.u2 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  div#main div#header #navigation ul.u1.active ul.u3,
  div#main.columns_1 div#header #navigation ul.u1.active ul.u3 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u1.active ul.u4,
  div#main.columns_1 div#header #navigation ul.u1.active ul.u4 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u1.active ul.u5,
  div#main.columns_1 div#header #navigation ul.u1.active ul.u5 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u2.active,
  div#main.columns_1 div#header #navigation ul.u2.active {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  div#main div#header #navigation ul.u2.active ul.u3,
  div#main.columns_1 div#header #navigation ul.u2.active ul.u3 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u2.active .current ul.u3,
  div#main.columns_1 div#header #navigation ul.u2.active .current ul.u3 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  div#main div#header #navigation ul.u2.active ul.u4,
  div#main.columns_1 div#header #navigation ul.u2.active ul.u4 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u2.active ul.u5,
  div#main.columns_1 div#header #navigation ul.u2.active ul.u5 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u3.active,
  div#main.columns_1 div#header #navigation ul.u3.active {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  div#main div#header #navigation ul.u3.active ul.u4,
  div#main.columns_1 div#header #navigation ul.u3.active ul.u4 {
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  div#main div#header #navigation ul.u3.active .current ul.u4,
  div#main.columns_1 div#header #navigation ul.u3.active .current ul.u4 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  div#main div#header #navigation ul.u3.active ul.u5,
  div#main.columns_1 div#header #navigation ul.u3.active ul.u5 {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  div#main div#header #navigation ul.u4.active,
  div#main.columns_1 div#header #navigation ul.u4.active {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  div#main div#header #navigation ul.u4.active ul.u5,
  div#main.columns_1 div#header #navigation ul.u4.active ul.u5 {
    -webkit-transform: translateY(-100vw);
            transform: translateY(-100vw);
  }
  div#main div#header #navigation ul.u4.active .current ul.u5,
  div#main.columns_1 div#header #navigation ul.u4.active .current ul.u5 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  div#main div#header #navigation ul.u5.active,
  div#main.columns_1 div#header #navigation ul.u5.active {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  div#main div#header #navigation ul.u1 *,
  div#main.columns_1 div#header #navigation ul.u1 * {
    color: white;
    font-weight: 100 !important;
  }
  div#main div#header #navigation ul.u1 li,
  div#main.columns_1 div#header #navigation ul.u1 li {
    background: transparent;
  }
  div#main div#header #navigation ul.u1 li.l1,
  div#main.columns_1 div#header #navigation ul.u1 li.l1 {
    font-size: 24px;
    line-height: 55px !important;
    height: auto;
  }
  div#main div#header #navigation ul.u1 ul.u2 li,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 li,
  div#main div#header #navigation ul.u1 ul.u2 a,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 a,
  div#main div#header #navigation ul.u1 ul.u2 span,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 span {
    font-size: 18px !important;
    line-height: 45px;
  }
  div#main div#header #navigation ul.u1 ul.u2 ul.u3 li,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 ul.u3 li,
  div#main div#header #navigation ul.u1 ul.u2 ul.u3 a,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 ul.u3 a,
  div#main div#header #navigation ul.u1 ul.u2 ul.u3 span,
  div#main.columns_1 div#header #navigation ul.u1 ul.u2 ul.u3 span {
    font-size: 15px !important;
    line-height: 37px;
  }
  div#main div#header #navigation #sub-navigation,
  div#main.columns_1 div#header #navigation #sub-navigation {
    display: block;
    height: 100vh;
    left: -100vw;
    top: 0;
    margin: 0;
    margin-top: 60px;
    z-index: 39000;
    -webkit-box-shadow: inset 0px 0px 50px -10px #2b2b2b;
            box-shadow: inset 0px 0px 50px -10px #2b2b2b;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
  }
  div#main div#header #navigation #sub-navigation.active,
  div#main.columns_1 div#header #navigation #sub-navigation.active {
    left: 0;
    opacity: 1;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer {
    display: block;
    min-height: 40px;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer button.iconStart,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer button.iconStart,
  div#main div#header #navigation div.mobileBreadcrumbContainer a.iconStart,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer a.iconStart {
    width: 24px;
    height: 40px;
    float: left;
    margin-right: 20px;
    background-image: url(../_img/_layout/icon-breadcrumb-start-purple.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer button.iconStart.active,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer button.iconStart.active,
  div#main div#header #navigation div.mobileBreadcrumbContainer a.iconStart.active,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer a.iconStart.active {
    border-bottom: 6px solid #0092D0;
    background-image: url(../_img/_layout/icon-breadcrumb-start.svg);
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer div.bcc,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer div.bcc {
    float: left;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc {
    display: inline-table;
    height: 34px;
    font-size: 16px;
    margin-right: 33px;
    position: relative;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc:last-child,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc:last-child {
    border-bottom: 6px solid #0092D0;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc:last-child::after,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc:last-child::after {
    display: none;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc::after,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer div.bcc a.mobileBc::after {
    content: "";
    width: 18px;
    height: 2px;
    background: #657086;
    display: block;
    position: absolute;
    right: -26px;
    top: 10px;
  }
  div#main div#header #navigation div.mobileBreadcrumbContainer.active div.bcc,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer.active div.bcc,
  div#main div#header #navigation div.mobileBreadcrumbContainer.active button.iconStart,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer.active button.iconStart,
  div#main div#header #navigation div.mobileBreadcrumbContainer.active a.iconStart,
  div#main.columns_1 div#header #navigation div.mobileBreadcrumbContainer.active a.iconStart {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  div#main div#site_content.home,
  div#main.columns_1 div#site_content.home {
    padding-top: 0;
  }
}
/*---------------------------------------------------------------------------------------------------- CONTENT */
div#content {
  padding: 0;
}
div#content div.moreToCome {
  height: 38px;
  padding: 30px 0;
}
div#content div.moreToCome p {
  text-align: center;
  color: #F9F9F9;
  font-size: 30px !important;
  max-width: none !important;
  padding-right: 0 !important;
}
div#content button.readMore {
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 100px;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}
div#content button.readMore span {
  color: #0092D0;
  font-size: 15px;
  display: inline-block;
}
div#content button.readMore span span {
  font-size: 40px;
  padding-right: 9px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
div#content div#site_content.home h1 {
  font-size: 33px;
  margin-left: 0 !important;
}
div#content div#site_content.home div#content_wrapper {
  padding: 0 !important;
}
div#content div#site_content div#content_wrapper {
  width: 100% !important;
  /* -------------------------- ISOS */
}
div#content div#site_content div#content_wrapper div.fo-highlights {
  width: 100%;
  background: #E9EFF2;
}
div#content div#site_content div#content_wrapper div.fo-highlights h1,
div#content div#site_content div#content_wrapper div.fo-highlights .hightsHeading {
  margin: 0;
  background: none;
  padding: 0;
  font-size: 28px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
div#content div#site_content div#content_wrapper div.fo-highlights h1 a,
div#content div#site_content div#content_wrapper div.fo-highlights .hightsHeading a {
  color: #657086;
}
div#content div#site_content div#content_wrapper div.fo-highlights .main-highlight {
  padding-top: 66px;
  margin-bottom: 70px;
}
div#content div#site_content div#content_wrapper div.fo-highlights .main-highlight .col:last-child {
  padding-left: 20px;
}
div#content div#site_content div#content_wrapper div.fo-highlights .main-highlight .highlight-date {
  padding: 29px 0;
}
div#content div#site_content div#content_wrapper div.fo-highlights .highlight-date {
  display: block;
  padding: 44px 0 10px 0;
  font-size: 15px;
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.fo-highlights .highlight-teaser-text {
  font-size: 15px;
  line-height: 31px;
  padding-right: 10px;
  max-width: 95%;
}
div#content div#site_content div#content_wrapper div.fo-highlights .highlight-teaser-text a {
  color: #657086;
}
div#content div#site_content div#content_wrapper div.fo-highlights .highlight-teaser-text strong a {
  color: #2F3A56;
}
div#content div#site_content div#content_wrapper div.fo-highlights div.hiderWrapper div.row div.col:nth-child(4n-3) {
  clear: both;
}
div#content div#site_content div#content_wrapper div.showNewsOnMobile {
  display: none;
}
div#content div#site_content div#content_wrapper div.showNewsOnMobile button {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 361px;
  font-size: 40px;
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.at-a-glance,
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge,
div#content div#site_content div#content_wrapper div.social-links-and-events,
div#content div#site_content div#content_wrapper div.deeplinks {
  padding: 33px 0 44px 0;
}
div#content div#site_content div#content_wrapper div.at-a-glance h1 span,
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge h1 span,
div#content div#site_content div#content_wrapper div.social-links-and-events h1 span,
div#content div#site_content div#content_wrapper div.deeplinks h1 span {
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.featured-links {
  background: #181F25;
  padding-top: 52px;
}
div#content div#site_content div#content_wrapper div.featured-links * {
  color: white;
}
div#content div#site_content div#content_wrapper div.featured-links .col {
  padding-bottom: 50px;
}
div#content div#site_content div#content_wrapper div.featured-links img {
  margin-bottom: 40px;
}
div#content div#site_content div#content_wrapper div.featured-links .thumbnailHeading {
  font-size: 33px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
}
div#content div#site_content div#content_wrapper div.featured-links p.teaser-p {
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
  line-height: 26px;
}
div#content div#site_content div#content_wrapper div.featured-links p {
  font-size: 15px;
  max-width: 95%;
}
div#content div#site_content div#content_wrapper div.social-links-and-events {
  margin-top: 40px;
}
div#content div#site_content div#content_wrapper div.social-links-and-events h1 {
  margin-bottom: 44px;
}
div#content div#site_content div#content_wrapper div.social-links-and-events div.col.x75 {
  padding-right: 10px;
}
div#content div#site_content div#content_wrapper div.follow-us-boxes {
  margin-bottom: 44px;
}
div#content div#site_content div#content_wrapper div.follow-us-boxes .col {
  padding-right: 4px;
}
div#content div#site_content div#content_wrapper div.follow-square {
  background: #F9F9F9;
  height: 0px;
  padding-bottom: 100%;
}
div#content div#site_content div#content_wrapper div.follow-square div.bg-color-holder span.bg-image-holder {
  width: 100%;
  display: block;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80%;
}
div#content div#site_content div#content_wrapper a.follow-square-link {
  background: none;
  padding-right: 0;
}
div#content div#site_content div#content_wrapper p.follow-square-text {
  text-align: center;
  max-width: 175px;
  margin: 0 auto;
  color: #0092D0;
  text-transform: lowercase;
  padding-top: 15px;
  padding-right: unset;
}
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge {
  width: auto;
}
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge h1 {
  margin: 0;
}
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge h2.subheadline {
  padding: 29px 0;
  font-size: 16px;
  color: #2F3A56;
  text-transform: lowercase;
}
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge .col:last-child {
  padding-left: 20px;
}
div#content div#site_content div#content_wrapper div.fo-ocean-knowledge p.teaser-p a {
  color: #657086;
}
div#content div#site_content div#content_wrapper div.at-a-glance h1 {
  padding: 10px 0 48px 0;
}
div#content div#site_content div#content_wrapper div.at-a-glance div.aag-bg-wrapper {
  height: 90px;
}
div#content div#site_content div#content_wrapper div.at-a-glance div.aag-bg-wrapper div.aag-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
div#content div#site_content div#content_wrapper div.at-a-glance a {
  display: block;
  text-transform: lowercase;
  text-align: center;
  padding: 0 !important;
  background: none;
  max-width: 80% !important;
  margin: 0 auto;
  color: #0092D0;
  -webkit-font-smoothing: antialiased;
}
div#content div#site_content div#content_wrapper div.deeplinks h1 {
  padding: 10px 0 48px 0;
}
div#content div#site_content div#content_wrapper div.deeplinks h2 {
  font-size: 24px;
  padding: 20px 0;
  font-weight: 100;
}
@media (min-width: 1025px) {
  div#content div#site_content div#content_wrapper div.deeplinks .jufy .x25:nth-child(4n-3) {
    clear: both;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  div#content div#site_content div#content_wrapper div.deeplinks .jufy .x25:nth-child(3n-2) {
    clear: both;
  }
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar,
div#content div#site_content div#content_wrapper .cal-container {
  width: 100%;
  padding: 0;
  overflow: visible;
  min-height: 300px;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar a.button.skip,
div#content div#site_content div#content_wrapper .cal-container a.button.skip {
  background-color: transparent;
  background-size: 45%;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar a.button.skip.left,
div#content div#site_content div#content_wrapper .cal-container a.button.skip.left {
  right: 50px;
  background-image: url(../_img/_layout/icon-arrow-left-blue.svg);
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar a.button.skip.right,
div#content div#site_content div#content_wrapper .cal-container a.button.skip.right {
  right: 0;
  background-image: url(../_img/_layout/icon-arrow-right-blue.svg);
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar strong,
div#content div#site_content div#content_wrapper .cal-container strong {
  width: auto;
  padding-right: 7px;
  text-align: right;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.fo-events.home,
div#content div#site_content div#content_wrapper .cal-container div.fo-events.home {
  padding: 0;
  width: 100%;
  padding-left: 10px;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_wrapper,
div#content div#site_content div#content_wrapper .cal-container div.calendar_wrapper {
  width: 100% !important;
  height: auto;
  overflow: hidden;
  min-height: 200px;
  margin-bottom: 10px;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table {
  width: 100%;
  height: auto;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table h3,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table h3 {
  font-size: 16px;
  margin-bottom: 23px;
  text-align: left;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table table.calendar,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table table.calendar {
  width: 100%;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table table.calendar th,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table table.calendar th,
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table table.calendar td,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table table.calendar td {
  width: 14.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 0;
  text-align: right;
  height: 30px;
  color: #657086;
}
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table table.calendar th.today,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table table.calendar th.today,
div#content div#site_content div#content_wrapper .social-links-and-events .events-calendar div.calendar_table table.calendar td.today,
div#content div#site_content div#content_wrapper .cal-container div.calendar_table table.calendar td.today {
  background: none;
  color: #181F25;
  font-weight: 800;
}
div#content div#site_content div#content_wrapper div.teaserWrapper {
  background: #181F25;
  margin-bottom: 80px;
  padding-bottom: 40px;
  overflow: auto;
}
div#content div#site_content div#content_wrapper div.teaserWrapper h1,
div#content div#site_content div#content_wrapper div.teaserWrapper .teaser {
  padding: 0;
  margin: 0;
}
div#content div#site_content div#content_wrapper div.teaserWrapper h1,
div#content div#site_content div#content_wrapper div.teaserWrapper h2,
div#content div#site_content div#content_wrapper div.teaserWrapper p {
  color: white;
}
div#content div#site_content div#content_wrapper div.teaserWrapper h1 {
  width: auto !important;
  max-width: 50%;
  font-size: 40px;
  line-height: 47px;
  padding: 54px 50px 41px 0;
}
div#content div#site_content div#content_wrapper div.teaserWrapper h1 span {
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.teaserWrapper h2 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 100;
  padding-bottom: 32px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser {
  width: 100%;
}
div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser div.row div.col.x60 {
  padding-right: 30px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser h2 {
  font-size: 28px;
  line-height: 34px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser p {
  font-size: 15px;
  line-height: 26px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper div.cross_references {
  margin: 0;
  padding: 0;
  width: 100%;
}
div#content div#site_content div#content_wrapper div.teaserWrapper.navigationTeaser {
  padding-top: 40px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper.navigationTeaser div.col img {
  margin-bottom: 40px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper.navigationTeaser div.col h2 {
  color: #0092D0;
  padding-bottom: 10px;
  max-width: 480px;
}
div#content div#site_content div#content_wrapper div.teaserWrapper.navigationTeaser div.col p {
  max-width: 480px;
}
div#content div#site_content div#content_wrapper .row.jufy {
  overflow: auto;
}
div#content div#site_content div#content_wrapper #continuous.twoCols {
  padding-left: 0px;
}
div#content div#site_content div#content_wrapper p {
  line-height: 26px;
  max-width: 715px;
  color: #657086;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 32px;
}
div#content div#site_content div#content_wrapper div.cross_references {
  margin: 0;
  padding: 0;
  width: 100%;
}
div#content div#site_content div#content_wrapper div.cross_references h3 {
  font-size: 33px;
  color: #0092D0;
  margin-bottom: 46px;
  font-weight: 100;
}
div#content div#site_content div#content_wrapper div.cross_references a {
  display: block;
  padding-left: 40px;
  margin-bottom: 12px;
  background-image: url(../_img/_layout/icon-link.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 0 7px;
}
div#content div#site_content div#content_wrapper div.cross_references a.file {
  background-image: url(../_img/_layout/icon-pdf.svg);
  background-position: 1px 7px;
}
div#content div#site_content div#content_wrapper div.cross_references div.moreNewsContainer a {
  padding-left: 0px;
  max-width: 310px;
  color: #657086;
  background: none;
}
div#content div#site_content div#content_wrapper div.cross_references div.moreNewsContainer a span {
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.cross_references div.moreNewsContainer a img {
  width: 100%;
  height: auto;
}
div#content div#site_content div#content_wrapper div.cross_references div.moreNewsContainer a.moreNewsTextLink {
  margin-top: 20px;
  margin-bottom: 42px;
}
div#content div#site_content div#content_wrapper div.mtcWrapper {
  display: none;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a {
  display: block;
  padding: 34px 0 0 0;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a img {
  padding-bottom: 27px;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a h2 {
  font-size: 30px;
  padding-bottom: 19px;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a h2 span {
  color: #0092D0;
  text-transform: none;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a p {
  font-size: 15px;
  text-transform: none;
  line-height: 26px;
}
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a h2,
div#content div#site_content div#content_wrapper div.teaserThumbnails div.col a p {
  max-width: 95%;
}
div#content div#site_content div#content_wrapper h1.overview,
div#content div#site_content div#content_wrapper h1.events,
div#content div#site_content div#content_wrapper h1.withbacklink,
div#content div#site_content div#content_wrapper h1.margin-top,
div#content div#site_content div#content_wrapper .container > h1 {
  margin-top: 80px;
  font-size: 33px;
}
div#content div#site_content div#content_wrapper .lv_overview h2 {
  font-size: 18px;
  color: #0092D0;
  display: inline-block;
  float: left;
  padding-bottom: 30px;
}
div#content div#site_content div#content_wrapper .lv_overview h3 {
  font-size: 15px;
  color: #2F3A56;
  display: inline-block;
  float: right;
}
div#content div#site_content div#content_wrapper .lv_overview div.box.image {
  clear: both;
}
div#content div#site_content div#content_wrapper .lv_overview div.text h3 {
  font-size: 15px;
  line-height: 31px;
  color: #2F3A56;
  float: none;
}
div#content div#site_content div#content_wrapper .lv_overview div.text p {
  font-size: 15px;
  line-height: 31px;
}
div#content div#site_content div#content_wrapper form.memberlist {
  margin-bottom: 80px;
}
div#content div#site_content div#content_wrapper div.member {
  min-height: 160px;
  padding-left: 0 !important;
}
div#content div#site_content div#content_wrapper div.member a.name,
div#content div#site_content div#content_wrapper div.member span.institute {
  max-width: 80%;
  display: inline-block;
}
div#content div#site_content div#content_wrapper div.member a.name {
  color: #0092D0;
}
div#content div#site_content div#content_wrapper div.member span.institute {
  color: #2F3A56;
  font-size: 14px;
}
div#content div#site_content div#content_wrapper div.member .member-image-container {
  float: left;
}
div#content div#site_content div#content_wrapper div.member .member-text-container {
  position: absolute;
  padding-left: 80px;
}
div#content div#site_content div#content_wrapper div.member a.foMemberContainer {
  display: inline-block;
}
div#content div#site_content div#content_wrapper div.member a.foMemberContainer img {
  display: inline-block;
  float: left;
}
div#content div#site_content div#content_wrapper div.member a.foMemberContainer div.foMemberInfo {
  padding-left: 80px;
  padding-right: 40px;
}
div#content div#site_content div#content_wrapper div.member a.foMemberContainer div.foMemberInfo span {
  display: block;
}
div#content div#site_content div#content_wrapper div.memberlist div.col {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div#content div#site_content div#content_wrapper div.memberlist div.image {
  width: 90px;
  min-width: 90px;
  height: 124px;
}
div#content div#site_content div#content_wrapper div.memberlist div.image a {
  width: 100%;
  height: 100%;
}
div#content div#site_content div#content_wrapper div.memberlist div.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div#content div#site_content div#content_wrapper div.memberlist div.text {
  float: unset;
  width: unset;
  padding-right: 33px;
}
div#content div#site_content div#content_wrapper div.memberlist div.text a.name {
  font-size: initial;
  line-height: initial;
}
div#content div#site_content div#content_wrapper div.memberlist div.text span.institute a.extern_link {
  color: #2F3A56;
  font-size: 14px;
  line-height: initial;
}
div#content div#site_content div#content_wrapper div.memberlist div.text span.institute,
div#content div#site_content div#content_wrapper div.memberlist div.text span.contact {
  font-size: 14px;
  line-height: initial;
}
div#content div#site_content div#content_wrapper .instrumentation .lv_item:first-child {
  clear: both;
}
div#content div#site_content div#content_wrapper .continuous.publications {
  margin-left: 0px;
  font-size: 16px;
}
div#content div#site_content div#content_wrapper .continuous.publications .togglePublications {
  margin-bottom: 50px !important;
}
div#content div#site_content div#content_wrapper .lv_overview.instrumentation.contentseite {
  width: auto;
}
div#content div#site_content div#content_wrapper div.continuous.publications {
  width: auto;
}
div#content div#site_content div#content_wrapper iframe.publications {
  width: 100%;
  height: 600px;
  font-family: 'DINWeb', Verdana, sans-serif !important;
}
div#content div#site_content div#content_wrapper .text.continuous.contact {
  margin-left: 0;
  width: 100%;
}
div#content div#site_content div#content_wrapper h1 {
  margin-left: 40px;
  margin-top: 80px;
  font-size: 33px;
}
div#content div#site_content div#content_wrapper .calendar_wrapper {
  float: right;
}
div#content div#site_content div#content_wrapper div.box.text.course {
  width: calc(100% - 40px);
  border-radius: 0;
  height: 115px;
}
div#content div#site_content div#content_wrapper div.box.text.course a {
  width: calc(100% - 57px);
  height: 57px;
  background-position: bottom right;
}
button.togglePublications,
button.toggleClusterproposals,
button.readMore {
  display: block;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 10px 10px 0;
}
button.togglePublications span,
button.toggleClusterproposals span,
button.readMore span {
  font-size: 15px;
}
button.togglePublications span.plusContainer,
button.toggleClusterproposals span.plusContainer,
button.readMore span.plusContainer {
  width: 17px;
  height: 17px;
  display: inline-block;
  color: #0092D0;
}
button.togglePublications span.plusContainer div,
button.toggleClusterproposals span.plusContainer div,
button.readMore span.plusContainer div {
  width: 17px;
  height: 2px;
  background: #0092D0;
  margin-top: 13px;
}
button.togglePublications span.plusContainer div:last-child,
button.toggleClusterproposals span.plusContainer div:last-child,
button.readMore span.plusContainer div:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -2px;
}
button.togglePublications span.togglePublicationsText,
button.toggleClusterproposals span.togglePublicationsText,
button.readMore span.togglePublicationsText {
  font-family: DINWeb-Light, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  color: #0092D0;
  -webkit-transform: translate(7px, 2px);
          transform: translate(7px, 2px);
  display: inline-block;
  font-weight: normal;
}
button.toggleMiniproposal {
  color: #0092D0;
  border-bottom: 1px dotted #728EB0;
  background-image: url(/_img/_layout/arrow_c_right.png);
  background-repeat: no-repeat;
  background-position: right 45%;
  padding-right: 12px;
  margin-right: 2px;
  font-size: 16px;
}
p.clusterProposal {
  margin-top: 33px;
  padding-bottom: 0 !important;
}
span.clusterProposalAbstract {
  display: block;
  padding-top: 40px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  div.aag-links .col {
    padding-bottom: 40px;
  }
  div.aag-links .col:nth-child(3n-2) {
    clear: both;
  }
  div.deeplinks .col {
    padding-bottom: 40px;
  }
  div.deeplinks .col:nth-child(3n-2) {
    clear: both;
  }
  div.follow-us-boxes .col {
    margin-bottom: 4px;
  }
  div.fo-highlights div.jufy .col:nth-child(2n-1) {
    clear: both;
  }
}
@media (max-width: 700px) and (min-width: 481px) {
  div.social-links-and-events div.x75,
  div.social-links-and-events div.x25 {
    width: 100%;
  }
  div.social-links-and-events div.follow-us-boxes div.col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .left40 {
    padding-left: 40px;
  }
  .right40 {
    padding-right: 40px;
  }
  div#content div#site_content div#content_wrapper #continuous div.col.md50:nth-child(2n-1) {
    padding-right: 20px;
  }
  div#content div#site_content div#content_wrapper #continuous div.col.md50:nth-child(2n-0) {
    padding-left: 20px;
  }
  div#content div#site_content div#content_wrapper #continuous div.col.md50 p {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaserThumbnails div.col {
    clear: none;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaserThumbnails div.col:nth-child(2n-0) {
    clear: both;
  }
  div#content div#site_content div#content_wrapper div.main-highlight div.col:first-child {
    padding-bottom: 40px;
  }
  div#content div#site_content div#content_wrapper div.fo-highlights div.hiderWrapper div.row div.col:nth-child(2n-1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  div#content div#site_content div#content_wrapper div.social-links-and-events div.follow-us-boxes div.col.sm50 {
    padding-bottom: 4px;
  }
  div#content div#site_content div#content_wrapper div.deeplinks div.col.sm33:nth-child(3n-2) {
    clear: both;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper {
    overflow: auto;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper h1 {
    max-width: 80%;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser div.row div.sm100.pad {
    padding-right: 5px;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaser div.row div.sm100.pad img {
    margin-bottom: 60px;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaserThumbnails div.col {
    clear: none;
  }
  div#content div#site_content div#content_wrapper div.teaserWrapper div.teaserThumbnails div.col:nth-child(2n-0) {
    clear: both;
  }
  div#content div#site_content div#content_wrapper #continuous div.cross_references {
    position: relative;
    left: auto;
    top: auto;
  }
  div#content div#site_content div#content_wrapper div.cross_references {
    position: relative;
    left: auto;
    top: auto;
  }
  div#content div#site_content div#content_wrapper div.cross_references div.col:nth-child(2n-1) {
    clear: both;
  }
  div.aag-links .col {
    padding-bottom: 40px;
  }
  div.aag-links .col:nth-child(2n-1) {
    clear: both;
  }
  div.deeplinks .col {
    padding-bottom: 40px;
  }
  div.deeplinks .col:nth-child(2n-1) {
    clear: both;
  }
  div#header #navigation ul.u1 li.l1 > a {
    line-height: 45px;
  }
  #navigation {
    border-bottom: 4px solid #0092D0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    max-height: 68px !important;
    padding-top: 22px !important;
  }
  .language-select.mobile {
    display: block;
    background: #0092D0;
    height: 54px;
    position: relative;
  }
  .language-select.mobile ul {
    list-style-type: none;
    position: absolute;
    right: 40px;
    top: 4px;
  }
  .language-select.mobile ul li {
    float: left;
    margin-left: 10px;
  }
  .language-select.mobile ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #FFF;
  }
  .language-select.mobile ul li a.current {
    font-weight: bold;
  }
  .colorstripe.mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 100000;
  }
  .colorstripe.mobile .col {
    height: 4px;
  }
}
@media (max-width: 480px) {
  img {
    max-width: 100%;
    height: auto;
  }
  div#main div#content,
  div#main.columns_1 div#content {
    background: white;
  }
  div#main div#content div#site_content div#content_wrapper,
  div#main.columns_1 div#content div#site_content div#content_wrapper {
    height: auto;
    padding: 0;
  }
  div#main div#content div#site_content div#content_wrapper h1,
  div#main.columns_1 div#content div#site_content div#content_wrapper h1 {
    font-size: 32px;
    line-height: 40px;
  }
  div#main div#content div#site_content div#content_wrapper div.social-links-and-events .col,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.social-links-and-events .col {
    padding: 0;
  }
  div#main div#content div#site_content div#content_wrapper div.social-links-and-events div.follow-us-boxes,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.social-links-and-events div.follow-us-boxes {
    margin-bottom: 60px;
  }
  div#main div#content div#site_content div#content_wrapper div.fo-events.home,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-events.home,
  div#main div#content div#site_content div#content_wrapper div.cal-container,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cal-container {
    padding: 0;
  }
  div#main div#content div#site_content div#content_wrapper div.fo-events.home h1,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-events.home h1,
  div#main div#content div#site_content div#content_wrapper div.cal-container h1,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cal-container h1 {
    padding: 0 !important;
  }
  div#main div#content div#site_content div#content_wrapper div.fo-events.home div.calendar_table h3,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-events.home div.calendar_table h3,
  div#main div#content div#site_content div#content_wrapper div.cal-container div.calendar_table h3,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cal-container div.calendar_table h3 {
    padding: 0 !important;
  }
  div#main div#content div#site_content div#content_wrapper div.fo-events.home table.calendar th,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-events.home table.calendar th,
  div#main div#content div#site_content div#content_wrapper div.cal-container table.calendar th,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cal-container table.calendar th,
  div#main div#content div#site_content div#content_wrapper div.fo-events.home table.calendar td,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-events.home table.calendar td,
  div#main div#content div#site_content div#content_wrapper div.cal-container table.calendar td,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cal-container table.calendar td {
    padding: 5px 10px;
  }
  div#main div#content div#site_content div#content_wrapper div.calendar_wrapper_content,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.calendar_wrapper_content {
    padding-bottom: 40px;
  }
  div#main div#content div#site_content div#content_wrapper div.calendar_wrapper,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.calendar_wrapper {
    margin-left: 0;
  }
  div#main div#content div#site_content div#content_wrapper div.fo-ocean-knowledge div.col:last-child,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.fo-ocean-knowledge div.col:last-child {
    padding: 40px 0;
  }
  div#main div#content div#site_content div#content_wrapper div.teaserWrapper,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.teaserWrapper {
    margin-bottom: 40px;
  }
  div#main div#content div#site_content div#content_wrapper div.mtcWrapper,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.mtcWrapper {
    padding-left: 0px;
  }
  div#main div#content div#site_content div#content_wrapper #continuous div.col,
  div#main.columns_1 div#content div#site_content div#content_wrapper #continuous div.col {
    padding-bottom: 40px;
  }
  div#main div#content div#site_content div#content_wrapper div.cross_references h3,
  div#main.columns_1 div#content div#site_content div#content_wrapper div.cross_references h3 {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  div#main div#content div#site_content p.follow-square-text,
  div#main.columns_1 div#content div#site_content p.follow-square-text {
    padding-right: 10px;
    padding-left: 10px;
  }
  div#main div.news.isos,
  div#main.columns_1 div.news.isos {
    margin-left: 0;
    max-width: 100%;
  }
  div#main div.essential_info,
  div#main.columns_1 div.essential_info {
    margin-left: 0;
    max-width: 100%;
  }
  div#main div#site_content div.events div.day,
  div#main.columns_1 div#site_content div.events div.day {
    max-width: 100%;
  }
  div#main div#site_content div#content_wrapper div.fo-highlights .main-highlight .col:last-child,
  div#main.columns_1 div#site_content div#content_wrapper div.fo-highlights .main-highlight .col:last-child {
    padding-left: 0px;
  }
  div#main div#site_content div#content_wrapper div.social-links-and-events .row.follow-us-boxes,
  div#main.columns_1 div#site_content div#content_wrapper div.social-links-and-events .row.follow-us-boxes {
    overflow: visible;
  }
  div#main.columns_1 h1 {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  div#main.columns_1 div.lv_overview {
    margin-left: 0;
    max-width: 100%;
  }
  div#main.columns_1 div.teaser {
    margin-left: 0;
    max-width: 100%;
  }
  div#main.columns_1 div.teaser div.text {
    max-width: 100%;
  }
  div#main.columns_1 div.hr.no_teaser {
    margin-left: 0;
    max-width: 100%;
  }
  div#main.columns_1 div.image {
    max-width: 100%;
    height: auto;
    border-radius: 0;
  }
  div#main.columns_1 div.image img {
    max-width: 100%;
    height: auto;
  }
  div#main.columns_1 div.image.box img {
    position: relative;
  }
  div#main.columns_1 div.text {
    margin-left: 0;
    max-width: 100%;
  }
  div#main.columns_1 div.text.continuous {
    margin-left: 0;
    max-width: 100%;
  }
  div#main.columns_1 div#site_content div.text {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }
  div#main.columns_1 div#site_content div.teaser div.image.small {
    width: 100%;
    padding: 0;
  }
  div#main.columns_1 div#site_content div.cross_references {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    width: auto;
  }
  div#main.columns_1 div.text.continuous.contact.home,
  div#main.columns_1 div.text.continuous.contact.home,
  div#main.columns_1 div.text.continuous.contact.home div.memberlist,
  div#main.columns_1 div.text.continuous.contact.home div.memberlist {
    max-width: 100%;
  }
  div#main div.box.text,
  div#main div#site_content div.box.text {
    width: 100%;
  }
  div.row.jufy.left40 {
    padding-left: 0 !important;
    margin: 0 0 !important;
  }
  div.clear {
    max-height: 0px;
  }
  .language-select.mobile ul {
    right: 16px;
  }
}
/*---------------------------------------------------------------------------------------------------- FOOTER */
div#footer {
  height: 313px;
  margin: 0;
  background: #E9EFF2;
  position: relative;
  border-top: 40px solid white;
}
div#footer a.imprint {
  color: #0092D0;
}
div#footer a.extern_link {
  background-image: none;
  padding: 10px 15px;
}
div#footer a.extern_link img {
  height: 60px;
}
div#footer div.row.imprint {
  padding-top: 25px;
}
div#footer div.row.partner {
  margin-top: 105px;
  overflow: hidden;
}
div#footer div.footerSocialLinks a {
  padding: 0 0;
}
div#footer div.footerSocialLinks a img {
  height: 30px;
}
@media (max-width: 768px) {
  div#footer {
    height: auto;
  }
  div#footer a.extern_link {
    position: relative;
    display: inline-block;
  }
  div#footer a.extern_link:nth-child(2n-1) {
    clear: both;
  }
  div#content {
    padding-bottom: 0 !important;
  }
}
