﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* ::: Basis-Elemente ::: */
/* einkommentieren, wenn Fade-In gewünscht => dann initLazyLoad() erst beim Success ShowAll() ausführen
form {
  opacity: 0;
}
*/

html {
    overflow-y:scroll;
}

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:32px; }
.spacer     { height:16px; }
.halfspacer   { height:8px; }
.quarterspacer   { height:4px; }
.minispacer   { height:2px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
img {
    vertical-align:bottom;
    width:auto;
    max-width:100%;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
figcaption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.anker:not([href]) {
    text-decoration:none;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Aufzählung ::: */
.on-list {
    
}
.on-list li {
    
}

/* ::: Abstände ::: */
figure,
audio,
video,
canvas,
.youtube,
.generate-ui-tab,
div.ui-accordion,
table.tabelle,
.errorlabel {
  margin: 0 0 16px;
}

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

figure {
    position:relative;
    z-index:1;
    text-align:center;
}

/* ::: Imgleft/Imgright/Gallery/Zoomable ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    max-width: 250px; /* je nach Layout anzupassen */
    width: 100%;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 30px 10px 0;
  text-align:left;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 5px 10px;
  text-align:right;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    width:100%;
    cursor:pointer;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
figure.gallery > span.figurewrapper a:first-child {
    position:relative;
    z-index:1;
    display:block;
}
/*figure.zoomable > span.figurewrapper:after,*/
/*figure.gallery > span.figurewrapper a:first-child:after {*/
/*    content:'';*/
/*    display:block;*/
/*    position:absolute;*/
/*    z-index:1;*/
/*    bottom:0;*/
/*    right:0;*/
/*    width:19px;*/
/*    height:19px;*/
/*    background:url(/img/system/icons/zoombox.gif) 0 0 no-repeat;*/
/*}*/
/*figure.gallery > span.figurewrapper a:first-child:after {*/
/*    background-image:url(/img/system/icons/gallery.gif);*/
/*}*/
div.textnf {
  display:table;
}

/* :::  Quicknav ::: */
a.jumpto {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  line-height:1.5em;
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.jumpto:focus, 
a.jumpto:active {
  left:0;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}

.generate-ui-tab .supertab-head {
    display:none;
}

.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}
.mejs-container,
.mejs-container .mejs-layer {
    max-width:100%;
}/* ::: Gallery ::: */
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  height:16px;
  width:11px;
  line-height:16px;
  padding: 0 2px 1px 2px;
  margin-left:6px;
  font-weight:bold;
  color:#FFF;
  background-color:#DFC686;
  text-decoration:none;
  text-align:center;
}
div.gallnavi a.selected {
  background-color:#A44E13;
}
.gallerybox {
  margin-top:10px;
}
.galleryrow:after {
    content:"";
    clear:both;
    display:table;
}
.gallerybox a.gallery {
  display:block;
  float:left;
  width: 180px;
  height:140px;
  background-color:#ebebeb;
  background-position:center center;
  background-repeat:no-repeat;
  margin: 0 20px 20px 0;
}
.gallerybox a.last {
  margin-right:0;
}

.galleryrow a.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
}
#uaWarning {
    max-width:1024px;
    margin:0 auto;
    padding:24px 16px;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}@font-face {
  font-family: 'mobilenav';
  src: url("/fonts/mobilenav/mobilenav.eot?19440014");
  src: url("/fonts/mobilenav/mobilenav.eot?19440014#iefix") format("embedded-opentype"), url("/fonts/mobilenav/mobilenav.woff?19440014") format("woff"), url("/fonts/mobilenav/mobilenav.ttf?19440014") format("truetype"), url("/fonts/mobilenav/mobilenav.svg?19440014#mobilenav") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mn-"]:before, [class*=" mn-"]:before {
  font-family: "mobilenav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mn-angle-left:before {
  content: '\e800'; }

.mn-angle-right:before {
  content: '\e801'; }

.mn-menu:before {
  content: '\e802'; }

.mobile-logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%; }
  .mobile-logo img {
    height: 50px; }

html.mobilenav-open {
  overflow: hidden !important; }

.mobilenav-open body {
  position: fixed !important; }

.mobilebutton {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background: #333;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  padding: 5px 0;
  cursor: pointer; }

#mobilenav {
  display: none;
  -moz-transform: translate(-105%);
  -ms-transform: translate(-105%);
  -o-transform: translate(-105%);
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.6);
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3rem;
  color: #FFF;
  width: 320px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: -moz-linear-gradient(top, #333 50px, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #333), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #333 50px, #333 100%);
  background: -o-linear-gradient(top, #333 50px, #333 100%);
  background: -ms-linear-gradient(top, #333 50px, #333 100%);
  background: linear-gradient(to bottom, #333 50px, #333 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  #mobilenav.no-overflow {
    overflow-y: hidden; }
  .mobilenav-open #mobilenav {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  #mobilenav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobilenav ul.sub {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.3); }
  #mobilenav li {
    position: relative;
    z-index: 20; }
    #mobilenav li > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      -moz-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    #mobilenav li.open > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg) rotateY(180deg);
      -ms-transform: rotateZ(90deg) rotateY(180deg);
      -o-transform: rotateZ(90deg) rotateY(180deg);
      -webkit-transform: rotateZ(90deg) rotateY(180deg);
      transform: rotateZ(90deg) rotateY(180deg); }

.mobilenav-header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #666;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer; }
  .mobilenav-header .mobilenav-header-link {
    float: left;
    display: block;
    padding: 11px 0;
    color: #FFF;
    text-decoration: none;
    width: 67%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mobilenav-header .mobilenav-back {
    float: right;
    padding: 11px 0;
    max-width: 33%; }

.mobilenav-submenu {
  padding: 11px 10px;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1); }
  .mobilenav-submenu:hover {
    background: rgba(255, 255, 255, 0.2); }

.mobilenav-ul {
  width: 100%;
  z-index: 100; }
  .mobilenav-ul.sub {
    display: none; }

.mobilenav-li {
  margin-bottom: 5px;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out; }
  .mobilenav-li.open,
  .mobilenav-li.open > ul > li:last-child {
    margin-bottom: 0; }
  .mobilenav-li.padding {
    padding-bottom: 5px !important; }

.seperator {
  margin: 10px 0;
  background-color: #666;
  height: 1px; }

.mobilenav-a {
  padding: 11px 45px 11px 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
  .mobilenav-a:hover,
  .selected > .mobilenav-a {
    text-decoration: none;
    background: #666;
    color: #FFF; }

@media only screen and (max-width: 1280px) {
  #mobilenav,
  .mobile-logo,
  .mobilebutton {
    display: block; } }/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fontawesome-free/fa-brands-400.eot");
  src: url("/fonts/fontawesome-free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-brands-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-brands-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-brands-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fontawesome-free/fa-regular-400.eot");
  src: url("/fonts/fontawesome-free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-regular-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-regular-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-regular-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; 
    
}
  
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fontawesome-free/fa-solid-900.eot");
  src: url("/fonts/fontawesome-free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-solid-900.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-solid-900.woff") format("woff"), url("/fonts/fontawesome-free/fa-solid-900.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.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:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;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,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.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}.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,.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%;font-size:0}.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,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.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}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.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}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.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:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;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,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.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;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-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:-65px -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:-65px -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:1px -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-on{background-position:-96px -144px}.ui-icon-radio-off{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{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}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.pager {
  background: #cccccc;
  text-align: center;
  position: relative;
  padding: 4.5px;
  margin-top: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.pager:before,
.pager:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-top: 1px dotted #000000;
  left: 0;
}
.pager:before {
  top: -1px;
}
.pager:after {
  bottom: -1px;
}
.pager input {
  background: #f2f2f2;
  border: none;
  padding: 0;
  text-align: center;
  width: 39px;
  line-height: 19px;
  font-size: 19px;
  margin-left: 5px;
  margin-right: 5px;
}
.pager .pager-forward {
  float: right;
}
.pager .pager-forward a.pf-first {
  position: relative;
  margin-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
.pager .pager-forward a.pf-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-forward a.pf-sec {
  display: none;
}
.pager .pager-backward {
  float: left;
}
.pager .pager-backward a.pb-first {
  position: relative;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.pager .pager-backward a.pb-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-backward a.pb-sec {
  display: none;
}/* Slider */

.slick-slider *{
    outline:none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/img/system/slick/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/img/system/slick/slick.eot');
    src: url('/img/system/slick/slick.eot?#iefix') format('embedded-opentype'), url('/img/system/slick/slick.woff') format('woff'), url('/img/system/slick/slick.ttf') format('truetype'), url('/img/system/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '?';
}
[dir='rtl'] .slick-prev:before
{
    content: '?';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '?';
}
[dir='rtl'] .slick-next:before
{
    content: '?';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}/* bhl layer */
.bhl .bhlinput {
  position: relative;
  margin-bottom: 20px; }

.bhl .bhlinput input {
  width: 100%;
  height: 46px;
  border: 0;
  outline: none;
  background: #fff;
  padding-right: 40px;
  color: #000; }

.bhl .bhlinput a {
  color: #68b022;
  font-size: 20px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px; }

.bhl .bhlsort {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: left;
  color: #fff;
  border: 0;
  text-align: center; }

.bhl .bhlsort a {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.bhl .bhlsort a:first-child {
  margin: 0; }

.bhl .bhlsort a:nth-child(2) {
  margin-left: 0; }

.bhl .bhlsort a:last-child {
  margin-right: 0; }

.bhl .bhlsort a:first-child:before {
  content: '|';
  margin: 0 5px 0;
  position: relative;
  top: -1px; }

.bhl .bhlsort a:last-child:after {
  content: '|';
  margin: 0 0 0 5px;
  position: relative;
  top: -1px; }

/*.bhl .bhl #themen {*/
/*    text-align: left;*/
/*    font-size: 21px;*/
/*}*/
/*.bhl .bhl a.plus:before,*/
/*.bhl .bhl a.minus:before  {*/
/*    content: '\e80c';*/
/*    font-size: 9px;*/
/*    vertical-align: top;*/
/*    color: #fff;*/
/*}*/
/*.bhl .bhl a.minus:before {*/
/*    transform: rotate(180deg);*/
/*}*/
/*.bhl .bhl #themen li {*/
/*    position: relative;*/
/*    padding: 0 5px 0 0;*/
/*}*/
/*.bhl .bhl #themen li a.plus,*/
/*.bhl #themen li a.minus {*/
/*    padding: 0 10px 0 0;*/
/*} */
/*.bhl .bhl #themen > li  {*/
/*    width: 33%;*/
/*    display: inline-block;*/
/*    padding: 0 0 10px;*/
/*    vertical-align: top;*/
/*}*/
/*.bhl .bhl #themen > li ul {*/
/*    display: none;*/
/*    padding-left: 20px;*/
/*    padding-top: 5px;*/
/*}*/
/*.bhl .bhl #themen > li a.minus ~ ul {*/
/*    display: block;*/
/*}*/
.bhl .themen li {
  float: left;
  width: 50%;
  margin: 20px 0 5px;
  text-align: left;
  font-size: 21px;
  cursor: pointer; }

.bhl .themen li:nth-child(2n+1) {
  clear: both; }

.bhl .themen:after {
  content: '';
  display: table;
  clear: both; }

.bhl .themen li:before {
  content: '\e80c';
  font-size: 9px;
  vertical-align: top;
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 0; }

/* Responsive */
@media screen and (max-width: 768px) {
  .bhl.side-hover-inner {
    padding-left: 11px;
    padding-right: 11px; } }

@media screen and (max-width: 560px) {
  .bhl .themen li {
    width: 100%; } }

/* bhl - pages */
.dienstleistungssuche {
  margin: 20px 0; }

.dienstleistungssuche input {
  width: 100%;
  height: 46px;
  border: 1px solid #68b022;
  outline: none;
  background: #fff;
  padding-right: 40px; }

.dienstleistungssuche .sucheInput {
  position: relative;
  margin-bottom: 20px; }

.dienstleistungssuche .send {
  color: #68b022;
  font-size: 30px;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px; }

.dienstleistungssuche .send:hover a {
  color: #000; }

.searchparameters {
  border-top: 1px dotted #68b022;
  border-bottom: 1px dotted #68b022;
  padding: 5px 0;
  text-align: center;
  color: #333; }

.content .searchparameters a {
  display: inline-block;
  /*padding: 0 5px;*/
  padding: 0 4px;
  color: #333;
  position: relative;
  top: 1px; }

.content .searchparameters a:hover {
  color: #68b022;
  text-decoration: none; }

.content .dienstleistungsthemen .treeview ul li.treeitem {
  padding-left: 0; }

.treeview ul.firstlevel > li {
  margin-bottom: 5px;
  /*margin-bottom: 10px;*/ }

@media only screen and (max-width: 768px) {
  .treeview ul.firstlevel > li {
    margin-bottom: 10px; }
  .treeview ul.firstlevel > li > ul > li.treeitem {
    margin-bottom: 10px; } }

.treeview ul.firstlevel > li.lifix {
  padding-left: 0; }

.content .dienstleistungsthemen .treeview ul > li > ul {
  padding-left: 30px;
  margin-top: 5px; }

.dienstleistungsthemen ul li a.black_link {
  /*padding-left: 20px;*/ }

.ticon {
  display: inline-block;
  background: #68b022;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: -5px 5px 0 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none; }

.ticon:before {
  margin: 0;
  padding: 0; }

.plus:before {
  /*content: '\e807';*/
  content: '+';
  font-size: 22px;
  line-height: 22px;
  vertical-align: super; }

.minus:before {
  content: '-';
  font-size: 26px;
  line-height: 22px;
  position: relative; }

.back:before {
  content: '<';
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 3px 0 0; }

/* 
.content .dienstleistungsliste-conatiner ul li {
    padding-left: 0;
}*/
.content .dienstleistungsliste-container ul li {
  border-bottom: 1px dotted #68b022;
  margin-bottom: 16px; }

/* pager */
.bhl-pager {
  border-top: 1px dotted #68b022;
  border-bottom: 1px dotted #68b022;
  padding: 5px 0;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  position: relative; }

.bhl-pager input {
  margin: 0 5px;
  background: #f2f2f2;
  width: 35px;
  border: 0;
  outline: none;
  text-align: center; }

.bhl-pager .pageafter {
  position: absolute;
  right: 10px;
  font-size: 32px;
  color: #000; }

.bhl-pager .pageafter:after {
  content: '>';
  display: inline-block; }

.bhl-pager .pageafter:hover,
.bhl-pager .pagebefore:hover {
  color: #68b022; }

.bhl-pager .page:before {
  position: absolute;
  left: 10px;
  font-size: 32px;
  color: #000; }

.bhl-pager .pagebefore {
  position: absolute;
  left: 10px;
  font-size: 32px;
  color: #000; }

.bhl-pager .pagebefore:after {
  content: '<';
  display: inline-block; }

/* dienststellen */
.dienststellen ul.firstlevel > li.treeitem:not(.lifix):before {
  content: '';
  display: inline-block;
  background: #fff;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: -9px 0 0 0;
  border: 2px solid #68b022; }

.dienststellen ul.firstlevel > li.treeitem:not(.lifix) > a {
  margin-left: 5px; }

.dienststellen ul.firstlevel > li.treeitem ul {
  padding-left: 30px;
  margin-top: 5px; }

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem.lifix {
  padding-left: 0; }

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix):before {
  content: '';
  display: inline-block;
  background: #fff;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: -9px 0 0 0;
  border: 2px solid #68b022; }

.dienststellen ul.firstlevel > li.treeitem ul li.treeitem:not(.lifix) > a {
  margin-left: 5px; }

.ds-view figure.imgleft,
figure.tinyHtmlEditorContentCssClass {
  width: auto; }

@media (max-width: 575px) {
  .ds-view figure.imgleft,
figure.tinyHtmlEditorContentCssClass {
    float: none;
    margin: 0 0 20px !important; } }

#bewertung,
.kasten {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #68b022;
  clear: both; }

#bewertung .lastupdate {
  font-size: 18px; }

#bewertung h2 {
  margin: 25px 0 15px; }

.content .kasten h2 {
  margin: 0 0 15px; }

/* teaser */
.ap-entry {
  margin-bottom: 10px;
  margin-top: 20px; }

.clap-head {
  display: block;
  /*font-size: 20px;*/
  margin-top: -6px;
  cursor: pointer;
  /*color: #68b022*/
  position: relative;
  padding-left: 30px; }
  .clap-head:hover {
    text-decoration: underline; }

.clap-head span.clap-icon {
  font-size: 22px;
  vertical-align: super;
  display: inline-block;
  background: #68b022;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  margin: -5px 5px 0 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0; }

.clap-head span.clap-icon:before {
  /*content: '\e802';*/
  /*font-size: 10px;*/
  /*content: '\e807';*/
  /*color: #68b022;*/
  /*font-size: 16px;*/
  /*position: relative;*/
  /*top: -2px;*/
  content: '+';
  margin: 0;
  position: relative;
  top: -6px; }

.touch .clap-head span.clap-icon:before {
  height: 22px;
  top: -5px; }

.clap-head.act span.clap-icon:before {
  /*content: '\e808';*/
  /*font-size: 2px;*/
  /* position: relative;*/
  /*top: -6px;*/
  /*margin-left: 4px;*/
  content: '-';
  position: relative;
  top: -5px; }

.clap-head.act span.clap-icon {
  /*transform: rotate(180deg);*/
  /*position: relative;*/
  /*top: 5px;*/
  /*left: 10px;*/ }

.clap-content {
  padding-top: 4px; }

/* forms */
.callback .radioButtonListWrapper input[type=radio],
.suggest .radioButtonListWrapper input[type=radio] {
  margin-top: 7px; }.container {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } } 
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1394px; } }

.container-fluid {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }/*.vr {*/
/*    position: absolute;*/
/*    left: 90px;*/
/*    bottom:20px;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    background: #fff;*/
/*    z-index: 2;*/
/*    padding-top: 8px;*/
/*    text-align: center;*/
/*    box-shadow: 2px 2px 10px rgba(0,0,0, 0.2);*/
/*}*/

/*.noimg .vr {*/
/*    z-index: 1;*/
/*}*/

/*.sub ~ .vr {*/
/*    background: none;*/
/*    box-shadow: none;*/
/*    left: auto;*/
/*    bottom: auto;*/
/*    top: calc(100% + 15px);*/
/*    right: 90px;*/
/*}*/

/*body.noimg .vr {*/
/*    top: calc(100% + -175px);*/
/*    right: 100px;*/
/*}*/

/*button.vrweb_icon {*/
/*    max-width: 30px;*/
/*}*/

/*.vr a.vrweb_icon {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*}*/

/*.vr a.vrweb_icon img {*/
/*    width: 25px;*/
/*}*/

.vrweb_player_main {
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.vrweb_player {
    position: fixed!important;
    z-index: 2;
    top: 50px!important;
    left: 27px!important;
}

span.VR15S_highlight {
    color: #000;
}

@media only screen and (max-width: 1220px) {
    .vr {
        left: 70px;
    }
    
    .sub ~ .vr {
        right: 70px;
    }
}

@media screen and (max-width: 768px) {
    .vr {
        left: 11px;
    }
    
    .sub ~ .vr {
        right: 11px;
    }
}
@media screen and (max-width: 600px) {
    .sub ~ .vr {
        right: 11px;
    } 
    
    body.noimg .vr {
        right: 21px;
    }
}:root {
  --mainColorBlue: #0056a4;
  --mainColorGreenDark: #008d58;
  --mainColorGreenLight: #65b32e;
  --mainColorGreenDarkButton: #008552; }

[data-theme="dark"] {
  --mainColorBlue: #000000;
  --mainColorGreenDark: #000000;
  --mainColorGreenLight: #000000; }

/* cabin-condensed-regular - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/cabin-condensed-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/cabin-condensed-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin-condensed-v19-latin-regular.woff2") format("woff2"), url("/fonts/cabin-condensed-v19-latin-regular.woff") format("woff"), url("/fonts/cabin-condensed-v19-latin-regular.ttf") format("truetype"), url("/fonts/cabin-condensed-v19-latin-regular.svg#CabinCondensed") format("svg");
  /* Legacy iOS */ }

/* cabin-condensed-500 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/cabin-condensed-v19-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/cabin-condensed-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin-condensed-v19-latin-500.woff2") format("woff2"), url("/fonts/cabin-condensed-v19-latin-500.woff") format("woff"), url("/fonts/cabin-condensed-v19-latin-500.ttf") format("truetype"), url("/fonts/cabin-condensed-v19-latin-500.svg#CabinCondensed") format("svg");
  /* Legacy iOS */ }

/* cabin-condensed-600 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/cabin-condensed-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/cabin-condensed-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin-condensed-v19-latin-600.woff2") format("woff2"), url("/fonts/cabin-condensed-v19-latin-600.woff") format("woff"), url("/fonts/cabin-condensed-v19-latin-600.ttf") format("truetype"), url("/fonts/cabin-condensed-v19-latin-600.svg#CabinCondensed") format("svg");
  /* Legacy iOS */ }

/* cabin-condensed-700 - latin */
@font-face {
  font-family: 'Cabin Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/cabin-condensed-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/cabin-condensed-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/cabin-condensed-v19-latin-700.woff2") format("woff2"), url("/fonts/cabin-condensed-v19-latin-700.woff") format("woff"), url("/fonts/cabin-condensed-v19-latin-700.ttf") format("truetype"), url("/fonts/cabin-condensed-v19-latin-700.svg#CabinCondensed") format("svg");
  /* Legacy iOS */ }

*, *:before, *:after, ul, li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Cabin Condensed';
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden; }

@media (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.5rem; } }

.body.open {
  overflow-x: hidden; }

body .ui-widget {
  font-size: inherit;
  font-family: inherit; }

ul li,
ol li {
  list-style: none; }

figure {
  margin: 20px 0; }
  figure .figurewrapper {
    position: relative; }

figcaption,
.figcaption {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  margin-top: 10px;
  text-align: right; }

img {
  max-width: 100%;
  display: block; }

a {
  color: #000;
  text-decoration: none; }

a:hover,
a:focus {
  /*color: #FAAA00!important;*/
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a.print {
  font-size: 18px;
  text-decoration: underline; }

p {
  margin: 0 0 15px 0; }
  p:empty {
    display: none; }

.intro p,
p .large,
p.large {
  font-size: 1.5rem;
  line-height: 2.25rem;
  max-width: 900px; }

@media (max-width: 767px) {
  .intro p,
p .large,
p.large {
    font-size: 1.125rem;
    line-height: 1.75rem; } }

.intro p {
  margin: 0 0 30px; }

h1 + .intro,
h2 + .intro {
  margin-top: -10px !important; }

strong {
  font-weight: 600; }

h1, h2, h3 {
  line-height: 1em;
  margin: 0;
  padding: 0;
  /* font-weight: normal; */ }

section, article {
  margin: 0; }

/* CLEARFIX */
.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

/* Overwrite Bootstrap */
.container {
  max-width: 1620px;
  padding-left: 12px;
  padding-right: 12px; }
  .container .container {
    padding: 0; }

.row {
  margin-right: -12px;
  margin-left: -12px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 12px;
  padding-left: 12px; }

header {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  top: 0; }

@media (max-width: 767px) {
  header {
    height: 80px;
    min-height: 0; } }
  header div {
    height: 100%; }
  header .header-inner {
    display: flex;
    justify-content: space-between;
    align-content: center; }
  header .logo {
    display: flex; }
    header .logo img:not([src*="familienportal"]) {
      width: 325px; }

@media (max-width: 1024px) {
  header .logo img:not([src*="familienportal"]) {
    width: 275px; } }

@media (max-width: 991px) {
  header .logo img:not([src*="familienportal"]) {
    width: 215px; } }

@media (max-width: 767px) {
  header .logo img:not([src*="familienportal"]) {
    width: 200px; } }

@media (min-width: 1024px) {
  header .logo img {
    position: relative;
    z-index: 99; } }
    header .logo img[src*="familienportal"] {
      max-height: 80px; }

@media (min-width: 768px) {
  header .logo img[src*="familienportal"] {
    max-height: 100px;
    width: auto; } }
  header .nav-wr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    align-self: center; }
    header .nav-wr .special-features {
      display: flex;
      justify-content: right;
      margin: 0 0 15px;
      color: #626262;
      white-space: nowrap; }

@media (min-width: 767px) and (max-width: 1024px) {
  header .nav-wr .special-features {
    position: relative;
    top: -25px; } }

@media (max-width: 767px) {
  header .nav-wr .special-features {
    display: none;
    position: fixed;
    bottom: 89px;
    left: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid #EEEEEE;
    width: 100%;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0;
    padding: 1.5rem 12px; }
    header .nav-wr .special-features li {
      width: 100%;
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      header .nav-wr .special-features li div {
        height: auto; }
      header .nav-wr .special-features li img {
        height: 20px; } }
      header .nav-wr .special-features img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0; }
      header .nav-wr .special-features > li {
        margin: 0 7px;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        header .nav-wr .special-features > li img {
          line-height: 0; }
        header .nav-wr .special-features > li > a:before {
          line-height: 0; }
        header .nav-wr .special-features > li:not(.meta-fontsize):hover {
          color: var(--mainColorBlue); }
          header .nav-wr .special-features > li:not(.meta-fontsize):hover img {
            filter: sepia(100%) hue-rotate(190deg) saturate(500%); }
          header .nav-wr .special-features > li:not(.meta-fontsize):hover > a {
            color: var(--mainColorBlue); }
            header .nav-wr .special-features > li:not(.meta-fontsize):hover > a:before {
              filter: sepia(100%) hue-rotate(190deg) saturate(500%); }
        header .nav-wr .special-features > li.act {
          color: var(--mainColorBlue); }
        header .nav-wr .special-features > li.meta-gebaerden {
          display: none; }
        header .nav-wr .special-features > li.meta-backlink {
          margin-right: 30px; }

@media (max-width: 800) {
  header .nav-wr .special-features > li.meta-backlink {
    margin-right: 10px; } }

@media (max-width: 990px) {
  header .nav-wr .special-features > li.meta-backlink {
    display: none; } }
          header .nav-wr .special-features > li.meta-backlink a[href*="http"] {
            gap: .5rem; }
            header .nav-wr .special-features > li.meta-backlink a[href*="http"]:before {
              content: url(/img/system/rbk/icon-link-extern-blue.svg); }
            header .nav-wr .special-features > li.meta-backlink a[href*="http"]:not(:hover):before {
              filter: brightness(0) invert(0); }
      header .nav-wr .special-features li {
        cursor: pointer;
        font-size: 1rem;
        line-height: 1.5rem; }
        header .nav-wr .special-features li a {
          color: #626262;
          display: flex;
          align-items: center; }
        header .nav-wr .special-features li.meta-read .startVR:before,
header .nav-wr .special-features li.meta-read #showDialog:before {
          content: url(/img/system/rbk/icon-sound.svg);
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px 0 0; }
        header .nav-wr .special-features li.meta-fontsize {
          display: flex;
          align-items: center; }
          header .nav-wr .special-features li.meta-fontsize .name {
            margin: 0 8px 0 0; }
          header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner {
            display: flex;
            font-size: 16px;
            line-height: 24px; }
            header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner span {
              width: 28px;
              height: 26px;
              position: relative;
              cursor: pointer;
              background-color: white;
              border: 1px solid #CCCCCC;
              transition: background-color 0.4s;
              text-align: center; }
              header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner span[data-option="minus"] {
                border-right: 0;
                border-radius: 80px 0 0 80px; }
              header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner span[data-option="reset"] {
                width: 40px; }
              header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner span[data-option="plus"] {
                border-left: 0;
                border-radius: 0 80px 80px 0; }
              header .nav-wr .special-features li.meta-fontsize .meta-font-size-inner span:hover {
                background: var(--mainColorGreenLight);
                border-color: var(--mainColorGreenLight);
                color: #fff; }
    header .nav-wr nav .navigation {
      display: flex; }

@media (max-width: 1024px) {
  header .nav-wr nav .navigation {
    display: none; } }
      header .nav-wr nav .navigation > li > a:hover,
header .nav-wr nav .navigation > li.selected > a {
        color: var(--mainColorBlue);
        text-decoration: underline; }
      header .nav-wr nav .navigation li.selected > a, header .nav-wr nav .navigation li:hover > a {
        color: var(--mainColorBlue);
        text-decoration: underline; }
      header .nav-wr nav .navigation > li {
        margin: 0 20px;
        font-weight: 500; }
        header .nav-wr nav .navigation > li.contains-search {
          white-space: nowrap; }
        header .nav-wr nav .navigation > li > a {
          position: relative;
          z-index: 6; }
        header .nav-wr nav .navigation > li a img {
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 5px; }
        header .nav-wr nav .navigation > li ul {
          display: none; }
          header .nav-wr nav .navigation > li ul li ul {
            display: none; }
        header .nav-wr nav .navigation > li .subnav-wr {
          display: none;
          position: absolute;
          left: 0;
          background: #fff;
          z-index: 5;
          padding: 0;
          user-select: none; }
          header .nav-wr nav .navigation > li .subnav-wr-inner {
            width: 1586px;
            max-width: 98vw;
            margin: 0 auto;
            flex-wrap: wrap;
            position: relative;
            padding: 60px 0 50px;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            align-items: self-start; }
            header .nav-wr nav .navigation > li .subnav-wr-inner > ul {
              width: calc(33.33% - 24px); }

@media (max-width: 1365px) {
  header .nav-wr nav .navigation > li .subnav-wr-inner > ul {
    width: calc(50% - 24px); } }
            header .nav-wr nav .navigation > li .subnav-wr-inner:before {
              content: '';
              top: -6px;
              position: absolute;
              left: -50vw;
              width: 200vw;
              height: 100%;
              background: #fff;
              border-bottom: solid 2px #626262; }
          header .nav-wr nav .navigation > li .subnav-wr-inner > ul,
header .nav-wr nav .navigation > li .subnav-wr > ul {
            flex-wrap: wrap; }
            header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li,
header .nav-wr nav .navigation > li .subnav-wr > ul > li {
              margin: 0 12px;
              border-bottom: 1px solid rgba(0, 0, 0, 0.2);
              display: inline-flex;
              flex-wrap: wrap;
              position: relative;
              width: 100%;
              -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
              break-inside: avoid; }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.selected > a,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.selected > a {
                color: var(--mainColorBlue); }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li a[href*="http"],
header .nav-wr nav .navigation > li .subnav-wr > ul > li a[href*="http"] {
                justify-content: normal; }
                header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li a[href*="http"]:after,
header .nav-wr nav .navigation > li .subnav-wr > ul > li a[href*="http"]:after {
                  content: url(/img/system/rbk/icon-link-extern.svg);
                  display: inline-block;
                  margin: 0 0 0 10px; }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li > a,
header .nav-wr nav .navigation > li .subnav-wr > ul > li > a {
                min-height: 60px;
                font-size: 24px;
                line-height: 28px;
                display: flex;
                align-items: center;
                width: 100%;
                position: relative;
                justify-content: space-between;
                padding: .5rem 0; }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li ul,
header .nav-wr nav .navigation > li .subnav-wr > ul > li ul {
                padding-left: 25px;
                padding-bottom: 10px; }
                header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li ul li,
header .nav-wr nav .navigation > li .subnav-wr > ul > li ul li {
                  display: block; }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.hasSub > a:after,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.hasSub > a:after {
                content: '';
                border: solid black;
                border-width: 0 3px 3px 0;
                display: inline-block;
                padding: 3px;
                transform: rotate(-45deg); }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.selected > a:not([href*="http"]):after, header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.clicked > a:not([href*="http"]):after,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.selected > a:not([href*="http"]):after,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.clicked > a:not([href*="http"]):after {
                border-color: var(--mainColorBlue);
                transform: rotate(45deg); }
              header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.selected > ul, header .nav-wr nav .navigation > li .subnav-wr-inner > ul > li.clicked > ul,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.selected > ul,
header .nav-wr nav .navigation > li .subnav-wr > ul > li.clicked > ul {
                display: block; }
        header .nav-wr nav .navigation > li a {
          color: #626262; }
        header .nav-wr nav .navigation > li:hover .subnav-wr {
          display: block; }
          header .nav-wr nav .navigation > li:hover .subnav-wr-inner > ul,
header .nav-wr nav .navigation > li:hover .subnav-wr > ul {
            display: flex; }
        header .nav-wr nav .navigation > li.hasSub > a:focus-visible + .subnav-wr {
          display: block; }
          header .nav-wr nav .navigation > li.hasSub > a:focus-visible + .subnav-wr-inner > ul,
header .nav-wr nav .navigation > li.hasSub > a:focus-visible + .subnav-wr > ul {
            display: block; }
        header .nav-wr nav .navigation > li.keyboard-focused .subnav-wr {
          display: block; }
          header .nav-wr nav .navigation > li.keyboard-focused .subnav-wr-inner > ul,
header .nav-wr nav .navigation > li.keyboard-focused .subnav-wr > ul {
            display: flex; }

.scrolled header {
  border-bottom: solid 2px #626262; }

.show-darksite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid var(--mainColorGreenDark);
  color: var(--mainColorGreenDark);
  border-radius: 50%;
  cursor: pointer; }

@media (min-width: 1024px) {
  .show-darksite {
    top: -2px;
    position: relative; } }
  .show-darksite:before {
    content: '!'; }

.mobile-nav .show-darksite {
  margin: 15px 0; }
  .mobile-nav .show-darksite:before {
    position: relative;
    left: 42px; }
  .mobile-nav .show-darksite:after {
    content: 'Warnung';
    left: 60px;
    position: relative;
    text-transform: uppercase; }

.menubtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 1;
  cursor: pointer; }

@media (min-width: 1025px) {
  .menubtn {
    display: none; } }
  .menubtn span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #151515;
    margin: 6px 0;
    transition: 0.3s ease; }

.mobile-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 55px;
  z-index: 1;
  cursor: pointer; }

@media (min-width: 1025px) {
  .mobile-search {
    display: none; } }

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  max-width: 100vw;
  max-height: calc(100vh - 80px);
  padding: 0 20px; }
  .mobile-nav div {
    height: auto; }
  .mobile-nav > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: calc(100% - 90px); }
    .mobile-nav > ul li.contains-back {
      display: none;
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 300px; }

@media (max-width: 767px) {
  .mobile-nav > ul li.contains-back {
    width: 250px; } }
      .mobile-nav > ul li.contains-back .back {
        color: var(--mainColorBlue);
        height: 80px;
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        padding-left: 20px; }
    .mobile-nav > ul > li {
      border-bottom: 1px solid #eee;
      position: relative;
      width: 100%;
      order: 2; }
      .mobile-nav > ul > li a:not(.back) {
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        width: 100%;
        font-size: 18px;
        position: relative; }
        .mobile-nav > ul > li a:not(.back) span {
          position: relative;
          z-index: 1; }
        .mobile-nav > ul > li a:not(.back)[href*="http"]:after {
          content: url(/img/system/rbk/icon-link-extern.svg);
          display: inline-block;
          margin: 0 0 0 10px; }
      .mobile-nav > ul > li ul {
        display: none; }
        .mobile-nav > ul > li ul li.contains-back {
          left: -20px; }
        .mobile-nav > ul > li ul li > a {
          padding: 0 15px;
          font-size: 16px;
          border-bottom: 1px solid #eee; }
        .mobile-nav > ul > li ul li.selected > a {
          color: var(--mainColorBlue);
          text-decoration: underline; }
        .mobile-nav > ul > li ul li ul li > a {
          padding: 0 25px; }
        .mobile-nav > ul > li ul li ul li.selected > a {
          color: var(--mainColorBlue);
          text-decoration: underline; }
    .mobile-nav > ul li {
      position: relative; }
      .mobile-nav > ul li.hasSub:after {
        content: '';
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        right: 10px;
        top: 25px;
        transform: rotate(-45deg); }
      .mobile-nav > ul li.hasSub.selected:after {
        transform: none;
        transform: rotate(45deg); }
      .mobile-nav > ul li.selected {
        order: 1; }
        .mobile-nav > ul li.selected > a:not(.back) {
          color: var(--mainColorBlue);
          text-decoration: underline; }
          .mobile-nav > ul li.selected > a:not(.back):before {
            content: '';
            position: absolute;
            background: #eee;
            left: -20px;
            right: -20px;
            top: 0;
            bottom: 0; }
        .mobile-nav > ul li.selected > ul {
          display: block; }
        .mobile-nav > ul li.selected:not(.start) ~ .contains-back {
          display: block; }

.nav-open .menubtn span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 6px; }

.nav-open .menubtn span:nth-child(2) {
  opacity: 0; }

.nav-open .menubtn span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 6px; }

.nav-open .mobile-nav {
  display: block; }

.open-barriere .special-features {
  display: flex !important; }

.mobile-nav-content {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid #EEEEEE; }

@media (min-width: 768px) {
  .mobile-nav-content {
    display: none; } }
  .mobile-nav-content .mn-item {
    width: 25%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative; }
    .mobile-nav-content .mn-item .mn-item-icon {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
      position: relative; }
      .mobile-nav-content .mn-item .mn-item-icon img,
.mobile-nav-content .mn-item .mn-item-icon svg {
        height: 32px;
        margin: 0 auto 5px; }
    .mobile-nav-content .mn-item .mn-hidden {
      display: none;
      position: absolute;
      padding: 20px;
      background: #fff;
      bottom: 100%;
      left: 0;
      width: 100%; }
    .mobile-nav-content .mn-item:first-child:hover svg path {
      stroke: var(--mainColorGreenLight); }
    .mobile-nav-content .mn-item:not(:first-child):hover svg path {
      fill: var(--mainColorGreenLight); }

.center {
  text-align: center; }

.btn-line {
  margin: 20px 0; }
  .btn-line.btn-right {
    text-align: right; }
  .btn-line.btn-center {
    text-align: center; }
  .btn-line .btn + .btn {
    margin: 0 0 0 24px; }

.absenden a,
.btn a {
  text-decoration: none !important;
  display: inline-block;
  padding: 14px 32px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: 0.3s ease;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  line-height: 1.5rem; }

@media (max-width: 767px) {
  .absenden a,
.btn a {
    padding: 10px 25px;
    font-size: 1rem; } }
  .absenden a:hover, .absenden a:focus,
.btn a:hover,
.btn a:focus {
    border-color: #fff;
    background: var(--mainColorBlue);
    color: #fff;
    outline-offset: 2px; }

.absenden.absenden a, .absenden.green:not(.box) a,
.btn.absenden a,
.btn.green:not(.box) a {
  background: var(--mainColorGreenDarkButton);
  border: 1px solid var(--mainColorGreenDarkButton);
  color: #fff; }
  .absenden.absenden a:hover, .absenden.absenden a:focus, .absenden.green:not(.box) a:hover, .absenden.green:not(.box) a:focus,
.btn.absenden a:hover,
.btn.absenden a:focus,
.btn.green:not(.box) a:hover,
.btn.green:not(.box) a:focus {
    background: #fff;
    color: #000; }

.absenden.absenden.border a, .absenden.green:not(.box).border a,
.btn.absenden.border a,
.btn.green:not(.box).border a {
  background: none;
  color: #000; }
  .absenden.absenden.border a:hover, .absenden.absenden.border a:focus, .absenden.green:not(.box).border a:hover, .absenden.green:not(.box).border a:focus,
.btn.absenden.border a:hover,
.btn.absenden.border a:focus,
.btn.green:not(.box).border a:hover,
.btn.green:not(.box).border a:focus {
    color: #fff;
    background: var(--mainColorGreenDarkButton); }

.form-success,
.erfolgsmeldung,
.green:not(.box):not(.btn) {
  color: green; }

.img-wr {
  position: relative;
  overflow: hidden; }
  .img-wr img {
    transition: 0.3s ease;
    object-fit: cover; }

.img-copyright {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  min-height: 34px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  padding: 5px 10px;
  width: auto !important; }
  .img-copyright .img-copyright {
    display: inline;
    position: static; }
  .img-copyright:empty {
    display: none; }
  .img-copyright.centered {
    right: auto;
    left: 0; }

h1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 30px; }

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 36px; } }

@media (max-width: 767px) {
  h1 {
    margin-bottom: 15px; } }

h2,
.like-h2 {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 4rem; }

@media (max-width: 991px) {
  h2,
.like-h2 {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

@media (max-width: 767px) {
  h2,
.like-h2 {
    margin-bottom: 15px; } }

h3 {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 2.25rem;
  line-height: 3rem; }

@media (max-width: 991px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

@media (max-width: 767px) {
  h3 {
    margin-bottom: 15px; } }

h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 1.75rem;
  line-height: 2.25rem; }

@media (max-width: 991px) {
  h4 {
    font-size: 1.125rem;
    line-height: 1.3125rem; } }

.firstlevel,
.on-list,
.nocheck,
div[class*="tinyHtmlEditor"] ul {
  margin: 0 0 30px; }
  .firstlevel li:not(.treeitem),
.on-list li:not(.treeitem),
.nocheck li:not(.treeitem),
div[class*="tinyHtmlEditor"] ul li:not(.treeitem) {
    margin: 0 0 5px;
    padding-left: 22px;
    position: relative;
    display: block; }
    .firstlevel li:not(.treeitem):before,
.on-list li:not(.treeitem):before,
.nocheck li:not(.treeitem):before,
div[class*="tinyHtmlEditor"] ul li:not(.treeitem):before {
      content: '';
      display: inline-block;
      width: 10px;
      flex: 0 0 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid var(--mainColorGreenLight);
      position: absolute;
      left: 0;
      top: 10px; }

ol.on-list li {
  list-style: inherit;
  padding-left: 0 !important;
  margin-left: 20px !important; }
  ol.on-list li:before {
    display: none !important; }

main {
  display: block;
  margin-top: 100px; }

@media (max-width: 767px) {
  main {
    margin-top: 80px; } }

.breadcrumb {
  margin: 40px 0; }
  .breadcrumb ol {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumb ol li a:not(:hover) {
      color: #000;
      text-decoration: none; }
    .breadcrumb ol li a[href*="/"]:hover {
      text-decoration: underline; }
    .breadcrumb ol li a:not([href]):hover {
      cursor: inherit; }
    .breadcrumb ol li:after {
      content: '|';
      margin: 0 12px; }
    .breadcrumb ol li:last-child {
      color: var(--mainColorBlue);
      text-decoration: underline; }
      .breadcrumb ol li:last-child:after {
        display: none; }

.keyvisual {
  position: relative;
  margin-bottom: 20px;
  max-width: 1920px;
  margin: 0 auto; }
  .keyvisual .kv-img {
    text-align: right;
    position: relative;
    display: inline-block;
    width: 100%; }
    .keyvisual .kv-img img {
      display: inline-block;
      max-height: calc(100vh - 100px - 50px - 110px);
      min-height: 500px;
      width: 100%;
      object-fit: cover; }

@media (max-width: 991px) {
  .keyvisual .kv-img img {
    min-height: 150px; } }
  .keyvisual .kv-text-wr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }

@media (max-width: 991px) {
  .keyvisual .kv-text-wr {
    position: static;
    transform: none; } }
    .keyvisual .kv-text-wr .kv-text {
      color: #fff;
      padding: 65px;
      background: var(--mainColorBlue); }

@media (max-width: 1220px) {
  .keyvisual .kv-text-wr .kv-text {
    padding: 30px; } }

@media (max-width: 991px) {
  .keyvisual .kv-text-wr .kv-text {
    padding: 20px;
    margin: 0 -15px; } }
      .keyvisual .kv-text-wr .kv-text h1 {
        margin-bottom: 10px; }

.keyvisual-sub .img-wr img {
  border-radius: 5px;
  min-height: 120px;
  object-fit: cover; }

.contains-arrow-down {
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .contains-arrow-down a {
    cursor: pointer; }
    .contains-arrow-down a:hover {
      text-decoration: underline; }
  .contains-arrow-down img {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    line-height: 0; }

.marquee-wr {
  bottom: 0;
  width: 100%;
  display: flex;
  height: 60px;
  margin-top: 50px; }

@media (max-width: 991px) {
  .marquee-wr {
    position: relative; } }
  .marquee-wr span.hl {
    background: var(--mainColorBlue);
    color: #fff;
    width: 160px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center; }

@media (max-width: 500px) {
  .marquee-wr span.hl {
    display: none; } }
  .marquee-wr .marquee-items {
    background: #fff;
    width: calc(100% - 160px);
    overflow: hidden;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE; }

@media (max-width: 500px) {
  .marquee-wr .marquee-items {
    width: 100%; } }
    .marquee-wr .marquee-items div {
      height: 100%; }
    .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee {
      display: flex;
      align-items: center; }
      .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span {
        font-weight: 500;
        margin: 0 50px; }
        .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span.warning-ticker {
          color: #f10; }
          .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span.warning-ticker a {
            color: #f10;
            border-bottom: 1px solid var(f10); }
        .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span a {
          border-bottom: 1px solid var(--mainColorBlue); }
          .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span a[href*="http"] {
            border-bottom: 0; }
            .marquee-wr .marquee-items .marquee .js-marquee-wrapper .js-marquee span a[href*="http"]:before {
              content: url(/img/system/rbk/icon-link-extern-blue.svg);
              margin-right: 10px; }

.search-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110; }
  .search-layer .search-layer-bg {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .search-layer .search-layer-inner {
    width: 1056px;
    max-width: calc(100% - 40px);
    margin: 0 10px;
    background: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    top: 250px;
    left: 50%;
    transform: translateX(-50%); }

@media (max-width: 767px) {
  .search-layer .search-layer-inner {
    padding: 20px; } }

@media (max-width: 500px) {
  .search-layer .search-layer-inner {
    left: 0;
    transform: none;
    max-width: 100vw;
    margin: 0; } }
    .search-layer .search-layer-inner .fast-search {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 10px; }
      .search-layer .search-layer-inner .fast-search span {
        display: inline-block; }
      .search-layer .search-layer-inner .fast-search a {
        color: var(--mainColorBlue);
        text-decoration: underline;
        display: inline-block; }
        .search-layer .search-layer-inner .fast-search a:hover {
          text-decoration: none; }

.search-layer-top {
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 36px; }
  .search-layer-top label {
    margin-right: 10px;
    padding: 0;
    white-space: nowrap; }

@media (max-width: 500px) {
  .search-layer-top label {
    display: none; } }
  .search-layer-top .search-layer-input {
    width: 100%;
    position: relative; }
    .search-layer-top .search-layer-input input {
      border: 0;
      height: 36px;
      padding: 0 30px 0 10px;
      width: 100%;
      background: none; }
      .search-layer-top .search-layer-input input:valid ~ .searchdeletebtn {
        opacity: 1; }
      .search-layer-top .search-layer-input input:focus-visible {
        outline-color: var(--mainColorBlue); }
    .search-layer-top .search-layer-input .searchdeletebtn,
.search-layer-top .search-layer-input a {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      line-height: 0; }
      .search-layer-top .search-layer-input .searchdeletebtn img,
.search-layer-top .search-layer-input a img {
        width: 30px; }
    .search-layer-top .search-layer-input .searchdeletebtn {
      right: 50px;
      opacity: 0;
      cursor: pointer; }

.main-suche .search-layer-input a:before {
  content: url(/img/system/rbk/icon-lupe.svg); }

.main-suche .suche-switch {
  border-bottom: 2px solid rgba(21, 21, 21, 0.2);
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 1px;
  margin-top: 60px; }
  .main-suche .suche-switch span {
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #000;
    position: relative;
    display: inline-block;
    margin: 0 15px;
    bottom: -2px; }
    .main-suche .suche-switch span span {
      display: none; }
    .main-suche .suche-switch span b {
      font-weight: normal; }
      .main-suche .suche-switch span b:not(:empty):before {
        content: '('; }
      .main-suche .suche-switch span b:not(:empty):after {
        content: ')'; }
    .main-suche .suche-switch span:hover, .main-suche .suche-switch span:focus, .main-suche .suche-switch span.underline {
      color: var(--mainColorBlue);
      position: relative; }
      .main-suche .suche-switch span:hover:after, .main-suche .suche-switch span:focus:after, .main-suche .suche-switch span.underline:after {
        content: '';
        height: 2px;
        background: var(--mainColorBlue);
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%; }

.main-suche .search-results {
  margin-top: 50px; }
  .main-suche .search-results:empty:after {
    content: 'Es wurden in diesem Bereich leider keine Ergebnisse gefunden, aber versuchen Sie es gerne in einem der anderen Bereiche. Die Bereiche sind unterteilt in: Seiten, Dienstleistungen, Dokumente und News';
    display: block;
    padding: 25px; }
  .main-suche .search-results .suche-item:first-child {
    border-top: 0; }

.main-suche .suche-container fieldset {
  padding: 0;
  border: 0; }

.main-suche.v2 .dropdown {
  display: none; }

.main-suche.v2 .sucheingabe-news,
.main-suche.v2 .suchergebnisse-news,
.main-suche.v2 .sucheingabe-files,
.main-suche.v2 .suchergebnisse-files,
.main-suche.v2 .sucheingabe-lotse,
.main-suche.v2 .suchergebnisse-lotse {
  display: none; }

.main-suche.v2 .search-infos h4 {
  margin: 0 0 10px 0; }

.main-suche.v2 .pager-numbers .pager-select {
  display: none; }

.main-suche.v2 .pager-numbers .pager-results {
  font-size: 1rem;
  line-height: 1.5rem; }

@media (max-width: 500px) {
  .main-suche.v2 .pager-numbers .pager-results {
    display: none; } }

.main-suche.v2 .pager-numbers ~ .pager-numbers {
  border-top: 2px solid #EEEEEE;
  margin-top: 0;
  padding-top: 50px; }
  .main-suche.v2 .pager-numbers ~ .pager-numbers .pager-select {
    display: inline-block; }
  .main-suche.v2 .pager-numbers ~ .pager-numbers .pager-results {
    display: none; }

.open-layer .search-layer {
  display: block; }

.fastlane {
  position: fixed;
  right: 57px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

@media (max-width: 1899px) {
  .fastlane {
    right: 20px; } }

@media (max-width: 1750px) {
  .fastlane {
    right: 10px; } }

@media (max-width: 767px) {
  .fastlane {
    display: none; } }
  .fastlane .fl-item {
    margin: 0 0 12px;
    display: flex;
    justify-content: end; }
    .fastlane .fl-item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 54px;
      border-radius: 27px;
      background: var(--mainColorGreenLight);
      border: 2px solid #fff; }
      .fastlane .fl-item a img,
.fastlane .fl-item a svg {
        line-height: 0;
        height: 27px;
        order: 2; }
      .fastlane .fl-item a div {
        display: none;
        color: #000;
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin: 0 10px 0 0;
        order: 1; }
      .fastlane .fl-item a:hover {
        border-color: #000;
        background: #fff;
        width: auto;
        padding: 0 10px 0 20px; }
        .fastlane .fl-item a:hover svg path {
          fill: var(--mainColorGreenLight); }
        .fastlane .fl-item a:hover div {
          display: block; }

.section {
  margin-top: 100px;
  margin-bottom: 100px; }

.content {
  margin-bottom: 100px; }

@media (max-width: 767px) {
  .content {
    margin-bottom: 60px; } }

@media (min-width: 1025px) and (max-width: 1750px) {
  .content.lp > div {
    padding-left: 60px; } }

@media (min-width: 768px) and (max-width: 1750px) {
  .content.lp > div {
    padding-right: 60px; } }

@media (min-width: 1025px) and (max-width: 1750px) {
  .content:not(.lp) {
    padding-left: 60px; } }

@media (min-width: 768px) and (max-width: 1750px) {
  .content:not(.lp) {
    padding-right: 60px; } }
  .content.lp {
    margin-bottom: 0; }
    .content.lp > div {
      margin-bottom: 0; }
    .content.lp .basic-container {
      margin-top: 120px !important; }

@media (max-width: 767px) {
  .content.lp .basic-container {
    margin-top: 100px !important; } }
  .content .firstlevel a,
.content .treeview a,
.content label > a,
.content p > a,
.content .box a,
.content li > a {
    text-decoration: underline;
    color: var(--mainColorBlue); }
    .content .firstlevel a:hover,
.content .treeview a:hover,
.content label > a:hover,
.content p > a:hover,
.content .box a:hover,
.content li > a:hover {
      text-decoration: none; }
  .content .content-cat {
    color: #fff;
    background: var(--mainColorBlue);
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 0 10px; }
  .content .themen-item p > a[href*="http"]:before,
.content .news-article p > a[href*="http"]:before {
    content: url(/img/system/rbk/icon-link-extern-blue.svg);
    display: inline-block;
    margin: 0 5px 0 0; }
  .content p.contains-link {
    margin: 0; }
    .content p.contains-link + .contains-link {
      margin-top: 10px !important; }
    .content p.contains-link > a {
      position: relative;
      padding-left: 25px;
      display: inline-flex;
      color: #000;
      text-decoration: none; }
      .content p.contains-link > a:before {
        content: url(/img/system/rbk/icon-link-right-blue.svg);
        position: absolute;
        top: 10px;
        left: 0;
        line-height: 0;
        zoom: 0.8; }
      .content p.contains-link > a[href*="http"]:before {
        content: url(/img/system/rbk/icon-link-extern-blue.svg);
        position: absolute;
        top: 5px;
        left: 0;
        line-height: 0;
        zoom: 1; }
      .content p.contains-link > a:hover {
        text-decoration: underline; }
      .content p.contains-link > a[href*=".pdf"]:before, .content p.contains-link > a[href*=".doc"]:before, .content p.contains-link > a[href*=".ppt"]:before, .content p.contains-link > a[href*=".zip"]:before, .content p.contains-link > a[href*=".xls"]:before {
        content: url(/img/system/rbk/icon-download.svg);
        position: absolute;
        top: 3px;
        left: 0;
        line-height: 0;
        zoom: 1; }
      .content p.contains-link > a.edit, .content p.contains-link > a.info {
        padding-left: 25px;
        position: relative;
        display: inline-block;
        color: #000;
        text-decoration: none; }
        .content p.contains-link > a.edit:before, .content p.contains-link > a.info:before {
          content: '';
          font-family: 'Font Awesome 5 Free';
          font-style: normal;
          font-weight: 600;
          display: inline-block;
          width: 20px;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          color: var(--mainColorBlue);
          zoom: 1; }
        .content p.contains-link > a.edit[href*="http"], .content p.contains-link > a.info[href*="http"] {
          padding-right: 25px; }
          .content p.contains-link > a.edit[href*="http"]:after, .content p.contains-link > a.info[href*="http"]:after {
            content: url(/img/system/rbk/icon-link-extern-blue.svg);
            position: absolute;
            top: 5px;
            right: 0;
            line-height: 0;
            zoom: 1; }
        .content p.contains-link > a.edit:hover, .content p.contains-link > a.info:hover {
          text-decoration: underline; }
      .content p.contains-link > a.edit:before {
        content: "\f303";
        font-size: 0.9em; }
      .content p.contains-link > a.info:before {
        content: "\f129"; }
  .content span.btn > a[href*="http"], .content span.btn > a[href*=".pdf"], .content span.btn > a.pdf[href*="/download"], .content span.btn > a[href*=".doc"], .content span.btn > a[href*=".ppt"], .content span.btn > a[href*=".zip"], .content span.btn > a[href*=".xls"],
.content .clap-content > a[href*="http"],
.content .clap-content > a[href*=".pdf"],
.content .clap-content > a.pdf[href*="/download"],
.content .clap-content > a[href*=".doc"],
.content .clap-content > a[href*=".ppt"],
.content .clap-content > a[href*=".zip"],
.content .clap-content > a[href*=".xls"],
.content .content-inner p:not(.contains-link) > a[href*="http"],
.content .content-inner p:not(.contains-link) > a[href*=".pdf"],
.content .content-inner p:not(.contains-link) > a.pdf[href*="/download"],
.content .content-inner p:not(.contains-link) > a[href*=".doc"],
.content .content-inner p:not(.contains-link) > a[href*=".ppt"],
.content .content-inner p:not(.contains-link) > a[href*=".zip"],
.content .content-inner p:not(.contains-link) > a[href*=".xls"],
.content .content-inner li > a[href*="http"],
.content .content-inner li > a[href*=".pdf"],
.content .content-inner li > a.pdf[href*="/download"],
.content .content-inner li > a[href*=".doc"],
.content .content-inner li > a[href*=".ppt"],
.content .content-inner li > a[href*=".zip"],
.content .content-inner li > a[href*=".xls"] {
    position: relative;
    padding-left: 25px;
    display: inline-flex; }
    .content span.btn > a[href*="http"]:before, .content span.btn > a[href*=".pdf"]:before, .content span.btn > a.pdf[href*="/download"]:before, .content span.btn > a[href*=".doc"]:before, .content span.btn > a[href*=".ppt"]:before, .content span.btn > a[href*=".zip"]:before, .content span.btn > a[href*=".xls"]:before,
.content .clap-content > a[href*="http"]:before,
.content .clap-content > a[href*=".pdf"]:before,
.content .clap-content > a.pdf[href*="/download"]:before,
.content .clap-content > a[href*=".doc"]:before,
.content .clap-content > a[href*=".ppt"]:before,
.content .clap-content > a[href*=".zip"]:before,
.content .clap-content > a[href*=".xls"]:before,
.content .content-inner p:not(.contains-link) > a[href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".pdf"]:before,
.content .content-inner p:not(.contains-link) > a.pdf[href*="/download"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".doc"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".ppt"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".zip"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".xls"]:before,
.content .content-inner li > a[href*="http"]:before,
.content .content-inner li > a[href*=".pdf"]:before,
.content .content-inner li > a.pdf[href*="/download"]:before,
.content .content-inner li > a[href*=".doc"]:before,
.content .content-inner li > a[href*=".ppt"]:before,
.content .content-inner li > a[href*=".zip"]:before,
.content .content-inner li > a[href*=".xls"]:before {
      content: url(/img/system/rbk/icon-download.svg);
      position: absolute;
      top: 3px;
      left: 5px;
      line-height: 0;
      zoom: 1; }
    .content span.btn > a[href*="http"][href*="http"]:before, .content span.btn > a[href*=".pdf"][href*="http"]:before, .content span.btn > a.pdf[href*="/download"][href*="http"]:before, .content span.btn > a[href*=".doc"][href*="http"]:before, .content span.btn > a[href*=".ppt"][href*="http"]:before, .content span.btn > a[href*=".zip"][href*="http"]:before, .content span.btn > a[href*=".xls"][href*="http"]:before,
.content .clap-content > a[href*="http"][href*="http"]:before,
.content .clap-content > a[href*=".pdf"][href*="http"]:before,
.content .clap-content > a.pdf[href*="/download"][href*="http"]:before,
.content .clap-content > a[href*=".doc"][href*="http"]:before,
.content .clap-content > a[href*=".ppt"][href*="http"]:before,
.content .clap-content > a[href*=".zip"][href*="http"]:before,
.content .clap-content > a[href*=".xls"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*="http"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".pdf"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a.pdf[href*="/download"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".doc"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".ppt"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".zip"][href*="http"]:before,
.content .content-inner p:not(.contains-link) > a[href*=".xls"][href*="http"]:before,
.content .content-inner li > a[href*="http"][href*="http"]:before,
.content .content-inner li > a[href*=".pdf"][href*="http"]:before,
.content .content-inner li > a.pdf[href*="/download"][href*="http"]:before,
.content .content-inner li > a[href*=".doc"][href*="http"]:before,
.content .content-inner li > a[href*=".ppt"][href*="http"]:before,
.content .content-inner li > a[href*=".zip"][href*="http"]:before,
.content .content-inner li > a[href*=".xls"][href*="http"]:before {
      content: url(/img/system/rbk/icon-link-extern-blue.svg);
      top: 5px;
      left: 5px; }
  .content span.btn.btn > a[href*="http"], .content span.btn.btn > a[href*=".pdf"], .content span.btn.btn > a.pdf[href*="/download"], .content span.btn.btn > a[href*=".doc"], .content span.btn.btn > a[href*=".ppt"], .content span.btn.btn > a[href*=".zip"], .content span.btn.btn > a[href*=".xls"],
.content .clap-content.btn > a[href*="http"],
.content .clap-content.btn > a[href*=".pdf"],
.content .clap-content.btn > a.pdf[href*="/download"],
.content .clap-content.btn > a[href*=".doc"],
.content .clap-content.btn > a[href*=".ppt"],
.content .clap-content.btn > a[href*=".zip"],
.content .clap-content.btn > a[href*=".xls"],
.content .content-inner p:not(.contains-link).btn > a[href*="http"],
.content .content-inner p:not(.contains-link).btn > a[href*=".pdf"],
.content .content-inner p:not(.contains-link).btn > a.pdf[href*="/download"],
.content .content-inner p:not(.contains-link).btn > a[href*=".doc"],
.content .content-inner p:not(.contains-link).btn > a[href*=".ppt"],
.content .content-inner p:not(.contains-link).btn > a[href*=".zip"],
.content .content-inner p:not(.contains-link).btn > a[href*=".xls"],
.content .content-inner li.btn > a[href*="http"],
.content .content-inner li.btn > a[href*=".pdf"],
.content .content-inner li.btn > a.pdf[href*="/download"],
.content .content-inner li.btn > a[href*=".doc"],
.content .content-inner li.btn > a[href*=".ppt"],
.content .content-inner li.btn > a[href*=".zip"],
.content .content-inner li.btn > a[href*=".xls"] {
    display: inline-flex;
    gap: .5rem;
    align-items: baseline;
    padding-top: 15px;
    padding-bottom: 15px; }
    .content span.btn.btn > a[href*="http"]:before, .content span.btn.btn > a[href*=".pdf"]:before, .content span.btn.btn > a.pdf[href*="/download"]:before, .content span.btn.btn > a[href*=".doc"]:before, .content span.btn.btn > a[href*=".ppt"]:before, .content span.btn.btn > a[href*=".zip"]:before, .content span.btn.btn > a[href*=".xls"]:before,
.content .clap-content.btn > a[href*="http"]:before,
.content .clap-content.btn > a[href*=".pdf"]:before,
.content .clap-content.btn > a.pdf[href*="/download"]:before,
.content .clap-content.btn > a[href*=".doc"]:before,
.content .clap-content.btn > a[href*=".ppt"]:before,
.content .clap-content.btn > a[href*=".zip"]:before,
.content .clap-content.btn > a[href*=".xls"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*="http"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".pdf"]:before,
.content .content-inner p:not(.contains-link).btn > a.pdf[href*="/download"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".doc"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".ppt"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".zip"]:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".xls"]:before,
.content .content-inner li.btn > a[href*="http"]:before,
.content .content-inner li.btn > a[href*=".pdf"]:before,
.content .content-inner li.btn > a.pdf[href*="/download"]:before,
.content .content-inner li.btn > a[href*=".doc"]:before,
.content .content-inner li.btn > a[href*=".ppt"]:before,
.content .content-inner li.btn > a[href*=".zip"]:before,
.content .content-inner li.btn > a[href*=".xls"]:before {
      position: static;
      filter: brightness(0) invert(1); }
    .content span.btn.btn > a[href*="http"]:hover:before, .content span.btn.btn > a[href*="http"]:focus:before, .content span.btn.btn > a[href*=".pdf"]:hover:before, .content span.btn.btn > a[href*=".pdf"]:focus:before, .content span.btn.btn > a.pdf[href*="/download"]:hover:before, .content span.btn.btn > a.pdf[href*="/download"]:focus:before, .content span.btn.btn > a[href*=".doc"]:hover:before, .content span.btn.btn > a[href*=".doc"]:focus:before, .content span.btn.btn > a[href*=".ppt"]:hover:before, .content span.btn.btn > a[href*=".ppt"]:focus:before, .content span.btn.btn > a[href*=".zip"]:hover:before, .content span.btn.btn > a[href*=".zip"]:focus:before, .content span.btn.btn > a[href*=".xls"]:hover:before, .content span.btn.btn > a[href*=".xls"]:focus:before,
.content .clap-content.btn > a[href*="http"]:hover:before,
.content .clap-content.btn > a[href*="http"]:focus:before,
.content .clap-content.btn > a[href*=".pdf"]:hover:before,
.content .clap-content.btn > a[href*=".pdf"]:focus:before,
.content .clap-content.btn > a.pdf[href*="/download"]:hover:before,
.content .clap-content.btn > a.pdf[href*="/download"]:focus:before,
.content .clap-content.btn > a[href*=".doc"]:hover:before,
.content .clap-content.btn > a[href*=".doc"]:focus:before,
.content .clap-content.btn > a[href*=".ppt"]:hover:before,
.content .clap-content.btn > a[href*=".ppt"]:focus:before,
.content .clap-content.btn > a[href*=".zip"]:hover:before,
.content .clap-content.btn > a[href*=".zip"]:focus:before,
.content .clap-content.btn > a[href*=".xls"]:hover:before,
.content .clap-content.btn > a[href*=".xls"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*="http"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*="http"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".pdf"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".pdf"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a.pdf[href*="/download"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a.pdf[href*="/download"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".doc"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".doc"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".ppt"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".ppt"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".zip"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".zip"]:focus:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".xls"]:hover:before,
.content .content-inner p:not(.contains-link).btn > a[href*=".xls"]:focus:before,
.content .content-inner li.btn > a[href*="http"]:hover:before,
.content .content-inner li.btn > a[href*="http"]:focus:before,
.content .content-inner li.btn > a[href*=".pdf"]:hover:before,
.content .content-inner li.btn > a[href*=".pdf"]:focus:before,
.content .content-inner li.btn > a.pdf[href*="/download"]:hover:before,
.content .content-inner li.btn > a.pdf[href*="/download"]:focus:before,
.content .content-inner li.btn > a[href*=".doc"]:hover:before,
.content .content-inner li.btn > a[href*=".doc"]:focus:before,
.content .content-inner li.btn > a[href*=".ppt"]:hover:before,
.content .content-inner li.btn > a[href*=".ppt"]:focus:before,
.content .content-inner li.btn > a[href*=".zip"]:hover:before,
.content .content-inner li.btn > a[href*=".zip"]:focus:before,
.content .content-inner li.btn > a[href*=".xls"]:hover:before,
.content .content-inner li.btn > a[href*=".xls"]:focus:before {
      filter: brightness(0) invert(0); }
  .content .basic-container:not(.hardcoded) {
    margin: 0 -12px 120px; }

@media (max-width: 767px) {
  .content .basic-container:not(.hardcoded) {
    margin: 0 -12px 60px; }
    .content .basic-container:not(.hardcoded):last-child {
      margin-bottom: 0; } }
    .content .basic-container:not(.hardcoded) + .basic-container {
      margin: 150px -12px; }

@media (max-width: 767px) {
  .content .basic-container:not(.hardcoded) + .basic-container {
    margin: 100px -12px; }
    .content .basic-container:not(.hardcoded) + .basic-container:last-child {
      margin-bottom: 0; } }
    .content .basic-container:not(.hardcoded) + .contains-module,
.content .basic-container:not(.hardcoded) + div:not(.row) .contains-module,
.content .basic-container:not(.hardcoded) + div:not(.row) + .contains-module,
.content .basic-container:not(.hardcoded) + .formdesigner,
.content .basic-container:not(.hardcoded) + a + .formdesigner {
      margin-top: -110px; }

@media (max-width: 767px) {
  .content .basic-container:not(.hardcoded) + .contains-module,
.content .basic-container:not(.hardcoded) + div:not(.row) .contains-module,
.content .basic-container:not(.hardcoded) + div:not(.row) + .contains-module,
.content .basic-container:not(.hardcoded) + .formdesigner,
.content .basic-container:not(.hardcoded) + a + .formdesigner {
    margin-top: -50px; } }
    .content .basic-container:not(.hardcoded) + .img-big {
      margin: 120px 0 150px; }
  .content.lp .basic-container:not(.hardcoded) {
    margin-left: 0;
    margin-right: 0; }
  .content .basic-container.hardcoded {
    margin: 0 -12px 20px; }
  .content .zitat {
    padding: 60px 50px;
    color: #fff;
    background: var(--mainColorBlue);
    margin: 100px 0; }
    .content .zitat:last-child {
      margin-bottom: 0; }

@media (max-width: 1200px) {
  .content .zitat {
    padding: 40px 30px; } }

@media (max-width: 991px) {
  .content .zitat {
    padding: 20px; } }
    .content .zitat .zitat-text {
      font-size: 28px;
      line-height: 40px;
      margin: 0 0 30px; }

@media (max-width: 991px) {
  .content .zitat .zitat-text {
    font-size: 18px;
    line-height: 28px; } }
    .content .zitat .zitat-autor {
      font-size: 24px;
      line-height: 26px; }
  .content .asp:has(+ .asp) {
    margin-bottom: 75px; }

@media (max-width: 767px) {
  .content .asp:has(+ .asp) {
    margin-bottom: 50px; } }
  .content .asp + .asp {
    margin-top: 75px; }

@media (max-width: 767px) {
  .content .asp + .asp {
    margin-top: 50px; } }
  .content .asp .with-asp > div > span.onp_nonEditable {
    display: flex; }

@media (max-width: 767px) {
  .content .asp .with-asp .col-12 {
    order: 1; } }
  .content .asp .with-asp .col-12:first-child {
    align-self: center; }

@media (max-width: 767px) {
  .content .asp .with-asp .col-12:first-child {
    order: 2; } }
  .content .asp .with-asp + .with-asp {
    margin-top: 75px; }

@media (max-width: 767px) {
  .content .asp .with-asp + .with-asp {
    margin-top: 50px; } }
  .content .asp .text-wr {
    background: #EEEEEE;
    padding: 50px;
    position: relative;
    z-index: 1; }

@media (max-width: 991px) {
  .content .asp .text-wr {
    padding: 20px; } }
    .content .asp .text-wr .asp-name {
      font-size: 28px;
      line-height: 36px; }
    .content .asp .text-wr .asp-position {
      font-size: 24px;
      line-height: 36px; }
    .content .asp .text-wr .asp-kontakt {
      margin-top: 10px; }
      .content .asp .text-wr .asp-kontakt a:not([href*="tel:"]) {
        color: var(--mainColorBlue);
        text-decoration: underline; }
        .content .asp .text-wr .asp-kontakt a:not([href*="tel:"]):hover {
          text-decoration: none; }
  .content .asp .img-wr {
    margin-left: -84px; }

@media (max-width: 767px) {
  .content .asp .img-wr {
    margin: 0; } }
    .content .asp .img-wr img {
      width: 100%;
      border-radius: 5px; }
    .content .asp .img-wr .img-copyright {
      left: auto;
      right: 0; }
  .content .box-wr {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content .box-wr:last-child {
      margin: 0; }
    .content .box-wr .box-gray {
      background: #EEEEEE;
      padding: 25px;
      margin: 0 0 24px;
      width: calc(50% - 12px); }

@media (max-width: 767px) {
  .content .box-wr .box-gray {
    width: 100%; } }
      .content .box-wr .box-gray p {
        margin: 0; }
      .content .box-wr .box-gray a {
        color: #000;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        .content .box-wr .box-gray a[href*="http"] {
          padding-left: 25px; }
          .content .box-wr .box-gray a[href*="http"]:before {
            content: url(/img/system/rbk/icon-link-extern-blue.svg);
            position: absolute;
            top: 5px;
            left: 0; }
    .content .box-wr.with-video .box-gray {
      padding: 50px;
      padding-bottom: 0; }
      .content .box-wr.with-video .box-gray video,
.content .box-wr.with-video .box-gray .youtube {
        margin: 0;
        position: realtive;
        top: 40px; }
  .content .aside-box {
    background: #EEEEEE;
    padding: 25px;
    margin: 0 0 30px; }

@media (max-width: 767px) {
  .content .aside-box {
    padding: 15px; } }
    .content .aside-box > *:last-child {
      margin-bottom: 0; }
    .content .aside-box ~ div {
      margin: 0 0 30px; }
  .content .box {
    margin: 30px 0; }
  .content .text-img-right {
    display: flex; }
    .content .text-img-right p, .content .text-img-right figure {
      width: 50%; }
    .content .text-img-right p {
      padding-right: 24px; }
    .content .text-img-right .img-wr {
      margin-right: -135px; }
      .content .text-img-right .img-wr img {
        width: 100%; }
    .content .text-img-right figure figcaption {
      margin-top: 10px;
      text-align: right;
      margin-right: -135px;
      font-size: 16px;
      line-height: 24px; }
  .content .ui-accordion {
    border-bottom: 1px solid rgba(21, 21, 21, 0.2); }
    .content .ui-accordion .ui-accordion-header {
      border: 0;
      border-top: 1px solid rgba(21, 21, 21, 0.2);
      padding: 20px 0;
      background: none;
      position: relative;
      line-height: 1em;
      padding-right: 40px; }
      .content .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        display: none; }
      .content .ui-accordion .ui-accordion-header a {
        font-size: 1.75rem;
        line-height: 2.25rem;
        color: #000; }
      .content .ui-accordion .ui-accordion-header:after {
        content: url(/img/system/rbk/icon-plus.svg);
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        line-height: 0; }
      .content .ui-accordion .ui-accordion-header:hover {
        text-decoration: underline; }
      .content .ui-accordion .ui-accordion-header.ui-accordion-header-active a {
        color: var(--mainColorBlue); }
      .content .ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
        content: url(/img/system/rbk/icon-minus.svg); }
    .content .ui-accordion .ui-accordion-content {
      background: none;
      padding: 0;
      border: 0;
      padding-bottom: 10px; }
      .content .ui-accordion .ui-accordion-content .img-small-right .img-outer .img-wr,
.content .ui-accordion .ui-accordion-content .img-small-left .img-outer .img-wr {
        width: 100%;
        margin-left: 0;
        margin-right: 0; }
      .content .ui-accordion .ui-accordion-content .img-small-right.img-small-right .img-outer .figcaption,
.content .ui-accordion .ui-accordion-content .img-small-left.img-small-right .img-outer .figcaption {
        margin-left: 0;
        margin-right: 0; }
      .content .ui-accordion .ui-accordion-content .ui-accordion {
        margin: 0 0 0 2rem; }
  .content video,
.content .youtube {
    margin: 100px 0; }
  .content .tabelle-wrapper {
    width: 100%;
    overflow: auto; }
  .content table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse; }
    .content table tr th, .content table tr td {
      padding: 20px;
      text-align: left;
      border: 0; }
      .content table tr th *:last-child, .content table tr td *:last-child {
        padding: 0;
        margin: 0; }
    .content table thead tr {
      border-bottom: 1px solid rgba(21, 21, 21, 0.2); }
      .content table thead tr td, .content table thead tr th {
        font-weight: 500;
        text-align: left; }
        .content table thead tr td p, .content table thead tr th p {
          font-size: 1.5rem;
          line-height: 2.25rem; }
    .content table tbody tr:nth-child(2n) {
      background: rgba(28, 124, 188, 0.15); }

.formdesigner,
.contactform,
.formular-wr {
  max-width: 786px; }
  .formdesigner fieldset, .formdesigner.formdesigner,
.contactform fieldset,
.contactform.formdesigner,
.formular-wr fieldset,
.formular-wr.formdesigner {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0; }
  .formdesigner legend,
.contactform legend,
.formular-wr legend {
    display: none; }
  .formdesigner .row,
.contactform .row,
.formular-wr .row {
    margin: 0 0 15px; }
  .formdesigner h3,
.contactform h3,
.formular-wr h3 {
    margin: 30px 0; }
  .formdesigner label,
.contactform label,
.formular-wr label {
    display: block;
    float: none;
    max-width: none;
    padding: 0;
    width: 100%; }
    .formdesigner label span,
.contactform label span,
.formular-wr label span {
      color: #626262; }
  .formdesigner input[type="text"],
.formdesigner input[type="number"],
.formdesigner input[type="email"],
.formdesigner input[type="date"],
.formdesigner input[type="search"],
.formdesigner input[type="password"],
.formdesigner select,
.formdesigner textarea,
.contactform input[type="text"],
.contactform input[type="number"],
.contactform input[type="email"],
.contactform input[type="date"],
.contactform input[type="search"],
.contactform input[type="password"],
.contactform select,
.contactform textarea,
.formular-wr input[type="text"],
.formular-wr input[type="number"],
.formular-wr input[type="email"],
.formular-wr input[type="date"],
.formular-wr input[type="search"],
.formular-wr input[type="password"],
.formular-wr select,
.formular-wr textarea {
    height: 48px;
    width: 100%;
    border: 1px solid rgba(21, 21, 21, 0.5);
    border-radius: 5px;
    padding: 0 15px;
    outline: none;
    box-shadow: none; }
  .formdesigner input:focus,
.formdesigner select:focus,
.formdesigner textarea:focus,
.contactform input:focus,
.contactform select:focus,
.contactform textarea:focus,
.formular-wr input:focus,
.formular-wr select:focus,
.formular-wr textarea:focus {
    outline: 2px solid var(--mainColorGreenLight);
    outline-offset: 1px; }
  .formdesigner input[type="checkbox"]:focus,
.formdesigner select[type="checkbox"]:focus,
.formdesigner textarea[type="checkbox"]:focus,
.contactform input[type="checkbox"]:focus,
.contactform select[type="checkbox"]:focus,
.contactform textarea[type="checkbox"]:focus,
.formular-wr input[type="checkbox"]:focus,
.formular-wr select[type="checkbox"]:focus,
.formular-wr textarea[type="checkbox"]:focus {
    outline-color: var(--mainColorGreenLight); }
  .formdesigner select,
.contactform select,
.formular-wr select {
    appearance: none;
    background: url(/img/system/rbk/icon-arrow-select.png) no-repeat right 15px center; }
  .formdesigner textarea,
.contactform textarea,
.formular-wr textarea {
    height: 170px;
    padding: 15px; }
  .formdesigner .ui-datepicker-trigger,
.contactform .ui-datepicker-trigger,
.formular-wr .ui-datepicker-trigger {
    display: none; }
  .formdesigner .double,
.contactform .double,
.formular-wr .double {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .formdesigner .double div,
.contactform .double div,
.formular-wr .double div {
      width: calc(50% - 8px); }
      .formdesigner .double div input,
.formdesigner .double div select,
.contactform .double div input,
.contactform .double div select,
.formular-wr .double div input,
.formular-wr .double div select {
        width: 100%; }
    .formdesigner .double.captcha-wr > div,
.contactform .double.captcha-wr > div,
.formular-wr .double.captcha-wr > div {
      order: 1; }
      .formdesigner .double.captcha-wr > div:first-child,
.contactform .double.captcha-wr > div:first-child,
.formular-wr .double.captcha-wr > div:first-child {
        order: 2; }
  .formdesigner .with-cb,
.contactform .with-cb,
.formular-wr .with-cb {
    margin-bottom: 5px;
    align-items: baseline; }
    .formdesigner .with-cb label,
.contactform .with-cb label,
.formular-wr .with-cb label {
      order: 2;
      max-width: calc(100% - 30px); }
    .formdesigner .with-cb input[type="checkbox"],
.contactform .with-cb input[type="checkbox"],
.formular-wr .with-cb input[type="checkbox"] {
      order: 1;
      margin-right: 10px; }
  .formdesigner:not(.with-cb),
.formdesigner .DropDownCheckboxListWrapper,
.formdesigner .radioButtonListWrapper,
.contactform:not(.with-cb),
.contactform .DropDownCheckboxListWrapper,
.contactform .radioButtonListWrapper,
.formular-wr:not(.with-cb),
.formular-wr .DropDownCheckboxListWrapper,
.formular-wr .radioButtonListWrapper {
    width: 100%; }
    .formdesigner:not(.with-cb) input[type="checkbox"],
.formdesigner:not(.with-cb) input[type="radio"],
.formdesigner .DropDownCheckboxListWrapper input[type="checkbox"],
.formdesigner .DropDownCheckboxListWrapper input[type="radio"],
.formdesigner .radioButtonListWrapper input[type="checkbox"],
.formdesigner .radioButtonListWrapper input[type="radio"],
.contactform:not(.with-cb) input[type="checkbox"],
.contactform:not(.with-cb) input[type="radio"],
.contactform .DropDownCheckboxListWrapper input[type="checkbox"],
.contactform .DropDownCheckboxListWrapper input[type="radio"],
.contactform .radioButtonListWrapper input[type="checkbox"],
.contactform .radioButtonListWrapper input[type="radio"],
.formular-wr:not(.with-cb) input[type="checkbox"],
.formular-wr:not(.with-cb) input[type="radio"],
.formular-wr .DropDownCheckboxListWrapper input[type="checkbox"],
.formular-wr .DropDownCheckboxListWrapper input[type="radio"],
.formular-wr .radioButtonListWrapper input[type="checkbox"],
.formular-wr .radioButtonListWrapper input[type="radio"] {
      margin-right: 10px; }
      .formdesigner:not(.with-cb) input[type="checkbox"] ~ label,
.formdesigner:not(.with-cb) input[type="radio"] ~ label,
.formdesigner .DropDownCheckboxListWrapper input[type="checkbox"] ~ label,
.formdesigner .DropDownCheckboxListWrapper input[type="radio"] ~ label,
.formdesigner .radioButtonListWrapper input[type="checkbox"] ~ label,
.formdesigner .radioButtonListWrapper input[type="radio"] ~ label,
.contactform:not(.with-cb) input[type="checkbox"] ~ label,
.contactform:not(.with-cb) input[type="radio"] ~ label,
.contactform .DropDownCheckboxListWrapper input[type="checkbox"] ~ label,
.contactform .DropDownCheckboxListWrapper input[type="radio"] ~ label,
.contactform .radioButtonListWrapper input[type="checkbox"] ~ label,
.contactform .radioButtonListWrapper input[type="radio"] ~ label,
.formular-wr:not(.with-cb) input[type="checkbox"] ~ label,
.formular-wr:not(.with-cb) input[type="radio"] ~ label,
.formular-wr .DropDownCheckboxListWrapper input[type="checkbox"] ~ label,
.formular-wr .DropDownCheckboxListWrapper input[type="radio"] ~ label,
.formular-wr .radioButtonListWrapper input[type="checkbox"] ~ label,
.formular-wr .radioButtonListWrapper input[type="radio"] ~ label {
        max-width: calc(100% - 30px); }
  .formdesigner input[type="checkbox"],
.formdesigner input[type="radio"],
.contactform input[type="checkbox"],
.contactform input[type="radio"],
.formular-wr input[type="checkbox"],
.formular-wr input[type="radio"] {
    accent-color: var(--mainColorBlue); }
  .formdesigner .one2nListWrapper,
.contactform .one2nListWrapper,
.formular-wr .one2nListWrapper {
    width: 100%; }
  .formdesigner.filter-wr .row,
.contactform.filter-wr .row,
.formular-wr.filter-wr .row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .formdesigner.filter-wr .row:has([type="checkbox"]),
.contactform.filter-wr .row:has([type="checkbox"]),
.formular-wr.filter-wr .row:has([type="checkbox"]) {
      justify-content: flex-start;
      gap: 2rem; }
      .formdesigner.filter-wr .row:has([type="checkbox"]) input[type="checkbox"],
.contactform.filter-wr .row:has([type="checkbox"]) input[type="checkbox"],
.formular-wr.filter-wr .row:has([type="checkbox"]) input[type="checkbox"] {
        width: 15px;
        height: 15px; }
    .formdesigner.filter-wr .row > select,
.formdesigner.filter-wr .row > input:not([type="checkbox"]),
.formdesigner.filter-wr .row > .double,
.contactform.filter-wr .row > select,
.contactform.filter-wr .row > input:not([type="checkbox"]),
.contactform.filter-wr .row > .double,
.formular-wr.filter-wr .row > select,
.formular-wr.filter-wr .row > input:not([type="checkbox"]),
.formular-wr.filter-wr .row > .double {
      width: calc(100% - 150px); }

@media (max-width: 474px) {
  .formdesigner.filter-wr .row > select,
.formdesigner.filter-wr .row > input:not([type="checkbox"]),
.formdesigner.filter-wr .row > .double,
.contactform.filter-wr .row > select,
.contactform.filter-wr .row > input:not([type="checkbox"]),
.contactform.filter-wr .row > .double,
.formular-wr.filter-wr .row > select,
.formular-wr.filter-wr .row > input:not([type="checkbox"]),
.formular-wr.filter-wr .row > .double {
    width: 100%; } }
  .formdesigner.filter-wr label,
.contactform.filter-wr label,
.formular-wr.filter-wr label {
    width: 120px; }

@media (max-width: 474px) {
  .formdesigner.filter-wr label,
.contactform.filter-wr label,
.formular-wr.filter-wr label {
    width: 100%; } }

.formdesigner {
  margin: 100px auto;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%; }
  .formdesigner .checkbox,
.formdesigner .radioButtonWrapper {
    padding-right: 20px;
    display: inline-block; }
    .formdesigner .checkbox input, .formdesigner .checkbox label,
.formdesigner .radioButtonWrapper input,
.formdesigner .radioButtonWrapper label {
      display: inline-block; }

@media (min-width: 768px) {
  .formdesigner {
    max-width: 66.66667%; } }
  .formdesigner .formular_content {
    max-width: 786px; }
  .formdesigner legend {
    display: none; }
  .formdesigner .formular_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .formdesigner .formular_container .items_1 {
      width: 100%; }
    .formdesigner .formular_container .items_2 {
      width: calc(50% - 10px); }
    .formdesigner .formular_container .items_3 {
      width: calc(33.33% - 10px); }
    .formdesigner .formular_container .items_4 {
      width: calc(25% - 10px); }
  .formdesigner .absenden {
    display: block;
    text-align: right;
    width: 100%; }
  .formdesigner .captcha {
    align-items: end; }
    .formdesigner .captcha > div:first-child {
      order: 2; }
    .formdesigner .captcha > div:last-child {
      order: 1;
      margin-right: 20px; }
  .formdesigner + p.erfolgsmeldung {
    max-width: 66.66667%;
    margin: 50px auto; }

@media (max-width: 991px) {
  .formdesigner + p.erfolgsmeldung {
    max-width: none;
    padding: 0; } }

.form-success,
p.erfolgsmeldung {
  padding: 10px;
  background: var(--mainColorGreenDark);
  color: #fff !important;
  border-radius: 10px;
  text-align: center; }
  .form-success p,
p.erfolgsmeldung p {
    margin: 0;
    color: #fff !important; }

.themen {
  background: #EEEEEE;
  padding: 90px 0 90px; }

@media (max-width: 991px) {
  .themen h2 {
    padding-right: 90px; } }
  .themen .themen-wr:not(.slick-it) {
    display: flex;
    flex-wrap: wrap; }
    .themen .themen-wr:not(.slick-it) .themen-item {
      width: calc(33.33% - 24px); }

@media (min-width: 601px) {
  .themen .themen-wr.slick-slider {
    margin: 0 -12px; } }
  .themen .themen-wr .themen-item {
    margin: 0 12px 20px;
    position: relative; }

@media (max-width: 600px) {
  .themen .themen-wr .themen-item {
    margin: 0 0 20px; } }
    .themen .themen-wr .themen-item .text-wr h4 a {
      color: #000;
      text-decoration: none; }
  .themen .themen-wr article {
    background: #fff;
    padding: 50px;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between; }

@media (max-width: 991px) {
  .themen .themen-wr article {
    padding: 20px; } }

@media (max-width: 600px) {
  .themen .themen-wr article {
    justify-content: inherit; } }
    .themen .themen-wr article .text-wr h3 {
      margin: 0 0 10px; }
    .themen .themen-wr article .img-wr {
      margin-top: -80px;
      top: 100px; }

@media (max-width: 600px) {
  .themen .themen-wr article .img-wr {
    top: 90px; } }
      .themen .themen-wr article .img-wr:empty {
        display: none; }
      .themen .themen-wr article .img-wr img {
        display: inline-block; }
    .themen .themen-wr article:hover h4,
.themen .themen-wr article:hover h4 a {
      text-decoration: underline; }
      .themen .themen-wr article:hover h4:after,
.themen .themen-wr article:hover h4 a:after {
        left: 10px; }
    .themen .themen-wr article:hover .img-wr img {
      transform: scale(1.1); }
  .themen .themen-wr.slick-slider .slick-track {
    display: flex !important; }
    .themen .themen-wr.slick-slider .slick-track .slick-slide {
      height: auto !important; }

.slider-container {
  margin-top: 100px;
  margin-top: bottom; }
  .slider-container .themen-wr .themen-item {
    margin: 0 12px 20px; }

@media (max-width: 600px) {
  .slider-container .themen-wr .themen-item {
    margin: 0 0 20px; } }
  .slider-container .themen-wr article figure img {
    max-height: 372px;
    object-fit: cover;
    width: 100%; }
  .slider-container .themen-wr:not(.slick-slider) article {
    max-width: 516px;
    margin: 0 0 20px; }

figure.zoomable, figure.gallery, figure.zoomable-gallery {
  margin: 0;
  position: relative; }
  figure.zoomable .figurewrapper:after, figure.gallery .figurewrapper:after, figure.zoomable-gallery .figurewrapper:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--mainColorGreenDark);
    text-align: center; }
  figure.zoomable .figurewrapper a:after, figure.gallery .figurewrapper a:after, figure.zoomable-gallery .figurewrapper a:after {
    display: none !important; }
  figure.zoomable.zoomable .figurewrapper:after, figure.zoomable.zoomable-gallery .figurewrapper:after, figure.gallery.zoomable .figurewrapper:after, figure.gallery.zoomable-gallery .figurewrapper:after, figure.zoomable-gallery.zoomable .figurewrapper:after, figure.zoomable-gallery.zoomable-gallery .figurewrapper:after {
    content: url(/img/system/rbk/icon-plus-white.svg);
    line-height: 45px; }
  figure.zoomable.gallery:after, figure.gallery.gallery:after, figure.zoomable-gallery.gallery:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f302";
    line-height: 40px; }

figure.imgleft {
  margin: 0 30px 10px 0; }

.slick-it-arrows,
.slick-it-arrows-ds {
  position: absolute;
  right: 12px;
  top: 0;
  display: flex; }
  .slick-it-arrows.slick-it-arrows-ds,
.slick-it-arrows-ds.slick-it-arrows-ds {
    right: 50px;
    top: 30px; }

@media (max-width: 767px) {
  .slick-it-arrows.slick-it-arrows-ds,
.slick-it-arrows-ds.slick-it-arrows-ds {
    top: 55px;
    right: 10px; } }

@media (max-width: 500px) {
  .slick-it-arrows.slick-it-arrows-ds,
.slick-it-arrows-ds.slick-it-arrows-ds {
    top: 10px;
    right: 50px; } }
  .slick-it-arrows .slick-arrow,
.slick-it-arrows-ds .slick-arrow {
    width: 38px;
    height: 38px;
    background: var(--mainColorBlue);
    border: 1px solid var(--mainColorBlue);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    cursor: pointer; }
    .slick-it-arrows .slick-arrow:before,
.slick-it-arrows-ds .slick-arrow:before {
      content: url(/img/system/rbk/icon-arrow-slick-right.svg);
      line-height: 0; }
    .slick-it-arrows .slick-arrow.prev-arrow:before,
.slick-it-arrows-ds .slick-arrow.prev-arrow:before {
      transform: rotate(180deg); }
    .slick-it-arrows .slick-arrow:hover,
.slick-it-arrows-ds .slick-arrow:hover {
      background: #fff; }
      .slick-it-arrows .slick-arrow:hover:before,
.slick-it-arrows-ds .slick-arrow:hover:before {
        content: url(/img/system/rbk/icon-arrow-slick-right-black.svg); }

.slick-it .slick-track {
  padding-bottom: 50px; }

.slick-it .slick-dots {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: .125rem;
  margin-top: 45px;
  bottom: -45px; }
  .slick-it .slick-dots li {
    padding: .5rem;
    margin: 0;
    width: auto;
    height: auto; }
    .slick-it .slick-dots li button {
      border-radius: 50%;
      width: 16px;
      height: 16px;
      background: #fff;
      border: 1px solid #626262;
      cursor: pointer;
      transition: .3s ease; }
      .slick-it .slick-dots li button:before {
        display: none; }
    .slick-it .slick-dots li:hover button, .slick-it .slick-dots li.slick-active button {
      background: #626262; }

h4 a,
.themen-item h4 a,
.service-item .service-text,
.news article h4 a,
.events-wr h4 a {
  color: #000;
  text-decoration: none; }
  h4 a:after,
.themen-item h4 a:after,
.service-item .service-text:after,
.news article h4 a:after,
.events-wr h4 a:after {
    content: url(/img/system/rbk/icon-link-right.svg);
    line-height: 0;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
    left: 0;
    transition: left 0.3s ease; }
  h4 a[href*="http"],
.themen-item h4 a[href*="http"],
.service-item .service-text[href*="http"],
.news article h4 a[href*="http"],
.events-wr h4 a[href*="http"] {
    padding-left: 0; }
    h4 a[href*="http"]:before,
.themen-item h4 a[href*="http"]:before,
.service-item .service-text[href*="http"]:before,
.news article h4 a[href*="http"]:before,
.events-wr h4 a[href*="http"]:before {
      display: none; }
    h4 a[href*="http"]:after,
.themen-item h4 a[href*="http"]:after,
.service-item .service-text[href*="http"]:after,
.news article h4 a[href*="http"]:after,
.events-wr h4 a[href*="http"]:after {
      content: url(/img/system/rbk/icon-link-extern-schwarz.svg);
      top: 0; }

.services {
  margin: 150px 0; }

@media (max-width: 767px) {
  .services {
    margin: 75px 0; } }
  .services .services-wr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px; }
    .services .services-wr .onp_layoutcontent .service-item {
      width: 225px; }
    .services .services-wr .service-item {
      background: #EEEEEE;
      width: calc(25% - 24px);
      margin: 0 12px 20px;
      padding: 0 10px;
      height: 225px;
      font-size: 28px;
      line-height: 38px;
      position: relative;
      transition: 0.3s ease; }

@media (max-width: 767px) {
  .services .services-wr .service-item {
    height: auto;
    min-height: 90px;
    font-size: 18px;
    line-height: 28px; } }
      .services .services-wr .service-item .service-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }

@media (max-width: 1368px) {
  .services .services-wr .service-item .service-text {
    hyphens: auto;
    width: 100%;
    padding: 0 10px; } }

@media (max-width: 640px) {
  .services .services-wr .service-item .service-text {
    text-align: center; } }

@media (max-width: 1200px) {
  .services .services-wr .service-item {
    width: calc(33.33% - 24px); } }

@media (max-width: 991px) {
  .services .services-wr .service-item {
    width: calc(50% - 24px); } }

@media (max-width: 640px) {
  .services .services-wr .service-item {
    width: calc(100% - 24px); } }
      .services .services-wr .service-item:hover {
        background: var(--mainColorBlue); }
        .services .services-wr .service-item:hover .service-text {
          color: #fff;
          text-decoration: underline; }
          .services .services-wr .service-item:hover .service-text:after {
            filter: invert(100%);
            position: relative;
            left: 10px; }
      .services .services-wr .service-item .linked[href*="http"] + span:after {
        content: url(/img/system/rbk/icon-link-extern.svg);
        left: 0 !important; }

.services + .themen {
  margin-top: 150px; }

@media (max-width: 767px) {
  .services + .themen {
    margin-top: 75px; } }

.linked {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.editor-linked {
  background: #fff;
  font-size: 0.75em; }

.img-big {
  position: relative;
  margin: 150px 0; }

@media (max-width: 767px) {
  .img-big {
    margin: 75px 0; } }
  .img-big.with-green:before {
    content: '';
    height: 200px;
    width: 100%;
    background: var(--mainColorGreenLight);
    position: absolute;
    left: 0; }
  .img-big.with-gray {
    background: #EEEEEE;
    padding: 100px 0; }

@media (max-width: 767px) {
  .img-big.with-gray {
    padding: 60px 0; } }

@media (max-width: 991px) {
  .img-big.with-gray .col-12 {
    order: 2; }
    .img-big.with-gray .col-12 .text-wr {
      padding: 20px; } }

@media (max-width: 991px) {
  .img-big.with-gray .col-12:nth-child(2) {
    order: 1; } }
  .img-big .col-12:first-child .img-wr {
    margin-top: 50px;
    width: calc(100% + 250px); }

@media (max-width: 991px) {
  .img-big .col-12:first-child .img-wr {
    width: auto; } }

@media (min-width: 992px) {
  .img-big .col-12:first-child .img-wr .img-copyright {
    right: auto;
    left: 0; } }
  .img-big .col-12:last-child .img-wr {
    left: -250px;
    width: calc(100% + 250px); }

@media (max-width: 991px) {
  .img-big .col-12:last-child .img-wr {
    left: 0;
    width: auto; } }
  .img-big .img-wr img {
    border-radius: 3px;
    width: 100%; }
  .img-big .text-wr {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 60px 70px 60px 60px;
    top: 50%;
    transform: translateY(-50%); }

@media (max-width: 991px) {
  .img-big .text-wr {
    top: 0;
    transform: none;
    padding: 15px 0 0; } }
    .img-big .text-wr h2 {
      font-size: 3rem;
      line-height: 4rem;
      margin: 0 0 20px; }

@media (max-width: 991px) {
  .img-big .text-wr h2 {
    font-size: 1.5rem;
    line-height: 2.25rem; } }

.img-small-right,
.img-small-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px; }
  .img-small-right .img-outer,
.img-small-left .img-outer {
    width: 50%; }

@media (max-width: 640px) {
  .img-small-right .img-outer,
.img-small-left .img-outer {
    width: 100%; } }

@media (min-width: 992px) {
  .img-small-right .img-outer .img-wr,
.img-small-left .img-outer .img-wr {
    margin-left: -25%;
    width: calc(100% + 25%); } }
    .img-small-right .img-outer .img-wr img,
.img-small-left .img-outer .img-wr img {
      border-radius: 3px;
      width: 100%; }
  .img-small-right .text-wr,
.img-small-left .text-wr {
    width: 50%;
    padding: 0 0 0 24px; }

@media (max-width: 640px) {
  .img-small-right .text-wr,
.img-small-left .text-wr {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px; } }
  .img-small-right.img-small-right .text-wr,
.img-small-left.img-small-right .text-wr {
    order: 1;
    padding: 0 24px 0 0; }

@media (max-width: 640px) {
  .img-small-right.img-small-right .text-wr,
.img-small-left.img-small-right .text-wr {
    order: 2; } }
  .img-small-right.img-small-right .img-outer,
.img-small-left.img-small-right .img-outer {
    order: 2; }

@media (max-width: 640px) {
  .img-small-right.img-small-right .img-outer,
.img-small-left.img-small-right .img-outer {
    order: 1; } }

@media (min-width: 992px) {
  .img-small-right.img-small-right .img-outer .img-wr,
.img-small-left.img-small-right .img-outer .img-wr {
    margin-left: 0; } }

@media (min-width: 992px) {
  .img-small-right.img-small-right .img-outer .figcaption,
.img-small-left.img-small-right .img-outer .figcaption {
    margin-right: -25%; } }

p + .img-small-left,
p + .img-small-right {
  margin-top: 50px; }

.news {
  margin: 150px 0; }

@media (max-width: 767px) {
  .news {
    margin: 75px 0; } }
  .news .news-wr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 30px; }

@media (max-width: 640px) {
  .news .news-wr {
    margin-left: 0;
    margin-right: 0; } }
    .news .news-wr article {
      background: #eee;
      padding: 40px;
      width: calc(33.33% - 24px);
      margin: 0 12px 20px;
      position: relative;
      transition: background 0.3s ease; }

@media (max-width: 991px) {
  .news .news-wr article {
    width: calc(50% - 24px); } }

@media (max-width: 767px) {
  .news .news-wr article {
    padding: 20px; } }

@media (max-width: 640px) {
  .news .news-wr article {
    width: 100%;
    margin: 0 0 20px; } }
      .news .news-wr article h4 {
        margin: 0 0 30px;
        margin-bottom: 30px; }
      .news .news-wr article p {
        transition: none; }
        .news .news-wr article p:last-child {
          margin: 0; }
      .news .news-wr article:hover {
        background: var(--mainColorBlue); }
        .news .news-wr article:hover h4,
.news .news-wr article:hover h4 a {
          color: #fff;
          text-decoration: underline; }
          .news .news-wr article:hover h4:after,
.news .news-wr article:hover h4 a:after {
            filter: invert(1);
            left: 10px; }
        .news .news-wr article:hover .info-line {
          color: #fff; }
          .news .news-wr article:hover .info-line .category {
            background: #fff;
            color: var(--mainColorBlue); }
          .news .news-wr article:hover .info-line time:before {
            background: #fff; }
        .news .news-wr article:hover p {
          color: #fff; }
        .news .news-wr article:hover p > a {
          color: #fff; }

.pager {
  background: none;
  border: none; }
  .pager:before, .pager:after {
    display: none; }

.content-inner > :last-child {
  margin-bottom: 0; }

.content-inner h2 + * {
  margin-top: 0; }
  .content-inner h2 + * ~ h2 {
    margin-top: 50px; }

.content-inner .news {
  margin: 0; }

.info-line {
  display: flex;
  align-items: center;
  margin: 0 0 40px; }
  .info-line.basic {
    margin: 0 0 10px; }
  .info-line .category {
    color: #fff;
    background: var(--mainColorBlue);
    height: 32px;
    line-height: 32px;
    padding: 0 10px; }
    .info-line .category:empty {
      display: none; }
      .info-line .category:empty + time:before {
        display: none; }
  .info-line time {
    display: flex;
    align-items: center;
    position: static; }
    .info-line time:not(:first-child):before {
      content: '';
      width: 40px;
      height: 1px;
      background: #000;
      margin: 0 15px; }

.events {
  margin: 150px 0; }

@media (max-width: 767px) {
  .events {
    margin: 75px 0; } }

.events-wr {
  display: flex;
  flex-wrap: wrap; }
  .events-wr article,
.events-wr .suche-item {
    border-top: 2px solid #EEEEEE;
    padding-top: 48px;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 24px);
    margin: 0 12px 20px;
    position: relative; }

@media (max-width: 991px) {
  .events-wr article,
.events-wr .suche-item {
    width: calc(100% - 24px); } }
    .events-wr article .img-wr,
.events-wr .suche-item .img-wr {
      width: calc(50% - 136px);
      height: 188px;
      margin-left: -20px;
      border-radius: 5px;
      height: 100%; }

@media (max-width: 640px) {
  .events-wr article .img-wr,
.events-wr .suche-item .img-wr {
    width: calc(100% - 80px);
    height: auto;
    margin-bottom: 15px; } }
      .events-wr article .img-wr-inner,
.events-wr .suche-item .img-wr-inner {
        position: relative;
        overflow: hidden; }
      .events-wr article .img-wr img,
.events-wr .suche-item .img-wr img {
        position: relative;
        z-index: 1;
        width: 100%; }

@media (max-width: 640px) {
  .events-wr article .img-wr img,
.events-wr .suche-item .img-wr img {
    width: 100%; } }
    .events-wr article .text-wr,
.events-wr .suche-item .text-wr {
      width: 50%;
      padding-left: 24px; }

@media (max-width: 640px) {
  .events-wr article .text-wr,
.events-wr .suche-item .text-wr {
    width: 100%;
    padding: 0; } }
      .events-wr article .text-wr .info-line,
.events-wr .suche-item .text-wr .info-line {
        margin-bottom: 20px; }
      .events-wr article .text-wr .category,
.events-wr .suche-item .text-wr .category {
        display: inline-block;
        height: 32px;
        line-height: 32px;
        background: var(--mainColorBlue);
        color: #fff;
        padding: 0 10px; }
      .events-wr article .text-wr h4,
.events-wr .suche-item .text-wr h4 {
        margin-bottom: 10px; }
      .events-wr article .text-wr p:last-child,
.events-wr .suche-item .text-wr p:last-child {
        margin: 0; }
    .events-wr article > time,
.events-wr .suche-item > time {
      width: 156px;
      background: #EEEEEE;
      border-radius: 5px;
      height: 60px;
      font-size: 36px;
      line-height: 48px;
      color: var(--mainColorBlue);
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: -10px; }

@media (max-width: 767px) {
  .events-wr article > time,
.events-wr .suche-item > time {
    font-size: 18px;
    line-height: 28px;
    width: 100px; } }
    .events-wr article:hover h4,
.events-wr article:hover h4 a,
.events-wr .suche-item:hover h4,
.events-wr .suche-item:hover h4 a {
      text-decoration: underline; }
      .events-wr article:hover h4:after,
.events-wr article:hover h4 a:after,
.events-wr .suche-item:hover h4:after,
.events-wr .suche-item:hover h4 a:after {
        left: 10px; }
    .events-wr article:hover .img-wr img,
.events-wr .suche-item:hover .img-wr img {
      transform: scale(1.1); }
  .events-wr.search-results .suche-item,
.events-wr.search-results article {
    width: 100%;
    padding-top: 32px;
    margin: 0;
    margin-bottom: 32px; }
    .events-wr.search-results .suche-item > time,
.events-wr.search-results article > time {
      width: 135px; }
    .events-wr.search-results .suche-item .img-wr,
.events-wr.search-results article .img-wr {
      width: 246px;
      height: 180px;
      background: #EEEEEE;
      border-radius: 5px;
      position: relative;
      margin-left: 0; }

@media (max-width: 400px) {
  .events-wr.search-results .suche-item .img-wr,
.events-wr.search-results article .img-wr {
    margin-left: 0; } }
      .events-wr.search-results .suche-item .img-wr img,
.events-wr.search-results article .img-wr img {
        width: 100%; }
      .events-wr.search-results .suche-item .img-wr:before,
.events-wr.search-results article .img-wr:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s ease; }
    .events-wr.search-results .suche-item .text-wr,
.events-wr.search-results article .text-wr {
      width: calc(100% - 271px - 110px); }

@media (max-width: 640px) {
  .events-wr.search-results .suche-item .text-wr,
.events-wr.search-results article .text-wr {
    width: 100%; } }
    .events-wr.search-results .suche-item.suche-item .img-wr:empty,
.events-wr.search-results article.suche-item .img-wr:empty {
      display: none; }
      .events-wr.search-results .suche-item.suche-item .img-wr:empty ~ .text-wr,
.events-wr.search-results article.suche-item .img-wr:empty ~ .text-wr {
        width: 100%;
        padding-left: 0; }
    .events-wr.search-results .suche-item[data-type="page"] .img-wr:before, .events-wr.search-results .suche-item[data-endung="page"] .img-wr:before,
.events-wr.search-results article[data-type="page"] .img-wr:before,
.events-wr.search-results article[data-endung="page"] .img-wr:before {
      content: url(/img/system/rbk/icon-search-page.svg); }
    .events-wr.search-results .suche-item[data-type="news"][data-endung="page"] .img-wr:before,
.events-wr.search-results article[data-type="news"][data-endung="page"] .img-wr:before {
      content: url(/img/system/rbk/icon-search-news.svg); }
    .events-wr.search-results .suche-item[data-endung="lotse"] .img-wr:before, .events-wr.search-results .suche-item[data-type="lotse"] .img-wr:before,
.events-wr.search-results article[data-endung="lotse"] .img-wr:before,
.events-wr.search-results article[data-type="lotse"] .img-wr:before {
      content: url(/img/system/rbk/icon-search-page.svg); }
    .events-wr.search-results .suche-item:hover .img-wr:before,
.events-wr.search-results article:hover .img-wr:before {
      transform: translate(-50%, -50%) scale(1.1) !important; }

.pager-numbers {
  margin: 30px 0 0;
  position: relative; }

@media (min-width: 768px) {
  .pager-numbers {
    text-align: center; } }
  .pager-numbers .pager-select {
    display: inline-block; }
    .pager-numbers .pager-select[data-pages="1"] {
      display: none !important; }
      .pager-numbers .pager-select[data-pages="1"] ~ div {
        display: none; }
    .pager-numbers .pager-select a {
      width: 40px;
      height: 40px;
      display: inline-block;
      margin: 0 6px;
      border-radius: 4px;
      text-align: center;
      line-height: 40px;
      color: #626262;
      transition: .3s ease; }
      .pager-numbers .pager-select a.active {
        background: var(--mainColorGreenDarkButton);
        color: #fff; }
      .pager-numbers .pager-select a.pager-prev:before, .pager-numbers .pager-select a.pager-next:before {
        content: '';
        border: solid #626262;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg);
        position: relative;
        top: -2px; }
      .pager-numbers .pager-select a.pager-prev.pager-prev:before, .pager-numbers .pager-select a.pager-next.pager-prev:before {
        left: 2px; }
      .pager-numbers .pager-select a.pager-prev.pager-next:before, .pager-numbers .pager-select a.pager-next.pager-next:before {
        transform: rotate(-45deg);
        left: -2px; }
      .pager-numbers .pager-select a:hover {
        background: var(--mainColorGreenDarkButton);
        color: #fff; }
        .pager-numbers .pager-select a:hover:before {
          border-color: #fff; }
  .pager-numbers .pager-results {
    color: #626262;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px; }

.content:has(.dienstleistungsliste-container) .pager-results {
  display: none; }

footer {
  padding: 45px 0 25px;
  background: var(--mainColorBlue);
  color: #fff;
  position: relative; }

@media (max-width: 767px) {
  footer {
    margin-bottom: 90px; } }
  footer .totop {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 32px;
    right: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--mainColorBlue);
    transition: 0.3s ease; }

@media (max-width: 1900px) {
  footer .totop {
    right: 20px; } }
    footer .totop svg path {
      fill: var(--mainColorBlue); }
    footer .totop:hover {
      background: var(--mainColorBlue);
      border-color: #fff; }
      footer .totop:hover svg path {
        fill: #fff; }
    footer .totop img,
footer .totop svg {
      line-height: 0; }
  footer h4 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 30px;
    font-weight: normal; }
  footer .address-wr {
    display: flex;
    justify-content: space-between;
    width: 385px; }

@media (max-width: 767px) {
  footer .address-wr {
    flex-wrap: wrap;
    flex-direction: column; } }
    footer .address-wr p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin: 0; }
  footer .socialmedia {
    display: flex;
    align-items: start;
    margin-left: -9px; }

@media (max-width: 767px) {
  footer .socialmedia {
    margin: 30px 0 30px -9px; } }
    footer .socialmedia a {
      margin: 0 9px;
      display: flex;
      align-items: center;
      height: 25px; }
      footer .socialmedia a img {
        width: 25px; }
  footer .footerline {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    margin-top: 45px; }

@media (max-width: 767px) {
  footer .footerline {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0; } }

@media (max-width: 767px) {
  footer .footerline .copyright {
    order: 2; } }

@media (max-width: 767px) {
  footer .footerline .meta {
    order: 1; } }
    footer .footerline .meta li {
      display: inline-block;
      margin: 0 0 0 25px; }

@media (max-width: 767px) {
  footer .footerline .meta li {
    margin: 0 25px 15px 0; } }
      footer .footerline .meta li a {
        color: #fff;
        text-decoration: underline; }
        footer .footerline .meta li a:hover {
          text-decoration: none; }

@media (max-width: 1200px) {
  .events-wr .aside-box:first-child {
    margin-top: 30px; } }

.ui-date.hasDatepicker .ui-datepicker {
  border: 0;
  width: 100%;
  background: none; }
  .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header {
    background: none;
    padding: 0;
    border: 0;
    margin: 0 0 20px;
    font-weight: 400; }
    .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      border: 0;
      width: auto;
      height: auto;
      top: 10px;
      line-height: 0;
      width: 40px;
      height: 40px;
      display: inline-block;
      border-radius: 4px;
      text-align: center;
      line-height: 40px;
      transition: .3s ease;
      top: 0; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:not(.ui-state-disabled):hover,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-state-disabled):hover {
        background: var(--mainColorGreenDark); }
        .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:not(.ui-state-disabled):hover:before,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:not(.ui-state-disabled):hover:before {
          border-color: #fff; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
        display: none; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
        content: '';
        border: solid #626262;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(135deg); }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-prev {
        left: 10px; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-next,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next {
        right: 10px; }
        .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-next:before,
.ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next:before {
          transform: rotate(-45deg); }
    .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 2.25rem; }
  .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar {
    margin: 0; }
    .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tr {
      background: none; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tr th, .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tr td {
        padding: 2px;
        text-align: center; }
    .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar thead tr {
      border: 0; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar thead tr th {
        color: var(--mainColorBlue);
        text-transform: uppercase;
        font-weight: 400; }
    .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
      pointer-events: none;
      opacity: 1; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-default {
        text-align: center;
        background: none;
        border: 0;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        line-height: 40px;
        display: block;
        margin: 0 auto; }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.highlight {
        pointer-events: inherit; }
        .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.highlight .ui-state-default {
          background: var(--mainColorGreenDarkButton);
          color: #fff;
          transition: .3s ease; }
          .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.highlight .ui-state-default:hover {
            background: var(--mainColorBlue); }
      .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
        opacity: 1; }
        .ui-date.hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day .ui-state-default {
          background: var(--mainColorBlue);
          color: #fff; }

.downloadcenter .downloadcenter-sucheingabe + script + .pager-numbers {
  max-width: 60.66667%;
  margin: 0 auto;
  position: relative;
  top: -35px;
  padding-right: 20px; }

@media (max-width: 911px) {
  .downloadcenter .downloadcenter-sucheingabe + script + .pager-numbers {
    top: -45px; } }

@media (max-width: 767px) {
  .downloadcenter .downloadcenter-sucheingabe + script + .pager-numbers {
    max-width: none;
    display: none; } }
  .downloadcenter .downloadcenter-sucheingabe + script + .pager-numbers .pager-select {
    display: none; }

.downloadcenter .downloadcenter-sucheingabe ~ .basic-container ~ .pager-numbers .pager-results {
  display: none; }

.doc-search-filter .ds-themen {
  padding: 30px;
  margin: 0 0 30px;
  background: #eee;
  margin: 30px 0; }
  .doc-search-filter .ds-themen .radioButtonListWrapper {
    margin-bottom: 0; }
    .doc-search-filter .ds-themen .radioButtonListWrapper .radioButtonWrapper {
      position: relative;
      margin: 5px;
      display: inline-block; }
      .doc-search-filter .ds-themen .radioButtonListWrapper .radioButtonWrapper input {
        position: absolute;
        opacity: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .doc-search-filter .ds-themen .radioButtonListWrapper .radioButtonWrapper input:checked + label {
          background: var(--mainColorBlue);
          border-color: var(--mainColorBlue);
          color: #fff; }
      .doc-search-filter .ds-themen .radioButtonListWrapper .radioButtonWrapper label {
        display: block;
        padding: 5px 20px;
        background-color: #fff;
        text-align: center;
        border: 1px solid #707070; }
      .doc-search-filter .ds-themen .radioButtonListWrapper .radioButtonWrapper.isSelected {
        background: var(--mainColorblue); }

.doc-search-filter .formular-wr.ds-search {
  max-width: none; }

.doc-search-res table thead tr {
  border-top: 1px solid rgba(21, 21, 21, 0.2); }
  .doc-search-res table thead tr th button {
    border: 0;
    background: none;
    cursor: pointer;
    position: relative;
    padding-right: 20px !important;
    display: inline-block; }
    .doc-search-res table thead tr th button[data-order-value]:after {
      content: '';
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      position: absolute;
      right: 0;
      top: calc(50% - 6px); }
    .doc-search-res table thead tr th button[data-order-value="desc"]:after {
      transform: rotate(-135deg);
      top: calc(50% - 2px); }

.doc-search-res table tbody tr {
  border-bottom: 1px solid rgba(21, 21, 21, 0.2);
  background: 0 !important;
  transition: 0.3s ease; }
  .doc-search-res table tbody tr:hover {
    background: rgba(28, 124, 188, 0.15) !important; }
  .doc-search-res table tbody tr td a.download-list-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }
  .doc-search-res table tbody tr td a.download-list-link.pdf:before {
    content: url(/img/system/rbk/icon-file-pdf.svg); }
  .doc-search-res table tbody tr td a.download-list-link.doc:before {
    content: url(/img/system/rbk/icon-file-doc.svg); }
  .doc-search-res table tbody tr td a.download-list-link.zip:before {
    content: url(/img/system/rbk/icon-file-zip.svg); }
  .doc-search-res table tbody tr td a.download-list-link.xls:before {
    content: url(/img/system/rbk/icon-file-xls.svg); }
  .doc-search-res table tbody tr td a.download-list-link.ppt:before {
    content: url(/img/system/rbk/icon-file-ppt.svg); }
  .doc-search-res table tbody tr td .bt-content a:hover {
    text-decoration: underline; }

.mobile-nav {
  display: none !important; }

.js-mobile-footer {
  transform: translateX(100%);
  transition: transform 0.2s ease;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 10px;
  z-index: 1;
  margin: 0;
  display: none !important; }
  .js-mobile-footer h4,
.js-mobile-footer .totop,
.js-mobile-footer .address-wr p {
    display: none; }
  .js-mobile-footer .footerline .meta li {
    margin: 0 10px 5px 0; }
    .js-mobile-footer .footerline .meta li:last-child {
      margin-right: 0; }
  .js-mobile-footer .socialmedia {
    margin: 0 0 15px; }

[aria-expanded=true] ~ .header__mobile-menu-wrapper {
  transform: none; }

[aria-expanded=true] ~ .header__mobile-back--visible {
  opacity: 1;
  visibility: visible; }
  [aria-expanded=true] ~ .header__mobile-back--visible ~ .js-mobile-footer {
    display: none; }
  [aria-expanded=true] ~ .header__mobile-back--visible ~ .header__mobile-menu-wrapper {
    height: calc(100vh - 80px) !important; }

[aria-expanded=true] ~ .js-mobile-footer {
  transform: none; }

.menubtn.js-mobile-open-menu[aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 8px; }

.menubtn.js-mobile-open-menu[aria-expanded=true] span:nth-child(2) {
  opacity: 0; }

.menubtn.js-mobile-open-menu[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 8px; }

.header__mobile-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: var(--white);
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  font: inherit;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s;
  cursor: pointer;
  color: var(--mainColorBlue);
  background: #fff;
  padding-left: 21px; }
  .header__mobile-back svg {
    margin: 0 10px 0 0; }
    .header__mobile-back svg path {
      fill: var(--mainColorBlue); }

.header__burger[aria-expanded=true] ~ .header__main .header__mobile-back--visible {
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 64rem) {
  .header__burger[aria-expanded=true] ~ .header__main .header__mobile-back--visible {
    opacity: 0;
    visibility: hidden; } }

.header__mobile-back-icon {
  fill: var(--grey-dark);
  width: 1rem;
  transform: scaleX(-1);
  margin-right: 0.75rem; }

.header__menu {
  position: relative;
  -moz-box-align: stretch;
  align-items: stretch;
  height: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0 -1.125rem 0 auto;
  display: none; }

@media screen and (min-width: 64rem) {
  .header__menu {
    display: -moz-box;
    display: flex; } }

.header__menu-link {
  height: 100%;
  padding: 1.125rem;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  color: inherit;
  border: 0 solid transparent;
  border-width: 0.1875rem 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease; }

.header__submenu {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0.625rem calc(50% + 0.625rem) 1.25rem 0;
  background-color: var(--grey-lighter-2);
  text-align: left;
  list-style: none;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s;
  box-shadow: 0 -100vw 0 100vw var(--grey-lighter-2), 0 calc(-100vw + 0.1875rem) 0.375rem 100vw rgba(0, 0, 0, 0.16);
  z-index: -1; }

.header__menu-link:hover + .header__submenu, .header__submenu:hover, .header__submenu-link:hover + .header__submenu-lvl2, .header__submenu-lvl2:hover {
  opacity: 1;
  visibility: visible; }

.header__submenu-link {
  width: 100%;
  display: -moz-box;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 0.5rem 1rem 1.125rem;
  border: 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  position: relative;
  transition: background-color 0.1s ease;
  cursor: pointer;
  padding: 21px 0; }
  .header__submenu-link[href*="http"] {
    justify-content: normal; }
    .header__submenu-link[href*="http"]:after {
      content: url(/img/system/rbk/icon-link-extern.svg);
      display: inline-block;
      margin: 0 0 0 10px; }
  .header__submenu-link:before {
    background: var(--mainColorBlue) !important; }
  .header__submenu-link:hover, .header__submenu-link.selected {
    color: var(--mainColorBlue); }
    .header__submenu-link:hover:before, .header__submenu-link.selected:before {
      opacity: 1; }

.js-darksite {
  padding: 1rem 0 1.125rem; }
  .js-darksite .show-darksite:before {
    position: relative;
    left: 42px; }
  .js-darksite .show-darksite:after {
    content: 'Warnung';
    left: 60px;
    position: relative;
    text-transform: uppercase; }

@media screen and (min-width: 64rem) {
  .header__submenu-link {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem; } }

.header__submenu-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  opacity: 0;
  transition: opacity 0.1s ease;
  height: 1px;
  background: #151515;
  opacity: 0.2; }

.header__submenu-link:hover::before {
  opacity: 1; }

.header__submenu-icon {
  width: 1.25rem;
  transition: fill 0.1s ease; }

.header__submenu-link:hover .header__submenu-icon {
  fill: var(--rng-red); }

.header__submenu-lvl2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  min-height: 100%;
  list-style: none;
  padding: 0.625rem 0 1.25rem 0.625rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s;
  box-shadow: 100vw -100vw 0 100vw var(--header-grey-darker), -100vw -100vw 0 100vw var(--grey-lighter-2), 0 calc(-100vw + 0.1875rem) 0.375rem 100vw rgba(0, 0, 0, 0.16);
  z-index: -1; }

.header__submenu-lvl2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0.625rem;
  height: 100%; }

.header__burger {
  position: relative;
  -moz-box-ordinal-group: 3;
  order: 2;
  padding: 0;
  border: 0;
  background-color: transparent;
  -moz-box-flex: 0;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  margin-right: 1.125rem;
  display: -moz-box;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease; }

@media screen and (min-width: 64rem) {
  .header__burger {
    display: none; } }

.header__burger-banner {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: -0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s; }

html.banner-closed .header__burger[aria-expanded=false] .header__burger-banner {
  opacity: 1;
  visibility: visible; }

.header__burger-lines, .header__burger-lines::before, .header__burger-lines::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 0.125rem;
  transition: background-color 0.2s ease, transform 0.2s ease; }

.header__burger-lines::before {
  transform: translateY(-0.5rem); }

.header__burger-lines::after {
  transform: translateY(0.5rem); }

.header__burger[aria-expanded=true] .header__burger-lines {
  background-color: transparent; }

.header__burger[aria-expanded=true] .header__burger-lines::after {
  transform: rotate(-45deg) scaleX(1.2); }

.header__burger[aria-expanded=true] .header__burger-lines::before {
  transform: rotate(45deg) scaleX(1.2); }

.header__mobile-menu-wrapper {
  position: fixed;
  top: 4.5rem;
  right: 0;
  width: 100%;
  height: calc(100vh - 4.5rem);
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  background-color: #fff;
  text-align: left;
  line-height: 1.75rem;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.2s ease;
  overflow-y: auto;
  top: 80px;
  height: calc(100vh - 80px); }

@media (max-width: 767px) {
  .header__mobile-menu-wrapper {
    height: calc(100vh - 80px - 0px); } }
  .header__mobile-menu-wrapper .header__mobile-menu-wrapper {
    height: calc(100vh - 80px); }

html:not(.banner-closed) .banner ~ .header__mobile-menu-wrapper,
html:not(.banner-closed) .banner ~ .header__mobile-menu-wrapper .header__mobile-menu-wrapper {
  top: 7.5rem;
  height: calc(100vh - 4.5rem - 3rem); }

.header__burger[aria-expanded=true] + .header__mobile-menu-wrapper,
.header__submenu-link[aria-expanded=true] + .header__mobile-menu-wrapper {
  transform: none; }

.header__mobile-menu-backlink {
  display: none;
  width: 100%;
  height: 72px;
  margin-top: auto;
  background: #fff;
  font-size: 17.6px; }

@media (max-width: 990px) {
  .header__mobile-menu-backlink {
    display: block; } }
  .header__mobile-menu-backlink a {
    color: #000;
    padding: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem; }
    .header__mobile-menu-backlink a:before {
      content: url(/img/system/rbk/icon-link-extern-blue.svg);
      filter: brightness(0) invert(0); }

@media screen and (min-width: 1025px) {
  .header__mobile-menu-wrapper {
    display: none; } }

.header__mobile-menu-headline {
  display: block;
  padding: 1rem 1.25rem;
  font-size: 1.375rem;
  background: #EEEEEE;
  color: var(--mainColorBlue);
  font-size: 18px;
  line-height: 28px;
  padding: 21px; }

.header__mobile-menu {
  margin: 0;
  padding: 0 0.75rem 10rem 1rem;
  font-size: 1.125rem;
  list-style: none;
  padding: 0 21px; }

/* focus */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus, a.skip-main:active, a.skip-main:focus-visible {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999; }

*:is(a,button):focus-visible {
  outline: 2px solid var(--mainColorGreenLight); }

.searchHighlight {
  color: var(--mainColorBlue); }/* Darksite */
.darksite {
  display: none;
  padding: 40px 30px 10px;
  background: #fff;
  max-width: 1056px;
  width: 100%;
}
@media (max-width: 767px) {
  .darksite {
    padding: 40px 20px 10px;
  }
}
@media (max-width: 500px) {
  .darksite {
    padding-top: 60px;
  }
}
.darksite h1 {
  font-size: 36px;
  line-height: 1.2em;
  color: #68b022;
  margin-bottom: 40px;
  text-align: center;
}
.darksite a {
  color: #68b022;
}
.green-notice {
  color: #008853;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.green-notice span {
  width: 25px;
  height: 25px;
  border: 1px solid #008853;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  position: relative;
}
.green-notice span:before {
  content: '!';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark-fancy + .fancybox-overlay {
  background: rgba(0, 0, 0, 0.85) !important;
}
.darksite-wr:not(.slick-slider) {
  padding: 0 0 30px;
}
.darksite-wr .slick-it-arrows {
  top: auto;
  right: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .darksite-wr .darksite-item h2 {
    padding-right: 70px;
  }
}.stream {
  width: 100% !important;
  height: 100vh;
}
.hide-vr-cmp {
  display: none;
}
.hide-vr-cmp .cmplazypreviewiframe {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 300px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  z-index: 999999999;
  overflow: visible;
}
.hide-vr-cmp .cmplazypreviewiframe:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -100vw;
  top: -100vh;
  width: 200vw;
  height: 200vh;
}
.font-voice-reader {
  display: block;
  background: url(/img/system/rbk/icon-sound.svg);
}
.font-voice-reader:after {
  content: 'Vorlesen';
}
img.VR15S_h_linguatec_logo {
  display: none;
}
/*
.iframe_box .cmplazypreviewiframe {
    max-width: 100%;
    @media (max-width: 850px) {
        width: 100%!important;    
    }
}*/
.content .cmplazybtnlink {
  color: #fff!important;
  text-decoration: none;
}
.cmplazypreviewmsginner label {
  float: none;
}
.protect_info {
  position: relative;
}
.protect_info .pi_text {
  position: absolute;
  background: #e2e2e2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: auto;
}
.protect_info .pi_text p {
  max-width: 100% !important;
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.protect_info .pi_text .loaddata,
.protect_info .pi_text .loaddataa,
.protect_info .pi_text .loaddataa-no {
  display: block;
  width: 260px;
  border: none;
  border-radius: 0;
  background: #008854;
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 25px;
  text-shadow: none;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.1em;
}
.protect-info-wr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.protect-info-wr .protect_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.protect-info-wr .protect_info .pi_text {
  position: static;
  padding: 20px;
  width: 720px;
  max-width: 100%;
}
.protect-info-wr .protect_info .pi_text .loaddataa-no {
  background: #B8B8B8;
}
.protect-info-wr .protect_info .pi_text .loaddataa,
.protect-info-wr .protect_info .pi_text .loaddataa-no {
  display: inline-block;
  border-radius: 21px;
  text-transform: none;
}
.protect-info-wr .protect_info .pi_text .loaddataa:hover,
.protect-info-wr .protect_info .pi_text .loaddataa-no:hover {
  opacity: 0.9;
}
.cmplazypreviewiframe {
  max-width: 100%;
}
.cmplogo2 img {
  display: inline-block !important;
}
.cmpbox .cmplogo2 img {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
}
.youtube .cmplazypreviewiframe {
  position: absolute;
}
dialog {
  border-radius: 6px;
  padding: 20px;
}
#infoDialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
}
::backdrop,
dialog + .backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.info__headline {
  color: $text;
  font-size: toRem(20);
  line-height: toRem(30);
  font-weight: $normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .info__headline {
    font-size: toRem(18);
    line-height: toRem(27);
  }
}
.info__text {
  color: $text;
  font-size: toRem(20);
  line-height: toRem(30);
  font-weight: $normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .info__text {
    font-size: toRem(18);
    line-height: toRem(27);
  }
}
.info__btngroup .bttn {
  margin-bottom: 0;
  cursor: pointer;
}
.vrweb_player {
  top: 100px!important;
}