/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 1.77778rem; }

.wp-caption > figcaption {
  max-width: 100%;
  padding: .25rem 0;
  font-size: .8rem;
  color: #999; }

p.wp-caption-text {
  padding: 0.55556rem 0;
  font-size: 90%;
  color: #666; }

.alignleft {
  float: left;
  margin: 0;
  padding-right: 1rem; }

.alignright {
  float: right;
  margin: 0;
  padding-left: 1rem; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media screen and (max-width: 720px) {
  #wpmem_reg label.textarea {
    height: auto !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em"; }

html {
  font-size: 18px;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "FFDINWebPro", Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #434346;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 28px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FFDINWebPro", Arial, Verdana, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #007fff;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.66667rem; }

h2 {
  font-size: 1.22222rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.88889rem; }

h5 {
  font-size: 0.94444rem; }

h6 {
  font-size: 0.88889rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.44444rem; }
  h2 {
    font-size: 1.77778rem; }
  h3 {
    font-size: 1.44444rem; }
  h4 {
    font-size: 0.88889rem; }
  h5 {
    font-size: 0.88889rem; }
  h6 {
    font-size: 0.88889rem; } }

a {
  color: #007fff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #005190; }
  a img {
    border: 0; }

hr {
  max-width: 66.66667rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.11111rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 28px;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 28px;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #434346;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

kbd {
  padding: 0.11111rem 0.22222rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.7em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  background-color: #007fff;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #007fff;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #007fff;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #004b86;
      color: #fff; }
  .button.secondary {
    background-color: #88a2aa;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #66858f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #007fff;
    color: #007fff; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #002f54;
      color: #002f54; }
    .button.hollow.primary {
      border: 1px solid #007fff;
      color: #007fff; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #002f54;
        color: #002f54; }
    .button.hollow.secondary {
      border: 1px solid #88a2aa;
      color: #88a2aa; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #405359;
        color: #405359; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007fff;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #007fff;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #88a2aa;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.27778rem;
  padding: 0.44444rem;
  border: none;
  margin: 0 0 0.88889rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.44444rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #434346; }
  label.middle {
    margin: 0 0 0.88889rem;
    padding: 0.44444rem 0; }

.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.88889rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.33333rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.44444rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.11111rem;
  margin: 1rem 0; }
  .fieldset legend {
    background: #f2f2f2;
    padding: 0 0.16667rem;
    margin: 0;
    margin-left: -0.16667rem; }

select {
  height: 2.27778rem;
  padding: 0.44444rem;
  border: none;
  margin: 0 0 0.88889rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #007fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -0.88889rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.33333rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.1rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #007fff;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #004b86;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #88a2aa;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #66858f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #434346;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #cce8ff; }
  .callout.secondary {
    background-color: #edf1f2; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.dropdown-pane {
  background-color: #f2f2f2;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #007fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #007fff transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #007fff;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007fff transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007fff;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #007fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007fff transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007fff;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #007fff transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #007fff;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
p + h1, p +
h2, p +
h3, p +
h4, p +
h5, p +
h6 {
  margin-top: 30px; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 20px; }

p,
ul {
  margin-bottom: 0; }
  p + p,
  ul + p {
    margin-top: 20px; }

a {
  border-bottom: 1px solid transparent;
  font-weight: 700;
  transition: border-color .2s; }
  [data-whatinput="mouse"] a:hover {
    border-color: currentColor; }

.button {
  margin-bottom: 0;
  border: none;
  font-size: 1rem;
  font-weight: 900;
  transition: background-color .2s; }
  .button:focus {
    outline: 0; }

label.multicheckbox, label.select, label.radio {
  float: left;
  width: 100%; }

label.multicheckbox, label.radio {
  margin-bottom: 15px; }

label.select {
  margin-bottom: 10px; }

label.checkbox {
  float: right;
  width: calc(100% - 50px);
  margin-bottom: 30px; }

select {
  background-repeat: no-repeat;
  height: auto;
  border: none;
  padding: 20px 15px;
  padding-right: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-position: right 20px center;
  background-origin: padding-box;
  background-size: 21px 12px; }
  select:focus {
    outline: 1px solid #007fff; }

input[type="checkbox"],
input[type="radio"] {
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 1px #c2d8ed;
  vertical-align: bottom;
  background-position: center;
  background-size: 0 0;
  transition: background-size .2s; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    box-shadow: inset 0 0 0 1px #007fff; }
  input[type="checkbox"]:hover,
  input[type="radio"]:hover {
    cursor: pointer; }

input[type="checkbox"]:checked {
  box-shadow: inset 0 0 0 1px #c2d8ed;
  background-size: 75% 75%; }

input[type="radio"] {
  border-radius: 50%;
  transition: box-shadow .2s; }
  input[type="radio"]:checked {
    box-shadow: inset 0 0 0 10px #c2d8ed; }

.div_multicheckbox,
.div_select,
.div_radio,
.button_div,
.req-text {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .div_multicheckbox select,
  .div_select select,
  .div_radio select,
  .button_div select,
  .req-text select {
    margin-bottom: 0; }

.div_radio input[type="radio"]:not(:first-of-type) {
  margin-left: 25px; }

.div_checkbox {
  float: left;
  margin-bottom: 30px; }

.wpmem_msg {
  margin-bottom: 30px;
  padding: 15px 20px;
  text-align: left;
  color: #fff;
  background-color: #c2d8ed; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  margin-bottom: 30px;
  padding: 0;
  color: #434346; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  height: auto;
  border-bottom: 1px solid #c2d8ed;
  line-height: 1.5; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus {
    border-bottom: 1px solid #007fff; }

textarea {
  border-bottom: none;
  background-image: linear-gradient(transparent 26px, #c2d8ed 1px);
  background-attachment: local;
  background-position: 0 0;
  background-clip: content-box;
  background-size: 1px 1.5em;
  resize: vertical; }
  textarea:focus {
    background-image: linear-gradient(transparent 26px, #007fff 1px); }

.b-company-profile {
  display: block;
  position: relative;
  margin-top: 120px;
  margin-bottom: 40px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  padding: 0 15px 30px;
  background-color: #E5F2FF; }
  .b-company-profile:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 64em) {
    .b-company-profile {
      margin-left: -60px;
      padding-left: 60px; } }
  @media print {
    .b-company-profile {
      padding: 0;
      margin-top: 30px; } }
  .b-company-profile .profile-header {
    position: relative;
    float: left;
    margin-top: -87px;
    margin-bottom: 25px; }
    @media screen and (min-width: 40em) {
      .b-company-profile .profile-header {
        width: 25%; } }
    @media screen and (min-width: 64em) {
      .b-company-profile .profile-header {
        width: auto;
        margin-top: -50px;
        margin-bottom: 0; } }
    @media print {
      .b-company-profile .profile-header {
        margin-top: 0;
        margin-bottom: 0; } }
  .b-company-profile .profile-heading {
    font-size: 18px;
    margin-bottom: 15px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .b-company-profile .profile-heading {
        white-space: nowrap; } }
    @media screen and (min-width: 64em) {
      .b-company-profile .profile-heading {
        position: absolute;
        right: -30px;
        line-height: 50px;
        width: 200%;
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }
  .b-company-profile .profile-excerpt {
    clear: left;
    font-size: 16px; }
    @media screen and (min-width: 40em) {
      .b-company-profile .profile-excerpt {
        float: right;
        clear: none;
        width: calc(100% - 270px);
        margin-top: 40px; } }
    @media print {
      .b-company-profile .profile-excerpt {
        clear: none;
        margin-top: 30px;
        float: right;
        width: calc(100% - 320px); } }
  .b-company-profile .profile-image {
    position: relative;
    display: block;
    min-height: 135px;
    max-width: 240px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff;
    background-position: center;
    background-size: 30%;
    padding: 20px; }
    @media print {
      .b-company-profile .profile-image {
        padding: 0;
        margin-right: 20px; } }
    .b-company-profile .profile-image.m-empty {
      width: 240px;
      background-color: #E5F2FF; }
  .b-company-profile .contact-links {
    background-repeat: no-repeat;
    float: left;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    border: none;
    text-indent: -99999px;
    background-color: #c2d8ed;
    background-position: center;
    background-size: 25px 25px;
    transition: background-color .2s; }
    @media screen and (min-width: 64em) {
      .b-company-profile .contact-links {
        width: 40px;
        height: 40px; } }
    @media print {
      .b-company-profile .contact-links {
        text-indent: 0;
        width: auto;
        height: auto;
        float: none;
        display: block; }
        .b-company-profile .contact-links:after {
          display: none; } }
    .b-company-profile .contact-links + .contact-links {
      margin-left: 3px; }
      @media print {
        .b-company-profile .contact-links + .contact-links {
          margin-left: 0; } }
    .b-company-profile .contact-links:hover {
      background-color: #434346; }
    .b-company-profile .contact-links[href^="tel"] {
      background-repeat: no-repeat; }
    .b-company-profile .contact-links[href^="mailto:"] {
      background-repeat: no-repeat;
      background-size: 23px 19px; }
  .b-company-profile .company-link {
    position: absolute;
    right: 20px;
    bottom: -40px;
    font-size: 16px;
    line-height: 1.1;
    color: #88a2aa; }
    @media screen and (min-width: 64em) {
      .b-company-profile .company-link {
        top: -35px;
        right: 35px;
        bottom: auto; } }
    @media print {
      .b-company-profile .company-link {
        position: relative; } }
    .b-company-profile .company-link:hover {
      color: #556f77; }
      .b-company-profile .company-link:hover:after {
        background-repeat: no-repeat; }
    .b-company-profile .company-link:after {
      background-repeat: no-repeat;
      display: inline-block;
      width: 8px;
      height: 15px;
      margin-right: -20px;
      margin-left: 8px;
      content: ""; }

.b-contact-box {
  position: relative;
  padding: 20px;
  padding-bottom: 25px;
  background-color: #fff; }
  @media print {
    .b-contact-box {
      padding: 0; } }
  .b-sidebar *:not(.download-link-title) + .b-contact-box {
    margin-top: 60px; }
  .b-contact-box + .b-contact-box {
    margin-top: 10px; }
  .b-contact-box p + p {
    margin-top: 15px; }
  .b-contact-box .contact-title {
    box-sizing: border-box;
    height: 70px;
    margin: -20px;
    margin-bottom: 15px;
    padding: 0 90px 0 20px;
    font-weight: 900;
    color: #fff;
    background-color: #c2d8ed; }
    @media screen and (min-width: 40em) {
      .b-contact-box .contact-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        line-height: 70px; } }
    @media screen and (max-width: 39.9375em) {
      .b-contact-box .contact-title {
        display: table-cell;
        width: 100vw;
        vertical-align: middle;
        -ms-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px); } }
    @media print {
      .b-contact-box .contact-title {
        width: 100%;
        height: auto;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        line-height: 1.2; } }
  .b-contact-box .contact-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px; }
    @media print {
      .b-contact-box .contact-image {
        position: relative;
        margin-bottom: 20px; } }
  .b-contact-box .contact-name {
    display: block;
    font-size: 14px;
    line-height: 1.7em; }
    .b-contact-box .contact-name:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
    .b-contact-box .contact-name strong {
      display: block;
      font-size: 16px;
      font-weight: 900; }
  .b-contact-box .link-wrapper {
    display: block;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
    padding-left: 25px; }
    .b-contact-box .link-wrapper:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
  .b-contact-box .contact-links {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #434346;
    background-position: 0 center;
    background-size: 17px 17px; }
    .b-contact-box .contact-links::before {
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: -25px;
      display: block;
      width: 20px;
      height: 20px;
      content: "";
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
    @media print {
      .b-contact-box .contact-links {
        padding-left: 0;
        text-decoration: none; }
        .b-contact-box .contact-links:after {
          display: none; } }
    .b-contact-box .contact-links:first-child {
      margin-top: 0; }
    .b-contact-box .contact-links[href^="tel"]::before {
      background-repeat: no-repeat; }
    .b-contact-box .contact-links[href^="fax"]::before {
      background-repeat: no-repeat; }
    .b-contact-box .contact-links[href^="mailto:"]::before {
      background-repeat: no-repeat;
      background-size: 17px 16px; }

.b-contact-box.m-hr {
  color: #fff;
  background-color: #007fff; }
  .b-contact-box.m-hr .contact-links {
    color: inherit; }
    .b-contact-box.m-hr .contact-links::before {
      background-repeat: no-repeat; }
    .b-contact-box.m-hr .contact-links[href^="fax"]::before {
      background-repeat: no-repeat; }
    .b-contact-box.m-hr .contact-links[href^="tel"]::before {
      background-repeat: no-repeat; }
    .b-contact-box.m-hr .contact-links[href^="mailto:"]::before {
      background-repeat: no-repeat; }
  .b-contact-box.m-hr .contact-title {
    background-color: rgba(10, 10, 10, 0.1); }

.b-event-date-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #007fff;
  transition: box-shadow .2s, transform .2s; }
  @media print {
    .b-event-date-badge {
      border: 1px solid #0a0a0a; } }
  .b-event-date-badge.m-big {
    width: 60px;
    height: 84px; }
    .b-event-date-badge.m-big .day {
      font-size: 20px;
      line-height: 33px; }
    .b-event-date-badge.m-big .month {
      font-size: 14px;
      line-height: 24px; }
    .b-event-date-badge.m-big .year {
      font-size: 14px;
      line-height: 24px; }
  .b-event-date-badge span {
    display: block; }
  .b-event-date-badge .day {
    margin-top: 3px;
    font-size: 17px;
    font-weight: 900;
    line-height: 27px; }
  .b-event-date-badge .month {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.1); }

.b-footer {
  display: block;
  position: relative;
  margin-top: 85px;
  padding: 40px 30px;
  font-size: 18px;
  color: #fff;
  background-color: #007fff; }
  .b-footer:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 40em) {
    .b-footer {
      margin-top: 150px;
      padding-top: 90px; } }
  @media screen and (min-width: 90em) {
    .b-footer {
      padding: 90px calc(50% - 660px) 40px; } }
  @media print {
    .b-footer {
      display: none; } }
  .b-footer a {
    font-weight: bold;
    color: #5f91c8; }
  .b-footer .b-newsletter-form {
    margin: -85px -15px 30px; }
    @media screen and (min-width: 40em) {
      .b-footer .b-newsletter-form {
        position: absolute;
        top: -35px;
        right: 30px;
        left: 50%;
        margin: 0;
		max-width: 660px; } }
    @media screen and (min-width: 90em) {
      .b-footer .b-newsletter-form {
        right: calc(50% - 660px); } }
  .b-footer div[class^="menu-"],
  .b-footer .meta-right {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }
  @media screen and (min-width: 40em) {
    .b-footer .meta-left {
      float: left;
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .b-footer .meta-left {
      width: 25%;
      vertical-align: top; } }
  .b-footer .meta-right {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    @media screen and (min-width: 64em) {
      .b-footer .meta-right {
        width: 48%;
        border: none;
        vertical-align: bottom; } }
  .b-footer div[class^="menu-"] {
    padding-top: 20px; }
    @media screen and (min-width: 40em) {
      .b-footer div[class^="menu-"] {
        float: left;
        width: 100%;
        border-top: none;
        padding-top: 0; } }
    @media screen and (min-width: 64em) {
      .b-footer div[class^="menu-"] {
        width: 25%;
        vertical-align: top; } }
    .b-footer div[class^="menu-"] ul {
      margin-left: 0;
      padding-left: 0;
      list-style: none;
      display: block;
      margin-bottom: 0; }
      .b-footer div[class^="menu-"] ul:after {
        visibility: hidden;
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        content: ""; }
      .b-footer div[class^="menu-"] ul li {
        float: left;
        width: 50%; }
        @media screen and (min-width: 64em) {
          .b-footer div[class^="menu-"] ul li {
            float: none; } }
        .b-footer div[class^="menu-"] ul li:not(:last-child) {
          margin-bottom: 14px; }
          @media screen and (min-width: 64em) {
            .b-footer div[class^="menu-"] ul li:not(:last-child) {
              margin-bottom: 25px; } }
        .b-footer div[class^="menu-"] ul li:nth-last-child(2):nth-child(2n + 1) {
          margin-bottom: 0; }
          @media screen and (min-width: 64em) {
            .b-footer div[class^="menu-"] ul li:nth-last-child(2):nth-child(2n + 1) {
              margin-bottom: 25px; } }
        .b-footer div[class^="menu-"] ul li a {
          font-weight: bold;
          color: #fff; }
  @media screen and (min-width: 64em) {
    .b-footer div[class^="menu-"],
    .b-footer .meta-right,
    .b-footer .meta-left {
      float: none;
      display: inline-block; } }
  .b-footer .widget-area:not(.newsletter-left):not(.newsletter-right) {
    padding: 20px 0; }
  .b-footer .widget-title,
  .b-footer .list-title {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #fff; }
  .b-footer .foot-left,
  .b-footer .foot-right {
    float: left;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .b-footer .foot-left,
      .b-footer .foot-right {
        width: 50%;
        padding-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .b-footer .foot-left,
      .b-footer .foot-right {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 40px; } }
    .b-footer .foot-left ul,
    .b-footer .foot-right ul {
      margin-bottom: 0; }
      .b-footer .foot-left ul a,
      .b-footer .foot-right ul a {
        border: none; }
  .b-footer .foot-left {
    padding-bottom: 0; }
    @media screen and (min-width: 64em) {
      .b-footer .foot-left {
        clear: left; } }

.b-header {
  position: relative;
  z-index: 6;
  max-width: 1440px;
  margin: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  font-weight: bold;
  background-color: #fff; }
  @media screen and (min-width: 64em) {
    .b-header {
      margin-top: 40px;
      margin-bottom: 60px; } }
  @media screen and (min-width: 90em) {
    .b-header {
      margin-right: auto;
      margin-left: auto;
      position: sticky;
        top: 0;
      } }
  @media print {
    .b-header {
      display: none; } }
  @media screen and (min-width: 64em) {
    .b-header [id*="polylang"] {
      vertical-align: top; } }
  .b-header select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: 0;
    border: none;
    padding: 0;
    font-size: 18px;
    color: #fff;
    background: none; }
    @media screen and (min-width: 64em) {
      .b-header select {
        float: left;
        height: 40px;
        margin-bottom: 0;
        color: #007fff; } }
    .b-header select:hover {
      cursor: pointer; }
  @media screen and (min-width: 64em) {
    .b-header [id*="search-"] {
      float: right;
      margin-left: 20px; } }
  .b-header .screen-reader-text {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0); }
  .b-header .searchform {
    position: relative;
    z-index: 100; }
    @media screen and (min-width: 64em) {
      .b-header .searchform {
        height: 40px; } }
    @media screen and (max-width: 74.9375em) {
      .b-header .searchform {
        margin: 25px 0; } }
    .b-header .searchform input[type="text"] {
      margin-bottom: 0;
      box-shadow: none;
      border: none;
      border-bottom: 1px solid #fff;
      padding: 0;
      color: #c2d8ed;
      background: none; }
      @media screen and (min-width: 64em) {
        .b-header .searchform input[type="text"] {
          position: relative;
          top: calc(50% + 1px);
          border-color: #c2d8ed;
          font-size: 14px;
          font-weight: 900;
          text-transform: uppercase;
          color: #c2d8ed;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
      @media screen and (max-width: 74.9375em) {
        .b-header .searchform input[type="text"] {
          color: #fff; }
          .b-header .searchform input[type="text"]::-webkit-input-placeholder {
            color: #fff; }
          .b-header .searchform input[type="text"]:-moz-placeholder {
            /* Firefox 18- */
            color: #fff; }
          .b-header .searchform input[type="text"]::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff; }
          .b-header .searchform input[type="text"]:-ms-input-placeholder {
            color: #fff; } }
      .b-header .searchform input[type="text"]::-webkit-input-placeholder {
        font-weight: 900; }
      .b-header .searchform input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        font-weight: 900; }
      .b-header .searchform input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 900; }
      .b-header .searchform input[type="text"]:-ms-input-placeholder {
        font-weight: 900; }
      @media screen and (min-width: 64em) {
        .single-media .b-header .searchform input[type="text"],
        .single-event .b-header .searchform input[type="text"],
        .page-template-page .b-header .searchform input[type="text"],
        .page-template-page-headline .b-header .searchform input[type="text"],
        .page-template-page-header-image .b-header .searchform input[type="text"],
        .page-template-page-dark-background .b-header .searchform input[type="text"],
        .page-template-page-landing .b-header .searchform input[type="text"],
        .search-results .b-header .searchform input[type="text"] {
          border-bottom-color: #fff; } }
    .b-header .searchform input[type="submit"] {
      overflow: hidden;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      position: absolute;
      right: 0;
      border: none;
      text-indent: -200vw;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 63.9375em) {
        .b-header .searchform input[type="submit"] {
          background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF'%3E%3Cpath fill='%23FFF' stroke-width='1.3' d='M17.344 16.45l4.733 4.732c.19.19.592.097.897-.208.305-.305.398-.707.208-.897l-4.733-4.733c-.19-.19-.6-.097-.9.208-.31.305-.4.707-.21.897z'/%3E%3Cpath stroke-width='2' d='M13.666 2.812a.323.323 0 0 0-.445.066c-.1.138-.07.334.07.436.13.095.26.194.38.297.72.6 1.1 1.02 1.53 1.84.53 1 .798 2.09.798 3.226 0 3.883-3.22 7.04-7.177 7.04-3.957 0-7.176-3.16-7.176-7.04 0-3.885 3.22-7.044 7.176-7.044.174 0 .316-.14.316-.312S8.99 1 8.814 1C4.504 1 1 4.44 1 8.667s3.505 7.666 7.813 7.666c4.307 0 7.812-3.44 7.812-7.666 0-1.22-.3-2.433-.865-3.51-.547-1.04-1.132-1.646-2.094-2.345z'/%3E%3C/g%3E%3C/svg%3E"); } }
      @media screen and (min-width: 64em) {
        .b-header .searchform input[type="submit"] {
          background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%2388A2AA'%3E%3Cpath fill='%2388A2AA' stroke-width='1.3' d='M17.344 16.45l4.733 4.732c.19.19.592.097.897-.208.305-.305.398-.707.208-.897l-4.733-4.733c-.19-.19-.6-.097-.9.208-.31.305-.4.707-.21.897z'/%3E%3Cpath stroke-width='2' d='M13.666 2.812a.323.323 0 0 0-.445.066c-.1.138-.07.334.07.436.13.095.26.194.38.297.72.6 1.1 1.02 1.53 1.84.53 1 .798 2.09.798 3.226 0 3.883-3.22 7.04-7.177 7.04-3.957 0-7.176-3.16-7.176-7.04 0-3.885 3.22-7.044 7.176-7.044.174 0 .316-.14.316-.312S8.99 1 8.814 1C4.504 1 1 4.44 1 8.667s3.505 7.666 7.813 7.666c4.307 0 7.812-3.44 7.812-7.666 0-1.22-.3-2.433-.865-3.51-.547-1.04-1.132-1.646-2.094-2.345z'/%3E%3C/g%3E%3C/svg%3E"); }
          .b-header .searchform input[type="submit"]:hover {
            background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23434346'%3E%3Cpath fill='%23434346' stroke-width='1.3' d='M17.344 16.45l4.733 4.732c.19.19.592.097.897-.208.305-.305.398-.707.208-.897l-4.733-4.733c-.19-.19-.6-.097-.9.208-.31.305-.4.707-.21.897z'/%3E%3Cpath stroke-width='2' d='M13.666 2.812a.323.323 0 0 0-.445.066c-.1.138-.07.334.07.436.13.095.26.194.38.297.72.6 1.1 1.02 1.53 1.84.53 1 .798 2.09.798 3.226 0 3.883-3.22 7.04-7.177 7.04-3.957 0-7.176-3.16-7.176-7.04 0-3.885 3.22-7.044 7.176-7.044.174 0 .316-.14.316-.312S8.99 1 8.814 1C4.504 1 1 4.44 1 8.667s3.505 7.666 7.813 7.666c4.307 0 7.812-3.44 7.812-7.666 0-1.22-.3-2.433-.865-3.51-.547-1.04-1.132-1.646-2.094-2.345z'/%3E%3C/g%3E%3C/svg%3E"); } }
      @media screen and (max-width: 74.9375em) {
        .b-header .searchform input[type="submit"] {
          top: -12px;
          width: 35px;
          height: 45px; } }
      @media screen and (min-width: 64em) {
        .b-header .searchform input[type="submit"] {
          top: 50%;
          width: 14px;
          height: 22px;
          background-size: contain;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
      @media screen and (min-width: 64em) {
        .single-media .b-header .searchform input[type="submit"],
        .single-event .b-header .searchform input[type="submit"],
        .page-template-page .b-header .searchform input[type="submit"],
        .page-template-page-headline .b-header .searchform input[type="submit"],
        .page-template-page-header-image .b-header .searchform input[type="submit"],
        .page-template-page-dark-background .b-header .searchform input[type="submit"],
        .page-template-page-landing .b-header .searchform input[type="submit"],
        .search-results .b-header .searchform input[type="submit"] {
          background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23FFF'%3E%3Cpath fill='%23FFF' stroke-width='1.3' d='M17.344 16.45l4.733 4.732c.19.19.592.097.897-.208.305-.305.398-.707.208-.897l-4.733-4.733c-.19-.19-.6-.097-.9.208-.31.305-.4.707-.21.897z'/%3E%3Cpath stroke-width='2' d='M13.666 2.812a.323.323 0 0 0-.445.066c-.1.138-.07.334.07.436.13.095.26.194.38.297.72.6 1.1 1.02 1.53 1.84.53 1 .798 2.09.798 3.226 0 3.883-3.22 7.04-7.177 7.04-3.957 0-7.176-3.16-7.176-7.04 0-3.885 3.22-7.044 7.176-7.044.174 0 .316-.14.316-.312S8.99 1 8.814 1C4.504 1 1 4.44 1 8.667s3.505 7.666 7.813 7.666c4.307 0 7.812-3.44 7.812-7.666 0-1.22-.3-2.433-.865-3.51-.547-1.04-1.132-1.646-2.094-2.345z'/%3E%3C/g%3E%3C/svg%3E"); } }
  .b-header .main-logo {
    float: left;
    margin-bottom: 0;
    font-size: 0;
    text-indent: -200%; }
    .b-header .main-logo img {
      display: block;
      width: 168px;
      height: auto;
      margin-top: 16px;
      margin-left: 15px; }
      @media screen and (min-width: 64em) {
        .b-header .main-logo img {
          width: 246px;
          height: auto;
          margin: 28px 61px; } }
  .b-header .menu-toggle {
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
    width: 60px;
    height: 60px;
    text-indent: -200vw;
    color: transparent;
    background-color: #007fff;
    background-position: center;
    transition: background .2s; }
    @media screen and (min-width: 64em) {
      .b-header .menu-toggle {
        display: none; } }
    .b-header .menu-toggle:hover, .b-header .menu-toggle.active {
      background-color: #007fff; }
  .b-header .navigation-wrapper {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    padding: 15px;
    background-color: #007fff; }
    @media screen and (min-width: 64em) {
      .b-header .navigation-wrapper {
        box-sizing: border-box;
        top: -40px;
        bottom: 0;
        left: 30%;
        display: block;
        padding-top: 0;
        padding-right: 0;
        text-align: right;
        background-color: transparent; } }
    @media screen and (min-width: 64em) {
      .b-header .navigation-wrapper div[id*="text"] {
        float: right; } }
  .b-header .head-nav ul,
  .b-header .main-nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0; }
    @media screen and (min-width: 64em) {
      .b-header .head-nav ul li,
      .b-header .main-nav ul li {
        display: inline-block; } }
    .b-header .head-nav ul li a,
    .b-header .main-nav ul li a {
      border: none;
      line-height: 2.2em;
      color: #fff; }
      @media screen and (min-width: 64em) {
        .b-header .head-nav ul li a,
        .b-header .main-nav ul li a {
          color: #434346; } }
  .b-header .head-nav {
    margin-top: 10px;
    font-size: 18px; }
    @media screen and (min-width: 64em) {
      .b-header .head-nav {
        position: relative;
        width: 40%;
        height: 40px;
        margin-top: 0; }
        .b-header .head-nav a:hover {
          color: #434346; }
        .b-header .head-nav a[href*="/kontakt"], .b-header .head-nav a[href*="/contact"] {
          overflow: hidden;
          display: block;
          width: 17px;
          height: 16px;
          margin-top: 3px;
          margin-bottom: -3px;
          text-indent: -200vw;
          color: transparent;
          background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='17' height='16' viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M15.39 8.54v5.539H1.61V1.922h14.085c.168 0 .305-.207.305-.461 0-.255-.137-.461-.305-.461H1.305C1.137 1 1 1.206 1 1.46v13.08c0 .253.137.46.305.46h14.39c.168 0 .305-.207.305-.46v-6c0-.255-.137-.461-.305-.461-.169 0-.306.206-.306.46zM5.285 10.494c0 .16.153.258.242.155l2.1-2.385.778.882a.12.12 0 0 0 .188 0l.777-.882 2.1 2.385c.091.104.243.004.243-.155 0-.062-.02-.12-.056-.158L9.602 8.002l2.055-2.332a.237.237 0 0 0 .057-.16c0-.111-.066-.202-.148-.202a.128.128 0 0 0-.095.047L8.5 8.729 5.529 5.355a.127.127 0 0 0-.095-.047c-.082 0-.148.09-.148.202 0 .062.02.12.056.159l2.056 2.333-2.055 2.333a.234.234 0 0 0-.057.16z' stroke-width='1.134' stroke='%239EADBA' fill='%239EADBA' fill-rule='evenodd'/%3E%3C/svg%3E");
          background-repeat: no-repeat; }
          .single-media .b-header .head-nav a[href*="/kontakt"],
          .single-media .b-header .head-nav a[href*="/kontakt"]:hover,
          .single-event .b-header .head-nav a[href*="/kontakt"],
          .single-event .b-header .head-nav a[href*="/kontakt"]:hover,
          .page-template-page .b-header .head-nav a[href*="/kontakt"],
          .page-template-page .b-header .head-nav a[href*="/kontakt"]:hover,
          .page-template-page-headline .b-header .head-nav a[href*="/kontakt"],
          .page-template-page-headline .b-header .head-nav a[href*="/kontakt"]:hover,
          .page-template-page-header-image .b-header .head-nav a[href*="/kontakt"],
          .page-template-page-header-image .b-header .head-nav a[href*="/kontakt"]:hover,
          .page-template-page-dark-background .b-header .head-nav a[href*="/kontakt"],
          .page-template-page-dark-background .b-header .head-nav a[href*="/kontakt"]:hover,
          .page-template-page-landing .b-header .head-nav a[href*="/kontakt"],
          .page-template-page-landing .b-header .head-nav a[href*="/kontakt"]:hover,
          .search-results .b-header .head-nav a[href*="/kontakt"],
          .search-results .b-header .head-nav a[href*="/kontakt"]:hover, .single-media .b-header .head-nav a[href*="/contact"],
          .single-media .b-header .head-nav a[href*="/contact"]:hover,
          .single-event .b-header .head-nav a[href*="/contact"],
          .single-event .b-header .head-nav a[href*="/contact"]:hover,
          .page-template-page .b-header .head-nav a[href*="/contact"],
          .page-template-page .b-header .head-nav a[href*="/contact"]:hover,
          .page-template-page-headline .b-header .head-nav a[href*="/contact"],
          .page-template-page-headline .b-header .head-nav a[href*="/contact"]:hover,
          .page-template-page-header-image .b-header .head-nav a[href*="/contact"],
          .page-template-page-header-image .b-header .head-nav a[href*="/contact"]:hover,
          .page-template-page-dark-background .b-header .head-nav a[href*="/contact"],
          .page-template-page-dark-background .b-header .head-nav a[href*="/contact"]:hover,
          .page-template-page-landing .b-header .head-nav a[href*="/contact"],
          .page-template-page-landing .b-header .head-nav a[href*="/contact"]:hover,
          .search-results .b-header .head-nav a[href*="/contact"],
          .search-results .b-header .head-nav a[href*="/contact"]:hover {
            background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='17' height='16' viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M15.39 8.54v5.539H1.61V1.922h14.085c.168 0 .305-.207.305-.461 0-.255-.137-.461-.305-.461H1.305C1.137 1 1 1.206 1 1.46v13.08c0 .253.137.46.305.46h14.39c.168 0 .305-.207.305-.46v-6c0-.255-.137-.461-.305-.461-.169 0-.306.206-.306.46zM5.285 10.494c0 .16.153.258.242.155l2.1-2.385.778.882a.12.12 0 0 0 .188 0l.777-.882 2.1 2.385c.091.104.243.004.243-.155 0-.062-.02-.12-.056-.158L9.602 8.002l2.055-2.332a.237.237 0 0 0 .057-.16c0-.111-.066-.202-.148-.202a.128.128 0 0 0-.095.047L8.5 8.729 5.529 5.355a.127.127 0 0 0-.095-.047c-.082 0-.148.09-.148.202 0 .062.02.12.056.159l2.056 2.333-2.055 2.333a.234.234 0 0 0-.057.16z' stroke-width='1.134' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }
          .b-header .head-nav a[href*="/kontakt"]:hover, .b-header .head-nav a[href*="/contact"]:hover {
            color: transparent;
            background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16'%3E%3Cpath fill='%23434346' fill-rule='evenodd' stroke='%23434346' stroke-width='1.134' d='M15.39 8.54v5.54H1.61V1.92h14.085c.168 0 .305-.207.305-.46 0-.256-.137-.462-.305-.462H1.305C1.137 1 1 1.206 1 1.46v13.08c0 .253.137.46.305.46h14.39c.168 0 .305-.207.305-.46v-6c0-.255-.137-.46-.305-.46-.17 0-.306.205-.306.46zM5.285 10.494c0 .16.153.258.242.155l2.1-2.387.778.882a.12.12 0 0 0 .188 0l.777-.882 2.1 2.385c.092.103.244.003.244-.156a.23.23 0 0 0-.056-.158L9.602 8.002l2.055-2.332a.235.235 0 0 0 .057-.16c0-.11-.066-.202-.148-.202a.128.128 0 0 0-.095.047L8.5 8.73 5.53 5.354a.13.13 0 0 0-.096-.047c-.082 0-.148.09-.148.202 0 .06.02.12.056.16L7.398 8l-2.055 2.333a.235.235 0 0 0-.057.16z'/%3E%3C/svg%3E"); } }
  @media screen and (min-width: 64em) {
    .b-header .main-nav {
      position: absolute;
      right: 60px;
      bottom: 15px;
      text-align: right; } }
  .b-header .main-nav li a {
    font-size: 20px;
    font-weight: bold; }
    @media screen and (min-width: 64em) {
      .b-header .main-nav li a {
        color: #434346; } }
  @media screen and (min-width: 64em) {
    .b-header .main-nav li + li {
      margin-left: 18px; } }
  @media screen and (min-width: 64em) {
    .b-header .main-nav li.current-menu-item a,
    .b-header .main-nav li:hover a {
      color: #88a2aa; } }
  @media screen and (min-width: 64em) {
    .b-header [id*="polylang"],
    .b-header .head-nav,
    .b-header [id*="nav_menu"] {
      display: inline-block; } }
  .b-header .head-nav ul li a,
  .b-header .main-nav ul li a,
  .b-header [id*="polylang"] ul,
  .b-header .menu-de-members-container ul li a {
    transition: color .2s; }
  @media screen and (min-width: 64em) {
    .b-header .head-nav ul li a,
    .b-header [id*="polylang"] ul {
      font-size: 14px;
      font-weight: 900;
      text-transform: uppercase; } }
  .b-header [id*="polylang"] ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    margin-bottom: 0;
    line-height: 2.2em; }
    .b-header [id*="polylang"] ul:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
    @media screen and (max-width: 39.9375em) {
      .b-header [id*="polylang"] ul {
        margin-top: 10px; } }
  .b-header .lang-item {
    float: left; }
    .b-header .lang-item.current-lang {
      background-color: rgba(0, 41, 74, 0.3); }
      @media screen and (min-width: 64em) {
        .b-header .lang-item.current-lang {
          background-color: rgba(136, 162, 170, 0.4); } }
    .b-header .lang-item > a {
      display: block;
      margin-left: 0;
      border: none;
      font-weight: 900;
      color: #c2d8ed; }
      .b-header .lang-item > a:hover {
        color: #434346; }
    .b-header .lang-item img {
      vertical-align: text-top;
      background-color: #fff; }
      @media screen and (min-width: 64em) {
        .b-header .lang-item img {
          max-height: 12px; } }
  @media screen and (min-width: 64em) {
    .b-header .head-nav ul li a,
    .b-header [id*="polylang"] ul {
      margin-left: 16px;
      line-height: 40px;
      color: #c2d8ed; }
      .b-header .head-nav ul li a:hover,
      .b-header [id*="polylang"] ul:hover {
        color: #434346; } }
  @media screen and (min-width: 64em) {
    .single-media .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .single-event .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .page-template-page .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .page-template-page-headline .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .page-template-page-header-image .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .page-template-page-dark-background .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .page-template-page-landing .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]),
    .search-results .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]), .single-media
    .b-header [id*="polylang"] ul,
    .single-event
    .b-header [id*="polylang"] ul,
    .page-template-page
    .b-header [id*="polylang"] ul,
    .page-template-page-headline
    .b-header [id*="polylang"] ul,
    .page-template-page-header-image
    .b-header [id*="polylang"] ul,
    .page-template-page-dark-background
    .b-header [id*="polylang"] ul,
    .page-template-page-landing
    .b-header [id*="polylang"] ul,
    .search-results
    .b-header [id*="polylang"] ul, .single-media
    .b-header [id*="polylang"] a,
    .single-event
    .b-header [id*="polylang"] a,
    .page-template-page
    .b-header [id*="polylang"] a,
    .page-template-page-headline
    .b-header [id*="polylang"] a,
    .page-template-page-header-image
    .b-header [id*="polylang"] a,
    .page-template-page-dark-background
    .b-header [id*="polylang"] a,
    .page-template-page-landing
    .b-header [id*="polylang"] a,
    .search-results
    .b-header [id*="polylang"] a, .single-media
    .b-header .searchform input[type="text"],
    .single-event
    .b-header .searchform input[type="text"],
    .page-template-page
    .b-header .searchform input[type="text"],
    .page-template-page-headline
    .b-header .searchform input[type="text"],
    .page-template-page-header-image
    .b-header .searchform input[type="text"],
    .page-template-page-dark-background
    .b-header .searchform input[type="text"],
    .page-template-page-landing
    .b-header .searchform input[type="text"],
    .search-results
    .b-header .searchform input[type="text"] {
      color: #fff; }
      .single-media .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .single-event .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .page-template-page .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .page-template-page-headline .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .page-template-page-header-image .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .page-template-page-dark-background .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .page-template-page-landing .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder,
      .search-results .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-webkit-input-placeholder, .single-media
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .single-event
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .page-template-page
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] ul::-webkit-input-placeholder,
      .search-results
      .b-header [id*="polylang"] ul::-webkit-input-placeholder, .single-media
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .single-event
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .page-template-page
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] a::-webkit-input-placeholder,
      .search-results
      .b-header [id*="polylang"] a::-webkit-input-placeholder, .single-media
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .single-event
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .page-template-page
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .page-template-page-headline
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .page-template-page-header-image
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .page-template-page-dark-background
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .page-template-page-landing
      .b-header .searchform input[type="text"]::-webkit-input-placeholder,
      .search-results
      .b-header .searchform input[type="text"]::-webkit-input-placeholder {
        color: #fff; }
      .single-media .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .single-event .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .page-template-page .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .page-template-page-headline .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .page-template-page-header-image .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .page-template-page-dark-background .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .page-template-page-landing .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder,
      .search-results .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-moz-placeholder, .single-media
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .single-event
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .page-template-page
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] ul:-moz-placeholder,
      .search-results
      .b-header [id*="polylang"] ul:-moz-placeholder, .single-media
      .b-header [id*="polylang"] a:-moz-placeholder,
      .single-event
      .b-header [id*="polylang"] a:-moz-placeholder,
      .page-template-page
      .b-header [id*="polylang"] a:-moz-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] a:-moz-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] a:-moz-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] a:-moz-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] a:-moz-placeholder,
      .search-results
      .b-header [id*="polylang"] a:-moz-placeholder, .single-media
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .single-event
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .page-template-page
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .page-template-page-headline
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .page-template-page-header-image
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .page-template-page-dark-background
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .page-template-page-landing
      .b-header .searchform input[type="text"]:-moz-placeholder,
      .search-results
      .b-header .searchform input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
      .single-media .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .single-event .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .page-template-page .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .page-template-page-headline .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .page-template-page-header-image .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .page-template-page-dark-background .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .page-template-page-landing .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder,
      .search-results .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"])::-moz-placeholder, .single-media
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .single-event
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .page-template-page
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] ul::-moz-placeholder,
      .search-results
      .b-header [id*="polylang"] ul::-moz-placeholder, .single-media
      .b-header [id*="polylang"] a::-moz-placeholder,
      .single-event
      .b-header [id*="polylang"] a::-moz-placeholder,
      .page-template-page
      .b-header [id*="polylang"] a::-moz-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] a::-moz-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] a::-moz-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] a::-moz-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] a::-moz-placeholder,
      .search-results
      .b-header [id*="polylang"] a::-moz-placeholder, .single-media
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .single-event
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .page-template-page
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .page-template-page-headline
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .page-template-page-header-image
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .page-template-page-dark-background
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .page-template-page-landing
      .b-header .searchform input[type="text"]::-moz-placeholder,
      .search-results
      .b-header .searchform input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .single-media .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .single-event .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .page-template-page .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .page-template-page-headline .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .page-template-page-header-image .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .page-template-page-dark-background .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .page-template-page-landing .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder,
      .search-results .b-header .head-nav ul li a:not([href*="/kontakt"]):not([href*="/contact"]):-ms-input-placeholder, .single-media
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .single-event
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .page-template-page
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] ul:-ms-input-placeholder,
      .search-results
      .b-header [id*="polylang"] ul:-ms-input-placeholder, .single-media
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .single-event
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .page-template-page
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .page-template-page-headline
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .page-template-page-header-image
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .page-template-page-dark-background
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .page-template-page-landing
      .b-header [id*="polylang"] a:-ms-input-placeholder,
      .search-results
      .b-header [id*="polylang"] a:-ms-input-placeholder, .single-media
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .single-event
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .page-template-page
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .page-template-page-headline
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .page-template-page-header-image
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .page-template-page-dark-background
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .page-template-page-landing
      .b-header .searchform input[type="text"]:-ms-input-placeholder,
      .search-results
      .b-header .searchform input[type="text"]:-ms-input-placeholder {
        color: #fff; } }

.b-hint {
  padding: 20px 15px;
  background-color: #E5F2FF; }
  .page-template-page-dark-background .b-hint {
    color: #fff;
    background-color: #0a1d37; }

.b-image-link {
  width: auto;
  margin: 0 0 20px; }
  .b-image-link.m-large, .b-image-link.m-super {
    width: 100%; }
    @media screen and (min-width: 64em) {
      .b-image-link.m-large, .b-image-link.m-super {
        width: auto; } }
  .b-image-link.m-left .image-wrap, .b-image-link.m-right .image-wrap {
    text-align: left; }
  .b-image-link.m-left:not(.m-super) {
    float: left;
    margin-right: 20px; }
  .b-image-link.m-right:not(.m-super) {
    float: right;
    margin-left: 20px; }
  .b-image-link .image-wrap {
    margin: 0;
    text-align: center; }
    .b-image-link .image-wrap.video .image-link:before,
    .b-image-link .image-wrap.audio .image-link:before,
    .b-image-link .image-wrap.bild .image-link:before {
      content: ""; }
    .b-image-link .image-wrap.video .image-link:before {
      background-repeat: no-repeat; }
    .b-image-link .image-wrap.audio .image-link:before {
      background-repeat: no-repeat; }
    .b-image-link .image-wrap.bild .image-link:before {
      background-repeat: no-repeat; }
  .b-image-link .image-link {
    position: relative;
    display: inline-block;
    border: none; }
    .b-image-link .image-link::before {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60px;
      height: 60px;
      background-color: #007fff;
      background-position: center;
      background-size: 40px;
      transition: transform .2s; }
    @media print {
      .b-image-link .image-link::after {
        display: none; } }
    .b-image-link .image-link:hover {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
      .b-image-link .image-link:hover::before {
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
        -ms-transform: translate(5px, 5px);
            transform: translate(5px, 5px); }
  .b-image-link .image-caption {
    padding: 5px 0;
    font-size: 16px; }

.b-link-teaser {
  position: relative;
  display: block;
  border: none;
  padding: 20px;
  padding-left: 70px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  color: #007fff;
  background-color: #E5F2FF;
  transition: .2s; }
  @media print {
    .b-link-teaser {
      padding-top: 0;
      padding-left: 60px; } }
  .b-link-teaser:before {
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 0 transparent;
    background-color: #007fff;
    background-position: center;
    content: "";
    transition: inherit; }
  .b-link-teaser + .b-link-teaser {
    margin-top: 10px; }
  @media screen and (min-width: 40em) {
    .b-link-teaser:first-child {
      margin-top: 90px; } }
  [data-whatinput="mouse"] .b-link-teaser:hover:before {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px); }
  .b-link-teaser .link-data,
  .b-link-teaser .link-subtitle {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #434346; }
  .b-link-teaser .link-data {
    text-transform: uppercase; }
  .b-link-teaser.m-download:before {
    background-repeat: no-repeat; }
  .b-link-teaser.m-download[href$=".pdf"]:before {
    background-repeat: no-repeat;
    background-color: #e33400; }

.b-logo-list {
  display: block; }
  .b-logo-list:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  .b-logo-list .list-title {
    margin-bottom: 20px;
    font-size: 18px; }
  .b-logo-list .logo-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  @media print {
    .b-logo-list .logo-link::after {
      display: none; } }
  .b-logo-list li {
    float: left;
    width: 50%;
    margin-bottom: 20px; }
    @media screen and (min-width: 40em) {
      .b-logo-list li {
         width: 20%;
        margin-right: 17px; } }
    @media screen and (min-width: 75em) {
      .b-logo-list li {
        margin-right: 20px;
       } }
    @media print {
      .b-logo-list li {
        width: auto;
        margin-right: 20px; } }
    .b-logo-list li:last-child, .b-logo-list li:nth-last-child(2):nth-child(2n + 1) {
      margin-bottom: 0; }

.b-logo-wall {
  display: block;
  position: relative;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  background-color: #007fff; }
  .b-logo-wall:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 64em) {
    .b-logo-wall {
      width: 100vw;
      margin-right: 0;
      margin-left: calc(-50vw + 50%); } }
  @media print {
    .b-logo-wall {
      display: none; } }
  .b-logo-wall .logo-wall-title {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0); }
  .b-logo-wall .logo-wall-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 25%; } }
    @media screen and (min-width: 64em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 30%; } }
    @media screen and (min-width: 75em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 33.333%; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 28.5712%; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 28.5712%; } }
    @media screen and (min-width: 100em) {
      .b-logo-wall .logo-wall-list.m-left, .b-logo-wall .logo-wall-list.m-right {
        width: 31.25%; } }
    @media screen and (max-width: 39.9375em) {
      .b-logo-wall .logo-wall-list.m-left {
        margin-bottom: 60%; } }
    @media screen and (min-width: 40em) {
      .b-logo-wall .logo-wall-list.m-right {
        float: right; } }
  .b-logo-wall .logo-item {
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6; }
    @media screen and (min-width: 40em) {
      .b-logo-wall .logo-item {
        width: 12.5%; } }
    @media screen and (min-width: 64em) {
      .b-logo-wall .logo-item {
        width: 10%; } }
    @media screen and (min-width: 75em) {
      .b-logo-wall .logo-item {
        width: 8.3333%; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .logo-item {
        width: 7.1428%; } }
    @media screen and (min-width: 100em) {
      .b-logo-wall .logo-item {
        width: 6.25%; } }
    .b-logo-wall .logo-item:nth-child(3) ~ .logo-item {
      display: none; }
      @media screen and (min-width: 40em) {
        .b-logo-wall .logo-item:nth-child(3) ~ .logo-item {
          display: block; } }
    @media screen and (min-width: 40em) {
      .b-logo-wall .logo-item:nth-child(8) ~ .logo-item {
        display: none; } }
    @media screen and (min-width: 64em) {
      .b-logo-wall .logo-item:nth-child(8) ~ .logo-item {
        display: block; } }
    @media screen and (min-width: 64em) {
      .b-logo-wall .logo-item:nth-child(10) ~ .logo-item {
        display: none; } }
    @media screen and (min-width: 75em) {
      .b-logo-wall .logo-item:nth-child(10) ~ .logo-item {
        display: block; } }
    @media screen and (min-width: 75em) {
      .b-logo-wall .logo-item:nth-child(12) ~ .logo-item {
        display: none; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .logo-item:nth-child(12) ~ .logo-item {
        display: block; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .logo-item:nth-child(14) ~ .logo-item {
        display: none; } }
    @media screen and (min-width: 100em) {
      .b-logo-wall .logo-item:nth-child(14) ~ .logo-item {
        display: block; } }
    @media screen and (min-width: 100em) {
      .b-logo-wall .logo-item:nth-child(16) ~ .logo-item {
        display: none; } }
  @media screen and (min-width: 40em) {
    .b-logo-wall .m-left .logo-item,
    .b-logo-wall .m-right .logo-item {
      width: 50%; } }
  @media screen and (min-width: 64em) {
    .b-logo-wall .m-left .logo-item,
    .b-logo-wall .m-right .logo-item {
      width: 33.3333%; } }
  @media screen and (min-width: 75em) {
    .b-logo-wall .m-left .logo-item,
    .b-logo-wall .m-right .logo-item {
      width: 25%; } }
  @media screen and (min-width: 100em) {
    .b-logo-wall .m-left .logo-item,
    .b-logo-wall .m-right .logo-item {
      width: 20%; } }
  .b-logo-wall .m-left .logo-item:nth-child(6) ~ .logo-item,
  .b-logo-wall .m-right .logo-item:nth-child(6) ~ .logo-item {
    display: none; }
    @media screen and (min-width: 75em) {
      .b-logo-wall .m-left .logo-item:nth-child(6) ~ .logo-item,
      .b-logo-wall .m-right .logo-item:nth-child(6) ~ .logo-item {
        display: block; } }
  @media screen and (min-width: 75em) {
    .b-logo-wall .m-left .logo-item:nth-child(8) ~ .logo-item,
    .b-logo-wall .m-right .logo-item:nth-child(8) ~ .logo-item {
      display: none; } }
  @media screen and (min-width: 100em) {
    .b-logo-wall .m-left .logo-item:nth-child(8) ~ .logo-item,
    .b-logo-wall .m-right .logo-item:nth-child(8) ~ .logo-item {
      display: block; } }
  @media screen and (min-width: 100em) {
    .b-logo-wall .m-left .logo-item:nth-child(10) ~ .logo-item,
    .b-logo-wall .m-right .logo-item:nth-child(10) ~ .logo-item {
      display: none; } }
  .b-logo-wall .logo-link {
    display: block;
    box-sizing: border-box;
    position: relative;
    height: 0;
    border: none;
    padding-top: 75%;
    background-color: #fff; }
    .b-logo-wall .logo-link:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
  .b-logo-wall .logo-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .b-logo-wall .wall-text {
    position: absolute;
    top: 31%;
    bottom: 31%;
    float: left;
    width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (min-width: 40em) {
      .b-logo-wall .wall-text {
        top: 20%;
        bottom: 20%;
        left: 50%;
        width: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
    @media screen and (min-width: 64em) {
      .b-logo-wall .wall-text {
        width: 40%; } }
    @media screen and (min-width: 75em) {
      .b-logo-wall .wall-text {
        width: 35%; } }
    @media screen and (min-width: 90em) {
      .b-logo-wall .wall-text {
        width: 43.40278%; } }
    @media screen and (min-width: 100em) {
      .b-logo-wall .wall-text {
        width: 38.125%; } }
    .b-logo-wall .wall-text:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      background-color: rgba(0, 127, 255,0.8);
      content: ""; }
  .b-logo-wall .wall-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    color: #fff;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

.b-members-nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-top: 30px; }
  @media screen and (min-width: 64em) {
    .b-members-nav {
      margin-top: 0;
      margin-left: 16px; } }
  .b-members-nav .menu {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%; }
    .b-members-nav .menu .nav-item {
      display: table-cell; }
      @media screen and (max-width: 39.9375em) {
        .b-members-nav .menu .nav-item {
          display: block; } }
      @media screen and (min-width: 40em) {
        .b-members-nav .menu .nav-item + .nav-item {
          padding-left: 15px; } }
      @media screen and (max-width: 39.9375em) {
        .b-members-nav .menu .nav-item + .nav-item {
          padding-top: 15px; } }
  .b-members-nav .nav-link {
    display: block;
    width: 100%;
    border: none;
    padding: 8px 15px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: #007fff;
    transition: background .2s, color .2s; }
    @media screen and (min-width: 64em) {
      .b-members-nav .nav-link {
        padding: 0;
        font-size: 14px;
        line-height: 40px;
        color: #c2d8ed;
        background: none; }
        .b-members-nav .nav-link:hover {
          color: #434346;
          background-color: none; }
        .single-media .b-members-nav .nav-link,
        .single-event .b-members-nav .nav-link,
        .page-template-page .b-members-nav .nav-link,
        .page-template-page-headline .b-members-nav .nav-link,
        .page-template-page-header-image .b-members-nav .nav-link,
        .page-template-page-dark-background .b-members-nav .nav-link,
        .page-template-page-landing .b-members-nav .nav-link,
        .search-results .b-members-nav .nav-link {
          color: #fff; } }
    @media screen and (min-width: 64em) {
      .b-members-nav .nav-link.m-login, .b-members-nav .nav-link.m-logout {
        padding: 0 15px;
        color: #fff;
        background-color: #007fff; } }
	.b-members-nav .nav-link.m-register {
		background-color: rgba(0, 94, 168, 0.8);
		color: #fff;
		padding: 0 15px;
	}
.b-newsletter-form {
  margin: 20px 0; }
  @media print {
    .b-newsletter-form {
      display: none; } }
  .b-newsletter-form br {
    display: none; }
  .b-newsletter-form .subscribe-form {
    display: block;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    padding: 22px 30px;
    background-color: #fff; }
    .b-newsletter-form .subscribe-form:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
  .b-newsletter-form .response:not(:empty) {
    padding: 5px 30px;
    background-color: #E5F2FF;
    color: #434346; }
  .b-newsletter-form .input-field,
  .b-newsletter-form .submit-btn {
    float: left;
    width: auto;
    height: 50px;
    margin: 0; }
  .b-newsletter-form .input-field {
    width: calc(60% - 10px);
    margin-right: 10px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #007fff;
    padding: 0; }
  .b-newsletter-form .submit-btn {
    width: 40%;
    padding: 0;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1em;
    white-space: normal; }

.b-pagination {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  margin: 20px 0; }
  .b-pagination:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  .b-pagination .page-item,
  .b-pagination .prev,
  .b-pagination .next {
    float: left; }
  .b-pagination .prev,
  .b-pagination .next {
    text-indent: -999999px;
    color: transparent; }
  .b-pagination .prev-link,
  .b-pagination .next-link,
  .b-pagination .prev,
  .b-pagination .next {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background-size: 15px 26px; }
    .b-pagination .prev-link.m-disabled,
    .b-pagination .next-link.m-disabled,
    .b-pagination .prev.m-disabled,
    .b-pagination .next.m-disabled {
      opacity: .2; }
      .b-pagination .prev-link.m-disabled:hover,
      .b-pagination .next-link.m-disabled:hover,
      .b-pagination .prev.m-disabled:hover,
      .b-pagination .next.m-disabled:hover {
        cursor: default; }
  .b-pagination .page-item.m-disabled {
    font-weight: 900;
    line-height: 35px;
    color: #88a2aa; }
    .page-template-page-dark-background .b-pagination .page-item.m-disabled {
      color: #007fff; }
  .b-pagination .prev-link,
  .b-pagination .prev {
    background-repeat: no-repeat;
    background-position: left center; }
    .page-template-page-dark-background .b-pagination .prev-link, .page-template-page-dark-background
    .b-pagination .prev {
      background-repeat: no-repeat; }
    .b-pagination .prev-link:not(.m-disabled):hover,
    .b-pagination .prev:not(.m-disabled):hover {
      background-repeat: no-repeat; }
      .page-template-page-dark-background .b-pagination .prev-link:not(.m-disabled):hover, .page-template-page-dark-background
      .b-pagination .prev:not(.m-disabled):hover {
        background-repeat: no-repeat; }
  .b-pagination .next-link,
  .b-pagination .next {
    background-repeat: no-repeat;
    background-position: right center; }
    .page-template-page-dark-background .b-pagination .next-link, .page-template-page-dark-background
    .b-pagination .next {
      background-repeat: no-repeat; }
    .b-pagination .next-link:not(.m-disabled):hover,
    .b-pagination .next:not(.m-disabled):hover {
      background-repeat: no-repeat; }
      .page-template-page-dark-background .b-pagination .next-link:not(.m-disabled):hover, .page-template-page-dark-background
      .b-pagination .next:not(.m-disabled):hover {
        background-repeat: no-repeat; }
  .b-pagination .page-link,
  .b-pagination .page-numbers {
    margin: 0 10px;
    font-weight: 900;
    line-height: 35px;
    color: #88a2aa;
    transition: color .2s; }
    .page-template-page-dark-background .b-pagination .page-link, .page-template-page-dark-background
    .b-pagination .page-numbers {
      color: #007fff; }
    .b-pagination .page-link.m-active, .b-pagination .page-link.current,
    .b-pagination .page-numbers.m-active,
    .b-pagination .page-numbers.current {
      border: none;
      color: #007fff; }
      .b-pagination .page-link.m-active:hover, .b-pagination .page-link.current:hover,
      .b-pagination .page-numbers.m-active:hover,
      .b-pagination .page-numbers.current:hover {
        color: #007fff;
        cursor: default; }
      .page-template-page-dark-background .b-pagination .page-link.m-active, .page-template-page-dark-background .b-pagination .page-link.current, .page-template-page-dark-background
      .b-pagination .page-numbers.m-active, .page-template-page-dark-background
      .b-pagination .page-numbers.current {
        color: #fff; }
    .b-pagination .page-link:hover,
    .b-pagination .page-numbers:hover {
      color: #556f77; }
      .page-template-page-dark-background .b-pagination .page-link:hover, .page-template-page-dark-background
      .b-pagination .page-numbers:hover {
        color: #0a1d37; }

.b-person-image {
  margin: 0;
  background-color: #fff; }
  .b-person-image img {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .b-person-image .image-caption {
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px; }
    @media print {
      .b-person-image .image-caption {
        padding-left: 0; } }

.b-post-header {
  display: block;
  position: relative;
  padding-bottom: 20px; }
  .b-post-header:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  .b-post-header .header-wrap {
    width: 100%;
    position: relative;
    float: left; }
    @media screen and (min-width: 64em) {
      .b-post-header .header-wrap {
        width: 68.18182%; } }
  .b-post-header .header-sidebar {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 64em) {
      .b-post-header .header-sidebar {
        position: relative;
        float: right;
        width: 27.27272727272727%;
        max-width: 360px; } }
  .single-event .b-post-header {
    color: #fff; }

.b-searchbar .select-box,
.b-searchbar .search-date {
  margin-bottom: 2px; }
  @media screen and (min-width: 40em) {
    .b-searchbar .select-box,
    .b-searchbar .search-date {
      height: 60px;
      line-height: 18px;} }
  @media screen and (min-width: 64em) {
    .b-searchbar .select-box,
    .b-searchbar .search-date {
      margin-bottom: 0; } }
  .page-template-page-dark-background .b-searchbar .select-box, .page-template-page-dark-background
  .b-searchbar .search-date {
    background-color: #007fff; }

@media screen and (min-width: 40em) {
  .b-searchbar .option {
    float: left;
    width: calc(50% - 1px); } }

@media screen and (min-width: 64em) {
  .b-searchbar .option {
    width: auto; } }

@media screen and (min-width: 64em) {
  .b-searchbar .option:not(:first-child):not(.search-form) {
    margin-left: 2px; } }

@media screen and (min-width: 64em) {
  .page-template-page-dark-background .b-searchbar .option:not(:first-child):not(.search-form) {
    margin-left: 0;
    border-left: 2px solid #007fff; } }

@media screen and (min-width: 40em) {
  .b-searchbar .option:nth-child(2n) {
    margin-left: 2px; } }

@media screen and (max-width: 63.9375em) {
  .b-searchbar .option:nth-of-type(odd):last-of-type {
    width: 100%; } }

.b-searchbar .label {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0); }

@media screen and (min-width: 64em) {
  .b-searchbar .form {
    display: block;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff; }
    .b-searchbar .form:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; } }

@media screen and (min-width: 40em) {
  .b-searchbar .form {
    margin-bottom: 60px; } }

@media screen and (max-width: 39.9375em) {
  .b-searchbar .form {
    position: relative;
    padding-top: 65px; } }

@media print {
  .b-searchbar .form {
    display: none; } }

.b-searchbar .search-form {
  position: relative;
  margin-bottom: 6px;
  padding: 9px 15px;
  background-color: #fff; }
  @media screen and (max-width: 39.9375em) {
    .b-searchbar .search-form {
      position: absolute;
      top: 0;
      width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .b-searchbar .search-form {
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17); } }
  @media screen and (min-width: 64em) {
    .b-searchbar .search-form {
      width: 15.15152%;
      margin-bottom: 0; } }
  @media screen and (min-width: 75em) {
    .b-searchbar .search-form {
      width: 24.24242%;
      margin-bottom: 0; } }
  @media screen and (max-width: 63.9375em) {
    .b-searchbar .search-form:nth-of-type(odd):last-of-type {
      margin-top: 4px;
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17); } }

.b-searchbar .search-date {
  display: block;
  background-color: #007fff; }
  .b-searchbar .search-date:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 64em) {
    .b-searchbar .search-date {
      float: left;
      width: 24.24242%;
      min-width: 320px; } }
  .b-searchbar .search-date .picker-input + .picker-input {
    border-top: 1px solid #0a1d37;
    transition: none; }
    @media screen and (min-width: 40em) {
      .b-searchbar .search-date .picker-input + .picker-input {
        border: none;
        border-left: 1px solid #0a1d37; } }
  .b-searchbar .search-date .picker-input {
    background-repeat: no-repeat;
    float: left;
    height: auto;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    padding: 20px 0 20px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: transparent;
    background-position: right 15px center;
    background-size: 26px; }
    @media screen and (min-width: 40em) {
      .b-searchbar .search-date .picker-input {
        width: 50%;
        height: 60px; } }
    .b-searchbar .search-date .picker-input::-webkit-input-placeholder {
      color: #fff; }
    .b-searchbar .search-date .picker-input:-moz-placeholder {
      opacity: 1;
      /* Firefox 18- */
      color: #fff; }
    .b-searchbar .search-date .picker-input::-moz-placeholder {
      opacity: 1;
      /* Firefox 19+ */
      color: #fff; }
    .b-searchbar .search-date .picker-input:-ms-input-placeholder {
      color: #fff; }

.b-searchbar .search-input {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #d8dfe5;
  padding: 0;
  padding-top: 4px;
  font-size: 16px;
  height: 40px; }
  .b-searchbar .search-input::-webkit-input-placeholder {
    font-weight: 900;
    color: #007fff; }
  .b-searchbar .search-input:-moz-placeholder {
    opacity: 1;
    font-weight: 900;
    /* Firefox 18- */
    color: #007fff; }
  .b-searchbar .search-input::-moz-placeholder {
    opacity: 1;
    font-weight: 900;
    /* Firefox 19+ */
    color: #007fff; }
  .b-searchbar .search-input:-ms-input-placeholder {
    font-weight: 900;
    color: #007fff; }

.b-searchbar .submit-search {
  background-repeat: no-repeat;
  width: 100%;
  border: none;
  background-position: -9999999px center;
  background-size: 26px 24px; }
  @media screen and (max-width: 39.9375em) {
    .b-searchbar .submit-search {
      margin-top: 2px; } }
  @media screen and (min-width: 40em) {
    .b-searchbar .submit-search {
      height: 60px; } }
  @media screen and (min-width: 64em) {
    .b-searchbar .submit-search {
      text-indent: -999999px;
      color: transparent;
      float: right;
      width: auto;
      width: 60px;
      padding: 20px 15px;
      background-position: center; } }
  .page-template-page-dark-background .b-searchbar .submit-search {
    background-color: #007fff; }

.b-searchresults {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-width: 900px; }
  @media screen and (min-width: 64em) {
    .b-searchresults {
      /*width: 68.18182%;*/
	  width: 100%;} }
  @media screen and (min-width: 40em) {
    .b-searchresults .result {
      border-bottom: 1px solid #E5F2FF;
      padding-bottom: 50px; } }
  @media screen and (min-width: 40em) {
    .page-template-page-dark-background .b-searchresults .result {
      border-color: #0a1d37;
      padding-bottom: 50px; } }
  .b-searchresults .result + .result,
  .b-searchresults .b-hint {
    margin-top: 15px; }
    @media screen and (min-width: 40em) {
      .b-searchresults .result + .result:not(:first-child),
      .b-searchresults .b-hint:not(:first-child) {
        margin-top: 50px; } }
  .b-searchresults .text-wrapper {
    float: left;
    max-width: 54.09836%; }
    @media screen and (min-width: 40em) {
      .b-searchresults .text-wrapper {
        max-width: 56.66667%; } }
  .b-searchresults .result-link {
    display: block;
    border: none; }
    .b-searchresults .result-link:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
    .b-searchresults .result-link:hover .result-title {
      color: #007fff; }
  .b-searchresults .result-image {
    position: relative;
    float: left;
    width: 40%;
    max-width: 360px;
    margin-right: 15px; }
    @media screen and (min-width: 40em) {
      .b-searchresults .result-image {
        width: 36.66667%;
        margin-right: 30px; } }
    [data-whatinput="mouse"] .b-searchresults .result-image:hover::before {
      opacity: .8;
      z-index: 1; }
    .b-searchresults .result-image:before {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #007fff;
      content: "";
      transition: opacity .2s; }
    .b-searchresults .result-image.x-empty {
      background-repeat: no-repeat;
      height: 0;
      padding-bottom: 30%;
      background-color: #E5F2FF;
      background-position: center;
      background-size: 30%; }
      @media print {
        .b-searchresults .result-image.x-empty {
          border: 1px solid #0a0a0a; } }
  .b-searchresults .result-date-range {
    font-size: 16px;
    font-weight: normal;
    color: #434346; }
    @media screen and (max-width: 39.9375em) {
      .b-searchresults .result-date-range {
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0); } }
    @media screen and (min-width: 40em) {
      .b-searchresults .result-date-range {
        margin-top: 20px;
        margin-bottom: 10px; } }
    .page-template-page-dark-background .b-searchresults .result-date-range {
      color: #fff; }
  .b-searchresults .result-title {
    margin-top: 10px;
    font-weight: 900;
    color: #007fff;
    transition: color .2s; }
    @media screen and (min-width: 40em) {
      .b-searchresults .result-title {
        margin-top: 20px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 63.9375em) {
      .b-searchresults .result-title {
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto; } }
    .page-template-page-dark-background .b-searchresults .result-title {
      color: #fff; }
  .b-searchresults .result-excerpt {
    font-weight: normal;
    color: #434346; }
    @media screen and (max-width: 39.9375em) {
      .b-searchresults .result-excerpt {
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        clip: rect(0 0 0 0); } }
    .page-template-page-dark-background .b-searchresults .result-excerpt {
      color: #fff; }
  [data-whatinput="mouse"] .b-searchresults .result-date .result-image:hover .b-event-date-badge {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: translate(5px, 5px);
        transform: translate(5px, 5px); }
  @media screen and (min-width: 40em) {
    .b-searchresults .result-date .result-title {
      margin-top: 0; } }

.b-sidebar {
  float: left;
  width: 100%;
  margin-top: 40px; }
  @media screen and (min-width: 64em) {
    .b-sidebar {
      float: right;
      clear: right;
      width: 27.66667%;
      max-width: 360px;
      margin-top: 0; } }
  @media print {
    .b-sidebar {
      float: right;
      width: 27.66667%;
      margin-top: 0; } }
  @media screen and (min-width: 64em) {
    .post.event .b-sidebar {
      margin-top: 40px; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .header {
      min-height: 26px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .header h2 {
      width: 100%;
      font-size: 18px;
      font-weight: 900;
      line-height: 22px;
      overflow-wrap: break-word; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .header .teaser-slider-link {
      display: none; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .prev,
    .b-sidebar .b-teaser-slider .next {
      background-size: 10px 21px; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .prev {
      left: -30px; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .next {
      right: -30px; } }
  @media screen and (min-width: 40em) {
    .b-sidebar .b-teaser-slider .owl-carousel {
      width: calc(100% - 60px);
      margin-left: 30px; } }
  @media screen and (min-width: 90em) {
    .b-sidebar .b-teaser-slider .owl-carousel {
      width: 100%;
      margin-left: 0; } }

.b-social-links {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  @media print {
    .b-social-links {
      display: none; } }
  .b-social-links .item {
    display: inline-block; }
    @media screen and (min-width: 40em) {
      .b-social-links .item {
        margin-right: 20px; } }
    .b-social-links .item:not(:last-child) {
      margin-right: 15px; }
  .b-social-links .link {
    overflow: hidden;
    display: block;
    width: 22px;
    height: 22px;
    border: none;
    background-position: center;
    background-size: contain;
    text-indent: -999999px;
    color: transparent;
    transition: .2s; }
    .b-social-links .link[href*="facebook"] {
      background-repeat: no-repeat; }
    .b-social-links .link[href*="plus.google"] {
      background-repeat: no-repeat;
      width: 31px;
      height: 20px; }
    .b-social-links .link[href*="linkedin"] {
      background-repeat: no-repeat;
      width: 24px;
      height: 21px; }
    .b-social-links .link[href*="xing"] {
      background-repeat: no-repeat;
      width: 20px; }
    .b-social-links .link[href*="twitter"] {
      background-repeat: no-repeat;
      width: 25px;
      height: 19px; }
    .b-social-links .link[href*="youtube"] {
      background-repeat: no-repeat;
      width: 27px;
      height: 17px; }
    .b-social-links .link[href*="newsdesk"] {
      background-repeat: no-repeat;
      width: 16px;
      height: 19px; }
    .b-social-links .link[href*="instagram"] {
      background-repeat: no-repeat; }
    .b-social-links .link:hover {
      -ms-transform: translateY(-10%);
          transform: translateY(-10%); }

.b-social-teaser {
  display: block;
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .b-social-teaser:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  .b-social-teaser + * {
    margin-top: 20px; }
  .b-social-teaser ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .b-social-teaser a {
    font-weight: 400; }
  .b-social-teaser .social-teaser-title {
    margin-bottom: 10px; }
    @media screen and (min-width: 64em) {
      .b-social-teaser .social-teaser-title {
        margin-bottom: 20px;
        font-size: 26px; } }
  .b-social-teaser .social-item {
    overflow: hidden;
    position: relative;
    height: 150px;
    border-right: solid #E5F2FF 10px;
    padding: 15px 30px 15px 60px;
    font-size: 16px;
    line-height: 21px;
    background-color: #E5F2FF;
    box-sizing: border-box; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .b-social-teaser .social-item {
        float: none;
        width: 50%;
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (min-width: 64em) {
      .b-social-teaser .social-item {
        float: left;
        width: calc(33.33333% - 40px); }
        .b-social-teaser .social-item:nth-child(3n+2) {
          margin-right: 60px;
          margin-left: 60px; } }
    .b-social-teaser .social-item:before {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
      height: 15px;
      background: linear-gradient(to bottom, rgba(219, 226, 232, 0), #E5F2FF);
      content: ""; }
    .b-social-teaser .social-item:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #E5F2FF;
      content: ""; }
    .b-social-teaser .social-item:not(:last-child) {
      margin-bottom: 10px; }
    .b-social-teaser .social-item .avatar {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px;
      height: 45px; }
    .b-social-teaser .social-item .date {
      display: block;
      margin-bottom: 10px;
      color: #c2d8ed; }
    .b-social-teaser .social-item .retweet,
    .b-social-teaser .social-item .avatar,
    .b-social-teaser .social-item .tweet-title,
    .b-social-teaser .social-item .date {
      font-size: 14px; }
    .b-social-teaser .social-item .retweet {
      line-height: 18px;
      color: #c2d8ed; }
    .b-social-teaser .social-item .tweet-title {
      float: left;
      padding-right: 10px; }
  .b-social-teaser .invisible {
    display: inline-block;
    width: 0; }

.b-sidebar .b-social-teaser .social-item {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0; }

.b-teaser-cloud {
 /* text-align: center; */ }
  .b-teaser-cloud .teaser-cloud-title {
    font-size: 30px;
    line-height: 32px; }
  .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
    box-sizing: border-box;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
.b-teaser-cloud .teaser-cloud-items .teaser-cloud-item .teaser-cloud-item-link p {
    color: #434346;
    font-weight: normal;
}
.b-teaser-cloud .teaser-cloud-items .teaser-cloud-item .teaser-cloud-item-link .teaser-cta {
position: relative;
width: 30px;
height: 30px;
display: inline-block;
background-size: auto 60%;
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='26' viewBox='0 0 15 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.222 13.644A.892.892 0 0 0 14.5 13c0-.242-.1-.473-.278-.644L2.122.766a.98.98 0 0 0-1.344 0 .884.884 0 0 0 0 1.289L12.205 13 .778 23.945a.884.884 0 0 0 0 1.288.98.98 0 0 0 1.344 0l12.1-11.59z' stroke='%29eadba' fill='%239eadba' fill-rule='evenodd'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center center;
padding: 5px;
border: 1px solid #c2d8ed;
margin-top: 20px;
}
.b-teaser-cloud .teaser-cloud-items .teaser-cloud-item .teaser-cloud-item-link:hover .teaser-cta {
   background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='26' viewBox='0 0 15 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.222 13.644A.892.892 0 0 0 14.5 13c0-.242-.1-.473-.278-.644L2.122.766a.98.98 0 0 0-1.344 0 .884.884 0 0 0 0 1.289L12.205 13 .778 23.945a.884.884 0 0 0 0 1.288.98.98 0 0 0 1.344 0l12.1-11.59z' stroke='%2ffffff' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E"); 
    border: 1px solid #007fff;
    background-color: #007fff;

}
#post-startseite.startseite  .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item .teaser-cloud-item-link .teaser-image {
	display: none;
}
    @media screen and (max-width: 39.9375em) {
      .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
        width: 100%; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(1) {
          margin-top: 50px; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(n+2) {
          margin-top: 65px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
        width: 50%; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(2n+1):nth-last-child(1) {
          margin-left: 25%; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(-n+2) {
          margin-top: 50px; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(n+3) {
          margin-top: 65px; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(2n+3) {
          clear: left; } }
    @media screen and (min-width: 64em) {
      .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
        width: 33.3%; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(3n+1):nth-last-child(1) {
          margin-left: calc(33.3%); }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(3n+1):nth-last-child(2) {
          margin-left: calc(33.3%/ 2); }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(-n+3) {
          margin-top: 50px; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(n+4) {
          margin-top: 65px; }
        .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(3n+4) {
          clear: left; } }
    @media print {
      .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
        width: 50%;
        margin-bottom: 40px; } }
    .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item h4 {
      margin-top: 30px;
      font-size: 26px;
      line-height: 30px; }
    .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item h4 + p {
      margin-top: 15px; }
    .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item p {
      font-size: 18px;
      line-height: 26px; }
  @media print {
    .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item-link::after {
      display: none; } }
  .b-sidebar .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
    .b-sidebar .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(1) {
      margin-top: 50px; }
    .b-sidebar .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(n+2) {
      margin-top: 65px; }
    .b-sidebar .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(n) {
      margin-left: 0; }
    .b-sidebar .b-teaser-cloud .teaser-cloud-items .teaser-cloud-item:nth-child(3n+1):nth-last-child(2) {
      margin-left: 0; }

.b-teaser-slider {
  opacity: 0;
  position: relative; }
  .b-teaser-slider .header {
    position: relative;
    min-height: 26px;
    margin-bottom: 40px; }
    .b-teaser-slider .header h2 {
      width: 100%;
      font-size: 30px;
      line-height: 34px;
      word-break: break-all;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      @media screen and (min-width: 40em) {
        .b-teaser-slider .header h2 {
          width: calc(100% - 140px); } }
      @media screen and (min-width: 64em) {
        .b-teaser-slider .header h2 {
          line-height: 30px; } }
    .b-teaser-slider .header .teaser-slider-link {
      position: absolute;
      display: none;
      font-size: 16px;
      line-height: 1.1;
      text-align: right;
      color: #88a2aa; }
      @media screen and (min-width: 40em) {
        .b-teaser-slider .header .teaser-slider-link {
          right: 20px;
          bottom: 0;
          display: inline; } }
      .b-teaser-slider .header .teaser-slider-link:after {
        background-repeat: no-repeat;
        position: relative;
        top: 2px;
        display: inline-block;
        width: 8px;
        height: 15px;
        margin-right: -17px;
        margin-left: 8px;
        content: ""; }
        .b-teaser-slider .header .teaser-slider-link:after:hover {
          background-repeat: no-repeat; }
      [data-whatinput="mouse"] .b-teaser-slider .header .teaser-slider-link:hover {
        color: #556f77; }
  .b-teaser-slider .prev,
  .b-teaser-slider .next {
    text-indent: -999999px;
    color: transparent;
    position: absolute;
    width: 30px;
    height: 30px;
    border: none;
    background-size: 15px 26px; }
  .b-teaser-slider .owl-prev.disabled .prev,
  .b-teaser-slider .owl-next.disabled .next {
    opacity: .2; }
  .b-teaser-slider .prev,
  .b-teaser-slider .next {
    top: 30px;
    background-position: center center; }
  .b-teaser-slider .prev {
    background-repeat: no-repeat;
    left: -45px; }
    [data-whatinput="mouse"] .b-teaser-slider .prev:hover {
      background-repeat: no-repeat; }
  .b-teaser-slider .next {
    background-repeat: no-repeat;
    right: -45px; }
    [data-whatinput="mouse"] .b-teaser-slider .next:hover {
      background-repeat: no-repeat; }
  .b-teaser-slider .b-event-date-badge {
    transition: box-shadow .2s, transform .2s; }
  .b-teaser-slider .teaser-slider-item-title {
    margin-bottom: 20px; }
  .b-teaser-slider .teaser-slider-itemlink {
    position: relative;
    display: block;
    border: none;
    background-color: #E5F2FF; }
    .b-teaser-slider .teaser-slider-itemlink::before {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-color: #007fff;
      content: "";
      transition: opacity .2s; }
    [data-whatinput="mouse"] .b-teaser-slider .teaser-slider-itemlink:hover::before {
      opacity: .8; }
    [data-whatinput="mouse"] .b-teaser-slider .teaser-slider-itemlink:hover .b-event-date-badge {
      box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
      -ms-transform: translateY(5px);
          transform: translateY(5px); }
    @media print {
      .b-teaser-slider .teaser-slider-itemlink {
        position: static; } }
  .b-teaser-slider .teaser-slider-item.initiative.post, .b-teaser-slider .teaser-slider-item.initiative-en.post {
    position: relative; }
    .b-teaser-slider .teaser-slider-item.initiative.post .dummy-image,
    .b-teaser-slider .teaser-slider-item.initiative.post .teaser-image, .b-teaser-slider .teaser-slider-item.initiative-en.post .dummy-image,
    .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-image {
      display: none; }
    .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-item-title, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-item-title {
      position: absolute;
      top: 0;
      right: 20px;
      left: 20px;
      margin-top: 62%;
      color: #fff; }
      @media print {
        .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-item-title, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-item-title {
          margin-top: 10%; } }
    .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-item-text, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-item-text {
      margin-top: 0px;
        background-color: #fff;
        padding: 5px;}
    .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-itemlink, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-itemlink {
      padding-top: 110%;
      background-color: #007fff;
      background-image: linear-gradient(transparent 50%, rgba(10, 10, 10, 0.1) 50%); }
      @media print {
        .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-itemlink, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-itemlink {
          float: left;
          width: 22.72727%;
          margin-right: 20px;
          border: 1px solid #0a0a0a;
          padding-top: 20%; } }
      @media print {
        .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-itemlink::before, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-itemlink::before {
          display: none; } }
      .b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-itemlink::after {
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 20px;
        display: block;
        width: 40px;
        height: 40px;
        content: "";
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .b-teaser-slider .teaser-slider-item h4 {
    margin-top: 15px;
    line-height: 22px; }
  .b-teaser-slider .teaser-slider-item p {
    margin-top: 2px;
    font-size: 14px;
    line-height: 22px; }
  @media print {
    .b-teaser-slider .teaser-slider-item .b-event-date-badge {
      right: auto; } }
  .b-teaser-slider .teaser-slider-item .dummy-image {
    background-repeat: no-repeat;
    display: block;
    height: 0;
    padding-bottom: 75%;
    background-color: #E5F2FF;
    background-position: center;
    background-size: 30%; }
    @media print {
      .b-teaser-slider .teaser-slider-item .dummy-image {
        float: left;
        width: 300px;
        margin-right: 20px;
        border: 1px solid #0a0a0a;
        padding-bottom: 20%; } }
  .b-teaser-slider .teaser-slider-item.video .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.audio .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.bild .teaser-slider-itemlink::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #007fff;
    background-position: center;
    background-size: 30px;
    content: "";
    transition: transform .2s, box-shadow .2s; }
    @media screen and (min-width: 40em) {
      .b-teaser-slider .teaser-slider-item.video .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.audio .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.bild .teaser-slider-itemlink::after {
        width: 50px;
        height: 50px;
        background-size: 30px; } }
  [data-whatinput="mouse"] .b-teaser-slider .teaser-slider-item.video .teaser-slider-itemlink:hover::after, [data-whatinput="mouse"] .b-teaser-slider .teaser-slider-item.audio .teaser-slider-itemlink:hover::after, [data-whatinput="mouse"] .b-teaser-slider .teaser-slider-item.bild .teaser-slider-itemlink:hover::after {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: translateY(5px);
        transform: translateY(5px); }
  .b-teaser-slider .teaser-slider-item.video .teaser-slider-itemlink::after {
    background-repeat: no-repeat; }
  .b-teaser-slider .teaser-slider-item.audio .teaser-slider-itemlink::after {
    background-repeat: no-repeat;
    background-size: auto 30px; }
  .b-teaser-slider .teaser-slider-item.bild .teaser-slider-itemlink::after {
    background-repeat: no-repeat; }
  .b-teaser-slider .teaser-slider-item.m-col3 {
    height: 100%;
    background-color: white; }
    .b-teaser-slider .teaser-slider-item.m-col3 .teaser-image {
      width: auto;
      max-height: 300px;
      margin: 0 auto; }
    .b-teaser-slider .teaser-slider-item.m-col3 h4 {
      margin-top: 15px;
      font-size: 22px;
      line-height: 27px; }
      @media screen and (min-width: 64em) {
        .b-teaser-slider .teaser-slider-item.m-col3 h4 {
          margin-top: 22px;
          font-size: 26px;
          line-height: 30px; } }
    .b-teaser-slider .teaser-slider-item.m-col3 p {
      margin-top: 10px;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px;
      color: #434346; }
      @media screen and (min-width: 64em) {
        .b-teaser-slider .teaser-slider-item.m-col3 p {
          margin-top: 18px;
          font-size: 16px;
          line-height: 24px; } }
    .b-teaser-slider .teaser-slider-item.m-col3 h4,
    .b-teaser-slider .teaser-slider-item.m-col3 p {
      padding-right: 14px;
      padding-left: 65px; }
      @media screen and (min-width: 64em) {
        .b-teaser-slider .teaser-slider-item.m-col3 h4,
        .b-teaser-slider .teaser-slider-item.m-col3 p {
          padding-right: 30px;
          padding-left: 80px; } }
    @media screen and (min-width: 64em) {
      .b-teaser-slider .teaser-slider-item.m-col3 .b-event-date-badge {
        width: 60px;
        height: 60px; } }
    @media screen and (min-width: 64em) {
      .b-teaser-slider .teaser-slider-item.m-col3 .b-event-date-badge .day {
        font-size: 20px;
        line-height: 33px; } }
    @media screen and (min-width: 64em) {
      .b-teaser-slider .teaser-slider-item.m-col3 .b-event-date-badge .month {
        font-size: 14px;
        line-height: 24px; } }
  @media print {
    .b-teaser-slider .owl-stage {
      width: 100% !important;
      -ms-transform: none !important;
          transform: none !important; } }
  .b-teaser-slider .owl-carousel {
    width: calc(100% - 90px);
    margin-left: 45px; }
    @media screen and (min-width: 90em) {
      .b-teaser-slider .owl-carousel {
        width: 100%;
        margin-left: 0; } }
    @media print {
      .b-teaser-slider .owl-carousel {
        width: 100%;
        margin-left: 0; } }
    @media print {
      .b-teaser-slider .owl-carousel .owl-item {
        display: block;
        float: none;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px; }
        .b-teaser-slider .owl-carousel .owl-item:after {
          visibility: hidden;
          display: block;
          clear: both;
          height: 0;
          font-size: 0;
          content: ""; } }
    @media print {
      .b-teaser-slider .owl-carousel .owl-item img {
        float: left;
        width: auto;
        margin-right: 20px; } }
  @media screen and (min-width: 64em) {
    .b-teaser-slider.m-col3 .header h2 {
      font-size: 38px;
      line-height: 30px; } }
  .single-media .b-teaser-slider .header h2,
  .page-template-page-dark-background .b-teaser-slider .header h2 {
    color: white; }
  .single-media .b-teaser-slider .teaser-slider-item:not(.m-col3) h4,
  .single-media .b-teaser-slider .teaser-slider-item:not(.m-col3) p,
  .page-template-page-dark-background .b-teaser-slider .teaser-slider-item:not(.m-col3) h4,
  .page-template-page-dark-background .b-teaser-slider .teaser-slider-item:not(.m-col3) p {
    color: #c2d8ed; }

.b-teaser-wall {
  display: block;
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto; }
  .b-teaser-wall:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media print {
    .b-teaser-wall {
      max-width: 100%; } }
  .b-teaser-wall ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .b-teaser-wall .teaser-wall-title {
    margin-bottom: 20px; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .teaser-wall-title {
        margin-bottom: 30px; } }
    .page-template-page-dark-background .b-teaser-wall .teaser-wall-title {
      color: #fff; }
  .b-teaser-wall .teaser-wall-link {
    display: none; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .teaser-wall-link {
        position: absolute;
        top: 0;
        right: 15px;
        display: inline-block;
        margin-top: 50px;
        font-size: 16px;
        line-height: 1.1;
        color: #88a2aa;
        transition: color .2s, border-color .2s; }
        [data-whatinput="mouse"] .b-teaser-wall .teaser-wall-link:hover {
          color: #556f77; }
          [data-whatinput="mouse"] .b-teaser-wall .teaser-wall-link:hover:after {
            background-repeat: no-repeat; }
        .b-teaser-wall .teaser-wall-link:after {
          background-repeat: no-repeat;
          display: inline-block;
          width: 8px;
          height: 15px;
          margin-right: -20px;
          margin-left: 8px;
          content: ""; } }
  .b-teaser-wall .teaser-item {
    display: block;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #007fff; }
    .b-teaser-wall .teaser-item:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .teaser-item {
        float: left;
        width: calc(25% - 30px);
        margin-left: 30px; } }
    .b-teaser-wall .teaser-item [data-whatinput="mouse"] a:hover .teaser-image-wrapper::before {
      opacity: .8; }
    .b-teaser-wall .teaser-item + .teaser-item {
      margin-top: 15px; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .teaser-item + .teaser-item {
          margin-top: 30px; } }
    .b-teaser-wall .teaser-item:not(.m-featured) .teaser-image-wrapper {
      width: 30.21148%; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .teaser-item:not(.m-featured) .teaser-image-wrapper {
          width: 100%; } }
    .b-teaser-wall .teaser-item:not(.m-featured) .teaser-title {
      overflow: hidden;
      position: relative;
      display: block; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .teaser-item:not(.m-featured) .teaser-title {
          max-height: 62px;
          line-height: 22px; } }
    .b-teaser-wall .teaser-item:not(.m-featured) a {
      display: block;
      border: none; }
      @media print {
        .b-teaser-wall .teaser-item:not(.m-featured) a::after {
          margin-left: 20px; } }
    .page-template-page-dark-background .b-teaser-wall .teaser-item:not(.m-featured) .teaser-title {
      color: #fff; }
  .b-teaser-wall .video .teaser-image-wrapper,
  .b-teaser-wall .audio .teaser-image-wrapper,
  .b-teaser-wall .bild .teaser-image-wrapper {
    background-repeat: no-repeat;
    background-size: 40%; }
  [data-whatinput="mouse"] .b-teaser-wall .video:not(.m-featured) .teaser-image-wrapper:hover::after, [data-whatinput="mouse"]
  .b-teaser-wall .audio:not(.m-featured) .teaser-image-wrapper:hover::after, [data-whatinput="mouse"]
  .b-teaser-wall .bild:not(.m-featured) .teaser-image-wrapper:hover::after {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: translate(5px, 5px);
        transform: translate(5px, 5px); }
  .b-teaser-wall .video:not(.m-featured) .teaser-image-wrapper:after,
  .b-teaser-wall .audio:not(.m-featured) .teaser-image-wrapper:after,
  .b-teaser-wall .bild:not(.m-featured) .teaser-image-wrapper:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #007fff;
    background-position: center;
    background-size: 30px;
    content: "";
    transition: transform .2s, box-shadow .2s; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .video:not(.m-featured) .teaser-image-wrapper:after,
      .b-teaser-wall .audio:not(.m-featured) .teaser-image-wrapper:after,
      .b-teaser-wall .bild:not(.m-featured) .teaser-image-wrapper:after {
        width: 50px;
        height: 50px;
        background-size: 30px; } }
  .b-teaser-wall .video:not(.m-featured) .teaser-image-wrapper:after {
    background-repeat: no-repeat; }
  .b-teaser-wall .audio:not(.m-featured) .teaser-image-wrapper:after {
    background-repeat: no-repeat;
    background-size: auto 30px; }
  .b-teaser-wall .bild:not(.m-featured) .teaser-image-wrapper:after {
    background-repeat: no-repeat;
    background-size: auto 30px; }
  @media print {
    .b-teaser-wall .event:not(.m-featured) .teaser-wrapper {
      padding-left: 80px; } }
  [data-whatinput="mouse"] .b-teaser-wall .event:not(.m-featured):hover .b-event-date-badge {
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: translate(5px, 5px);
        transform: translate(5px, 5px); }
  @media print {
    .b-teaser-wall .event:not(.m-featured) a::after {
      margin-left: 80px; } }
  .b-teaser-wall .m-featured {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
    background-color: #fff; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .m-featured {
        float: left;
        width: 50%;
        margin-left: 0; } }
    .b-teaser-wall .m-featured .teaser-image {
      float: none;
      width: 100%;
      height: auto;
      max-height: none; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured .teaser-image {
          width: auto;
          max-height: 450px; } }
    .b-teaser-wall .m-featured .teaser-title {
      font-size: 22px; }
      .b-teaser-wall .m-featured .teaser-title ~ * {
        margin-top: 10px; }
    .b-teaser-wall .m-featured .teaser-date {
      display: block; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .m-featured .teaser-text {
        display: block; } }
    .b-teaser-wall .m-featured .teaser-wrapper {
      position: relative;
      width: 100%;
      padding: 15px; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured .teaser-wrapper {
          padding: 30px; } }
      @media print {
        .b-teaser-wall .m-featured .teaser-wrapper {
          padding-left: 0; } }
    .b-teaser-wall .m-featured .teaser-image-wrapper {
      float: none; }
      .b-teaser-wall .m-featured .teaser-image-wrapper.m-empty {
        width: 100%;
        padding-top: 60%; }
    .b-teaser-wall .m-featured.event .teaser-wrapper, .b-teaser-wall .m-featured.video .teaser-wrapper, .b-teaser-wall .m-featured.audio .teaser-wrapper, .b-teaser-wall .m-featured.bild .teaser-wrapper {
      padding-left: 65px; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured.event .teaser-wrapper, .b-teaser-wall .m-featured.video .teaser-wrapper, .b-teaser-wall .m-featured.audio .teaser-wrapper, .b-teaser-wall .m-featured.bild .teaser-wrapper {
          padding-left: 90px; } }
    [data-whatinput="mouse"] .b-teaser-wall .m-featured.event:hover .b-event-date-badge {
      box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px); }
    .b-teaser-wall .m-featured.event .b-event-date-badge {
      bottom: -30px;
      left: 0; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured.event .b-event-date-badge {
          bottom: -50px;
          width: 70px;
          height: 70px; } }
      @media print {
        .b-teaser-wall .m-featured.event .b-event-date-badge {
          top: auto;
          bottom: -70px; } }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured.event .b-event-date-badge .day {
          font-size: 20px;
          line-height: 39px; } }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured.event .b-event-date-badge .month {
          line-height: 28px; } }
    .b-teaser-wall .m-featured.audio .teaser-wrapper:after, .b-teaser-wall .m-featured.video .teaser-wrapper:after, .b-teaser-wall .m-featured.bild .teaser-wrapper:after {
      position: absolute;
      top: -20px;
      bottom: auto;
      left: 0;
      display: block;
      width: 50px;
      height: 50px;
      background-color: #007fff;
      background-position: center;
      background-size: auto;
      content: ""; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .m-featured.audio .teaser-wrapper:after, .b-teaser-wall .m-featured.video .teaser-wrapper:after, .b-teaser-wall .m-featured.bild .teaser-wrapper:after {
          width: 70px;
          height: 70px;
          background-size: 50px; } }
    .b-teaser-wall .m-featured.video .teaser-wrapper:after {
      background-repeat: no-repeat; }
    .b-teaser-wall .m-featured.audio .teaser-wrapper:after {
      background-repeat: no-repeat;
      background-size: auto 50px; }
    .b-teaser-wall .m-featured.bild .teaser-wrapper:after {
      background-repeat: no-repeat;
      background-size: 40px; }
  .b-teaser-wall .teaser-image {
    display: block;
    max-height: 205px;
    margin: 0 auto; }
  .b-teaser-wall .teaser-image-wrapper {
    position: relative;
    float: left;
    background-color: #E5F2FF;
    background-position: center;
    background-size: 30%; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .teaser-image-wrapper {
        width: 100%;
        background-size: 30%; } }
    .b-teaser-wall .teaser-image-wrapper:before {
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #007fff;
      content: "";
      transition: opacity .2s; }
    .b-teaser-wall .teaser-image-wrapper.m-empty {
      background-repeat: no-repeat;
      width: 27.27273%;
      height: 0;
      padding-top: 25%; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall .teaser-image-wrapper.m-empty {
          width: 100%;
          padding-top: 60%; } }
    @media print {
      .b-teaser-wall .teaser-image-wrapper .b-event-date-badge {
        top: 0;
        right: -70px; } }
  .b-teaser-wall .teaser-wrapper {
    float: left;
    width: 69.78852%;
    padding: 15px;
    padding-right: 0; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall .teaser-wrapper {
        width: 100%;
        padding: 15px 0; } }
    @media print {
      .b-teaser-wall .teaser-wrapper {
        padding-top: 0;
        padding-left: 20px; } }
  .b-teaser-wall .teaser-item:not(.m-featured) .teaser-text,
  .b-teaser-wall .teaser-date {
    display: none; }
  .b-teaser-wall .teaser-date {
    font-size: 12px;
    color: #a8aaaf; }
  .b-teaser-wall .teaser-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #434346; }
  .b-teaser-wall.m-stage-left .m-featured, .b-teaser-wall.m-stage-right .m-featured {
    box-shadow: none; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-stage-left .m-featured, .b-teaser-wall.m-stage-right .m-featured {
        width: 77.5%; } }
    .b-teaser-wall.m-stage-left .m-featured .b-event-date-badge, .b-teaser-wall.m-stage-right .m-featured .b-event-date-badge {
      top: -20px;
      bottom: auto; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall.m-stage-left .m-featured .b-event-date-badge, .b-teaser-wall.m-stage-right .m-featured .b-event-date-badge {
          top: 0; } }
    [data-whatinput="mouse"] .b-teaser-wall.m-stage-left .m-featured:hover .teaser-wrapper, [data-whatinput="mouse"] .b-teaser-wall.m-stage-right .m-featured:hover .teaser-wrapper {
      box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15); }
    [data-whatinput="mouse"] .b-teaser-wall.m-stage-left .m-featured:hover .b-event-date-badge, [data-whatinput="mouse"] .b-teaser-wall.m-stage-right .m-featured:hover .b-event-date-badge {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .b-teaser-wall.m-stage-left .m-featured .teaser-image, .b-teaser-wall.m-stage-right .m-featured .teaser-image {
      width: auto;
      max-height: 700px; }
    .b-teaser-wall.m-stage-left .m-featured .teaser-wrapper, .b-teaser-wall.m-stage-right .m-featured .teaser-wrapper {
      transition: transform .2s, box-shadow .2s; }
      @media screen and (min-width: 64em) {
        .b-teaser-wall.m-stage-left .m-featured .teaser-wrapper, .b-teaser-wall.m-stage-right .m-featured .teaser-wrapper {
          position: absolute;
          bottom: -30px;
          max-width: 390px;
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
          background-color: #fff; } }
      @media screen and (min-width: 64em) {
        .b-teaser-wall.m-stage-left .m-featured .teaser-wrapper:after, .b-teaser-wall.m-stage-right .m-featured .teaser-wrapper:after {
          top: 0; } }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-left .teaser-item:not(.m-featured), .b-teaser-wall.m-stage-right .teaser-item:not(.m-featured) {
      width: 20%; } }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-left .m-featured .teaser-wrapper {
      left: -30px; } }
  @media screen and (min-width: 64em) {
    [data-whatinput="mouse"] .b-teaser-wall.m-stage-left .m-featured:hover .teaser-wrapper {
      -ms-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px); } }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-left .teaser-item:not(.m-featured) {
      margin-left: 2.5%; } }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-right .m-featured {
      float: right; } }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-right .m-featured .teaser-wrapper {
      right: -30px; } }
  @media screen and (min-width: 64em) {
    [data-whatinput="mouse"] .b-teaser-wall.m-stage-right .m-featured:hover .teaser-wrapper {
      -ms-transform: translate(5px, 5px);
          transform: translate(5px, 5px); } }
  .b-teaser-wall.m-stage-right .teaser-wall-link {
    margin-top: 30px; }
  @media screen and (min-width: 64em) {
    .b-teaser-wall.m-stage-right .teaser-item:not(.m-featured) {
      margin-left: 0; } }
  .b-teaser-wall.m-center {
    padding-bottom: 50px; }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .m-featured {
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .m-featured .teaser-wrapper {
        position: absolute;
        bottom: 0;
        background-color: #fff; } }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .teaser-item:not(.m-featured) {
        float: left;
        width: 22.72727%;
        margin-left: 0; } }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(2), .b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(3) {
        margin-top: 30px; } }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(2n + 3) {
        margin-left: 54.54545%; } }
    @media screen and (min-width: 64em) {
      .b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(4) {
        clear: left; } }
  .page-template-page-header-image .b-teaser-wall:first-child .teaser-wall-title {
    color: #fff; }
  @media screen and (min-width: 64em) {
    .page-template-page-header-image .b-teaser-wall:first-child.m-stage-left .teaser-item:nth-child(2) .teaser-title,
    .page-template-page-header-image .b-teaser-wall:first-child.m-stage-right .teaser-item:nth-child(2) .teaser-title,
    .page-template-page-header-image .b-teaser-wall:first-child.m-left .teaser-item:nth-child(2) .teaser-title,
    .page-template-page-header-image .b-teaser-wall:first-child.m-left .teaser-item:nth-child(3) .teaser-title,
    .page-template-page-header-image .b-teaser-wall:first-child.m-center .teaser-item:nth-child(2) .teaser-title,
    .page-template-page-header-image .b-teaser-wall:first-child.m-center .teaser-item:nth-child(3) .teaser-title {
      color: #fff; } }
  .page-template-page-headline .b-teaser-wall:first-child {
    margin-top: 40px; }

html {
  min-width: 300px; }

body {
  overflow-x: hidden;
  background: #E5F2FF; }
  body.m-dark::before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: block;
    background-color: rgba(22, 27, 42, 0.9);
    content: ""; }

main {
  min-height: 80vh;
  max-width: 1320px;
  margin: 0 15px; }
  @media screen and (min-width: 64em) {
    main {
      position: relative;
      left: calc(50% - 15px);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

img {
  position: relative; }
  img:before {
    position: absolute;
    display: block;
    width: 100%;
    background-color: red;
    content: ""; }

#ui-datepicker-div {
  display: none; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus,
button:focus [data-whatinput="touch"] a:focus,
button:focus {
  outline: none; }

address {
  font-style: normal; }

input:not([type="submit"])::-webkit-input-placeholder {
  color: #c2d8ed; }

input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #c2d8ed; }

input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #c2d8ed; }

input:not([type="submit"]):-ms-input-placeholder {
  color: #c2d8ed; }

.post {
  display: block;
  max-width: 1320px; }
  .post:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  .post.m-has-post-thumb .post-media:before {
    opacity: .9; }
  .post.m-has-post-thumb .post-media {
    float: left;
    width: 100%; }
  @media screen and (min-width: 64em) {
    .post.m-has-post-thumb .event-info-box {
      width: 27.27273%; } }
  .post .attachment-post-thumbnail {
    margin: 0 0 30px; }

.share-btn {
  text-indent: -999999px;
  color: transparent;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  background-position: center; }
  @media screen and (min-width: 64em) {
    .share-btn {
      display: none; } }
  .single-media .share-btn {
    display: none; }

.ssba-wrap,
.ssbp-wrap {
  position: relative;
  z-index: 5;
  display: none; }
  @media screen and (min-width: 64em) {
    .ssba-wrap,
    .ssbp-wrap {
      display: block; } }
  .ssba-wrap a,
  .ssbp-wrap a {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #007fff;
    transition: background .2s; }
    @media screen and (min-width: 64em) {
      .ssba-wrap a,
      .ssbp-wrap a {
        float: left; } }
    .ssba-wrap a:hover,
    .ssbp-wrap a:hover {
      background-color: #007fff; }
    .ssba-wrap a img,
    .ssbp-wrap a img {
      position: relative;
      top: 50%;
      left: 50%;
      display: block;
      height: 20px;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .single-media .ssba-wrap a, .single-media
    .ssbp-wrap a {
      float: left; }
    .ssba-wrap a.ssba_google_share img,
    .ssba-wrap a.ssba_twitter_share img,
    .ssba-wrap a.ssbp-google img,
    .ssba-wrap a.ssbp-twitter img,
    .ssbp-wrap a.ssba_google_share img,
    .ssbp-wrap a.ssba_twitter_share img,
    .ssbp-wrap a.ssbp-google img,
    .ssbp-wrap a.ssbp-twitter img {
      height: 17px; }
  @media screen and (min-width: 64em) {
    .ssba-wrap a + a,
    .ssba-wrap li + li,
    .ssbp-wrap a + a,
    .ssbp-wrap li + li {
      margin-left: 10px; } }
  .single-media .ssba-wrap a + a, .single-media
  .ssba-wrap li + li, .single-media
  .ssbp-wrap a + a, .single-media
  .ssbp-wrap li + li {
    margin-left: 10px; }
  .ssba-wrap .ssbp-list,
  .ssbp-wrap .ssbp-list {
    margin: 0;
    list-style-type: none; }
    .ssba-wrap .ssbp-list li,
    .ssbp-wrap .ssbp-list li {
      display: none; }
    .ssba-wrap .ssbp-list li[class^="ssbp-li-"],
    .ssbp-wrap .ssbp-list li[class^="ssbp-li-"] {
      display: block; }
      @media screen and (min-width: 64em) {
        .ssba-wrap .ssbp-list li[class^="ssbp-li-"],
        .ssbp-wrap .ssbp-list li[class^="ssbp-li-"] {
          float: left; } }
      .single-media .ssba-wrap .ssbp-list li[class^="ssbp-li-"], .single-media
      .ssbp-wrap .ssbp-list li[class^="ssbp-li-"] {
        float: left; }
  .ssba-wrap .ssbp-toggle-switch,
  .ssbp-wrap .ssbp-toggle-switch {
    display: none !important; }
  .ssba-wrap .ssbp-total-shares,
  .ssbp-wrap .ssbp-total-shares {
    display: none; }
  .ssba-wrap .ssbp-input-url-div,
  .ssbp-wrap .ssbp-input-url-div {
    display: none; }
  .single-media .ssba-wrap, .single-media
  .ssbp-wrap {
    float: right;
    display: block;
    margin-bottom: 30px; }
    @media print {
      .single-media .ssba-wrap, .single-media
      .ssbp-wrap {
        display: none; } }

@media screen and (max-width: 63.9375em) {
  .post-headline {
    word-break: break-all;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; } }

.post-headline:not(.m-no-share-btns) {
  max-width: calc(100% - 60px); }

.single-media .post-headline {
  max-width: 100%; }

.post-content {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 60px; }
  @media screen and (min-width: 64em) {
    .post-content {
      width: 68.18182%;
      margin-top: 150px; } }
  @media print {
    .post-content {
      float: left;
      width: 68.18182%; } }
  @media print {
    .post-content {
      margin-top: 0; } }
  .m-has-post-thumb .post-content {
    margin-top: 0; }
    @media screen and (min-width: 40em) {
      .m-has-post-thumb .post-content {
        margin-top: 0; } }
  .single-media .post-content {
    float: left;
    width: 100%;
    margin-top: 0; }

.post-media {
  display: block;
  position: relative;
  float: right;
  width: 100%;
  margin: 0;
  border: none;
  padding-bottom: 20px; }
  .post-media:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 40em) {
    .single-event .post-media {
      display: block;
      width: 27.27273%;
      min-height: 500px; }
      .single-event .post-media:after {
        visibility: hidden;
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        content: ""; } }

.post-map {
  width: 100%;
  min-height: 200px;
  background-color: #cacaca; }
  @media screen and (min-width: 64em) {
    .post-map {
      min-height: 80%; } }
  @media print {
    .post-map {
      display: none; } }

.company-info {
  display: block;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 90px;
  margin-bottom: 30px;
  background-color: #ffffff; }
  .company-info:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (min-width: 40em) {
    .company-info {
      height: 150px; } }
  @media screen and (min-width: 64em) {
    .company-info {
      height: 215px; } }
  .company-info .company-logo,
  .company-info .company-map {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top; }
  .company-info .company-logo {
    width: 38.09524%;
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff; }
  .company-info .company-map {
    width: 61.90476%;
    height: 100%;
    text-align: center; }
    .company-info .company-map .map {
      display: inline-block;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
    .company-info .company-map .gm-style {
      position: relative !important; }
.company-teaser {
    padding: 40px 30px;
}
.event-info-box {
  font-size: 16px; }
  @media screen and (min-width: 64em) {
    .event-info-box {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 20px;
      left: 0; } }
  @media screen and (min-width: 64em) {
    .m-has-post-thumb .event-info-box {
      left: auto; } }
  .event-info-box .event-info {
    position: relative;
    padding: 20px 30px 40px 80px;
    background-color: #fff; }
    @media screen and (min-width: 64em) {
      .event-info-box .event-info {
        position: absolute;
        right: 0;
        /*bottom: 0;*/
        left: 0; } }
    @media print {
      .event-info-box .event-info {
        padding-top: 0; } }
  .event-info-box .event-data {
    margin-bottom: 0;
    line-height: 24px; }
    .event-info-box .event-data dt,
    .event-info-box .event-data dd {
      display: inline; }
    .event-info-box .event-data dt {
      font-weight: 900;
      color: #007fff; }
      .event-info-box .event-data dt::before {
        display: block;
        height: 10px;
        white-space: pre;
        content: "\A"; }
  .event-info-box .b-event-date-badge {
    top: 0px;
    left: 0; }
    @media print {
      .event-info-box .b-event-date-badge {
        top: 0; } }

.single-media {
  /**background-color: #007fff;*/ }
  .single-media .post {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    /*color: #fff; */ }
  .single-media .post-headline {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
    /*color: #fff; */ }
  @media print {
    .single-media .post-media {
      display: none; } }
  .single-media .post-media.m-audio .audio-player-wrap {
    margin-top: 25px;
    border: 10px solid #0a1d37; }
    @media screen and (min-width: 40em) {
      .single-media .post-media.m-audio .audio-player-wrap {
        border-width: 20px; } }
  .single-media .post-media.m-audio .audio-player {
    display: block;
    width: 100%; }
  .single-media .post-media.m-video {
    height: 0;
    padding-top: 56.25%;
    background-color: #0a0a0a; }
    .single-media .post-media.m-video:not(.m-running):after {
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      visibility: visible;
      display: block;
      width: 84px;
      height: 84px;
      background-color: #007fff;
      background-position: center;
      content: "";
      transition: background-color .2s;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .single-media .post-media.m-video iframe,
    .single-media .post-media.m-video .feature-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .single-media .post-media.m-video iframe {
      border: none; }
    .single-media .post-media.m-video .feature-image {
      z-index: 1; }
  .single-media .post-media:before,
  .single-media .post-media .header-bg-image {
    bottom: 50%; }
    @media screen and (min-width: 40em) {
      .single-media .post-media:before,
      .single-media .post-media .header-bg-image {
        left: 50%;
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .single-media .post-media:hover {
    cursor: pointer; }
    .single-media .post-media:hover:after {
      background-color: #007fff; }
  .single-media .b-footer {
    background-color: #007fff; }

.shortcode {
  margin-bottom: 100px; }
  @media print {
    .shortcode {
      margin-bottom: 50px; } }
  .shortcode.b-logo-list {
    margin-bottom: 45px; }
  .shortcode:last-child {
    margin-bottom: 0; }

p + .shortcode {
  margin-top: 100px; }
  @media print {
    p + .shortcode {
      margin-top: 50px; } }

.b-sidebar .shortcode {
  margin-bottom: 60px; }
  .b-sidebar .shortcode:last-child {
    margin-bottom: 0; }

.b-sidebar p + .shortcode {
  margin-top: 60px; }

.single-event .post-headline {
  color: #fff; }

.single-event .post-media {
  position: relative; }
  @media screen and (min-width: 64em) {
    .single-event .post-media .attachment-post-thumbnail {
      max-width: 68.18182%;
      margin-bottom: 0; } }
  .single-event .post-media:before {
    display: none; }

.single-company .b-sidebar .b-contact-box:first-child {
  color: #fff;
  background-color: #007fff; }
  .single-company .b-sidebar .b-contact-box:first-child .contact-links {
    color: inherit; }
    .single-company .b-sidebar .b-contact-box:first-child .contact-links::before {
      background-repeat: no-repeat; }
    .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="fax"]::before {
      background-repeat: no-repeat; }
    .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="tel"]::before {
      background-repeat: no-repeat; }
    .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="mailto:"]::before {
      background-repeat: no-repeat; }
  .single-company .b-sidebar .b-contact-box:first-child .contact-title {
    background-color: rgba(10, 10, 10, 0.1); }

.chat figure {
  margin: 0; }

.chat ol {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  counter-reset: item; }
  .chat ol li {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px; }
  .chat ol ul {
    margin-left: 0;
    list-style-type: none; }
    .chat ol ul li {
      padding-top: 20px;
      color: #434346; }

.chat ol > li:before {
  display: inline-block;
  display: block;
  width: 60px;
  margin-bottom: 20px;
  border-bottom: 6px solid #007fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 51px;
  text-align: center;
  color: #007fff;
  content: counter(item); }
  @media screen and (min-width: 40em) {
    .chat ol > li:before {
      position: absolute;
      margin-bottom: 0;
      margin-left: -80px; } }

.chat ol > li {
  color: #007fff;
  counter-increment: item; }
  @media screen and (min-width: 40em) {
    .chat ol > li {
      display: block;
      margin-left: 80px; } }
  .chat ol > li:not(:last-of-type) {
    padding-bottom: 70px; }

.post.quote .post-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  padding-left: 80px; }
  .post.quote .post-content ul li {
    display: block; }
    .post.quote .post-content ul li:after {
      visibility: hidden;
      display: block;
      clear: both;
      height: 0;
      font-size: 0;
      content: ""; }
    .post.quote .post-content ul li img {
      float: left;
      margin-right: 10px;
      margin-left: -80px; }
  .post.quote .post-content ul li + li {
    margin-top: 20px; }

.link-teaser-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px; }
  .b-sidebar * + .link-teaser-title {
    margin-top: 60px; }

.m-page-headline.m-has-page-thumb .page-header:before {
  opacity: .9; }

.m-page-headline.m-has-page-thumb .page-header .header-bg-image, .m-page-headline.m-has-page-thumb .page-header:before {
  bottom: 0; }

.m-page-headline .page-header {
  position: relative;
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  text-align: center;
  color: #fff; }
  .m-page-headline .page-header:not(.m-has-no-content) {
    padding-bottom: 70px; }
  .m-page-headline .page-header .page-headline {
    color: #fff; }
  @media screen and (max-width: 63.9375em) {
    .m-page-headline .page-header.m-has-no-content .header-bg-image {
      min-height: 530px; } }
  .m-page-headline .page-header.m-has-no-content .header-bg-image, .m-page-headline .page-header.m-has-no-content:before {
    bottom: -425px; }

.header-bg-image,
.page-header:before,
.b-post-header:before,
.post-media:before {
  position: absolute;
  top: -175px;
  bottom: -20px;
  left: -15px;
  display: block;
  width: 100vw;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 64em) {
    .header-bg-image,
    .page-header:before,
    .b-post-header:before,
    .post-media:before {
      bottom: -70px; } }
  @media screen and (min-width: 64em) {
    .header-bg-image,
    .page-header:before,
    .b-post-header:before,
    .post-media:before {
      top: -270px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media print {
    .header-bg-image,
    .page-header:before,
    .b-post-header:before,
    .post-media:before {
      display: none; } }

.header-bg-image {
  z-index: -2; }

.page-header:before,
.b-post-header:before,
.post-media:before {
  z-index: -1;
  background-color: #007fff;
  /*background-image: linear-gradient(to left, rgba(10, 10, 10, 0.2), rgba(10, 10, 10, 0.5) 50%);*/
  content: ""; }

.single-event .m-has-post-thumb .b-post-header:before,
.single-media .m-has-post-thumb .b-post-header:before {
  opacity: .9; }

.single-post .b-post-header:before,
.single-job .b-post-header:before,
.single-company .b-post-header:before,
.page-template-default .b-post-header:before {
  background-color: #E5F2FF;
  background-image: none; }

@media screen and (min-width: 64em) {
  .page-template-page-headline .lang-item.current-lang,
  .page-template-page-dark-background .lang-item.current-lang,
  .page-template-page-header-image .lang-item.current-lang,
  .page-template-page-onepage .lang-item.current-lang,
  .single-event .lang-item.current-lang,
  .single-media .lang-item.current-lang {
    background-color: rgba(0, 41, 74, 0.5); } }

@media screen and (min-width: 40em) {
  .page-template-page-headline .page-header:before,
  .page-template-page-headline .header-bg-image,
  .search-result .page-header:before,
  .search-result .header-bg-image {
    bottom: 0; } }

.page-template-page-dark-background {
  background: #007fff; }
  .page-template-page-dark-background .b-footer {
    background: #0a1d37; }

.page-template-page-landing {
  background-repeat: no-repeat; }
  @media screen and (min-width: 75em) {
    .page-template-page-landing {
      background-image: url(../../assets/images/landingpage-bg.png);
      background-position: right -125px top 0; } }
  @media screen and (min-width: 90em) {
    .page-template-page-landing {
      background-position: right calc(50vw - 868px) top 0; } }
  .page-template-page-landing .lang-item.current-lang {
    background-color: #007fff; }
  .page-template-page-landing .page-header {
    position: relative;
    margin-bottom: 150px; }
    @media screen and (min-width: 75em) {
      .page-template-page-landing .page-header {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 50%; } }
    .page-template-page-landing .page-header::before {
      bottom: -80px;
      background-image: url(../../assets/images/landingpage-bg_mobile.png); }
      @media screen and (min-width: 75em) {
        .page-template-page-landing .page-header::before {
          display: none; } }
    .page-template-page-landing .page-header h1,
    .page-template-page-landing .page-header p {
      color: #fff; }

.post-text .list-title {
  margin-bottom: 20px;
  font-size: 18px; }

.search-result .page-header:not(.m-has-no-content) {
  padding-bottom: 20px; }
  @media screen and (min-width: 40em) {
    .search-result .page-header:not(.m-has-no-content) {
      padding-bottom: 40px; } }
  @media screen and (min-width: 64em) {
    .search-result .page-header:not(.m-has-no-content) {
      padding-bottom: 60px; } }
  .search-result .page-header:not(.m-has-no-content):before {
    bottom: 0; }

.search-result .article-text {
  margin-top: 20px; }
  @media screen and (min-width: 40em) {
    .search-result .article-text {
      margin-top: 40px; } }
  @media screen and (min-width: 64em) {
    .search-result .article-text {
      margin-top: 60px; } }

@media screen and (max-width: 63.9375em) {
  .page-template-page-homescreen {
    /*background-image: url(../../assets/images/homepage-bg_mobile.png);
    background-size: contain;
    background-repeat: no-repeat;*/ } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child {
    height: 0;
    max-height: 633px;
    padding-top: 52.75%;
    padding-bottom: 0; } }

@media screen and (min-width: 75em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child {
    height: 633px;
    padding-top: 0; } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child ul {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; } }

.page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-wall-link {
  z-index: 1;
  margin-top: 10px; }

.page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-wall-title {
  width: 22.66667%; }
  @media screen and (min-width: 64em) {
    .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-wall-title {
      position: absolute;
      top: 0;
      float: left; } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-item:nth-child(2), .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-item:nth-child(3) {
    margin-top: 60px; } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-item:nth-child(2n + 2) .teaser-title {
    color: #fff; } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child .teaser-item.m-featured {
    top: 0; } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-teaser-wall.m-center:first-child:before {
    position: absolute;
    top: 100%;
    right: 25%;
    left: calc(-50% - 660px);
    z-index: -2;
    display: block;
    height: 0;
    padding-top: 283%;
    background-image: url(../../assets/images/homepage-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

@media screen and (min-width: 64em) {
  .page-template-page-homescreen .b-article .b-social-teaser .social-teaser-title,
  .page-template-page-homescreen .b-article .b-teaser-wall:nth-child(2) .teaser-wall-title,
  .page-template-page-homescreen .b-article .b-teaser-wall:nth-child(3) .teaser-wall-title {
    color: #fff; } }

.page-template-page-homescreen .b-article .b-teaser-wall:first-child .teaser-wall-title {
  color: #fff; }

.form legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0); }

.form .buttons {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  width: 100%;
  margin: 20px 0;
  border: none;
  padding: 0 15px;
  font-weight: 900;
  line-height: 2.5em;
  color: #fff;
  background-color: #007fff;
  transition: background-color .2s; }
  @media screen and (min-width: 40em) {
    .form .buttons {
      display: block;
      width: auto; } }
  .form .buttons:hover {
    background-color: #007fff; }

.form .req {
  color: #007fff; }

.form .link-text + .link-text {
  margin-top: 10px; }

#wpmem_msg {
  margin-bottom: 30px;
  padding: 20px 15px;
  text-align: left;
  background-color: #E5F2FF; }

.wpcf7-form-control-wrap {
  margin-bottom: 30px; }

.error-not-found,
.error404 main {
  min-height: calc(100vh - 1215px); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .error-not-found,
    .error404 main {
      min-height: calc(100vh - 922px); } }
  @media screen and (min-width: 64em) {
    .error-not-found,
    .error404 main {
      min-height: calc(100vh - 928px); } }

.gallery {
  display: block; }
  .gallery:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ""; }
  @media screen and (max-width: 39.9375em) {
    .gallery {
      margin-top: 10px; } }
  @media screen and (min-width: 40em) {
    .gallery {
      margin-top: 20px; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-9 .gallery-item,
    .gallery.gallery-columns-8 .gallery-item,
    .gallery.gallery-columns-7 .gallery-item,
    .gallery.gallery-columns-6 .gallery-item {
      margin-bottom: 10px; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-9 .gallery-item {
      width: calc(100% / 9 - 9px);
      margin-left: 10px;
      padding-top: calc(100% / 9 - 9px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-8 .gallery-item {
      width: calc(100% / 8 - 9px);
      margin-left: 10px;
      padding-top: calc(100% / 8 - 9px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-7 .gallery-item {
      width: calc(100% / 7 - 9px);
      margin-left: 10px;
      padding-top: calc(100% / 7 - 9px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-6 .gallery-item {
      width: calc(100% / 6 - 9px);
      margin-left: 10px;
      padding-top: calc(100% / 6 - 9px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-5 .gallery-item {
      width: calc(100% / 5 - 16px);
      margin-left: 20px;
      padding-top: calc(100% / 5 - 16px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-4 .gallery-item {
      width: calc(100% / 4 - 15px);
      margin-left: 20px;
      padding-top: calc(100% / 4 - 15px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-3 .gallery-item {
      width: calc(100% / 3 - 14px);
      margin-left: 20px;
      padding-top: calc(100% / 3 - 14px); } }
  @media screen and (min-width: 64em) {
    .gallery.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
      margin-left: 0; } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-2 .gallery-item {
      width: calc(50% - 10px);
      margin-left: 20px;
      padding-top: calc(50% - 10px); } }
  @media screen and (min-width: 40em) {
    .gallery.gallery-columns-2 .gallery-item:nth-child(odd) {
      margin-left: 0; } }
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-left: 0;
    padding-top: 100%; }

.gallery-item {
  position: relative;
  float: left;
  height: 0;
  background-color: #E5F2FF; }
  @media screen and (max-width: 39.9375em) {
    .gallery-item {
      width: calc(50% - 5px);
      margin-bottom: 10px;
      margin-left: 10px;
      padding-top: 50%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .gallery-item {
      width: calc(100% / 3 - 14px);
      margin-left: 20px;
      padding-top: calc(100% / 3 - 14px); } }
  @media screen and (min-width: 40em) {
    .gallery-item {
      margin-bottom: 20px; } }
  @media screen and (max-width: 39.9375em) {
    .gallery-item:nth-child(odd) {
      margin-left: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .gallery-item:nth-child(3n + 1) {
      margin-left: 0; } }
  [data-whatinput="mouse"] .gallery-item:hover a:before {
    opacity: .8;
    cursor: pointer; }
  [data-whatinput="mouse"] .gallery-item:hover .gallery-caption {
    -ms-transform: translate(5px, -5px);
        transform: translate(5px, -5px); }

.gallery-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0; }
  .gallery-icon a {
    display: block;
    height: 100%;
    border: none; }
    .gallery-icon a:before {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #007fff;
      content: "";
      transition: opacity .2s; }
  .gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery-caption {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  line-height: 1.4;
  text-shadow: 0 0 10px #0a0a0a;
  color: #fff;
  transition: transform .2s; }
  @media screen and (max-width: 39.9375em) {
    .gallery-caption {
      right: 5px;
      bottom: 5px;
      left: 5px; } }
  @media screen and (min-width: 40em) {
    .gallery-caption {
      right: 10px;
      bottom: 10px;
      left: 10px; } }

.tos-prev,
.tos-next,
.tos-close {
  border: none;
  border-radius: 0;
  background-color: transparent; }
  .tos-prev span,
  .tos-next span,
  .tos-close span {
    display: none; }

.tos-prev,
.tos-next {
  height: 40px;
  margin-top: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.tos-close {
  background-repeat: no-repeat;
  width: 20px;
  height: 20px; }

.tos-prev {
  background-repeat: no-repeat;
  background-position: left center; }

.tos-next {
  background-repeat: no-repeat;
  background-position: right center; }

.wpcf7-submit {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.7em 1em;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  background-color: #007fff;
  color: #fff; }
  [data-whatinput='mouse'] .wpcf7-submit {
    outline: 0; }
  .wpcf7-submit:hover, .wpcf7-submit:focus {
    background-color: #007fff;
    color: #fff; }

.b-link-teaser.m-download[href$=".pdf"]:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='23' height='23' viewBox='0 0 23 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.973 4.896c.182-.725.363-1.088.363-1.632v-.363c.181-.906.181-1.632 0-1.813V.907l-.181-.182s0 .182-.182.182c-.362 1.088-.362 2.357 0 3.989zm-5.44 12.512c-.362.181-.725.363-.906.544-1.27 1.088-2.176 2.357-2.358 2.901 1.088-.181 2.176-1.269 3.264-3.445zm16.683-2.72c-.181-.181-.907-.725-3.445-.725h-.363v.181c1.27.544 2.539.907 3.445.907h.544v-.182s-.181 0-.181-.181zm.725 1.45a3.621 3.621 0 0 1-1.632.363c-1.45 0-3.626-.362-5.44-1.269-3.082.363-5.44.725-7.253 1.45-.181 0-.181 0-.363.182-2.176 3.808-3.989 5.621-5.44 5.621-.362 0-.544 0-.725-.181l-.907-.544v-.181C0 21.216 0 21.035 0 20.672c.181-.907 1.27-2.539 3.445-3.808.363-.181.907-.544 1.632-.907.544-.906 1.088-1.994 1.814-3.264.906-1.813 1.45-3.626 1.994-5.258-.725-2.176-1.088-3.446-.362-5.984C8.704.725 9.248 0 9.973 0h.363c.363 0 .725.181 1.088.363 1.27 1.269.725 4.17 0 6.528v.181c.725 1.995 1.813 3.627 2.901 4.715.544.362.907.725 1.632 1.088.907 0 1.632-.182 2.358-.182 2.176 0 3.626.363 4.17 1.27.182.362.182.725.182 1.088-.182.181-.363.725-.726 1.088zM10.155 9.068c-.363 1.269-1.088 2.72-1.814 4.352-.362.725-.725 1.269-1.088 1.994h.363c2.357-.906 4.533-1.45 5.984-1.632-.363-.181-.544-.362-.725-.544-.907-1.088-1.995-2.538-2.72-4.17z' fill='%23F2F2F2' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-link-teaser.m-download:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='16' height='21' viewBox='0 0 16 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.64 19.856a.52.52 0 0 0 .721 0l6.49-6.255c.199-.192.199-.503 0-.695a.524.524 0 0 0-.722 0L8 18.814l-6.13-5.908a.524.524 0 0 0-.72 0c-.2.192-.2.503 0 .695l6.49 6.255zm.827-7.506V1.412C8.467 1.184 8.257 1 8 1s-.467.184-.467.412V12.35c0 .228.21.412.467.412.258 0 .467-.184.467-.412z' stroke-width='.99' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-link-teaser:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='15' viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.356 7.14a.52.52 0 0 1 0 .721l-6.255 6.49c-.192.199-.503.199-.695 0a.524.524 0 0 1 0-.722L18.314 7.5l-5.908-6.13a.524.524 0 0 1 0-.72c.192-.2.503-.2.695 0l6.255 6.49zm-7.506.827H.912C.684 7.967.5 7.757.5 7.5s.184-.467.412-.467H11.85c.228 0 .412.21.412.467 0 .258-.184.467-.412.467z' stroke-width='.99' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-searchresults .result-image.x-empty, .b-teaser-slider .teaser-slider-item .dummy-image, .b-teaser-wall .teaser-image-wrapper.m-empty {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='50' height='63' viewBox='0 0 50 63' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%239EADBA' fill='%239EADBA' fill-rule='evenodd' opacity='.8'%3E%3Cpath d='M47.296 19.925V59.84H2.704V3.16h45.444c.47 0 .852-.484.852-1.08 0-.596-.382-1.08-.852-1.08H1.852C1.382 1 1 1.484 1 2.08v58.84c0 .596.381 1.08.852 1.08h46.296c.47 0 .852-.484.852-1.08V19.925c0-.597-.382-1.08-.852-1.08s-.852.484-.852 1.08z' stroke-width='1.357'/%3E%3Cpath d='M38.39 14.468H27.694c-.58 0-1.052-.532-1.052-1.189s.471-1.188 1.052-1.188H38.39c.58 0 1.052.531 1.052 1.188 0 .657-.471 1.189-1.052 1.189zM38.39 20.805H27.694c-.58 0-1.052-.531-1.052-1.188 0-.657.471-1.188 1.052-1.188H38.39c.58 0 1.052.531 1.052 1.188 0 .657-.471 1.188-1.052 1.188zM38.39 26.35H27.694c-.58 0-1.052-.53-1.052-1.188 0-.656.471-1.188 1.052-1.188H38.39c.58 0 1.052.532 1.052 1.188 0 .657-.471 1.189-1.052 1.189zM38.39 31.896H27.694c-.58 0-1.052-.532-1.052-1.188 0-.656.471-1.189 1.052-1.189H38.39c.58 0 1.052.533 1.052 1.189s-.471 1.188-1.052 1.188zM38.125 38.197H10.948a1.16 1.16 0 0 1-1.148-1.17c0-.646.514-1.17 1.148-1.17h27.177a1.16 1.16 0 0 1 1.149 1.17 1.16 1.16 0 0 1-1.149 1.17zM38.125 44.535H10.948a1.16 1.16 0 0 1-1.148-1.17c0-.646.514-1.17 1.148-1.17h27.177a1.16 1.16 0 0 1 1.149 1.17 1.16 1.16 0 0 1-1.149 1.17zM38.125 50.872H10.948a1.16 1.16 0 0 1-1.148-1.17c0-.645.514-1.17 1.148-1.17h27.177a1.16 1.16 0 0 1 1.149 1.17 1.16 1.16 0 0 1-1.149 1.17zM22.317 31.896H11.683A1.085 1.085 0 0 1 10.6 30.81v-17.63c0-.602.484-1.088 1.083-1.088h10.634c.599 0 1.083.486 1.083 1.087v17.63c0 .6-.484 1.088-1.083 1.088zm-9.551-2.175h8.468V14.266h-8.468V29.72z' stroke-width='.638'/%3E%3C/g%3E%3C/svg%3E"); }

.b-image-link .image-wrap.audio .image-link:before, .b-teaser-slider .teaser-slider-item.audio .teaser-slider-itemlink::after, .b-teaser-wall .audio:not(.m-featured) .teaser-image-wrapper:after, .b-teaser-wall .m-featured.audio .teaser-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='17' height='35' viewBox='0 0 17 35' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eico_audio%3C/title%3E%3Cg stroke-width='.8' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M8.382 25.025c-.382 0-.692.254-.692.566v7.787c0 .313.31.566.692.566.383 0 .693-.253.693-.566v-7.787c0-.312-.31-.566-.693-.566zM15.208 15.045a.688.688 0 0 0-.693.683c0 3.261-2.69 5.915-5.998 5.915h-.135c-3.307 0-5.997-2.654-5.997-5.915a.688.688 0 0 0-.693-.683.688.688 0 0 0-.692.683c0 4.014 3.312 7.28 7.382 7.28h.135c4.071 0 7.383-3.266 7.383-7.28a.688.688 0 0 0-.692-.683z'/%3E%3Cpath d='M8.489 18.562c2.492 0 4.519-2 4.519-4.456V5.56c0-2.458-2.027-4.457-4.52-4.457h-.076c-2.492 0-4.52 1.999-4.52 4.457 0 .376.31.682.693.682a.688.688 0 0 0 .692-.682c0-1.705 1.406-3.092 3.135-3.092h.077c1.728 0 3.134 1.387 3.134 3.092v8.545c0 1.704-1.406 3.09-3.134 3.09h-.077c-1.729 0-3.135-1.386-3.135-3.09v-3.97a.688.688 0 0 0-.692-.682.688.688 0 0 0-.692.683v3.969c0 2.456 2.027 4.456 4.519 4.456h.077z'/%3E%3C/g%3E%3C/svg%3E"); }

.b-header .menu-toggle {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='20'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' stroke='%23FFF' stroke-width='1.3' d='M15.402 18.563H1.487c-.27 0-.487-.35-.487-.782 0-.43.218-.78.487-.78H15.82l-.418 1.564zm4.18 0h4.598c.27 0 .487-.35.487-.782 0-.43-.218-.78-.487-.78H20l-.42 1.564zm-18.095-16H24.18c.27 0 .487-.35.487-.782 0-.43-.218-.78-.487-.78H1.487C1.217 1 1 1.35 1 1.78c0 .433.218.782.487.782zm0 8H24.18c.27 0 .487-.35.487-.782 0-.43-.218-.78-.487-.78H1.487C1.217 9 1 9.35 1 9.78c0 .433.218.783.487.783z'/%3E%3C/svg%3E"); }

.b-searchbar .search-date .picker-input {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.1 26' width='28' height='31'%3E%3Cpath d='M21.9 2.8v20.9H2.2v-22A1.1 1.1 0 0 0 1.1.6 1.1 1.1 0 0 0 0 1.7v23.2A1.1 1.1 0 0 0 1.1 26H23a1.1 1.1 0 0 0 1.1-1.1V1.7A1.1 1.1 0 0 0 23 .6h-6.4a1.1 1.1 0 0 0-1.1 1.1 1.1 1.1 0 0 0 1.1 1.1h5.3z' fill='%23fff'/%3E%3Cpath d='M16.4 18.3h1.9a1.1 1.1 0 0 1 0 2.2h-1.9a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1zM18.3 16.7h-1.9a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1h1.9a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM11.1 18.3H13a1.1 1.1 0 0 1 0 2.2h-1.9a1.1 1.1 0 0 1 0-2.2zM13 16.7h-1.9a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1H13a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM5.8 18.3h1.9a1.1 1.1 0 0 1 0 2.2H5.8a1.1 1.1 0 0 1 0-2.2zM7.7 16.7H5.8a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1h1.9a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM18.3 12.9h-1.9a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1h1.9a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM13 12.9h-1.9a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1H13a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM7.7 12.9H5.8a1 1 0 0 1-.9-1.1 1 1 0 0 1 .9-1.1h1.9a1 1 0 0 1 .9 1.1 1 1 0 0 1-.9 1.1zM4.9 3.4V1.1A1.3 1.3 0 0 1 6.4 0a1.3 1.3 0 0 1 1.5 1.1v2.3a1.4 1.4 0 0 1-1.5 1.1 1.4 1.4 0 0 1-1.5-1.1zM10.1 3.4V1.1A1.4 1.4 0 0 1 11.6 0a1.4 1.4 0 0 1 1.5 1.1v2.3a1.4 1.4 0 0 1-1.5 1.1 1.4 1.4 0 0 1-1.5-1.1z' fill='%23fff'/%3E%3C/svg%3E"); }

input[type="checkbox"],
input[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11'%3E%3Ctitle%3Echeck-grey%3C/title%3E%3Cpath d='M4.5 10.8l.5.2.5-.2 9.3-9.5a.8.8 0 0 0 0-1.1.7.7 0 0 0-1 0L5 9.2 1.2 5.4a.7.7 0 0 0-1 0 .8.8 0 0 0 0 1.1z' fill='%239eadba'/%3E%3C/svg%3E"); }

select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='22' height='13' viewBox='0 0 22 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.485 11.782a.72.72 0 0 0 1.03 0l9.272-9.507a.76.76 0 0 0 0-1.056.716.716 0 0 0-1.03 0L11 10.197 2.244 1.22a.716.716 0 0 0-1.03 0 .76.76 0 0 0 0 1.056l9.27 9.507z' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-company-profile .company-link:hover:after, .b-teaser-slider .header .teaser-slider-link:hover:after, [data-whatinput="mouse"] .b-teaser-wall .teaser-wall-link:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.3 13.4'%3E%3Cpath d='M6.6 7a.5.5 0 0 0 0-.6L1.4.8a.4.4 0 0 0-.6 0 .5.5 0 0 0 0 .6l4.9 5.3L.8 12a.5.5 0 0 0 0 .6.4.4 0 0 0 .6 0z' fill='%23556f77' stroke='%23556f77' stroke-width='1.35'/%3E%3C/svg%3E"); }

.b-company-profile .company-link:after, .b-teaser-slider .header .teaser-slider-link:after, .b-teaser-wall .teaser-wall-link:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.3 13.4'%3E%3Cpath d='M6.6 7a.5.5 0 0 0 0-.6L1.4.8a.4.4 0 0 0-.6 0 .5.5 0 0 0 0 .6l4.9 5.3L.8 12a.5.5 0 0 0 0 .6.4.4 0 0 0 .6 0z' fill='%2388a2aa' stroke='%2388a2aa' stroke-width='1.35'/%3E%3C/svg%3E"); }

.page-template-page-dark-background .b-pagination .prev-link:not(.m-disabled):hover, .page-template-page-dark-background
.b-pagination .prev:not(.m-disabled):hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath fill='%230A1D37' stroke='%230A1D37' d='M.8 12.4c-.4.3-.4.9 0 1.3l12.1 11.5c.4.3.9.3 1.3 0s.4-.9 0-1.3L2.8 13 14.2 2.1c.4-.3.4-.9 0-1.3-.4-.3-.9-.3-1.3 0L.8 12.4z'/%3E%3C/svg%3E"); }

.page-template-page-dark-background .b-pagination .prev-link, .page-template-page-dark-background
.b-pagination .prev {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath fill='%23005EA8' stroke='%23005EA8' d='M.8 12.4c-.4.3-.4.9 0 1.3l12.1 11.5c.4.3.9.3 1.3 0s.4-.9 0-1.3L2.8 13 14.2 2.1c.4-.3.4-.9 0-1.3-.4-.3-.9-.3-1.3 0L.8 12.4z'/%3E%3C/svg%3E"); }

.b-pagination .prev-link:not(.m-disabled):hover,
.b-pagination .prev:not(.m-disabled):hover, [data-whatinput="mouse"] .b-teaser-slider .prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath d='M.8 12.4a.9.9 0 0 0 0 1.3l12.1 11.5a1 1 0 0 0 1.3 0 .9.9 0 0 0 0-1.3L2.8 13 14.2 2.1a.9.9 0 0 0 0-1.3 1 1 0 0 0-1.3 0z' fill='%23556f77' stroke='%23556f77'/%3E%3C/svg%3E"); }

.b-pagination .prev-link,
.b-pagination .prev, .b-teaser-slider .prev {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath d='M.8 12.4a.9.9 0 0 0 0 1.3l12.1 11.5a1 1 0 0 0 1.3 0 .9.9 0 0 0 0-1.3L2.8 13 14.2 2.1a.9.9 0 0 0 0-1.3 1 1 0 0 0-1.3 0z' fill='%2388a2aa' stroke='%2388a2aa'/%3E%3C/svg%3E"); }

.tos-prev, .ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.9 25.9'%3E%3Ctitle%3Echevron-thin-left-sub%3C/title%3E%3Cpath d='M13.5 25.8a1.5 1.5 0 0 1-1-.4L.5 14a1.4 1.4 0 0 1-.5-1.1 1.4 1.4 0 0 1 .4-1L12.6.3a1.5 1.5 0 0 1 2 0 1.4 1.4 0 0 1 0 2L3.5 12.9l11 10.5a1.4 1.4 0 0 1 0 2 1.5 1.5 0 0 1-1 .4z' fill='%23fff'/%3E%3C/svg%3E"); }

.page-template-page-dark-background .b-pagination .next-link:not(.m-disabled):hover, .page-template-page-dark-background
.b-pagination .next:not(.m-disabled):hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath fill='%230A1D37' stroke='%230A1D37' d='M14.2 13.6c.4-.3.4-.9 0-1.3L2.1.8C1.7.5 1.2.5.8.8s-.4.9 0 1.3L12.2 13 .8 23.9c-.4.3-.4.9 0 1.3.4.3.9.3 1.3 0l12.1-11.6z'/%3E%3C/svg%3E"); }

.page-template-page-dark-background .b-pagination .next-link, .page-template-page-dark-background
.b-pagination .next {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath fill='%23005EA8' stroke='%23005EA8' d='M14.2 13.6c.2-.2.3-.4.3-.6 0-.2-.1-.5-.3-.6L2.1.8C1.7.4 1.1.4.8.8c-.4.4-.4.9 0 1.3L12.2 13 .8 23.9c-.4.4-.4.9 0 1.3s1 .4 1.3 0l12.1-11.6z'/%3E%3C/svg%3E"); }

.b-pagination .next-link:not(.m-disabled):hover,
.b-pagination .next:not(.m-disabled):hover, [data-whatinput="mouse"] .b-teaser-slider .next:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 26'%3E%3Cpath d='M14.2 13.6a.9.9 0 0 0 0-1.3L2.1.8A1 1 0 0 0 .8.8a.9.9 0 0 0 0 1.3L12.2 13 .8 23.9a.9.9 0 0 0 0 1.3 1 1 0 0 0 1.3 0z' fill='%23556f77' stroke='%23556f77'/%3E%3C/svg%3E"); }

.b-pagination .next-link,
.b-pagination .next, .b-teaser-slider .next {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='15' height='26' viewBox='0 0 15 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.222 13.644A.892.892 0 0 0 14.5 13c0-.242-.1-.473-.278-.644L2.122.766a.98.98 0 0 0-1.344 0 .884.884 0 0 0 0 1.289L12.205 13 .778 23.945a.884.884 0 0 0 0 1.288.98.98 0 0 0 1.344 0l12.1-11.59z' stroke='%2388A2AA' fill='%2388A2AA' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.tos-next, .ui-datepicker .ui-datepicker-next span {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.9 25.9'%3E%3Ctitle%3Echevron-thin-left-sub%3C/title%3E%3Cpath d='M1.4 0a1.5 1.5 0 0 1 1 .4l12.1 11.4a1.4 1.4 0 0 1 .4 1 1.4 1.4 0 0 1-.4 1L2.4 25.5a1.5 1.5 0 0 1-2 0 1.4 1.4 0 0 1 0-2l11.1-10.6L.4 2.4a1.4 1.4 0 0 1 0-2 1.5 1.5 0 0 1 1-.4z' fill='%23fff'/%3E%3C/svg%3E"); }

.b-contact-box .contact-links[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16'%3E%3Cpath fill='%239EADBA' fill-rule='evenodd' stroke='%239EADBA' stroke-width='1.134' d='M15.39 8.54v5.54H1.61V1.92h14.085c.168 0 .305-.207.305-.46 0-.256-.137-.462-.305-.462H1.305C1.137 1 1 1.206 1 1.46v13.08c0 .253.137.46.305.46h14.39c.168 0 .305-.207.305-.46v-6c0-.255-.137-.46-.305-.46-.17 0-.306.205-.306.46zM5.285 10.494c0 .16.153.258.242.155l2.1-2.387.778.882a.12.12 0 0 0 .188 0l.777-.882 2.1 2.385c.092.103.244.003.244-.156a.23.23 0 0 0-.056-.158L9.602 8.002l2.055-2.332a.235.235 0 0 0 .057-.16c0-.11-.066-.202-.148-.202a.128.128 0 0 0-.095.047L8.5 8.73 5.53 5.354a.13.13 0 0 0-.096-.047c-.082 0-.148.09-.148.202 0 .06.02.12.056.16L7.398 8l-2.055 2.333a.235.235 0 0 0-.057.16z'/%3E%3C/svg%3E"); }

.b-company-profile .contact-links[href^="mailto:"], .b-contact-box.m-hr .contact-links[href^="mailto:"]::before, .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.2 20.2'%3E%3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='1.2' class='st0' d='M22.7 10.8v7.5H1.5V1.9h21.6c.3 0 .5-.3.5-.6s-.2-.6-.5-.6h-22c-.3 0-.5.3-.5.6V19c0 .3.2.6.5.6h22.1c.3 0 .5-.3.5-.6v-8.1c0-.3-.2-.6-.5-.6-.3-.1-.5.2-.5.5zM6.8 12.9c0 .2.2.3.4.2l3.4-3.2 1.3 1.2c.1.1.2.1.3 0l1.3-1.2 3.4 3.2c.1.1.4 0 .4-.2 0-.1 0-.2-.1-.2l-3.3-3.1L17 6.5c.1-.1.1-.1.1-.2 0-.2-.1-.3-.2-.3s-.1 0-.2.1L12 10.6 7.2 6.1S7.1 6 7 6s-.2.1-.2.3c0 .1 0 .2.1.2l3.3 3.1-3.3 3.1c-.1 0-.1.1-.1.2z'/%3E%3C/svg%3E"); }

.tos-close {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.3 26.3'%3E%3Ctitle%3Echevron-thin-right-white%3C/title%3E%3Cpath d='M25.7 22.6L16 13.1l9.5-9.7A2 2 0 1 0 22.6.6l-9.5 9.7L3.4.8A2 2 0 0 0 .6 3.6l9.7 9.5-9.5 9.8a2 2 0 1 0 2.9 2.8l9.5-9.7 9.7 9.5a2 2 0 0 0 2.8-2.9z' fill='%23fff'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="facebook"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='22' height='23' viewBox='0 0 22 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.786 22.175H15.18v-8.588h2.86l.428-3.346H15.18V8.104c0-.969.267-1.629 1.645-1.629h1.759V3.48a23.431 23.431 0 0 0-2.562-.132c-2.535 0-4.27 1.56-4.27 4.424v2.468H8.883v3.346h2.867v8.588H1.214A1.22 1.22 0 0 1 0 20.95V1.224C0 .548.544 0 1.214 0h19.572C21.456 0 22 .548 22 1.224V20.95a1.22 1.22 0 0 1-1.214 1.225z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-contact-box .contact-links[href^="fax"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpath d='M19.2 13.5H10a.8.8 0 0 0-.8.7 2.2 2.2 0 0 1-2.3 2.3 2.2 2.2 0 0 1-2.3-2.2v-3.8h7.7v.8a.8.8 0 0 0 1.5 0V9.8a.8.8 0 0 0-.7-.8H3.8a.8.8 0 0 0-.8.8v3.8H1.5V9.8a2.2 2.2 0 0 1 2.3-2.3H13a2.2 2.2 0 0 1 2.3 2.3v1.5a.8.8 0 0 0 1.5 0V9.8a3.5 3.5 0 0 0-3.1-3.7V.8a.8.8 0 0 0-.6-.8H3.8a.8.8 0 0 0-.8.8v5.3a3.5 3.5 0 0 0-3 3.7v4.5a.8.8 0 0 0 .8.8h2.4a3.6 3.6 0 0 0 3.8 3 3.6 3.6 0 0 0 3.8-3h8.5a.8.8 0 1 0 0-1.5zM4.6 1.5h7.7V6H4.6V1.5z' fill='%239eadba'/%3E%3C/svg%3E"); }

.b-contact-box.m-hr .contact-links[href^="fax"]::before, .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="fax"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpath fill='%23FFF' d='M19.2 13.5H10c-.4 0-.8.3-.8.7 0 .4-.1 2.3-2.3 2.3s-2.3-1.9-2.3-2.2v-3.8h7.7v.8c0 .4.3.8.8.8.4 0 .8-.3.8-.8V9.8c0-.4-.3-.8-.8-.8H3.9c-.4 0-.8.3-.8.8v3.8H1.6V9.8c0-2.1 1.9-2.2 2.3-2.2h9.2c.4 0 2.3.1 2.3 2.2v1.5c0 .4.3.8.8.8.4 0 .8-.3.8-.8V9.8c0-2.5-1.7-3.4-3.1-3.7V.8c0-.4-.3-.8-.8-.8H3.9c-.4 0-.8.3-.8.8v5.3C1.8 6.4 0 7.3 0 9.8v4.5c0 .4.3.8.8.8h2.4c.3 1.3 1.2 3 3.8 3 2.5 0 3.5-1.7 3.8-3h8.5c.4 0 .8-.3.8-.8s-.4-.8-.9-.8zM4.6 1.5h7.7V6H4.6V1.5z'/%3E%3C/svg%3E"); }

.b-contact-box .contact-links::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%239EADBA' d='M12.5 25c-4.7 0-9-2.6-11.2-6.9-1.5-3-1.8-6.4-.7-9.5s3.3-5.7 6.2-7.3h.4c.3 0 .6.2.8.4.2.5.1 1-.3 1.2C5.5 4.1 3.9 5.8 2.9 8h7c.9-3 2.5-3.9 2.6-4l.2-.1.1.1c.1 0 1.8 1 2.6 4h6.8c-1.7-3.8-5.4-6.2-9.6-6.2-.5 0-1-.4-1-.9s.5-.9.9-.9c4.7 0 9 2.6 11.1 6.9 1.5 3 1.8 6.4.7 9.5s-3.3 5.7-6.2 7.3c-1.7.8-3.6 1.3-5.6 1.3zm.2-2c4.1 0 7.8-2.5 9.4-6.2h-6.8c-.9 3.1-2.6 3.9-2.6 4l-.2.1-.2-.1c-.1 0-1.8-.9-2.6-4H2.9c1.7 3.8 5.4 6.2 9.6 6.2h.2zm-1.2-6.2c.2.7.6 1.4 1.1 1.9.5-.6.8-1.2 1.1-1.9h-2.2zM22.8 15c.2-.9.3-1.7.3-2.6 0-.9-.1-1.7-.3-2.6h-7.1c.2.9.2 1.8.2 2.7 0 .8-.1 1.7-.1 2.5h7zM14 15c.2-.8.2-1.7.2-2.5 0-.9-.1-1.8-.3-2.7h-3.1c-.2.9-.2 1.8-.2 2.7 0 .8.1 1.7.2 2.5H14zm-4.7 0c-.1-.8-.1-1.7-.1-2.5 0-.9.1-1.8.2-2.7H2.3c-.2.8-.3 1.7-.3 2.6 0 .9.1 1.8.3 2.6h7zm4.3-7c-.2-.7-.6-1.3-1.1-1.9-.4.6-.8 1.2-1.1 1.9h2.2z'/%3E%3C/svg%3E"); }

.b-company-profile .contact-links, .b-contact-box.m-hr .contact-links::before, .single-company .b-sidebar .b-contact-box:first-child .contact-links::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFF' d='M12.5 25c-4.7 0-9-2.6-11.2-6.9-1.5-3-1.8-6.4-.7-9.5s3.3-5.7 6.2-7.3h.4c.3 0 .6.2.8.4.2.5.1 1-.3 1.2C5.5 4.1 3.9 5.8 2.9 8h7c.9-3 2.5-3.9 2.6-4l.2-.1.1.1c.1 0 1.8 1 2.6 4h6.8c-1.7-3.8-5.4-6.2-9.6-6.2-.5 0-1-.4-1-.9s.5-.9.9-.9c4.7 0 9 2.6 11.1 6.9 1.5 3 1.8 6.4.7 9.5s-3.3 5.7-6.2 7.3c-1.7.8-3.6 1.3-5.6 1.3zm.2-2c4.1 0 7.8-2.5 9.4-6.2h-6.8c-.9 3.1-2.6 3.9-2.6 4l-.2.1-.2-.1c-.1 0-1.8-.9-2.6-4H2.9c1.7 3.8 5.4 6.2 9.6 6.2h.2zm-1.2-6.2c.2.7.6 1.4 1.1 1.9.5-.6.8-1.2 1.1-1.9h-2.2zM22.8 15c.2-.9.3-1.7.3-2.6 0-.9-.1-1.7-.3-2.6h-7.1c.2.9.2 1.8.2 2.7 0 .8-.1 1.7-.1 2.5h7zM14 15c.2-.8.2-1.7.2-2.5 0-.9-.1-1.8-.3-2.7h-3.1c-.2.9-.2 1.8-.2 2.7 0 .8.1 1.7.2 2.5H14zm-4.7 0c-.1-.8-.1-1.7-.1-2.5 0-.9.1-1.8.2-2.7H2.3c-.2.8-.3 1.7-.3 2.6 0 .9.1 1.8.3 2.6h7zm4.3-7c-.2-.7-.6-1.3-1.1-1.9-.4.6-.8 1.2-1.1 1.9h2.2z'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="plus.google"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='31' height='20' viewBox='0 0 31 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.846 8.02v3.96s3.783-.005 5.323-.005c-.834 2.568-2.13 3.966-5.323 3.966-3.23 0-5.751-2.66-5.751-5.941 0-3.28 2.52-5.94 5.751-5.94 1.708 0 2.811.61 3.823 1.459.81-.823.742-.94 2.802-2.916A9.724 9.724 0 0 0 9.846 0C4.41 0 0 4.477 0 10c0 5.522 4.409 10 9.846 10 8.128 0 10.115-7.188 9.456-11.98H9.846zm17.742.198V4.753h-2.436v3.465h-3.51v2.475h3.51v3.565h2.436v-3.565H31V8.218h-3.412z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-teaser-wall .video .teaser-image-wrapper,
.b-teaser-wall .audio .teaser-image-wrapper,
.b-teaser-wall .bild .teaser-image-wrapper {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 44'%3E%3Cpath d='M11.7 35.1a1.3 1.3 0 0 1-1.2-1.3V11.6a1.3 1.3 0 0 1 1.2-1.3h27a1.3 1.3 0 0 1 1.2 1.3v22.2a1.3 1.3 0 0 1-1.2 1.3h-27zm24.1-2.4l-6.2-6.4-1.8 1.9a1.2 1.2 0 0 1-1.8 0l-3.4-3.7-6.5 6.8a1.2 1.2 0 0 1-1.8 0 1.3 1.3 0 0 1 0-1.8l7.4-7.7a1.2 1.2 0 0 1 1.8 0l3.5 3.6 1.8-1.9a1.2 1.2 0 0 1 1.8 0l7 7.3V12.7H13v20h22.8z' fill='%239eadba'/%3E%3Cpath d='M1.4 44A1.4 1.4 0 0 1 0 42.6V1.4A1.4 1.4 0 0 1 1.4 0h46.2A1.4 1.4 0 0 1 49 1.4a1.4 1.4 0 0 1-1.4 1.4H2.9v38.5h43.2V13.9a1.45 1.45 0 0 1 2.9 0v28.7a1.4 1.4 0 0 1-1.4 1.4H1.4z' fill='%239eadba'/%3E%3C/svg%3E"); }

.b-image-link .image-wrap.bild .image-link:before, .b-teaser-slider .teaser-slider-item.bild .teaser-slider-itemlink::after, .b-teaser-wall .bild:not(.m-featured) .teaser-image-wrapper:after, .b-teaser-wall .m-featured.bild .teaser-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 45'%3E%3Cpath fill='%23FFF' d='M12.2 35.6c-.7 0-1.2-.6-1.2-1.3V12.1c0-.7.6-1.3 1.2-1.3h27c.7 0 1.2.6 1.2 1.3v22.2c0 .7-.6 1.3-1.2 1.3h-27zm24.1-2.4l-6.2-6.4-1.8 1.9c-.2.2-.6.4-.9.4s-.7-.1-.9-.4L23.1 25l-6.5 6.8c-.2.2-.6.4-.9.4-.3 0-.7-.1-.9-.4-.5-.5-.5-1.3 0-1.8l7.4-7.7c.2-.2.6-.4.9-.4s.7.1.9.4l3.5 3.6 1.8-1.9c.2-.2.6-.4.9-.4.3 0 .7.1.9.4l7 7.3V13.2H13.5v20.1h22.8z'/%3E%3Cpath fill='%23FFF' d='M1.9 44.5c-.8 0-1.4-.6-1.4-1.4V1.9c0-.8.6-1.4 1.4-1.4H48c.8 0 1.4.6 1.4 1.4s-.6 1.4-1.4 1.4H3.4v38.5h43.2V14.4c0-.8.6-1.4 1.4-1.4s1.4.6 1.4 1.4v28.7c0 .8-.6 1.4-1.4 1.4H1.9z'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="linkedin"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='24' height='21' viewBox='0 0 24 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.605 6.734h4.678V21H.605V6.734zm17.458-.137c-2.68 0-4.358 1.397-4.669 2.376V6.734H8.14c.068 1.19 0 14.266 0 14.266h5.255v-7.72c0-.429-.02-.858.115-1.166.36-.858 1.137-1.747 2.532-1.747 1.825 0 2.655 1.318 2.655 3.25V21H24v-7.932c0-4.419-2.612-6.471-5.937-6.471zM2.857 0C1.13 0 0 1.068 0 2.477 0 3.859 1.098 4.95 2.791 4.95h.034c1.758 0 2.853-1.095 2.853-2.477C5.644 1.065 4.583 0 2.858 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-teaser-slider .teaser-slider-item.initiative.post .teaser-slider-itemlink::after, .b-teaser-slider .teaser-slider-item.initiative-en.post .teaser-slider-itemlink::after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cpath d='M0 0h40v40H0V0zm22.351 14l10.823 6.191-10.823 6.197V14zM8 14l10.823 6.191L8 26.388V14z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="presseportal"] {
  background-repeat: no-repeat;
/*  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 197.3 230.3'%3E%3Ctitle%3Enewdesk%3C/title%3E%3Cpath d='M55.2 230.3v-6.2c0-31.7-.2-63.3.1-95a253.5 253.5 0 0 1 2-31.4c2.7-20 12.3-35 32.3-41.7 24.4-8.2 46 3 51.6 26.9 1.4 6.1 1.5 12.6 1.5 18.9q.2 61.2.1 122.5v5.9h54.5v-6.1c0-42.5.1-85 0-127.5 0-10.8-.2-21.7-1.1-32.4-1.8-21.8-10-40.1-29.4-52.3-34-21.4-85-13-110 18.4l-1.6 1V6.5H0v223.8h55.2z' fill='%23fff'/%3E%3Cpath d='M55.2 230.3H0V6.5h55v24.8l1.6-1c25.1-31.4 76-39.8 110-18.4 19.3 12.2 27.6 30.5 29.4 52.3.9 10.8 1.1 21.6 1.1 32.4.1 42.5 0 85 0 127.5v6.1h-54.4v-5.9c0-40.8.1-81.6-.1-122.5 0-6.3-.1-12.8-1.5-18.9C135.5 59 113.9 47.8 89.5 56c-20 6.7-29.6 21.8-32.3 41.7a253.5 253.5 0 0 0-2 31.4c-.3 31.7-.1 63.3-.1 95v6.2h.1z' fill='%23fff'/%3E%3C/svg%3E"); */
   background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cg%3E%3Cpath class='st0' d='M47.8,54.7c1.2,0,2.5,0,3.7,0c2.5-0.1,5-0.1,7.5-0.8c3.4-0.9,5.8-3,6.7-6.5c1-3.7,1.1-7.5,0.1-11.2 c-0.7-2.9-2.5-5-5.4-6.1c-2.4-1-4.9-1.2-7.4-1.3c-1.7,0-3.4,0-5.2,0C47.8,37.4,47.8,46,47.8,54.7z'/%3E%3Cpath class='st0' d='M52.6,0c1.2,0.1,2.4,0.3,3.6,0.4c8,1,15.4,3.8,22.1,8.4c7.9,5.5,13.8,12.6,17.6,21.4c1.9,4.4,3.1,9,3.7,13.7 c1,8.6,0,16.9-3.3,24.8C93,77,87.8,83.9,80.8,89.3C74,94.7,66.3,98,57.7,99.4c-3.3,0.5-6.6,0.7-9.9,0.5c0-10.4,0-20.8,0-31.3 c0.2,0,0.4,0,0.6,0c3.5,0,6.9,0,10.4-0.1c6-0.3,11.7-1.7,16.4-5.6c3.5-2.9,5.7-6.6,6.9-10.9c1.9-7.1,2-14.3-0.2-21.3 c-1.9-6.1-5.9-10.4-11.8-13c-4.7-2-9.6-2.8-14.6-2.8c-8.1-0.1-16.1,0-24.2-0.1c-0.1,0-0.2,0-0.4,0c0,27.1,0,54.1,0,81.3 c-0.9-0.4-1.7-0.7-2.5-1.1C14.5,88.1,5.4,77.1,1.6,62c-3.3-13.3-1.4-26,5.7-37.8C14.1,12.9,24.1,5.4,36.9,1.8 c3.2-0.9,6.5-1.4,9.9-1.7c0.2,0,0.5-0.1,0.7-0.1C49.2,0,50.9,0,52.6,0z'/%3E%3Cpath class='st0' d='M47.8,54.7c0-8.7,0-17.2,0-25.9c1.7,0,3.5,0,5.2,0c2.5,0.1,5,0.3,7.4,1.3c2.8,1.1,4.6,3.2,5.4,6.1 c1,3.7,0.9,7.5-0.1,11.2c-0.9,3.5-3.3,5.5-6.7,6.5c-2.4,0.7-4.9,0.7-7.5,0.8C50.2,54.7,49,54.7,47.8,54.7z'/%3E%3C/g%3E%3C/svg%3E");
}

.b-social-links .link[href*="instagram"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 362.09 362.09'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Ctitle%3Einstagram%3C/title%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cpath class='cls-1' d='M120.7 181a60.35 60.35 0 1 1 60.3 60.39A60.35 60.35 0 0 1 120.7 181m-32.62 0a93 93 0 1 0 93-93 93 93 0 0 0-93 93M256 84.4a21.73 21.73 0 1 0 21.73-21.72A21.73 21.73 0 0 0 256 84.4m-148.07 244c-17.65-.8-27.24-3.74-33.61-6.23a56.12 56.12 0 0 1-20.82-13.55 56.08 56.08 0 0 1-13.55-20.81c-2.48-6.38-5.43-16-6.23-33.62-.87-19.09-1.06-24.82-1.06-73.16s.19-54.07 1.06-73.16c.81-17.65 3.75-27.23 6.23-33.61a56.09 56.09 0 0 1 13.51-20.81 56 56 0 0 1 20.82-13.54c6.38-2.48 16-5.43 33.61-6.24 19.11-.87 24.82-1.05 73.11-1.05s54.07.18 73.16 1.06c17.65.81 27.23 3.76 33.61 6.24a56.06 56.06 0 0 1 20.82 13.54 56.07 56.07 0 0 1 13.54 20.82c2.48 6.38 5.43 16 6.24 33.61.87 19.09 1 24.82 1 73.16s-.18 54.07-1 73.16c-.81 17.65-3.76 27.24-6.24 33.62a60 60 0 0 1-34.36 34.36c-6.38 2.48-16 5.43-33.61 6.23-19.09.88-24.82 1.06-73.16 1.06s-54.07-.18-73.15-1.06M106.4 1.09C87.13 2 74 5 62.46 9.5a88.69 88.69 0 0 0-32.07 20.89A88.61 88.61 0 0 0 9.51 62.45C5 74 2 87.13 1.1 106.4S0 131.87 0 181s.21 55.33 1.1 74.64 3.9 32.48 8.41 43.99a88.57 88.57 0 0 0 20.88 32.07 88.74 88.74 0 0 0 32.06 20.88c11.55 4.48 24.68 7.54 43.95 8.42s25.47 1.09 74.64 1.09 55.34-.21 74.65-1.09 32.43-3.94 44-8.41a92.58 92.58 0 0 0 52.94-53c4.47-11.51 7.54-24.67 8.42-43.94s1.09-25.47 1.09-74.64-.2-55.33-1.09-74.64-3.99-32.37-8.46-43.92a88.8 88.8 0 0 0-20.88-32.07A88.76 88.76 0 0 0 299.64 9.5C288.12 5 275 2 255.69 1.09S230.22 0 181 0s-55.28.21-74.6 1.09' id='Layer_1' data-name='Layer 1'/%3E%3C/g%3E%3C/svg%3E"); }

.b-contact-box .contact-links[href^="tel"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='17' height='17' viewBox='0 0 17 17' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M33.51 154.765c-.001 0-.07.008-.202.008-.748 0-3.441-.255-6.709-3.537-2.9-2.914-3.919-4.913-3.514-6.9.295-1.449 1.08-2.065 1.11-2.088l.051-.044a.678.678 0 0 1 .482-.204c.164 0 .316.062.428.174l2.109 2.119c.242.244.23.653-.029.913l-.929.933a.753.753 0 0 0-.096.882c.385.698.913 1.653 1.927 2.673 1.011 1.016 1.961 1.545 2.654 1.93.07.04.213.105.392.105.212 0 .406-.09.55-.254l.872-.875c.13-.131.3-.203.48-.203.165 0 .317.062.429.173l2.108 2.118c.267.27.157.683-.06.952-.402.501-.782.975-2.053 1.125z' id='a'/%3E%3Cmask id='b' x='-1.9' y='-1.9' width='16.58' height='16.573'%3E%3Cpath fill='%23fff' d='M21.1 140.1h16.58v16.573H21.1z'/%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3C/defs%3E%3Cuse mask='url(%23b)' xlink:href='%23a' transform='translate(-21 -140)' stroke-width='3.8' stroke='%239EADBA' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-company-profile .contact-links[href^="tel"], .b-contact-box.m-hr .contact-links[href^="tel"]::before, .single-company .b-sidebar .b-contact-box:first-child .contact-links[href^="tel"]::before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.5 22.5'%3E%3Cpath fill='%23FFF' d='M4.4 1.9c.2 0 .5.1.6.3l3.1 3.1c.4.4.3 1 0 1.3L6.7 7.9c-.3.5-.3 1-.1 1.3.6 1 1.3 2.4 2.8 3.9 1.5 1.5 2.9 2.3 3.9 2.8.1.1.3.2.6.2s.6-.1.8-.4l1.3-1.3c.2-.2.4-.3.7-.3.2 0 .5.1.6.3l3.1 3.1c.4.4.2 1-.1 1.4-.6.7-1.1 1.4-3 1.6H17c-1.1 0-5-.4-9.8-5.2-4.3-4.2-5.8-7.1-5.2-10 .4-2.1 1.6-3 1.6-3.1l.1-.1c.2-.1.5-.2.7-.2m0-1.9c-.7 0-1.4.3-2 .8C2 1.1.7 2.4.2 4.9c-.7 3.6.9 7 5.7 11.8 5.1 5.2 9.5 5.7 11.2 5.7h.5c2.4-.3 3.4-1.3 4.3-2.3 1-1.2 1-2.9 0-3.9l-3.1-3.1c-.5-.5-1.2-.8-2-.8s-1.5.3-2 .9l-1.1.8c-.9-.5-1.9-1.1-2.9-2.2-1.1-1.1-1.7-2.1-2.2-3l.9-.9c1.1-1.1 1.1-2.9 0-4L6.4.8C5.9.3 5.2 0 4.4 0z'/%3E%3C/svg%3E"); }

.single-media .post-media.m-video:not(.m-running):after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='58' height='58' viewBox='0 0 58 58' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.79 15.727a29.257 29.257 0 0 0-8.564-10.059 1.18 1.18 0 0 0-1.404 1.898 26.886 26.886 0 0 1 7.87 9.243A26.346 26.346 0 0 1 55.64 29c0 14.69-11.95 26.64-26.639 26.64S2.36 43.69 2.36 29C2.36 14.31 14.312 2.36 29 2.36A1.18 1.18 0 0 0 29 0C13.01 0 0 13.01 0 29s13.01 29 29 29 29-13.01 29-29a29.08 29.08 0 0 0-3.21-13.273zm-33.21-.193a1.18 1.18 0 0 0-.598 1.026v25.903a1.18 1.18 0 0 0 2.361 0V18.637L40.818 29.04l-12.85 8.279a1.18 1.18 0 1 0 1.278 1.984l14.452-9.311a1.18 1.18 0 0 0-.036-2.006l-20.896-12.44a1.18 1.18 0 0 0-1.187-.012z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-image-link .image-wrap.video .image-link:before, .b-teaser-slider .teaser-slider-item.video .teaser-slider-itemlink::after, .b-teaser-wall .video:not(.m-featured) .teaser-image-wrapper:after, .b-teaser-wall .m-featured.video .teaser-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.34 9.134a15.133 15.133 0 0 0-4.43-5.202.61.61 0 0 0-.726.982 13.907 13.907 0 0 1 4.07 4.78A13.627 13.627 0 0 1 29.78 16c0 7.598-6.181 13.78-13.779 13.78S2.221 23.597 2.221 16C2.221 8.402 8.402 2.221 16 2.221A.61.61 0 0 0 16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15c0-2.385-.574-4.76-1.66-6.866zm-17.487.432v13.398a.61.61 0 0 0 1.221 0V10.64l9.039 5.38-5.737 3.746a.61.61 0 1 0 .661 1.026l6.565-4.279a.61.61 0 0 0-.018-1.038L12.776 9.041a.61.61 0 0 0-.923.525z' stroke='%23FFF' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-searchbar .submit-search {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='1.3' d='M17.3 16.5l4.7 4.7c.2.2.6.1.9-.2s.4-.7.2-.9l-4.7-4.7c-.2-.2-.6-.1-.9.2-.3.3-.4.7-.2.9z'/%3E%3Cpath fill='%23FFF' stroke='%23FFF' stroke-width='2' d='M13.7 2.8c-.1-.1-.3-.1-.4.1-.1.1-.1.3.1.4.1.1.3.2.4.3.7.6 1.1 1 1.5 1.8.5 1 .8 2.1.8 3.2 0 3.9-3.2 7-7.2 7s-7.2-3.2-7.2-7c0-3.9 3.2-7 7.2-7 .2 0 .3-.1.3-.3S9 1 8.8 1C4.5 1 1 4.4 1 8.7s3.5 7.7 7.8 7.7 7.8-3.4 7.8-7.7c0-1.2-.3-2.4-.9-3.5-.5-1.1-1.1-1.7-2-2.4z'/%3E%3C/svg%3E"); }

.share-btn {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='19' height='28' viewBox='0 0 19 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-width='.8' fill='%23FFF' stroke='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M14 19c-2.206 0-4 1.794-4 4 0 2.205 1.794 4 4 4s4-1.795 4-4c0-2.206-1.794-4-4-4zm0 6.868A2.872 2.872 0 0 1 11.131 23a2.872 2.872 0 0 1 2.87-2.868A2.872 2.872 0 0 1 16.868 23 2.872 2.872 0 0 1 14 25.868zM7.556 11a.559.559 0 0 0 .393-.16l3.314-3.266a3.945 3.945 0 0 0 2.809 1.17C16.238 8.743 18 7.006 18 4.871S16.238 1 14.072 1s-3.929 1.737-3.929 3.871A3.8 3.8 0 0 0 10.6 6.68l-3.436 3.386a.541.541 0 0 0 0 .774c.108.107.25.161.393.161zm6.516-8.905c1.553 0 2.817 1.246 2.817 2.776 0 1.532-1.264 2.777-2.817 2.777-1.554 0-2.818-1.246-2.818-2.777 0-1.53 1.264-2.776 2.818-2.776z'/%3E%3Cpath d='M10.836 20.063l-3.3-3.237a3.844 3.844 0 0 0 1.38-2.943c0-2.14-1.775-3.883-3.958-3.883C2.776 10 1 11.742 1 13.883c0 2.14 1.776 3.882 3.958 3.882.573 0 1.117-.12 1.61-.336l3.477 3.41a.563.563 0 0 0 .791 0 .541.541 0 0 0 0-.776zm-8.716-6.18c0-1.535 1.273-2.784 2.838-2.784 1.565 0 2.839 1.249 2.839 2.784 0 1.535-1.273 2.784-2.839 2.784-1.565 0-2.838-1.249-2.838-2.784z'/%3E%3C/g%3E%3C/svg%3E"); }

.b-social-links .link[href*="twitter"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='25' height='19' viewBox='0 0 25 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.31.35c-.994.55-2.09.95-3.26 1.166C20.116.582 18.785 0 17.309 0c-2.833 0-5.13 2.149-5.13 4.797 0 .376.046.743.134 1.093C8.05 5.69 4.27 3.78 1.742.877a4.53 4.53 0 0 0-.694 2.412c0 1.665.906 3.133 2.281 3.993a5.4 5.4 0 0 1-2.323-.602v.06c0 2.324 1.768 4.263 4.113 4.705-.43.108-.882.168-1.351.168a5.25 5.25 0 0 1-.965-.09c.653 1.908 2.546 3.295 4.79 3.333-1.755 1.286-3.967 2.05-6.37 2.05-.414 0-.822-.022-1.223-.065A15.229 15.229 0 0 0 7.861 19c9.434 0 14.591-7.311 14.591-13.652l-.017-.621A9.907 9.907 0 0 0 25 2.248c-.92.381-1.075-.779-.69-1.897z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="xing"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='20' height='23' viewBox='0 0 20 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.802 5.646c-.232-.4-.527-.6-.884-.6H1.715c-.205 0-.348.067-.429.2-.098.134-.093.298.014.494l2.157 3.718c.01.01.01.014 0 .014l-3.39 5.97c-.09.17-.09.33 0 .48a.45.45 0 0 0 .416.227h3.202c.34 0 .63-.204.871-.613C6.763 11.645 7.911 9.619 8 9.459L5.802 5.646zM19.924.698c.101-.188.101-.353 0-.497-.082-.134-.224-.2-.426-.201h-3.315c-.357 0-.65.201-.88.604L8 13.25l4.662 8.35c.22.404.523.605.908.605h3.287c.202 0 .348-.067.44-.201.092-.153.087-.318-.013-.497l-4.622-8.257v-.013L19.924.698z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-social-links .link[href*="youtube"] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='27' height='17' viewBox='0 0 27 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 3.632C27 1.626 25.194 0 22.965 0H4.035C1.806 0 0 1.626 0 3.632v9.736C0 15.374 1.806 17 4.035 17h18.93C25.194 17 27 15.374 27 13.368V3.632zm-16.2 8.976V3.462l7.71 4.573-7.71 4.573z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.b-teaser-slider .teaser-slider-item.initiative.post.media-connect-brandenburg .teaser-slider-itemlink {
  background-color: #e73326; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.media-connect-brandenburg .teaser-slider-itemlink {
  background-color: #e73326; }

.media-connect-brandenburg .b-event-date-badge {
  background-color: #e73326; }

.b-logo-wall .wall-text.media-connect-brandenburg:before {
  background-color: rgba(231, 51, 38, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.startup-net-berlinbrandenburg .teaser-slider-itemlink {
  background-color: #eed058; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.startup-net-berlinbrandenburg .teaser-slider-itemlink {
  background-color: #eed058; }

.startup-net-berlinbrandenburg .b-event-date-badge {
  background-color: #eed058; }

.b-logo-wall .wall-text.startup-net-berlinbrandenburg:before {
  background-color: rgba(238, 208, 88, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.production-net-berlin-brandenburg .teaser-slider-itemlink {
  background-color: #53AB8A; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.production-net-berlin-brandenburg .teaser-slider-itemlink {
  background-color: #53AB8A; }

.production-net-berlin-brandenburg .b-event-date-badge {
  background-color: #53AB8A; }

.b-logo-wall .wall-text.production-net-berlin-brandenburg:before {
  background-color: rgba(83, 171, 138, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.games-net-berlin-brandenburg .teaser-slider-itemlink {
  background-color: #5A2B65; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.games-net-berlin-brandenburg .teaser-slider-itemlink {
  background-color: #5A2B65; }

.games-net-berlin-brandenburg .b-event-date-badge {
  background-color: #5A2B65; }

.b-logo-wall .wall-text.games-net-berlin-brandenburg:before {
  background-color: rgba(90, 43, 101, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.berlin-baltic-nordic-net .teaser-slider-itemlink {
  background-color: #44bbc8; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.berlin-baltic-nordic-net .teaser-slider-itemlink {
  background-color: #44bbc8; }

.berlin-baltic-nordic-net .b-event-date-badge {
  background-color: #44bbc8; }
  
.b-logo-wall .wall-text.berlin-baltic-nordic-net:before {
  background-color: rgba(68, 187, 200, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.mediatech-hub-potsdam .teaser-slider-itemlink {
  background-color: #B7CB4C; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.mediatech-hub-potsdam .teaser-slider-itemlink {
  background-color: #B7CB4C; }

.mediatech-hub-potsdam .b-event-date-badge {
  background-color: #B7CB4C; }/*#00B482*/
  
.b-logo-wall .wall-text.mediatech-hub-potsdam:before {
  background-color: rgba(183, 203, 76, 0.8); }
  
/****/
.b-teaser-slider .teaser-slider-item.initiative.post.mediatech-hub-potsdam-initiative-2 .teaser-slider-itemlink {
  background-color: #B7CB4C; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.mediatech-hub-potsdam-initiative-2 .teaser-slider-itemlink {
  background-color: #B7CB4C; }

.mediatech-hub-potsdam-initiative-2 .b-event-date-badge {
  background-color: #B7CB4C; }/*#00B482*/
  
.b-logo-wall .wall-text.mediatech-hub-potsdam-initiative-2:before {
  background-color: rgba(183, 203, 76, 0.8); }
/*****/
  
.b-teaser-slider .teaser-slider-item.initiative.post.media-connect-brandenburg-en .teaser-slider-itemlink {
  background-color: #e73326; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.media-connect-brandenburg-en .teaser-slider-itemlink {
  background-color: #e73326; }

.media-connect-brandenburg-en .b-event-date-badge {
  background-color: #e73326; }

.b-logo-wall .wall-text.media-connect-brandenburg-en:before {
  background-color: rgba(231, 51, 38, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.startup-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #eed058; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.startup-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #eed058; }

.startup-net-berlin-brandenburg-en .b-event-date-badge {
  background-color: #eed058; }

.b-logo-wall .wall-text.startup-net-berlin-brandenburg-en:before {
  background-color: rgba(238, 208, 88, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.production-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #53AB8A; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.production-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #53AB8A; }

.production-net-berlin-brandenburg-en .b-event-date-badge {
  background-color: #53AB8A; }

.b-logo-wall .wall-text.production-net-berlin-brandenburg-en:before {
  background-color: rgba(83, 171, 138, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.games-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #5A2B65; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.games-net-berlin-brandenburg-en .teaser-slider-itemlink {
  background-color: #5A2B65; }

.games-net-berlin-brandenburg-en .b-event-date-badge {
  background-color: #5A2B65; }

.b-logo-wall .wall-text.games-net-berlin-brandenburg-en:before {
  background-color: rgba(90, 43, 101, 0.8); }

.b-teaser-slider .teaser-slider-item.initiative.post.berlin-baltic-nordic-net-en .teaser-slider-itemlink {
  background-color: #44bbc8; }

.b-teaser-slider .teaser-slider-item.initiative-en.post.berlin-baltic-nordic-net-en .teaser-slider-itemlink {
  background-color: #44bbc8; }

.berlin-baltic-nordic-net-en .b-event-date-badge {
  background-color: #44bbc8; }

.b-logo-wall .wall-text.berlin-baltic-nordic-net-en:before {
  background-color: rgba(68, 187, 200, 0.8); }
/***/
.b-teaser-slider .teaser-slider-item.initiative.post.berlin-digital .teaser-slider-itemlink {
  background-color: rgb( 153,170,173 ); }

.b-teaser-slider .teaser-slider-item.initiative-en.post.berlin-digital .teaser-slider-itemlink {
  background-color: rgb( 153,170,173 ); }

.berlin-digital .b-event-date-badge {
  background-color: rgb( 153,170,173 ); }

.b-logo-wall .wall-text.berlin-digital:before {
  background-color: rgba(153,170,173, 0.8); } 
/*****/
.b-teaser-slider .teaser-slider-item.initiative.post.berlin-digital-2 .teaser-slider-itemlink {
  background-color: rgb( 153,170,173 ); }

.b-teaser-slider .teaser-slider-item.initiative-en.post.berlin-digital-2 .teaser-slider-itemlink {
  background-color: rgb( 153,170,173 ); }

.berlin-digital-2 .b-event-date-badge {
  background-color: rgb( 153,170,173 ); }

.b-logo-wall .wall-text.berlin-digital-2:before {
  background-color: rgba(153,170,173, 0.8); }  
  /****/
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  border-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

/* Resizable
----------------------------------*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* Selectable
----------------------------------*/
.ui-selectable-helper {
  border: 1px dotted black; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/* Autocomplete
----------------------------------*/
.ui-autocomplete {
  position: absolute;
  cursor: default; }

.ui-autocomplete-loading {
  background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/* Menu
----------------------------------*/
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/* Button
----------------------------------*/
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/* Dialog
----------------------------------*/
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* Slider
----------------------------------*/
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Tabs
----------------------------------*/
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/* Datepicker
----------------------------------*/
.ui-datepicker {
  width: 17em;
  padding: 0;
  margin-top: 2px; }
  .ui-datepicker.ui-corner-all,
  .ui-datepicker .ui-corner-all {
    border-radius: 0; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 10px;
    color: #fff;
    background-color: #007fff;
    border: none;
    border-bottom: 1px solid #0a1d37; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    border: none;
    transition: background .2s; }
  .ui-datepicker.ui-widget-content {
    border: none;
    background-color: #007fff;
    padding: 0;
    font-family: "FFDINWebPro", Arial, Verdana, sans-serif; }
  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    background-color: #007fff;
    border: 0;
    top: 0; }
  .ui-datepicker .ui-datepicker-prev {
    left: 0; }
    .ui-datepicker .ui-datepicker-prev span {
      background-repeat: no-repeat; }
  .ui-datepicker .ui-datepicker-next {
    right: 0; }
    .ui-datepicker .ui-datepicker-next span {
      background-repeat: no-repeat; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    background-position: center;
    background-size: 15px 26px; }
  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: center; }
  .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month-year {
    width: 100%; }
  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: 18px;
    border-collapse: collapse;
    margin: 5px 0 10px; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: #fff; }
  .ui-datepicker td {
    border: 0;
    padding: 0; }
  .ui-datepicker td span,
  .ui-datepicker td a {
    display: block;
    padding: 5px 10px;
    text-align: right;
    text-decoration: none; }
  .ui-datepicker .ui-state-default {
    background-color: transparent;
    color: #fff;
    border: none;
    transition: .2s; }
  .ui-datepicker .ui-state-highlight {
    border: 2px solid #007fff; }
  .ui-datepicker .ui-state-hover {
    background-color: #007fff;
    cursor: pointer; }
  .ui-datepicker .ui-state-active {
    background-color: #007fff; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  .ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/* Progressbar
----------------------------------*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/*# sourceMappingURL=foundation.css.map */

/****** David neusta 2018 ***********/

.jobFormWrap {
	margin-bottom: 60px;
}

#jobboerse {
	margin-bottom: 60px;
	margin-top: 60px;
}
#jobboerse select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
#jobboerse select::-ms-expand {
  display: none;
}
#jobboerse select option {
	background: #f2f2f2;
	color: #007fff;
}

#jobboerse .button.submit-search {
	background: #E5F2FF;
	color: #007fff;
	float: right;
}
.page-id-52499 .b-searchbar.shortcode .form,
.page-id-6520  .b-searchbar.shortcode .form {
	max-width: 612px;
}
.jobsearchTitleResults {
	margin: 50px 0;
}
.b-newsletter-form {
	display: table;
}
.b-newsletter-form .input-field {
	clear: both;
}
body form.mj-form {
	max-width: 800px;
}
.page-id-6520 form.mj-form .b-newsletter-form,
.postid-50270 form.mj-form .b-newsletter-form  {
	border: 1px solid #007fff;
}
.b-teaser-cloud .teaser-cloud-item  a:hover h4 {
	color: #888;
}

.post-template-default.single-post h1.post-headline {
	word-break: inherit;
}
.page-id-23 .b-searchresults .result-excerpt {
	color: #141412;
}
.page-id-23 .b-searchresults .result-title {
	color: #007fff;
	margin-top: 0;
}
/************ JULI 2019 - Feb 2022 ********************/
a {
	color: #007fff;
}
.trener {
	width: 100%;
	clear: both;
	float: none;
	height:1px;
}
/*.home {
	opacity:0.3;
	transition: opacity 600ms;
}*/

.home.page-id-8 .b-article.home.page {
	opacity:1 !important;
}
/**************** MENU *********************/
.b-header .lang-item > a {
	color: #fff;
}

.b-header .main-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	padding-top : 15px;
	background: #fff;
	width: 350px;
	box-shadow: 0 17px 17px 0px rgba(2,2,2,0.2);
}
.b-header .main-nav ul li:hover ul.sub-menu {
	display: block;
}

.b-header .head-nav ul li ul.sub-menu li,
.b-header .main-nav ul li ul.sub-menu li {
    display: block;
	padding-right: 22px;
	margin:0;
	background-position: -30px 8px;
}
.b-header .head-nav ul li ul.sub-menu li:first-child,
.b-header .main-nav ul li ul.sub-menu li:first-child {
	border-top: 1px solid #afafaf;
}
.b-header .main-nav ul li ul.sub-menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
.b-header .main-nav ul li ul.sub-menu li:hover {
	background: #E5F2FF;
	/*background-image: url("../images/icons/icon_logo_small.png");
	background-repeat: no-repeat;
	background-position:20px 8px;
	background-size: 40px;*/
	transition: all 400ms ease;
}
.b-header .main-nav ul li ul.sub-menu li:hover a {
	color: #007fff;
}


/***/
#search-3,
#text-9,
.head-nav {
	display: none;
}

/*****/

.postid-347 .post-content .attachment-post-thumbnail,
.postid-5166 .post-content .attachment-post-thumbnail {
	display: none;
}

.searchWrap {
	max-width: 1320px;
	margin: auto;
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #007fff;
}
/*******************************************/
.logoWrap {
	width: 100%;
	margin: 50px auto;
}
.logoWrap img {
	margin: auto;
	display: block;
}
.home main {
	max-width: 100%;
	background: #fff;
	margin: 0 auto;
	left: 50%;
	margin-top: calc(100vw * 0.45);
	box-shadow: 0px 0 28px rgba(2,2,2,0.3);
}
.home article {
	max-width: 1440px;
	margin: auto;
}

.home hr {
	max-width: 100%;
}
.home .b-teaser-cloud.homeTopTeaser {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 10px;
	display: table;
}

.home .homeTopTeaser.b-teaser-cloud .teaser-cloud-item {
	/*background: #005ca9;*/
	width: 280px;
	height: 280px;
	margin-top:0;
	padding:0;
	box-shadow: inset 0px 0px 0px 0px transparent;
	border: 10px solid transparent;
	transition: box-shadow 400ms ease;
}
.home .homeTopTeaser.b-teaser-cloud .teaser-cloud-item:last-child {
	margin-right:0;
}
.home .homeTopTeaser.b-teaser-cloud .teaser-cloud-item a {
	width: 100%;
	height: 100%;
	display: block;
	background: #007fff;
}
.home .homeTopTeaser.b-teaser-cloud .teaser-cloud-item:hover {
	/*background: #007fff;*/
	/*box-shadow: inset 0px 0px 0px 150px #007fff;*/
	opacity: 0.8;
}
.home .homeTopTeaser.b-teaser-cloud img {
	width: 90px;
	text-align: center;
	margin: 50px auto 0;
	display: inherit !important;
	opacity:1;
}
.home .homeTopTeaser.b-teaser-cloud.aktiv img {
	opacity:1;
}
.home .b-teaser-cloud.homeTopTeaser .teaser-cloud-item h3 {
	padding: 0 10px;
	color: #fff;
	text-align: center;
	padding:0;
	background-image: none;
	font-weight:500;
	font-size: 26px;
	padding-top: 25%;
}

.home .homeTeaserWrap.homeElement {
	background: #E5F2FF;
}

.home .sucheWrap.homeElement p {
	margin-bottom: 20px;
	color: #434346;
}
.home .sucheWrap.homeElement .formWrap {
	max-width: 800px;
	margin: auto;
}
.home .eventsWrap.homeElement,
.home .sucheWrap.homeElement {
	border-bottom: 1px solid #bbb;
}
.home .sucheWrap.homeElement .searchform {
	background: #fafafa;
	padding: 20px;
}
.home .sucheWrap.homeElement .searchform input#s {
	border: 1px solid #dadada;
	background: #fcfcfc;
}
.home .sucheWrap.homeElement .searchform input[type="submit"] {
	background: #007fff;
	padding: 5px 8px;
	color: #fff;
	border: none;
}
.home .eventsWrap.homeElement li.teaser-item h4 {
	color: #007fff;
}
.home .b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(4) {
	clear: none;
}
.home .b-teaser-wall.m-center .teaser-item .teaser-wrapper h4.js-truncate-text {
	height: 22px;
	
}
/*.home .homeTopTeaser.b-teaser-cloud .teaser-cloud-item p {
	padding: 0 10px;
	color: #fff;
}*/
.home .homeTeaserNews.b-teaser-cloud .teaser-cloud-items .teaser-cloud-item {
	margin-top: 0;
}
.home .homeTeaserNews.b-teaser-cloud .teaser-cloud-items .teaser-cloud-item .teaser-cloud-item-link p {
	max-height: 130px;
	overflow: hidden;
}
 
/************************* Gallery *************************/

.home .homeTeaser {
	position: fixed;
	width: 100%;
}
.home .homeTeaserInnen {
	position: relative;
	background:rgba(0, 127, 255, 0.8);/*rgba(0, 81, 144, 0.8);rgba(219, 226, 232, 0.8);*/
	margin: auto;
	margin-top: calc(100vh * .2);
	max-width: 800px;
	z-index: 500;
	padding-top: 12px;
}
.home .homeTeaserInnen img {
	display: block;
	margin: auto;
	margin: 20px auto;
}
.home .homeTeaserText {
	color: #fff;/*#005ca9;*/
	padding: 0 40px 40px;
	font-size: 24px;
}
.home #rl-gallery-container-1 {
	opacity: 1;
	/*width: 100vw;
    margin-right: 0;
    margin-left: calc(-50vw + 50%);*/
}
.home ul#rl-gallery-1 {
	position: relative;
	margin:0;
	display: table;
	width:100%;
}

.home ul#rl-gallery-1 li.rl-gallery-item {
	position: absolute;
	opacity: 0;
	/*transition: opacity 800ms ease;*/
}
/*.home ul#rl-gallery-1 li.rl-gallery-item:first-child {
	opacity: 1;
}*/
.home ul#rl-gallery-1 li.rl-gallery-item.aktiv {
	opacity: 1;
	/*transition: opacity 800ms ease;*/
}
.home #rl-gallery-container-1.rl-loading {
	opacity: 1;
}
.home .rl-gallery .rl-gallery-link img {
	position: fixed;
	width: 100vw;
}
/*#E5F2FF*/

.home .homeElement {
	margin: 30px auto;
	padding: 40px;
	font-size: 24px;
	color: #434346;
}
.home .homeElement h3 {
	font-size: 34px;
	font-weight: 600;
	color: #007fff;
	padding-left: 60px;
	/*background-image: url("../images/icons/icon_logo_small.png");
	background-repeat: no-repeat;
	background-position:0 0;
	background-size: 50px;*/
}

.home .newsWrap.homeElement {
	
}
.home .newsWrap.homeElement .teaser-cloud-items h4 {
	color: #007fff;
	font-weight: 500;
	height: 30px;
	overflow: hidden;
}
.home .newsWrap.homeElement ul.publishLinks {
	margin: 20px auto 0;
	display: table;
	border-top: 1px solid #007fff;
	padding-top: 20px;
}
.home .newsWrap.homeElement ul.publishLinks li {
	display: inline-block;
	background: #007fff;
	padding: 5px 12px;
	margin: 10px;
	width: 260px;
	height: 260px;
	text-align: center;
}
.home .newsWrap.homeElement ul.publishLinks li a {
	color: #fff;
	margin-top: 40%;
	display: block;
	font-size: 28px;
	font-weight: 500;
}
.home .initiativenWrap,
.home .newsWrap {
	background: #E5F2FF;
}
.home .homeElement p + .shortcode {
	margin-top: 32px;
	margin-bottom: 20px;
}

.home .b-teaser-wall {
	max-width: 100%;
}
.home .b-teaser-wall .teaser-image {
	margin:0;
	width:100%;
}
@media screen and (min-width: 64em) {
	.b-teaser-wall.m-center .m-featured {
    	position: relative;
    	top: 30px;
    	bottom: 0;
    	left: 0;
    	-ms-transform: none;
    	transform: none;
    	float: left;
    	width: 33%;
    	margin-right: 2%;
	}
	.b-teaser-wall.m-center .teaser-item:not(.m-featured):nth-child(2n + 3) {
        margin-left: 0; 
    }
    .b-teaser-wall.m-center .m-featured .teaser-wrapper {
        position: relative;
        bottom: 0;
        background-color: #E5F2FF; 
    }
    .b-teaser-wall.m-center .teaser-item:not(.m-featured) {
    	margin-right: 2%;
    }
}
.home .mitgliedWrap.homeElement {
	margin-bottom:0;
	padding-bottom:0;
}

.home .homeElement p + .b-logo-wall.logo_wall_home {
	margin-bottom: 0;
}
.home .b-logo-wall.logo_wall_home {
	border-top:40px solid #007fff;
}
.home footer {
	margin-top:0;
	max-width: 100%;
}
@media screen and (min-width: 40em) {
	.home .b-footer .b-newsletter-form {
        top: 22px;
	} 
}


@media screen and (max-width: 1025px) {
	.home {
		opacity:1;
	}
	.homeTeaser {
		display:none;
	}
	.home main {
		margin-top: 0;
	}
	.b-header .main-nav ul li ul.sub-menu li a {
		color: #007fff;
		text-align: right;
		padding-right: 10px;
	}
}
@media screen and (max-width: 940px) {
	.home .newsWrap.homeElement ul.publishLinks li {
		width: auto;
		height: auto;
	}
	.home .newsWrap.homeElement ul.publishLinks li a {
		color: #fff;
		margin-top:0;
		font-size: 24px;
		font-weight: 500;
	}
}

@media screen and (max-width: 440px) {
	.b-header .main-nav ul li ul.sub-menu {
		width: 280px;
	}
}
.page-id-25 .teaser-cloud-items .teaser-cloud-item.ueber-uns .teaser-cloud-item-link img,
.page-id-26 .teaser-cloud-items .teaser-cloud-item.about-us .teaser-cloud-item-link img {
	height: 167px;
	padding: 23px;
}
.page-id-25 .teaser-cloud-items .teaser-cloud-item.ueber-uns .teaser-cloud-item-link img {
	background: #007fff;
}
.postid-79447 .wpcf7-list-item-label {
	font-size: 0;
}
.post.m-has-post-thumb .event-info-box {
	background: #fff;
}
.postid-81392 .post-content {
	width: 100% !important;
}

.postid-81392 .book-widget {
	background: #E5F2FF !important;
}
.telekomForm {
	margin-top: 20px;
}
.telekomForm input[type="submit"] {
	background: #007fff;
	color: #fff;
	padding: 0 20px;
	font-weight: 900;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border: none;
}
.telekomForm input[type="submit"]:hover {
	background: #007fff;
}
.page-id-84003 {
	
}
.page-id-84003 .omrTop {
	background: #007fff;
	padding: 20px;
	color: #fff;
	margin-top: -148px;
}
.page-id-84003 .omrTop h2.post-headline {
	color: #fff;
}
.page-id-84003 blockquote {
	border: none;
	color:  #007fff;
	background: #E5F2FF;
	/*display: table;*/
	margin: auto;
	padding: 20px;
	font-weight: 600;
}
.page-id-84003 blockquote p {
	color:  #007fff;
}
.searchMenu .searchform {
	height: 30px;
}
.searchMenu .searchform input[type="text"] {
	color: #fff;
}
.searchMenu .searchform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity:1;
}
.searchMenu .searchform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity:1;
}
.searchMenu .searchform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity:1;
}
.searchMenu .searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity:1;
} 
#custom_html-2 {
	display: table;
	float: right;
	margin: 2px 0 0 16px;
	border: 1px solid #fff;
	padding: 3px 20px;
	border-radius: 18px;
}

#custom_html-2 a {
	color: #fff;
}
.addToCalender {
	background-image: url('../images/icons/addToCalender.png');
	background-size: cover;
	width: 100px;
	height: 100px;
	position: relative;
	background-color: #888;
}
.addToCalenderInnen {
	position: absolute;
	padding: 10px;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 8px rgba(2,2,2,0.3);
	background: #fff;
	display: none;
	width: 250px;
}
.addToCalenderInnen img {
	margin-right: 10px;
	width: 28px;
	position: relative;
	top: 9px;
}
.addToCalender:hover .addToCalenderInnen {
	display: block;
}
.b-newsletter-form .labels {
	margin-bottom: 18px;
	display: table;
}
.b-newsletter-form .labels label {
	width: 50%;
	margin: 0 0 5px 0;
	float: left;
}
.b-newsletter-form p {
	width:100%;
	clear: both;
}
.b-newsletter-form button {
	padding: 0 20px;
    line-height: 50px;
}
.b-teaser-slider .teaser-slider-item.initiative.post.gamesnet-berlin-europe .teaser-slider-itemlink,
.b-teaser-slider .teaser-slider-item.initiative-en.post.gamesnet-berlin-europe-2 .teaser-slider-itemlink {
	background-color: #E6867C; }
.gamesnet-berlin-europe .b-event-date-badge {
	background-color: #E6867C;
}

.b-newsletter-form {
	background-color: #fff;
    margin-top: 0;
    padding: 22px 30px;
    width: 80%;
}

.sib-multi-lists > div {
	margin-bottom: 10px;
	color: #222;
}

.sib-default-btn {
	background: #007fff;
	border: none;
	padding: 10px 18px;
}

@media screen and (max-width: 63.9375em) {
	
	.b-post-header .header-sidebar {
		position: relative;
	}
	
	.post-headline:not(.m-no-share-btns) {
		max-width: 100%;
		word-break: break-word;
	}
	
	.header-sidebar .share-btn.js-share-btn {
		margin-top: 20px;
	}
	
	.ssba-classic-2.ssba {
		display: none;
	}
}

/*************** August 2022 David **************/

.initiativen_teaser .teaser-slider-itemlink:before,
.initiativen_teaser .teaser-slider-item.initiative.post .teaser-slider-itemlink:after,
.initiativen_teaser .teaser-slider-item.initiative-en.post .teaser-slider-itemlink:after {
	display: none;
}

.initiativen_teaser a .imgContainer {
	background: #007fff;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	opacity:1;
	transition: all 400ms ease;
}

.initiativen_teaser a img {
	position: absolute;
	width: 150px !important;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50%);
}

.initiativen_teaser a:hover .imgContainer {
	opacity:0;
}

.initiativen_teaser .teaser-slider-item.initiative.post .teaser-slider-itemlink,
.initiativen_teaser .teaser-slider-item.initiative-en.post .teaser-slider-itemlink,
.initiativen_teaser .teaser-slider-itemlink {
	background: #007fff;
	padding-top: 100%;
}

.initiativen_teaser .teaser-slider-item {
	height: 100%;
}

.initiativen_teaser .owl-item.active {
	height: 216px !important;
}

.initiativen_teaser .teaser-slider-item .teaser-slider-item-title {
	position: absolute;
    top: 0;
    right: 20px;
    left: 20px;
    margin-top: 62%;
    color: #fff;
}

/****/

.foot-left.widget-area {
	width: 260px;
	float: left;
	clear:none;
	margin-right: 20px;
}

.foot-left.widget-area img {
	margin-right: 20px;
}

.foot-left.widget-area ~ .foot-left.widget-area,
.foot-right.widget-area {
	width: calc( 50% - 100px );
	max-width: 400px;
	min-width: 320px;
	float: left;
	clear:none;
}

.foot-right.widget-area {
	max-width: 475px;
}

@media screen and (max-width: 600px ) {
	.foot-left.widget-area,
	.foot-right.widget-area {
		width: 100% !important;
	}

}

.meta-left.widget-area:nth-child(4),
.meta-left.widget-area:nth-child(5) {
	display: block;
	width: 100%;
}

.widgetTeilen {
	
}

.widgetTeil {
	display: inline-block;
	width: 46%;
	min-width: 350px;
	max-width: 400px;
	float: left;
	margin-bottom: 40px;
	margin-right: 1%;
}

.widgetTeil img {
	max-height: 132px;
	width: auto;
}

.foot-right.widget-area img {
	max-width: 100px;
}

.homeTeaserText .tempTeaser {
	position: absolute;
	right: -40%;
	top: -4%;
}

@media screen and (max-width: 1350px) and (min-width: 1025px) {

	.homeTeaserText .tempTeaser {
		position: relative;
		margin: auto;
		max-width: 200px;
		right: unset;
		top: unset;
	}
	
	.home main {
		margin-top: calc(100vh * 0.75);
	}
	
}