@charset "UTF-8";
/*! 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 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * 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.
 */
/**
 * 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: default; }

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
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.
 */
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; }

@font-face {
  font-family: "AvenirNext-Regular";
  src: url("fonts/AvenirNext-Regular.eot?") format("eot"), url("fonts/AvenirNext-Regular.woff2") format("woff2"), url("fonts/AvenirNext-Regular.woff") format("woff"), url("fonts/AvenirNext-Regular.ttf") format("truetype"), url("fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg"); }

@font-face {
  font-family: "AvenirNext-Medium";
  src: url("fonts/AvenirNext-Medium.eot?") format("eot"), url("fonts/AvenirNext-Medium.woff2") format("woff2"), url("fonts/AvenirNext-Medium.woff") format("woff"), url("fonts/AvenirNext-Medium.ttf") format("truetype"), url("fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg"); }

@font-face {
  font-family: "AvenirNext-UltraLight";
  src: url("fonts/AvenirNext-UltraLight.eot?") format("eot"), url("fonts/AvenirNext-UltraLight.woff2") format("woff2"), url("fonts/AvenirNext-UltraLight.woff") format("woff"), url("fonts/AvenirNext-UltraLight.ttf") format("truetype"), url("fonts/AvenirNext-UltraLight.svg#AvenirNext-UltraLight") format("svg"); }

@font-face {
  font-family: "AvenirNext-Heavy";
  src: url("fonts/AvenirNext-Heavy.eot?") format("eot"), url("fonts/AvenirNext-Heavy.woff2") format("woff2"), url("fonts/AvenirNext-Heavy.woff") format("woff"), url("fonts/AvenirNext-Heavy.ttf") format("truetype"), url("fonts/AvenirNext-Heavy.svg#AvenirNext-Heavy") format("svg"); }

@font-face {
  font-family: "AvenirNext-Bold";
  src: url("fonts/AvenirNext-Bold.eot?") format("eot"), url("fonts/AvenirNext-Bold.woff2") format("woff2"), url("fonts/AvenirNext-Bold.woff") format("woff"), url("fonts/AvenirNext-Bold.ttf") format("truetype"), url("fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg"); }

body {
  /* Beleidigt, belästigt: */
  font-family: "AvenirNext-Regular";
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased; }

.color-black {
  color: black !important; }

@media (max-width: 46.24em) {
  .triple-block-padding {
    padding: 54px 0px 54px 0px; } }

.header-copy h1 {
  font-family: "AvenirNext-Heavy";
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.84px;
  line-height: 50px;
  text-transform: uppercase; }
  @media (max-width: 46.24em) {
    .header-copy h1 {
      line-height: 22px;
      font-size: 18px; } }
  .header-copy h1 strong {
    font-size: 56px; }
    @media (max-width: 46.24em) {
      .header-copy h1 strong {
        line-height: 44px;
        font-size: 44px; } }

.menu-label {
  color: white;
  margin-top: 5px;
  position: absolute;
  margin-left: 5px; }
  @media (max-width: 46.24em) {
    .menu-label {
      display: none; } }

@media (min-width: 46.25em) and (max-width: 64.0525em) {
  .logo-container .logo-image {
    height: 40px !important; } }

@media (max-width: 959px) and (max-width: 46.24em) {
  body[class*=vmenu-] .main-header {
    top: 40px;
    position: absolute; } }

@media (max-width: 959px) and (min-width: 46.25em) and (max-width: 64.0525em) {
  body[class*=vmenu-] .main-header {
    top: 94px;
    position: absolute; } }

.mobile-menu-button {
  padding: 27px 110px 27px 0px !important; }
  @media (max-width: 46.24em) {
    .mobile-menu-button {
      padding: 27px 60px 27px 0px !important; } }

@media (min-width: 20em) and (max-width: 64.0525em) {
  .trigger-overlay.search-icon {
    padding-right: 15px; } }

.mobile-menu-button {
  padding: 27px 90px 27px 0px; }
  @media (min-width: 46.25em) and (max-width: 64.0525em) {
    .mobile-menu-button {
      padding: 27px 110px 27px 0px; } }

.mmb-container .search-icon {
  top: 0px;
  position: absolute;
  transform: translateY(-50%);
  right: 0px;
  color: white; }

#container, article.hentry .article-inner,
article.hentry,
.main .content-widget {
  overflow: unset !important; }

.submenu-light .menu-smart, .submenu-light .menu-sidebar-inner, .submenu-light .main-menu-container,
.menu-accordion ul.menu-smart {
  background-color: #008CA6; }

.menu-container .logo-container {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 46.24em) {
    .menu-container .logo-container {
      padding: 15px 36px 15px 36px !important; } }

body .menu-container {
  background-color: #008CA6; }

body.home .menu-wrapper {
  position: absolute; }

.mobile-menu-button-light .lines, .mobile-menu-button-light .lines:before, .mobile-menu-button-light .lines:after {
  background: white; }

.vmenu-row-wrapper {
  background-color: #008CA6 !important; }
  .vmenu-row-wrapper .fa.fa-angle-right.fa-dropdown {
    display: none; }

.submenu-light .menu-accordion .menu-smart ul {
  background-color: transparent; }

.vmenu-container .menu-accordion ul ul {
  padding: 0px 0px 0px 22px; }

.vmenu-row-wrapper .menu-item a {
  font-family: "AvenirNext-Medium";
  font-size: 18px !important;
  color: #FFFFFF;
  letter-spacing: 0.74px;
  line-height: 32px; }

.vmenu-row-wrapper .menu-item-has-children .drop-menu li a {
  font-size: 15px !important;
  color: white !important; }

.heading-text.el-text h1.h1 {
  font-family: "AvenirNext-Regular";
  font-size: 30px;
  color: #333333;
  letter-spacing: 0.78px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: normal; }
  @media (max-width: 46.24em) {
    .heading-text.el-text h1.h1 {
      line-height: 24px;
      font-size: 22px; } }

.copyblock li,
.copyblock p li,
.copyblock p {
  /* Beleidigt, belästigt: */
  font-family: AvenirNext-Regular;
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
  font-family: "AvenirNext-Regular";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal; }
  @media (max-width: 46.24em) {
    .copyblock li,
    .copyblock p li,
    .copyblock p {
      line-height: 20px;
      font-size: 14px; } }
  .copyblock li strong,
  .copyblock p li strong,
  .copyblock p strong {
    font-size: 18px;
    font-family: "AvenirNext-Medium";
    font-weight: normal; }

.copyblock.large p {
  font-family: "AvenirNext-Medium";
  font-size: 21px; }
  @media (max-width: 46.24em) {
    .copyblock.large p {
      line-height: 20px;
      font-size: 18px; } }

.copyblock.service h3 {
  font-family: "AvenirNext-Regular";
  font-size: 31px;
  color: #000000;
  letter-spacing: 0.78px;
  line-height: 24px;
  font-weight: normal; }
  @media (max-width: 46.24em) {
    .copyblock.service h3 {
      line-height: 26px;
      font-size: 24px; } }

.copyblock.service p {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: normal; }
  @media (max-width: 46.24em) {
    .copyblock.service p {
      line-height: 22px;
      font-size: 18px; } }

.js-accordion .uncode_text_column p,
.js-accordion .uncode_text_column li,
.js-accordion .copyblock p {
  font-family: "AvenirNext-Regular";
  font-size: 18px;
  color: #333333;
  letter-spacing: .4px;
  line-height: 22px;
  font-weight: normal; }

.js-accordion .panel-title {
  background-color: #BCD053; }
  .js-accordion .panel-title a {
    padding: 8px 0px 8px 0px; }
    .js-accordion .panel-title a span:after {
      color: black !important;
      right: 30px;
      font-size: 25px;
      content: '\f107'; }
      @media (max-width: 46.24em) {
        .js-accordion .panel-title a span:after {
          right: 5px;
          font-size: 15px; } }
    .js-accordion .panel-title a[href^="#tipps"] span:before, .js-accordion .panel-title a[href^="#beraten"] span:before, .js-accordion .panel-title a[href^="#melden"] span:before, .js-accordion .panel-title a[href^="#notfall"] span:before {
      content: "\e902";
      position: absolute;
      margin-top: 2px;
      margin-left: -40px;
      font-family: 'js_icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      line-height: 30px; }
      @media (max-width: 46.24em) {
        .js-accordion .panel-title a[href^="#tipps"] span:before, .js-accordion .panel-title a[href^="#beraten"] span:before, .js-accordion .panel-title a[href^="#melden"] span:before, .js-accordion .panel-title a[href^="#notfall"] span:before {
          font-size: 20px;
          margin-left: -25px; } }
    .js-accordion .panel-title a[href^="#beraten"] span:before {
      content: "\e903"; }
    .js-accordion .panel-title a[href^="#melden"] span:before {
      content: "\e901"; }
    .js-accordion .panel-title a[href^="#notfall"] span:before {
      content: "\e900"; }
    .js-accordion .panel-title a span {
      padding-left: 65px;
      font-family: "AvenirNext-Bold";
      font-size: 16px;
      color: #333333 !important;
      letter-spacing: 1.42px;
      line-height: 34px; }
      @media (max-width: 46.24em) {
        .js-accordion .panel-title a span {
          padding-left: 35px;
          font-size: 10px; } }
  .js-accordion .panel-title.active span:after {
    content: '\f106'; }

.row-breadcrumb {
  background-color: transparent !important;
  border-color: transparent !important;
  display: none; }
  .row-breadcrumb .row.row-parent {
    padding: 20px 36px 36px 36px; }
  .row-breadcrumb .breadcrumb-title {
    display: none; }
  .row-breadcrumb .breadcrumb li a {
    color: #008CA6;
    /* Mobbing & Belästigun: */
    font-family: "AvenirNext-Regular";
    font-size: 12px;
    color: #008CA6;
    letter-spacing: 0.34px;
    text-transform: uppercase; }
    .row-breadcrumb .breadcrumb li a.current {
      color: black; }

.wpb_raw_html {
  margin-top: 0px !important; }

.glossar-links-container {
  display: inline-block; }
  .glossar-links-container .glossar-links {
    list-style: none !important;
    text-align: center; }
    .glossar-links-container .glossar-links li {
      display: inline-block; }
      .glossar-links-container .glossar-links li a {
        text-decoration: none;
        font-family: "AvenirNext-Medium";
        font-size: 18px;
        color: #E92B88;
        letter-spacing: 4px;
        line-height: 20px;
        padding-right: 5px; }
        @media (max-width: 46.24em) {
          .glossar-links-container .glossar-links li a {
            line-height: 20px;
            font-size: 14px; } }
        .glossar-links-container .glossar-links li a:hover {
          color: #008CA6; }
      .glossar-links-container .glossar-links li:last-child {
        padding-right: 0px; }

.js-glossary .menu-container {
  background-color: transparent; }

.js-glossary .menu-smart {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .js-glossary .menu-smart li a {
    font-family: "AvenirNext-Bold";
    font-size: 18px !important;
    color: #E92B88;
    letter-spacing: 2.2px;
    line-height: 20px; }
    .js-glossary .menu-smart li a:hover, .js-glossary .menu-smart li a.active {
      color: #008CA6 !important; }

.js-glossary .t-entry-text .t-entry-title.h1 {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #4A4A4A;
  letter-spacing: 0.51px;
  line-height: 24px; }
  .js-glossary .t-entry-text .t-entry-title.h1 a {
    pointer-events: none;
    cursor: default; }

.footer-bar {
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-bar > .row {
    padding: 0px 36px 0px 36px !important; }
  .footer-bar .footer-link .menu-footer-container li:not(:last-child):after {
    content: " | ";
    padding: 0px;
    color: white !important; }
    @media (max-width: 46.24em) {
      .footer-bar .footer-link .menu-footer-container li:not(:last-child):after {
        display: none; } }
  .footer-bar .uncode_text_column,
  .footer-bar .footer-link a {
    color: white !important;
    font-family: "AvenirNext-Regular";
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.4px; }

.widget_nav_menu h2 {
  font-family: "AvenirNext-Medium";
  font-size: 18px;
  color: #E92B88 !important;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase; }

.widget_nav_menu .menu-sucht-container ul,
.widget_nav_menu .menu-extremes-container ul,
.widget_nav_menu .menu-privates-container ul,
.widget_nav_menu .menu-mobbing-container ul {
  padding: 0px; }
  .widget_nav_menu .menu-sucht-container ul li,
  .widget_nav_menu .menu-extremes-container ul li,
  .widget_nav_menu .menu-privates-container ul li,
  .widget_nav_menu .menu-mobbing-container ul li {
    list-style: none; }
    .widget_nav_menu .menu-sucht-container ul li a,
    .widget_nav_menu .menu-extremes-container ul li a,
    .widget_nav_menu .menu-privates-container ul li a,
    .widget_nav_menu .menu-mobbing-container ul li a {
      font-family: "AvenirNext-Medium";
      font-size: 16px;
      color: #4A4A4A;
      letter-spacing: 0.51px;
      line-height: 1.8em;
      text-decoration: none; }

.theme-select {
  font-family: "AvenirNext-Regular";
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media (max-width: 46.24em) {
    .theme-select {
      line-height: 18px;
      font-size: 16px; } }
  .theme-select a {
    color: #E92B88;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    border-bottom: solid 2px #E92B88;
    color: #E92B88;
    transition: all .75s; }
    .theme-select a:hover {
      color: #008CA6;
      border-bottom: solid 2px #008CA6; }
    .theme-select a:after {
      font-family: "uncodeicon";
      content: '\f107';
      margin-top: 2px;
      font-weight: normal;
      font-size: 20px;
      position: absolute; }

.js-toggle-close {
  display: block; }
  .js-toggle-close.show_down {
    transform: rotate(180deg); }
  .js-toggle-close:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 30px;
    font-family: 'js_icons' !important;
    content: "\e905";
    color: #E92B88; }
  .js-toggle-close:hover:before {
    color: #008CA6; }

.backbutton {
  color: #E92B88 !important;
  /* Mobbing & Belästigun: */
  font-family: "AvenirNext-Regular";
  font-size: 10px;
  letter-spacing: 0.34px;
  text-transform: uppercase; }

.petrol-bg {
  background-color: #008CA6; }

.wpcf7-inline-field text,
.wpcf7-inline-field input,
.wpcf7-inline-field checkbox,
.wpcf7-inline-field textarea, .wpcf7-form-control-wrap text,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap checkbox,
.wpcf7-form-control-wrap textarea {
  border: 2px solid #989696; }

form p {
  font-family: "AvenirNext-Regular" !important;
  font-size: 18px !important;
  color: #333333 !important;
  letter-spacing: 0.4px !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: normal !important; }

#dwls_search_results {
  z-index: 1000000; }

@font-face {
  font-family: 'js_icons';
  src: url("fonts/js_icons.eot?rqn5t9");
  src: url("fonts/js_icons.eot?rqn5t9#iefix") format("embedded-opentype"), url("fonts/js_icons.ttf?rqn5t9") format("truetype"), url("fonts/js_icons.woff?rqn5t9") format("woff"), url("fonts/js_icons.svg?rqn5t9#js_icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="js_icon-"], [class*=" js_icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'js_icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.js_icon-btnUp:before {
  content: "\e905";
  color: #e92b88; }

.js_icon-close:before {
  content: "\e904";
  color: #e92b88; }

.js_icon-call:before {
  content: "\e900"; }

.js_icon-report:before {
  content: "\e901"; }

.js_icon-shield:before {
  content: "\e902"; }

.js_icon-talk:before {
  content: "\e903"; }

.uncode_text_column {
  /* long version */
  /* shorter version! */
  /* external link styles, use :before or :after if you want! */ }
  .uncode_text_column a[href^="http://"]:not([href*="jugend.support"]),
  .uncode_text_column a[href^="https://"]:not([href*="jugend.support"]),
  .uncode_text_column a[href^="//"]:not([href*="jugend.support"]) {
    color: #E92B88; }
    .uncode_text_column a[href^="http://"]:not([href*="jugend.support"]):hover,
    .uncode_text_column a[href^="https://"]:not([href*="jugend.support"]):hover,
    .uncode_text_column a[href^="//"]:not([href*="jugend.support"]):hover {
      color: #008CA6 !important; }
  .uncode_text_column a[href^="mailto:"] {
    color: #008CA6 !important; }
    .uncode_text_column a[href^="mailto:"]:hover {
      color: #E92B88 !important; }
  .uncode_text_column a {
    color: #E92B88;
    transition: all .35s; }
    .uncode_text_column a:hover {
      text-decoration: underline;
      color: #008CA6 !important; }
