﻿/*! 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 10px 5px 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%;
}/* Search */
fieldset.search label.label {
  width: 100px;
}

fieldset.search input.text {
  float: left;
}

a.search {
  float: left;
  display: block;
  margin: 1px 0 12px 16px;
  padding: 2px 10px;
  background-color: #1E276A;
  color: #FFFFFF;
  font-weight: bold;
}

.searchHighlight {
}






main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
  font-size: 26px;
}

main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1280px) {
  main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 19px;
  }
}


@media only screen and (max-width: 1023px) {

  .search-breadcrumb li {
    font-size: 15px;
  }

  main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 18px;
  }

  main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content {
    margin-top: 20px;
  }

    main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel {
      padding-top: 10px;
    }

  .search-breadcrumb,
  .search-breadcrumb li {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}

@media only screen and (max-width: 950px) {
  main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 18px;
  }
}/*42a5f5*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: 0 3px 13px rgba(0,0,0,0.08);
  box-shadow: 0 3px 13px rgba(0,0,0,0.08);
}

  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }

  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }

  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }

  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }

    .flatpickr-calendar.static.open {
      z-index: 999;
      display: block;
    }

  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  }

  .flatpickr-calendar .hasWeeks .dayContainer,
  .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }

  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid rgba(72,72,72,0.2);
  }

  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
    border-bottom: 0;
  }

  .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border: 1px solid rgba(72,72,72,0.2);
  }

  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }

  .flatpickr-calendar:before,
  .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
  }

  .flatpickr-calendar.rightMost:before,
  .flatpickr-calendar.rightMost:after {
    left: auto;
    right: 22px;
  }

  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }

  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }

  .flatpickr-calendar.arrowTop:before,
  .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }

  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: rgba(72,72,72,0.2);
  }

  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #002C50;
  }

  .flatpickr-calendar.arrowBottom:before,
  .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }

  .flatpickr-calendar.arrowBottom:before {
    border-top-color: rgba(72,72,72,0.2);
  }

  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #002C50;
  }

  .flatpickr-calendar:focus {
    outline: 0;
  }

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .flatpickr-months .flatpickr-month {
    border-radius: 5px 5px 0 0;
    background: #002C50;
    color: #fff;
    fill: #fff;
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0px;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: #fff;
    fill: #fff;
  }

    .flatpickr-months .flatpickr-prev-month.disabled,
    .flatpickr-months .flatpickr-next-month.disabled {
      display: none;
    }

    .flatpickr-months .flatpickr-prev-month i,
    .flatpickr-months .flatpickr-next-month i {
      position: relative;
    }

    .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
      /*
      /*rtl:begin:ignore*/
      /*
      */
      left: 0;
      /*
      /*rtl:end:ignore*/
      /*
      */
    }
    /*
      /*rtl:begin:ignore*/
    /*
      /*rtl:end:ignore*/
    .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
    .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
      /*
      /*rtl:begin:ignore*/
      /*
      */
      right: 0;
      /*
      /*rtl:end:ignore*/
      /*
      */
    }
    /*
      /*rtl:begin:ignore*/
    /*
      /*rtl:end:ignore*/
    .flatpickr-months .flatpickr-prev-month:hover,
    .flatpickr-months .flatpickr-next-month:hover {
      color: #bbb;
    }

      .flatpickr-months .flatpickr-prev-month:hover svg,
      .flatpickr-months .flatpickr-next-month:hover svg {
        fill: #fff;
      }

    .flatpickr-months .flatpickr-prev-month svg,
    .flatpickr-months .flatpickr-next-month svg {
      width: 14px;
      height: 14px;
    }

      .flatpickr-months .flatpickr-prev-month svg path,
      .flatpickr-months .flatpickr-next-month svg path {
        -webkit-transition: fill 0.1s;
        transition: fill 0.1s;
        fill: inherit;
      }

.numInputWrapper {
  position: relative;
  height: auto;
}

  .numInputWrapper input,
  .numInputWrapper span {
    display: inline-block;
  }

  .numInputWrapper input {
    width: 100%;
  }

    .numInputWrapper input::-ms-clear {
      display: none;
    }

    .numInputWrapper input::-webkit-outer-spin-button,
    .numInputWrapper input::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none;
    }

  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(72,72,72,0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

    .numInputWrapper span:hover {
      background: rgba(0,0,0,0.1);
    }

    .numInputWrapper span:active {
      background: rgba(0,0,0,0.2);
    }

    .numInputWrapper span:after {
      display: block;
      content: "";
      position: absolute;
    }

    .numInputWrapper span.arrowUp {
      top: 0;
      border-bottom: 0;
    }

      .numInputWrapper span.arrowUp:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid rgba(72,72,72,0.6);
        top: 26%;
      }

    .numInputWrapper span.arrowDown {
      top: 50%;
    }

      .numInputWrapper span.arrowDown:after {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid rgba(72,72,72,0.6);
        top: 40%;
      }

    .numInputWrapper span svg {
      width: inherit;
      height: auto;
    }

      .numInputWrapper span svg path {
        fill: rgba(255,255,255,0.5);
      }

  .numInputWrapper:hover {
    background: rgba(0,0,0,0.05);
  }

    .numInputWrapper:hover span {
      opacity: 1;
    }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }

    .flatpickr-current-month span.cur-month:hover {
      background: rgba(0,0,0,0.05);
    }

  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
  }

    .flatpickr-current-month .numInputWrapper span.arrowUp:after {
      border-bottom-color: #fff;
    }

    .flatpickr-current-month .numInputWrapper span.arrowDown:after {
      border-top-color: #fff;
    }

  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

    .flatpickr-current-month input.cur-year:focus {
      outline: 0;
    }

    .flatpickr-current-month input.cur-year[disabled],
    .flatpickr-current-month input.cur-year[disabled]:hover {
      font-size: 100%;
      color: rgba(255,255,255,0.5);
      background: transparent;
      pointer-events: none;
    }

.flatpickr-weekdays {
  background: #002C50;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #002C50;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid rgba(72,72,72,0.2);
  border-right: 1px solid rgba(72,72,72,0.2);
}

  .flatpickr-days:focus {
    outline: 0;
  }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

  .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 rgba(72,72,72,0.2);
    box-shadow: -1px 0 0 rgba(72,72,72,0.2);
  }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e2e2e2;
    border-color: #e2e2e2;
  }

  .flatpickr-day.today {
    border-color: #bbb;
  }

    .flatpickr-day.today:hover,
    .flatpickr-day.today:focus {
      border-color: #bbb;
      background: #bbb;
      color: #fff;
    }

  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    background: #002C50;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #002C50;
  }

    .flatpickr-day.selected.startRange,
    .flatpickr-day.startRange.startRange,
    .flatpickr-day.endRange.startRange {
      border-radius: 50px 0 0 50px;
    }

    .flatpickr-day.selected.endRange,
    .flatpickr-day.startRange.endRange,
    .flatpickr-day.endRange.endRange {
      border-radius: 0 50px 50px 0;
    }

    .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
    .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
    .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
      -webkit-box-shadow: -10px 0 0 #002C50;
      box-shadow: -10px 0 0 #002C50;
    }

    .flatpickr-day.selected.startRange.endRange,
    .flatpickr-day.startRange.startRange.endRange,
    .flatpickr-day.endRange.startRange.endRange {
      border-radius: 50px;
    }

  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
    box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
  }

  .flatpickr-day.disabled,
  .flatpickr-day.disabled:hover,
  .flatpickr-day.prevMonthDay,
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.notAllowed,
  .flatpickr-day.notAllowed.prevMonthDay,
  .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(72,72,72,0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
  }

    .flatpickr-day.disabled,
    .flatpickr-day.disabled:hover {
      cursor: not-allowed;
      color: rgba(72,72,72,0.1);
    }

  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #002C50, 5px 0 0 #002C50;
    box-shadow: -5px 0 0 #002C50, 5px 0 0 #002C50;
  }

  .flatpickr-day.hidden {
    visibility: hidden;
  }

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    border-left: 1px solid rgba(72,72,72,0.2);
  }

  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }

  .flatpickr-weekwrapper span.flatpickr-day,
  .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(72,72,72,0.3);
    background: transparent;
    cursor: default;
    border: none;
  }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(72,72,72,0.2);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }

  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }

    .flatpickr-time .numInputWrapper span.arrowUp:after {
      border-bottom-color: #484848;
    }

    .flatpickr-time .numInputWrapper span.arrowDown:after {
      border-top-color: #484848;
    }

  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }

  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }

  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #484848;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }

    .flatpickr-time input.flatpickr-hour {
      font-weight: bold;
    }

    .flatpickr-time input.flatpickr-minute,
    .flatpickr-time input.flatpickr-second {
      font-weight: 400;
    }

    .flatpickr-time input:focus {
      outline: 0;
      border: 0;
    }

  .flatpickr-time .flatpickr-time-separator,
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #484848;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }

    .flatpickr-time input:hover,
    .flatpickr-time .flatpickr-am-pm:hover,
    .flatpickr-time input:focus,
    .flatpickr-time .flatpickr-am-pm:focus {
      background: #eaeaea;
    }

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}/*!
 * 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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

  .fancybox-container * {
    box-sizing: border-box;
  }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 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;
  text-align: center;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

  .fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0;
  }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

  .fancybox-slide--image::before {
    display: none;
  }

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  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--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.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;
  }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

  .fancybox-button,
  .fancybox-button:visited,
  .fancybox-button:link {
    color: #ccc;
  }

    .fancybox-button:focus,
    .fancybox-button:hover {
      color: #fff;
    }

    .fancybox-button.disabled,
    .fancybox-button.disabled:hover,
    .fancybox-button[disabled],
    .fancybox-button[disabled]:hover {
      color: #888;
      cursor: default;
    }

    .fancybox-button svg {
      display: block;
      overflow: visible;
      position: relative;
      shape-rendering: geometricPrecision;
    }

      .fancybox-button svg path {
        fill: transparent;
        stroke: currentColor;
        stroke-linejoin: round;
        stroke-width: 3;
      }

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

  .fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s;
  }

  .fancybox-close-small:focus {
    outline: none;
  }

  .fancybox-close-small:hover svg {
    opacity: 1;
  }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

  .fancybox-slide--image .fancybox-close-small:hover svg,
  .fancybox-slide--video .fancybox-close-small:hover svg,
  .fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
  }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

  .fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
  }

  .fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
  }

  .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;
    }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.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 0;
  }

  .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 5px;
  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:visited,
  .fancybox-share__button:link {
    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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

  .fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
  }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.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;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}


/* Icons
----------------------------------*/
.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;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.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;
    /* support: IE10, see #8844 */
    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;
  }

/* icon support */
.ui-menu-icons {
  position: relative;
}

  .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
  }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.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;
  /* Support: IE <= 11 */
  overflow: visible;
}

  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none;
  }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.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;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
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;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  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;
      }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.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;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .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;
  }

/* Icons */
.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%;
    filter: alpha(opacity=25); /* support: IE8 */
    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: default;
    -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;
  }

  /* support: IE8 - See #6727 */
  .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;
}
/* more specificity required here to override default borders */
.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; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  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;
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * 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
 */


/* Component containers
----------------------------------*/
.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 #dddddd;
  background: #ffffff;
  color: #333333;
}

  .ui-widget-content a {
    color: #333333;
  }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

  .ui-widget-header a {
    color: #333333;
  }

  /* Interaction states
----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  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 #cccccc;
        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: #ffffff;
}

  .ui-icon-background,
  .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
  }

  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
  }

/* Interaction Cues
----------------------------------*/
.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;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
  }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/system/jquery-ui/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("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.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 is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-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;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}/*! jQuery UI - v1.12.1 - 2016-09-14
* 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 */

/* Layout helpers
----------------------------------*/
.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;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}


/* Icons
----------------------------------*/
.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;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.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;
    /* support: IE10, see #8844 */
    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;
  }

/* icon support */
.ui-menu-icons {
  position: relative;
}

  .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
  }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.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;
  /* Support: IE <= 11 */
  overflow: visible;
}

  .ui-button,
  .ui-button:link,
  .ui-button:visited,
  .ui-button:hover,
  .ui-button:active {
    text-decoration: none;
  }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.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;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
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;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  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;
      }

  /* with multiple calendars */
  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.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;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .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;
  }

/* Icons */
.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%;
    filter: alpha(opacity=25); /* support: IE8 */
    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: default;
    -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;
  }

  /* support: IE8 - See #6727 */
  .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;
}
/* more specificity required here to override default borders */
.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; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  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;
}

/* Component containers
----------------------------------*/
.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 #dddddd;
  background: #ffffff;
  color: #333333;
}

  .ui-widget-content a {
    color: #333333;
  }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

  .ui-widget-header a {
    color: #333333;
  }

  /* Interaction states
----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  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 #cccccc;
        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: #ffffff;
}

  .ui-icon-background,
  .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
  }

  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
  }

/* Interaction Cues
----------------------------------*/
.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;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
  }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/system/jquery-ui/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("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.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 is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-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;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}/* 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;
}/* Slider */
.slick-loading .slick-list {
 
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/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
}.container {
  width: 100%;
  padding-right: 27.5px;
  padding-left: 27.5px;
  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: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 27.5px;
  padding-left: 27.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -27.5px;
  margin-left: -27.5px;
}

.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%;
  min-height: 1px;
  padding-right: 27.5px;
  padding-left: 27.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.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: none;
  }

  .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: none;
  }

  .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: none;
  }

  .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: none;
  }

  .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%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }

  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }

  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }

  .table .table {
    background-color: #fff;
  }

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6;
  }

  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px;
  }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff;
  }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
  }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb;
  }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5;
  }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
  }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
  }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6;
  }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
  }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e;
  }

  .table-dark.table-bordered {
    border: 0;
  }

  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }

  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
  }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

    .table-responsive-sm > .table-bordered {
      border: 0;
    }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

    .table-responsive-md > .table-bordered {
      border: 0;
    }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

    .table-responsive-lg > .table-bordered {
      border: 0;
    }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

    .table-responsive-xl > .table-bordered {
      border: 0;
    }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

  .table-responsive > .table-bordered {
    border: 0;
  }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
  }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block;
  }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
  }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
  }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }

  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
  }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
  }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
  }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

  .form-inline .form-check {
    width: 100%;
  }

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
  }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }

  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
  }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
  }

  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }

  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
  }

    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
  }

  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }

  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }

  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
  }

    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
  }

  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }

  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }

  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
  }

    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
  }

  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }

  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }

  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
  }

    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
  }

  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }

  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }

  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
  }

    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
  }

  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }

  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }

  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
  }

    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
  }

  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }

  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
  }

    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }

  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }

  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
  }

  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }

  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }

  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }

  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }

    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }

  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }

  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }

  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }

    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }

  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }

  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }

  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }

    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }

  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }

  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }

  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }

    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }

  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }

  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }

  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }

    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }

  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }

  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }

    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
  }

  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
  }

  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
  }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }

  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
  }

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
  }

    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1;
    }

    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1;
    }

  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
  }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

  .btn-toolbar .input-group {
    width: auto;
  }

.btn-group > .btn:first-child {
  margin-left: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0;
  }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%;
  }

  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
  }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
  }

    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3;
    }

    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px;
    }

  .input-group > .custom-file {
    display: flex;
    align-items: center;
  }

.input-group-prepend,
.input-group-append {
  display: flex;
}

  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
  }

    .input-group-prepend .btn + .btn,
    .input-group-prepend .btn + .input-group-text,
    .input-group-prepend .input-group-text + .input-group-text,
    .input-group-prepend .input-group-text + .btn,
    .input-group-append .btn + .btn,
    .input-group-append .btn + .input-group-text,
    .input-group-append .input-group-text + .input-group-text,
    .input-group-append .input-group-text + .btn {
      margin-left: -1px;
    }

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
  }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
  }

  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
  }

  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }

    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef;
    }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
  }

  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}

  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
  }

    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff;
    }

  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }

  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }

  .custom-select::-ms-expand {
    opacity: 0;
  }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff;
    }

  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
  }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}

  .custom-range:focus {
    outline: none;
  }

  .custom-range::-moz-focus-outer {
    border: 0;
  }

  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    appearance: none;
  }

    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff;
    }

  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
  }

  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    appearance: none;
  }

    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff;
    }

  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
  }

  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    appearance: none;
  }

    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff;
    }

  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }

  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
  }

  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
  }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }

  .nav-link.disabled {
    color: #6c757d;
  }

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

  .nav-tabs .nav-item {
    margin-bottom: -1px;
  }

  .nav-tabs .nav-link {
    border: 1px solid transparent;
  }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
    }

    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff;
    }

  .nav-tabs .dropdown-menu {
    margin-top: -1px;
  }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
  }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }

      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
      }

      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }

      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
      }

      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
      display: none;
    }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }

      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
      }

      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }

      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
      }

      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
      }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand .navbar-nav {
    flex-direction: row;
  }

    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute;
    }

    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }

  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand .navbar-toggler {
    display: none;
  }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }

  .navbar-light .navbar-nav .show > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }

    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9);
    }

.navbar-dark .navbar-brand {
  color: #fff;
}

  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
  }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }

  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }

  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

  .navbar-dark .navbar-text a {
    color: #fff;
  }

    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff;
    }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

  .card-header + .list-group .list-group-item:first-child {
    border-top: 0;
  }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}

  .card-deck .card {
    margin-bottom: 27.5px;
  }

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -27.5px;
    margin-left: -27.5px;
  }

    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 27.5px;
      margin-bottom: 0;
      margin-left: 27.5px;
    }
}

.card-group {
  display: flex;
  flex-direction: column;
}

  .card-group > .card {
    margin-bottom: 27.5px;
  }

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }

      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
      }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }

  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

  .badge:empty {
    display: none;
  }

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
  }

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
  }

.badge-success {
  color: #fff;
  background-color: #28a745;
}

  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
  }

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
  }

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
  }

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
  }

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
  }

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
  }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

  .alert-primary hr {
    border-top-color: #9fcdff;
  }

  .alert-primary .alert-link {
    color: #002752;
  }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

  .alert-secondary hr {
    border-top-color: #c8cbcf;
  }

  .alert-secondary .alert-link {
    color: #202326;
  }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

  .alert-success hr {
    border-top-color: #b1dfbb;
  }

  .alert-success .alert-link {
    color: #0b2e13;
  }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

  .alert-info hr {
    border-top-color: #abdde5;
  }

  .alert-info .alert-link {
    color: #062c33;
  }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

  .alert-warning hr {
    border-top-color: #ffe8a1;
  }

  .alert-warning .alert-link {
    color: #533f03;
  }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

  .alert-danger hr {
    border-top-color: #f1b0b7;
  }

  .alert-danger .alert-link {
    color: #491217;
  }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

  .alert-light hr {
    border-top-color: #ececf6;
  }

  .alert-light .alert-link {
    color: #686868;
  }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

  .alert-dark hr {
    border-top-color: #b9bbbe;
  }

  .alert-dark .alert-link {
    color: #040505;
  }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }

  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

  .list-group-item:last-child {
    margin-bottom: 0;
  }

  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
  }

  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
  }

  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
  }

  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
  }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
  }

  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
  }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
  }

  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
  }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
  }

  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
  }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
  }

  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
  }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
  }

  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
  }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
  }

  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
  }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
  }

  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
  }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
  }

  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-backdrop.show {
    opacity: 0.5;
  }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
  }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }

  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

  .tooltip.show {
    opacity: 0.9;
  }

  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }

    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
  }

    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000;
    }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000;
    }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
  }

    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000;
    }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }

    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000;
    }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }

    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
    }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
  }

    .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
    .bs-popover-top .arrow::after,
    .bs-popover-auto[x-placement^="top"] .arrow::after {
      border-width: 0.5rem 0.5rem 0;
    }

    .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: 0;
      border-top-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-top .arrow::after,
    .bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: 1px;
      border-top-color: #fff;
    }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }

    .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
    .bs-popover-right .arrow::after,
    .bs-popover-auto[x-placement^="right"] .arrow::after {
      border-width: 0.5rem 0.5rem 0.5rem 0;
    }

    .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
      left: 0;
      border-right-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-right .arrow::after,
    .bs-popover-auto[x-placement^="right"] .arrow::after {
      left: 1px;
      border-right-color: #fff;
    }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
  }

    .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .bs-popover-bottom .arrow::after,
    .bs-popover-auto[x-placement^="bottom"] .arrow::after {
      border-width: 0 0.5rem 0.5rem 0.5rem;
    }

    .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: 0;
      border-bottom-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-bottom .arrow::after,
    .bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: 1px;
      border-bottom-color: #fff;
    }

  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
  }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }

    .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
    .bs-popover-left .arrow::after,
    .bs-popover-auto[x-placement^="left"] .arrow::after {
      border-width: 0.5rem 0 0.5rem 0.5rem;
    }

    .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
      right: 0;
      border-left-color: rgba(0, 0, 0, 0.25);
    }

    .bs-popover-left .arrow::after,
    .bs-popover-auto[x-placement^="left"] .arrow::after {
      right: 1px;
      border-left-color: #fff;
    }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

  .popover-header:empty {
    display: none;
  }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0);
  }

@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
  }

    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }

    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }

  .carousel-indicators .active {
    background-color: #fff;
  }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

  .embed-responsive::before {
    display: block;
    content: "";
  }

  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
  }

    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 70px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative;
    }

  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
  }

  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }

    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

  .select2-container .select2-search--inline {
    float: left;
  }

    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0;
    }

      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none;
      }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

  .select2-results__option[aria-selected] {
    cursor: pointer;
  }

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
  }

    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none;
    }

  .select2-search--dropdown.select2-search--hide {
    display: none;
  }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }

  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
  }

  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
  }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;
    }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
  }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
  }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none;
    }

  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333;
    }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }

  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
  }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em;
    }

      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em;
      }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em;
        }

          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em;
          }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
  }

  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
  }

  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
  }

  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
  }

  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
  }

    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;
    }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
  }

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px;
    }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
  }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
    }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  60% {
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  60% {
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  60% {
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  60% {
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  60% {
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  60% {
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  60% {
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}


/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

  .fadeIn.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

/**********
* Grow in *
***********/

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

  .growIn.go {
    -webkit-animation-name: growIn;
    animation-name: growIn;
  }

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

  .fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

  .fadeInRight.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

  .fadeInUp.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

  .fadeInDown.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/********
* pulse *
*********/

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}


/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

  .fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
  }

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

  .fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
  }

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

  .fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
  }

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

  .fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
  }@font-face {
  font-family: "NeoSansBold";
  src: url("/fonts/neo/82a34ab2-92d9-48c4-989d-50d5bd54fdd1.woff2") format("woff2"), url("/fonts/neo/ecedcc38-3aec-48a5-a693-fbfac59dd0ed.woff") format("woff"); }

@font-face {
  font-family: "NeoSansRegular";
  src: url("/fonts/neo/7b76f605-20ef-4474-97e2-ffe412bfc270.woff2") format("woff2"), url("/fonts/neo/9144f1fd-f19a-4b3c-9c8a-84df32481d3d.woff") format("woff"); }

@font-face {
  font-family: "NeoSansMedium";
  src: url("/fonts/neo/05dca761-b264-4430-a1bc-ced8e6b36fc8.woff2") format("woff2"), url("/fonts/neo/0412371e-1417-4c20-ac9b-2240cc16e429.woff") format("woff"); }

.ausgebucht,
.abgesagt {
  position: relative;
  z-index: 1; }
  .ausgebucht:before,
.abgesagt:before {
    content: "Ausgebucht!";
    color: #002C50;
    position: absolute;
    z-index: 9999;
    width: 150px;
    height: auto;
    transform: rotateZ(-26deg);
    top: 200px;
    left: 50%;
    margin-left: -150px;
    font-weight: bold;
    font-size: 50px; }
  .ausgebucht:after,
.abgesagt:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 999; }

.abgesagt:before {
  content: "Abgesagt!"; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes fadeInFgIntro {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

@keyframes fadeInBgIntro {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

main .grey .double-box a {
  color: #95C11F; }

.container {
  max-width: 1452px; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.hide {
  display: none; }

.row.row-space {
  padding-bottom: 50px; }

.green {
  background: #95C11F; }
  .green a {
    color: #004070; }
    .green a:hover {
      color: #004070; }
  .green .onpublix-container .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p a {
    color: #004070; }
  .green .ui-accordion .onAccordionContent h3,
.green .onAccordion .onAccordionContent h3 {
    color: #95C11F; }
  .green .ui-accordion .onAccordionContent .area-list p,
.green .onAccordion .onAccordionContent .area-list p {
    color: #004070; }
  .green .ui-accordion .onAccordionContent .text-link p a,
.green .onAccordion .onAccordionContent .text-link p a {
    color: #fff; }
  .green .ui-accordion .onAccordionContent .button_btn a,
.green .onAccordion .onAccordionContent .button_btn a {
    color: #fff; }
  .green .ui-accordion h3,
.green .onAccordion h3 {
    color: #95C11F !important; }
  .green .ui-accordion p a,
.green .onAccordion p a {
    color: #004070 !important; }
  .green .pdf {
    color: #fff; }
  .green .gallnavi a {
    border: 2px solid #fff; }
  .green .text-link p a:hover {
    background: #fff;
    color: #004070; }
    .green .text-link p a:hover:after {
      background: url(/img/system/arrow-right-blue-new.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 5.5px);
      right: 7px;
      width: 15px;
      height: 15px; }
  .green h3 {
    color: #fff; }
  .green .area-list p {
    color: #fff; }

.white {
  background: #fff; }
  .white .text-link p a:hover {
    background: #95C11F;
    color: #fff; }
    .white .text-link p a:hover:after {
      background: url(/img/system/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 5.5px);
      right: 7px; }
  .white.ratgeber .ratgeber-cloud a:hover, .white .ratgeber .ratgeber-cloud a:hover {
    background: #002C50;
    color: #fff; }
  .white .onAccordion .onAccordionContent .text-link p a {
    text-decoration: none;
    color: #fff; }

.blue {
  background: #002C50; }
  .blue .onAccordionContent .button_btn a {
    color: #fff; }
  .blue .pdf:before {
    background: url(/img/system/pdf-green.svg); }
  .blue .text-link p a {
    background: #95C11F;
    color: #fff !important; }
    .blue .text-link p a:hover {
      background: #004070; }
  .blue.ratgeber .ratgeber-cloud a:hover, .blue .ragteber .ratgeber-cloud a:hover {
    background: #fff;
    color: #004070; }

.grey {
  background: #e9e9e9; }
  .grey.ratgeber .ratgeber-cloud a:hover, .grey .ratgeber .ratgeber-cloud a:hover {
    background: #002C50;
    color: #fff; }

.font1 {
  font-family: 'neo-sans',sans-serif; }

.font2 {
  font-family: 'NeoSansRegular',sans-serif; }

.font3 {
  font-family: 'NeoSansMedium',sans-serif; }

.font4 {
  font-family: 'NeoSansBold',sans-serif; }

@-ms-viewport {
  width: device-width; }

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

* {
  outline: none; }

#down {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

html:not(.onp_init) body button, html:not(.onp_init) body input, html:not(.onp_init) body optgroup, html:not(.onp_init) body select, html:not(.onp_init) body textarea {
  -webkit-appearance: none; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-family: 'neo-sans',sans-serif;
  font-family: 'NeoSansRegular',sans-serif;
  font-weight: normal;
  height: 100%; }
  html .ui-widget {
    font-family: 'NeoSansRegular',sans-serif; }
  html body {
    height: 100%;
    color: #004070;
    font-size: 24px;
    line-height: 33px;
    background: rgba(124, 124, 124, 0.3); }

@media only screen and (max-width: 1023px) {
  html body {
    font-size: 15px;
    line-height: 25px; } }
    html body button, html body input, html body optgroup, html body select, html body textarea {
      font-family: 'NeoSansRegular',sans-serif; }
      html body button.placeholder, html body input.placeholder, html body optgroup.placeholder, html body select.placeholder, html body textarea.placeholder {
        line-height: 22px; }
      html body button:-moz-placeholder, html body input:-moz-placeholder, html body optgroup:-moz-placeholder, html body select:-moz-placeholder, html body textarea:-moz-placeholder {
        line-height: 22px; }
      html body button::-moz-placeholder, html body input::-moz-placeholder, html body optgroup::-moz-placeholder, html body select::-moz-placeholder, html body textarea::-moz-placeholder {
        line-height: 22px; }
      html body button:-ms-input-placeholder, html body input:-ms-input-placeholder, html body optgroup:-ms-input-placeholder, html body select:-ms-input-placeholder, html body textarea:-ms-input-placeholder {
        line-height: 22px; }
      html body button::-webkit-input-placeholder, html body input::-webkit-input-placeholder, html body optgroup::-webkit-input-placeholder, html body select::-webkit-input-placeholder, html body textarea::-webkit-input-placeholder {
        line-height: 22px; }
    html body .ytvideo {
      border: 1px solid #cdcdcd; }
    html body h1,
html body h2,
html body p,
html body a {
      margin: 0;
      padding: 0; }
    html body p {
      margin: 0 0 15px 0; }
      html body p a {
        color: #95C11F;
        text-decoration: underline;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        html body p a:hover {
          color: #95C11F;
          text-decoration: underline; }
    html body a:focus {
      outline: 1px dotted #212121;
      outline: 5px auto #5E9ED6; }
    html body .anker {
      color: inherit !important; }
    html body h1, html body h2, html body h3 {
      word-break: break-word; }
      html body h1 a, html body h2 a, html body h3 a {
        color: inherit !important; }
    html body h1, html body .h1 {
      font-size: 62px;
      line-height: 1.1em;
      font-family: 'NeoSansMedium',sans-serif;
      padding: 0;
      margin: 0;
      margin-bottom: 50px; }

@media only screen and (max-width: 1023px) {
  html body h1, html body .h1 {
    font-size: 25px;
    line-height: 33px; } }
    html body h2 {
      font-size: 62px;
      line-height: 1.1em;
      font-weight: bold;
      padding: 0;
      margin: 0;
      margin-bottom: 50px; }

@media only screen and (max-width: 1023px) {
  html body h2 {
    font-size: 25px;
    line-height: 33px; } }
    html body h3 {
      font-size: 26px;
      font-family: 'NeoSansMedium',sans-serif;
      color: #95C11F;
      line-height: 33px;
      padding: 0;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px; }

@media only screen and (max-width: 1023px) {
  html body h3 {
    font-size: 20px;
    line-height: 30px; } }
    html body .page-nokv h1, html body .page-nokv h2 {
      font-size: 50px; }

@media only screen and (max-width: 1023px) {
  html body .page-nokv h1 {
    font-size: 25px;
    line-height: 33px; } }
    html body .page-nokv h2 {
      margin-bottom: 35px; }

@media only screen and (max-width: 1023px) {
  html body .page-nokv h2 {
    font-size: 25px;
    line-height: 33px; } }
    html body a {
      text-decoration: underline;
      color: #95C11F;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      html body a:hover {
        text-decoration: none;
        color: #95C11F; }
      html body a.pdf {
        position: relative;
        color: #95C11F;
        text-decoration: none;
        padding-left: 35px;
        display: inline-block;
        margin-bottom: 5px; }
        html body a.pdf:before {
          content: "";
          background: url("/img/system/pdf.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 0;
          width: 26px;
          height: 29px; }
      html body a[href*=".xls"] {
        position: relative;
        color: #95C11F;
        text-decoration: none;
        padding-left: 35px;
        display: inline-block;
        margin-bottom: 5px; }
        html body a[href*=".xls"]:before {
          content: "";
          background: url("/img/system/xls.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 0;
          width: 26px;
          height: 29px; }
    html body ul {
      padding: 0;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      html body ul.on-list li {
        list-style: none;
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px; }
        html body ul.on-list li:before {
          content: "-";
          position: absolute;
          left: 7px;
          width: 5px;
          height: 1px; }
        html body ul.on-list li ul {
          padding-left: 20px; }
        html body ul.on-list li:last-child {
          margin-bottom: 0; }
    html body ol {
      padding: 0;
      margin: 0;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 22px; }
      html body ol.on-list li {
        margin-bottom: 5px; }
        html body ol.on-list li:last-child {
          margin-bottom: 0; }
    html body .image-container {
      list-style-position: inside; }
    html body audio {
      max-width: 100%; }
    html body video {
      max-width: 100%;
      height: auto; }
    html body img {
      vertical-align: top;
      width: auto;
      max-width: 100%;
      height: auto; }
    html body figcaption {
      font-style: italic;
      font-size: 16px;
      line-height: 24px; }

@media only screen and (max-width: 1023px) {
  html body figcaption {
    font-size: 12px;
    line-height: 20px; } }
    html body article, html body aside, html body dialog, html body figcaption, html body figure, html body footer, html body header, html body hgroup, html body main, html body nav, html body section {
      display: block; }
    html body [tabindex="-1"]:focus {
      outline: 0 !important; }
    html body .clear {
      clear: both; }

@-webkit-keyframes down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes down {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.page {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto !important;
  min-height: 100%;
  background: #fff; }
  .page.page-nokv {
    background: #e9e9e9; }

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
  background: transparent;
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -o-transition: background 0s linear;
  -ms-transition: background 0s linear;
  transition: background 0s linear;
  height: 120px; }

@media only screen and (max-width: 991px) {
  header {
    background: #fff !important;
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.3); } }
  header.header-small {
    background: #fff;
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -o-transition: background 1s linear;
    -ms-transition: background 1s linear;
    transition: background 1s linear; }

@media only screen and (max-width: 768px) {
  header.header-small {
    -webkit-transition: background 1s linear;
    -moz-transition: background 1s linear;
    -o-transition: background 1s linear;
    -ms-transition: background 1s linear;
    transition: background 1s linear; } }

@media only screen and (max-width: 1279px) {
  header {
    background: transparent;
    height: 70px; }
    header.header-small {
      background: #fff; } }
  header > a:first-child:focus img {
    outline: 1px dotted #212121;
    outline: 5px auto #5E9ED6; }
  header .navigation {
    float: left;
    top: 0;
    left: 0;
    width: auto;
    z-index: 25;
    margin-left: 62px;
    margin-right: 192px;
    margin-top: 40px;
    position: relative; }

@media only screen and (max-width: 1680px) {
  header .navigation {
    margin-top: 30px;
    margin-right: 100px; } }

@media only screen and (max-width: 1679px) {
  header .navigation {
    display: none; } }
    header .navigation nav ul {
      padding: 0;
      margin: 0; }
      header .navigation nav ul .nav-layer {
        cursor: default;
        background: #002C50;
        width: 1362px;
        height: 643px;
        position: absolute;
        top: 61px;
        left: -11px;
        z-index: 50;
        padding: 50px 40px;
        display: none;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 1919px) {
  header .navigation nav ul .nav-layer {
    width: 1250px; } }

@media only screen and (max-width: 1680px) {
  header .navigation nav ul .nav-layer {
    width: 1150px; } }
        header .navigation nav ul .nav-layer.small-layer {
          width: 800px; }
        header .navigation nav ul .nav-layer:after {
          content: "";
          position: absolute;
          top: -30px;
          left: 0;
          width: 100%;
          background: transparent;
          height: 60px;
          display: none; }
      header .navigation nav ul li {
        position: relative;
        padding-left: 0; }
        header .navigation nav ul li:before {
          content: "";
          display: none; }
        header .navigation nav ul li.has-child:after {
          content: "";
          position: absolute; }
        header .navigation nav ul li a {
          display: inline-block;
          text-decoration: none;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      header .navigation nav ul.ul-lvl1 {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none; }
        header .navigation nav ul.ul-lvl1 .li-lvl1 {
          margin-left: 18px;
          margin-right: 33px;
          position: relative;
          padding-left: 0;
          margin-bottom: 0;
          display: inline-block; }
          header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .navigation-help {
            display: none; }
          header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .ul-lvl2 {
            width: 420px; }

@media only screen and (max-width: 1919px) {
  header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .ul-lvl2 .li-lvl2 {
    max-width: 420px; } }

@media only screen and (max-width: 1919px) {
  header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .ul-lvl3 {
    left: calc(400px + 20px); } }
          header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .nav-layer {
            width: 850px; }

@media only screen and (max-width: 1680px) {
  header .navigation nav ul.ul-lvl1 .li-lvl1.is-hilfecenter .nav-layer {
    left: auto;
    right: -20px; } }
          header .navigation nav ul.ul-lvl1 .li-lvl1 .help-1 {
            position: absolute;
            top: 25px;
            left: 0;
            width: 100%;
            height: 50px;
            background: transparent; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            width: 25px;
            height: 16px;
            position: absolute;
            bottom: -29px;
            left: calc(50% - 3.5px);
            opacity: 0;
            z-index: 600;
            background: url(/img/system/down-arrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
          header .navigation nav ul.ul-lvl1 .li-lvl1:first-child {
            margin-left: 0; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:last-child {
            margin-right: 0; }
          header .navigation nav ul.ul-lvl1 .li-lvl1.has-child:after {
            width: 12px;
            height: 10px;
            top: 13px;
            right: -15px;
            background: url("/img/system/arrow-down-blue.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:hover:after, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev:after {
            background: url("/img/system/arrow-down-green.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:hover > .link-lvl1, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev > .link-lvl1 {
            color: #95C11F; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:hover.has-child:last-child .nav-layer, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev.has-child:last-child .nav-layer {
            left: auto;
            right: -500px; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:hover.has-child:before, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev.has-child:before {
            opacity: 1; }
          header .navigation nav ul.ul-lvl1 .li-lvl1:hover.has-child .nav-layer, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev.has-child .nav-layer {
            display: block;
            left: 0; }
            header .navigation nav ul.ul-lvl1 .li-lvl1:hover.has-child .nav-layer:after, header .navigation nav ul.ul-lvl1 .li-lvl1.selected-dev.has-child .nav-layer:after {
              display: block; }
          header .navigation nav ul.ul-lvl1 .li-lvl1.selected .link-lvl1 {
            color: #95C11F; }
          header .navigation nav ul.ul-lvl1 .li-lvl1.selected:after {
            background: url("/img/system/arrow-down-green.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header .navigation nav ul.ul-lvl1 .li-lvl1 .link-lvl1 {
            font-size: 24px;
            line-height: 29px;
            color: #004070;
            text-decoration: none; }
            header .navigation nav ul.ul-lvl1 .li-lvl1 .link-lvl1:hover {
              text-decoration: none; }
            header .navigation nav ul.ul-lvl1 .li-lvl1 .link-lvl1:focus {
              outline: 1px dotted #212121;
              outline: 5px auto #5E9ED6; }
              header .navigation nav ul.ul-lvl1 .li-lvl1 .link-lvl1:focus + .nav-layer {
                display: block; }
      > header .navigation nav ul.ul-lvl2 {
        margin-top: 3px; }
      header .navigation nav ul.ul-lvl2 {
        position: relative;
        z-index: 102;
        width: 380px; }
        header .navigation nav ul.ul-lvl2 .li-lvl2 {
          list-style: none;
          margin-bottom: 25px;
          position: static;
          display: table;
          max-width: 420px; }

@media only screen and (max-width: 1919px) {
  header .navigation nav ul.ul-lvl2 .li-lvl2 {
    max-width: 350px; } }
          header .navigation nav ul.ul-lvl2 .li-lvl2 .help-2 {
            display: block;
            position: relative; }
          header .navigation nav ul.ul-lvl2 .li-lvl2.has-child:hover .help-2 span {
            width: 800px;
            height: 600px;
            background: transparent;
            position: absolute;
            top: -349px;
            left: 400px;
            z-index: 1;
            transform: rotate(-45deg); }
          header .navigation nav ul.ul-lvl2 .li-lvl2.has-child > a {
            position: relative;
            padding-right: 30px; }
            header .navigation nav ul.ul-lvl2 .li-lvl2.has-child > a:after {
              content: "";
              position: absolute;
              width: 16px;
              height: 16px;
              top: calc(50% - 6px);
              right: 8px;
              padding-right: 10px;
              background: url("/img/system/arrow-right-white.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
          header .navigation nav ul.ul-lvl2 .li-lvl2:hover:first-child .ul-lvl3, header .navigation nav ul.ul-lvl2 .li-lvl2.selected:first-child .ul-lvl3 {
            display: block; }
          header .navigation nav ul.ul-lvl2 .li-lvl2:hover.has-child .ul-lvl3, header .navigation nav ul.ul-lvl2 .li-lvl2.selected.has-child .ul-lvl3 {
            display: block; }
            header .navigation nav ul.ul-lvl2 .li-lvl2:hover.has-child .ul-lvl3.hide, header .navigation nav ul.ul-lvl2 .li-lvl2.selected.has-child .ul-lvl3.hide {
              display: none; }
          header .navigation nav ul.ul-lvl2 .li-lvl2:hover .link-lvl2, header .navigation nav ul.ul-lvl2 .li-lvl2.selected .link-lvl2 {
            background: #95C11F; }
          header .navigation nav ul.ul-lvl2 .li-lvl2:last-child {
            margin-bottom: 0; }
          header .navigation nav ul.ul-lvl2 .li-lvl2 .link-lvl2 {
            color: #fff;
            font-size: 28px;
            line-height: 1em;
            font-family: 'NeoSansMedium',sans-serif;
            padding: 8.5px 10px;
            padding-right: 10px;
            border-radius: 10px; }
            header .navigation nav ul.ul-lvl2 .li-lvl2 .link-lvl2:hover, header .navigation nav ul.ul-lvl2 .li-lvl2 .link-lvl2.selected {
              background: #95C11F; }
            header .navigation nav ul.ul-lvl2 .li-lvl2 .link-lvl2:focus {
              outline: 1px dotted #212121;
              outline: 5px auto #5E9ED6; }
      header .navigation nav ul.ul-lvl3 {
        display: none;
        position: absolute;
        left: calc(345px + 73px);
        top: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 100;
        width: 100%;
        height: 100%;
        padding-left: 50px;
        margin-left: -50px; }

@media only screen and (max-width: 1919px) {
  header .navigation nav ul.ul-lvl3 {
    left: calc(345px + 20px); } }
        header .navigation nav ul.ul-lvl3.hide-lvl3 .li-lvl3 .link-lvl3 {
          opacity: 0;
          visibility: hidden;
          display: none; }
        header .navigation nav ul.ul-lvl3 .li-lvl3 {
          margin-bottom: 11px;
          display: block; }
          header .navigation nav ul.ul-lvl3 .li-lvl3.has-child > a {
            position: relative; }
            header .navigation nav ul.ul-lvl3 .li-lvl3.has-child > a:after {
              content: "";
              position: absolute;
              width: 11px;
              height: 11px;
              top: calc(50% - 4px);
              right: 2px;
              padding-right: 10px;
              background: url("/img/system/arrow-right-white.svg");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: center center; }
          header .navigation nav ul.ul-lvl3 .li-lvl3:hover > a, header .navigation nav ul.ul-lvl3 .li-lvl3.selected > a {
            color: #95C11F; }
          header .navigation nav ul.ul-lvl3 .li-lvl3 .link-lvl3 {
            color: #fff;
            position: relative;
            padding-right: 20px;
            font-size: 22px; }

@media only screen and (max-width: 1680px) {
  header .navigation nav ul.ul-lvl3 .li-lvl3 .link-lvl3 {
    max-width: 350px;
    word-break: break-word; } }
            header .navigation nav ul.ul-lvl3 .li-lvl3 .link-lvl3:focus {
              outline: 1px dotted #212121;
              outline: 5px auto #5E9ED6; }
      header .navigation nav ul.ul-lvl4 {
        display: none;
        position: absolute;
        left: 0px;
        top: 0;
        width: 400px; }
        header .navigation nav ul.ul-lvl4 .lvl-li-back .lvl-link-back {
          color: #fff; }
          header .navigation nav ul.ul-lvl4 .lvl-li-back .lvl-link-back:before {
            content: "";
            position: absolute;
            left: -20px;
            top: calc(50% - 4px);
            background: url(/img/system/arrow-right-white.svg);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            width: 11px;
            height: 11px;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
        header .navigation nav ul.ul-lvl4 .li-lvl4 {
          margin-bottom: 11px;
          display: block; }
          header .navigation nav ul.ul-lvl4 .li-lvl4 a {
            color: #fff; }
          header .navigation nav ul.ul-lvl4 .li-lvl4:hover .link-lvl4,
header .navigation nav ul.ul-lvl4 .li-lvl4:hover .lvl-link-back, header .navigation nav ul.ul-lvl4 .li-lvl4.selected .link-lvl4,
header .navigation nav ul.ul-lvl4 .li-lvl4.selected .lvl-link-back {
            color: #95C11F; }
          header .navigation nav ul.ul-lvl4 .li-lvl4 .link-lvl4 {
            color: #fff;
            font-size: 22px;
            line-height: 1em; }
    header .navigation .navigation-help {
      width: 390px;
      position: absolute;
      z-index: 103;
      right: 37px;
      top: 50px;
      text-align: center; }

@media (min-width: 1680px) {
  header .navigation .navigation-help {
    background: #002C50; }
    header .navigation .navigation-help:before {
      content: '';
      background: #002C50;
      height: 100%;
      width: 25px;
      display: inline-block;
      position: absolute;
      right: 100%;
      top: 0; } }
      header .navigation .navigation-help a.help-item {
        max-width: 320px;
        color: #fff;
        display: block;
        margin: 0 auto;
        text-align: center;
        position: relative; }
        header .navigation .navigation-help a.help-item:before {
          content: "";
          position: absolute;
          left: -60px;
          top: -30px;
          width: 1px;
          height: 511px;
          width: 1px;
          height: 511px;
          background: #fff; }
        header .navigation .navigation-help a.help-item img {
          display: block;
          margin: 0 auto;
          margin-top: 29px;
          margin-left: 93px;
          margin-bottom: 28px;
          text-align: center;
          max-width: 134px; }
        header .navigation .navigation-help a.help-item span, header .navigation .navigation-help a.help-item p {
          display: block; }
        header .navigation .navigation-help a.help-item span {
          font-size: 32px;
          line-height: 46px;
          color: #95C11F;
          margin: 0 auto;
          margin-bottom: 30px; }
        header .navigation .navigation-help a.help-item p {
          font-size: 21px;
          line-height: 33px;
          color: #fff;
          padding: 0;
          margin: 0; }
  header .navigation-icons {
    float: left;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 8px;
    margin-left: 17px;
    height: auto;
    z-index: 15;
    position: static; }

@media only screen and (max-width: 1680px) {
  header .navigation-icons {
    margin-top: 30px; } }

@media only screen and (max-width: 1679px) {
  header .navigation-icons {
    margin-top: 8px;
    margin-left: 90px; } }

@media only screen and (max-width: 1280px) {
  header .navigation-icons {
    margin-left: 60px; } }
    header .navigation-icons nav > ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header .navigation-icons nav > ul > li {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-right: 30px;
        position: static; }

@media only screen and (max-width: 1279px) {
  header .navigation-icons nav > ul > li {
    margin-right: 20px; } }

@media only screen and (max-width: 375px) {
  header .navigation-icons nav > ul > li {
    margin-right: 10px; } }
        header .navigation-icons nav > ul > li:before {
          display: none; }
        header .navigation-icons nav > ul > li:last-child {
          margin-right: 0; }
        header .navigation-icons nav > ul > li:hover .hidden-area {
          display: block; }
        header .navigation-icons nav > ul > li:hover > a {
          text-decoration: none !important; }
          header .navigation-icons nav > ul > li:hover > a svg * {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          header .navigation-icons nav > ul > li:hover > a svg path.aa, header .navigation-icons nav > ul > li:hover > a svg path.a3 {
            fill: #95C11F; }
          header .navigation-icons nav > ul > li:hover > a svg path.a2 {
            stroke: #95C11F; }
          header .navigation-icons nav > ul > li:hover > a svg path.b3 {
            stroke: #95C11F; }
          header .navigation-icons nav > ul > li:hover > a svg line.b2 {
            stroke: #95C11F; }
        header .navigation-icons nav > ul > li.icon:hover > a:after {
          opacity: 1; }
        header .navigation-icons nav > ul > li.active > a svg * {
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease; }
        header .navigation-icons nav > ul > li.active > a svg path.aa, header .navigation-icons nav > ul > li.active > a svg path.a3 {
          fill: #95C11F; }
        header .navigation-icons nav > ul > li.active > a svg path.a2 {
          stroke: #95C11F; }
        header .navigation-icons nav > ul > li.active > a svg path.b3 {
          stroke: #95C11F; }
        header .navigation-icons nav > ul > li.active > a svg line.b2 {
          stroke: #95C11F; }
        header .navigation-icons nav > ul > li.icon.active > a:after {
          opacity: 1; }
        header .navigation-icons nav > ul > li > a {
          height: 39px;
          display: block;
          text-align: center;
          position: relative;
          z-index: 16;
          cursor: pointer;
          text-decoration: none !important; }

@media only screen and (max-width: 1679px) {
  header .navigation-icons nav > ul > li > a {
    width: auto;
    height: auto;
    display: block;
    text-align: center; } }
          header .navigation-icons nav > ul > li > a span {
            font-size: 13px;
            color: #004070;
            display: block;
            margin-top: -10px; }

@media only screen and (max-width: 375px) {
  header .navigation-icons nav > ul > li > a span {
    font-size: 11px; } }
          header .navigation-icons nav > ul > li > a:focus, header .navigation-icons nav > ul > li > a.focusin {
            outline: 1px dotted #212121;
            outline: 5px auto #5E9ED6; }
            header .navigation-icons nav > ul > li > a:focus + .hidden-area, header .navigation-icons nav > ul > li > a.focusin + .hidden-area {
              display: block; }
          header .navigation-icons nav > ul > li > a svg {
            width: 30px; }

@media only screen and (max-width: 1680px) {
  header .navigation-icons nav > ul > li > a svg {
    width: 24px;
    height: 24px; } }
          header .navigation-icons nav > ul > li > a:after {
            content: "";
            width: 0;
            height: 0;
            width: 25px;
            height: 16px;
            position: absolute;
            bottom: -37px;
            left: calc(50% - 10.5px);
            opacity: 0;
            background: url(/img/system/down-arrow.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }

@media only screen and (max-width: 1680px) {
  header .navigation-icons nav > ul > li > a:after {
    bottom: -32px; } }

@media only screen and (max-width: 1679px) {
  header .navigation-icons nav > ul > li > a:after {
    bottom: -7px; } }
          header .navigation-icons nav > ul > li > a:before {
            content: "";
            width: 55px;
            height: 40px;
            display: block;
            position: absolute;
            left: -10px;
            bottom: -36px; }

@media only screen and (max-width: 1680px) {
  header .navigation-icons nav > ul > li > a:before {
    bottom: -16px; } }
        header .navigation-icons nav > ul > li .hidden-area {
          display: none;
          position: absolute;
          background: #002C50;
          width: 1367px;
          height: 608px;
          padding: 40px;
          padding-left: 50px;
          padding-right: 50px;
          border-radius: 10px;
          left: 50px;
          color: #fff;
          z-index: 15;
          top: 83px;
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }

@media only screen and (max-width: 1680px) {
  header .navigation-icons nav > ul > li .hidden-area {
    top: 100px; } }

@media only screen and (max-width: 1679px) {
  header .navigation-icons nav > ul > li .hidden-area {
    top: 70px;
    left: 15px; } }

@media only screen and (max-width: 1279px) {
  header .navigation-icons nav > ul > li .hidden-area {
    width: calc(100% - 30px);
    max-width: 100%;
    top: 70px;
    left: 15px; } }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li .hidden-area {
    width: calc(100% - 30px);
    max-width: 768px;
    padding: 20px;
    left: 15px;
    top: 60px;
    height: 450px; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li .hidden-area {
    min-height: 400px;
    overflow: scroll;
    height: calc(100vw - 90px); } }
        header .navigation-icons nav > ul > li.icon1 .hidden-area {
          width: 1010px;
          left: calc(50% - 460px); }

@media (max-width: 1679px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area {
    left: 15px; } }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area {
    width: calc(100% - 30px); } }
          header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box {
            text-align: center; }
            header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box h2,
header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .lookslikeh2 {
              color: #fff;
              padding: 0;
              margin: 0;
              margin-bottom: 43px;
              font-size: 32px;
              font-family: 'NeoSansMedium',sans-serif;
              line-height: 1em;
              display: block; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box h2,
header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .lookslikeh2 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 33px; } }
            header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              justify-content: center;
              -webkit-box-direction: normal;
              -webkit-box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: none;
              flex-wrap: nowrap;
              -webkit-box-align: stretch;
              -ms-flex-align: stretch;
              -webkit-align-items: stretch;
              -moz-align-items: stretch;
              align-items: stretch;
              text-align: center; }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
              header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item {
                padding-left: 52px;
                padding-right: 56px;
                position: relative; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item {
    padding: 15px; } }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:nth-child(1) img {
                  position: relative; }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:nth-child(2) {
                  position: relative; }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:nth-child(3) img {
                  position: relative; }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:first-child {
                  padding-left: 0; }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:first-child:after {
    display: none; } }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:last-child {
                  padding-right: 0; }
                  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:last-child:after {
                    display: none; }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:last-child:after {
    display: block; } }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:after {
                  content: "";
                  width: 1px;
                  height: 439px;
                  background: #fff;
                  position: absolute;
                  right: 0;
                  top: 0; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:after {
    height: 100%; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item:after {
    height: 1px;
    width: 100%;
    bottom: 0; } }
                header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner {
                  width: 100%;
                  max-width: 380px;
                  margin: auto;
                  display: block;
                  text-decoration: none !important; }
                  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-icon {
                    text-align: center;
                    margin-bottom: 50px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-icon {
    margin-bottom: 30px; } }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-icon img {
    width: 70px;
    height: 70px; } }
                  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text h3,
header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text .lookslikeh3 {
                    color: #95C11F;
                    padding: 0;
                    margin: 0;
                    margin-bottom: 30px;
                    font-size: 33px;
                    line-height: 1em;
                    font-family: 'NeoSansMedium',sans-serif;
                    display: block; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text h3,
header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text .lookslikeh3 {
    margin-bottom: 15px;
    font-size: 25px; } }
                  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text p {
                    color: #fff;
                    padding: 0;
                    margin: 0;
                    font-size: 21px;
                    line-height: 33px;
                    font-weight: normal;
                    margin: 0 auto;
                    max-width: 320px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon1 .hidden-area.servie-box .service-container .service-item .service-item-inner .service-text p {
    font-size: 15px;
    line-height: 25px; } }
        header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box {
          color: #fff; }
          header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex:after {
            content: "";
            display: table;
            clear: both; }
          header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left {
            padding-left: 370px;
            float: left; }

@media only screen and (max-width: 1279px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left {
    padding-left: 0; } }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left {
    width: 50%;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left {
    width: 100%;
    float: none; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left img {
              position: absolute;
              left: 0;
              bottom: 0;
              max-width: 450px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left img {
    display: none; } }

@media only screen and (max-width: 1279px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left img {
    display: none; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline {
              margin-bottom: 47px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline {
    margin-bottom: 20px; } }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline h2,
header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline span.looklikeh2 {
                font-size: 32px;
                line-height: 1.1em;
                color: #fff;
                font-family: 'NeoSansMedium',sans-serif;
                padding: 0;
                margin: 0; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline h2,
header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left .help-headline span.looklikeh2 {
    font-size: 25px;
    line-height: 33px; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left h3,
header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left span.lookslikeh3 {
              color: #95C11F;
              font-size: 21px;
              font-weight: bold;
              line-height: 33px;
              display: block;
              padding: 0;
              margin: 0; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left h3,
header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left span.lookslikeh3 {
    font-size: 15px;
    line-height: 25px; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p {
              font-weight: normal;
              font-size: 21px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p {
    font-size: 15px;
    line-height: 25px; } }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="tel:"] {
                font-size: 21px;
                font-weight: normal;
                text-decoration: none !important; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="tel:"] {
    font-size: 15px;
    line-height: 25px; } }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="mailto:"] {
                position: relative;
                padding-left: 15px;
                font-size: 21px;
                font-weight: normal;
                text-decoration: none !important; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="mailto:"] {
    font-size: 15px;
    line-height: 25px; } }
                header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="mailto:"]:before {
                  content: "";
                  position: absolute;
                  width: 15px;
                  height: 16px;
                  background: url("/img/system/arrow-right-white.svg");
                  background-size: 9px !important;
                  background-repeat: no-repeat;
                  position: absolute;
                  top: calc(50% - 7.5px);
                  right: 5px;
                  left: 0; }
                header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left p a[href^="mailto:"]:hover:before {
                  background: url("/img/system/arrow-right-green.svg");
                  background-size: 9px;
                  background-repeat: no-repeat; }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left a {
              color: #fff;
              -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left a:hover {
                color: #95C11F; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left a[href*="vor-ort-service"] {
                display: none; }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul {
              padding: 0;
              margin: 0; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li {
                list-style: none;
                position: relative;
                padding-left: 0; }
                header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li:before {
                  display: none; }
                header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li a {
                  display: inline-block;
                  font-weight: normal;
                  font-size: 21px;
                  text-decoration: none !important;
                  padding-left: 20px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li a {
    font-size: 15px;
    line-height: 25px; } }
                  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li a:before {
                    content: "";
                    position: absolute;
                    width: 15px;
                    height: 16px;
                    background: url("/img/system/arrow-right-white.svg");
                    background-size: contain;
                    background-repeat: no-repeat;
                    position: absolute;
                    top: calc(50% - 7.5px);
                    right: 5px;
                    left: 0; }
                  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-left ul li a:hover:before {
                    background: url("/img/system/arrow-right-green.svg");
                    background-size: contain;
                    background-repeat: no-repeat; }
          header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right {
            width: 434px;
            background: transparent;
            float: right;
            padding-left: 55px;
            position: relative;
            padding-top: 88px; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right {
    padding-top: 58px;
    width: 50%;
    padding-left: 40px; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right {
    width: 100%;
    max-width: 350px;
    padding-left: 0;
    padding-top: 0;
    float: none; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right:after {
              content: "";
              position: absolute;
              left: 0;
              top: 88px;
              width: 1px;
              height: 439px;
              background: #fff; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right:after {
    height: 240px;
    top: 60px; } }

@media only screen and (max-width: 767px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right:after {
    display: none; } }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-headline {
              margin-bottom: 30px; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-headline h2,
header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-headline .lookslikeh2 {
                font-size: 21px;
                line-height: 1em;
                color: #95C11F;
                font-weight: bold;
                display: block;
                padding: 0;
                margin: 0; }
            header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map {
              position: relative; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-image img {
                max-width: 344px;
                width: 100%; }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-links {
                position: absolute;
                top: 60px;
                left: 0; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-links {
    top: 40px; } }
                header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-links a {
                  display: inline-block;
                  color: #fff;
                  background: #95C11F;
                  font-size: 22px;
                  line-height: 1em;
                  padding: 6.5px 10px;
                  border-radius: 10px;
                  margin-right: 10px;
                  margin-bottom: 10px;
                  text-decoration: none !important; }
                  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-links a:hover {
                    color: #004070;
                    background: #fff; }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-links a {
    font-size: 15px; } }
              header .navigation-icons nav > ul > li.icon2 .hidden-area.help-box .help-box-flex .help-box-right .help-box-map .help-box-phone strong {
                font-size: 21px;
                line-height: 1.1em;
                color: #95C11F;
                display: block;
                margin-top: 20px;
                margin-bottom: 5px; }
        header .navigation-icons nav > ul > li.icon3 .hidden-area {
          width: 903px;
          height: auto;
          left: calc(50% - 483px);
          top: 83px; }
          header .navigation-icons nav > ul > li.icon3 .hidden-area .search-tags {
            display: none !important; }
            header .navigation-icons nav > ul > li.icon3 .hidden-area .search-tags a:hover span {
              background: #fff;
              color: #004070; }

@media only screen and (max-width: 1680px) {
  header .navigation-icons nav > ul > li.icon3 .hidden-area {
    top: 100px; } }

@media only screen and (max-width: 1679px) {
  header .navigation-icons nav > ul > li.icon3 .hidden-area {
    top: 70px;
    left: 15px; } }

@media only screen and (max-width: 1279px) {
  header .navigation-icons nav > ul > li.icon3 .hidden-area {
    width: calc(100% - 30px);
    max-width: 903px;
    left: 15px;
    top: 70px; } }

@media only screen and (max-width: 1023px) {
  header .navigation-icons nav > ul > li.icon3 .hidden-area {
    width: calc(100% - 30px);
    max-width: 768px;
    min-height: 100px;
    height: auto;
    left: 15px;
    top: 60px; } }
  header .logo {
    position: absolute;
    top: 40px;
    right: 30px;
    height: 110px;
    width: auto;
    max-width: 320px;
    transition: all 1s ease-in-out; }

@media (max-width: 1549px) and (min-width: 1400px) {
  header .logo {
    top: 25px; } }

@media (max-width: 1399px) and (min-width: 1280px) {
  header .logo {
    top: 25px;
    max-width: 260px;
    height: auto; } }

@media only screen and (max-width: 1279px) {
  header .logo {
    display: none; } }
  header .logo-mobile {
    display: none;
    position: fixed;
    top: 20px;
    right: 30px;
    transition: all 2s ease-in-out;
    width: 108px;
    height: auto; }

@media only screen and (max-width: 1279px) {
  header .logo-mobile {
    display: block; } }

@media only screen and (max-width: 375px) {
  header .logo-mobile {
    right: 5px; } }
  header.scroll .logo {
    height: 75px;
    top: 15px; }

@media only screen and (max-width: 1680px) {
  header.scroll .logo {
    top: 10px;
    height: 60px; } }

.lt-ie12 header.header-small {
  height: 130px; }

.lt-ie12 #navigation-animate {
  opacity: 1;
  top: -30px;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  -ms-transition: opacity 2s linear;
  transition: opacity 2s linear; }

.lt-ie12 .scroll #navigation-animate {
  opacity: 0; }

.menu-toggle {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 999; }
  .menu-toggle * {
    transition: .25s ease-in-out;
    box-sizing: border-box; }
  .menu-toggle span {
    display: block;
    background: #004070;
    border-radius: 2px; }
  .menu-toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%; }
    .menu-toggle .hamburger span {
      width: 30px;
      height: 4px;
      position: relative;
      top: 0;
      left: 0;
      margin: 4px 0; }
      .menu-toggle .hamburger span:nth-child(1) {
        transition-delay: .5s; }
      .menu-toggle .hamburger span:nth-child(2) {
        transition-delay: .625s; }
      .menu-toggle .hamburger span:nth-child(3) {
        transition-delay: .75s; }
  .menu-toggle .cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg); }
    .menu-toggle .cross span:nth-child(1) {
      height: 0%;
      width: 4px;
      position: absolute;
      top: 10%;
      left: 48px;
      transition-delay: 0s; }
    .menu-toggle .cross span:nth-child(2) {
      width: 0%;
      height: 4px;
      position: absolute;
      left: 10%;
      top: 48px;
      transition-delay: .25s; }

.menu-toggle.open .hamburger span {
  width: 0%; }
  .menu-toggle.open .hamburger span:nth-child(1) {
    transition-delay: 0s; }
  .menu-toggle.open .hamburger span:nth-child(2) {
    transition-delay: .125s; }
  .menu-toggle.open .hamburger span:nth-child(3) {
    transition-delay: .25s; }

.menu-toggle.open .cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s; }

.menu-toggle.open .cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s; }

.mobile-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  background: #fff; }
  .mobile-top:after {
    content: "";
    display: table;
    clear: both; }

.navigation-hamburger.mobilebutton {
  display: none;
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 999; }

@media only screen and (max-width: 1679px) {
  .navigation-hamburger.mobilebutton {
    display: block;
    top: 32px; } }

@media only screen and (max-width: 1279px) {
  .navigation-hamburger.mobilebutton {
    display: block;
    top: 24px; } }

#mobilenav ul {
  width: 390px; }

#mobilenav .mobile-suche {
  float: left;
  width: calc(100% - 70px); }
  #mobilenav .mobile-suche input {
    font-size: 25px;
    background: #fff;
    padding: 10px;
    padding-right: 50px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 70px; }
    #mobilenav .mobile-suche input.placeholder {
      color: #004070; }
    #mobilenav .mobile-suche input:-moz-placeholder {
      color: #004070; }
    #mobilenav .mobile-suche input::-moz-placeholder {
      color: #004070; }
    #mobilenav .mobile-suche input:-ms-input-placeholder {
      color: #004070; }
    #mobilenav .mobile-suche input::-webkit-input-placeholder {
      color: #004070; }
  #mobilenav .mobile-suche .search-btn {
    position: absolute;
    top: calc(50% - 12.5px);
    right: 15px;
    cursor: pointer; }
    #mobilenav .mobile-suche .search-btn svg {
      width: 24px;
      height: 24px; }
      #mobilenav .mobile-suche .search-btn svg * {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      #mobilenav .mobile-suche .search-btn svg path.a3 {
        fill: #95C11F; }
      #mobilenav .mobile-suche .search-btn svg path.b3 {
        stroke: #95C11F; }

@media only screen and (max-width: 575px) {
  #mobilenav {
    box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.3); } }

#mobilenav .menu-toggle {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  float: left;
  border-radius: 0;
  background: #fff; }
  #mobilenav .menu-toggle .hamburger {
    display: none; }
  #mobilenav .menu-toggle .cross span {
    background: #004070; }
    #mobilenav .menu-toggle .cross span:nth-child(1) {
      left: 33px;
      top: 35%; }
    #mobilenav .menu-toggle .cross span:nth-child(2) {
      top: 34px;
      left: 34%; }
  #mobilenav .menu-toggle.open .cross span:nth-child(1) {
    height: 21px;
    transition-delay: .625s; }
  #mobilenav .menu-toggle.open .cross span:nth-child(2) {
    width: 21px;
    transition-delay: .375s; }

[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'; }

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

.mobilenav-open body {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0; }

#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;
  font-size: 18px;
  line-height: 1.3rem;
  color: #fff;
  width: 100%;
  max-width: 414px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #002C50;
  background: -moz-linear-gradient(top, #002C50 50px, #002C50 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #002C50), color-stop(100%, #002C50));
  background: -webkit-linear-gradient(top, #002C50 50px, #002C50 100%);
  background: -o-linear-gradient(top, #002C50 50px, #002C50 100%);
  background: -ms-linear-gradient(top, #002C50 50px, #002C50 100%);
  background: linear-gradient(to bottom, #002C50 50px, #002C50 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: auto;
  padding-top: 115px;
  padding-left: 15px;
  padding-right: 15px; }
  .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;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none; }
    #mobilenav ul.sub {
      display: none; }
      #mobilenav ul.sub .mobilenav-li .mobilenav-a {
        font-size: 21px;
        font-weight: normal; }
        #mobilenav ul.sub .mobilenav-li .mobilenav-a:after {
          background: rgba(255, 255, 255, 0.35); }
  #mobilenav li {
    position: relative;
    z-index: 20;
    padding-left: 0; }
    #mobilenav li:before {
      display: none; }

.mobilenav-header {
  width: 100%;
  margin-bottom: 42px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer; }
  .mobilenav-header .mobilenav-header-link {
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 67%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mobilenav-header .mobilenav-back {
    position: relative;
    display: inline-block;
    padding-left: 20px; }
    .mobilenav-header .mobilenav-back * {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .mobilenav-header .mobilenav-back i {
      width: 10px;
      height: 20px;
      background: url("/img/system/arrow-right-white.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .mobilenav-header .mobilenav-back:hover {
      color: #95C11F; }
      .mobilenav-header .mobilenav-back:hover i {
        background: url("/img/system/arrow-right-green.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }

.mobilenav-submenu {
  padding: 10px;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 30;
  top: calc(50% - 20px);
  right: -8px;
  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; }
  .mobilenav-submenu.large-btn {
    width: 100%;
    height: 70px;
    top: 0;
    right: 0; }
    .mobilenav-submenu.large-btn i {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: calc(-100% + 12px); }
  .mobilenav-submenu i {
    width: 10px;
    height: 20px;
    background: url("/img/system/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: -10px; }
  .mobilenav-submenu:hover i {
    background: url("/img/system/arrow-right-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.slidewrap {
  position: absolute;
  display: flex;
  height: 100%;
  -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; }

.mobilenav-ul {
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0; }

.mobilenav-li {
  -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; }

.mobilenav-a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: transparent;
  font-size: 25px;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: 'NeoSansMedium',sans-serif;
  -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;
  position: relative; }
  .mobilenav-a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mobilenav-a:hover, .selected > .mobilenav-a {
    text-decoration: none;
    background: transparent;
    color: #95C11F; }

li.mobile-meta-li {
  margin-top: 20px;
  margin-bottom: 20px; }
  li.mobile-meta-li a {
    color: #fff;
    text-decoration: none; }

@media only screen and (max-width: 1679px) {
  #mobilenav,
.mobile-logo,
.navigation-hamburger {
    display: block; } }

.search-box.search-box-top .search-inner {
  max-width: 808px; }

@media only screen and (max-width: 1023px) {
  .search-box.search-box-top .search-inner .search-tags span {
    font-size: 20px !important;
    line-height: 1em !important;
    padding: 4px 10px !important; } }

@media only screen and (max-width: 1279px) {
  .search-box.search-kv {
    padding: 15px;
    padding-top: 0; } }

.search-box.search-kv .search-inner {
  position: relative;
  max-width: 671px;
  margin: 0 auto; }

.search-box.search-kv .search-input {
  margin-bottom: 30px; }

@media only screen and (max-width: 1023px) {
  .search-box.search-kv .search-input input {
    font-size: 17px; } }

@media only screen and (max-width: 1279px) {
  .search-box.search-kv .search-input input {
    font-size: 17px !important; } }
  .search-box.search-kv .search-input input:focus {
    outline: 1px dotted #212121;
    outline: 5px auto #5E9ED6; }

.search-box.search-kv .search-vorschlag {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
  display: none;
  z-index: 10; }
  .search-box.search-kv .search-vorschlag a {
    text-decoration: none !important; }

.search-box.search-kv .search-tags span a {
  color: #fff;
  display: block;
  text-decoration: none; }
  .search-box.search-kv .search-tags span a:hover span {
    background: #004070; }

@media only screen and (max-width: 1279px) {
  .search-box.search-kv .search-tags span {
    font-size: 20px !important; } }

@media only screen and (max-width: 1023px) {
  .search-box.search-kv .search-tags span {
    font-size: 20px !important;
    line-height: 1em !important;
    padding: 4px 10px !important; } }

.search-box .search-inner .search-input {
  position: relative; }
  .search-box .search-inner .search-input input {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
    background: #fff;
    border-radius: 10px;
    padding: 13.5px;
    padding-right: 70px;
    box-shadow: none !important;
    border: none;
    margin-bottom: 1px;
    color: #004070; }
    .search-box .search-inner .search-input input.placeholder {
      color: #004070; }
    .search-box .search-inner .search-input input:-moz-placeholder {
      color: #004070; }
    .search-box .search-inner .search-input input::-moz-placeholder {
      color: #004070; }
    .search-box .search-inner .search-input input:-ms-input-placeholder {
      color: #004070; }
    .search-box .search-inner .search-input input::-webkit-input-placeholder {
      color: #004070; }

@media only screen and (max-width: 1023px) {
  .search-box .search-inner .search-input input {
    font-size: 17px;
    padding: 10px;
    padding-right: 50px; } }
  .search-box .search-inner .search-input .search-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 23.5px;
    top: calc(50% - 17px);
    cursor: pointer;
    z-index: 20; }

@media only screen and (max-width: 1023px) {
  .search-box .search-inner .search-input .search-btn {
    width: 22px;
    height: 22px;
    top: calc(50% - 13px); } }
    .search-box .search-inner .search-input .search-btn svg {
      width: 34px;
      height: 34px; }

@media only screen and (max-width: 1023px) {
  .search-box .search-inner .search-input .search-btn svg {
    width: 22px;
    height: 22px; } }
      .search-box .search-inner .search-input .search-btn svg * {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .search-box .search-inner .search-input .search-btn svg path.a3 {
        fill: #95C11F; }
      .search-box .search-inner .search-input .search-btn svg path.b3 {
        stroke: #95C11F; }

.search-box .search-inner .search-vorschlag {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 9px;
  padding-left: 16px;
  margin-bottom: 0;
  display: none; }
  .search-box .search-inner .search-vorschlag.show {
    display: block; }
  .search-box .search-inner .search-vorschlag a {
    display: block;
    font-size: 21px;
    line-height: 31px;
    font-weight: normal;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #004070; }
    .search-box .search-inner .search-vorschlag a:hover {
      color: #95C11F; }

.search-box .search-inner .search-tags {
  margin-top: 10px;
  margin-right: -10px; }
  .search-box .search-inner .search-tags span {
    background: #95C11F;
    font-size: 22px;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 10px;
    padding: 6.5px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .search-box .search-inner .search-tags span:hover {
      background: #002C50; }
    .search-box .search-inner .search-tags span a {
      color: #fff;
      display: block;
      text-decoration: none; }
  .search-box .search-inner .search-tags:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both; }

main {
  min-height: 500px;
  position: relative; }
  main .sidebar {
    position: relative;
    right: 0;
    top: 200px;
    z-index: 20; }
    main .sidebar .cd-nav-trigger {
      display: none; }

@media only screen and (max-width: 1279px) {
  main .sidebar {
    display: none; } }

@media only screen and (max-width: 1023px) {
  main .sidebar {
    display: none; } }
    main .sidebar nav {
      z-index: 999;
      position: fixed;
      right: 40px;
      left: 0;
      top: 50%;
      bottom: auto;
      width: auto;
      max-width: 1920px;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      left: auto; }

@media only screen and (max-width: 1920px) {
  main .sidebar nav {
    left: auto;
    width: auto; } }

@media only screen and (max-width: 1679px) {
  main .sidebar nav {
    right: 10px; } }
      main .sidebar nav ul {
        padding: 0;
        margin: 0; }
        main .sidebar nav ul li {
          list-style: none;
          text-align: right;
          padding-left: 0;
          position: relative; }
          main .sidebar nav ul li:before {
            display: none; }
          main .sidebar nav ul li a {
            display: inline-block;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
            main .sidebar nav ul li a span {
              float: right;
              display: inline-block;
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
              main .sidebar nav ul li a span.cd-dot {
                position: relative;
                top: 8px;
                height: 13px;
                width: 13px;
                border-radius: 50%;
                border: 2px solid #91B50D;
                background: #fff;
                -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
                -moz-transition: -moz-transform 0.2s, background-color 0.5s;
                transition: transform 0.2s, background-color 0.5s;
                -webkit-transform-origin: 50% 50%;
                -moz-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
                main .sidebar nav ul li a span.cd-dot:after {
                  content: "";
                  width: 9px;
                  height: 9px;
                  background: #24977E;
                  border-radius: 100%;
                  position: absolute;
                  left: 0;
                  top: 0;
                  opacity: 0;
                  -webkit-transform: scale(0.7);
                  -moz-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                  -o-transform: scale(0.7);
                  transform: scale(0.7); }
              main .sidebar nav ul li a span.cd-label {
                position: relative;
                color: white;
                font-size: 21px;
                line-height: 1em;
                font-weight: bold;
                -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
                -moz-transition: -moz-transform 0.2s, opacity 0.2s;
                transition: transform 0.2s, opacity 0.2s;
                opacity: 0;
                position: absolute;
                right: 30px;
                top: 15px;
                z-index: 10;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
                text-shadow: 0 0 5px #000; }

@media only screen and (max-width: 1679px) {
  main .sidebar nav ul li a span.cd-label {
    display: none; } }
            main .sidebar nav ul li a.is-selected span.cd-dot {
              -webkit-transform: scale(1.7);
              -moz-transform: scale(1.7);
              -ms-transform: scale(1.7);
              -o-transform: scale(1.7);
              transform: scale(1.7); }
              main .sidebar nav ul li a.is-selected span.cd-dot:after {
                opacity: 1;
                -webkit-transform: scale(0.7);
                -moz-transform: scale(0.7);
                -ms-transform: scale(0.7);
                -o-transform: scale(0.7);
                transform: scale(0.7); }
            main .sidebar nav ul li a.is-selected span.cd-label {
              opacity: 1;
              -webkit-transform: scale(1);
              -moz-transform: scale(1);
              -ms-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1); }
            main .sidebar nav ul li a:hover span {
              -webkit-transform: scale(1.7);
              -moz-transform: scale(1.7);
              -ms-transform: scale(1.7);
              -o-transform: scale(1.7);
              transform: scale(1.7); }
              main .sidebar nav ul li a:hover span.cd-dot:after {
                -webkit-transform: scale(0.7);
                -moz-transform: scale(0.7);
                -ms-transform: scale(0.7);
                -o-transform: scale(0.7);
                transform: scale(0.7);
                opacity: 1; }
              main .sidebar nav ul li a:hover span.cd-label {
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1); }
            main .sidebar nav ul li a:after {
              content: "";
              display: table;
              clear: both; }
  main .page-startseite {
    position: relative; }
    main .page-startseite .keyvisual {
      margin-bottom: 0;
      overflow: hidden; }

@media only screen and (max-width: 575px) {
  main .page-content.page-nokv {
    padding-top: 120px; } }
  main .page-content .onpublix-container h1:last-child {
    margin-bottom: 0; }
  main .page-content .onpublix-container .image-container:last-child {
    margin-bottom: 0; }
  main .page-content .onpublix-container h1, main .page-content .onpublix-container h2, main .page-content .onpublix-container p, main .page-content .onpublix-container a, main .page-content .onpublix-container span, main .page-content .onpublix-container ul, main .page-content .onpublix-container ol, main .page-content .onpublix-container .youtube {
    max-width: 1155px; }
  main .page-content .onpublix-container h1 {
    margin-bottom: 42px; }
  main .page-content .onpublix-container p {
    margin: 0 0 30px 0; }
    main .page-content .onpublix-container p + h2 {
      margin-top: 155px; }

@media only screen and (max-width: 767px) {
  main .page-content .onpublix-container p + h2 {
    margin-top: 45px; } }
    main .page-content .onpublix-container p + h3 {
      margin-top: 30px; }
  main svg#morph-example path.belkawFlat {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease; }
  main.header-small svg#morph-example path.belkawFlat {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    fill: #fff; }

@media only screen and (max-width: 767px) {
  main.header-small svg#morph-example path.belkawFlat {
    opacity: 0; } }
  main.header-small #navigation-animate {
    z-index: 26 !important; }
  main .keyvisual {
    position: relative; }
    main .keyvisual .kv-images {
      position: relative; }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-images {
    max-height: 720px;
    overflow: hidden; } }
    main .keyvisual .kv-img.kv-img-back {
      max-width: 1920px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-img.kv-img-back {
    height: 100%; } }

@media only screen and (max-width: 1024px) {
  main .keyvisual .kv-img.kv-img-back {
    width: 100%;
    height: 75vh; } }
    main .keyvisual .kv-img.kv-img-front {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation-duration: 5s;
      animation-fill-mode: forwards;
      animation-name: fadeInBgIntro;
      animation-delay: 2s;
      animation-name: fadeInFgIntro;
      max-width: 1920px;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-img.kv-img-front {
    height: 100%; } }
    main .keyvisual .kv-headline .double-link.text-link {
      text-align: left;
      margin-top: 20px; }
      main .keyvisual .kv-headline .double-link.text-link p {
        text-align: left;
        margin-left: 45px; }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-headline .double-link.text-link p {
    margin-left: 10px; }
    main .keyvisual .kv-headline .double-link.text-link p a {
      font-size: 20px;
      padding-right: 36px; } }

@media only screen and (max-width: 991px) {
  main .keyvisual.keyvisual-content {
    padding-top: 70px; } }
    main .keyvisual.keyvisual-content img {
      height: calc(100vh - 140px);
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      min-height: 650px; }

@media only screen and (max-width: 1280px) {
  main .keyvisual.keyvisual-content img {
    height: auto;
    min-height: 1px; } }
    main .keyvisual .kv-headline {
      position: absolute;
      top: 37%;
      left: 0;
      z-index: 25; }

@media only screen and (max-width: 1680px) {
  main .keyvisual .kv-headline {
    top: 27%; } }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-headline {
    top: 170px; } }

@media only screen and (max-width: 885px) {
  main .keyvisual .kv-headline {
    top: 145px; } }

@media only screen and (max-width: 835px) {
  main .keyvisual .kv-headline {
    top: 145px; } }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline {
    position: static;
    top: 0;
    background: #002C50;
    padding: 15px; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline {
    position: static;
    top: 0;
    background: #002C50;
    padding: 15px; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline {
    position: static;
    top: 0;
    background: #002C50;
    padding: 15px; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline {
    position: static;
    top: 0;
    background: #002C50;
    padding: 15px; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline {
    position: static;
    top: 0;
    background: #002C50;
    padding: 15px; }
    main .keyvisual .kv-headline .double-link .text-link p {
      margin-left: 0; }
      main .keyvisual .kv-headline .double-link .text-link p a {
        background: #95C11F;
        border: 1px solid #95C11F; }
        main .keyvisual .kv-headline .double-link .text-link p a:hover {
          background: #002C50;
          border: 1px solid #95C11F; } }
      main .keyvisual .kv-headline div span {
        padding: 0;
        margin: 0;
        padding-left: 49px;
        padding-top: 2px;
        padding-bottom: 3px;
        padding-right: 27px;
        display: table;
        background: #95C11F;
        color: #fff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 2; }
        main .keyvisual .kv-headline div span:nth-child(1) {
          position: relative; }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline div span:nth-child(1) {
    position: static;
    z-index: 200; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div span:nth-child(1) {
    position: static;
    z-index: 200; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div span:nth-child(1) {
    position: static;
    z-index: 200; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div span:nth-child(1) {
    position: static;
    z-index: 200; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div span:nth-child(1) {
    position: static;
    z-index: 200; } }
        main .keyvisual .kv-headline div span:nth-child(2) {
          position: relative;
          top: -6px;
          z-index: 1; }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline div span:nth-child(2) {
    position: static; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div span:nth-child(2) {
    position: static; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div span:nth-child(2) {
    position: static; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div span:nth-child(2) {
    position: static; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div span:nth-child(2) {
    position: static; } }
      main .keyvisual .kv-headline div:first-child {
        margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline div:first-child {
    margin-bottom: 0; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div:first-child {
    margin-bottom: 0; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div:first-child {
    margin-bottom: 0; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div:first-child {
    margin-bottom: 0; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div:first-child {
    margin-bottom: 0; } }
        main .keyvisual .kv-headline div:first-child span {
          font-size: 32px;
          line-height: 36px;
          line-height: 1.3em;
          font-weight: normal; }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-headline div:first-child span {
    font-size: 22px;
    padding-left: 15px; } }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline div:first-child span {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 5px;
    color: #95C11F;
    font-size: 16px; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div:first-child span {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 5px;
    color: #95C11F;
    font-size: 16px; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div:first-child span {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 5px;
    color: #95C11F;
    font-size: 16px; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div:first-child span {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 5px;
    color: #95C11F;
    font-size: 16px; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div:first-child span {
    display: inline-block;
    padding: 0;
    background: none;
    margin-right: 5px;
    color: #95C11F;
    font-size: 16px; } }
      main .keyvisual .kv-headline div h2 {
        padding: 0;
        margin: 0; }

@media only screen and (max-width: 1023px) {
  main .keyvisual .kv-headline div h2 {
    width: 100%;
    max-width: 100%;
    font-size: 25px;
    line-height: 33px; } }
        main .keyvisual .kv-headline div h2 span {
          background: #002C50;
          font-size: 52px;
          line-height: 1.4em;
          text-transform: uppercase; }

@media only screen and (max-width: 1680px) {
  main .keyvisual .kv-headline div h2 span {
    font-size: 52px; } }

@media only screen and (max-width: 1380px) {
  main .keyvisual .kv-headline div h2 span {
    font-size: 52px; } }

@media only screen and (max-width: 1279px) {
  main .keyvisual .kv-headline div h2 span {
    font-size: 23px;
    line-height: 47px;
    padding-left: 15px; } }

@media only screen and (max-width: 767px) {
  main .keyvisual .kv-headline div h2 span {
    padding-left: 0;
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    font-size: 25px;
    line-height: 1.1em; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div h2 span {
    padding-left: 0;
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    font-size: 25px;
    line-height: 1.1em; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div h2 span {
    padding-left: 0;
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    font-size: 25px;
    line-height: 1.1em; } }

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  main .keyvisual .kv-headline div h2 span {
    padding-left: 0;
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    font-size: 25px;
    line-height: 1.1em; } }

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  main .keyvisual .kv-headline div h2 span {
    padding-left: 0;
    background: none;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
    font-size: 25px;
    line-height: 1.1em; } }
    main .keyvisual #navigation-animate {
      position: fixed;
      top: 0;
      width: 100%;
      pointer-events: none;
      z-index: 26; }

@media only screen and (max-width: 1279px) {
  main .keyvisual #navigation-animate {
    top: 0;
    left: 0;
    width: 1279px; } }

@media only screen and (max-width: 1023px) {
  main .keyvisual #navigation-animate {
    top: 0;
    left: -270px;
    width: 1280px; } }

@media only screen and (max-width: 768px) {
  main .keyvisual #navigation-animate {
    top: -52px;
    left: -270px;
    width: 1024px; } }

@media only screen and (max-width: 575px) {
  main .keyvisual #navigation-animate {
    display: none; } }
    main .keyvisual .master-search {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      pointer-events: none;
      margin-top: 55px; }

@media only screen and (max-width: 991px) {
  main .keyvisual .master-search {
    margin-top: 30px; } }
      main .keyvisual .master-search .search-inner {
        pointer-events: auto; }
      main .keyvisual .master-search .search-vorschlag {
        bottom: 20px;
        border: 1px solid #cdcdcd; }

@media only screen and (max-width: 1023px) {
  main .keyvisual .master-search .search-vorschlag {
    bottom: 0; } }

@media only screen and (max-width: 767px) {
  main .keyvisual .master-search .search-vorschlag {
    bottom: auto;
    top: 50px; } }

@media only screen and (max-width: 1279px) {
  main .keyvisual .master-search .search-vorschlag a {
    font-size: 20px;
    line-height: 24px; } }
      main .keyvisual .master-search .search-tags {
        position: static; }
  main .slide-section {
    position: relative; }
    main .slide-section:not(.keyvisual) {
      padding-top: 85px;
      padding-bottom: 80px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual) {
    padding-top: 45px;
    padding-bottom: 45px; } }
      main .slide-section:not(.keyvisual) iframe:not(.youtube-iframe) {
        width: 100% !important; }
      main .slide-section:not(.keyvisual).icons .container {
        overflow: hidden; }
      main .slide-section:not(.keyvisual).double-box {
        padding-bottom: 70px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).double-box {
    padding-bottom: 30px; } }
      main .slide-section:not(.keyvisual).triple-box {
        padding-bottom: 70px; }
        main .slide-section:not(.keyvisual).triple-box .container {
          overflow: hidden; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).triple-box {
    padding-bottom: 30px; } }
      main .slide-section:not(.keyvisual).ratgeber.blue {
        padding-bottom: 112px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).ratgeber.blue {
    padding-bottom: 30px; } }
      main .slide-section:not(.keyvisual).ratgeber.white {
        padding-bottom: 108px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).ratgeber.white {
    padding-bottom: 30px; } }
      main .slide-section:not(.keyvisual).ort {
        padding-bottom: 131px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).ort {
    padding-bottom: 30px; } }
      main .slide-section:not(.keyvisual).green .ratgeber .ratgeber-cloud p a {
        background: #002C50; }
        main .slide-section:not(.keyvisual).green .ratgeber .ratgeber-cloud p a:hover {
          background: #fff;
          color: #004070; }
      main .slide-section:not(.keyvisual).slide-editor {
        padding-top: 85px; }

@media only screen and (max-width: 767px) {
  main .slide-section:not(.keyvisual).slide-editor {
    padding-top: 45px; } }
        main .slide-section:not(.keyvisual).slide-editor.grey .double-box .double-item .double-text p, main .slide-section:not(.keyvisual).slide-editor.white .double-box .double-item .double-text p {
          color: #004070; }
        main .slide-section:not(.keyvisual).slide-editor.grey .double-box .double-item .double-link p, main .slide-section:not(.keyvisual).slide-editor.white .double-box .double-item .double-link p {
          color: #004070; }
        main .slide-section:not(.keyvisual).slide-editor + #main_inhalt_getKontakt {
          margin-top: 0px; }
      main .slide-section:not(.keyvisual).ondb-teaser {
        padding-top: 85px; }
        main .slide-section:not(.keyvisual).ondb-teaser:last-child {
          padding-bottom: 95px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).ondb-teaser {
    padding-top: 45px;
    padding-bottom: 45px; } }
      main .slide-section:not(.keyvisual).no-keyvisual {
        height: 312px;
        pointer-events: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 25;
        overflow: hidden; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).no-keyvisual {
    height: 300px; } }

@media only screen and (max-width: 575px) {
  main .slide-section:not(.keyvisual).no-keyvisual {
    height: 100px;
    overflow: visible; } }
        main .slide-section:not(.keyvisual).no-keyvisual #navigation-animate {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          pointer-events: none; }

@media only screen and (max-width: 1279px) {
  main .slide-section:not(.keyvisual).no-keyvisual #navigation-animate {
    top: 0;
    left: 0;
    width: 1279px; } }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).no-keyvisual #navigation-animate {
    top: 0;
    left: -270px;
    width: 1280px; } }

@media only screen and (max-width: 768px) {
  main .slide-section:not(.keyvisual).no-keyvisual #navigation-animate {
    top: 0;
    left: -270px;
    width: 1024px; } }

@media only screen and (max-width: 575px) {
  main .slide-section:not(.keyvisual).no-keyvisual #navigation-animate {
    display: none; } }
        main .slide-section:not(.keyvisual).no-keyvisual .kv-headline {
          position: absolute;
          bottom: -21px;
          left: 0;
          z-index: 25;
          width: 100%; }

@media only screen and (max-width: 575px) {
  main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div h2 {
    width: calc(100% - 30px); } }
          main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div span {
            padding: 0;
            margin: 0;
            padding-left: 34px;
            padding-top: 8px;
            padding-right: 20px;
            display: table;
            background: #95C11F;
            color: #fff;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            text-transform: uppercase;
            font-size: 46px;
            line-height: 1.1em;
            font-family: 'NeoSansMedium',sans-serif;
            position: relative;
            z-index: 2; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div span {
    font-size: 36px;
    line-height: 1.4em; } }

@media only screen and (max-width: 767px) {
  main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div span {
    font-size: 6vw; } }
            main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div span:nth-child(2) {
              position: relative;
              top: -6px;
              line-height: 1.3em;
              z-index: 1; }
          main .slide-section:not(.keyvisual).no-keyvisual .kv-headline div h2 span {
            background: #95C11F; }
        main .slide-section:not(.keyvisual).no-keyvisual + .breadcrumb {
          margin-top: -85px; }
        main .slide-section:not(.keyvisual).no-keyvisual + .breadcrumb + .slide-section.slide-editor {
          padding-top: 35px; }
      main .slide-section:not(.keyvisual) h2 {
        font-size: 52px;
        font-family: 'NeoSansMedium',sans-serif;
        line-height: 1.2em;
        padding: 0;
        margin: 0;
        margin-bottom: 33px; }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual) h2 {
    font-size: 25px;
    line-height: 30px; } }

@media only screen and (max-width: 1023px) {
  main .slide-section:not(.keyvisual) h2 {
    font-size: 25px;
    line-height: 30px; } }
    main .slide-section.green {
      color: #fff; }
    main .slide-section.blue {
      color: #fff; }
    main .slide-section.white .onAccordion .ui-accordion-header,
main .slide-section.white .onAccordion .ui-accordion-content {
      background: #e9e9e9; }
      .isIE main .slide-section.white .onAccordion .ui-accordion-header, .isIE main .slide-section.white .onAccordion .ui-accordion-content {
        border: 1px solid #e9e9e9; }
  main .text-link p {
    padding: 0;
    margin: 0;
    text-align: right;
    max-width: 605px;
    margin-bottom: 0 !important; }
    main .text-link p a {
      display: inline-block;
      background: #002C50;
      position: relative;
      font-size: 26px;
      font-weight: normal;
      line-height: 1em;
      padding: 10px;
      padding-left: 14px;
      padding-right: 46px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none; }
      main .text-link p a.pdf {
        padding-left: 40px; }
        main .text-link p a.pdf:before {
          background: url(/img/system/pdf-white.svg);
          left: 8px;
          top: calc(50% - 14px); }

@media only screen and (max-width: 1023px) {
  main .text-link p a {
    font-size: 14px; } }
      main .text-link p a:hover {
        text-decoration: none; }
      main .text-link p a:before {
        display: none !important; }
      main .text-link p a:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url("/img/system/arrow-right-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.5px);
        right: 7px;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        transition: background 0.5s linear; }
      main .text-link p a:hover {
        color: #fff; }
  main .text-link.link-left p {
    text-align: left; }
  main .text-link.link-right p {
    text-align: right; }
  main .text-link.text-link-back p a {
    padding-right: 14px;
    padding-left: 30px; }
    main .text-link.text-link-back p a:after {
      right: 0;
      left: 7px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

@media only screen and (max-width: 1023px) {
  main .icons .row-slider .col-sm-3 {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto; } }
  main .icons h2 {
    color: #004070; }
  main .icons .icon-item {
    text-align: center;
    max-width: 100%;
    margin: 0 auto; }
    main .icons .icon-item img {
      margin: 0 auto;
      margin-bottom: 46px;
      max-width: 132px;
      width: 100%;
      height: auto; }

@media only screen and (max-width: 1023px) {
  main .icons .icon-item img {
    margin: 0 auto;
    margin-bottom: 25px; } }
    main .icons .icon-item h3 {
      font-size: 36px;
      line-height: 42px;
      color: #95C11F;
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }

@media only screen and (max-width: 1023px) {
  main .icons .icon-item h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px; } }
    main .icons .icon-item p {
      font-size: 21px;
      font-weight: normal;
      line-height: 33px;
      padding: 0;
      margin: 0; }

@media only screen and (max-width: 1023px) {
  main .icons .icon-item p {
    font-size: 15px;
    line-height: 25px; } }
  main .double-box + .double-box {
    margin-top: 50px; }

@media only screen and (max-width: 1023px) {
  main .double-box + .double-box {
    margin-top: 25px; } }
  main .double-box p, main .double-box a, main .double-box h2 {
    color: #fff; }
  main .double-box.white p, main .double-box.white h2 {
    color: #004070; }

@media only screen and (max-width: 575px) {
  main .double-box .col-sm-6 {
    margin-bottom: 30px; }
    main .double-box .col-sm-6:last-child {
      margin-bottom: 0; } }
  main .double-box .double-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; }
    main .double-box .double-item .double-image {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden;
      max-width: 671px; }
      main .double-box .double-item .double-image:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      main .double-box .double-item .double-image img {
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      main .double-box .double-item .double-image p {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 37px;
        left: 0;
        display: inline-block;
        background: #002C50;
        color: #fff;
        font-size: 36px;
        font-family: 'NeoSansMedium',sans-serif;
        line-height: 1em;
        padding: 11px;
        padding-left: 30px;
        text-transform: uppercase;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-weight: 400; }

@media only screen and (max-width: 1023px) {
  main .double-box .double-item .double-image p {
    font-size: 25px;
    padding-left: 10px; } }
    main .double-box .double-item .double-text {
      margin-bottom: 0;
      padding-bottom: 75px; }

@media only screen and (max-width: 1023px) {
  main .double-box .double-item .double-text {
    margin-bottom: 0;
    padding-bottom: 50px; } }
      main .double-box .double-item .double-text p {
        padding: 0;
        margin: 0;
        max-width: 605px; }
    main .double-box .double-item .double-link {
      position: absolute;
      bottom: 0;
      right: 0; }
      main .double-box .double-item .double-link a {
        text-decoration: none !important; }

@media only screen and (max-width: 1023px) {
  main .triple-box .triple-item {
    max-width: 429px;
    margin: 0 auto; } }
  main .triple-box .triple-item .triple-image {
    margin-bottom: 28px;
    overflow: hidden;
    max-width: 429px; }
    main .triple-box .triple-item .triple-image img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    main .triple-box .triple-item .triple-image:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  main .triple-box .triple-item .triple-text {
    margin-bottom: 46px; }

@media only screen and (max-width: 1023px) {
  main .triple-box .triple-item .triple-text {
    margin-bottom: 20px; } }
    main .triple-box .triple-item .triple-text h3 {
      color: #95C11F;
      font-size: 36px;
      line-height: 42px;
      font-family: 'NeoSansMedium',sans-serif; }

@media only screen and (max-width: 1023px) {
  main .triple-box .triple-item .triple-text h3 {
    font-size: 20px;
    line-height: 25px; } }
      main .triple-box .triple-item .triple-text h3 a {
        text-decoration: none; }
    main .triple-box .triple-item .triple-text p {
      padding: 0;
      margin: 0; }
      main .triple-box .triple-item .triple-text p a {
        display: inline-block;
        color: #95C11F; }
  main .ratgeber .ratgeber-image {
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 671px; }
    main .ratgeber .ratgeber-image iframe {
      width: 100% !important; }
    main .ratgeber .ratgeber-image img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    main .ratgeber .ratgeber-image:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

@media only screen and (max-width: 1023px) {
  main .ratgeber .ratgeber-text p {
    margin-bottom: 20px !important; } }
  main .ratgeber .ratgeber-cloud {
    margin-top: 42px; }

@media only screen and (max-width: 1023px) {
  main .ratgeber .ratgeber-cloud {
    margin-top: 0; } }
    main .ratgeber .ratgeber-cloud p {
      display: block;
      padding: 0;
      margin: 0;
      margin-bottom: 0; }
      main .ratgeber .ratgeber-cloud p a {
        display: inline-block;
        color: #fff;
        background: #95C11F;
        border-radius: 10px;
        padding: 0;
        margin: 0;
        padding: 10px;
        font-size: 36px;
        line-height: 1em;
        font-weight: normal;
        text-decoration: none;
        margin-bottom: 10px;
        margin-right: 10px; }

@media only screen and (max-width: 1023px) {
  main .ratgeber .ratgeber-cloud p a {
    font-size: 20px;
    line-height: 30px;
    padding: 0 10px; } }
  main .ratgeber.green .ratgeber-cloud p a {
    background: #002C50; }
    main .ratgeber.green .ratgeber-cloud p a:hover {
      background: #fff;
      color: #004070; }
  main .button__ical .st0 {
    transition: all 0.5 ease; }
  main .button__ical:hover svg .st0 {
    fill: #95C11F !important; }
  main .youtube--item {
    position: relative; }
    main .youtube--item:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100px;
      height: 100px;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='youtube' class='svg-inline--fa fa-youtube fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23FF0000' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'%3E%3C/path%3E%3C/svg%3E");
      opacity: 1;
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 10;
      pointer-events: none;
      transition: all 0.4s linear; }
    main .youtube--item:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: #004070;
      opacity: 0;
      z-index: 9;
      pointer-events: none;
      transition: all 0.4s linear; }
    main .youtube--item:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fab' data-icon='youtube' class='svg-inline--fa fa-youtube fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'%3E%3C/path%3E%3C/svg%3E"); }
    main .youtube--item:hover:before {
      opacity: 0.5; }

@media only screen and (max-width: 991px) {
  main .ort .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; } }

@media only screen and (max-width: 1380px) {
  main .ort .col-xl-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; } }

@media (max-width: 991px) {
  main .ort .col-xl-6 + .col-xl-6 {
    display: flex;
    flex-direction: column; }
    main .ort .col-xl-6 + .col-xl-6 .ort-text {
      order: 2; }
    main .ort .col-xl-6 + .col-xl-6 .hidden-text {
      margin-bottom: 20px; } }
  main .ort .ort-map .karte {
    position: relative;
    top: 40px; }

@media only screen and (max-width: 1380px) {
  main .ort .ort-map .karte {
    top: 0; } }

@media only screen and (max-width: 1380px) {
  main .ort .ort-map .karte svg {
    display: none; } }

@media only screen and (max-width: 575px) {
  main .ort .ort-map .karte {
    margin-bottom: 20px; } }
    main .ort .ort-map .karte .ort-item {
      display: inline-block;
      padding: 6.5px 7px;
      background: #95C11F;
      color: #fff;
      font-size: 22px;
      font-weight: normal;
      line-height: 1em;
      border-radius: 10px;
      position: absolute;
      text-decoration: none !important;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }

@media only screen and (max-width: 1380px) {
  main .ort .ort-map .karte .ort-item {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    padding: 0 10px;
    line-height: 30px;
    line-height: 30px; }
    main .ort .ort-map .karte .ort-item.small-item {
      background: #a9a9a9; }
    main .ort .ort-map .karte .ort-item:before {
      display: none; } }
      main .ort .ort-map .karte .ort-item.ort-bensberg {
        bottom: 74px;
        left: 240px; }
        main .ort .ort-map .karte .ort-item.ort-bensberg:before {
          left: 0; }
      main .ort .ort-map .karte .ort-item.ort-bergisch-gladbach {
        bottom: 95px;
        left: 29px; }
        main .ort .ort-map .karte .ort-item.ort-bergisch-gladbach:before {
          left: 160px; }
      main .ort .ort-map .karte .ort-item.ort-burscheid {
        top: 80px;
        left: 89px; }
        main .ort .ort-map .karte .ort-item.ort-burscheid:before {
          left: 37px; }
      main .ort .ort-map .karte .ort-item.ort-kuerten {
        top: 178px;
        left: 320px; }
        main .ort .ort-map .karte .ort-item.ort-kuerten:before {
          left: 23px; }
      main .ort .ort-map .karte .ort-item.ort-leichlingen {
        top: 30px;
        left: 0; }
        main .ort .ort-map .karte .ort-item.ort-leichlingen:before {
          left: 43px; }
      main .ort .ort-map .karte .ort-item.ort-lindlar {
        top: 239px;
        left: 497px; }
        main .ort .ort-map .karte .ort-item.ort-lindlar:before {
          left: 23px; }
      main .ort .ort-map .karte .ort-item.ort-odenthal {
        top: 182px;
        left: 150px; }
        main .ort .ort-map .karte .ort-item.ort-odenthal:before {
          left: 32px; }
      main .ort .ort-map .karte .ort-item:before {
        content: "";
        position: absolute;
        width: 36px;
        height: 64px;
        background: url("/img/system/pin.png");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 4;
        top: -64px; }
      main .ort .ort-map .karte .ort-item:hover, main .ort .ort-map .karte .ort-item.active {
        background: #002C50;
        color: #fff; }
        main .ort .ort-map .karte .ort-item:hover:before, main .ort .ort-map .karte .ort-item.active:before {
          background: url("/img/system/pin-green.png");
          background-repeat: no-repeat;
          background-size: contain; }
      main .ort .ort-map .karte .ort-item.small-item:before {
        width: 26px;
        height: 54px;
        top: -47px;
        background: url("/img/system/pin-grey.png");
        background-repeat: no-repeat;
        background-size: contain; }

@media (min-width: 1380px) {
  main .ort .ort-text {
    min-height: 495px; } }

@media (max-width: 1379px) and (min-width: 991px) {
  main .ort .ort-text {
    padding-top: 65px; } }
  main .ort .ort-text p {
    margin-bottom: 33px; }
  main .ort .hidden-text {
    display: none;
    top: 0;
    background: #e9e9e9;
    height: 100%;
    width: calc(100% - 55px); }
    main .ort .hidden-text h3 {
      margin-top: 0; }

@media only screen and (max-width: 1380px) {
  main .ort .hidden-text h3 {
    margin-top: 65px; } }

@media (max-width: 991px) {
  main .ort .hidden-text h3 {
    margin-top: 0; } }
    main .ort .hidden-text.skizze {
      height: auto;
      margin-bottom: 0;
      position: relative;
      width: 100%;
      padding-top: 1px; }

@media only screen and (max-width: 1380px) {
  main .ort .hidden-text {
    top: 0;
    width: 100%;
    margin-bottom: 15px; } }
    main .ort .hidden-text:after {
      content: "";
      display: table;
      clear: both; }

@media only screen and (max-width: 991px) {
  main .ort .hidden-text {
    position: relative;
    height: auto;
    top: 0; }
    main .ort .hidden-text.skizze {
      margin-top: 0 !important; } }

@media (max-width: 767px) {
  main .ort .hidden-text {
    width: auto;
    overflow: hidden; } }
    main .ort .hidden-text .route {
      font-size: 26px;
      color: #fff;
      line-height: 1em;
      background: #95C11F;
      padding: 9px;
      padding-left: 10px;
      padding-right: 30px;
      border-radius: 10px;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      top: 70px;
      right: 16.5%; }
      main .ort .hidden-text .route + h3 {
        margin-top: 20px; }
      main .ort .hidden-text .route:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url(/img/system/arrow-right-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.5px);
        right: 7px; }
      main .ort .hidden-text .route + .text-link {
        margin-top: 10px; }

@media (max-width: 1380px) {
  main .ort .hidden-text .route {
    position: relative;
    top: auto;
    right: auto; } }

@media only screen and (max-width: 1023px) {
  main .ort .hidden-text .route {
    margin-top: 15px;
    font-size: 16px; } }
      main .ort .hidden-text .route:hover {
        background: #002C50; }
    main .ort .hidden-text h3 {
      color: #004070; }

@media (max-width: 1380px) {
  main .ort .hidden-text h3 + p ~ br {
    display: none; } }
    main .ort .hidden-text .service-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch; }
      main .ort .hidden-text .service-icons:after {
        content: "";
        display: table;
        clear: both; }

@media (min-width: 991px) and (max-width: 1400px) {
  main .ort .hidden-text .service-icons {
    max-width: calc(100% - 30px); } }

@media only screen and (max-width: 739px) {
  main .ort .hidden-text .service-icons {
    max-width: 390px; } }

@media only screen and (max-width: 455px) {
  main .ort .hidden-text .service-icons {
    max-width: 310px; } }
      main .ort .hidden-text .service-icons .service-item {
        width: 60px;
        height: 60px;
        position: relative;
        margin-right: 16px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-bottom: 20px; }

@media (max-width: 1380px) {
  main .ort .hidden-text .service-icons .service-item {
    margin-bottom: 25px; } }

@media only screen and (max-width: 1080px) {
  main .ort .hidden-text .service-icons .service-item {
    margin-bottom: 20px; } }
        main .ort .hidden-text .service-icons .service-item:hover img.s-icon-normal {
          display: none; }
        main .ort .hidden-text .service-icons .service-item:hover img.s-icon-hover {
          display: block; }
        main .ort .hidden-text .service-icons .service-item:hover span {
          color: #fff; }
        main .ort .hidden-text .service-icons .service-item:hover .on-tooltip {
          opacity: 1;
          pointer-events: visible; }
        main .ort .hidden-text .service-icons .service-item:last-child {
          margin-right: 0; }
        main .ort .hidden-text .service-icons .service-item img {
          width: 60px; }
          main .ort .hidden-text .service-icons .service-item img.s-icon-hover {
            display: none; }
        main .ort .hidden-text .service-icons .service-item span {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
          text-align: center;
          line-height: 60px; }
        main .ort .hidden-text .service-icons .service-item .on-tooltip {
          background: #002C50;
          position: absolute;
          bottom: 80px;
          left: calc(50% - 100px);
          width: 200px;
          height: auto;
          color: #fff;
          opacity: 0;
          pointer-events: none;
          padding: 10px;
          font-size: 18px;
          line-height: 1em;
          border-radius: 10px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          text-align: center; }
          main .ort .hidden-text .service-icons .service-item .on-tooltip p {
            padding: 0;
            margin: 0; }
          main .ort .hidden-text .service-icons .service-item .on-tooltip:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #002C50;
            position: absolute;
            bottom: -10px;
            left: calc(50% - 10px); }

@media only screen and (max-width: 1380px) {
  main .ort .hidden-text .service-icons .service-item:first-child .on-tooltip {
    left: 0; }
    main .ort .hidden-text .service-icons .service-item:first-child .on-tooltip:after {
      left: 20px; } }

@media (max-width: 1549px) and (min-width: 1463px) {
  main .ort .hidden-text .service-icons .service-item:last-child .on-tooltip {
    left: inherit;
    right: 0; }
    main .ort .hidden-text .service-icons .service-item:last-child .on-tooltip:after {
      left: inherit;
      right: 20px; } }

@media (max-width: 799px) and (min-width: 740px) {
  main .ort .hidden-text .service-icons .service-item:last-child .on-tooltip {
    left: inherit;
    right: 0; }
    main .ort .hidden-text .service-icons .service-item:last-child .on-tooltip:after {
      left: inherit;
      right: 20px; } }

@media only screen and (max-width: 739px) and (min-width: 456px) {
  main .ort .hidden-text .service-icons .service-item:nth-child(5n+6) .on-tooltip {
    left: 0; }
    main .ort .hidden-text .service-icons .service-item:nth-child(5n+6) .on-tooltip:after {
      left: 20px; } }

@media only screen and (max-width: 455px) and (min-width: 360px) {
  main .ort .hidden-text .service-icons .service-item:nth-child(4n+5) .on-tooltip {
    left: 0; }
    main .ort .hidden-text .service-icons .service-item:nth-child(4n+5) .on-tooltip:after {
      left: 20px; }
  main .ort .hidden-text .service-icons .service-item:nth-child(4n+4) {
    margin-right: 0; }
    main .ort .hidden-text .service-icons .service-item:nth-child(4n+4) .on-tooltip {
      left: inherit;
      right: 0; }
      main .ort .hidden-text .service-icons .service-item:nth-child(4n+4) .on-tooltip:after {
        left: inherit;
        right: 20px; } }

@media only screen and (max-width: 359px) {
  main .ort .hidden-text .service-icons .service-item:nth-child(3n+4) .on-tooltip {
    left: 0; }
    main .ort .hidden-text .service-icons .service-item:nth-child(3n+4) .on-tooltip:after {
      left: 20px; }
  main .ort .hidden-text .service-icons .service-item:nth-child(3n+3) {
    margin-right: 0; }
    main .ort .hidden-text .service-icons .service-item:nth-child(3n+3) .on-tooltip {
      left: inherit;
      right: 0; }
      main .ort .hidden-text .service-icons .service-item:nth-child(3n+3) .on-tooltip:after {
        left: inherit;
        right: 20px; } }

@media (max-width: 1380px) {
  main .ort .hidden-text .text-link p {
    text-align: left; } }

@media only screen and (max-width: 991px) {
  main .ort .hidden-text .text-link p {
    text-align: left; } }
    main .ort .hidden-text .btn-details {
      background: #95C11F;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }

@media only screen and (max-width: 1080px) {
  main .ort .hidden-text .btn-details {
    margin-right: 30px; } }
      main .ort .hidden-text .btn-details:hover {
        background: #002C50; }
  main .breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1; }
    main .breadcrumb nav ul {
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      main .breadcrumb nav ul li {
        padding-left: 0;
        list-style: none;
        margin-right: 35px;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: normal;
        position: relative; }
        main .breadcrumb nav ul li:before {
          display: none; }
        main .breadcrumb nav ul li:last-child {
          margin-right: 0;
          color: #95C11F; }
          main .breadcrumb nav ul li:last-child a {
            color: #95C11F; }
          main .breadcrumb nav ul li:last-child:after {
            display: none; }
        main .breadcrumb nav ul li:after {
          content: "";
          position: absolute;
          top: calc(50% - 5px);
          right: -20px;
          width: 10px;
          height: 10px;
          background: url("/img/system/arrow-right-blue.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          z-index: 12; }
        main .breadcrumb nav ul li a {
          font-size: 20px;
          font-weight: normal;
          text-decoration: none;
          color: #004070; }
          main .breadcrumb nav ul li a:hover {
            color: #95C11F; }
  main .ui-tabs.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    background: transparent; }
    main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav {
      background: transparent;
      border: none; }
      main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab {
        background: none;
        border: none;
        white-space: normal !important;
        padding: 0;
        margin: 0;
        margin-right: 10px;
        margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 5px;
    padding-left: 50px; } }
        main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
          color: #fff;
          background: #002C50;
          border-radius: 10px;
          font-size: 36px;
          line-height: 1em;
          font-family: 'NeoSansMedium',sans-serif;
          font-family: 'NeoSansRegular',sans-serif;
          padding: 10px 15px;
          position: relative; }

@media only screen and (max-width: 1023px) {
  main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
    float: none;
    display: block;
    width: 100%; } }
          main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor:after {
            content: "";
            position: absolute;
            width: 20px;
            height: 10px;
            bottom: -19px;
            left: calc(50% - 10px);
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 15px 0 15px;
            border-color: #004070 transparent transparent transparent;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 0; }

@media only screen and (max-width: 767px) {
  main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 11px;
    left: -17px;
    border-width: 15px 10px 0 10px; } }
        main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab:last-child {
          margin-right: 0; }
        main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor {
          background: #95C11F; }
          main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor:after {
            opacity: 1;
            border-color: #95C11F transparent transparent transparent; }
        main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor {
          background: #95C11F; }
          main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor:after {
            opacity: 1;
            border-color: #95C11F transparent transparent transparent; }
    main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel {
      padding: 0;
      margin: 0;
      padding-top: 40px;
      color: #004070; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h2 + h3 {
        margin-top: 15px; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h3 {
        color: #95C11F;
        font-size: 26px;
        line-height: 1.1em;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 15px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h3:first-child {
          margin-top: 15px; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h2.supertab-head span {
        display: none; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p {
        font-size: 24px;
        line-height: 33px;
        color: #004070; }

@media only screen and (max-width: 1023px) {
  main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p {
    font-size: 15px;
    line-height: 25px; } }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p a {
          color: #95C11F;
          text-decoration: underline; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p a.pdf {
            text-decoration: none;
            font-weight: bolder; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p a:hover {
            color: #95C11F;
            text-decoration: underline; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h2.supertab-head + .slide-section {
        padding-top: 0 !important;
        padding-bottom: 50px; }
      main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section {
        padding-top: 30px;
        padding-bottom: 50px;
        border-radius: 10px;
        margin-bottom: 50px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section .double-box {
          margin-bottom: 50px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section .area-image {
          margin-bottom: 50px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section .area-list {
          margin-bottom: 50px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section .onpublix-container h2 {
          margin-top: 0; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section div.ui-accordion .ui-accordion-header ~ .ui-accordion-header {
          margin-top: 10px; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.white .tabelle-wrapper table thead tr th p {
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.white .text-link p a {
          text-decoration: none !important;
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green .tabelle-wrapper table thead tr th p {
          color: #004070; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green h3, main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green a {
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green p {
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green .ui-accordion-header {
          background: #fff; }
          .isIE main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green .ui-accordion-header {
            border: 1px solid #fff; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green .ui-accordion-header a {
            color: #004070; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green div.ui-accordion .ui-accordion-content {
          background: #fff; }
          .isIE main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green div.ui-accordion .ui-accordion-content {
            border: 1px solid #fff; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.green div.ui-accordion .ui-accordion-content p {
            color: #004070; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue .ui-accordion-header {
          background: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue div.ui-accordion .ui-accordion-content {
          background: #fff; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue div.ui-accordion .ui-accordion-content p {
            color: #004070; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue p {
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue table thead tr th p {
          color: #004070 !important; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.blue .area-list p {
          color: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.grey table thead tr th p {
          color: #fff !important; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.grey .onAccordion .ui-accordion-header {
          background: #fff; }
        main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.grey .text-link p a {
          color: #fff;
          text-decoration: none !important; }
          main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .slide-section.grey .text-link p a:hover {
            background: #002C50; }
    main .ui-tabs.ui-widget.ui-widget-content .ort .hidden-text {
      background: transparent; }
    main .ui-tabs.ui-widget.ui-widget-content .ort .hidden-text .btn-details {
      color: #fff;
      text-decoration: none; }
    main .ui-tabs.ui-widget.ui-widget-content .ort .hidden-text .service-icons .service-item .on-tooltip p {
      color: #fff; }
  main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent; }
    main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
      color: #fff;
      background: #004070; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor:after {
        border-color: #004070 transparent transparent transparent; }
    main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor {
      background: #fff;
      color: #95C11F; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor:after {
        opacity: 1;
        border-color: #fff transparent transparent transparent; }
    main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor {
      background: #fff;
      color: #95C11F; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor:after {
        opacity: 1;
        border-color: #fff transparent transparent transparent; }
    main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel {
      color: #004070; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h2.supertab-head span {
        display: none; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h3 {
        color: #fff; }
      main .slide-editor.green .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p {
        color: #fff; }
  main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent; }
    main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor {
      color: #fff;
      background: #95C11F; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab a.ui-tabs-anchor:after {
        border-color: #004070 transparent transparent transparent; }
    main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor {
      background: #fff;
      color: #95C11F; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor:after {
        opacity: 1;
        border-color: #fff transparent transparent transparent; }
    main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor {
      background: #fff;
      color: #95C11F; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor:after {
        opacity: 1;
        border-color: #fff transparent transparent transparent; }
    main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel {
      color: #004070; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h2.supertab-head span {
        display: none; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h3 {
        color: #95C11F; }
      main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel p {
        color: #fff; }
    main .slide-editor.blue .ui-tabs.ui-widget.ui-widget-content .onAccordion p {
      color: #004070 !important; }
  main .area-list {
    margin-bottom: 30px; }

@media only screen and (max-width: 1023px) {
  main .area-list {
    margin-bottom: 30px; } }
    main .area-list.area-list-lvl2 {
      margin-left: 50px; }
    main .area-list p {
      padding: 0;
      margin: 0;
      position: relative;
      padding-left: 50px;
      margin-bottom: 10px !important; }

@media only screen and (max-width: 1023px) {
  main .area-list p {
    padding-left: 30px; } }
      main .area-list p:last-of-type {
        margin-bottom: 10px; }
      main .area-list p:after {
        content: "";
        width: 40px;
        height: 40px;
        background: url("/img/system/vorteil.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        left: 0;
        top: calc(50% - 12px); }

@media only screen and (max-width: 1023px) {
  main .area-list p:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 7px); } }
  main .green .area-list p:after {
    background: url("/img/system/vorteil-blue.svg");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: calc(50% - 12px); }

@media only screen and (max-width: 1023px) {
  main .green .area-list p:after {
    top: calc(50% - 7px);
    width: 15px;
    height: 15px; } }
  main .img-left {
    margin-bottom: 79px; }

@media only screen and (max-width: 575px) {
  main .img-left .row .col-sm-6 {
    margin-bottom: 30px; } }
    main .img-left:last-of-type {
      margin-bottom: 0; }

@media only screen and (max-width: 575px) {
  main .img-left .img-left-img {
    margin-bottom: 30px; } }
    main .img-left.theme-white .img-left-link p a {
      background: #002C50;
      color: #fff; }
    main .img-left.theme-blue .img-left-link p a {
      background: #95C11F;
      color: #fff; }
    main .img-left.theme-green .img-left-link p a {
      background: #004070;
      color: #fff; }
    main .img-left.theme-grey .img-left-link p a {
      background: #004070;
      color: white; }
  main .grey .img-left .text-link p a {
    background: #95C11F; }
  main .slick-slider.slick-dotted .slick-prev,
main .slick-slider.slick-dotted .slick-next {
    display: none; }
  main .slick-slider.slick-dotted .slick-slide {
    margin-bottom: 10px; }
  main .slick-slider.slick-dotted ul.slick-dots li {
    list-style: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #91B50D;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    main .slick-slider.slick-dotted ul.slick-dots li:before {
      display: none; }
    main .slick-slider.slick-dotted ul.slick-dots li button {
      width: 13px;
      height: 13px;
      background: #24977E;
      border-radius: 50%;
      position: relative;
      top: -1px;
      left: -1px;
      padding: 0;
      margin: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); }
      main .slick-slider.slick-dotted ul.slick-dots li button:before {
        display: none; }
    main .slick-slider.slick-dotted ul.slick-dots li.slick-active {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
      main .slick-slider.slick-dotted ul.slick-dots li.slick-active button {
        opacity: 1;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6); }
  main .small-teaser {
    margin-top: 30px;
    padding: 50px; }

@media only screen and (max-width: 1023px) {
  main .small-teaser {
    padding: 15px; } }
    main .small-teaser .small-teaser-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -webkit-align-self: self-start;
      -moz-align-self: self-start;
      -ms-flex-item-align: self-start;
      align-self: self-start;
      -webkit-align-content: stretch;
      -moz-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper {
    display: block; } }
      main .small-teaser .small-teaser-wrapper .small-teaser-text-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 60px; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-text-wrapper {
    display: block;
    padding-left: 0; } }
      main .small-teaser .small-teaser-wrapper .small-teaser-item {
        width: 100%;
        max-width: 380px;
        padding-left: 30px;
        padding-right: 30px; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item {
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: block !important; } }
        main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-icon {
          width: 177px !important;
          max-width: 100% !important;
          padding-left: 0 !important; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-icon {
    margin: 0 auto;
    margin-bottom: 15px; } }
          main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-icon img {
            display: block; }
        main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: no-wrap;
          -moz-flex-wrap: no-wrap;
          -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; }
          main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text .small-check {
            flex: 0 0 55px;
            margin-right: 30px; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text .small-check {
    float: left; } }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text .small-text {
    overflow: hidden; } }
          main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text h3 {
            padding: 0;
            margin: 0;
            font-size: 33px;
            line-height: 1em;
            color: #fff;
            margin-bottom: 10px; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text h3 {
    font-size: 25px;
    line-height: 30px; } }
          main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text p {
            padding: 0;
            margin: 0;
            font-size: 21px;
            line-height: 33px;
            color: #fff; }

@media only screen and (max-width: 1023px) {
  main .small-teaser .small-teaser-wrapper .small-teaser-item.small-teaser-text p {
    font-size: 15px;
    line-height: 25px; } }

.rss {
  position: absolute;
  right: 15px;
  top: -50px; }
  .rss:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (max-width: 1023px) {
  .rss {
    position: static; }
    .rss a {
      float: right;
      display: inline-blocks; }
      .rss a img {
        width: 30px;
        height: 30px; } }

section.slide-section.slide-editor.grey + .presse {
  margin-top: -100px; }

@media only screen and (max-width: 1023px) {
  section.slide-section.slide-editor.grey + .presse {
    margin-top: -70px; } }

.presse {
  padding-bottom: 74px; }
  .presse.presse-details {
    margin-top: 50px; }
  .presse article {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 64, 112, 0.5);
    position: relative; }
    .presse article:after {
      content: "";
      display: table;
      clear: both; }
    .presse article:last-child {
      border: none; }
    .presse article h3 {
      padding: 0;
      margin: 0;
      color: #004070;
      margin-bottom: 5px;
      width: 80%; }

@media only screen and (max-width: 991px) {
  .presse article h3 {
    max-width: 100%; } }
      .presse article h3 a {
        color: #004070;
        text-decoration: none; }
    .presse article time {
      margin-bottom: 15px;
      display: block;
      font-size: 18px;
      line-height: 1em; }
    .presse article p {
      max-width: 80%; }

@media only screen and (max-width: 991px) {
  .presse article p {
    max-width: 100%; } }
    .presse article a.presse-link {
      display: inline-block;
      background: #95C11F;
      position: relative;
      font-size: 24px;
      font-weight: normal;
      line-height: 1em;
      padding: 10px;
      padding-left: 14px;
      padding-right: 36px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none;
      position: absolute;
      right: 0;
      bottom: 30px; }

@media only screen and (max-width: 1023px) {
  .presse article a.presse-link {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .presse article a.presse-link {
    position: relative;
    top: 0;
    bottom: 0;
    float: right; } }
      .presse article a.presse-link:hover {
        text-decoration: none; }
      .presse article a.presse-link:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url("/img/system/arrow-right-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.5px);
        right: 7px; }
      .presse article a.presse-link:hover {
        color: #fff; }
  .presse .btn-more {
    display: inline-block;
    background: #004070;
    position: relative;
    font-size: 26px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px;
    padding-left: 64px;
    padding-right: 14px;
    border-radius: 10px;
    color: #fff;
    text-decoration: none; }
    .presse .btn-more:before {
      content: "";
      position: absolute;
      left: 20px;
      top: 10px;
      width: 27px;
      height: 27px;
      z-index: 10;
      background: url("/img/system/Reload.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      transition-property: transform;
      transition-duration: 1s; }

@media only screen and (max-width: 1023px) {
  .presse .btn-more {
    font-size: 14px; } }
    .presse .btn-more:hover {
      text-decoration: none; }
      .presse .btn-more:hover:before {
        animation-name: rotate;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }

#ajaxPager,
#ajaxPager252,
#ajaxPager253,
#ajaxPager559,
#ajaxPager583 {
  text-align: center;
  margin-top: 50px; }

.presse-details article p {
  max-width: 100%; }

.presse-details .imgleft {
  display: table;
  padding-top: 0;
  max-width: 671px;
  margin: 0 30px 5px 0;
  width: 100%; }

.presse-details .text-link-back {
  margin-top: 50px; }

.pager {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 11.5px;
  margin-top: 30px;
  color: #004070;
  border-radius: 10px; }
  .pager .pager-info a {
    color: #002C50;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
    width: 31px;
    height: 33px;
    font-size: 26px;
    line-height: 33px;
    font-weight: normal;
    text-decoration: none;
    margin-right: 10px; }
    .pager .pager-info a:last-child {
      margin-right: 0; }
    .pager .pager-info a.selected, .pager .pager-info a:hover {
      background: #004070;
      color: #fff; }
  .pager .pager-forward {
    float: right;
    position: relative;
    top: -3px;
    padding-right: 15px; }
    .pager .pager-forward a {
      display: inline-block;
      line-height: 13px; }
      .pager .pager-forward a.pf-first {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 15px; }
      .pager .pager-forward a.pf-sec {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .pager .pager-backward {
    float: left;
    position: relative;
    top: -3px;
    padding-left: 15px; }
    .pager .pager-backward a {
      display: inline-block;
      line-height: 13px; }
      .pager .pager-backward a.pb-first {
        margin-left: 15px; }

#ajaxPager {
  text-align: center;
  margin-top: 50px; }

.btn-more {
  display: inline-block;
  background: #004070;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 64px;
  padding-right: 14px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none; }
  .btn-more:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 10px;
    width: 27px;
    height: 27px;
    z-index: 10;
    background: url("/img/system/Reload.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition-property: transform;
    transition-duration: 1s; }

@media only screen and (max-width: 1023px) {
  .btn-more:before {
    top: 4px; } }

@media only screen and (max-width: 1023px) {
  .btn-more {
    font-size: 14px; } }
  .btn-more:hover {
    text-decoration: none; }
    .btn-more:hover:before {
      animation-name: rotate;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }

.page-search-main {
  margin-bottom: 75px; }

.page-search {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  border: none;
  position: relative; }
  .page-search label {
    display: none; }
  .page-search input {
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    padding: 15px;
    color: #004070;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    max-width: 100%;
    width: 100%; }
    .page-search input.placeholder {
      color: #004070; }
    .page-search input:-moz-placeholder {
      color: #004070; }
    .page-search input::-moz-placeholder {
      color: #004070; }
    .page-search input:-ms-input-placeholder {
      color: #004070; }
    .page-search input::-webkit-input-placeholder {
      color: #004070; }
  .page-search a.search-submit {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 23.5px;
    top: calc(50% - 13px);
    cursor: pointer;
    z-index: 20;
    background: url("/img/system/lupe-neu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.page-search-ajax .search-tags {
  margin-top: 10px;
  margin-right: -10px;
  margin-bottom: 50px;
  display: none !important; }
  .page-search-ajax .search-tags span {
    background: #95C11F;
    font-size: 22px;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    border-radius: 10px;
    padding: 6.5px;
    cursor: pointer;
    color: #fff; }
    .page-search-ajax .search-tags span a {
      color: #fff;
      display: block;
      text-decoration: none; }
  .page-search-ajax .search-tags:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both; }

.page-search-ajax .search-vorschlag {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  padding-bottom: 9px;
  padding-left: 16px;
  margin-bottom: 0;
  display: none; }
  .page-search-ajax .search-vorschlag a {
    display: table;
    font-size: 21px;
    line-height: 31px;
    font-weight: normal;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #004070; }
    .page-search-ajax .search-vorschlag a:hover {
      color: #95C11F; }

.search-reslut {
  padding-bottom: 0; }
  .search-reslut + .search-reslut .search-item:first-child {
    border-top: 1px solid rgba(0, 64, 112, 0.5);
    padding-top: 40px;
    margin-top: 0; }
  .search-reslut .search-item {
    border-bottom: 1px solid rgba(0, 64, 112, 0.5);
    margin-bottom: 39px;
    padding-bottom: 20px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    padding-right: 150px;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 30px; }
    .search-reslut .search-item.search-item-newsletter {
      padding-right: 240px; }

@media only screen and (max-width: 991px) {
  .search-reslut .search-item.search-item-newsletter {
    padding-right: 0; } }

@media only screen and (max-width: 991px) {
  .search-reslut .search-item {
    padding-right: 0; } }
    .search-reslut .search-item:after {
      content: "";
      display: table;
      clear: both; }
    .search-reslut .search-item:last-child {
      border: none;
      margin-bottom: 0; }
    .search-reslut .search-item h3 {
      padding: 0;
      margin: 0;
      color: #004070;
      max-width: 1000px; }
      .search-reslut .search-item h3 a {
        text-decoration: none; }
    .search-reslut .search-item p {
      padding: 0;
      margin: 0; }

@media only screen and (max-width: 991px) {
  .search-reslut .search-item p {
    margin-bottom: 10px; } }
    .search-reslut .search-item a.search-link {
      display: inline-block;
      background: #95C11F;
      position: relative;
      font-size: 26px;
      font-weight: normal;
      line-height: 1em;
      padding: 10px;
      padding-left: 14px;
      padding-right: 40px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none;
      position: absolute;
      right: 0;
      bottom: 30px;
      bottom: auto;
      top: 50%;
      transform: translateY(-50%); }
      .search-reslut .search-item a.search-link:hover {
        background: #002C50; }
      .search-reslut .search-item a.search-link.pdf {
        padding-left: 40px; }
        .search-reslut .search-item a.search-link.pdf:before {
          background: url(/img/system/pdf-white.svg);
          left: 8px;
          top: calc(50% - 14px); }

@media only screen and (max-width: 1023px) {
  .search-reslut .search-item a.search-link.pdf:before {
    width: 22px;
    height: 25px;
    background-size: cover;
    top: calc(50% - 12px); } }

@media only screen and (max-width: 1023px) {
  .search-reslut .search-item a.search-link {
    font-size: 14px !important; } }

@media only screen and (max-width: 991px) {
  .search-reslut .search-item a.search-link {
    position: relative !important;
    top: 0;
    bottom: 0;
    float: right;
    transform: none; } }
      .search-reslut .search-item a.search-link:hover {
        text-decoration: none; }
      .search-reslut .search-item a.search-link:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url("/img/system/arrow-right-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.5px);
        right: 7px; }
      .search-reslut .search-item a.search-link:hover {
        color: #fff; }
    .search-reslut .search-item a[href$=".pdfx"] {
      display: inline-block;
      background: #95C11F;
      position: relative;
      font-size: 26px;
      font-weight: normal;
      line-height: 1em;
      padding: 10px;
      padding-left: 40px;
      padding-right: 40px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none;
      position: absolute;
      right: 0; }
      .search-reslut .search-item a[href$=".pdfx"]:before {
        content: "";
        background: url(/img/system/pdf-white.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 8px;
        top: calc(50% - 14px);
        width: 26px;
        height: 29px; }

.faq .onAccordion {
  margin: 0 0 70px;
  max-width: 1159px; }

@media only screen and (max-width: 1023px) {
  .faq .onAccordion {
    margin: 0 0 40px; } }

.onAccordion + h2 {
  margin-top: 50px !important; }

@media only screen and (max-width: 767px) {
  .onAccordion + h2 {
    margin-top: 30px !important; } }

.glossar-header {
  margin-bottom: 50px; }

@media only screen and (max-width: 1023px) {
  .glossar-header {
    margin-bottom: 30px; } }
  .glossar-header label {
    max-width: 220px;
    color: #004070;
    display: block;
    padding: 0;
    margin: 0;
    flex: 0 0 220px;
    position: relative;
    top: 5px; }

@media only screen and (max-width: 1023px) {
  .glossar-header label {
    display: block;
    flex: 0 0 100%;
    margin-bottom: 10px;
    font-family: 'NeoSansMedium',sans-serif;
    top: 0; } }
  .glossar-header .glossar-top,
.glossar-header .glossar-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }

@media only screen and (max-width: 1023px) {
  .glossar-header .glossar-top,
.glossar-header .glossar-bottom {
    display: block; } }

.glossar {
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #004070;
  padding-bottom: 75px; }
  .glossar .glossar-list {
    padding-left: 0 !important;
    list-style: none !important;
    max-width: 950px;
    margin-top: 0;
    margin-bottom: 0; }
    .glossar .glossar-list:after {
      content: "";
      display: table;
      clear: both; }
    .glossar .glossar-list li {
      float: left;
      position: relative;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 10px;
      cursor: default; }
      .glossar .glossar-list li a {
        position: relative;
        z-index: 5;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: rgba(0, 44, 80, 0.3);
        display: block;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        cursor: default;
        width: 42px;
        height: 40px;
        line-height: 40px; }

@media only screen and (max-width: 1023px) {
  .glossar .glossar-list li a {
    width: 32px;
    height: 30px;
    line-height: 30px; } }
      .glossar .glossar-list li.active {
        cursor: pointer; }
        .glossar .glossar-list li.active a {
          cursor: pointer;
          background: #002C50; }
      .glossar .glossar-list li.selected, .glossar .glossar-list li:hover {
        cursor: pointer; }
        .glossar .glossar-list li.selected a, .glossar .glossar-list li:hover a {
          background: #95C11F;
          text-decoration: none; }
  .glossar .glossar-search {
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    max-width: 940px; }

@media only screen and (max-width: 1023px) {
  .glossar .glossar-search {
    margin-bottom: 30px; } }
    .glossar .glossar-search .gs-inner {
      position: relative;
      max-width: 100%; }
      .glossar .glossar-search .gs-inner input {
        background-color: #fff;
        border-radius: 10px;
        border: 0px;
        padding: 15px;
        color: #004070;
        margin-top: 0;
        font-size: 20px;
        line-height: 1em;
        font-weight: normal;
        max-width: 100%;
        width: 100%; }
        .glossar .glossar-search .gs-inner input.placeholder {
          color: #004070; }
        .glossar .glossar-search .gs-inner input:-moz-placeholder {
          color: #004070; }
        .glossar .glossar-search .gs-inner input::-moz-placeholder {
          color: #004070; }
        .glossar .glossar-search .gs-inner input:-ms-input-placeholder {
          color: #004070; }
        .glossar .glossar-search .gs-inner input::-webkit-input-placeholder {
          color: #004070; }

@media only screen and (max-width: 1023px) {
  .glossar .glossar-search .gs-inner input {
    font-size: 15px;
    margin-top: 0;
    padding: 10px; } }
      .glossar .glossar-search .gs-inner a {
        cursor: pointer; }
        .glossar .glossar-search .gs-inner a.search-btn {
          position: absolute;
          top: 6px;
          right: 22px; }

@media only screen and (max-width: 1023px) {
  .glossar .glossar-search .gs-inner a.search-btn {
    top: 4px; }
    .glossar .glossar-search .gs-inner a.search-btn img {
      width: 30px; } }
          .glossar .glossar-search .gs-inner a.search-btn svg {
            width: 40px; }

@media only screen and (max-width: 1023px) {
  .glossar .glossar-search .gs-inner a.search-btn svg {
    width: 20px; } }
  .glossar .glossar-entry {
    display: none;
    margin-bottom: 10px;
    margin-top: 0 !important; }
    .glossar .glossar-entry .glossar-text {
      -webkit-transition: all 0.0s ease;
      -moz-transition: all 0.0s ease;
      -o-transition: all 0.0s ease;
      -ms-transition: all 0.0s ease;
      transition: all 0.0s ease; }
      .glossar .glossar-entry .glossar-text ul, .glossar .glossar-entry .glossar-text ol {
        padding-left: 24px; }

p + .ui-accordion {
  margin-top: 20px; }

.ui-accordion .image-container .imgleft {
  max-width: 310px; }
  .ui-accordion .image-container .imgleft:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .ui-accordion .image-container .imgleft img {
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    -ms-transition: all 0.0s ease;
    transition: all 0.0s ease; }

.ui-accordion .area-list p:after {
  background: url(/img/system/vorteil.svg) !important;
  content: "";
  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  position: absolute !important;
  left: 0 !important;
  top: calc(50% - 12px) !important; }

@media only screen and (max-width: 1023px) {
  .ui-accordion .area-list p:after {
    width: 25px !important;
    height: 25px !important;
    top: calc(50% - 7px) !important; } }

.ui-accordion .tabelle-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }

.ui-accordion table thead tr th {
  background: #95C11F !important;
  color: #fff !important; }
  .isIE .ui-accordion table thead tr th {
    border: 1px solid #95C11F !important; }
  .ui-accordion table thead tr th p {
    color: #fff !important; }

.ui-accordion table tbody tr:nth-child(even) {
  background-color: #e9e9e9 !important; }
  .isIE .ui-accordion table tbody tr:nth-child(even) td {
    border-color: #e9e9e9 !important; }

table tbody tr.headline td {
  background: #95C11F !important;
  color: #fff !important; }
  .isIE table tbody tr.headline td {
    border: 1px solid #95C11F !important; }
  table tbody tr.headline td p {
    color: #fff !important; }

.ui-widget {
  position: relative;
  font-size: 24px;
  line-height: 33px; }

div.ui-accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1159px;
  font-family: 'neo-sans',sans-serif; }
  div.ui-accordion + .ui-accordion {
    margin-top: 20px; }
  div.ui-accordion .ui-accordion-header {
    border: 0;
    border-radius: 10px;
    font-size: 24px !important;
    font-family: 'NeoSansMedium',sans-serif;
    margin: 0;
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    padding: 19px 55px 19px 15px !important;
    color: #004070;
    overflow: hidden;
    margin-bottom: 0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 100% !important;
    line-height: 1.2 !important; }

@media only screen and (max-width: 1023px) {
  div.ui-accordion .ui-accordion-header {
    font-size: 15px !important;
    line-height: 25px; } }
    div.ui-accordion .ui-accordion-header ~ .ui-accordion-header {
      margin-top: 10px; }
    div.ui-accordion .ui-accordion-header a {
      text-decoration: none; }
    div.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
      background: none;
      position: absolute;
      right: 19px;
      top: calc(50% - 10px);
      left: auto;
      margin: 0;
      width: 20px;
      height: 20px;
      background: url("/img/system/arrow-right-blue.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      text-indent: 0;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      div.ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
        color: #004070; }
    div.ui-accordion .ui-accordion-header.ui-state-active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      div.ui-accordion .ui-accordion-header.ui-state-active a {
        color: #95C11F !important; }
        div.ui-accordion .ui-accordion-header.ui-state-active a:link {
          color: #95C11F !important; }
      div.ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
        background: url("/img/system/arrow-right-green.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-indent: 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      div.ui-accordion .ui-accordion-header.ui-state-active .ui-icon:before {
        color: #95C11F !important; }
    div.ui-accordion .ui-accordion-header.ui-state-hover a {
      color: #95C11F !important; }
    div.ui-accordion .ui-accordion-header.ui-state-hover .ui-icon:before {
      color: #fff !important; }
    div.ui-accordion .ui-accordion-header.ui-state-hover, div.ui-accordion .ui-accordion-header.ui-state-active {
      background: #fff;
      color: #95C11F; }
      .isIE div.ui-accordion .ui-accordion-header.ui-state-hover, .isIE div.ui-accordion .ui-accordion-header.ui-state-active {
        border: 1px solid #fff; }
  div.ui-accordion .ui-accordion-content {
    border: 0;
    border-radius: 0;
    background: none;
    padding: 20px;
    padding-right: 55px;
    padding-top: 20px;
    color: #004070;
    background: #fff;
    font-size: 24px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    div.ui-accordion .ui-accordion-content .button_btn a {
      text-decoration: none !important; }
    div.ui-accordion .ui-accordion-content ul li {
      list-style: none;
      position: relative;
      padding-left: 20px;
      margin-bottom: 5px; }
      div.ui-accordion .ui-accordion-content ul li:before {
        content: "-";
        position: absolute;
        left: 7px;
        width: 5px;
        height: 1px; }
      div.ui-accordion .ui-accordion-content ul li ul {
        padding-left: 20px; }
      div.ui-accordion .ui-accordion-content ul li:last-child {
        margin-bottom: 0; }
    .isIE div.ui-accordion .ui-accordion-content {
      border: 1px solid #fff; }
    div.ui-accordion .ui-accordion-content .text-link a {
      text-decoration: none !important; }

@media only screen and (max-width: 1023px) {
  div.ui-accordion .ui-accordion-content {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    padding-right: 10px; } }
    div.ui-accordion .ui-accordion-content a {
      color: #004070;
      text-decoration: underline; }
      div.ui-accordion .ui-accordion-content a.pdf {
        display: block;
        color: #95C11F;
        text-decoration: none;
        font-family: 'NeoSansBold',sans-serif; }
    div.ui-accordion .ui-accordion-content p {
      font-size: 24px;
      line-height: 33px; }

@media only screen and (max-width: 1023px) {
  div.ui-accordion .ui-accordion-content p {
    font-size: 15px;
    line-height: 25px; } }
  div.ui-accordion .ui-state-default a {
    color: #004070; }
    div.ui-accordion .ui-state-default a:link, div.ui-accordion .ui-state-default a:visited {
      color: #004070; }

.white .ui-accordion table tbody tr:nth-child(even) {
  background-color: #fff !important; }
  .isIE .white .ui-accordion table tbody tr:nth-child(even) td {
    border-color: #fff !important; }

.tabelle-wrapper {
  overflow: none;
  margin: 0; }

@media (max-width: 1023px) {
  .tabelle-wrapper {
    width: 100%;
    overflow-x: auto; } }

table {
  width: 100%;
  display: table;
  border-collapse: collapse; }
  table th.breite-10-prozent {
    width: 10%; }
  table th.breite-20-prozent {
    width: 20%; }
  table th.breite-30-prozent {
    width: 30%; }
  table th.breite-40-prozent {
    width: 40%; }
  table th.breite-50-prozent {
    width: 50%; }
  table th.breite-60-prozent {
    width: 60%; }
  table th.breite-70-prozent {
    width: 70%; }
  table th.breite-80-prozent {
    width: 80%; }
  table th.breite-90-prozent {
    width: 90%; }
  table th, table td {
    border: none;
    padding: 20px 20px;
    display: table-cell;
    text-align: left;
    vertical-align: top; }

@media only screen and (max-width: 1023px) {
  table th, table td {
    padding: 15px; } }

@media only screen and (max-width: 767px) {
  table th, table td {
    padding: 12px 10px; } }
    table th p, table td p {
      margin: 0 !important; }
  table thead tr th {
    background: #95C11F; }
    .isIE table thead tr th {
      border: 1px solid transparent;
      border-color: #95C11F; }
    table thead tr th.first {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    table thead tr th.last {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    table thead tr th p {
      color: #fff;
      font-size: 26px;
      line-height: 33px; }

@media only screen and (max-width: 1023px) {
  table thead tr th p {
    font-size: 15px;
    line-height: 25px; } }
  table tbody tr:nth-child(even) {
    background-color: #e9e9e9; }
    .isIE table tbody tr:nth-child(even) td {
      border-color: #e9e9e9; }
  .isIE table tbody tr td {
    border: 1px solid transparent; }
  table tbody tr td.first {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  table tbody tr td.last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  table tbody tr td p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 33px;
    font-weight: normal; }

@media only screen and (max-width: 1023px) {
  table tbody tr td p {
    font-size: 15px;
    line-height: 25px; } }

.green table thead tr th {
  background: #fff; }
  .green table thead tr th p {
    color: #004070; }

.green table tbody tr:nth-child(even) {
  background-color: #004070; }

.blue table thead tr th {
  background: #fff; }
  .isIE .blue table thead tr th {
    border: 1px solid;
    border-color: #fff; }
  .blue table thead tr th p {
    color: #004070 !important; }

.blue table tbody tr:nth-child(even) {
  background-color: #95C11F; }
  .isIE .blue table tbody tr:nth-child(even) td {
    border-color: #95C11F; }

.grey table thead tr th {
  background: #95C11F; }
  .grey table thead tr th p {
    color: #fff; }

.grey table tbody tr:nth-child(even) {
  background-color: #fff; }

.full-select .select2-container {
  width: 65% !important; }

@media only screen and (max-width: 991px) {
  .full-select .select2-container {
    width: calc(100% - 60px) !important; } }

.select2-container {
  display: block; }

@media only screen and (max-width: 991px) {
  .select2-container {
    width: calc(100% - 60px) !important; } }
  .select2-container .selection .select2-selection {
    background-color: #fff;
    border-radius: 10px;
    border: 0px;
    padding: 15px;
    color: #004070;
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-width: 100%; }
    .select2-container .selection .select2-selection .select2-selection__rendered {
      color: #004070;
      line-height: inherit; }
    .select2-container .selection .select2-selection .select2-selection__arrow {
      width: 30px;
      height: 30px;
      right: 20px;
      top: 15px; }

@media only screen and (max-width: 991px) {
  .select2-container .selection .select2-selection .select2-selection__arrow {
    top: 8px; } }
      .select2-container .selection .select2-selection .select2-selection__arrow b {
        border-style: solid;
        border-width: 0;
        border: none;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 50%;
        width: 0;
        width: 30px;
        height: 30px;
        background: url("/img/system/arrow-right-blue.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
  .select2-container.select2-container--open .select2-dropdown {
    border: none; }
    .select2-container.select2-container--open .select2-dropdown .select2-search {
      display: none; }
    .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
      background: #004070;
      color: #fff; }
    .select2-container.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected=true] {
      background: #95C11F;
      color: #fff; }

.has-error .select2-container .selection .select2-selection {
  -webkit-box-shadow: inset 0px 0px 0px 2px red;
  -moz-box-shadow: inset 0px 0px 0px 2px red;
  box-shadow: inset 0px 0px 0px 2px red; }

.valid .select2-container .selection .select2-selection {
  -webkit-box-shadow: inset 0px 0px 0px 2px #95C11F;
  -moz-box-shadow: inset 0px 0px 0px 2px #95C11F;
  box-shadow: inset 0px 0px 0px 2px #95C11F; }

.form-leitungsauskunft {
  padding-top: 50px; }

.formular {
  max-width: 1035px;
  padding: 0;
  margin: 0;
  border: 0;
  padding-bottom: 75px;
  position: relative;
  z-index: 24; }
  .formular.grey {
    background: none; }
    .formular.grey .row-form.custom {
      align-items: baseline;
      margin-bottom: 20px; }
      .formular.grey .row-form.custom > label {
        line-height: 1.2;
        font-family: 'NeoSansBold',sans-serif; }

@media only screen and (max-width: 1279px) {
  .formular.grey .row-form.custom > label {
    padding-right: 5px; } }

@media only screen and (max-width: 991px) {
  .formular.grey .row-form.custom > label {
    margin-bottom: 10px;
    padding-right: 0px; } }
    .formular.grey .row-form .select2-container .selection .select2-selection,
.formular.grey .row-form textarea,
.formular.grey .row-form select,
.formular.grey .row-form input {
      background-color: #e9e9e9; }
    .formular.grey input[type="checkbox"]:not(:checked) + label:after {
      border: 2px solid #e9e9e9; }
    .formular.grey .radioButtonWrapper input[type="radio"] + label:before {
      background: #e9e9e9; }
    .formular.grey .radioButtonWrapper input[type="radio"]:checked + label:before {
      background-color: #002C50;
      box-shadow: inset 0 0 0 4px #e9e9e9; }
  .formular .row-form input.disabled {
    pointer-events: none;
    background: #ddd; }
  .formular .row-spacer {
    margin-top: 50px;
    margin-bottom: 50px;
    clear: both; }
  .formular input[type="checkbox"]:not(:checked), .formular input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0; }
  .formular input[type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    color: #004070; }
    .formular input[type="checkbox"] + label:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s; }
    .formular input[type="checkbox"] + label:after {
      border-radius: 2px; }
    .formular input[type="checkbox"] + label:after, .formular input[type="checkbox"] + label:before {
      content: '';
      left: 0;
      position: absolute;
      transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
      z-index: 1; }
  .formular input[type="checkbox"]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%; }
  .formular input[type="checkbox"]:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #fff;
    top: -1px;
    z-index: 0; }
  .formular input[type="checkbox"]:checked + label:before {
    top: -1px;
    left: 0px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .formular input[type="checkbox"]:checked + label:after {
    top: -1px;
    width: 20px;
    height: 20px;
    border: 2px solid #004070;
    background-color: #004070;
    z-index: 0; }
  .formular input[type="checkbox"]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent; }
  .formular input[type="checkbox"]:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #BDBDBD; }
  .formular input[type="checkbox"]:disabled:checked + label:before {
    background-color: transparent; }
  .formular input[type="checkbox"]:disabled:checked + label:after {
    background-color: #BDBDBD;
    border-color: #BDBDBD; }
  .formular legend {
    display: none; }
  .formular .row-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center; }

@media only screen and (max-width: 991px) {
  .formular .row-form {
    margin-bottom: 10px; } }
    .lt-ie11 .formular .row-form {
      display: block; }
      .lt-ie11 .formular .row-form.custom {
        display: inline-block;
        width: 100%; }
        .lt-ie11 .formular .row-form.custom > label {
          width: 250px;
          float: left;
          padding-right: 5px; }
        .lt-ie11 .formular .row-form.custom .radioButtonListWrapper {
          float: left; }
      .lt-ie11 .formular .row-form.row-nachname label, .lt-ie11 .formular .row-form.row-vorname label, .lt-ie11 .formular .row-form.row-ort label, .lt-ie11 .formular .row-form.row-tele label, .lt-ie11 .formular .row-form.row-email label, .lt-ie11 .formular .row-form.row-nachname label, .lt-ie11 .formular .row-form.row-strasse label, .lt-ie11 .formular .row-form.row-nr label {
        min-width: 250px;
        float: left;
        margin-top: 24px; }
      .lt-ie11 .formular .row-form.row-ort .plzort {
        width: 100%; }
        .lt-ie11 .formular .row-form.row-ort .plzort .city {
          width: calc(38% - 10px); }
      .lt-ie11 .formular .row-form.row-captcha {
        display: inline-block; }
        .lt-ie11 .formular .row-form.row-captcha label {
          display: block;
          margin-bottom: 10px; }
        .lt-ie11 .formular .row-form.row-captcha div:nth-child(2), .lt-ie11 .formular .row-form.row-captcha div:nth-child(3) {
          float: left; }
          .lt-ie11 .formular .row-form.row-captcha div:nth-child(2) img, .lt-ie11 .formular .row-form.row-captcha div:nth-child(3) img {
            margin-top: 6px; }
    .formular .row-form.row-checkbox {
      margin-bottom: 10px; }
      .formular .row-form.row-checkbox .checkmark {
        display: none; }
    .formular .row-form.row-radio .checkmark {
      display: none; }
    .formular .row-form .row-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
      .formular .row-form .row-text p {
        width: 65%;
        font-size: 18px;
        padding: 0;
        margin: 0; }

@media only screen and (max-width: 1279px) {
  .formular .row-form .row-text p {
    width: 75%; } }

@media only screen and (max-width: 991px) {
  .formular .row-form .row-text p {
    width: 100%;
    font-size: 14px; } }
    .formular .row-form .fake-label,
.formular .row-form label {
      font-size: 20px;
      line-height: 1em;
      font-weight: normal;
      flex: 0 0 360px;
      top: 5px;
      position: relative; }

@media only screen and (max-width: 1279px) {
  .formular .row-form .fake-label,
.formular .row-form label {
    flex: 0 0 260px; } }

@media only screen and (max-width: 991px) {
  .formular .row-form .fake-label,
.formular .row-form label {
    flex: 0 0 100%; } }
      .formular .row-form .fake-label.error:after,
.formular .row-form label.error:after {
        border: 2px solid red !important; }
    .formular .row-form textarea,
.formular .row-form select,
.formular .row-form input {
      background-color: #fff;
      border-radius: 10px;
      border: 0px;
      padding: 15px;
      color: #004070;
      margin-top: 10px;
      font-size: 20px;
      line-height: 1em;
      font-weight: normal;
      max-width: 100%;
      width: 65%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }

@media only screen and (max-width: 991px) {
  .formular .row-form textarea,
.formular .row-form select,
.formular .row-form input {
    width: calc(100% - 60px); } }
      .formular .row-form textarea.error,
.formular .row-form select.error,
.formular .row-form input.error {
        -webkit-box-shadow: inset 0px 0px 0px 2px red;
        -moz-box-shadow: inset 0px 0px 0px 2px red;
        box-shadow: inset 0px 0px 0px 2px red; }
        .formular .row-form textarea.error.not-empty,
.formular .row-form select.error.not-empty,
.formular .row-form input.error.not-empty {
          -webkit-box-shadow: inset 0px 0px 0px 2px red;
          -moz-box-shadow: inset 0px 0px 0px 2px red;
          box-shadow: inset 0px 0px 0px 2px red; }
      .formular .row-form textarea.valid, .formular .row-form textarea.not-empty,
.formular .row-form select.valid,
.formular .row-form select.not-empty,
.formular .row-form input.valid,
.formular .row-form input.not-empty {
        -webkit-box-shadow: inset 0px 0px 0px 2px #95C11F;
        -moz-box-shadow: inset 0px 0px 0px 2px #95C11F;
        box-shadow: inset 0px 0px 0px 2px #95C11F; }
    .formular .row-form .error input {
      -webkit-box-shadow: inset 0px 0px 0px 2px red;
      -moz-box-shadow: inset 0px 0px 0px 2px red;
      box-shadow: inset 0px 0px 0px 2px red; }
    .formular .row-form select {
      width: 30%; }

@media only screen and (max-width: 991px) {
  .formular .row-form select {
    width: 100%; } }
    .formular .row-form textarea {
      height: 200px; }
    .formular .row-form.row-ort .plzort {
      width: 65%; }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-ort .plzort {
    width: calc(100% - 60px); } }
      .formular .row-form.row-ort .plzort .zipcode {
        width: 27%; }
      .formular .row-form.row-ort .plzort .city {
        width: calc(73% - 10px);
        margin-left: 10px; }
    .formular .row-form.row-mitteilung {
      margin-bottom: 30px; }
    .formular .row-form.row-datenschutz {
      display: block;
      margin-bottom: 30px;
      width: calc(100% - 360px);
      float: right;
      margin-top: 10px; }
      .formular .row-form.row-datenschutz.row-nomargin {
        margin-bottom: 0; }

@media only screen and (max-width: 1279px) {
  .formular .row-form.row-datenschutz {
    width: calc(100% - 260px); } }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-datenschutz {
    width: 100%; } }
      .formular .row-form.row-datenschutz:after {
        content: "";
        display: table;
        clear: both; }
      .formular .row-form.row-datenschutz label {
        color: #004070;
        width: 100%;
        max-width: 100%;
        font-size: 21px;
        line-height: 33px; }
        .formular .row-form.row-datenschutz label:after {
          top: 6px !important; }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-datenschutz label:after {
    top: 0px !important; } }
        .formular .row-form.row-datenschutz label:before {
          top: 6px !important; }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-datenschutz label:before {
    top: 0px !important; } }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-datenschutz label {
    font-size: 14px;
    line-height: 20px; } }
    .formular .row-form.row-captcha {
      width: 100%;
      margin-bottom: 10px; }
      .formular .row-form.row-captcha div:nth-child(2) {
        width: 140px; }
      .formular .row-form.row-captcha div:nth-child(3) {
        width: calc(100% - 513px);
        margin-left: 10px; }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-captcha div:nth-child(3) {
    width: calc(100% - 211px); } }
        .formular .row-form.row-captcha div:nth-child(3) input {
          width: 100%;
          margin-top: 0; }
    .formular .row-form.row-info {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: 40px; }
      .formular .row-form.row-info p {
        padding: 0;
        margin: 0; }
    .formular .row-form.row-absenden {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .formular .row-form.row-absenden a {
        padding-right: 33px; }
        .formular .row-form.row-absenden a:hover {
          background: #95C11F; }
  .formular.form-white input, .formular.form-white textarea, .formular.form-white select {
    border: 2px solid #e9e9e9; }
  .formular.form-white input:disabled {
    background-color: #e9e9e9; }
  .formular.form-white input[type="checkbox"]:not(:checked) + label:after {
    border: 2px solid #e9e9e9; }
  .formular.form-white .select2-container .selection .select2-selection {
    border: 2px solid #e9e9e9; }

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

@media (max-width: 1023px) {
  .radioButtonListWrapper {
    line-height: 33px; } }

@media (max-width: 991px) {
  .radioButtonListWrapper {
    margin-top: 5px; } }

.radioButtonWrapper {
  margin: 0; }
  .radioButtonWrapper label {
    font-size: 20px;
    line-height: 1em;
    font-weight: normal;
    flex: 0 0 100%;
    top: 5px;
    position: relative; }
  .radioButtonWrapper input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radioButtonWrapper input[type="radio"] + label:before {
      content: '';
      background: #fff;
      border-radius: 100%;
      display: inline-block;
      width: 25px;
      height: 25px;
      position: relative;
      top: 3px;
      margin-right: 1em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease; }
    .radioButtonWrapper input[type="radio"]:checked + label:before {
      background-color: #002C50;
      box-shadow: inset 0 0 0 4px #fff; }
    .radioButtonWrapper input[type="radio"]:focus + label:before {
      outline: none;
      border-color: #002C50; }
    .radioButtonWrapper input[type="radio"]:disabled + label:before {
      box-shadow: inset 0 0 0 4px #fff;
      border-color: #bfbfbf;
      background: #bfbfbf; }
    .radioButtonWrapper input[type="radio"] + label:empty:before {
      margin-right: 0; }

.select--full select {
  width: 65% !important; }

.notfall {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 112, 0.8);
  left: 0;
  top: 0;
  z-index: 99999;
  display: none; }
  .notfall.notfall-show {
    display: block; }
  .notfall.notfall-hide {
    display: none; }
  .notfall a {
    color: #004070; }
    .notfall a:hover {
      color: #fff; }
  .notfall .notfall-item {
    background: #95C11F;
    padding: 10px;
    padding-top: 45px;
    padding-bottom: 60px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    max-width: 670px;
    text-align: center;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow: auto; }

@media only screen and (max-width: 768px) {
  .notfall .notfall-item {
    left: 0;
    top: 6%;
    transform: inherit; } }
    .notfall .notfall-item .notfall-close {
      position: absolute;
      right: 10px;
      top: 0px;
      color: #fff;
      cursor: pointer; }
    .notfall .notfall-item .notfall-inner {
      position: relative;
      max-width: 520px;
      margin: 0 auto; }
      .notfall .notfall-item .notfall-inner h3 {
        color: #fff;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        color: #fff;
        font-size: 30px;
        line-height: 1em; }
      .notfall .notfall-item .notfall-inner p {
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        font-size: 20px; }
      .notfall .notfall-item .notfall-inner a.notfall-link {
        background: #004070;
        border-radius: 10px;
        padding: 5px 15px;
        color: #fff;
        display: inline-block;
        cursor: pointer;
        text-decoration: none; }
        .notfall .notfall-item .notfall-inner a.notfall-link:hover {
          text-decoration: none; }

.googlemaps {
  margin-bottom: 100px; }

@media only screen and (max-width: 1023px) {
  .googlemaps {
    margin-bottom: 50px; } }
  .googlemaps #map {
    width: 100%;
    height: 500px;
    z-index: 1; }

@media only screen and (max-width: 1023px) {
  .googlemaps #map {
    height: 300px; } }

.map-content h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 15px; }

.map-content a {
  display: block; }

.map-content .bau {
  margin-bottom: 10px !important; }
  .map-content .bau .bau-left {
    flex: 0 0 100px !important; }

.flash.form-failure {
  background: rgba(255, 0, 3, 0.15);
  padding: 10px;
  border-left: 4px solid red;
  margin-top: 15px; }

footer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }

@media only screen and (max-width: 991px) {
  footer {
    background: #fff; } }
  footer .scroll-top {
    width: 55px;
    height: 55px;
    background: #95C11F;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }
    footer .scroll-top a {
      display: block;
      width: 100%;
      height: 100%;
      background: url(/img/system/arrow-right-white.svg);
      background-repeat: no-repeat;
      background-size: 12px;
      background-size: 12px;
      -webkit-background-size: 12px;
      -moz-background-size: 12px;
      -o-background-size: 12px;
      background-size: 12px;
      background-position: center center;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  footer .footer-konakt {
    background: #002C50;
    min-height: 1000px;
    color: #fff;
    padding-top: 100px; }

@media only screen and (max-width: 768px) {
  footer .footer-konakt {
    padding-top: 30px;
    padding-bottom: 150px; } }
    footer .footer-konakt h2,
footer .footer-konakt .lookslikeh2 {
      font-size: 47px;
      line-height: 1em;
      padding: 0;
      margin: 0;
      margin-bottom: 16px;
      position: relative;
      z-index: 12;
      display: block; }

@media only screen and (max-width: 1380px) {
  footer .footer-konakt h2,
footer .footer-konakt .lookslikeh2 {
    font-size: 25px; } }

@media only screen and (max-width: 1279px) {
  footer .footer-konakt .container .row .offset-sm-3.col-sm-9 {
    margin-left: 0;
    max-width: 100%;
    flex: 0 0 100%; } }
    footer .footer-konakt .footer-info .row .col-sm-3:last-child .info-item:after {
      display: none; }

@media only screen and (max-width: 1279px) {
  footer .footer-konakt .footer-info .row .col-sm-3 {
    max-width: 33.33%;
    flex: 0 0 33.33%; } }

@media only screen and (max-width: 991px) {
  footer .footer-konakt .footer-info .row .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media only screen and (max-width: 1279px) {
  footer .footer-konakt .footer-info .row .offset-sm-3 {
    margin-left: 0;
    display: none; } }
    footer .footer-konakt .footer-info .info-item {
      position: relative;
      font-size: 21px;
      line-height: 33px;
      z-index: 1; }

@media only screen and (max-width: 1380px) {
  footer .footer-konakt .footer-info .info-item {
    font-size: 20px;
    line-height: 30px; } }
      footer .footer-konakt .footer-info .info-item:after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 343px;
        background: #fff; }

@media only screen and (max-width: 991px) {
  footer .footer-konakt .footer-info .info-item:after {
    right: 0;
    position: static;
    display: block;
    width: 100%;
    height: 1px; } }
      footer .footer-konakt .footer-info .info-item h3,
footer .footer-konakt .footer-info .info-item .lookslikeh3 {
        color: #95C11F;
        font-size: 26px;
        line-height: 33px;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px; }

@media only screen and (max-width: 1380px) {
  footer .footer-konakt .footer-info .info-item h3,
footer .footer-konakt .footer-info .info-item .lookslikeh3 {
    font-size: 20px;
    line-height: 33px; } }
      footer .footer-konakt .footer-info .info-item a {
        text-decoration: none; }
      footer .footer-konakt .footer-info .info-item p {
        font-weight: normal; }
        footer .footer-konakt .footer-info .info-item p a {
          text-decoration: none; }
        footer .footer-konakt .footer-info .info-item p a[href^="tel:"] {
          font-size: 24px; }

@media only screen and (max-width: 1380px) {
  footer .footer-konakt .footer-info .info-item p a[href^="tel:"] {
    font-size: 20px; } }
        footer .footer-konakt .footer-info .info-item p a[href^="mailto:"] {
          position: relative;
          padding-left: 15px; }
          footer .footer-konakt .footer-info .info-item p a[href^="mailto:"]:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            background: url("/img/system/arrow-right-white.svg");
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: calc(50% - 7.5px);
            right: 5px;
            left: 0; }
          footer .footer-konakt .footer-info .info-item p a[href^="mailto:"]:hover:before {
            background: url("/img/system/arrow-right-green.svg");
            background-size: contain;
            background-repeat: no-repeat; }
      footer .footer-konakt .footer-info .info-item a {
        color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        footer .footer-konakt .footer-info .info-item a:hover {
          color: #95C11F; }
      footer .footer-konakt .footer-info .info-item ul {
        padding: 0;
        margin: 0;
        margin-top: 33px; }
        footer .footer-konakt .footer-info .info-item ul li {
          list-style: none;
          padding-left: 0;
          margin-bottom: 3px; }
          footer .footer-konakt .footer-info .info-item ul li:before {
            display: none; }
          footer .footer-konakt .footer-info .info-item ul li a {
            display: inline-block;
            position: relative;
            padding-left: 20px; }
            footer .footer-konakt .footer-info .info-item ul li a:before {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              background: url("/img/system/arrow-right-white.svg");
              background-size: contain;
              background-repeat: no-repeat;
              position: absolute;
              top: calc(50% - 7.5px);
              right: 5px;
              left: 0; }
            footer .footer-konakt .footer-info .info-item ul li a:hover:before {
              background: url("/img/system/arrow-right-green.svg");
              background-size: contain;
              background-repeat: no-repeat; }
      footer .footer-konakt .footer-info .info-item.info-item-rechts a[href^="mailto:"] {
        display: block;
        margin-top: 17px; }
      footer .footer-konakt .footer-info .info-item.info-item-rechts:after {
        display: none; }
    footer .footer-konakt .footer-info .footer-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      width: auto;
      height: auto;
      z-index: 9;
      pointer-events: none; }

@media only screen and (max-width: 1800px) {
  footer .footer-konakt .footer-info .footer-bg {
    width: 700px; } }

@media only screen and (max-width: 1680px) {
  footer .footer-konakt .footer-info .footer-bg {
    width: 500px; } }

@media only screen and (max-width: 1380px) {
  footer .footer-konakt .footer-info .footer-bg {
    width: 400px; } }

@media only screen and (max-width: 991px) {
  footer .footer-konakt .footer-info .footer-bg {
    position: relative;
    width: 300px;
    left: 40px; } }

@media only screen and (max-width: 768px) {
  footer .footer-konakt .footer-info .offset-sm-3 {
    display: none; }
  footer .footer-konakt .footer-info .col-sm-3 {
    width: auto;
    flex: 0 0 100%;
    max-width: 100%; } }
    footer .footer-konakt .footer-img-text {
      position: absolute;
      bottom: 26%;
      background: #95C11F;
      left: 23%;
      z-index: 10;
      padding: 15px;
      border-radius: 10px; }

@media only screen and (max-width: 991px) {
  footer .footer-konakt .footer-img-text {
    position: static;
    width: 100%;
    max-width: 360px; } }
      footer .footer-konakt .footer-img-text p {
        padding: 0;
        margin: 0;
        color: #fff;
        font-size: 21px;
        line-height: 33px; }
        footer .footer-konakt .footer-img-text p:nth-child(1) {
          font-size: 24px; }
  footer .footer-welle {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 10;
    pointer-events: none; }
    .isIE footer .footer-welle {
      overflow: hidden; }

@media only screen and (max-width: 991px) {
  footer .footer-welle {
    background: #002C50;
    position: relative; } }

@media only screen and (max-width: 768px) {
  footer .footer-welle {
    height: 200px;
    bottom: 99px; } }

@media only screen and (max-width: 768px) {
  footer .footer-welle img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; } }

@media only screen and (max-width: 991px) {
  footer .footer-welle img {
    display: none; } }
    footer .footer-welle img.mobile-welle {
      display: none; }

@media only screen and (max-width: 991px) {
  footer .footer-welle img.mobile-welle {
    display: block; } }
  footer .footer-logos {
    position: absolute;
    right: 30px;
    bottom: 70px;
    z-index: 11; }

@media only screen and (max-width: 1680px) {
  footer .footer-logos {
    bottom: 75px; } }

@media only screen and (max-width: 991px) {
  footer .footer-logos {
    position: relative;
    text-align: center;
    right: 0; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 100;
    width: 100%;
    margin: 0 auto; } }

@media only screen and (max-width: 575px) {
  footer .footer-logos {
    bottom: 90px !important; } }
    footer .footer-logos .footer-logos-inner:after {
      content: "";
      display: table;
      clear: both; }

@media only screen and (max-width: 991px) {
  footer .footer-logos .footer-logos-inner {
    display: inline-block; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos .footer-logos-inner {
    margin-left: 0; } }
    footer .footer-logos .footer-logos-inner a.footer-logo {
      float: left;
      margin-right: 20px; }

@media only screen and (max-width: 1080px) {
  footer .footer-logos .footer-logos-inner a.footer-logo {
    margin-right: 20px; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos .footer-logos-inner a.footer-logo {
    margin-bottom: 0; } }

@media only screen and (max-width: 575px) {
  footer .footer-logos .footer-logos-inner a.footer-logo {
    margin-right: 10px; } }
      footer .footer-logos .footer-logos-inner a.footer-logo.fl-one img {
        max-width: 180px;
        height: 65px; }

@media only screen and (max-width: 575px) {
  footer .footer-logos .footer-logos-inner a.footer-logo.fl-one img {
    height: 39px; } }

@media only screen and (max-width: 575px) {
  footer .footer-logos .footer-logos-inner a.footer-logo.fl-one img {
    max-width: 110px; } }
      footer .footer-logos .footer-logos-inner a.footer-logo.fl-two img {
        max-width: 130px; }

@media only screen and (max-width: 575px) {
  footer .footer-logos .footer-logos-inner a.footer-logo.fl-two img {
    max-width: 80px; } }
      footer .footer-logos .footer-logos-inner a.footer-logo.fl-three {
        max-width: 150px;
        height: 90px;
        margin-top: -10px; }

@media only screen and (max-width: 768px) {
  footer .footer-logos .footer-logos-inner a.footer-logo.fl-three {
    height: auto; } }
        footer .footer-logos .footer-logos-inner a.footer-logo.fl-three img {
          max-height: 90px;
          width: 100%; }

@media only screen and (max-width: 575px) {
  footer .footer-logos .footer-logos-inner a.footer-logo.fl-three img {
    max-width: 90px; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos .footer-logos-inner a.footer-logo img {
    height: auto; } }
      footer .footer-logos .footer-logos-inner a.footer-logo:last-child {
        margin-right: 0; }
  footer .footer-end {
    background: transparent;
    width: 100%;
    position: absolute;
    bottom: 64px;
    left: 0;
    z-index: 12;
    padding-left: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

@media only screen and (max-width: 1680px) {
  footer .footer-end {
    bottom: 20px; } }

@media only screen and (max-width: 768px) {
  footer .footer-end {
    height: 100px;
    position: static;
    display: block;
    padding: 15px;
    padding-top: 30px;
    text-align: center; } }
    footer .footer-end .copyright p {
      font-size: 24px;
      line-height: 29px;
      padding: 0;
      margin: 0; }

@media only screen and (max-width: 768px) {
  footer .footer-end .copyright p {
    font-size: 15px;
    line-height: 20px; } }
    footer .footer-end .meta-footer {
      margin-left: 30px; }

@media (max-width: 1090px) {
  footer .footer-end .meta-footer {
    margin-left: 0;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  footer .footer-end .meta-footer {
    margin-left: 0; } }
      footer .footer-end .meta-footer nav ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

@media only screen and (max-width: 768px) {
  footer .footer-end .meta-footer nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
        footer .footer-end .meta-footer nav ul li {
          list-style: none;
          margin-right: 33px;
          padding-left: 0; }

@media only screen and (max-width: 768px) {
  footer .footer-end .meta-footer nav ul li {
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1em;
    margin-right: 10px; } }
          footer .footer-end .meta-footer nav ul li:before {
            content: "";
            display: none; }
          footer .footer-end .meta-footer nav ul li:last-child {
            margin-right: 0; }
          footer .footer-end .meta-footer nav ul li a {
            display: inline-block;
            font-size: 24px;
            line-height: 29px;
            color: #004070;
            text-decoration: none !important;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease; }

@media only screen and (max-width: 768px) {
  footer .footer-end .meta-footer nav ul li a {
    font-size: 15px;
    line-height: 20px; } }
            footer .footer-end .meta-footer nav ul li a:hover {
              color: #95C11F; }

@media only screen and (max-width: 1680px) {
  footer .footer-info .offset-sm-3 {
    display: none; }
  footer .footer-info .col-sm-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  footer .footer-konakt .footer-info .info-item:after {
    right: 0; }
  footer .footer-konakt .footer-info .footer-bg {
    width: 580px;
    left: calc(50% - 290px); } }

@media only screen and (max-width: 1279px) {
  footer .footer-logos {
    right: 20px; } }

@media only screen and (max-width: 991px) {
  footer {
    background: #002C50; }
  footer .footer-welle {
    position: absolute;
    bottom: 99px;
    height: 200px;
    background: transparent; }
  footer .footer-end {
    background: #fff; }
  footer .footer-end {
    height: 100px;
    position: static;
    display: block;
    padding: 15px;
    padding-top: 30px;
    text-align: center; }
  footer .footer-welle img {
    width: 100%;
    height: 100%; }
  footer .footer-konakt {
    padding-bottom: 500px; }
  footer .footer-logos {
    bottom: -30px;
    right: 0; }
  footer .footer-konakt .footer-info .footer-bg {
    width: 500px;
    left: calc(50% - 250px);
    bottom: 160px;
    position: absolute; }
  footer .footer-logos .footer-logos-inner a.footer-logo img {
    height: auto; }
  footer .footer-end .meta-footer {
    margin-left: 0; }
  footer .footer-end .meta-footer nav ul li a {
    font-size: 15px;
    line-height: 20px; }
  footer .footer-end .copyright p {
    font-size: 15px;
    line-height: 20px; }
  footer .footer-end .meta-footer nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos {
    bottom: 70px; }
  footer .footer-konakt {
    padding-bottom: 500px; } }

@media only screen and (max-width: 768px) {
  footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    left: calc(50% - 200px); } }

.loader-main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 99999; }

.loader {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 100%; }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%, 0% {
    stroke: #00a68d; }
  40% {
    stroke: #004070; }
  66% {
    stroke: #95C11F; }
  s 80%, 90% {
    stroke: #95C11F; } }

#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; }

@keyframes heben {
  2%, 18% {
    transform: translateY(-5px); }
  4%, 16% {
    transform: translateY(-2px); }
  6%, 10%, 14% {
    transform: translateY(-5px); }
  8%, 12% {
    transform: translateY(-2px); }
  18.1% {
    transform: translateY(0); } }

@keyframes shake {
  2%, 18% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  4%, 16% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  6%, 10%, 14% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  8%, 12% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  18.1% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

.meldung-icon {
  position: fixed;
  bottom: 0;
  z-index: 27;
  color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 70px;
  text-align: right; }

@media only screen and (max-width: 1920px) {
  .meldung-icon {
    left: auto;
    width: auto;
    max-width: 100%;
    text-align: left; } }

@media only screen and (max-width: 767px) {
  .meldung-icon {
    right: 70px; } }
  .meldung-icon .meldung-count {
    position: relative;
    cursor: pointer; }
    .meldung-icon .meldung-count svg #wecker, .meldung-icon .meldung-count svg #wecker_links, .meldung-icon .meldung-count svg #wecker_rechts {
      transform: rotate(0deg);
      transform-origin: center center;
      backface-visibility: hidden;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .meldung-icon .meldung-count svg path#Pfad_3355-2 {
      fill: #002c50; }
    .meldung-icon .meldung-count.shake svg #wecker {
      animation-name: shake; }
    .meldung-icon .meldung-count.shake svg #wecker_links, .meldung-icon .meldung-count.shake svg #wecker_rechts {
      animation-name: heben; }
    .meldung-icon .meldung-count span.meldung-counter {
      color: #fff;
      display: block;
      position: absolute;
      right: 2px;
      top: 7px;
      width: 21px;
      text-align: center;
      font-size: 13px;
      line-height: 1em; }
  .meldung-icon .meldung-hidden {
    min-width: 660px;
    min-height: 404px;
    position: absolute;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: width .3s linear, height .3s linear, transform .3s linear;
    -webkit-transition: width .3s linear, height .3s linear, transform .3s;
    bottom: 16px;
    right: 45px;
    border-radius: 10px;
    background: #002C50;
    padding-left: 40px;
    padding-top: 45px;
    padding-right: 70px;
    padding-bottom: 30px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-hidden {
    padding: 20px;
    padding-top: 40px;
    min-width: 360px;
    right: -70px;
    min-height: inherit; } }

@media only screen and (max-width: 359px) {
  .meldung-icon .meldung-hidden {
    min-width: 320px;
    right: -70px;
    padding-top: 38px;
    bottom: 0; } }
    .meldung-icon .meldung-hidden .meldung-close {
      display: inline-block;
      position: absolute;
      right: 27px;
      top: 30px;
      z-index: 100;
      cursor: pointer; }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-hidden .meldung-close {
    top: 12px; } }
    .meldung-icon .meldung-hidden.is-visible {
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transition: transoform .3s linear;
      -webkit-transition: transform .3s linear;
      background: #002C50; }
  .meldung-icon .meldung-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    padding-right: 100px;
    margin-bottom: 20px;
    position: relative;
    text-align: left; }
    .meldung-icon .meldung-item:last-child {
      border: none; }
    .meldung-icon .meldung-item.new-item figure.imgleft {
      max-width: 100px;
      margin: 0 20px 0px 0; }
      .meldung-icon .meldung-item.new-item figure.imgleft + .text-wrapper {
        min-height: 69px; }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-item.new-item figure.imgleft + .text-wrapper {
    width: calc(100% - 150px);
    padding: 0; } }
    .meldung-icon .meldung-item.new-item .text-wrapper {
      display: table; }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-item.new-item .text-wrapper {
    width: 100%;
    padding-top: 10px;
    min-height: inherit !important; } }
    .meldung-icon .meldung-item h3 {
      padding: 0;
      margin: 0;
      color: #fff !important;
      font-size: 21px;
      font-family: 'NeoSansBold',sans-serif;
      margin-bottom: 10px;
      line-height: 1.1em;
      cursor: pointer; }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-item h3 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 0; } }
      .meldung-icon .meldung-item h3 a {
        padding: 0;
        margin: 0;
        color: #fff !important;
        text-decoration: none;
        display: inline-block; }
    .meldung-icon .meldung-item time {
      font-size: 16px;
      line-height: 1.1em;
      display: block; }

@media only screen and (max-width: 767px) {
  .meldung-icon .meldung-item time {
    font-size: 14px; } }
    .meldung-icon .meldung-item .meldung-link {
      background: #95C11F;
      position: absolute;
      right: 0;
      bottom: 20px;
      color: #fff;
      text-decoration: none;
      border-radius: 10px;
      padding: 7px 32px 5px 10px;
      font-size: 16px;
      font-family: 'NeoSansMedium',sans-serif;
      line-height: 1em;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear; }
      .meldung-icon .meldung-item .meldung-link:after {
        content: "";
        width: 15px;
        height: 15px;
        background: url("/img/system/arrow-right-white.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 7px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear; }
      .meldung-icon .meldung-item .meldung-link:hover {
        background: #fff;
        color: #004070; }
        .meldung-icon .meldung-item .meldung-link:hover:after {
          content: "";
          width: 15px;
          height: 15px;
          background: url("/img/system/arrow-right-blue.svg");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          right: 5px; }
  .meldung-icon .meldung-all a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .meldung-icon .meldung-all a:hover {
      text-decoration: none; }
    .meldung-icon .meldung-all a:before {
      content: "";
      width: 15px;
      height: 15px;
      background: url(/img/system/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 7.5px);
      left: 0;
      z-index: 999;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .meldung-icon .show-svg {
    display: flex;
    flex-direction: column; }
    .isIE.lt-ie12 .meldung-icon .show-svg {
      display: block !important; }

@media only screen and (max-width: 767px) {
  .meldung-icon .show-svg {
    overflow: auto;
    max-height: 65vh; } }

@media only screen and (max-width: 375px) {
  .meldung-icon .show-svg {
    max-height: 60vh; }
    .isSafari .meldung-icon .show-svg {
      max-height: 280px; } }

@media only screen and (max-width: 320px) {
  .meldung-icon .show-svg {
    max-height: 50vh; } }
    .meldung-icon .show-svg .new-item {
      margin-bottom: 0;
      padding: 20px 0;
      display: inline-block;
      width: 100%; }
      .meldung-icon .show-svg .new-item:first-child {
        padding-top: 0; }
      .meldung-icon .show-svg .new-item h3 {
        margin-bottom: 0; }
    .meldung-icon .show-svg .text-wrapper {
      display: inline-block !important;
      width: calc(100% - 220px); }
    .meldung-icon .show-svg .baustellen-item {
      margin-bottom: 0;
      padding-top: 20px; }
      .meldung-icon .show-svg .baustellen-item h3 {
        padding-left: 40px;
        margin-bottom: 0; }
        .meldung-icon .show-svg .baustellen-item h3:before {
          content: "";
          position: absolute;
          width: 22px;
          height: 24px;
          background: url(/img/system/icons/construction-and-tools_orange.svg);
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
      .meldung-icon .show-svg .baustellen-item .meldung-link {
        height: 30px;
        bottom: inherit;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .meldung-icon .show-svg + .meldung-all {
      margin-top: 15px; }
      .meldung-icon .show-svg + .meldung-all a {
        padding-left: 20px; }
        .meldung-icon .show-svg + .meldung-all a:before {
          transform: inherit; }

.hidden-nav-label {
  display: none; }
  .hidden-nav-label p {
    padding: 0;
    margin: 0; }
  .hidden-nav-label.hidden-nav-webadmin {
    display: table;
    width: auto;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    background: #004070;
    color: #fff;
    padding: 10px; }

.blue .hidden-nav-label.hidden-nav-webadmin {
  background: #95C11F; }

.presse.baustellen-meldung article a.presse-link {
  bottom: 15px !important; }

.baustellen-details {
  padding-bottom: 50px; }
  .baustellen-details .baustellen-item h2 {
    margin-bottom: 10px; }
  .baustellen-details .baustellen-item time {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    display: block; }
  .baustellen-details .baustellen-item img {
    margin-bottom: 30px; }
  .baustellen-details .baustellen-item #map {
    width: 100%;
    height: 300px; }
  .baustellen-details .baustellen-item .beschreibung {
    margin-bottom: 30px; }
    .baustellen-details .baustellen-item .beschreibung p {
      padding: 0;
      margin: 0; }

@media only screen and (max-width: 575px) {
  .baustellen-details .baustellen-item img {
    margin-bottom: 30px; } }
  .baustellen-details .baustellen-item .bau {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .baustellen-details .baustellen-item .bau.massnahme {
      margin-bottom: 0; }
    .baustellen-details .baustellen-item .bau .bau-left {
      flex: 0 0 160px; }

@media only screen and (max-width: 1023px) {
  .baustellen-details .baustellen-item .bau .bau-left {
    flex: 0 0 110px; } }
      .baustellen-details .baustellen-item .bau .bau-left p {
        font-family: 'NeoSansMedium',sans-serif;
        padding: 0;
        margin: 0; }
    .baustellen-details .baustellen-item .bau .bau-right p {
      padding: 0;
      margin: 0; }

.ort-services-header {
  margin-top: 60px;
  margin-bottom: 125px;
  position: relative;
  z-index: 5; }
  .ort-services-header .route {
    font-size: 26px;
    color: #fff;
    line-height: 1em;
    background: #95C11F;
    padding: 9px;
    padding-left: 10px;
    padding-right: 30px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    top: 100px;
    right: 20%; }
    .ort-services-header .route:after {
      content: "";
      width: 15px;
      height: 15px;
      background: url(/img/system/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: calc(50% - 5.5px);
      right: 7px; }

@media only screen and (max-width: 1023px) {
  .ort-services-header .route {
    position: static;
    margin-top: 15px;
    font-size: 16px; } }
  .ort-services-header h2 {
    margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .ort-services-header {
    margin-top: 30px;
    margin-bottom: 50px; } }

.ort-services {
  padding-bottom: 100px; }

@media only screen and (max-width: 767px) {
  .ort-services {
    padding-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .ort-services .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%; } }
  .ort-services .services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 70px);
    padding: 16px;
    border-radius: 10px;
    float: right;
    margin-bottom: 22px;
    cursor: default; }
    .ort-services .services-item:after {
      content: "";
      display: table;
      clear: both; }
    .ort-services .services-item:nth-child(2n-1) {
      background: #ECECEC; }
    .ort-services .services-item:hover .services-left .service-icon img.s-icon-normal {
      display: block; }
    .ort-services .services-item:hover .services-left .service-icon img.s-icon-hover {
      display: none; }
    .ort-services .services-item p {
      padding: 0;
      margin: 0;
      font-size: 24px;
      line-height: 25px; }

@media only screen and (max-width: 1023px) {
  .ort-services .services-item p {
    font-size: 15px;
    line-height: 25px; } }
    .ort-services .services-item .services-left {
      width: 80%;
      position: relative; }

@media only screen and (max-width: 1023px) {
  .ort-services .services-item .services-left {
    width: 70%; } }
    .ort-services .services-item .services-right {
      width: 20%;
      text-align: right;
      padding-right: 50px; }

@media only screen and (max-width: 1023px) {
  .ort-services .services-item .services-right {
    width: 30%;
    text-align: right; } }
    .ort-services .services-item .service-icon {
      width: 65px;
      height: 65px;
      line-height: 65px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      text-align: center;
      position: absolute;
      left: -100px;
      top: -19px; }
      .ort-services .services-item .service-icon img {
        width: 65px; }
        .ort-services .services-item .service-icon img.s-icon-hover {
          display: none; }

.videoButton:before {
  content: "";
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: calc(50% - 50px);
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 85px;
  max-height: 85px;
  background: url("/img/system/play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 999; }

.image-container {
  margin-bottom: 80px;
  word-break: break-word; }
  .image-container figure.imgleft {
    float: left;
    margin: 0 55px 5px 0;
    text-align: left; }

@media only screen and (max-width: 991px) {
  .image-container figure.imgleft {
    float: none;
    text-align: left;
    margin: 0 0 15px 0; } }
  .image-container figure.imgright {
    float: right;
    margin: 0 0 5px 15px;
    text-align: right; }

@media only screen and (max-width: 991px) {
  .image-container figure.imgright {
    float: none;
    text-align: left;
    margin: 0 0 15px 0; } }
  .image-container figure.imgleft, .image-container figure.imgright {
    display: table;
    padding-top: 2px;
    max-width: 671px;
    width: 100%;
    overflow: hidden; }
    .image-container figure.imgleft.auto-width, .image-container figure.imgright.auto-width {
      width: auto;
      max-width: 671px; }
    .image-container figure.imgleft.partner-logos, .image-container figure.imgright.partner-logos {
      background: #ECECEC;
      padding-top: 0;
      max-width: 429px; }
      .isIE .image-container figure.imgleft.partner-logos, .isIE .image-container figure.imgright.partner-logos {
        display: block; }
      .image-container figure.imgleft.partner-logos .figurewrapper, .image-container figure.imgright.partner-logos .figurewrapper {
        min-height: 363px; }
    .image-container figure.imgleft img, .image-container figure.imgright img {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .isIE .image-container figure.imgleft img, .isIE .image-container figure.imgright img {
        width: 100%; }
    .image-container figure.imgleft:hover img, .image-container figure.imgright:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .image-container figure.imgleft .figurewrapper, .image-container figure.imgright .figurewrapper {
      display: block;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    .image-container figure.imgleft.zoomable .figurewrapper, .image-container figure.imgright.zoomable .figurewrapper {
      position: relative;
      overflow: hidden; }
      .image-container figure.imgleft.zoomable .figurewrapper:after, .image-container figure.imgright.zoomable .figurewrapper:after {
        content: "";
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 66px;
        height: 68px;
        background: url("/img/system/bilder_zoom.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        pointer-events: none; }

@media only screen and (max-width: 767px) {
  .image-container figure.imgleft.zoomable .figurewrapper:after, .image-container figure.imgright.zoomable .figurewrapper:after {
    width: 45px;
    height: 45px; } }
  .image-container figure .figurewrapper {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%; }
  .image-container figure p {
    word-break: break-all; }

#main-cookie {
  background-color: #002C50; }

.cc-grower {
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 99;
  max-height: 0 !important;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  background-color: #002C50; }
  .cc-grower.cookie-visible {
    contain: layout;
    max-height: calc(100vh - 105px) !important;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 2s ease-in-out;
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    transition-delay: .75s;
    overflow-y: hidden; }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-grower.cookie-visible {
    max-height: calc(100vh - 50px) !important; } }

.cc-revoke, .cc-window {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%; }

.cc-window {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  width: 100% !important;
  font-family: 'NeoSansRegular',sans-serif; }

@media only screen and (max-width: 768px) {
  .cc-window {
    font-size: 16px;
    line-height: 22px; } }

@media only screen and (max-width: 320px) {
  .cc-window {
    padding: 5px 10px 10px !important;
    font-size: 14px; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window {
    padding: 5px 10px 10px !important;
    font-size: 14px; } }
  .cc-window.cc-banner {
    max-width: 1460px;
    margin: 0 auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }

@media only screen and (max-width: 991px) {
  .cc-window.cc-banner {
    display: block; } }
  .cc-window.cc-floating {
    max-width: 100%;
    flex-direction: row; }

@media only screen and (max-width: 991px) {
  .cc-window.cc-floating {
    flex-direction: column; } }
  .cc-window .cc-message {
    max-width: 1260px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 20px; }

@media only screen and (max-width: 991px) {
  .cc-window .cc-message {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%; } }

@media only screen and (max-width: 991px) {
  .cc-window .cc-compliance {
    max-width: 100%;
    width: 100%;
    display: block; } }
  .cc-window .cc-link {
    color: #fff !important;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    opacity: 1; }
    .cc-window .cc-link:hover {
      text-decoration: underline;
      color: #95C11F; }
  .cc-window .cc-link:active, .cc-window .cc-link:visited {
    color: #fff !important; }
  .cc-window .cc-color-override--1034373318 .cc-link, .cc-window .cc-color-override--1034373318 .cc-link:active, .cc-window .cc-color-override--1034373318 .cc-link:visited {
    color: #fff !important; }
  .cc-window .cc-compliance {
    text-align: right; }
  .cc-window .cc-btn {
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    padding: 5px;
    padding-left: 10px;
    padding-right: 30px;
    background: #95C11F;
    top: -15px; }

@media only screen and (max-width: 991px) {
  .cc-window .cc-btn {
    margin-top: 15px;
    top: 0;
    display: inline-block; } }
    .cc-window .cc-btn:after {
      content: "";
      position: absolute;
      right: 10px;
      top: calc(50% - 5px);
      width: 10px;
      height: 10px;
      background: url("/img/system/arrow-right-white.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 10; }
    .cc-window .cc-btn:hover {
      opacity: 1;
      background: #fff !important;
      color: #004070 !important; }

.lt-ie12 .cc-message {
  max-width: 100%;
  margin: 0 auto; }

.image-container-gallery {
  margin-bottom: 0; }

.gallerybox {
  padding: 0;
  margin: 0; }
  .gallerybox .galleryrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    margin-right: -3.7%; }

@media only screen and (max-width: 375px) {
  .gallerybox .galleryrow {
    display: block;
    margin: 0; } }
    .gallerybox .galleryrow .gallery {
      display: block;
      width: 100%;
      max-width: 429px;
      height: auto;
      margin: 0;
      margin-bottom: 3.7%;
      margin-right: 3.7%;
      float: left;
      position: relative;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      overflow: hidden;
      max-height: 285px; }
      .gallerybox .galleryrow .gallery:after {
        content: attr(alt);
        display: block;
        color: #fff;
        background: #004070;
        bottom: 0;
        left: 0;
        position: absolute;
        font-size: 12px;
        line-height: 1.7em;
        display: none; }

@media only screen and (max-width: 375px) {
  .gallerybox .galleryrow .gallery {
    width: auto;
    max-width: 100%;
    margin: 0;
    max-height: none; } }
      .gallerybox .galleryrow .gallery:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
      .gallerybox .galleryrow .gallery img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease; }

@media only screen and (max-width: 375px) {
  .gallerybox .galleryrow .gallery img {
    width: auto;
    height: auto;
    max-width: 100%; } }
  .gallerybox .slick-arrow {
    display: none !important; }

.gallnavi {
  text-align: center; }
  .gallnavi a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #95C11F;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer; }
    .gallnavi a:last-child {
      margin-right: 0; }
    .gallnavi a span {
      width: 13px;
      height: 13px;
      background: #fff;
      border-radius: 50%;
      position: relative;
      top: -1px;
      left: -1px;
      padding: 0;
      margin: 0;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
      display: block; }
      .gallnavi a span:before {
        display: none; }
    .gallnavi a.selected {
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4); }
      .gallnavi a.selected span {
        opacity: 1;
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        background: #24977E; }

.umfrage-outer {
  z-index: 10000;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  bottom: 20px;
  position: fixed; }

@media only screen and (max-width: 1920px) {
  .umfrage-outer {
    left: auto; } }

@media only screen and (max-width: 575px) {
  .umfrage-outer {
    position: relative;
    z-index: 0; } }

.umfrage {
  background: #002C50;
  max-width: 420px;
  width: 100%;
  z-index: 500;
  min-height: 77px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 15px;
  position: absolute;
  right: 170px;
  bottom: 0; }
  .umfrage:after {
    content: "";
    position: absolute;
    bottom: -19px;
    width: 24px;
    height: 25px;
    left: calc(50% - 12px);
    background: url("/img/system/down-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

@media only screen and (max-width: 575px) {
  .umfrage:after {
    display: none; } }

@media only screen and (max-width: 767px) {
  .umfrage {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    margin-top: 20px; } }
  .umfrage.umfrage-show {
    display: block; }
  .umfrage.umfrage-hide {
    display: none; }
  .umfrage .umfrage-close {
    float: right;
    cursor: pointer; }

@media (max-height: 450px) and (min-width: 576px) {
  .umfrage .umfrage-close {
    margin-right: 15px; } }
    .umfrage .umfrage-close img {
      width: 11px;
      height: 11px; }
  .umfrage .umfrage-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    cursor: pointer;
    overflow: hidden; }
    .umfrage .umfrage-headline .headline-left {
      flex: 0 0 50px; }
    .umfrage .umfrage-headline .headline-right {
      padding-left: 10px; }

@media (max-width: 410px) {
  .umfrage .umfrage-headline .headline-right {
    padding-top: 5px;
    padding-left: 0;
    width: 100%; } }
    .umfrage .umfrage-headline h3 {
      padding: 0;
      margin: 0;
      color: #95C11F;
      font-size: 21px;
      line-height: 22px;
      font-weight: normal;
      padding-bottom: 5px; }
    .umfrage .umfrage-headline p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      line-height: 22px; }
  .umfrage .umfrage-item .umfrage-zeile label {
    font-size: 16px;
    line-height: 22px; }
  .umfrage .umfrage-item .umfrage-voted {
    margin-top: 30px; }
    .umfrage .umfrage-item .umfrage-voted p {
      font-size: 16px;
      line-height: 22px;
      padding: 0;
      margin: 0; }
  .umfrage .umfrage-main {
    display: none; }

@media only screen and (max-width: 575px) {
  .umfrage .umfrage-main {
    display: block; } }
  .umfrage .buttonContainer {
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: right;
    display: none; }

@media only screen and (max-width: 575px) {
  .umfrage .buttonContainer {
    display: block; } }
    .umfrage .buttonContainer a {
      background: #95C11F;
      color: #fff;
      border-radius: 10px;
      padding: 5px;
      padding-right: 25px;
      padding-left: 10px;
      font-size: 16px;
      line-height: 1em;
      text-decoration: none;
      position: relative; }
      .umfrage .buttonContainer a:after {
        content: "";
        width: 12px;
        height: 12px;
        background: url(/img/system/arrow-right-white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5px);
        right: 5px; }
    .umfrage .buttonContainer.jsCheck + .buttonContainer {
      display: none !important; }
    .umfrage .buttonContainer.jsCheck .notice {
      font-size: 12px;
      display: inline-block;
      margin: 0 10px 0 0; }
    .umfrage .buttonContainer.jsCheck a {
      cursor: pointer; }
  .umfrage .textbox {
    display: block;
    margin-top: 10px; }
    .umfrage .textbox label {
      display: block;
      font-size: 16px; }
    .umfrage .textbox textarea {
      width: 100%;
      height: 70px;
      font-size: 14px;
      padding: 5px; }

.umfrage-details {
  padding-bottom: 100px; }

@media only screen and (max-width: 1023px) {
  .umfrage-details {
    padding-bottom: 50px; } }
  .umfrage-details .umfrage-item {
    max-width: 1280px; }
    .umfrage-details .umfrage-item h3 {
      margin-bottom: 40px; }

@media only screen and (max-width: 1023px) {
  .umfrage-details .umfrage-item h3 {
    margin-bottom: 20px; } }
    .umfrage-details .umfrage-item .umfrage-submit {
      margin-top: 60px;
      margin-bottom: 35px; }

@media only screen and (max-width: 1023px) {
  .umfrage-details .umfrage-item .umfrage-submit {
    margin-top: 40px;
    margin-bottom: 0; } }
    .umfrage-details .umfrage-item .umfrage-voted p {
      font-size: 26px;
      line-height: 33px;
      font-family: 'NeoSansBold',sans-serif;
      padding: 0;
      margin: 0;
      display: inline-block;
      margin-right: 20px; }

@media only screen and (max-width: 1023px) {
  .umfrage-details .umfrage-item .umfrage-voted p {
    font-size: 15px;
    line-height: 25px; } }
    .umfrage-details .umfrage-item .umfrage-voted img {
      display: inline-block;
      position: relative;
      top: -16px; }

@media only screen and (max-width: 1023px) {
  .umfrage-details .umfrage-item .umfrage-voted img {
    top: -10px;
    width: 30px; } }
    .umfrage-details .umfrage-item .umfrage-zeile {
      position: relative;
      margin-bottom: 5px;
      max-width: 1155px; }
      .umfrage-details .umfrage-item .umfrage-zeile .umfrage-frage {
        float: left;
        width: 50%;
        font-size: 24px;
        min-height: 45px;
        line-height: 1.1em;
        padding: 13px 20px;
        color: #004070;
        position: relative;
        z-index: 1; }

@media only screen and (max-width: 1023px) {
  .umfrage-details .umfrage-item .umfrage-zeile .umfrage-frage {
    font-size: 15px;
    line-height: 25px; } }
      .umfrage-details .umfrage-item .umfrage-zeile .umfrage-balken {
        float: left;
        background: #B2B2B2; }
        .umfrage-details .umfrage-item .umfrage-zeile .umfrage-balken .umfrage-balken-standard {
          height: 52px;
          position: relative; }
          .umfrage-details .umfrage-item .umfrage-zeile .umfrage-balken .umfrage-balken-standard:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 26px 0 26px 15px;
            border-color: transparent transparent transparent #B2B2B2;
            line-height: 0px;
            position: absolute;
            right: -15px;
            top: 0; }
      .umfrage-details .umfrage-item .umfrage-zeile .umfrage-prozent {
        float: right;
        color: #95C11F;
        font-family: 'NeoSansBold',sans-serif;
        font-size: 26px;
        line-height: 1.1em; }
      .umfrage-details .umfrage-item .umfrage-zeile .umfrage-right-seperator {
        position: absolute;
        left: 0;
        width: 50%;
        background: #ECECEC;
        top: 0;
        height: 100%; }

@media (max-height: 450px) and (min-width: 576px) {
  #main_umfragehelper_umfrage {
    max-height: 80vh;
    overflow: auto; } }

.double-text-baustein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1155px;
  margin-left: -30px;
  margin-right: -30px; }

@media only screen and (max-width: 575px) {
  .double-text-baustein {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0; } }
  .double-text-baustein div {
    width: 50%;
    padding: 30px; }

@media only screen and (max-width: 575px) {
  .double-text-baustein div {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; } }

.double-image-baustein {
  margin-right: -27.5px;
  margin-left: -27.5px; }
  .double-image-baustein:after {
    content: "";
    display: table;
    clear: both; }
  .double-image-baustein .di-item {
    float: left;
    width: auto;
    max-width: 50%;
    padding-right: 27.5px;
    padding-left: 27.5px; }
    .double-image-baustein .di-item img {
      width: auto;
      max-width: 100%; }

.col50 h2 {
  font-size: 42px;
  font-family: 'NeoSansMedium',sans-serif; }

.col50 h3 {
  font-size: 26px;
  font-family: 'NeoSansMedium',sans-serif; }

.wallbox-container .wallbox-item {
  border: 3px solid #95C11F;
  padding: 15px;
  border-radius: 10px; }
  .wallbox-container .wallbox-item p {
    padding: 0 !important;
    margin: 0 !important; }
  .wallbox-container .wallbox-item.wallbox-green {
    background: #95C11F; }
    .wallbox-container .wallbox-item.wallbox-green p {
      color: #fff; }
  .wallbox-container .wallbox-item.wallbox-addon {
    border: none;
    border: 3px dashed #95C11F;
    border-top: none;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: -5px; }

.wallbox-container .wallbox-arrow {
  text-align: center; }
  .wallbox-container .wallbox-arrow svg {
    width: 50px; }
    .wallbox-container .wallbox-arrow svg path {
      fill: #95C11F !important; }

div#main_inhalt_Suche + .container.page-search-ajax + .page-search-main .container > .row > .col-sm-12 > p {
  margin-top: 30px; }

.color-theme2 .tarifrechner .tarif_haushalt {
  display: none; }

.color-theme2 main .keyvisual .kv-headline div span {
  background: #7C7C7C; }

@media only screen and (max-width: 767px) {
  .color-theme2 main .keyvisual .kv-headline div:first-child span {
    background: none; } }

.color-theme2 .preis_netto {
  font-family: 'NeoSansBold',sans-serif; }

.color-theme2 .preis_brutto {
  font-family: 'NeoSansRegular',sans-serif; }

.color-theme2 main .keyvisual .kv-headline div h2 span {
  background: #002C50; }

.color-theme2 .master-search .search-box .search-inner .search-tags span {
  background: #7C7C7C; }

.color-theme2 .master-search .search-box .search-inner .search-input .search-btn svg path.a3 {
  fill: #7C7C7C; }

.color-theme2 .master-search .search-box .search-inner .search-input .search-btn svg path.b3 {
  stroke: #7C7C7C; }

.color-theme2 h3 {
  color: #7C7C7C; }

.color-theme2 .green {
  background: #7C7C7C; }

.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor {
  background: #7C7C7C; }

.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor {
  background: #7C7C7C; }

.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor {
  background: #7C7C7C; }

.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor:after {
  border-color: #7C7C7C transparent transparent transparent; }

.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-state-hover a.ui-tabs-anchor:after {
  border-color: #7C7C7C transparent transparent transparent; }

.color-theme2 .meldung-icon .meldung-item .meldung-link {
  background: #7C7C7C; }

.color-theme2 main .icons .icon-item h3 {
  color: #7C7C7C; }

.color-theme2 main .triple-box .triple-item .triple-text h3 {
  color: #7C7C7C; }

.color-theme2 main .grey .img-left .text-link p a {
  background: #7C7C7C; }

.color-theme2 .blue .text-link p a {
  background: #7C7C7C; }

.color-theme2 main .ratgeber .ratgeber-cloud p a {
  background: #7C7C7C; }

.color-theme2 footer .scroll-top {
  background: #7C7C7C; }

.color-theme2 .tarifrechner .tarif_result .header {
  background-color: #7C7C7C; }

main .slide-section.white:last-child {
  padding-bottom: 100px; }

@media print {
  .umfrage {
    display: none; }
  html body h2 {
    font-size: 50px; }
  header {
    position: relative;
    height: auto; }
    header .navigation {
      display: none; }
    header .navigation-icons {
      display: none; }
    header .logo {
      top: 0;
      position: relative;
      float: right; }
  footer .footer-konakt {
    height: auto;
    min-height: inherit; }
  main .keyvisual {
    overflow: visible; }
    main .keyvisual #navigation-animate {
      display: none;
      position: relative; }
    main .keyvisual .kv-images {
      display: none; }
    main .keyvisual .search-box.search-kv {
      display: none; }
    main .keyvisual .kv-headline {
      position: relative;
      margin-top: 100px; }
      main .keyvisual .kv-headline div:first-child {
        margin-bottom: 5px; }
      main .keyvisual .kv-headline div span {
        padding: 0;
        display: inline-block; }
        main .keyvisual .kv-headline div span:nth-child(2) {
          top: 0; }
      main .keyvisual .kv-headline div h2 span {
        font-size: 40px;
        line-height: 1em; }
  main .page-content .onpublix-container p {
    text-align: left;
    margin-bottom: 10px; }
  main section {
    margin-bottom: 20px; }
  main .sidebar, .meldung-icon, main .keyvisual .master-search, main .icons .icon-item img, .ort-map,
footer .footer-welle, .footer-img-wrapper, .triple-link.text-link, .double-link.text-link,
footer .footer-logos, .keyvisual-content img, main .breadcrumb, footer .scroll-top,
main .slide-section:not(.keyvisual).no-keyvisual, main .double-box .double-item .double-image, main .triple-box .triple-item .triple-image,
.color-theme2 main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav li.ui-tabs-tab.ui-tabs-active a.ui-tabs-anchor:after {
    display: none !important; }
  .img-left .col-sm-6,
.ratgeber .col-sm-6 {
    width: 30%; }
  .img-left .col-sm-6 + .col-sm-6,
.ratgeber .col-sm-6 + .col-sm-6 {
    width: 70%;
    padding: 0; }
  .footer-info .col-sm-3 {
    width: 33.33%; }
  main .slide-section:not(.keyvisual) h2 {
    font-size: 40px; } }

@media print {
  main .double-box p, main .double-box a, main .double-box h2, main .slide-section.blue,
footer .footer-konakt .footer-info .info-item a, footer .footer-konakt h2, footer .footer-konakt .footer-info .info-item p {
    color: #004070; }
  main .ratgeber .ratgeber-cloud {
    margin-top: 15px;
    margin-bottom: 30px; }
  main .ratgeber .ratgeber-cloud p a {
    color: #004070;
    padding: 0;
    background: transparent;
    display: block; }
  main .slide-section:not(.keyvisual), main .slide-section.green, main .slide-section:not(.keyvisual).triple-box,
main .slide-section:not(.keyvisual).ratgeber.blue {
    padding: 0 !important;
    padding-top: 20px; }
  main .icons .icon-item {
    margin-bottom: 30px;
    text-align: left; }
  main .triple-box .triple-item .triple-text, main .double-box .double-item .double-text {
    margin-bottom: 0; }
  main .slide-section:not(.keyvisual).icons .container, .container, footer .footer-konakt,
main .slide-section:not(.keyvisual).ratgeber.white, main .slide-section:not(.keyvisual).double-box,
main .slide-section:not(.keyvisual).ort {
    padding: 0; }
  main .triple-box .triple-item .triple-text {
    height: auto !important; }
  footer .footer-end {
    position: relative;
    bottom: 0;
    padding: 0; }
  .meta-footer {
    display: none; }
  h1, h2, h3 {
    font-size: 19px !important;
    line-height: 22px !important;
    margin-bottom: 20px !important; }
  span, p, a, li {
    font-size: 14px !important;
    line-height: 16px !important; }
  a {
    color: #004070 !important; }
    a:after {
      content: " (https://www.belkaw.de" attr(href) ") " !important;
      position: static !important;
      color: #000; }
    a[href*='//']:after {
      content: " (https://www.belkaw.de" attr(href) ") " !important;
      position: static !important;
      color: #000; }
    a[href*='tel:']:after, a[href*='mailto:']:after {
      display: none; }
  footer .footer-konakt .footer-info .info-item ul li a,
.text-link p a {
    padding: 0 !important; }
  footer .footer-konakt .footer-info .info-item ul li a {
    margin-bottom: 10px; }
  main .ui-tabs.ui-widget.ui-widget-content ul.ui-tabs-nav,
footer .footer-konakt .footer-info .info-item ul li a:before {
    display: none; }
  main .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel {
    display: block !important; } }

@media only screen and (max-width: 575px) {
  .fancybox-slide--iframe {
    padding: 10px 10px 0; } }

.slider .slick-slide {
  position: relative; }
  .slider .slick-slide .text-link p {
    text-align: left;
    margin-left: 40px;
    margin-top: 22px; }

@media only screen and (max-width: 1280px) {
  .slider .slick-slide .text-link p {
    margin-left: 20px; } }

@media only screen and (max-width: 835px) {
  .slider .slick-slide .text-link p {
    margin-top: 5px; } }

@media only screen and (max-width: 767px) {
  .slider .slick-slide .text-link p {
    margin-left: 0; } }

@media only screen and (max-width: 1280px) {
  .slider .slick-slide .text-link p a {
    font-size: 22px; } }
    .slider .slick-slide .text-link p a:hover {
      background: #95C11F; }

.slider ul.slick-dots {
  bottom: 90px; }

@media only screen and (max-width: 1680px) {
  .slider ul.slick-dots {
    bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .slider ul.slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px; } }

main .customv1 .slider.keyvisual {
  height: auto; }
  main .customv1 .slider.keyvisual img {
    height: calc(100vh - 140px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    min-height: 650px; }

@media only screen and (max-width: 1280px) {
  main .customv1 .slider.keyvisual img {
    height: auto;
    min-height: 1px;
    aspect-ratio: 1920 / 1000; } }

main .customv1 .keyvsiual,
main .customv1 .slider.keyvisual {
  overflow: visible; }

@media (max-width: 1680px) {
  main .customv1 .keyvsiual,
main .customv1 .slider.keyvisual {
    height: auto; } }

@media only screen and (max-width: 575px) {
  main .customv1 .keyvsiual .kv-headline,
main .customv1 .slider.keyvisual .kv-headline {
    margin-top: -1px; } }

@media only screen and (max-width: 767px) {
  main .customv1 .keyvsiual .kv-headline .double-link.text-link a,
main .customv1 .slider.keyvisual .kv-headline .double-link.text-link a {
    background: #95C11F;
    border: 1px solid #95C11F;
    text-decoration: none !important; }
    main .customv1 .keyvsiual .kv-headline .double-link.text-link a:hover,
main .customv1 .slider.keyvisual .kv-headline .double-link.text-link a:hover {
      background: #002C50;
      border: 1px solid #95C11F; } }

@media only screen and (max-width: 767px) {
  main .customv1 .keyvsiual .slick-track,
main .customv1 .slider.keyvisual .slick-track {
    display: flex !important; }
  main .customv1 .keyvsiual .slick-slide,
main .customv1 .slider.keyvisual .slick-slide {
    height: inherit !important;
    background: #002c50; } }

@media only screen and (max-width: 767px) {
  main .customv1 .slide-section.keyvisual {
    background: #e9e9e9; } }

@media only screen and (max-width: 767px) and (max-width: 991px) {
  main .customv1 .slide-section.keyvisual {
    padding-top: 70px; } }

main .customv1 ul.slick-dots {
  bottom: -18px;
  line-height: 0.2; }
  main .customv1 ul.slick-dots li {
    border: 2px solid #004070 !important; }
    main .customv1 ul.slick-dots li button {
      background: #002C50 !important; }
    main .customv1 ul.slick-dots li.slick-active {
      border: 2px solid transparent !important; }
      main .customv1 ul.slick-dots li.slick-active button {
        transform: scale(0.8) !important; }

@media only screen and (max-width: 767px) {
  main .customv1 ul.slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px; } }

main .customv1 .search-box .search-inner .search-input input {
  border: 1px solid #cdcdcd; }

main .customv1 .ytvideo {
  border: 1px solid #cdcdcd;
  box-shadow: none !important; }

main .customv2 .slider.keyvisual {
  overflow: visible; }

main .customv2 .slick-slider.slick-dotted .slick-slide:after {
  position: absolute;
  width: 100%;
  opacity: .34;
  background-image: -moz-linear-gradient(108deg, transparent 6%, #000 83%);
  background-image: linear-gradient(-18deg, transparent 6%, #000 83%);
  height: 100%;
  content: "";
  top: 0; }

main .customv2 ul.slick-dots {
  bottom: -18px;
  line-height: 0.2; }
  main .customv2 ul.slick-dots li {
    border: 2px solid #004070 !important; }
    main .customv2 ul.slick-dots li button {
      background: #002C50 !important; }
    main .customv2 ul.slick-dots li.slick-active {
      border: 2px solid transparent !important; }
      main .customv2 ul.slick-dots li.slick-active button {
        transform: scale(0.8) !important; }

@media only screen and (max-width: 767px) {
  main .customv2 ul.slick-dots {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px; } }

main .customv2 .ytvideo {
  border: 1px solid #cdcdcd;
  box-shadow: none !important; }

.isIE .cc-banner :last-child.cc-btn {
  min-width: 150px; }

.isIE footer .scroll-top a {
  -webkit-background-size: 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px; }

/* Breadcrumb Suche */
.search-breadcrumb {
  margin: 0;
  padding: 0; }
  .search-breadcrumb li {
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    position: relative; }
    .search-breadcrumb li:after {
      content: "";
      position: absolute;
      top: calc(50% - 5px);
      right: -18px;
      width: 10px;
      height: 10px;
      background: url(/img/system/arrow-right-blue.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 12; }
    .search-breadcrumb li:last-child:after {
      display: none; }

main .search-v2-wr .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel h3 {
  color: inherit;
  margin: 0; }

main .search-v2-wr + .search-reslut .generate-ui-tab ul {
  display: none; }

main .search-v2-wr .btn-more {
  color: #fff; }
  main .search-v2-wr .btn-more:hover {
    color: #95C11F; }

main .search-v2-wr #business.search-reslut .search-item:nth-child(n+6),
main .search-v2-wr #private.search-reslut .search-item:nth-child(n+6),
main .search-v2-wr #about.search-reslut .search-item:nth-child(n+6),
main .search-v2-wr #region.search-reslut .search-item:nth-child(n+6) {
  display: none; }

main .search-v2-wr .pager a {
  cursor: pointer; }
  main .search-v2-wr .pager a.act {
    background: #004070;
    color: #fff; }

.button-style {
  display: inline-block;
  background: #002C50;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 14px;
  padding-right: 46px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease; }

@media only screen and (max-width: 1023px) {
  .button-style {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  .button-style {
    padding-right: 30px; } }
  .button-style:hover {
    text-decoration: none;
    color: #fff;
    background: #95C11F; }
  .button-style:before {
    display: none !important; }
  .button-style:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url("/img/system/arrow-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 7px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear; }

.oeltankentsorgung figcaption {
  margin-bottom: 10px; }
  .oeltankentsorgung figcaption:last-child {
    margin-bottom: 0; }

.withoutodd table thead tr th {
  font-weight: normal;
  border-color: #fff !important; }

.withoutodd table tbody tr.headline td {
  background: #fff !important; }
  .withoutodd table tbody tr.headline td p {
    font-size: 26px;
    line-height: 33px; }

@media only screen and (max-width: 1023px) {
  .withoutodd table tbody tr.headline td p {
    font-size: 15px;
    line-height: 25px; } }
  .green .withoutodd table tbody tr.headline td {
    background: #fff !important;
    border-color: #fff !important; }
    .green .withoutodd table tbody tr.headline td p {
      color: #004070 !important; }
  .withoutodd table tbody tr.headline td.first {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .withoutodd table tbody tr.headline td.last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }

.withoutodd table tbody tr:nth-child(even) {
  background: #95C11F; }
  .green .withoutodd table tbody tr:nth-child(even) td {
    border-color: #95C11F; }

@media only screen and (max-width: 767px) {
  .row-nophmobile input.placeholder {
    color: transparent; }
  .row-nophmobile input:-moz-placeholder {
    color: transparent; }
  .row-nophmobile input::-moz-placeholder {
    color: transparent; }
  .row-nophmobile input:-ms-input-placeholder {
    color: transparent; }
  .row-nophmobile input::-webkit-input-placeholder {
    color: transparent; } }

.row-nophmobile .inputsubtitle {
  display: none;
  font-size: 14px; }

@media only screen and (max-width: 767px) {
  .row-nophmobile .inputsubtitle {
    display: block; } }

.onAccordion h2 a:focus {
  outline: none; }

#app {
  position: relative;
  z-index: 9999999; }
  #app .container {
    width: auto;
    max-width: inherit; }
  #app .cookiebar-inner a {
    color: #95c11f;
    border-bottom: none; }
    #app .cookiebar-inner a:hover {
      color: #004070; }
  #app .btn {
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px; }
    #app .btn:hover {
      background-color: #004070 !important; }
    #app .btn.re-bg-white:hover {
      background-color: #fff !important; }
    #app .btn:nth-child(2) {
      color: #95c11f !important;
      text-decoration: underline; }
      #app .btn:nth-child(2):hover {
        color: #004070 !important; }

@media (max-width: 979px) {
  #app .btn {
    max-width: 130px;
    display: block;
    margin: auto; }
    #app .btn:nth-child(2) {
      margin-top: 10px;
      padding-bottom: 10px; } }

.dsmarked a {
  transition: none; }

.aktuelles .img-left-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 671px; }

.aktuelles-img {
  height: calc(50vw / 2);
  max-height: 446px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .aktuelles-img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .triple-image .aktuelles-img {
    height: calc(30vw / 2); }

@media only screen and (max-width: 575px) {
  .triple-image .aktuelles-img {
    height: 50vw; } }

@media only screen and (max-width: 575px) {
  .aktuelles-img {
    height: 50vw; } }

.img-baustelle {
  display: block;
  position: relative;
  cursor: pointer; }
  .img-baustelle img {
    width: 100%; }
  .img-baustelle:after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 35px;
    width: 66px;
    height: 68px;
    background: url("/img/system/bilder_zoom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    pointer-events: none; }

@media only screen and (max-width: 767px) {
  .img-baustelle:after {
    width: 45px;
    height: 45px; } }

.paddingL20 {
  padding-left: 20px;
  display: block; }

@media only screen and (max-width: 1023px) {
  .paddingL20 {
    padding-left: 15px; } }

.flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
  display: none;
  float: left;
  margin-right: 40px;
  margin-top: 40px; }
  .flex-container img {
    width: 20px; }
  .flex-container .flex-left {
    width: 35px; }
  .flex-container p {
    margin: 0 !important;
    font-size: 18px !important; }

@media only screen and (max-width: 1380px) {
  .flex-container {
    display: none; } }

.updateStyle .flex-container {
  display: flex; }

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

@media (min-width: 1200px) {
  .youtube {
    padding-bottom: 46% !important; } }

@media (max-width: 767px) {
  .meldung-icon .meldung-item.new-item figure.imgleft {
    max-width: 60px;
    margin: 0 10px 0px 0; } }

@media (max-width: 340px) {
  main .slide-section:not(.keyvisual) h3 {
    font-size: 18px;
    line-height: 22px; } }

.button__container {
  padding-top: 85px;
  padding-bottom: 85px; }

.button_btn a {
  display: inline-block;
  background: #002C50;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 14px;
  padding-right: 46px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none; }
  .button_btn a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/img/system/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 7px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear; }

.white .button_btn a,
.grey .button_btn a {
  color: #fff;
  background: #002C50; }
  .white .button_btn a:hover,
.grey .button_btn a:hover {
    color: #fff;
    background: #95C11F; }

.blue .button_btn a {
  color: #fff !important;
  background: #95C11F; }
  .blue .button_btn a:hover {
    background: #fff;
    color: #004070 !important; }
    .blue .button_btn a:hover:after {
      background: url(/img/system/arrow-right-blue.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.green .button_btn a {
  color: #fff;
  background: #002C50; }
  .green .button_btn a:hover {
    background: #fff;
    color: #004070; }
    .green .button_btn a:hover:after {
      background: url(/img/system/arrow-right-blue.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.preis_bald {
  font-size: 16px;
  display: block; }

.preis_netto {
  font-family: 'NeoSansMedium',sans-serif; }

.preis_brutto {
  font-family: 'NeoSansMedium',sans-serif; }

.newsletter_form .first {
  flex: 0 0 360px; }

.newsletter_form .second {
  max-width: 100%;
  width: 65%; }

.newsletter_form .second input {
  width: 100%; }

.newsletter_form .row-absenden {
  margin-top: 20px; }

@media (min-width: 992px) {
  .newsletter_form .second .select2 {
    width: 240px !important; } }

.newsletter_form .row-absenden button:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("/img/system/arrow-right-white.svg");
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 5.5px);
  right: 7px; }

.newsletter_form .row-absenden button {
  display: inline-block;
  background: #002C50;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 14px;
  padding-right: 46px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding-right: 33px;
  cursor: pointer;
  border: 0;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear; }

.newsletter_form .row-absenden button:hover {
  background: #95C11F; }

.newsletter_form .row-form.error input {
  -webkit-box-shadow: inset 0px 0px 0px 2px red;
  -moz-box-shadow: inset 0px 0px 0px 2px red;
  box-shadow: inset 0px 0px 0px 2px red; }

.newsletter_form .select2-container .selection .select2-selection .select2-selection__arrow b {
  top: 0; }

@media (max-width: 1180px) {
  .newsletter_form .second {
    width: 100%; }
  .newsletter_form .second input {
    width: calc(100% - 60px) !important; } }

@media (max-width: 1024px) {
  .keyvisual.slider:not(.slick-initialized) .item {
    display: none; }
    .keyvisual.slider:not(.slick-initialized) .item:first-child {
      display: block; } }

.youtube + h2 {
  margin-top: 100px !important; }

@media (max-width: 991px) {
  .youtube + h2 {
    margin-top: 50px !important; } }

.grey .ui-tabs.ui-widget.ui-widget-content div.ui-tabs-panel .double-image p {
  color: #fff; }

.tarifrechner + .double-box {
  margin-top: 50px; }

.blue .slide-section.white {
  padding: 0;
  background: transparent; }
  .blue .slide-section.white .container {
    padding: 0;
    max-width: 100%; }
  .blue .slide-section.white h2 {
    color: #fff; }

.grey .slide-section.white {
  padding: 0;
  background: transparent; }
  .grey .slide-section.white .container {
    padding: 0;
    max-width: 100%; }
  .grey .slide-section.white h2 {
    color: #004070; }

.green .slide-section.white {
  padding: 0;
  background: transparent; }
  .green .slide-section.white .container {
    padding: 0;
    max-width: 100%; }
  .green .slide-section.white h2 {
    color: #004070; }

.green .slick-slider.slick-dotted ul.slick-dots li {
  border-color: #004070; }

.small-text {
  font-size: 14px; }

.small__text p {
  margin-bottom: 0 !important; }
  .small__text p:last-child {
    margin-bottom: 0; }

.double__teaser {
  margin-bottom: 50px; }
  .double__teaser + .double__teaser {
    margin-top: 100px; }

@media only screen and (max-width: 767px) {
  .double__teaser {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .double__teaser .teaser__item {
    height: 100%;
    overflow: hidden; }
    .double__teaser .teaser__item .teaser__content {
      height: 100%; } }

@media only screen and (max-width: 767px) {
  .double__teaser .teaser__item {
    margin-bottom: 50px; } }
  .double__teaser .teaser__item .teaser__content {
    background: #002C50;
    color: #fff;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    padding-bottom: 40px; }
    .double__teaser .teaser__item .teaser__content .button_btn + .button_btn {
      margin-top: 10px; }
    .double__teaser .teaser__item .teaser__content .teaser__time {
      margin-bottom: 15px; }
    .double__teaser .teaser__item .teaser__content .ical_download svg {
      width: 22px;
      margin-right: 10px;
      height: auto;
      display: inline-block;
      position: relative;
      top: 2px; }
      .double__teaser .teaser__item .teaser__content .ical_download svg .st0 {
        fill: #ffffff;
        fill-opacity: 1 !important; }

@media only screen and (max-width: 767px) {
  .double__teaser .teaser__item .teaser__content {
    padding: 20px; } }

@media only screen and (max-width: 575px) {
  .double__teaser .teaser__item .teaser__content {
    width: calc(100% - 30px); } }
    .double__teaser .teaser__item .teaser__content h2 {
      margin: 0;
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 48px; }
    .double__teaser .teaser__item .teaser__content p:last-child {
      margin-bottom: 0; }
    .double__teaser .teaser__item .teaser__content .button_btn a {
      color: white;
      background: #95C11F; }
      .double__teaser .teaser__item .teaser__content .button_btn a:hover {
        color: #95C11F;
        background: #fff; }
        .double__teaser .teaser__item .teaser__content .button_btn a:hover:after {
          background: url(/img/system/arrow-right-green.svg);
          background-size: contain;
          background-repeat: no-repeat; }
    .double__teaser .teaser__item .teaser__content .button_btn + .small__text {
      margin-top: 10px; }

.blue .double__teaser .teaser__item .teaser__content {
  background: #95C11F; }

.blue .double__teaser .teaser__item .teaser__content .button_btn a {
  background: #002C50; }

li[hidden="true"] {
  display: none !important; }

.marktlage.white p {
  color: #004070 !important; }

.marktlage.white h3 {
  color: #004070 !important;
  margin-bottom: 20px !important; }

.service__items .service__item {
  min-height: 512px;
  width: auto;
  padding: 30px;
  background: #e9e9e9;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  padding-bottom: 80px; }
  .service__items .service__item.item--kundencenter {
    padding: 30px; }
  .service__items .service__item h3 {
    color: #004070;
    font-size: 36px !important; }
  .service__items .service__item .btn--service {
    position: absolute;
    bottom: 20px;
    left: 30px;
    display: inline-block;
    color: #fff;
    background: #95C11F;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    padding: 10px;
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    text-decoration: none;
    margin-top: 30px; }
    .service__items .service__item .btn--service:hover {
      background: #002C50;
      color: #fff; }
  .service__items .service__item .karte {
    margin-top: 20px;
    position: relative; }
    .service__items .service__item .karte svg {
      width: 100%;
      height: auto; }
    .service__items .service__item .karte .ort-item {
      cursor: pointer;
      font-size: 12px;
      line-height: 1px;
      padding: 10px;
      border-radius: 10px;
      text-decoration: none !important;
      background: #95C11F;
      color: #fff; }
      .service__items .service__item .karte .ort-item:before {
        content: "";
        position: absolute;
        width: 16px;
        height: 34px;
        background: url(/img/system/pin.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 4;
        top: -29px; }
      .service__items .service__item .karte .ort-item:hover {
        background: #002C50; }
        .service__items .service__item .karte .ort-item:hover:before {
          background: url(/img/system/pin-green.png);
          background-repeat: no-repeat;
          background-size: contain; }
    .service__items .service__item .karte .ort-leichlingen {
      position: absolute;
      left: -3px;
      top: 14px; }
      .service__items .service__item .karte .ort-leichlingen:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
    .service__items .service__item .karte .ort-burscheid {
      position: absolute;
      left: 11%;
      top: 18%; }
      .service__items .service__item .karte .ort-burscheid:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
    .service__items .service__item .karte .ort-bergisch-gladbach {
      position: absolute;
      left: 20%;
      bottom: 24%; }
      .service__items .service__item .karte .ort-bergisch-gladbach:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
    .service__items .service__item .karte .ort-lindlar {
      position: absolute;
      right: 10%;
      top: 44%; }
      .service__items .service__item .karte .ort-lindlar:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
    .service__items .service__item .karte .ort-kuerten {
      position: absolute;
      right: 39%;
      top: 39%; }
      .service__items .service__item .karte .ort-kuerten:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
    .service__items .service__item .karte .ort-odenthal {
      position: absolute;
      left: 20%;
      top: 40%; }
      .service__items .service__item .karte .ort-odenthal:before {
        right: 0;
        left: 0;
        margin: 0 auto; }
  .service__items .service__item .karte__text .hidden-text {
    display: none; }

.service__items .slick-dots {
  width: 100% !important; }

.service__items:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap; }
  .service__items:not(.slick-slider) .service__item {
    max-width: 420px;
    flex-wrap: wrap;
    margin-bottom: 30px; }

.btn-details,
.route {
  display: inline-block;
  color: #fff;
  background: #95C11F;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  padding: 10px;
  font-size: 24px;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none !important; }
  .btn-details:hover,
.route:hover {
    background: #002C50;
    color: #fff; }

h3 {
  color: #002C50 !important; }

.service-icons {
  display: flex; }

.service--text {
  width: 100%;
  height: auto;
  max-width: 670px; }
  .service--text .service-item {
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 20px; }

@media (max-width: 1380px) {
  .service--text .service-item {
    margin-bottom: 25px; } }

@media only screen and (max-width: 1080px) {
  .service--text .service-item {
    margin-bottom: 20px; } }
    .service--text .service-item:hover img.s-icon-normal {
      display: none; }
    .service--text .service-item:hover img.s-icon-hover {
      display: block; }
    .service--text .service-item:hover span {
      color: #fff; }
    .service--text .service-item:hover .on-tooltip {
      opacity: 1;
      pointer-events: visible; }
    .service--text .service-item:last-child {
      margin-right: 0; }
    .service--text .service-item img {
      width: 60px; }
      .service--text .service-item img.s-icon-hover {
        display: none; }
    .service--text .service-item span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      line-height: 60px; }
    .service--text .service-item .on-tooltip {
      background: #002C50;
      position: absolute;
      bottom: 80px;
      left: calc(50% - 100px);
      width: 200px;
      height: auto;
      color: #fff;
      opacity: 0;
      pointer-events: none;
      padding: 10px;
      font-size: 18px;
      line-height: 1em;
      border-radius: 10px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
      text-align: center; }
      .service--text .service-item .on-tooltip p {
        padding: 0;
        margin: 0; }
      .service--text .service-item .on-tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #002C50;
        position: absolute;
        bottom: -10px;
        left: calc(50% - 10px); }

@media only screen and (max-width: 1380px) {
  .service--text .service-item:first-child .on-tooltip {
    left: 0; }
    .service--text .service-item:first-child .on-tooltip:after {
      left: 20px; } }

@media (max-width: 1549px) and (min-width: 1463px) {
  .service--text .service-item:last-child .on-tooltip {
    left: inherit;
    right: 0; }
    .service--text .service-item:last-child .on-tooltip:after {
      left: inherit;
      right: 20px; } }

@media (max-width: 799px) and (min-width: 740px) {
  .service--text .service-item:last-child .on-tooltip {
    left: inherit;
    right: 0; }
    .service--text .service-item:last-child .on-tooltip:after {
      left: inherit;
      right: 20px; } }

@media only screen and (max-width: 739px) and (min-width: 456px) {
  .service--text .service-item:nth-child(5n+6) .on-tooltip {
    left: 0; }
    .service--text .service-item:nth-child(5n+6) .on-tooltip:after {
      left: 20px; } }

@media only screen and (max-width: 455px) and (min-width: 360px) {
  .service--text .service-item:nth-child(4n+5) .on-tooltip {
    left: 0; }
    .service--text .service-item:nth-child(4n+5) .on-tooltip:after {
      left: 20px; }
  .service--text .service-item:nth-child(4n+4) {
    margin-right: 0; }
    .service--text .service-item:nth-child(4n+4) .on-tooltip {
      left: inherit;
      right: 0; }
      .service--text .service-item:nth-child(4n+4) .on-tooltip:after {
        left: inherit;
        right: 20px; } }

@media only screen and (max-width: 359px) {
  .service--text .service-item:nth-child(3n+4) .on-tooltip {
    left: 0; }
    .service--text .service-item:nth-child(3n+4) .on-tooltip:after {
      left: 20px; }
  .service--text .service-item:nth-child(3n+3) {
    margin-right: 0; }
    .service--text .service-item:nth-child(3n+3) .on-tooltip {
      left: inherit;
      right: 0; }
      .service--text .service-item:nth-child(3n+3) .on-tooltip:after {
        left: inherit;
        right: 20px; } }

.gassparrechner,
.stromsparrechner {
  max-width: 1159px; }

.fancy-standorte .fancybox-close-small {
  color: #fff; }

.fancy-standorte .help-box-right {
  width: 434px;
  max-width: 100%;
  background: #002C50;
  border: 10px solid #fff;
  border-radius: 20px;
  position: relative; }
  .fancy-standorte .help-box-right .help-box-headline {
    margin-bottom: 30px; }
    .fancy-standorte .help-box-right .help-box-headline .lookslikeh2 {
      font-size: 21px;
      line-height: 1em;
      color: #95C11F;
      font-family: 'NeoSansMedium',sans-serif;
      display: block;
      padding: 0;
      margin: 0; }
  .fancy-standorte .help-box-right .help-box-map {
    position: relative; }
    .fancy-standorte .help-box-right .help-box-map .help-box-image img {
      max-width: 344px;
      width: 100%; }
    .fancy-standorte .help-box-right .help-box-map .help-box-phone {
      color: #fff; }
      .fancy-standorte .help-box-right .help-box-map .help-box-phone strong {
        font-size: 21px;
        line-height: 1em;
        color: #95C11F;
        font-family: 'NeoSansMedium',sans-serif;
        display: block;
        padding: 0;
        margin: 0; }
    .fancy-standorte .help-box-right .help-box-map .help-box-links {
      position: absolute;
      top: 60px;
      left: 0; }
      .fancy-standorte .help-box-right .help-box-map .help-box-links a {
        display: inline-block;
        color: #fff;
        background: #95C11F;
        font-size: 22px;
        line-height: 1em;
        padding: 6.5px 10px;
        border-radius: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-decoration: none !important; }
        .fancy-standorte .help-box-right .help-box-map .help-box-links a:hover {
          color: #004070;
          background: #fff; }

.formular .row-event.single--event {
  margin-bottom: 70px; }
  .formular .row-event.single--event select {
    width: 65%; }

.info-text {
  padding: 10px;
  background: rgba(0, 44, 80, 0.2);
  display: inline-block;
  border-left: 3px solid #004070;
  display: table;
  position: relative;
  padding-left: 50px; }
  .info-text:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath opacity='1' fill='%23002c50' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 11px;
    width: 30px;
    height: 30px; }
  .info-text p {
    margin: 0 !important;
    padding: 0; }

.double__teaser .ausgebucht {
  display: block; }

.double__teaser .ausgebucht:before {
  color: #002C50;
  position: absolute;
  z-index: 9999;
  width: auto;
  height: auto;
  transform: rotateZ(-30deg);
  left: calc(50% - 100px);
  margin-left: 0;
  font-family: 'NeoSansMedium',sans-serif;
  font-size: 19px;
  top: 0px;
  background: #ffff;
  padding: 5px; }

@media only screen and (max-width: 767px) {
  .double__teaser .ausgebucht:before {
    transform: rotateZ(-20deg);
    font-size: 14px;
    top: 0; } }

.row-alter {
  margin-top: 30px; }

.form-tannenbaumfest input[type="checkbox"]:not(:checked) + label:after {
  border-color: #fff !important; }

.portrait__double {
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .portrait__double {
    max-width: 100%; } }

@media only screen and (max-width: 1023px) {
  .portrait__double {
    max-width: 38rem; } }

@media only screen and (min-width: 1024px) {
  .portrait__double {
    max-width: 57rem; } }
  .portrait__double .portrait__content h3 {
    font-weight: 800;
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .portrait__double .portrait__content h3 {
    font-size: 16px; } }

@media only screen and (max-width: 1023px) {
  .portrait__double .portrait__content h3 {
    font-size: 18px; } }

@media only screen and (min-width: 1024px) {
  .portrait__double .portrait__content h3 {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .portrait__double .portrait__content p {
    font-size: 14px; } }

@media only screen and (max-width: 1023px) {
  .portrait__double .portrait__content p {
    font-size: 16px; } }

@media only screen and (min-width: 1024px) {
  .portrait__double .portrait__content p {
    font-size: 18px; } }

.btn-loader {
  border: 3px solid #ECECEC;
  border-top: 3px solid #002C50;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation: spin 2s linear infinite;
  margin: 0 auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.error-message-submit {
  display: none;
  color: #e30613;
  padding: 5px 0; }.tarif_info-icon {
  display: none; }

.promonat {
  margin-bottom: 30px;
  font-size: 20px; }

@media (max-width: 1050px) {
  .promonat {
    font-size: 16px; } }
  .promonat span {
    font-size: 20px; }
  .promonat #pm {
    font-weight: bold;
    font-size: 33px; }

html body .tarif__logos a.pdf:before {
  display: none; }

.tarif_bonus.tarif_bonus_marker2 {
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: -15px;
  font-size: 16px;
  white-space: nowrap;
  left: 0;
  text-align: center;
  line-height: 30px;
  padding: 0 10px; }

.tarif_bonus.tarif_bonus_marker2 span {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
  display: inline-block;
  padding: 0 10px; }

.tarif_bonus.tarif_bonus_marker {
  position: absolute;
  z-index: 99;
  right: -12px;
  background: #004070;
  color: #fff;
  width: auto;
  padding: 5px 10px;
  top: 50px;
  font-size: 18px;
  line-height: 23px;
  max-width: 100px;
  border-radius: 0 0 0 10px; }

.tarif_bonus.tarif_bonus_marker:after {
  content: " ";
  background: transparent;
  width: 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 0;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #004070 transparent transparent transparent; }

.tarifbonus1 {
  color: #95C11F; }

.tarifrechner {
  max-width: 100%;
  max-width: 1250px; }
  .tarifrechner.st__container {
    margin: 0 auto;
    max-width: 100%; }

@media (max-width: 850px) {
  .tarifrechner.st__container .tarif_flex {
    display: block; } }
    .tarifrechner.st__container #hausblock {
      max-height: 90px;
      max-width: 200px; }

@media (max-width: 1280px) {
  .tarifrechner.st__container #hausblock {
    margin-top: 15px; } }

@media (max-width: 1023px) {
  .tarifrechner.st__container #hausblock {
    margin-top: 0px; } }

@media (max-width: 900px) {
  .tarifrechner {
    max-width: 100%;
    padding: 0; } }

@media (max-width: 1280px) {
  .tarifrechner .select2-container .selection .select2-selection {
    padding: 10px; } }

@media (max-width: 768px) {
  .tarifrechner .select2-container .selection .select2-selection {
    width: 100% !important; } }

@media (max-width: 430px) {
  .tarifrechner {
    padding: 0; } }
  .tarifrechner .tarif_header_left {
    width: 66%;
    float: left; }

@media (max-width: 768px) {
  .tarifrechner .tarif_header_left {
    width: 100%; }
    .tarifrechner .tarif_header_left p {
      margin-bottom: 5px; } }
  .tarifrechner .tarif_header_right {
    width: 33%;
    float: left;
    text-align: right; }

@media (max-width: 768px) {
  .tarifrechner .tarif_header_right {
    width: 100%; }
    .tarifrechner .tarif_header_right img {
      max-height: 100px; } }
  .tarifrechner .tarif_flex {
    clear: both;
    display: flex; }

@media (max-width: 850px) {
  .tarifrechner .tarif_flex {
    display: block; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_flex {
    display: block;
    position: relative;
    z-index: 999; } }
  .tarifrechner .tarif_options2 {
    display: none; }
  .tarifrechner .tarif_box {
    flex: 1 1 auto;
    width: 33%; }
    .tarifrechner .tarif_box:empty {
      opacity: 0; }

@media (max-width: 900px) {
  .tarifrechner .tarif_box {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%; } }
    .tarifrechner .tarif_box .order2 a {
      background-color: #054070;
      color: #fff;
      padding: 7px;
      border-radius: 10px;
      position: relative;
      text-decoration: none;
      width: 100%;
      display: block;
      max-width: 330px;
      margin: 0 auto;
      text-align: center;
      font-weight: 500;
      font-size: 26px; }
      .tarifrechner .tarif_box .order2 a:hover {
        background-color: #95C11F; }
    .tarifrechner .tarif_box .order {
      display: none; }
      .tarifrechner .tarif_box .order #btn_tarif_submit {
        display: none; }

@media (max-width: 1024px) {
  .tarifrechner .tarif_box .order {
    padding-top: 20px; } }
      .tarifrechner .tarif_box .order a {
        background-color: #054070;
        color: #fff;
        padding: 7px;
        border-radius: 10px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        max-width: 330px;
        margin: 0 auto;
        text-align: center;
        font-weight: 500;
        font-size: 26px; }
        .tarifrechner .tarif_box .order a:hover {
          background-color: #95C11F; }
  .tarifrechner > .tarif_box {
    margin-bottom: 60px; }
  .tarifrechner .tarif_box2 {
    width: 50%; }
  .tarifrechner .tarif_box label {
    font-size: 20px;
    display: block;
    font-weight: bold; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_box label {
    font-size: 18px; } }

@media (max-width: 1024px) {
  .tarifrechner .tarif_box label {
    font-size: 16px; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_box label {
    margin-top: 20px; } }
  .tarifrechner .person {
    fill: #fff;
    height: 67px;
    width: 28px;
    cursor: pointer;
    transition: 0.5s all; }

@media (max-width: 1280px) {
  .tarifrechner .person {
    height: 50px;
    margin-top: 7px; } }

@media (max-width: 1024px) {
  .tarifrechner .person {
    height: 40px; } }
  .tarifrechner .person.active {
    fill: #95C11F; }
  .tarifrechner #hausblock {
    position: relative;
    margin-top: 20px;
    max-height: 40px;
    max-width: 190px; }

@media (max-width: 1280px) {
  .tarifrechner #hausblock {
    max-width: 200px;
    max-height: 90px;
    margin-top: 7px; } }

@media (max-width: 1023px) {
  .tarifrechner #hausblock {
    max-width: 200px;
    max-height: 90px;
    margin-top: 5px; } }

@media (max-width: 767px) {
  .tarifrechner #hausblock {
    max-width: 200px;
    max-height: 90px; } }
    .tarifrechner #hausblock #haus5 {
      transform: scaleY(1.1); }
  .tarifrechner .haus {
    cursor: pointer;
    fill: #fff; }
  .tarifrechner .haus.active {
    fill: #95C11F; }
  .tarifrechner .additional-button #btn_tarif_submit {
    background-color: #95C11F; }
    .tarifrechner .additional-button #btn_tarif_submit:hover {
      background-color: white;
      color: #95C11F; }
  .tarifrechner #btn_tarif_submit,
.tarifrechner a.button,
.tarifrechner button {
    background-color: #002C50;
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    cursor: pointer; }

@media (max-width: 1280px) {
  .tarifrechner #btn_tarif_submit,
.tarifrechner a.button,
.tarifrechner button {
    padding: 9px; } }

@media (max-width: 1024px) {
  .tarifrechner #btn_tarif_submit,
.tarifrechner a.button,
.tarifrechner button {
    padding: 7px; } }

@media (max-width: 991px) {
  .tarifrechner #btn_tarif_submit,
.tarifrechner a.button,
.tarifrechner button {
    padding: 7px; } }
  .tarifrechner a.button:hover,
.tarifrechner button:hover {
    background-color: #95C11F; }
  .tarifrechner #plz::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px; }
  .tarifrechner #plz::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px; }
  .tarifrechner #plz:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px; }
  .tarifrechner #plz:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px; }
  .tarifrechner input {
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 11px;
    color: #002C50;
    margin-top: 10px;
    position: relative;
    z-index: 1; }

@media (max-width: 1280px) {
  .tarifrechner input {
    padding: 10px; } }
  .tarifrechner input {
    width: 100%; }
  .tarifrechner button:focus,
.tarifrechner input:focus {
    outline: none; }
  .tarifrechner button {
    cursor: pointer; }
  .tarifrechner .tarif_box:nth-child(3) {
    margin-left: 50px; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_box:nth-child(3) {
    margin-left: 20px; } }

@media (max-width: 1024px) {
  .tarifrechner .tarif_box:nth-child(3) {
    margin-left: 10px; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_box:nth-child(3) {
    margin-left: 0;
    width: 100% !important; } }
  .tarifrechner .tarif_box:first-child {
    margin-right: 50px; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_box:first-child {
    margin-right: 20px; } }

@media (max-width: 1024px) {
  .tarifrechner .tarif_box:first-child {
    margin-right: 10px; } }
  .tarifrechner .tarif_result {
    margin-top: 120px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

@media (max-width: 900px) {
  .tarifrechner .tarif_result {
    display: flex !important;
    flex-direction: column;
    height: 0; } }
    .tarifrechner .tarif_result.open {
      height: auto; }
    .tarifrechner .tarif_result .header {
      font-weight: 500;
      background-color: #95C11F;
      border-radius: 10px;
      padding: 10px;
      display: table;
      padding-left: 40px;
      color: #fff;
      transform: translateX(-30px);
      font-size: 26px; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_result .header {
    font-size: 24px; } }
    .tarifrechner .tarif_result .tarif_prefix {
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px;
      min-height: 17px; }
    .tarifrechner .tarif_result .tarif_headline {
      text-align: center;
      font-weight: 500;
      font-size: 30px;
      line-height: 33px;
      color: #002c50;
      margin-bottom: 25px;
      min-height: 50px;
      display: flex;
      justify-content: center;
      align-items: flex-start; }

@media (max-width: 900px) {
  .tarifrechner .tarif_result .tarif_headline {
    display: block;
    min-height: 1px; } }
    .tarifrechner .tarif_result .header + .header {
      margin-top: -10px; }
    .tarifrechner .tarif_result .tarif_box {
      margin-bottom: 120px;
      border-radius: 20px;
      position: relative;
      background: #fff;
      padding-top: 35px;
      padding-bottom: 130px;
      padding-left: 30px;
      padding-right: 30px;
      border: 2px solid transparent;
      user-select: none;
      max-width: 420px; }

@media (max-width: 900px) {
  .tarifrechner .tarif_result .tarif_box {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 100px; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_result .tarif_box {
    padding-bottom: 35px; } }

@media (max-width: 555px) {
  .tarifrechner .tarif_result .tarif_box {
    padding-left: 15px;
    padding-right: 15px; } }
      .tarifrechner .tarif_result .tarif_box.tarif_regionalstrom, .tarifrechner .tarif_result .tarif_box.tarif_empf {
        border: 2px solid #004070;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }

@media (max-width: 900px) {
  .tarifrechner .tarif_result .tarif_box.tarif_regionalstrom, .tarifrechner .tarif_result .tarif_box.tarif_empf {
    order: -3; } }

@media (max-width: 900px) {
  .tarifrechner .tarif_result .tarif_box.tarif--nachhaltig, .tarifrechner .tarif_result .tarif_box.tarif_umweltbewusste {
    order: -2; } }

@media (max-width: 900px) {
  .tarifrechner .tarif_result .tarif_box.tarif--sicherheit, .tarifrechner .tarif_result .tarif_box.tarif_sicherheit {
    order: -1; } }
      .tarifrechner .tarif_result .tarif_box .tarif__empfehlung {
        font-weight: 500;
        font-size: 24px;
        line-height: 33px;
        text-align: left;
        color: #fff;
        text-align: center;
        padding: 15.5px;
        background: #004070;
        position: absolute;
        top: -64px;
        left: -2px;
        width: calc(100% + 4px);
        border: 2px solid #004070;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        .tarifrechner .tarif_result .tarif_box .tarif__empfehlung span {
          display: block; }
      .tarifrechner .tarif_result .tarif_box .tarif__icon {
        text-align: center;
        margin-bottom: 20px;
        min-height: 92px; }
      .tarifrechner .tarif_result .tarif_box .separator {
        background: #E9E9E9;
        width: 100%;
        max-width: 330px;
        height: 1px;
        margin: 0 auto;
        margin-bottom: 35px;
        margin-top: 35px; }
  .tarifrechner .tarif_text.notempty {
    padding-bottom: 230px; }

@media (max-width: 768px) {
  .tarifrechner .tarif_text.notempty {
    padding-bottom: 20px; } }
  .tarifrechner .tarif_text .preis__wrapper {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 80px);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center; }

@media (max-width: 768px) {
  .tarifrechner .tarif_text .preis__wrapper {
    position: static;
    bottom: 0;
    width: 100%; } }
  .tarifrechner .tarif_text ul {
    padding-left: 0;
    position: relative;
    font-size: 21px; }
  .tarifrechner .tarif_text ul.check {
    padding-left: 20px;
    position: relative;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    color: #004070; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_text ul.check {
    font-size: 17px; } }

@media (max-width: 1024px) {
  .tarifrechner .tarif_text ul.check {
    font-size: 16px; } }
  .tarifrechner .tarif_text ul li {
    list-style-type: none;
    padding-bottom: 10px; }
  .tarifrechner .tarif_text ul.check li {
    list-style-type: none;
    margin-left: 10px;
    position: relative;
    padding-bottom: 10px; }
  .tarifrechner .tarif_text ul.check li:before {
    content: ' ';
    background-image: url("/img/system/check.png");
    background-repeat: no-repeat;
    width: 21px;
    height: 19px;
    position: absolute;
    left: -30px;
    top: 6px; }

@media (max-width: 1280px) {
  .tarifrechner .tarif_text ul.check li:before {
    transform: scale(0.9); } }

@media (max-width: 1024px) {
  .tarifrechner .tarif_text ul.check li:before {
    transform: scale(0.8); } }
  .tarifrechner .tarifPopup {
    color: #002C50;
    text-decoration: none;
    position: relative;
    font-weight: normal;
    text-decoration: underline;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #004070;
    display: inline-block;
    margin-top: 10px; }
  .tarifrechner .showDetails {
    color: #002C50;
    text-decoration: none;
    display: none; }
    .tarifrechner .showDetails:after {
      content: ' ';
      background-image: url("/img/system/arrow_down.png");
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      position: absolute;
      margin-left: 10px;
      margin-top: 13px;
      transition: 0.5s all; }

@media (max-width: 1024px) {
  .tarifrechner .showDetails:after {
    transform: scale(0.8);
    margin-top: 8px; } }
    .tarifrechner .showDetails.active:after {
      transform: rotate(180deg);
      margin-top: 6px; }

@media (max-width: 1280px) {
  .tarifrechner .showDetails.active:after {
    transform: rotate(180deg); } }

@media (max-width: 1024px) {
  .tarifrechner .showDetails.active:after {
    transform: scale(0.8) rotate(180deg);
    margin-top: 2px; } }
    .tarifrechner .showDetails + .tarif_details {
      display: none;
      margin-top: 20px;
      font-size: 18px; }
      .tarifrechner .showDetails + .tarif_details span {
        display: block;
        margin-top: 40px;
        margin-bottom: 10px;
        font-weight: bold; }
  .tarifrechner .tarifPreis {
    display: block;
    text-align: center;
    position: relative;
    max-width: 330px !important;
    margin: 0 auto; }
    .tarifrechner .tarifPreis .month {
      display: block;
      font-weight: normal;
      font-size: 19px;
      line-height: 30px;
      color: #004070; }
    .tarifrechner .tarifPreis .big {
      font-weight: 500;
      font-size: 40px;
      line-height: 42px;
      color: #95c11f;
      position: relative;
      display: inline-block; }
    .tarifrechner .tarifPreis .year {
      margin-top: 20px;
      display: none; }

@media (max-width: 768px) {
  .tarifrechner .tarifPreis {
    margin-top: 1rem !important;
    margin-bottom: 0 !important; } }
  .tarifrechner .headline {
    font-size: 20px;
    line-height: 35px;
    margin-right: 60px; }
  .tarifrechner .tarif_spalte1 {
    width: 100%;
    transition: 0.5s all;
    width: 45%; }

@media (max-width: 1080px) {
  .tarifrechner .tarif_spalte1 {
    width: 50%; } }

@media (max-width: 950px) {
  .tarifrechner .tarif_spalte1 {
    width: 60%; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_spalte1 {
    width: 100%; } }
  .tarifrechner .tarif_spalte2,
.tarifrechner .tarif_spalte3 {
    transition: 0.5s all;
    width: 0;
    overflow: hidden;
    opacity: 0; }
  .tarifrechner .tarif_spalte2 {
    width: 40%; }
  .tarifrechner .tarif_spalte3 {
    width: 25%; }
  .tarifrechner .tarif_spalte2,
.tarifrechner .tarif_spalte3 {
    display: block;
    opacity: 1; }

@media (max-width: 768px) {
  .tarifrechner .tarif_spalte2,
.tarifrechner .tarif_spalte3 {
    width: 100%; } }

@media (max-width: 950px) {
  .tarifrechner .tarif_spalte3.open {
    width: auto; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_spalte3 {
    text-align: right; }
    .tarifrechner .tarif_spalte3 label {
      height: 0; } }
  .tarifrechner .tarif_haushalt {
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s all;
    margin-left: 10px !important;
    max-height: 110px;
    cursor: default;
    width: 50%;
    opacity: 1;
    text-align: center; }

@media (max-width: 900px) {
  .tarifrechner .tarif_haushalt {
    margin-left: 0 !important; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_haushalt {
    margin-left: 0 !important;
    width: 100%; } }
  .tarifrechner .tarif_plz {
    width: 100%;
    transition: 0.5s all;
    width: 50%; }

@media (max-width: 970px) {
  .tarifrechner .tarif_plz {
    width: 40%; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_plz {
    width: 100% !important; } }
  .tarifrechner .feedback_row {
    display: none;
    margin-bottom: 50px; }
    .tarifrechner .feedback_row a {
      background-color: #002C50;
      color: #fff;
      float: none;
      text-decoration: none;
      padding: 10px;
      border-radius: 10px;
      transition: 0.5s all;
      margin-top: 25px;
      display: inline-block; }
      .tarifrechner .feedback_row a:hover {
        background-color: #95C11F; }
  .tarifrechner #btn_tarif_submit,
.tarifrechner #btn_tarif {
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear; }
    .tarifrechner #btn_tarif_submit:hover,
.tarifrechner #btn_tarif:hover {
      background-color: #95C11F; }
    .tarifrechner #btn_tarif_submit .txt,
.tarifrechner #btn_tarif .txt {
      transition: 0.5s all;
      position: relative;
      top: 0; }
    .tarifrechner #btn_tarif_submit .lds-dual-ring,
.tarifrechner #btn_tarif .lds-dual-ring {
      display: inline-block;
      width: 64px;
      height: 64px;
      position: absolute;
      top: -64px;
      left: calc(50% - 24px);
      transition: 0.5s all; }

@media (max-width: 1280px) {
  .tarifrechner #btn_tarif_submit .lds-dual-ring,
.tarifrechner #btn_tarif .lds-dual-ring {
    width: 40px;
    height: 40px;
    top: -50px;
    left: calc(50% - 16px); } }

@media (max-width: 1024px) {
  .tarifrechner #btn_tarif_submit .lds-dual-ring,
.tarifrechner #btn_tarif .lds-dual-ring {
    width: 40px;
    height: 40px;
    top: -50px;
    left: calc(50% - 16px); } }
    .tarifrechner #btn_tarif_submit .lds-dual-ring:after,
.tarifrechner #btn_tarif .lds-dual-ring:after {
      content: " ";
      display: block;
      width: 46px;
      height: 46px;
      margin: 1px;
      border-radius: 50%;
      border: 5px solid #fff;
      border-color: #fff transparent #fff transparent;
      animation: lds-dual-ring 1.2s linear infinite; }

@media (max-width: 1280px) {
  .tarifrechner #btn_tarif_submit .lds-dual-ring:after,
.tarifrechner #btn_tarif .lds-dual-ring:after {
    width: 34px;
    height: 34px; } }

@media (max-width: 1024px) {
  .tarifrechner #btn_tarif_submit .lds-dual-ring:after,
.tarifrechner #btn_tarif .lds-dual-ring:after {
    width: 28px;
    height: 28px; } }
    .tarifrechner #btn_tarif_submit.waiting .txt,
.tarifrechner #btn_tarif.waiting .txt {
      top: 40px; }
    .tarifrechner #btn_tarif_submit.waiting .lds-dual-ring,
.tarifrechner #btn_tarif.waiting .lds-dual-ring {
      top: 6px; }

@media (max-width: 1280px) {
  .tarifrechner #btn_tarif_submit.waiting .lds-dual-ring,
.tarifrechner #btn_tarif.waiting .lds-dual-ring {
    top: 4px; } }

@media (max-width: 1024px) {
  .tarifrechner #btn_tarif_submit.waiting .lds-dual-ring,
.tarifrechner #btn_tarif.waiting .lds-dual-ring {
    top: 2px; } }
  .tarifrechner .other_row {
    background-color: #fff;
    color: #004070;
    padding: 20px;
    margin: 20px 0 40px;
    display: none; }
    .tarifrechner .other_row .express,
.tarifrechner .other_row .rhein,
.tarifrechner .other_row .swsa {
      display: none; }
  .tarifrechner svg.icon-info {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    top: 0;
    right: 60px;
    position: absolute; }
    .tarifrechner svg.icon-info path {
      fill: #95c11f; }

.no-padding .tarif_text {
  padding: 0; }
  .no-padding .tarif_text:first-child {
    padding-top: 10px; }
  .no-padding .tarif_text:last-child {
    padding-bottom: 10px; }

html.tarifdetails,
.tarifdetailsPopup {
  height: auto;
  background: #fff; }
  html.tarifdetails body,
.tarifdetailsPopup body {
    height: auto;
    overflow: hidden; }
    html.tarifdetails body a,
html.tarifdetails body a.pdf,
html.tarifdetails body h1,
html.tarifdetails body h2,
html.tarifdetails body p,
.tarifdetailsPopup body a,
.tarifdetailsPopup body a.pdf,
.tarifdetailsPopup body h1,
.tarifdetailsPopup body h2,
.tarifdetailsPopup body p {
      transition: none !important; }
  html.tarifdetails .page,
.tarifdetailsPopup .page {
    hyphens: auto; }
    html.tarifdetails .page > *:not(section),
.tarifdetailsPopup .page > *:not(section) {
      padding: 0 20px; }
    html.tarifdetails .page > h1:not(section),
.tarifdetailsPopup .page > h1:not(section) {
      padding-top: 40px; }
    html.tarifdetails .page > .tarif_details:not(section),
.tarifdetailsPopup .page > .tarif_details:not(section) {
      padding-bottom: 30px;
      margin-bottom: 0; }

@media (max-width: 500px) {
  html.tarifdetails .page .areal1,
html.tarifdetails .page .areal2,
html.tarifdetails .page .areal3,
.tarifdetailsPopup .page .areal1,
.tarifdetailsPopup .page .areal2,
.tarifdetailsPopup .page .areal3 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
    html.tarifdetails .page .left,
.tarifdetailsPopup .page .left {
      float: left;
      width: 60%; }
    html.tarifdetails .page .right,
.tarifdetailsPopup .page .right {
      float: right;
      width: 40%;
      text-align: right; }
    html.tarifdetails .page .right::after,
.tarifdetailsPopup .page .right::after {
      content: " ";
      clear: both;
      float: none;
      font-size: 0;
      line-height: 0; }
    html.tarifdetails .page .tarifinfo,
.tarifdetailsPopup .page .tarifinfo {
      padding-top: 30px; }
    html.tarifdetails .page .areal1.tarifinfo,
.tarifdetailsPopup .page .areal1.tarifinfo {
      margin-top: -70px;
      margin-bottom: 20px; }
    html.tarifdetails .page .tarifpreismonat-anpassung,
html.tarifdetails .page .tarifpreismonat,
.tarifdetailsPopup .page .tarifpreismonat-anpassung,
.tarifdetailsPopup .page .tarifpreismonat {
      font-size: 36px; }

@media (max-width: 767px) {
  html.tarifdetails .page .tarifpreismonat-anpassung,
html.tarifdetails .page .tarifpreismonat,
.tarifdetailsPopup .page .tarifpreismonat-anpassung,
.tarifdetailsPopup .page .tarifpreismonat {
    font-size: 26px; } }

@media (max-width: 360px) {
  html.tarifdetails .page .tarifpreismonat-anpassung,
html.tarifdetails .page .tarifpreismonat,
.tarifdetailsPopup .page .tarifpreismonat-anpassung,
.tarifdetailsPopup .page .tarifpreismonat {
    font-size: 20px;
    display: block; } }
    html.tarifdetails .page .areal1,
.tarifdetailsPopup .page .areal1 {
      padding: 40px 40px 20px; }
    html.tarifdetails .page .areal2,
.tarifdetailsPopup .page .areal2 {
      background: #e9e9e9;
      padding: 20px 40px; }
    html.tarifdetails .page .areal3,
.tarifdetailsPopup .page .areal3 {
      padding: 20px 40px; }
    html.tarifdetails .page h1,
.tarifdetailsPopup .page h1 {
      margin-bottom: 35px; }
    html.tarifdetails .page h2,
.tarifdetailsPopup .page h2 {
      font-size: 22px;
      margin-bottom: 15px; }
    html.tarifdetails .page h3, html.tarifdetails .page h4,
.tarifdetailsPopup .page h3,
.tarifdetailsPopup .page h4 {
      font-size: 18px;
      margin-bottom: 10px; }
    html.tarifdetails .page p,
.tarifdetailsPopup .page p {
      font-size: 16px;
      margin-bottom: 0;
      line-height: 20px; }
    html.tarifdetails .page hr,
.tarifdetailsPopup .page hr {
      background-color: #004070;
      width: 20%;
      height: 7px;
      display: inline-block;
      margin-top: 30px;
      margin-bottom: 30px;
      border: 0; }
    html.tarifdetails .page .tarif_details,
.tarifdetailsPopup .page .tarif_details {
      margin-bottom: 30px; }
      html.tarifdetails .page .tarif_details *,
.tarifdetailsPopup .page .tarif_details * {
        word-break: break-word; }
      html.tarifdetails .page .tarif_details .item,
.tarifdetailsPopup .page .tarif_details .item {
        display: inline-block; }
        html.tarifdetails .page .tarif_details .item strong,
.tarifdetailsPopup .page .tarif_details .item strong {
          font-size: 28px; }

@media (max-width: 768px) {
  html.tarifdetails .page .tarif_details .item,
.tarifdetailsPopup .page .tarif_details .item {
    margin: 10px 0 !important !important;
    width: 100%; } }
        html.tarifdetails .page .tarif_details .item + .item,
.tarifdetailsPopup .page .tarif_details .item + .item {
          margin-left: 50px; }

@media (max-width: 800px) {
  html.tarifdetails .page .tarif_details .item + .item,
.tarifdetailsPopup .page .tarif_details .item + .item {
    margin-left: 30px; } }
    html.tarifdetails .page .small,
.tarifdetailsPopup .page .small {
      max-width: 80%;
      line-height: 1.5;
      margin: 0; }
    html.tarifdetails .page strong,
.tarifdetailsPopup .page strong {
      display: block;
      margin-top: 0;
      margin-bottom: 10px; }
      html.tarifdetails .page strong.inline,
.tarifdetailsPopup .page strong.inline {
        display: inline; }
    html.tarifdetails .page ul,
.tarifdetailsPopup .page ul {
      margin-left: 0;
      list-style: none; }
    html.tarifdetails .page a.pdf:before,
.tarifdetailsPopup .page a.pdf:before {
      top: -3px; }

.tarifdetailsPopup {
  padding: 0;
  font-size: 18px;
  line-height: 20px; }

.tarifdetailsPopup h1 {
  font-size: 36px; }

@media (max-width: 767px) {
  .tarifdetailsPopup h1 {
    font-size: 26px; } }

.tarifdetailsPopup .tarifdownloads {
  font-size: 16px;
  line-height: 36px; }

.tarifdetailsPopup .page a.pdf:before {
  top: 0; }

.tarifdetailsPopup .page hr {
  height: 3px;
  width: 100%;
  display: block; }

.tarifdetailsPopup .page strong {
  display: inline-block; }

@media (max-width: 767px) {
  .tarifdetailsPopup .page strong {
    display: block; } }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ui-autocomplete {
  max-width: 532px !important;
  color: #004070;
  border: none !important; }

.ui-widget.ui-widget-content {
  border: none !important; }

.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 {
  background: #004070;
  border: 1px solid #004070; }

.additionalAdressData {
  margin-top: 20px; }
  .additionalAdressData p {
    margin: 0 !important;
    padding: 0; }

@media (max-width: 768px) {
  .additionalAdressData .select2-container {
    max-width: 100%;
    width: 100% !important; } }

@media (max-width: 1280px) {
  .additionalAdressData .select2-container .selection .select2-selection .select2-selection__arrow b {
    top: 10px; } }
  .additionalAdressData select {
    max-width: 500px;
    width: 100%; }

@media (max-width: 768px) {
  .additionalAdressData select {
    max-width: 100%; } }
  .additionalAdressData .select2 {
    margin-bottom: 50px; }
  .additionalAdressData .select2-container .selection .select2-selection .select2-selection__arrow {
    top: 0; }
  .additionalAdressData .additional-headline + .flex {
    margin-top: 20px; }
  .additionalAdressData .flex {
    display: flex;
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .additionalAdressData .flex {
    display: block; } }
  .additionalAdressData label {
    font-size: 20px;
    display: block;
    font-weight: bold; }

@media (max-width: 1024px) {
  .additionalAdressData label {
    font-size: 16px; } }
  .additionalAdressData .additionalAdressData-item {
    margin-right: 15px;
    width: 100%; }
    .additionalAdressData .additionalAdressData-item.additional-hnr {
      max-width: 180px; }

@media (max-width: 768px) {
  .additionalAdressData .additionalAdressData-item.additional-hnr {
    max-width: 100%; } }
    .additionalAdressData .additionalAdressData-item #btn_tarif_submit {
      margin-top: 43px; }

@media (max-width: 1023px) {
  .additionalAdressData .additionalAdressData-item #btn_tarif_submit {
    margin-top: 34px; } }

@media (max-width: 768px) {
  .additionalAdressData .additionalAdressData-item {
    margin-right: 0;
    margin-top: 20px; } }
    .additionalAdressData .additionalAdressData-item:first-child {
      max-width: 224px; }

@media (max-width: 768px) {
  .additionalAdressData .additionalAdressData-item:first-child {
    max-width: 100%; } }
    .additionalAdressData .additionalAdressData-item:last-child {
      margin-right: 0;
      max-width: 190px; }

@media (max-width: 1023px) {
  .additionalAdressData .additionalAdressData-item:last-child {
    max-width: 120px; } }

@media (max-width: 768px) {
  .additionalAdressData .additionalAdressData-item:last-child {
    max-width: 100%;
    text-align: right; } }
  .additionalAdressData input:disabled {
    background-color: #c7c7c7;
    border-color: rgba(118, 118, 118, 0.3); }

.geldbeutel {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' width='100' height='100' x='0px' y='0px' viewBox='0 0 75 75' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st99%7Bfill:%23004070;%7D%0A%3C/style%3E%3Cpath class='st99' d='M70.7,46.8c-1.8-2.7-5.3-2.2-7.2-1.2c-0.5,0.2-4.5,2.2-8.5,4.2c2-3.3,3.1-7.1,3.1-11.1c0-0.2,0-5.6-2.3-9.8 c-1.5-2.8-5-7.3-7.2-9.9c0.4-0.4,0.6-1,0.4-1.6c-0.1-0.3-0.3-0.6-0.5-0.7l4.6-7.5L53.1,9c0.3-0.7,0.4-1.4,0.1-2.2 c-0.2-0.7-0.8-1.3-1.4-1.6c-1.6-0.8-4.3-1.7-8.1-1.7c-2.7,0-4.7,1.2-6.5,2.4c-2.6,1.6-4,2.3-6.4,0.7c-3.5-2.4-6.6-3.5-8.8-3 c-0.9,0.2-1.7,0.7-2.1,1.4c-0.5,0.8-0.5,1.8-0.1,2.6l5.4,9c-0.2,0.2-0.5,0.4-0.6,0.8c-0.2,0.6,0,1.2,0.4,1.6 c-2.1,2.7-5.7,7.2-7.2,9.9c-2.3,4.2-2.3,9.5-2.3,9.8c0,3.5,0.9,7,2.5,10c-1.4,0.3-2.8,0.6-3.9,1v-1.8c0-0.8-0.7-1.5-1.5-1.5H4 c-0.8,0-1.5,0.7-1.5,1.5V71c0,0.8,0.7,1.5,1.5,1.5h8.7c0.4,0,0.8-0.2,1.1-0.4s0.4-0.4,0.4-2.8c1.9-0.2,5.4-0.4,7.6-0.4 c1.2,0,3.5,0.4,6,0.8c3.6,0.6,7.9,1.3,11.4,1.3c0.2,0,0.5,0,0.7,0c4.6-0.1,18.6-9.8,29.6-17.8C71.2,51.7,72.3,49.3,70.7,46.8 L70.7,46.8z M11.2,69.5H5.5V49.4h5.8C11.2,56.6,11.3,65.9,11.2,69.5L11.2,69.5z M22.7,6.5c0.7-0.1,2.8,0.1,6.4,2.6 c4.1,2.9,7.2,1,9.7-0.6c1.6-1,3.1-1.9,4.9-1.9c3.2,0,5.4,0.8,6.6,1.3l-5.2,8.6c-0.1,0.2-0.2,0.4-0.3,0.6c-5.2,1.3-10.6,1.3-15.9,0 c-0.1-0.2-0.1-0.4-0.3-0.6C28.6,16.4,22.7,6.5,22.7,6.5z M20.5,30.3c1.6-2.9,5.9-8.3,7.6-10.4c2.8,0.7,5.7,1.1,8.7,1.1 c3,0,5.9-0.4,8.7-1.1c1.7,2,6,7.4,7.6,10.4c1.9,3.5,2,8.3,2,8.3c0,5.3-2.3,10.3-6.2,13.8c-0.5-1.2-1.6-2.5-4.2-2.5 c-0.4,0-1.3,0-2.4,0.1C39.9,50,36,50.1,34.9,50c-0.6-0.1-1.8-0.3-3.2-0.7c-2.4-0.6-5.5-1.3-7.6-1.4c-0.8,0-1.8,0-2.9,0.2 c-1.8-2.9-2.7-6.2-2.7-9.5C18.6,38.6,18.6,33.8,20.5,30.3z M67.6,50.7C50.6,63.2,42.1,67.8,39.8,67.9c-3.3,0.1-7.8-0.7-11.5-1.3 c-2.7-0.4-5-0.8-6.5-0.8c-2.2,0-5.6,0.2-7.6,0.4v-6.8c0-2.3,0-4.6,0-6.6c2.1-0.8,7.2-2,9.8-1.8c1.9,0.1,4.7,0.8,7.1,1.3 c1.6,0.4,2.8,0.7,3.6,0.7c1.2,0.1,4.3,0,7.7-0.1c1.1,0,1.9-0.1,2.3-0.1c1.2,0,1.5,0.3,1.6,1.3c0,0.3-0.1,0.5-0.2,0.6 c-0.4,0.5-1.6,0.7-2.2,0.7c-0.5,0-13.7,0.5-15.2,0.5l0.1,3c5.8-0.2,14.6-0.5,15.1-0.5c0.5,0,3-0.1,4.4-1.6c0.2-0.2,0.3-0.4,0.5-0.7 c0,0,0.1,0,0.1,0l0.1,0.1c0.2-0.1,0.3-0.2,0.5-0.4c3.6-1.8,14.6-7.1,15.5-7.6c0,0,2.5-1.2,3.3,0.2C68.7,49.3,68.5,50,67.6,50.7 L67.6,50.7z M39.4,47.2c1.4,0,2.7-0.3,4-1L42,43.5c-0.9,0.4-1.7,0.7-2.7,0.7c-2.5,0-4.6-1.3-5.8-3.2H38v-3h-5.4c0-0.2,0-0.3,0-0.5 c0-0.2,0-0.3,0-0.5H38v-3h-4.4c1.3-2,3.5-3.2,5.8-3.2c0.9,0,1.8,0.2,2.6,0.5l1.2-2.8c-1.2-0.5-2.5-0.8-3.8-0.8c-4,0-7.7,2.4-9.2,6.2 h-2.7v3h2.1c0,0.2,0,0.3,0,0.5c0,0.2,0,0.3,0,0.5h-2.1v3h2.7C31.7,44.7,35.3,47.2,39.4,47.2z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto; }

.regional-oeko {
  width: 150px;
  height: 100px;
  background-image: url("/img/icon2022/icon-regionalstrom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  text-align: center;
  margin: 0 auto; }

.sparschwein {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' width='100' height='100' x='0px' y='0px' viewBox='0 0 75 75' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E .st99%7Bfill:%23004070;%7D%0A%3C/style%3E%3Cpath class='st99' d='M67.52 32.428h-2.473c-1.73-3.93-4.501-7.422-8.096-10.172.443-4.732 1.308-6.312 1.669-6.782.957-1.24.556-2.331-.073-2.891-2.255-2-10.96 1-14.843 3.91a33.481 33.481 0 00-4.285-.49c.567-1.18.897-2.48.897-3.87C40.316 7.09 36.091 3 30.9 3c-5.192 0-9.415 4.101-9.415 9.133 0 2.63 1.154 4.991 2.987 6.662-4.882 2.2-8.868 5.501-11.619 9.482-1.7-.76-2.874-1.76-3.45-2.92.762.08 1.534.06 2.276-.08 1.72-.32 3.245-1.511 3.883-3.041.536-1.29.402-2.651-.38-3.742-1.113-1.55-2.823-2.16-4.605-1.66-1.73.5-3.245 2.01-4.048 3.871-.464-.66-.556-1.42-.289-2.32.175-.59 1.278-1.811 2.524-2.031.834-.15 1.4-.93 1.246-1.74-.154-.82-.958-1.361-1.792-1.211-2.41.42-4.44 2.47-4.944 4.131-.618 2.04-.186 3.991 1.215 5.502.412.44.896.82 1.432 1.15.155 1.77 1.123 4.681 5.346 6.682-1.751 3.351-2.72 7.062-2.72 10.953 0 5.672 2.04 11.044 5.913 15.565v8.812C14.461 69.4 17.14 72 20.436 72h5.459c2.966 0 5.438-2.11 5.902-4.871 3.842.72 7.643.76 11.557.07.495 2.72 2.946 4.791 5.892 4.791h5.46c3.295 0 5.974-2.6 5.974-5.802v-8.272a25.104 25.104 0 004.346-6.722H67.5c2.482 0 4.5-1.96 4.5-4.371V36.79c.021-2.4-1.998-4.361-4.48-4.361zM11.463 19.715c.36-.1.752-.12 1.184.49.072.09.278.38.062.9-.206.5-.783 1.07-1.607 1.23a5 5 0 01-1.885-.04c.423-1.31 1.38-2.34 2.246-2.58zM30.9 5.99c3.481 0 6.324 2.75 6.324 6.132 0 3.38-2.832 6.131-6.324 6.131s-6.325-2.75-6.325-6.131c0-3.381 2.843-6.132 6.325-6.132zm38.03 40.842c0 .76-.64 1.37-1.412 1.37h-3.523c-.638 0-1.215.39-1.442.97a22.081 22.081 0 01-4.542 7.172c-.258.28-.402.64-.402 1.01v8.843c0 1.54-1.298 2.801-2.884 2.801h-5.46c-1.596 0-2.883-1.26-2.883-2.8v-.82c0-.461-.217-.891-.588-1.181-.37-.28-.855-.38-1.318-.28-4.677 1.08-9.198 1.03-13.751-.09a1.612 1.612 0 00-1.33.27c-.38.28-.597.72-.597 1.18v.92c0 1.54-1.297 2.801-2.884 2.801h-5.459c-1.596 0-2.884-1.26-2.884-2.8v-9.363c0-.36-.134-.71-.381-.98-3.616-4.062-5.532-8.913-5.532-14.035 0-9.302 6.294-17.535 16.08-21.106.988.35 2.06.55 3.172.55a9.49 9.49 0 006.222-2.3c2.163-.05 4.408.14 6.674.61.484.1.99-.03 1.36-.35 2.585-2.26 7.684-3.891 10.228-4.242-.782 1.741-1.318 4.372-1.596 7.863-.041.51.196 1.01.618 1.32 3.75 2.7 6.561 6.262 8.137 10.313.227.58.804.97 1.442.97h3.523c.783 0 1.411.62 1.411 1.37v10.014zM53.685 33.859c-2.483 0-4.502 1.96-4.502 4.371 0 2.41 2.02 4.372 4.502 4.372 2.482 0 4.5-1.961 4.5-4.372 0-2.41-2.018-4.371-4.5-4.371zm0 5.742c-.773 0-1.412-.61-1.412-1.37 0-.761.629-1.371 1.411-1.371.783 0 1.412.61 1.412 1.37 0 .76-.639 1.37-1.412 1.37zM28.974 23.746l1.07 2.81c4.543-1.63 9.663-1.68 14.236-.15l1.01-2.84c-5.243-1.75-11.104-1.69-16.316.18z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto; }

.vogel {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' fill='none' viewBox='0 0 75 75' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23004070' d='M71.5 58.83l-13-11.71a37.594 37.594 0 002.84-3.67l4.94-4.94a1.499 1.499 0 00.43-1.19 1.47 1.47 0 00-.64-1.1l-3.6-2.5c-.7-1.17-3.25-4.91-7.19-5.34-5.77-.62-9.66 3.31-11.41 5.58L18.79 11.39a1.45 1.45 0 00-1.21-.37 1.52 1.52 0 00-1.07.68c-.07.13-7.26 11.87 2.64 24.3H4.5a1.5 1.5 0 00-1.39 2.07c.09.21 9 21.37 31.4 21.37a26.308 26.308 0 006.45-.82 32.61 32.61 0 0017.83 5.62 25.78 25.78 0 0012.48-3 1.499 1.499 0 00.23-2.4v-.01zM6.89 39H22.5a1.48 1.48 0 001.38-.92 1.51 1.51 0 00-.31-1.64c-9.06-9.13-6.82-18-5.33-21.51l24.9 22.41a1.52 1.52 0 001.86.112 1.5 1.5 0 00.45-.492c0-.06 3.64-6.23 9.51-5.59 3 .32 5 4.06 5 4.09.115.21.276.39.47.53l2.41 1.67-3.78 3.78c-.078.076-.149.16-.21.25-.09.15-9.65 14.75-24.39 14.75-16.53 0-24.87-12.4-27.57-17.44zm37.83 18.37a36.69 36.69 0 0011.73-8l11.36 10.22c-3.74 1.41-12.55 3.6-23.09-2.22z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto; }

.startseite_tarifrechner,
.multiple_tarifrechner {
  margin-top: 100px; }

@media (max-width: 850px) {
  .startseite_tarifrechner,
.multiple_tarifrechner {
    margin-top: 0; } }
  .startseite_tarifrechner .st__headline,
.multiple_tarifrechner .st__headline {
    text-align: center; }
  .startseite_tarifrechner .st_switch-items,
.multiple_tarifrechner .st_switch-items {
    display: flex;
    justify-content: center;
    margin-bottom: 80px; }

@media (max-width: 850px) {
  .startseite_tarifrechner .st_switch-items,
.multiple_tarifrechner .st_switch-items {
    margin-bottom: 30px; } }
    .startseite_tarifrechner .st_switch-items .st_switch-item,
.multiple_tarifrechner .st_switch-items .st_switch-item {
      margin-right: 30px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      color: #95c11f;
      position: relative;
      padding-bottom: 5px; }
      .startseite_tarifrechner .st_switch-items .st_switch-item:after,
.multiple_tarifrechner .st_switch-items .st_switch-item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 3px;
        margin: 0 auto;
        background: #95c11f;
        opacity: 0;
        transition: all 0.5s ease; }
      .startseite_tarifrechner .st_switch-items .st_switch-item.selected:after,
.multiple_tarifrechner .st_switch-items .st_switch-item.selected:after {
        opacity: 1; }
      .startseite_tarifrechner .st_switch-items .st_switch-item:last-child,
.multiple_tarifrechner .st_switch-items .st_switch-item:last-child {
        margin-right: 0; }
  .startseite_tarifrechner .st__icons,
.multiple_tarifrechner .st__icons {
    min-height: 75px; }
    .startseite_tarifrechner .st__icons.show,
.multiple_tarifrechner .st__icons.show {
      display: block; }
    .startseite_tarifrechner .st__icons.hide,
.multiple_tarifrechner .st__icons.hide {
      display: none; }
  .startseite_tarifrechner #btn_tarif_submit,
.multiple_tarifrechner #btn_tarif_submit {
    background-color: #95c11f; }
    .startseite_tarifrechner #btn_tarif_submit:hover,
.multiple_tarifrechner #btn_tarif_submit:hover {
      color: #95c11f;
      background-color: #fff; }
  .startseite_tarifrechner .tarif_flex,
.multiple_tarifrechner .tarif_flex {
    max-width: 1200px;
    margin: 0 auto; }

@media (max-width: 1024px) {
  .startseite_tarifrechner .tarif_flex,
.multiple_tarifrechner .tarif_flex {
    max-width: 100%; } }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_flex,
.multiple_tarifrechner .tarif_flex {
    max-width: 100%; } }
  .startseite_tarifrechner .tarif_box:first-child,
.multiple_tarifrechner .tarif_box:first-child {
    margin-right: 30px; }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_box:first-child,
.multiple_tarifrechner .tarif_box:first-child {
    margin-right: 0; } }
  .startseite_tarifrechner .tarif_box:nth-child(3),
.multiple_tarifrechner .tarif_box:nth-child(3) {
    margin-right: 30px; }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_box:nth-child(3),
.multiple_tarifrechner .tarif_box:nth-child(3) {
    margin-right: 0; } }
  .startseite_tarifrechner .tarif_plz,
.multiple_tarifrechner .tarif_plz {
    width: 70%; }

@media (max-width: 1024px) {
  .startseite_tarifrechner .tarif_plz,
.multiple_tarifrechner .tarif_plz {
    width: 44%; } }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_plz,
.multiple_tarifrechner .tarif_plz {
    width: 100%; } }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_haushalt,
.multiple_tarifrechner .tarif_haushalt {
    width: 100%; }
    .startseite_tarifrechner .tarif_haushalt label,
.multiple_tarifrechner .tarif_haushalt label {
      margin-top: 20px; } }
  .startseite_tarifrechner .tarif_spalte1,
.multiple_tarifrechner .tarif_spalte1 {
    width: 50%; }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_spalte1,
.multiple_tarifrechner .tarif_spalte1 {
    width: 100%; } }
  .startseite_tarifrechner .tarif_spalte2,
.multiple_tarifrechner .tarif_spalte2 {
    width: 25%; }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_spalte2,
.multiple_tarifrechner .tarif_spalte2 {
    width: 100%; } }
  .startseite_tarifrechner .tarif_spalte3,
.multiple_tarifrechner .tarif_spalte3 {
    width: 180px; }

@media (max-width: 850px) {
  .startseite_tarifrechner .tarif_spalte3,
.multiple_tarifrechner .tarif_spalte3 {
    width: 100%; } }

.preisbremse {
  padding: 20px;
  border: 3px solid #004070;
  border-radius: 30px;
  margin-top: 30px; }

.tarif__headline {
  margin-bottom: 20px;
  display: block; }

.open-tooltip {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 28;
  position: relative;
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
  transition: all 0.3s ease; }
  .open-tooltip:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2395C11F' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.open-tooltip.tooltip-custom {
  top: 0;
  right: 0; }

.close-tooltip {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg data-v-6cc93a6e='' xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath data-v-6cc93a6e='' d='M26.7 4.719L25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 28;
  position: relative;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .close-tooltip:hover {
    background-image: url("data:image/svg+xml,%3Csvg data-v-6cc93a6e='' xmlns='http://www.w3.org/2000/svg' fill='%2395C11F' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath data-v-6cc93a6e='' d='M26.7 4.719L25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.content__tooltip,
.tarif-tooltip {
  display: none;
  position: absolute;
  top: -170px;
  right: -30px;
  width: 330px;
  background: #fff;
  color: #002C50;
  z-index: 29;
  min-height: 270px;
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #054070;
  font-size: 17px;
  text-align: left;
  line-height: 1.7em;
  white-space: normal; }
  .content__tooltip p,
.tarif-tooltip p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal; }
    .content__tooltip p:last-child,
.tarif-tooltip p:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 0; }
  .content__tooltip.open,
.tarif-tooltip.open {
    display: block; }

.content__tooltip {
  top: 0;
  right: 0;
  left: 0;
  min-height: 1px; }

.color--green {
  color: #95c11f; }

.mt {
  margin-top: 20px; }

@media (max-width: 1023px) {
  .mt {
    margin-top: 10px; } }

.mb {
  margin-bottom: 20px; }

@media (max-width: 1023px) {
  .mb {
    margin-bottom: 10px; } }

.tarif_box.tarif_spalte2 {
  overflow: visible; }

.tarif_box.tarif_spalte2 label {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  white-space: nowrap; }

.w-tooltip {
  position: relative;
  display: inline-block;
  padding-right: 30px; }

.price-crossed {
  text-decoration-thickness: 2px;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-color: #004070;
  -webkit-text-decoration-color: #004070;
  margin-left: 10px; }

.re-font-regular {
  font-weight: bold; }

html:not(.onp_init) body input[type="radio"] {
  -webkit-appearance: auto;
  width: auto;
  margin-inline-end: 8px; }

.tarifrechner input[type="radio"] + label {
  display: inline;
  font-weight: 400; }

.hidden {
  display: none !important; }

.label {
  font-size: 20px;
  display: block;
  font-weight: bold;
  margin-block-end: 0 !important;
  display: inline-block;
  position: relative;
  padding-right: 30px; }

@media (max-width: 1024px) {
  .label {
    font-size: 16px; } }

@media (max-width: 768px) {
  .tarifrechner .tarif_box .label {
    margin-top: 20px; } }

.tarifrechner[data-division="w1"] {
  max-width: 100%;
  padding-inline: 0; }
  .tarifrechner[data-division="w1"] .tarif_spalte1 {
    width: 60%; }

@media (max-width: 768px) {
  .tarifrechner[data-division="w1"] .tarif_spalte1 {
    width: 100%; } }
  .tarifrechner[data-division="w1"] .tarif_spalte2 {
    width: 30%;
    transition: none; }

@media (max-width: 768px) {
  .tarifrechner[data-division="w1"] .tarif_spalte2 {
    width: 100%; } }
    .tarifrechner[data-division="w1"] .tarif_spalte2 .open-tooltip {
      display: none; }
  .tarifrechner[data-division="w1"] .tarif_plz {
    width: 15%; }

@media (max-width: 768px) {
  .tarifrechner[data-division="w1"] .tarif_plz {
    width: 100%; } }

@media (max-width: 768px) {
  .tarifrechner[data-division="w1"] .tarif_box2 {
    width: 100%; } }
  .tarifrechner[data-division="w1"] .radioButtonWrapper {
    min-height: 2rem; }
  .tarifrechner[data-division="w1"] .tarif_spalte3 {
    text-align: right; }
    .tarifrechner[data-division="w1"] .tarif_spalte3 > label {
      display: none; }

.tarifrechner[data-division="w1"] .tarif_options1 {
  max-width: 500px;
  margin-inline: auto;
  flex-direction: column;
  gap: 2rem; }

.tarifrechner[data-division="w1"] .tarif_options1 > div {
  width: 100% !important;
  margin-inline: 0;
  flex-direction: column;
  gap: 2rem; }

.tarifrechner[data-division="w1"] .tarif_options1 .tarif_box2 {
  width: 100% !important;
  margin-inline: 0; }

.tarif_flex.radioButtons {
  gap: 1rem; }

.info-message {
  font-size: 18px;
  padding: 0.5em 1em 0.5em 2.5em;
  border-radius: 20px;
  background: #fff no-repeat 14px 14px;
  color: #002C50;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px;
  margin-top: 10px !important; }

.preisanpassung {
  margin-top: 0; }
  .preisanpassung .tarif--info {
    margin-bottom: 30px; }
    .preisanpassung .tarif--info p {
      margin: 0;
      padding: 15px 15px 15px 40px;
      background: #e9e9e9;
      position: relative; }
      .preisanpassung .tarif--info p:before {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg data-v-573b0fcb='' xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-20 re-h-20 re-text-cerulean'%3E%3Cpath data-v-573b0fcb='' fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm1-10h-2V8h2v9zm.5 4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
        background-size: contain;
        display: block;
        z-index: 28;
        position: relative;
        position: absolute;
        left: 10px;
        top: 15px;
        cursor: pointer;
        transition: all 0.3s ease; }

.preis--info {
  padding: 5px;
  background: #e9e9e9;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  text-align: left;
  border-radius: 10px; }
  .preis--info:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg data-v-573b0fcb='' xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-20 re-h-20 re-text-cerulean'%3E%3Cpath data-v-573b0fcb='' fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm1-10h-2V8h2v9zm.5 4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    display: block;
    z-index: 28;
    position: absolute;
    left: 10px;
    top: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    cursor: default; }
  .preis--info + .separator {
    margin-top: 0 !important;
    background: #fff !important; }

.promonat-anpassung {
  margin-bottom: 10px; }

.green .tarifrechner .person.active {
  fill: #004070; }

.green #btn_tarif_submit {
  background-color: #002C50 !important; }
  .green #btn_tarif_submit:hover {
    background-color: #e9e9e9 !important;
    color: #002C50; }

.green .open-tooltip:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-size: contain; }

.next-step {
  margin-top: 50px; }

.zweitarifmeldung,
.nachdem-info {
  margin-top: 30px !important; }

.p-label {
  padding-right: 0;
  display: block; }

.radio-t4 .radioButtonWrapper {
  flex: 0 0 50%;
  max-width: 50%; }

.onpublix-container .tarifrechner, .onpublix-container .tarifrechner-disabled {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.blue .tarifrechner .tarif_options1 .open-tooltip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain; }
  .blue .tarifrechner .tarif_options1 .open-tooltip:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2395C11F' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.blue .tarifrechner .tarif_result .tarif_box {
  color: #002C50; }

section[data-customerType="GEWE"] .tarif_haushalt {
  display: none; }

.st_switch-items {
  display: flex;
  justify-content: center;
  margin-bottom: 80px; }

@media (max-width: 850px) {
  .st_switch-items {
    margin-bottom: 30px; } }
  .st_switch-items .st_switch-item-2025 {
    margin-right: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    color: #95c11f;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
    border: none;
    background-color: inherit; }
    .st_switch-items .st_switch-item-2025:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      height: 3px;
      margin: 0 auto;
      background: #95c11f;
      opacity: 0;
      transition: all 0.5s ease; }
    .st_switch-items .st_switch-item-2025.selected:after {
      opacity: 1; }
    .st_switch-items .st_switch-item-2025:last-child {
      margin-right: 0; }

:where([data-energy='E']) .gas-text {
  display: none !important; }

:where([data-energy='G']) .strom-text {
  display: none !important; }

.modal-body {
  color: #002C50; }main .keyvisual #navigation-animate {
  top: -40px; }
  @media (max-width: 1280px) {
    main .keyvisual #navigation-animate {
      top: -90px;
      transition: 0.5s all; } }
#morph-example,
#morph-example2 {
  overflow: visible !important; }

#belkawWelle {
  transition: d 2s ease; }

.belkawFlat {
  d: path("M1920,160c-676.7,0-739.1,0-1180,0c-363.1,0-617.5,0-740,0V0h1920V160z") !important; }

main.header-small svg#morph-example path.belkawFlat {
  stroke: #dadada;
  stroke-width: 1px;
  stroke-linejoin: inherit; }

#welleSVG {
  position: fixed;
  top: -12px;
  z-index: 28;
  left: 0;
  backface-visibility: hidden;
  perspective: 1000;
  pointer-events: none;
  transform: translateZ(0);
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0; }
  @media (max-width: 1280px) {
    #welleSVG {
      top: -7px; } }
  @media (max-width: 991px) {
    #welleSVG {
      display: none; } }
.page {
  transition: all 0.7s ease; }

.move-welle header .logo-mobile {
  position: absolute; }

@media screen and (min-width: 1920px) {
  #welleSVG {
    width: 100%; } }
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  33.3333% {
    width: 20px;
    height: 0; } }

@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  33.3333% {
    width: 20px;
    height: 0; } }

@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  33.3333% {
    width: 20px;
    height: 0; } }

@keyframes check {
  0% {
    height: 0;
    width: 0; }
  33.3333% {
    width: 20px;
    height: 0; } }

.checkmark {
  display: block;
  height: 30px;
  position: absolute;
  right: -50px;
  top: 39px;
  width: 40px; }
  @media only screen and (max-width: 1280px) {
    .checkmark {
      right: 0; } }
  @media only screen and (max-width: 991px) {
    .checkmark {
      top: 56px; } }
  .checkmark:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #95C11F;
    border-top: 3px solid #95C11F;
    content: '';
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px; }
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--close {
  width: 64px;
  height: 64px;
  background: #002C50;
  color: #fff;
  margin-left: 5px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }

.fancybox-is-open .fancybox-bg {
  background: #002C50;
  opacity: 0.5; }
html.bg-layer body form * {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.redirmodal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  z-index: 9999;
  width: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 65px 20px 20px 55px;
  background-color: #004070;
  color: #fff;
  /*border: 1px solid #e8e8e8;*/
  /*text-align: center;*/
  -webkit-box-shadow: 0px 0px 18px 2px rgba(255,255,255,0.75);
  -moz-box-shadow: 0px 0px 18px 2px rgba(255,255,255,0.75);
  box-shadow: 0px 0px 18px 2px rgba(255,255,255,0.75);
  border-radius: 10px;
}

  .redirmodal .icon_zivclose {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    width: 20px;
    height: 20px;
    background: url("/img/system/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 999;
  }

  .redirmodal h3.colored {
    line-height: 1.4em;
    padding: 0 10px;
    margin-bottom: 45px;
    color: #fff;
  }

    .redirmodal h3.colored span {
      padding: 8px 0;
    }

  .redirmodal .top,
  .redirmodal .bottom {
    font-size: 18px;
  }

  .redirmodal .bottom {
    margin-bottom: 130px;
    padding-left: 5px;
  }

    .redirmodal .bottom .highlight {
      font-size: 24px;
      font-weight: bold;
    }

      .redirmodal .bottom .highlight .nostyle {
        font-size: 18px;
        font-weight: normal;
      }

  .redirmodal .big {
    font-size: 40px;
    margin: 0 0 20px 0;
  }

  .redirmodal .info {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding-right: 16px;
    margin-top: 30px;
  }

    .redirmodal .info a {
      text-decoration: underline;
    }

  .redirmodal .small-info {
    font-size: 16px;
    font-weight: normal;
    background: #e8e8e8;
    display: inline-block;
    float: right;
    padding: 10px 30px;
    margin: 0;
  }

@media (max-width: 1350px) {
  .redirmodal {
    width: 100%;
    max-width: 750px;
  }

    .redirmodal .bottom {
      margin-bottom: 100px;
    }

    .redirmodal h3.colored {
      font-size: 26px;
    }
}

@media (max-width: 500px) {
  .redirmodal {
    width: 92%;
    padding: 15px;
  }

    .redirmodal h3.colored {
      line-height: 1.4em;
      padding: 0px 10px;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .redirmodal .bottom {
      margin-bottom: 40px;
      margin-top: 40px;
      text-align: center;
    }

      .redirmodal .bottom .highlight {
        font-size: 20px;
      }

    .redirmodal:after {
      background-size: auto 50%;
    }

    .redirmodal .small-info, .redirmodal .info {
      text-align: center;
    }
}.umfrage-zeile {
  position: relative; }
  .umfrage-zeile input[type=radio] {
    position: absolute;
    visibility: hidden; }
  .umfrage-zeile label {
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 20px 0px 50px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear; }
  .umfrage-zeile .check {
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 16px;
    left: 10px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear; }
  .umfrage-zeile .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }
  .umfrage-zeile input[type=radio]:checked ~ .check {
    border: 2px solid #95C11F; }
  .umfrage-zeile input[type=radio]:checked ~ .check::before {
    background: #fff; }
  .umfrage-zeile input[type=radio]:checked ~ label {
    color: #fff; }
@media only screen and (max-width: 1680px) {
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    width: auto;
    height: auto;
    z-index: 9;
    pointer-events: none; }
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    width: 500px; } }

@media only screen and (max-width: 1500px) {
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    top: 80px; } }

@media only screen and (max-width: 1279px) {
  .new-footer1 footer .footer-info .offset-sm-3 {
    display: none; }
  .new-footer1 footer .footer-info .col-sm-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .new-footer1 footer .footer-konakt .footer-info .info-item:after {
    right: 0; }
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    width: 580px;
    left: calc(50% - 290px);
    top: auto;
    bottom: 0; } }

@media only screen and (max-width: 991px) {
  .new-footer1 footer {
    background: #002C50; }
  .new-footer1 footer .footer-welle {
    position: absolute;
    bottom: 100px;
    height: 200px;
    background: transparent; }
  .new-footer1 footer .footer-end {
    background: #fff; }
  .new-footer1 footer .footer-end {
    height: 100px;
    position: static;
    display: block;
    padding: 15px;
    padding-top: 30px;
    text-align: center; }
  .new-footer1 footer .footer-welle img {
    width: 100%;
    height: 100%; }
  .new-footer1 footer .footer-konakt {
    padding-bottom: 500px; }
  .new-footer1 footer .footer-logos {
    bottom: -45px;
    right: 0; }
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    width: 500px;
    left: calc(50% - 250px);
    bottom: 160px;
    position: absolute; }
  .new-footer1 footer .footer-end .meta-footer nav ul li a {
    font-size: 15px;
    line-height: 20px; }
  .new-footer1 footer .footer-end .copyright p {
    font-size: 15px;
    line-height: 20px; }
  .new-footer1 footer .footer-end .meta-footer nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .new-footer1 footer .footer-logos {
    bottom: 70px; }
  .new-footer1 footer .footer-konakt {
    padding-bottom: 500px; } }

@media only screen and (max-width: 767px) {
  .new-footer1 footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    left: calc(50% - 200px); } }

@media only screen and (max-width: 1680px) {
  .new-footer2 footer .footer-info .offset-sm-3 {
    display: none; }
  .new-footer2 footer .footer-info .col-sm-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .new-footer2 footer .footer-konakt .footer-info .info-item:after {
    right: 0; }
  .new-footer2 footer .footer-konakt .footer-info .footer-bg {
    width: 580px;
    left: calc(50% - 290px); } }

@media only screen and (max-width: 1279px) {
  .new-footer2 footer .footer-logos {
    right: 50px; } }

@media only screen and (max-width: 991px) {
  .new-footer2 footer {
    background: #002C50; }
  .new-footer2 footer .footer-welle {
    position: absolute;
    bottom: 100px;
    height: 200px;
    background: transparent; }
  .new-footer2 footer .footer-end {
    background: #fff; }
  .new-footer2 footer .footer-end {
    height: 100px;
    position: static;
    display: block;
    padding: 15px;
    padding-top: 30px;
    text-align: center; }
  .new-footer2 footer .footer-welle img {
    width: 100%;
    height: 100%; }
  .new-footer2 footer .footer-konakt {
    padding-bottom: 500px; }
  .new-footer2 footer .footer-logos {
    bottom: -45px;
    right: 0; }
  .new-footer2 footer .footer-konakt .footer-info .footer-bg {
    width: 500px;
    left: calc(50% - 250px);
    bottom: 160px;
    position: absolute; }
  .new-footer2 footer .footer-end .meta-footer nav ul li a {
    font-size: 15px;
    line-height: 20px; }
  .new-footer2 footer .footer-end .copyright p {
    font-size: 15px;
    line-height: 20px; }
  .new-footer2 footer .footer-end .meta-footer nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .new-footer2 footer .footer-logos {
    bottom: 70px; }
  .new-footer2 footer .footer-konakt {
    padding-bottom: 500px; } }

@media only screen and (max-width: 767px) {
  .new-footer2 footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    left: calc(50% - 200px); } }

@media only screen and (max-width: 1680px) {
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 0;
    width: auto;
    height: auto;
    z-index: 9;
    pointer-events: none; }
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 500px; } }

@media only screen and (max-width: 1500px) {
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    top: 80px; } }

@media only screen and (max-width: 1279px) {
  .new-footer3 footer .footer-info .offset-sm-3 {
    display: none; }
  .new-footer3 footer .footer-info .col-sm-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  .new-footer3 footer .footer-konakt .footer-info .info-item:after {
    right: 0; }
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 580px;
    left: calc(50% - 290px);
    top: auto;
    bottom: 0; } }

@media only screen and (max-width: 991px) {
  .new-footer3 footer .info-item {
    width: 300px; }
  .new-footer3 footer {
    background: #002C50; }
  .new-footer3 footer .footer-welle {
    position: absolute;
    bottom: 100px;
    height: 200px;
    background: transparent; }
  .new-footer3 footer .footer-end {
    background: #fff; }
  .new-footer3 footer .footer-end {
    height: 100px;
    position: static;
    display: block;
    padding: 15px;
    padding-top: 30px;
    text-align: center; }
  .new-footer3 footer .footer-welle img {
    width: 100%;
    height: 100%; }
  .new-footer3 footer .footer-konakt {
    padding-bottom: 80px; }
  .new-footer3 footer .footer-logos {
    bottom: -45px;
    right: 0; }
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 500px;
    right: 0;
    left: auto;
    top: 150px;
    bottom: auto;
    position: absolute; }
  .new-footer3 footer .footer-end .meta-footer nav ul li a {
    font-size: 15px;
    line-height: 20px; }
  .new-footer3 footer .footer-end .copyright p {
    font-size: 15px;
    line-height: 20px; }
  .new-footer3 footer .footer-end .meta-footer nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media only screen and (max-width: 800px) {
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 400px; } }

@media only screen and (max-width: 768px) {
  .new-footer3 footer .info-item {
    width: 100%; }
  .new-footer3 footer .footer-logos {
    bottom: 70px; }
  .new-footer3 footer .footer-konakt {
    padding-bottom: 500px; }
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 500px;
    right: auto;
    left: calc(50% - 250px);
    top: auto;
    bottom: 100px;
    position: absolute; } }

@media only screen and (max-width: 767px) {
  .new-footer3 footer .footer-konakt .footer-info .footer-bg {
    width: 400px;
    left: calc(50% - 200px); } }
main .slide-section:not(.keyvisual) h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px; }
  @media only screen and (max-width: 1023px) {
    main .slide-section:not(.keyvisual) h2 {
      font-size: 30px;
      line-height: 1.1em; } }
  @media only screen and (max-width: 767px) {
    main .slide-section:not(.keyvisual) h2 {
      font-size: 25px;
      line-height: 1.1em; } }
main .slide-section:not(.keyvisual) h3 {
  font-size: 26px;
  font-weight: bold; }

.wallbox-container .wallbox-item {
  border: 3px solid #95C11F;
  padding: 15px;
  border-radius: 10px; }
  .wallbox-container .wallbox-item:last-child {
    margin-bottom: 50px; }
  .wallbox-container .wallbox-item p {
    padding: 0 !important;
    margin: 0 !important; }
  .wallbox-container .wallbox-item.wallbox-green {
    background: #95C11F; }
    .wallbox-container .wallbox-item.wallbox-green p {
      color: #fff; }
  .wallbox-container .wallbox-item.wallbox-addon {
    border: none;
    border: 3px dashed #95C11F;
    border-top: none;
    width: calc(100% - 100px);
    margin: 0 auto;
    margin-top: -5px; }

.wallbox-container .wallbox-arrow {
  text-align: center; }
  .wallbox-container .wallbox-arrow svg {
    width: 50px; }
    .wallbox-container .wallbox-arrow svg path {
      fill: #95C11F !important; }
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

  .simplebar-content-wrapper::-webkit-scrollbar,
  .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
  }

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

  .simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }

  .simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
  }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

  .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
  }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
  }

  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
  }

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}.button__container {
  padding-top: 85px;
  padding-bottom: 85px; }

.button_btn a {
  display: inline-block;
  background: #002C50;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 14px;
  padding-right: 46px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none; }
  .button_btn a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/img/system/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 7px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear; }

.white .button_btn a,
.grey .button_btn a {
  color: #fff;
  background: #002C50; }
  .white .button_btn a:hover,
  .grey .button_btn a:hover {
    color: #fff;
    background: #95C11F; }

.blue .button_btn a {
  color: #fff;
  background: #95C11F; }
  .blue .button_btn a:hover {
    background: #fff;
    color: #004070; }
    .blue .button_btn a:hover:after {
      background: url(/img/system/arrow-right-blue.svg);
      background-size: contain;
      background-repeat: no-repeat; }

.green .button_btn a {
  color: #fff;
  background: #002C50; }
  .green .button_btn a:hover {
    background: #fff;
    color: #004070; }
    .green .button_btn a:hover:after {
      background: url(/img/system/arrow-right-blue.svg);
      background-size: contain;
      background-repeat: no-repeat; }
.plz.error, .plz.error:focus {
  outline: 2px solid red; }

.plz.valid, .plz.valid:focus {
  outline: 2px solid green; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.webinar-form input::-webkit-outer-spin-button,
.webinar-form input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

.webinar-form input[type=number] {
  -moz-appearance: textfield !important; }

.btn--disabled {
  pointer-events: none;
  background-color: grey !important; }.faq__suche {
  margin-bottom: 80px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 100%; }
  .faq__suche label {
    font-weight: normal;
    font-size: 24px;
    line-height: 60px;
    text-align: left;
    color: #004070;
    width: 100%;
    max-width: 230px;
    display: block; }
  .faq__suche .faq__suche-wrapper {
    position: relative;
    max-width: 937px;
    width: 100%; }
  .faq__suche input {
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
    background: #fff;
    border-radius: 10px;
    padding: 13.5px;
    padding-right: 70px;
    box-shadow: none !important;
    border: none;
    margin-bottom: 1px;
    color: #004070; }
    .faq__suche input::-webkit-input-placeholder {
      font-size: 23px;
      line-height: 1em;
      color: #004070; }
    .faq__suche input::-moz-placeholder {
      font-size: 23px;
      line-height: 1em;
      color: #004070; }
    .faq__suche input:-ms-input-placeholder {
      font-size: 23px;
      line-height: 1em;
      color: #004070; }
    .faq__suche input:-moz-placeholder {
      font-size: 23px;
      line-height: 1em;
      color: #004070; }
  .faq__suche a.search-btn {
    position: absolute;
    width: 34px;
    height: 34px;
    right: 23.5px;
    top: calc(50% - 17px);
    cursor: pointer;
    pointer-events: none;
    z-index: 20; }

.faq__items {
  position: relative; }
  .faq__items .faq__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .faq__items .faq__icon {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #95c11f;
    width: 308px;
    height: 307px;
    background: #fff;
    margin-bottom: 55px;
    border-radius: 12px;
    position: relative;
    padding: 55px;
    transition: all 0.5s ease;
    cursor: pointer; }

@media only screen and (max-width: 1280px) {
  .faq__items .faq__icon {
    width: 237px;
    height: 237px;
    padding: 35px;
    font-size: 20px;
    line-height: 24px; } }

@media only screen and (max-width: 1024px) {
  .faq__items .faq__icon {
    width: 177px;
    height: 177px;
    padding: 25px;
    font-size: 15px;
    line-height: 23px; } }

@media only screen and (max-width: 767px) {
  .faq__items .faq__icon {
    width: 100%;
    height: auto;
    padding: 35px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px; } }
    .faq__items .faq__icon:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 30px 0 30px;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin: 0 auto;
      opacity: 0;
      transition: all 0.5s ease; }
  .faq__items .faq__image {
    margin-bottom: 30px; }

@media only screen and (max-width: 1280px) {
  .faq__items .faq__image {
    margin-bottom: 15px; } }
    .faq__items .faq__image img {
      width: 140px;
      height: 140px;
      transition: all 0.5s ease; }

@media only screen and (max-width: 1024px) {
  .faq__items .faq__image img {
    width: 80px;
    height: 80px; } }

@media only screen and (max-width: 767px) {
  .faq__items .faq__image img {
    width: 80px;
    height: 80px; } }
      .faq__items .faq__image img.icon__hover {
        display: none; }
  .faq__items .faq__row {
    min-height: 362px;
    position: relative; }
    .faq__items .faq__row.faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(0, calc(100% / 4 - 55px)));
      grid-gap: 55px;
      min-height: 1px;
      justify-content: flex-start; }

@media only screen and (max-width: 1280px) {
  .faq__items .faq__row.faq-grid {
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(0, 300px)); } }

@media only screen and (max-width: 1024px) {
  .faq__items .faq__row.faq-grid {
    grid-gap: 15px; } }

@media only screen and (max-width: 700px) {
  .faq__items .faq__row.faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, calc(100% / 2 - 15px))); } }

@media only screen and (max-width: 450px) {
  .faq__items .faq__row.faq-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 100%)); } }

@media only screen and (max-width: 1280px) {
  .faq__items .faq__row {
    min-height: 262px; } }

@media only screen and (max-width: 1024px) {
  .faq__items .faq__row {
    min-height: 222px; } }
  .faq__items .faq__item {
    position: absolute;
    top: 0; }
    .faq__items .faq__item.faq__item-baustein {
      position: static; }

@media only screen and (max-width: 767px) {
  .faq__items .faq__item {
    position: static; } }
    .faq__items .faq__item.faq--item1 {
      left: 0; }
    .faq__items .faq__item.faq--item2 {
      left: 26%; }
    .faq__items .faq__item.faq--item3 {
      left: 52%; }
    .faq__items .faq__item.faq--item0 {
      left: 78%; }
    .faq__items .faq__item.active .faq__accordions {
      display: block; }
    .faq__items .faq__item.active .faq__icon {
      color: #06416e; }
      .faq__items .faq__item.active .faq__icon:after {
        opacity: 1; }
    .faq__items .faq__item.active .faq__image img {
      display: none; }
      .faq__items .faq__item.active .faq__image img.icon__hover {
        display: inline-block; }
    .faq__items .faq__item.inactive {
      pointer-events: none; }
  .faq__items .faq__count {
    font-size: 16px;
    line-height: 17px;
    display: block;
    max-width: 184px;
    height: 48px;
    border-radius: 24px;
    background: #95c11f;
    display: none;
    position: absolute;
    color: #fff;
    padding: 15px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.faq__accordions {
  display: none;
  padding-top: 404px;
  padding-bottom: 100px; }

@media only screen and (max-width: 1280px) {
  .faq__accordions {
    padding-top: 300px;
    padding-bottom: 60px; } }

@media only screen and (max-width: 1024px) {
  .faq__accordions {
    padding-top: 240px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .faq__accordions {
    padding-top: 10px;
    padding-bottom: 30px; } }
  .faq__accordions div.ui-accordion + .ui-accordion {
    margin-top: 0; }
  .faq__accordions.active {
    display: block; }
  .faq__accordions .faq__accordion-item {
    margin: 0 auto;
    margin-bottom: 10px; }
    .faq__accordions .faq__accordion-item.noresult {
      display: none; }
    .faq__accordions .faq__accordion-item.result {
      display: block; }

.faq__baustein {
  margin-bottom: 55px; }

@media only screen and (max-width: 1280px) {
  .faq__baustein {
    margin-bottom: 30px; } }

@media only screen and (max-width: 1024px) {
  .faq__baustein {
    margin-bottom: 15px; } }

.faq__item-baustein .faq__icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0 !important; }.performance-Page .slide-section:not(.keyvisual).no-keyvisual {
  height: 200px;
  background: #022c50; }

@media only screen and (max-width: 1023px) {
  .performance-Page .slide-section:not(.keyvisual).no-keyvisual {
    height: 70px; } }

@media only screen and (max-width: 575px) {
  .performance-Page.page-content.page-nokv {
    padding-top: 0; } }

.performance__breadcrumb .breadcrumb {
  background: #fff;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

.performance__header {
  min-height: 200px;
  background: #022c50;
  color: #fff;
  padding-bottom: 60px; }

@media only screen and (max-width: 991px) {
  .performance__header {
    padding-top: 45px;
    padding-bottom: 45px; } }
  .performance__header .title {
    color: #95C11F;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 10px; }
  .performance__header .h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 66px;
    line-height: 80px;
    margin-bottom: 50px; }

@media only screen and (max-width: 1023px) {
  .performance__header .h1 {
    font-size: 45px;
    line-height: 1.1em; } }

@media only screen and (max-width: 768px) {
  .performance__header .h1 {
    font-size: 35px; } }
  .performance__header .h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    margin-bottom: 25px; }

@media only screen and (max-width: 1023px) {
  .performance__header .h2 {
    font-size: 30px;
    line-height: 1.1em; } }
  .performance__header p {
    margin: 0;
    padding: 0; }
  .performance__header .area-list p {
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    padding-left: 40px; }

@media only screen and (max-width: 1023px) {
  .performance__header .area-list p {
    padding-left: 30px;
    font-size: 15px;
    line-height: 25px; } }
    .performance__header .area-list p:after {
      width: 30px;
      height: 30px;
      top: calc(50% - 8px); }

@media only screen and (max-width: 1023px) {
  .performance__header .area-list p:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 7px); } }

.tarif__logos {
  margin-top: 90px; }

@media only screen and (max-width: 768px) {
  .tarif__logos {
    margin-top: 0; } }
  .tarif__logos .logo--item img {
    width: auto !important;
    max-height: 110px; }

.logo--container + .logo--container {
  margin-top: 50px; }

@media only screen and (max-width: 500px) {
  .logo--container + .logo--container {
    margin-top: 25px; } }

.logo--container .logo--flex {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 15px 0; }

@media only screen and (max-width: 768px) {
  .logo--container .logo--flex {
    display: block; } }

.logo--container .logo--item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-right: 50px; }

@media only screen and (max-width: 768px) {
  .logo--container .logo--item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0 !important;
    margin-bottom: 50px; } }

@media only screen and (max-width: 500px) {
  .logo--container .logo--item {
    margin-bottom: 25px; } }
  .logo--container .logo--item:last-child {
    margin-right: 0; }
  .logo--container .logo--item img {
    height: auto;
    width: auto;
    max-width: 100%; }

.logo--container .logo--two .logo--item {
  flex: 0 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
  text-align: center; }
  .logo--container .logo--two .logo--item img {
    width: auto;
    max-width: 350px; }

@media only screen and (max-width: 768px) {
  .logo--container .logo--two .logo--item {
    max-width: 100%;
    flex: 0 0 100%; } }

.logo--container .logo--three .logo--item {
  flex: 0 0 calc(33.33% - 50px);
  max-width: calc(33.33% - 50px);
  text-align: center; }

@media only screen and (max-width: 768px) {
  .logo--container .logo--three .logo--item {
    max-width: 100%;
    flex: 0 0 100%; } }

.logo--container .logo--four .logo--item {
  flex: 0 0 calc(25% - 25px);
  max-width: calc(25% - 25px);
  text-align: center;
  margin-right: 25px; }
  .logo--container .logo--four .logo--item:last-child {
    margin-right: 0; }

@media only screen and (max-width: 768px) {
  .logo--container .logo--four .logo--item {
    max-width: 100%;
    flex: 0 0 100%; } }

.logo--container.logo--seven {
  margin-top: 50px; }
  .logo--container.logo--seven .logo--flex {
    justify-content: center;
    flex-wrap: wrap; }

@media only screen and (max-width: 768px) {
  .logo--container.logo--seven .logo--flex {
    display: flex; } }

@media only screen and (max-width: 575px) {
  .logo--container.logo--seven .logo--flex {
    display: block; } }
  .logo--container.logo--seven .logo--item {
    flex: 0 0 300px;
    max-width: 300px;
    margin-right: 30px;
    margin-bottom: 30px; }

@media only screen and (max-width: 1024px) {
  .logo--container.logo--seven .logo--item {
    flex: 0 0 calc((100% / 3) - 30px);
    max-width: calc((100% / 3) - 30px); } }

@media only screen and (max-width: 768px) {
  .logo--container.logo--seven .logo--item {
    margin-right: 30px !important;
    flex: 0 0 calc((100% / 2) - 30px) !important;
    max-width: calc((100% / 2) - 30px) !important; } }

@media only screen and (max-width: 575px) {
  .logo--container.logo--seven .logo--item {
    flex: 0 0 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important; } }
    .logo--container.logo--seven .logo--item img {
      width: auto;
      max-width: 100%; }

.logo--container .logo--flex.logo--items-wr .logo--item {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .logo--container .logo--flex.logo--items-wr .logo--item:last-child {
    margin-right: 0; }
  .logo--container .logo--flex.logo--items-wr .logo--item .logo--img {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
  .logo--container .logo--flex.logo--items-wr .logo--item img {
    height: auto;
    width: 100%;
    max-width: 500px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .logo--container .logo--flex.logo--items-wr .logo--item .logo--text {
    background: #002C50;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding: 30px 25px;
    max-width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }

@media only screen and (max-width: 1360px) {
  .logo--container .logo--flex.logo--items-wr .logo--item .logo--text {
    position: static;
    opacity: 1;
    height: auto; } }
    .logo--container .logo--flex.logo--items-wr .logo--item .logo--text h3 {
      margin-top: 0;
      margin-bottom: 15px;
      color: #ffffff; }
    .logo--container .logo--flex.logo--items-wr .logo--item .logo--text p {
      font-size: 18px;
      line-height: 24px; }
  .logo--container .logo--flex.logo--items-wr .logo--item:hover .logo--text {
    opacity: 0.9; }
  .logo--container .logo--flex.logo--items-wr .logo--item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.logo--container .logo--flex.logo--items-wr.logo--item-three .logo--item {
  flex: 0 0 calc(33.33% - 30px);
  max-width: calc(33.33% - 30px); }

.stoerer {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 220px;
  height: 220px;
  background: #95C11F;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (max-width: 1280px) {
  .stoerer {
    width: 200px;
    height: 200px;
    bottom: -20px; } }

@media only screen and (max-width: 615px) {
  .stoerer {
    position: static;
    margin: 0 auto;
    margin-top: 50px;
    width: 200px;
    height: 200px; } }
  .stoerer .stoerer_circle {
    border: 0 solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.3em;
    padding: 15px;
    display: flex;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    color: #fff;
    flex-direction: column;
    transform: rotate(17deg);
    overflow: hidden; }

@media only screen and (max-width: 1280px) {
  .stoerer .stoerer_circle {
    font-size: 18px;
    line-height: 1.3em;
    height: calc(100% - 40px);
    width: calc(100% - 40px); } }

@media only screen and (max-width: 768px) {
  .stoerer .stoerer_circle {
    height: calc(100% - 30px);
    width: calc(100% - 30px); } }

@media only screen and (max-width: 615px) {
  .stoerer .stoerer_circle {
    height: calc(100% - 25px);
    width: calc(100% - 25px); } }
    .stoerer .stoerer_circle p {
      margin-bottom: 15px; }
      .stoerer .stoerer_circle p:last-child {
        margin-bottom: 0; }

@media only screen and (max-width: 950px) {
  .performance__double .col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%; }
    .performance__double .col-sm-12 .area-list {
      margin-bottom: 0; } }.news-v2 {
  margin-top: 90px; }

.news--top {
  margin-bottom: 110px; }

.news--all .pager {
  display: flex;
  justify-content: center; }
  .news--all .pager .pager-forward {
    order: 3; }
  .news--all .pager .pager-backward {
    order: 1; }
  .news--all .pager .pager-info {
    order: 2;
    margin-left: 30px;
    margin-right: 30px; }

.news--all .pager .pager-info a {
  background: #95c11f;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .news--all .pager .pager-info a.selected, .news--all .pager .pager-info a:hover {
    background: #002C50;
    color: #fff; }

.news--all .newsv2--item .news__image {
  max-width: 429px; }

@media only screen and (max-width: 767px) {
  .news--all .newsv2--item .news__image {
    margin: 0 auto;
    max-width: 100%; } }
  .news--all .newsv2--item .news__image img {
    max-height: 327px;
    width: 100%;
    object-fit: cover; }

.news--all .newsv2--item .news__content {
  width: 100%;
  position: relative; }
  .news--all .newsv2--item .news__content span.cat {
    display: none; }

.news--top .newsv2--item {
  margin-bottom: 0; }
  .news--top .newsv2--item .news__content {
    padding-top: 28px; }
    .news--top .newsv2--item .news__content time {
      padding-right: 0;
      margin-right: 0;
      margin-bottom: 5px; }
      .news--top .newsv2--item .news__content time .news__time:after {
        display: none; }
    .news--top .newsv2--item .news__content .news__ort {
      display: none; }
    .news--top .newsv2--item .news__content h3 {
      font-size: 40px;
      line-height: 52px;
      font-weight: bold;
      margin-bottom: 10px; }
    .news--top .newsv2--item .news__content p {
      font-size: 24px;
      line-height: 34px; }

.newsv2--item {
  margin-bottom: 35px; }

@media only screen and (max-width: 767px) {
  .newsv2--item {
    margin-bottom: 55px; } }
  .newsv2--item .newsv2__container {
    display: flex;
    width: 100%;
    max-width: 100%; }

@media only screen and (max-width: 767px) {
  .newsv2--item .newsv2__container {
    display: block; } }
  .newsv2--item .news__image {
    width: 100%;
    width: 100%;
    flex: 0 0 48%;
    max-width: 670px; }

@media only screen and (max-width: 767px) {
  .newsv2--item .news__image {
    margin: 0 auto;
    max-width: 100%; } }
    .newsv2--item .news__image img {
      max-height: 490px;
      width: 100%;
      object-fit: cover; }
  .newsv2--item .news__content {
    width: auto;
    padding-left: 55px;
    padding-top: 0; }

@media only screen and (max-width: 991px) {
  .newsv2--item .news__content {
    padding-left: 20px;
    padding-top: 0px; } }

@media only screen and (max-width: 767px) {
  .newsv2--item .news__content {
    padding-left: 0;
    padding-top: 20px; } }
    .newsv2--item .news__content span.cat {
      font-size: 20px;
      line-height: 24px;
      color: #95C11F;
      display: flex;
      flex-wrap: wrap;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-weight: bold; }
      .newsv2--item .news__content span.cat span {
        display: block;
        padding-left: 0;
        padding-right: 15px;
        margin-right: 10px;
        margin-bottom: 5px;
        position: relative;
        line-height: 24px; }
        .newsv2--item .news__content span.cat span:after {
          content: "|";
          position: absolute;
          right: 0;
          top: -2px; }
        .newsv2--item .news__content span.cat span:last-child {
          padding-left: 0; }
          .newsv2--item .news__content span.cat span:last-child:after {
            display: none; }
    .newsv2--item .news__content time {
      display: flex;
      justify-content: flex-start; }
      .newsv2--item .news__content time .news__time {
        padding-right: 10px;
        margin-right: 5px;
        position: relative; }
        .newsv2--item .news__content time .news__time:after {
          content: "";
          position: absolute;
          right: 0;
          top: 0; }
    .newsv2--item .news__content .time {
      display: block; }
    .newsv2--item .news__content .time.notime span.news__ort span:first-child:before {
      content: ""; }
    .newsv2--item .news__content time, .newsv2--item .news__content .time {
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      padding: 0;
      margin: 0;
      margin-bottom: 10px;
      position: relative; }
      .newsv2--item .news__content time span.news__ort, .newsv2--item .news__content .time span.news__ort {
        display: flex;
        flex-wrap: wrap; }
        .newsv2--item .news__content time span.news__ort span, .newsv2--item .news__content .time span.news__ort span {
          display: block;
          padding-left: 0;
          padding-right: 10px;
          margin-right: 5px;
          position: relative; }
          .newsv2--item .news__content time span.news__ort span:before, .newsv2--item .news__content .time span.news__ort span:before {
            content: "|";
            position: absolute;
            left: -9px;
            top: -1px; }
          .newsv2--item .news__content time span.news__ort span:last-child, .newsv2--item .news__content .time span.news__ort span:last-child {
            padding-left: 0; }
            .newsv2--item .news__content time span.news__ort span:last-child:after, .newsv2--item .news__content .time span.news__ort span:last-child:after {
              display: none; }
    .newsv2--item .news__content h3 {
      font-size: 26px;
      line-height: 34px;
      color: #004070;
      font-weight: 500;
      margin: 0;
      padding: 0;
      margin-bottom: 15px; }
    .newsv2--item .news__content p {
      font-size: 20px;
      line-height: 30px; }
      .newsv2--item .news__content p:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
    .newsv2--item .news__content a.btn--link {
      margin-top: 40px; }

.teaserButton--item.newsv2--item {
  margin-bottom: 130px; }
  .teaserButton--item.newsv2--item:last-child {
    margin-bottom: 0; }
  .teaserButton--item.newsv2--item .news__content {
    padding-top: 90px; }

@media only screen and (max-width: 1024px) {
  .teaserButton--item.newsv2--item .news__content {
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  .teaserButton--item.newsv2--item .news__content {
    padding-top: 20px; } }

.filter__headline {
  font-size: 36px;
  line-height: 1.1em;
  color: #004070;
  margin-bottom: 25px; }
  .filter__headline svg {
    margin-right: 10px; }

.filter__news {
  margin-bottom: 80px; }
  .filter__news.filter__news-2 {
    margin-bottom: 30px; }
    .filter__news.filter__news-2 .btn--link {
      margin-top: 30px;
      margin-bottom: 50px; }
  .filter__news .DropDownCheckboxListWrapper {
    display: flex;
    flex-wrap: wrap; }
    .filter__news .DropDownCheckboxListWrapper .text {
      margin-right: 15px;
      margin-bottom: 15px; }
      .filter__news .DropDownCheckboxListWrapper .text:last-child {
        margin-right: 0; }
    .filter__news .DropDownCheckboxListWrapper input {
      display: none; }
    .filter__news .DropDownCheckboxListWrapper input[type="checkbox"]:checked + label {
      background: #002C50;
      color: #fff;
      border: 1px solid #002C50; }
    .filter__news .DropDownCheckboxListWrapper label {
      font-size: 22px;
      line-height: 1em;
      color: #96BF32;
      border: 1px solid #96BF32;
      padding: 13px 28px;
      background: #fff;
      border-radius: 30px;
      display: block;
      transition: all 0.5s ease;
      cursor: pointer; }
      .filter__news .DropDownCheckboxListWrapper label:hover {
        background: #002C50;
        color: #fff;
        border: 1px solid #002C50; }

div#ajaxPagerPagerCtrl {
  text-align: center; }

a.btn--link {
  display: inline-block;
  background: #95C11F;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 14px;
  padding-right: 36px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  margin-top: 40px; }
  a.btn--link:hover {
    background: #002C50;
    color: #fff; }
  a.btn--link.archiv-btn, a.btn--link.ajax-btn {
    background: #002C50;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px; }
    a.btn--link.archiv-btn:hover, a.btn--link.ajax-btn:hover {
      background: #95C11F;
      color: #fff; }
    a.btn--link.archiv-btn:after, a.btn--link.ajax-btn:after {
      display: none; }
  a.btn--link.archiv-btn {
    display: table;
    margin: 0 auto;
    margin-bottom: 0; }
  a.btn--link.btn--secondary {
    background: transparent;
    color: #95C11F;
    border: 1px solid #95C11F; }
    a.btn--link.btn--secondary:after {
      background: url(/img/system/arrow-right-green.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    a.btn--link.btn--secondary:hover {
      border: 1px solid #002C50;
      color: #002C50; }
  a.btn--link.btn--noArrow {
    padding-left: 14px;
    padding-right: 14px; }
    a.btn--link.btn--noArrow:after {
      display: none; }
  a.btn--link.btn--download:after {
    background: url(/img/system/icon2022/Icon-download-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    right: 15px;
    top: 15px; }
  a.btn--link.btn--download:hover:after {
    background: url(/img/system/icon2022/Icon-download-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link.btn--secondary.btn--download:after {
    background: url(/img/system/icon2022/Icon-download-green.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link.btn--secondary.btn--download:hover:after {
    background: url(/img/system/icon2022/Icon-download-blue.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link.btn--newsletter:after {
    background: url(/img/system/icon2022/icon-paper-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 14px; }
  a.btn--link.btn--newsletter:hover:after {
    background: url(/img/system/icon2022/icon-paper-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link.btn--secondary.btn--newsletter:after {
    background: url(/img/system/icon2022/icon-paper-green.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link.btn--secondary.btn--newsletter:hover:after {
    background: url(/img/system/icon2022/icon-paper-blue.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  a.btn--link:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/img/system/arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 7px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    transition: background 0.5s linear; }

.blue .newsv2--item .news__content h3 {
  color: #fff; }

.blue a.btn--link:hover {
  background: #fff;
  color: #95C11F; }
  .blue a.btn--link:hover:after {
    background: url(/img/system/arrow-right-green.svg);
    background-size: contain;
    background-repeat: no-repeat; }

.blue a.btn--link.btn--download:after {
  background: url(/img/system/icon2022/Icon-download-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  right: 15px;
  top: 15px; }

.blue a.btn--link.btn--download:hover:after {
  background: url(/img/system/icon2022/Icon-download-green.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.blue a.btn--link.btn--newsletter:after {
  background: url(/img/system/icon2022/icon-paper-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 14px;
  top: 14px; }

.blue a.btn--link.btn--newsletter:hover:after {
  background: url(/img/system/icon2022/icon-paper-green.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.blue a.btn--link.btn--secondary.btn--download:after {
  background: url(/img/system/icon2022/Icon-download-green.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.blue a.btn--link.btn--secondary.btn--newsletter:after {
  background: url(/img/system/icon2022/Icon-paper-green.svg);
  background-size: contain;
  background-repeat: no-repeat; }

.green .newsv2--item .news__content h3 {
  color: #fff; }

.green a.btn--link {
  background: #002C50;
  color: #fff; }
  .green a.btn--link:hover {
    background: #fff;
    color: #95C11F; }
    .green a.btn--link:hover:after {
      background: url(/img/system/arrow-right-green.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .green a.btn--link.btn--download:after {
    background: url(/img/system/icon2022/Icon-download-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    right: 15px;
    top: 15px; }
  .green a.btn--link.btn--download:hover:after {
    background: url(/img/system/icon2022/Icon-download-green.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .green a.btn--link.btn--newsletter:after {
    background: url(/img/system/icon2022/icon-paper-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 14px; }
  .green a.btn--link.btn--newsletter:hover:after {
    background: url(/img/system/icon2022/icon-paper-green.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .green a.btn--link.btn--secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .green a.btn--link.btn--secondary:after {
      background: url(/img/system/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .green a.btn--link.btn--secondary:hover {
      background: #002C50;
      color: #fff;
      border: 1px solid #002C50; }
      .green a.btn--link.btn--secondary:hover:after {
        background: url(/img/system/arrow-right-white.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  .green a.btn--link.btn--secondary.btn--download:after {
    background: url(/img/system/icon2022/Icon-download-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .green a.btn--link.btn--secondary.btn--download:hover:after {
    background: url(/img/system/icon2022/Icon-download-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .green a.btn--link.btn--secondary.btn--newsletter:after {
    background: url(/img/system/icon2022/Icon-paper-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .green a.btn--link.btn--secondary.btn--newsletter:hover:after {
    background: url(/img/system/icon2022/Icon-paper-white.svg);
    background-size: contain;
    background-repeat: no-repeat; }.veranstaltungen__main h3 {
  color: #004070; }

.veranstaltungen__main .newsv2--item .news__image img {
  max-height: 260px; }

.veranstaltungen__main .newsv2--item .news__content {
  padding-top: 0;
  position: relative;
  width: 100%; }

@media (max-width: 1024px) {
  .veranstaltungen__main .newsv2--item .news__content {
    padding-left: 25px; } }

@media (max-width: 991px) {
  .veranstaltungen__main .newsv2--item .news__content {
    padding-left: 20px;
    padding-top: 0; } }

@media (max-width: 767px) {
  .veranstaltungen__main .newsv2--item .news__content {
    padding-left: 0px;
    padding-top: 20px; } }

.time-valid {
  display: flex;
  align-items: baseline; }

@media (max-width: 475px) {
  .time-valid {
    display: block; } }
  .time-valid time {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; }

@media (max-width: 1024px) {
  .time-valid time {
    font-size: 18px; } }
  .time-valid .valid-to {
    position: relative;
    padding-right: 5px; }
    .time-valid .valid-to:before {
      content: '-';
      display: inline-block;
      position: absolute;
      left: -11px;
      bottom: 6px; }

@media (max-width: 475px) {
  .time-valid .valid-to {
    display: inline-block; } }

@media (max-width: 475px) {
  .time-valid .valid-from {
    display: inline-block; } }
  .time-valid .ort {
    position: relative;
    padding-left: 5px;
    font-size: 16px; }

@media (max-width: 475px) {
  .time-valid .ort {
    padding-left: 0;
    margin-bottom: 10px; } }
    .time-valid .ort span {
      font-size: 16px; }

@media (max-width: 1024px) {
  .time-valid .ort span {
    font-size: 16px; } }
    .time-valid .ort:before {
      content: '|';
      display: inline-block;
      position: absolute;
      left: -10px;
      bottom: 0; }

@media (max-width: 475px) {
  .time-valid .ort:before {
    display: none; } }

.ical_download {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #95C11F;
  border-radius: 50%;
  color: #fff;
  text-align: center; }
  .ical_download img {
    position: relative;
    top: 19px;
    width: 30px; }

@media (max-width: 1024px) {
  .ical_download {
    width: 70px;
    height: 70px; }
    .ical_download img {
      width: 30px;
      top: 19px; } }

@media (max-width: 991px) {
  .ical_download {
    bottom: 0;
    top: inherit; } }

.veranstaltung__filter .filter__news {
  display: inline-block;
  margin-right: 20px; }

@media (max-width: 767px) {
  .veranstaltung__filter .filter__news {
    margin-bottom: 30px; } }

.veranstaltung__filter .select2-container {
  width: auto !important;
  display: inline-block; }

.veranstaltung__filter .select2-container .selection .select2-selection {
  font-size: 22px;
  line-height: 1em;
  color: #96BF32;
  border: 1px solid #96BF32;
  padding: 13px 28px;
  background: #fff;
  border-radius: 30px;
  display: block;
  transition: all 0.5s ease;
  cursor: pointer;
  display: inline-block;
  width: auto !important;
  padding-right: 55px; }
  .veranstaltung__filter .select2-container .selection .select2-selection .select2-selection__arrow b {
    top: 7px; }

.veranstaltungen--past .ical_download {
  display: none; }

.news__time {
  padding-right: 10px;
  margin-right: 5px;
  position: relative; }

.news__content.nc-events .adr-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #95C11F;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: flex;
  justify-content: center; }

@media (max-width: 991px) {
  .news__content.nc-events .adr-link {
    bottom: 0;
    top: inherit; } }
  .news__content.nc-events .adr-link img {
    width: 25px;
    top: 0; }

.news__content.nc-events .ical-link .ical_download {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center; }
  .news__content.nc-events .ical-link .ical_download img {
    width: 25px;
    top: 0; }

.news__content.nc-events .ical-link + .adr-link {
  right: 60px; }.timeline {
  background: #002C50;
  padding: 80px 0; }
  .timeline .timeline-mainheadline h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px; }
    @media (max-width: 1023px) {
      .timeline .timeline-mainheadline h2 {
        font-size: 25px;
        line-height: 33px; } }
  .timeline .timeline-headline {
    position: relative;
    width: 10px;
    margin: 0 auto;
    padding: 100px 0 0;
    background: #ECECEC; }
    @media (max-width: 600px) {
      .timeline .timeline-headline {
        margin-left: 20px; } }
    .timeline .timeline-headline h3 {
      color: #fff;
      position: relative;
      bottom: 0;
      width: 550px;
      left: -650px;
      font-size: 40px;
      line-height: 45px;
      margin: 0;
      margin-bottom: -30px; }
      @media (max-width: 1400px) {
        .timeline .timeline-headline h3 {
          left: -500px;
          width: 400px; } }
      @media (max-width: 1023px) {
        .timeline .timeline-headline h3 {
          font-size: 25px;
          line-height: 33px; } }
      @media (max-width: 900px) {
        .timeline .timeline-headline h3 {
          left: -289px;
          width: 250px; } }
      @media (max-width: 600px) {
        .timeline .timeline-headline h3 {
          left: 55px;
          width: calc(100vw - 120px); } }
  .timeline .timeline-entry {
    position: relative;
    width: 10px;
    margin: 0 auto;
    padding-top: 50px;
    background: #ECECEC; }
    @media (max-width: 600px) {
      .timeline .timeline-entry {
        margin-left: 20px; } }
    .timeline .timeline-entry:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: inherit;
      z-index: 1;
      border: 5px solid #95C11F;
      top: 85px;
      transition: background 0.5s ease-in-out; }
    .timeline .timeline-entry.in-view {
      background: #fff; }
      .timeline .timeline-entry.in-view > div {
        transform: none !important;
        visibility: visible;
        opacity: 1; }
    .timeline .timeline-entry > div {
      position: relative;
      bottom: 0;
      width: 550px;
      padding: 32px;
      background: #fff;
      border-radius: 10px;
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 1400px) {
        .timeline .timeline-entry > div {
          width: 400px; } }
      @media (max-width: 900px) {
        .timeline .timeline-entry > div {
          width: 250px; } }
      @media (max-width: 600px) {
        .timeline .timeline-entry > div {
          width: calc(100vw - 120px); } }
      .timeline .timeline-entry > div:before {
        position: absolute;
        content: url(/img/system/icon-timeline-arrow-left.png); }
    .timeline .timeline-entry.te-left > div {
      left: -650px;
      transform: translate3d(-200px, 0, 0); }
      @media (max-width: 1400px) {
        .timeline .timeline-entry.te-left > div {
          left: -500px; } }
      @media (max-width: 900px) {
        .timeline .timeline-entry.te-left > div {
          left: -289px; } }
      @media (max-width: 600px) {
        .timeline .timeline-entry.te-left > div {
          left: 55px; } }
      .timeline .timeline-entry.te-left > div:before {
        right: -30px;
        content: url(/img/system/icon-timeline-arrow-right.png); }
        @media (max-width: 600px) {
          .timeline .timeline-entry.te-left > div:before {
            right: auto;
            left: -30px;
            content: url(/img/system/icon-timeline-arrow-left.png); } }
    .timeline .timeline-entry.te-right > div {
      left: 120px;
      transform: translate3d(200px, 0, 0); }
      @media (max-width: 600px) {
        .timeline .timeline-entry.te-right > div {
          left: 55px; } }
      .timeline .timeline-entry.te-right > div:before {
        left: -30px; }
    .timeline .timeline-entry .time {
      display: block;
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 8px;
      color: #95C11F;
      margin: 0 0 30px; }
    .timeline .timeline-entry p {
      margin: 0;
      font-size: 20px;
      line-height: 30px; }
    .timeline .timeline-entry figure {
      margin: 25px 0 0;
      position: relative; }
      .timeline .timeline-entry figure img {
        margin: 0; }
      .timeline .timeline-entry figure figcaption {
        display: block;
        margin-top: 15px;
        text-align: left; }
      .timeline .timeline-entry figure.zoomable .figurewrapper:before {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 66px;
        height: 68px;
        background: url(/img/system/bilder_zoom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        pointer-events: none;
        z-index: 2; }

.onp_init .timeline .timeline-inner {
  padding-bottom: 50px; }

.onp_init .timeline .timeline-entry > div {
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.onp_init .timeline .timeline-headline {
  margin-bottom: 30px; }
.protect.protect--iframe,
.sr,
.gr {
  position: relative;
}
.sr,
.gr {
  max-width: 1159px;
}
.sr .protect__info {
  background: url("/img/system/Stromsparrechner-layer-3.jpg");
}
.gr .protect__info {
  background: url("/img/system/Gassparrechner-layer-3.jpg");
}
.sr.zaehlerstand-protect .protect__info {
  background: url("/img/system/zaehler.jpg");
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.protect.ytube.sr.zaehlerstand-protect {
  margin-bottom: 80px;
}
.youtube__wrapper {
  margin-bottom: 30px;
}
.protect.ytube {
  min-height: 130px;
}
@media (max-width: 1199px) {
  .protect.ytube {
    min-height: 1px;
  }
}
.protect__info {
  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 .youtube__icon svg,
.protect__info .gmaps__icon svg {
  width: 69px;
  height: 69px;
  margin-bottom: 10px;
}
@media (max-width: 490px) {
  .protect__info .youtube__icon,
  .protect__info .gmaps__icon {
    display: none;
  }
}
.protect__info p {
  margin: 0 auto;
  text-align: center;
  width: auto !important;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px !important;
  margin: 0 auto !important;
  color: #004070 !important;
}
@media (max-width: 490px) {
  .protect__info p {
    line-height: 1.2;
  }
}
@media (max-width: 340px) {
  .protect__info p {
    font-size: 13px;
  }
}
.protect__info a {
  display: inline-block;
}
.protect__info .loaddata {
  background: #002C50;
  position: relative;
  font-size: 26px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
  display: table;
  transition: all 0.5s ease;
}
.protect__info .loaddata:hover {
  color: #fff;
  background: #95C11F;
}
@media only screen and (max-width: 650px) {
  .protect__info .loaddata {
    width: auto;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 3vw;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .protect__info .loaddata {
    margin-top: 10px;
  }
}
.protect--microsoft {
  width: 100%;
  max-width: 850px;
  height: 500px;
  margin: 0 auto;
}
.protect--microsoft.loaded {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.protect--microsoft .protect__info {
  background: url("/img/system/layer-overlay.jpg");
}
@media only screen and (max-width: 1280px) {
  .protect--microsoft iframe {
    min-height: 1000px !important;
  }
}
@media only screen and (max-width: 768px) {
  .protect--microsoft iframe {
    min-height: 800px !important;
  }
}
@media only screen and (max-width: 575px) {
  .protect--microsoft iframe {
    min-height: 500px !important;
  }
}.faqvoting.formular,
.faqvoting.formular p {
    font-size:20px !important;
}

.faqvoting.formular {
    padding-bottom:0;
}

.faqvoting.formular h3 {
    font-size: 22px !important;
    margin-bottom: 15px;
    color: #95C11F !important;
    font-weight: normal !important;
    padding-top:20px;
    margin-top:0;
}

.faqvoting.formular .row-form.row-absenden a {
    color:#fff !important;
    background-color:#002C50;
}

.faqvoting.formular .row-form.row-absenden a:hover {
    background-color:#95C11F;
}

.faqvoting label {
    cursor:pointer;
}

.faqvoting.formular h3 svg,
.faqvoting label svg {
    vertical-align:bottom;
    padding-right:8px;
    
}
.faqvoting label svg path {
    fill:#002C50;
}

.faqvoting label i {
    font-style:normal;
    font-weight:normal;
}

.faqvote_Ja,
.faqvote_Nein {
    
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #002C50;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: bold;
    
}

.faqvote_Ja:hover,
.faqvote_Nein:hover {
    
    border-color:#95C11F;
    color:#95C11F;
    
}


.faqvote_Ja:hover svg path,
.faqvote_Nein:hover svg path {
    fill:#95C11F;
}

.faqvote_Ja input,
.faqvote_Nein input {
    display:none;
}

.faqvoting .textbox {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faqvoting .textbox label {
    display:block;
    width:100%;
    margin-bottom: 10px;
}

.faqvoting .textbox input[type="radio"] {
    position:absolute;
    opacity:1;
    width:100%;
    display:none;
}

.faqvoting .textbox input[type="radio"] + label:before {
    content: '';
    background: #e9e9e9;
    border-radius: 100%;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    /*transition: all 250ms ease;*/
}

.white .faqvoting .textbox input[type="radio"] + label:before {
     background: #fff;
}


.faqvoting .textbox input[type="radio"]:checked + label:before {
    background-color: #002C50;
    /*box-shadow: inset 0 0 0 4px #e9e9e9;*/
    border:5px solid #e9e9e9;
}

.white .faqvoting .textbox input[type="radio"]:checked + label:before {
      border:5px solid #fff;
}

.formular .row-form.row-absenden.umfragesubmit {
    display:block;
    padding-top: 20px;
}

main .text-link.umfragesubmit p {
    width:100%;
    text-align:left;
    margin-left:44px;
}

main .text-link.umfragesubmit p a {
    padding:6px;
    padding-left:14px;
    font-size:22px;
}

.faqvoting .textbox input[type="radio"] {
    -webkit-appearance:radio;
}

.faqvoting .textbox .textantwort {
    width: 50%;
    margin-left: 44px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.faqvoting .textbox textarea {
    width:100%;
    height:100px;
    border:2px solid #DADADA;
    border-radius:12px;
    padding: 15px;
    color: #004070;
    font-size:20px;
}

.voting-error p{
    margin:0 !important;
    margin-top:30px !important;
    
}/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0; }

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

svg.leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline; }

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff; }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px; }

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

.googlemaps #map {
  z-index: 1; }

.openstreet {
  position: relative;
  max-width: 100%;
  min-height: 500px;
  margin: 0 auto;
  width: 100%; }
  .openstreet.loaded {
    max-width: 100%;
    min-height: 1px; }
    .openstreet.loaded .protect__info {
      display: none; }
  .openstreet .protect__info {
    z-index: 1;
    background: url("/img/system/os.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #004070 !important; }#slide-2 {
  margin-top: 100px; }

#slide-3 {
  margin-top: 0; }.kasten {
    padding: 30px 1em;
}

.kasten.white, .kasten.grey{
    color: #004070;
}

.kasten.blue, .kasten.green{
    color: white;
}.tarifrechner-v3 #btn_tarif_submit,
.tarifrechner-v3 a.button,
.tarifrechner-v3 button.btn-order,
.tarifrechner-v3 .btn_tarif_submit_strom,
.tarifrechner-v3 .btn_tarif_submit_gas {
  background: #95c11f; }
  .tarifrechner-v3 #btn_tarif_submit:focus,
.tarifrechner-v3 a.button:focus,
.tarifrechner-v3 button.btn-order:focus,
.tarifrechner-v3 .btn_tarif_submit_strom:focus,
.tarifrechner-v3 .btn_tarif_submit_gas:focus {
    outline: 2px solid #002c50;
    outline-offset: 3px; }

.tarifrechner-v3 .tarif_result {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .tarifrechner-v3 .tarif_result .tarif_box {
    margin: 0 !important;
    width: calc(33% - 30px); }
    .tarifrechner-v3 .tarif_result .tarif_box.tarif_emp {
      border: 2px solid #004070;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.tarifrechner-v3 .error-message {
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
  margin-top: 10px; }

.tarifrechner-v3 .tarif_box {
  user-select: auto !important; }
  .tarifrechner-v3 .tarif_box .tarif_text ul {
    padding-left: 20px;
    position: relative;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    color: #004070; }
    .tarifrechner-v3 .tarif_box .tarif_text ul li {
      list-style-type: none;
      margin-left: 10px;
      position: relative;
      padding-bottom: 10px; }
      .tarifrechner-v3 .tarif_box .tarif_text ul li:before {
        content: "";
        background-repeat: no-repeat;
        background-image: url(/img/system/check.png);
        width: 21px;
        height: 19px;
        position: absolute;
        left: -30px;
        top: 6px; }

.tarifrechner-v3 .tarifPopup {
  color: #002c50;
  text-decoration: none;
  position: relative;
  font-weight: normal;
  text-decoration: underline;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
  background: none;
  padding: 0;
  margin: 0; }
  .tarifrechner-v3 .tarifPopup:focus {
    outline: 2px solid #002c50;
    outline-offset: 3px; }
  .tarifrechner-v3 .tarifPopup:hover {
    background: none; }

.tarifrechner-v3 .open-tooltip {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 28;
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 0; }
  .tarifrechner-v3 .open-tooltip:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 100 28 14 14 0 000-28zm0 26a12 12 0 110-24 12 12 0 010 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E"); }

.tarifrechner-v3 .close-tooltip {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg data-v-6cc93a6e='' xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath data-v-6cc93a6e='' d='M26.7 4.719L25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 28;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0; }
  .tarifrechner-v3 .close-tooltip:hover {
    background: url("data:image/svg+xml,%3Csvg data-v-6cc93a6e='' xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath data-v-6cc93a6e='' d='M26.7 4.719L25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'%3E%3C/path%3E%3C/svg%3E"); }

.tarifrechner-v3 .tarif-tooltip {
  right: 0;
  min-height: 50px;
  font-size: 16px;
  line-height: 20px; }
  .tarifrechner-v3 .tarif-tooltip p {
    font-size: 16px;
    line-height: 20px; }

.tarifrechner-v3 .pos-tooltip {
  right: 0; }

.tarifrechner-v3 #t-verbrauch-gas,
.tarifrechner-v3 #t-verbrauch {
  top: -10px;
  right: -20px; }

@media (max-width: 900px) {
  .tarifrechner-v3 .tarif_result {
    display: flex !important;
    flex-direction: column;
    height: auto;
    gap: 100px; }
    .tarifrechner-v3 .tarif_result .tarif_box {
      max-width: 100%;
      margin: 0 auto;
      width: 100%;
      max-width: 450px; } }

.preis--info + .separator {
  margin-top: 0 !important;
  background: #fff !important; }#main_inhalt_getKontaktDynTarif{
    .error{
    .checkmark{
        display: none;
    }
}

.row-strasse {
    .strhnr {
        width: 65%;
        .street{
            width: 73%;
        }
        .hnr {
            margin-left: 10px;
            width: calc(27% - 10px);
        }
    }
}
.row-form.row-rechnungsadresse{
    width: 100%;
    justify-content: flex-end;
    label{
        width: 65%;
        flex: 0 0 65%;
        margin: 30px 0;
    }
}

.row-verbrauch{
    .verbrauch{
    position:absolute;
    display: block;
    right: 20px;
    bottom: 10px;
    
}
}

.radioButtonListWrapper{
    width: 65%;
    margin: 10px 0px;
    .radioButtonWrapper{
        margin-right: 30px;
        float: left;
    }
}
}:root{--color-primary:#004070;--color-secondary:#95c11f;--color-background:#eee;--color-white:#fff;--color-disabled:#999;--font-primary:"NeoSansRegular";--font-secondary:"NeoSansMedium";--font-bold:"NeoSansBold";--font-size-base:18px;--font-size-heading:52px;--font-size-small:14px;--line-height-base:27px;--line-height-heading:56px;--spacing-small:10px;--spacing-medium:15px;--spacing-large:30px;--spacing-xlarge:60px;--spacing-xxlarge:80px;--container-form-width:440px;--container-min-width:900px;--container-max-width:1380px;--header-height:80px;--logo-width:197px;--transition-base:0.5s ease;--card-color-text:var(--color-primary);--card-color-hover:var(--color-secondary);--card-bg-color:var(--color-white);--card-font-family:var(--font-primary:);--card-font-size-title:24px;--card-font-size-text:18px;--card-font-size-link:18px;--card-spacing-inner:var(--spacing-large);--card-spacing-icon:var(--spacing-small);--card-width-max:300px;--card-icon-size:50px;--card-shadow:0 4px 8px rgba(0,0,0,.1);--card-shadow-hover:0 6px 12px rgba(0,0,0,.15)}.mb-30{margin-bottom:30px}.bold{font-weight:700}@media (prefers-reduced-motion:reduce){*{transition:none!important}}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.tarifrechner-v3 #btn_tarif_submit,.tarifrechner-v3 .btn_tarif_submit_gas,.tarifrechner-v3 .btn_tarif_submit_strom,.tarifrechner-v3 a.button,.tarifrechner-v3 button.btn-order{background:#95c11f}.tarifrechner-v3 #btn_tarif_submit:focus,.tarifrechner-v3 .btn_tarif_submit_gas:focus,.tarifrechner-v3 .btn_tarif_submit_strom:focus,.tarifrechner-v3 a.button:focus,.tarifrechner-v3 button.btn-order:focus{outline:2px solid #002c50;outline-offset:3px}.tarifrechner-v3 .tarif_result{display:flex;flex-wrap:wrap;gap:30px}.tarifrechner-v3 .tarif_result .tarif_box{margin:0!important;width:calc(33% - 30px)}.tarifrechner-v3 .tarif_result .tarif_box.tarif_emp{border:2px solid #004070;border-top-left-radius:0;border-top-right-radius:0}.tarifrechner-v3 .error-message{display:block;font-size:1rem;line-height:1.4rem;margin-top:10px}.tarifrechner-v3 .tarif_box{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.tarifrechner-v3 .tarif_box .tarif_text ul{color:#004070;font-size:19px;font-weight:400;line-height:30px;padding-left:20px;position:relative;text-align:left}.tarifrechner-v3 .tarif_box .tarif_text ul li{list-style-type:none;margin-left:10px;padding-bottom:10px;position:relative}.tarifrechner-v3 .tarif_box .tarif_text ul li:before{background-image:url(/img/system/check.png);background-repeat:no-repeat;content:"";height:19px;left:-30px;position:absolute;top:6px;width:21px}.tarifrechner-v3 .tarifPopup{background:none;color:#002c50;display:inline-block;font-size:16px;font-weight:400;line-height:30px;margin:0;padding:0;position:relative;text-align:left;text-decoration:none;text-decoration:underline}.tarifrechner-v3 .tarifPopup:focus{outline:2px solid #002c50;outline-offset:3px}.tarifrechner-v3 .tarifPopup:hover{background:none}.tarifrechner-v3 .open-tooltip{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 1 0 0 28 14 14 0 0 0 0-28zm0 26a12 12 0 1 1 0-24 12 12 0 0 1 0 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;cursor:pointer;display:block;height:20px;margin-top:0;position:absolute;right:-30px;top:0;transition:all .3s ease;width:20px;z-index:28}.tarifrechner-v3 .open-tooltip:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='icon-info re-w-30 re-h-30'%3E%3Cpath fill-rule='evenodd' d='M15 1a14 14 0 1 0 0 28 14 14 0 0 0 0-28zm0 26a12 12 0 1 1 0-24 12 12 0 0 1 0 24zm-1-14h2v9h-2v-9zm2.5-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}.tarifrechner-v3 .close-tooltip{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath d='M26.7 4.719 25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;cursor:pointer;display:block;height:20px;margin:0;position:absolute;right:20px;top:20px;transition:all .3s ease;width:20px;z-index:28}.tarifrechner-v3 .close-tooltip:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23054070' viewBox='0 0 30 30' class='re-w-30 re-h-30'%3E%3Cpath d='M26.7 4.719 25.28 3.3 15 13.591 4.719 3.3l-1.42 1.419L13.592 15 3.3 25.281 4.719 26.7l10.28-10.291L25.282 26.7l1.419-1.419L16.409 15l10.29-10.281z'/%3E%3C/svg%3E")}.tarifrechner-v3 .tarif-tooltip{font-size:16px;line-height:20px;min-height:50px;right:0}.tarifrechner-v3 .tarif-tooltip p{font-size:16px;line-height:20px}.tarifrechner-v3 .pos-tooltip{right:0}.tarifrechner-v3 #t-verbrauch,.tarifrechner-v3 #t-verbrauch-gas{right:-20px;top:-10px}@media (max-width:900px){.tarifrechner-v3 .tarif_result{display:flex!important;flex-direction:column;gap:100px;height:auto}.tarifrechner-v3 .tarif_result .tarif_box{margin:0 auto;max-width:100%;max-width:450px;width:100%}}.preis--info+.separator{background:#fff!important;margin-top:0!important}.modal{align-items:center;background-color:rgba(0,0,0,.5);box-sizing:border-box;display:none;height:100%;justify-content:center;left:0;padding:0;position:fixed;top:0;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%;z-index:9999}.modal h2{font-size:2.25rem;line-height:1.1em;margin:0 0 35px;padding:0 40px 0 0}.modal h3{font-size:1.375rem;line-height:1.1em;margin-bottom:15px;margin-top:0}.modal h4{font-size:18px;font-weight:700;line-height:20px;margin:0 0 20px;padding:0}.modal p{font-size:1rem;line-height:1.25}.modal-body{padding:0}.modal-content{background-color:#fff;border-radius:5px;box-shadow:0 4px 10px rgba(0,0,0,.1);max-height:100%;max-width:800px;overflow-y:auto;padding:40px 20px;position:relative;width:100%}.close-modal{background:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23004070' xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M9.156 6.313 6.312 9.155 22.157 25 6.22 40.969 9.03 43.78 25 27.844 40.938 43.78l2.843-2.843L27.844 25 43.687 9.156l-2.843-2.844L25 22.157Z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:contain!important;border:none;border-radius:0;color:#333;cursor:pointer;font-size:24px;height:30px;margin:0;padding:0;position:absolute;right:15px;text-decoration:none;top:15px;transition:all .3s ease;width:30px}.close-modal:hover{background:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2395C11F' xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M9.156 6.313 6.312 9.155 22.157 25 6.22 40.969 9.03 43.78 25 27.844 40.938 43.78l2.843-2.843L27.844 25 43.687 9.156l-2.843-2.844L25 22.157Z'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-size:contain!important}@media (max-width:768px){.modal-content{max-height:85vh;max-width:90%;width:100%}.modal-close{font-size:20px}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.tarif-details-preis{font-size:36px;font-weight:700}.tarif-details-preis span{display:inline-block;font-size:18px;font-weight:400;line-height:20px;margin-left:10px}.tairf-details-item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;position:relative}.tairf-details-item p{margin:0;padding:0;position:relative}.tairf-details-item .tarif-tooltip{left:0;right:auto;top:0}.tarif-details-preise{margin-bottom:40px}.tarif-details-kosten{padding-bottom:20px}.tarif-details-trenner{background:#004070;border:0;display:block;height:3px;margin-bottom:30px;margin-top:30px;width:100%}.tarif-details-info{background:#e9e9e9;margin-left:-20px;margin-right:-20px;padding:20px}.tarif-details-info p{margin-bottom:20px;margin-top:0}.tarif-details-info p strong{font-size:1.125rem;line-height:2rem;margin-bottom:10px}.tarif-details-info p:last-child{margin-bottom:0}.tarif-details-download{padding:20px 0}.tarif-details-download .download-item a{color:var(--color-primary);display:inline-block;font-size:1rem;line-height:30px;margin-bottom:5px;padding-left:35px;position:relative;text-decoration:none}.tarif-details-download .download-item a:hover{color:var(--color-secondary)}.tarif-details-download .download-item a:after{background:url(/img/system/pdf.png);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:29px;left:0;position:absolute;top:0;width:26px}body.page-onlineservice{background-color:var(--color-background);color:var(--color-primary);font-family:var(--font-primary);font-size:18px;height:100vh;line-height:27px;margin:0;min-height:100vh;min-width:320px}body.page-onlineservice header{background:var(--color-white);height:var(--header-height);margin:0 auto;max-width:100%;position:static;width:calc(100% - var(--spacing-xlarge))}@media (max-width:991px){body.page-onlineservice header{height:60px;width:100%}}body.page-onlineservice header .header__inner{height:100%}body.page-onlineservice header .header__logo{align-items:center;display:inline-flex;margin-right:auto;padding:var(--spacing-small) var(--spacing-medium)}body.page-onlineservice header .header__logo:focus{outline:2px solid var(--color-primary);outline-offset:4px}body.page-onlineservice header .header__logo .header__logo-image{height:auto;width:var(--logo-width)}@media (max-width:991px){body.page-onlineservice header .header__logo .header__logo-image{width:174px}}body.page-onlineservice input[type=date],body.page-onlineservice input[type=email],body.page-onlineservice input[type=number],body.page-onlineservice input[type=password],body.page-onlineservice input[type=tel],body.page-onlineservice input[type=text],body.page-onlineservice option,body.page-onlineservice textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#eee;border:0;border-bottom:1px solid #383838;border-radius:0;box-shadow:none;font-weight:400;font-weight:700;padding:15px;width:100%}body.page-onlineservice input[type=date]:focus,body.page-onlineservice input[type=email]:focus,body.page-onlineservice input[type=number]:focus,body.page-onlineservice input[type=password]:focus,body.page-onlineservice input[type=tel]:focus,body.page-onlineservice input[type=text]:focus,body.page-onlineservice option:focus,body.page-onlineservice textarea:focus{border-color:transparent;outline:2px solid var(--color-primary);outline-offset:2px}@media (hover:hover){body.page-onlineservice input[type=date]:hover,body.page-onlineservice input[type=email]:hover,body.page-onlineservice input[type=number]:hover,body.page-onlineservice input[type=password]:hover,body.page-onlineservice input[type=tel]:hover,body.page-onlineservice input[type=text]:hover,body.page-onlineservice option:hover,body.page-onlineservice textarea:hover{border-color:transparent;outline:1px solid #383838;outline-offset:-1px}}body.page-onlineservice input[type=number]{-moz-appearance:textfield}body.page-onlineservice input[type=number]::-webkit-inner-spin-button,body.page-onlineservice input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body.page-onlineservice input[type=radio]{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#eee;border:0;border-radius:15px;box-shadow:none;display:flex;height:30px;justify-content:center;min-width:30px;position:relative;width:30px}body.page-onlineservice input[type=radio]:focus,body.page-onlineservice input[type=radio]:hover{border-color:transparent;border-radius:15px;box-shadow:0 0 0 1px #383838;outline:0;outline-offset:-1px}body.page-onlineservice input[type=radio]+label:hover,body.page-onlineservice input[type=radio]:hover{cursor:pointer}body.page-onlineservice input[disabled]{cursor:not-allowed;opacity:.6}body.page-onlineservice input[disabled]:focus,body.page-onlineservice input[disabled]:hover{border-bottom:1px solid #cccdcd;outline:0;outline-offset:-1px}body.page-onlineservice select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background-color:#eee;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='960' height='560' xml:space='preserve'%3E%3Cpath d='M480 344.181 268.869 131.889c-15.756-15.859-41.3-15.859-57.054 0-15.754 15.857-15.754 41.57 0 57.431l237.632 238.937c8.395 8.451 19.562 12.254 30.553 11.698 10.993.556 22.159-3.247 30.555-11.698L748.186 189.32c15.756-15.86 15.756-41.571 0-57.431s-41.299-15.859-57.051 0L480 344.181z'/%3E%3C/svg%3E");background-position:right 20px center;background-repeat:no-repeat;background-size:30px;border:0;border-bottom:1px solid #383838;border-radius:0!important;border-radius:0;box-shadow:none;cursor:pointer;font-weight:400;padding:15px;text-overflow:ellipsis;width:100%;z-index:1}body.page-onlineservice ::placeholder{opacity:1;transition:opacity .5s}body.page-onlineservice ::-moz-placeholder{opacity:1;-moz-transition:opacity .5s;transition:opacity .5s}body.page-onlineservice :focus::-moz-placeholder{opacity:0}body.page-onlineservice :focus:-moz-placeholder,body.page-onlineservice :focus:-ms-input-placeholder,body.page-onlineservice :focus::-moz-placeholder,body.page-onlineservice :focus::placeholder{opacity:0}body.page-onlineservice .validation-icon{color:#383838;display:none;font-size:18px;margin-left:10px;position:absolute;right:-50px;top:41px}body.page-onlineservice .validation-icon[data-valid=true]{color:green}body.page-onlineservice .validation-icon[data-valid=false]{color:red}body.page-onlineservice input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#eee;border:0;border-bottom:1px solid #383838;border-radius:0;box-shadow:none;box-sizing:border-box;height:30px;min-width:30px;position:absolute;width:30px}body.page-onlineservice input[type=checkbox]:focus{border-color:transparent;outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice input[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23383838' stroke-width='6' stroke-miterlimit='10' d='M29.1 4.9 11.2 24.6 1.1 14.3'/%3E%3Cscript/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:16px}body.page-onlineservice input[type=checkbox]:not(:disabled){cursor:pointer}body.page-onlineservice input[type=checkbox]:disabled{border-bottom:1px solid #cccdcd}body.page-onlineservice input[type=checkbox]+label{margin-left:45px}body.page-onlineservice input[type=date]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M8 1v2h14V1h2v2h4a1 1 0 0 1 .993.883L29 4v24a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2Zm19 12H3v14h24V13Zm-17 9v2H6v-2h4Zm7 0v2h-4v-2h4Zm7 0v2h-4v-2h4Zm-7-6v2h-4v-2h4Zm7 0v2h-4v-2h4ZM6 5H3v6h24V5h-3v2h-2V5H8v2H6V5Z' fill='%23004070' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:100%;color:transparent;cursor:pointer;display:block;height:30px;opacity:1;-webkit-transition:all .3s ease;transition:all .3s ease;width:30px}body.page-onlineservice input[type=date]::-webkit-calendar-picker-indicator:hover,body.page-onlineservice input[type=date]:hover::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M8 1v2h14V1h2v2h4a1 1 0 0 1 .993.883L29 4v24a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2Zm19 12H3v14h24V13Zm-17 9v2H6v-2h4Zm7 0v2h-4v-2h4Zm7 0v2h-4v-2h4Zm-7-6v2h-4v-2h4Zm7 0v2h-4v-2h4ZM6 5H3v6h24V5h-3v2h-2V5H8v2H6V5Z' fill='%2395c11f' fill-rule='evenodd'/%3E%3C/svg%3E")}body.page-onlineservice .error-message{color:#e30613}body.page-onlineservice input:disabled{background-color:var(--color-disabled);cursor:not-allowed;opacity:.6}body.page-onlineservice .cards{background-color:var(--color-background);display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:900px;min-height:445px;min-width:440px}@media (max-width:991px){body.page-onlineservice .cards{padding-left:15px;padding-right:15px}}@media (min-width:768px){body.page-onlineservice .cards{grid-template-columns:1fr 1fr}}body.page-onlineservice .cards .card__item{align-items:center;background-color:var(--card-bg-color);color:var(--card-color-text);display:flex;justify-content:center;padding:var(--card-spacing-inner);padding-bottom:45px;padding-top:45px;text-align:center;text-decoration:none;transition:transform var(--transition-duration),box-shadow var(--transition-duration)}body.page-onlineservice .cards .card__item:hover{color:var(--color-primary)}body.page-onlineservice .cards .card__item:focus{outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice .cards .card__item .card__icon{height:auto;height:120px;margin-bottom:20px;width:var(--card-icon-size);width:120px}body.page-onlineservice .cards .card__item .card__content-text{align-items:center;display:flex;flex-direction:column;gap:45px}body.page-onlineservice .cards .card__item .card__title{font-size:2.3rem;font-weight:400;margin:0}body.page-onlineservice .cards .card__item .card__text{font-size:var(--card-font-size-text);line-height:1.5}body.page-onlineservice .cards .card__item .card__link{color:var(--card-color-text);display:inline-flex;font-size:var(--card-font-size-link);font-weight:700;position:relative}body.page-onlineservice .cards .card__item .card__link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve' aria-hidden='true'%3E%3Cpath stroke-width='2' fill='none' stroke='%23004070' d='M.088 16.129h27.37l-8.185-7.9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:25px;margin-left:15px;transition:all .25s linear;width:25px}body.page-onlineservice .cards .card__item:hover .card__link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve' aria-hidden='true'%3E%3Cpath stroke-width='2' fill='none' stroke='%2395c11f' d='M.088 16.129h27.37l-8.185-7.9'/%3E%3C/svg%3E");transform:translate(8px)}body.page-onlineservice .progress-bar__container{margin:0 auto 65px;max-width:930px;padding-left:15px;padding-right:15px;width:100%}body.page-onlineservice .progress-bar{margin-bottom:35px;position:relative}body.page-onlineservice .progress-bar__list{display:flex;gap:0;justify-content:space-between;list-style-type:none;margin:0;padding:0}body.page-onlineservice .progress-bar__step{flex:1;position:relative;text-align:center}body.page-onlineservice .progress-bar__link{align-items:center;color:var(--color-disabled);display:flex;flex-direction:column;font-size:16px;gap:20px;position:relative;text-decoration:none}body.page-onlineservice .progress-bar__line{background:#fff;height:3px;position:relative;width:100%}body.page-onlineservice .progress-bar__line-step1{left:0}body.page-onlineservice .progress-bar__line-step1,body.page-onlineservice .progress-bar__line-step2{background:var(--color-primary);height:3px;opacity:0;position:absolute;top:0;transition:all .5s ease;width:50%}body.page-onlineservice .progress-bar__line-step2{right:0}body.page-onlineservice .progress-bar__circle{background:#fff;border:2px solid var(--color-background);border-radius:100%;height:22px;left:0;margin:0 auto;position:absolute;right:0;top:calc(50% - 11px);width:22px}body.page-onlineservice .progress-bar__icon{height:30px;width:30px}body.page-onlineservice .progress-bar__label{display:none;font-size:16px;font-weight:700;position:relative;top:-10px}body.page-onlineservice .progress-bar__edit-icon{background:#383838;border:2px solid var(--color-background);border-radius:100%;cursor:pointer;display:none;height:32px;left:0;margin:0 auto;position:absolute;right:0;top:calc(50% - 16px);width:32px;z-index:100}body.page-onlineservice .progress-bar__edit-icon:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m28.71 7.29-6-6a.999.999 0 0 0-1.42 0l-20 20A1 1 0 0 0 1 22v6a1 1 0 0 0 1 1h6a1 1 0 0 0 .71-.29l20-20a1 1 0 0 0 0-1.42ZM7.59 27H3v-4.59l15-15L22.59 12l-15 15ZM24 10.59 19.41 6 22 3.41 26.59 8 24 10.59Z' fill='%23fff'/%3E%3C/svg%3E");background-position:7px;background-repeat:no-repeat;background-size:15px;content:"";height:32px;left:0;position:absolute;top:calc(50% - 16px);width:32px;z-index:100}body.page-onlineservice .progress-bar__step--completed:hover .progress-bar__edit-icon{display:block}body.page-onlineservice .progress-bar__step--active .progress-bar__label{color:var(--color-primary);display:block}body.page-onlineservice .progress-bar__step--active .progress-bar__line-step1{opacity:1}body.page-onlineservice .progress-bar__step--active .progress-bar__circle{background:var(--color-primary)}body.page-onlineservice .progress-bar__step--completed .progress-bar__label{display:none}body.page-onlineservice .progress-bar__step--completed .progress-bar__line-step1,body.page-onlineservice .progress-bar__step--completed .progress-bar__line-step2{opacity:1}body.page-onlineservice .progress-bar__step--completed .progress-bar__circle{background:var(--color-primary);height:32px;top:calc(50% - 16px);width:32px}body.page-onlineservice .progress-bar__step--completed .progress-bar__circle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg class='re-block' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23fff' d='m26.898 4.982 2.204 2.036-17.683 19.148L.937 15.648l2.126-2.118 8.273 8.303z' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:8px;background-repeat:no-repeat;background-size:12px;content:"";height:32px;left:0;position:absolute;top:calc(50% - 16px);width:32px;z-index:99}body.page-onlineservice .multi-step-form__container{margin:0 auto;max-width:930px;padding-left:15px;padding-right:15px}body.page-onlineservice .multi-step-form__step{display:none}body.page-onlineservice .multi-step-form__step--active{display:block}body.page-onlineservice .multi-step-form__title{color:var(--color-primary);font-size:20px;margin:0 auto 30px;max-width:440px}body.page-onlineservice .multi-step-form__description{color:#666;font-size:16px;margin-bottom:10px}body.page-onlineservice .multi-step-form__groups{background:#fff;margin-bottom:50px;padding:45px 30px;position:relative}body.page-onlineservice .multi-step-form__groups h3{margin-bottom:30px;margin-top:0}body.page-onlineservice .multi-step-form__helptext{display:block;font-size:14px;line-height:24px;margin-top:5px}body.page-onlineservice .multi-step-form__group{margin:0 auto 20px;max-width:440px;position:relative}body.page-onlineservice .multi-step-form__group.group--text{margin-bottom:30px}body.page-onlineservice .multi-step-form__group.raido--group{align-items:center;display:flex}body.page-onlineservice .multi-step-form__group.raido--group label{margin-left:10px}body.page-onlineservice .multi-step-form__group.full--group{max-width:100%}body.page-onlineservice .multi-step-form__group.add--group{margin-bottom:45px}body.page-onlineservice .multi-step-form__group.spacer{background:#cccdcd;height:1px;margin-bottom:45px;margin-top:45px;width:100%}body.page-onlineservice .multi-step-form__table{display:flex;margin-bottom:15px}@media (max-width:575px){body.page-onlineservice .multi-step-form__table{flex-direction:column;flex-wrap:wrap}}body.page-onlineservice .multi-step-form__table .multi-step-form__table-item p{margin:0;padding:0}body.page-onlineservice .multi-step-form__table .multi-step-form__table-item.label--item{flex:0 0 315px;max-width:315px;width:100%}@media (max-width:575px){body.page-onlineservice .multi-step-form__table .multi-step-form__table-item.label--item{flex:0 0 100%;max-width:100%}}body.page-onlineservice .multi-step-form__table .multi-step-form__table-item.result--item p{font-weight:700}body.page-onlineservice .multi-step-form__table-headline{margin-bottom:30px;margin-top:45px!important}body.page-onlineservice .multi-step-form__label{color:var(--color-primary);display:block;font-size:18px;line-height:27px;margin-bottom:5px}body.page-onlineservice .multi-step-form__label span{display:block;margin-bottom:20px}body.page-onlineservice .multi-step-form__label span:last-of-type{margin-bottom:0}body.page-onlineservice .multi-step-form__input{border:1px solid #ddd;border-radius:10px;font-family:var(--font-primary);font-size:16px;padding:8px;width:100%}body.page-onlineservice .multi-step-form__select{font-family:var(--font-primary);font-size:16px;padding:15px;width:100%}body.page-onlineservice .multi-step-form__buttons{align-content:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:10px}body.page-onlineservice .multi-step-form__button{background:var(--color-primary);border:none;color:#fff;display:inline-block;font-size:18px;line-height:1.375;padding:20px 30px;transition:background-color .25s cubic-bezier(.5,.02,.5,1),color .25s cubic-bezier(.5,.02,.5,1),width .5s ease-in-out,height .5s ease-in-out,color .5s ease-in-out}body.page-onlineservice .multi-step-form__button:hover{background:var(--color-secondary)}body.page-onlineservice .multi-step-form__button:focus{outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice .multi-step-form__button--next{background-color:var(--color-primary);color:var(--color-white)}body.page-onlineservice .multi-step-form__button--next:disabled{background-color:var(--color-disabled);cursor:not-allowed}body.page-onlineservice .multi-step-form__button--back{background-color:transparent;border:none;color:var(--color-primary);display:inline-flex;font-weight:700;margin-top:15px;padding:0 0 0 45px;position:relative;text-decoration:none}body.page-onlineservice .multi-step-form__button--back:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' xml:space='preserve' aria-hidden='true'%3E%3Cpath fill='none' stroke='%23004070' stroke-width='2' stroke-miterlimit='10' d='M29.667 16.036H2.533l8.222-7.674'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:"";height:25px;left:0;position:absolute;top:0;transition:all .25s linear;width:25px}body.page-onlineservice .multi-step-form__button--back:hover{background:none!important;color:var(--color-primary)}body.page-onlineservice .multi-step-form__button--back:hover:before{transform:translate(-4px)}body.page-onlineservice .multi-step-form__button--submit{background-color:var(--color-primary);color:var(--color-white)}body.page-onlineservice .multi-step-form__button--submit:disabled,body.page-onlineservice .multi-step-form__button--submit:disabled:hover{background-color:var(--color-disabled);cursor:not-allowed}body.page-onlineservice .multi-step-form__button--submit:hover{background-color:var(--color-secondary)}body.page-onlineservice .multi-step-form__button-edit{align-content:center;align-items:center;background:#fff;border:none;border-radius:0;box-shadow:none;display:flex;height:65px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s linear;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto;width:65px}body.page-onlineservice .multi-step-form__button-edit svg{height:30px;transition:all .3s linear;width:30px}body.page-onlineservice .multi-step-form__button-edit:hover{background:var(--color-secondary)}body.page-onlineservice .multi-step-form__button-edit:hover svg{color:#fff}body.page-onlineservice #wechsel-options{margin-bottom:60px}body.page-onlineservice .switch{align-items:center;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin:0 auto 20px;width:100%}@media (max-width:768px){body.page-onlineservice .switch{grid-template-columns:1fr}}body.page-onlineservice .switch__button{background-color:#fff;border:1px solid #fff;cursor:pointer;min-height:390px;opacity:.7;padding:30px;position:relative;text-align:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease}body.page-onlineservice .switch__button div{width:100%}@media (max-width:768px){body.page-onlineservice .switch__button{align-content:flex-start;align-items:center;display:flex;justify-items:center;min-height:70px;padding:20px;text-align:center}}body.page-onlineservice .switch__button:hover{border-color:var(--color-primary)}body.page-onlineservice .switch__button:hover svg{color:var(--color-secondary)}body.page-onlineservice .switch__button:focus{outline:2px solid var(--color-primary)}body.page-onlineservice .switch__button .switch__button-icon{height:120px;margin-bottom:30px;width:120px}@media (max-width:768px){body.page-onlineservice .switch__button .switch__button-icon{display:none;height:75px;margin-bottom:0;margin-right:30px;width:75px}}body.page-onlineservice .switch__button .switch__button-headline{display:block;font-size:38px;font-weight:700;line-height:44px;margin-bottom:15px}@media (max-width:768px){body.page-onlineservice .switch__button .switch__button-headline{font-size:24px;line-height:27px;margin-bottom:0;text-align:center}}body.page-onlineservice .switch__button .switch__button-text{display:block;font-size:18px;line-height:26px;margin:0 auto;max-width:260px}@media (max-width:768px){body.page-onlineservice .switch__button .switch__button-text{display:none;max-width:100%}}body.page-onlineservice .switch__button--active{background-color:#fff;border-color:#fff;opacity:1}@media (max-width:768px){body.page-onlineservice .switch__button--active{margin-top:30px;text-align:left}}body.page-onlineservice .switch__button--active:after{background-color:#148700;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg class='re-block' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath fill='%23fff' d='m26.898 4.982 2.204 2.036-17.683 19.148L.937 15.648l2.126-2.118 8.273 8.303z' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:18px;content:"";height:48px;position:absolute;right:-1px;top:-24px;transition:all .3s ease;width:48px}body.page-onlineservice .switch__button--active:focus:after{right:-3px}body.page-onlineservice .switch__button--active svg{color:var(--color-secondary)}@media (max-width:768px){body.page-onlineservice .switch__button--active svg{color:var(--color-primary)}body.page-onlineservice .switch__button--active .switch__button-icon{display:block}body.page-onlineservice .switch__button--active .switch__button-headline{margin-bottom:10px;text-align:left}body.page-onlineservice .switch__button--active .switch__button-text{display:block;max-width:100%}}body.page-onlineservice .counter-section__item{background-color:#fff;border-bottom:1px solid #cccdcd;margin-bottom:45px;padding-bottom:45px;position:relative}body.page-onlineservice .counter-section__add-button,body.page-onlineservice .counter-section__remove-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:18px;font-weight:700;line-height:20px;margin-bottom:0;padding:0;transition:all .3s ease}body.page-onlineservice .counter-section__add-button:hover,body.page-onlineservice .counter-section__remove-button:hover{color:var(--color-secondary)}body.page-onlineservice .counter-section__add-button:focus,body.page-onlineservice .counter-section__remove-button:focus{outline:2px solid #0056b3;outline-offset:2px}body.page-onlineservice .counter-section__add-button span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 75 76' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M39 19.627h-3v16.5H19.5v3H36v16.5h3v-16.5h16.5v-3H39v-16.5Zm-1.5-16.5a34.5 34.5 0 1 0 34.5 34.5 34.54 34.54 0 0 0-34.5-34.5Zm0 66a31.5 31.5 0 1 1 31.5-31.5 31.53 31.53 0 0 1-31.5 31.5Z' fill='currentColor' stroke-width='0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:48px;display:inline-block;height:48px;margin-right:15px;transition:all .3s ease;width:48px}body.page-onlineservice .counter-section__add-button:hover span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 75 76' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M39 19.627h-3v16.5H19.5v3H36v16.5h3v-16.5h16.5v-3H39v-16.5Zm-1.5-16.5a34.5 34.5 0 1 0 34.5 34.5 34.54 34.54 0 0 0-34.5-34.5Zm0 66a31.5 31.5 0 1 1 31.5-31.5 31.53 31.53 0 0 1-31.5 31.5Z' fill='%2395c11f' stroke-width='0'/%3E%3C/svg%3E")}body.page-onlineservice .counter-section__remove-button{margin-bottom:30px}body.page-onlineservice .counter-section__remove-button span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 75 76' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M39.003 36.407h-3v.004h-16.5v3h16.5v-.004h3v.004h16.5v-3h-16.5v-.004Zm-1.5-32.996a34.5 34.5 0 1 0 34.5 34.5 34.54 34.54 0 0 0-34.5-34.5Zm0 66a31.5 31.5 0 1 1 31.5-31.5 31.53 31.53 0 0 1-31.5 31.5Z' fill='%23004070' stroke-width='0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:48px;display:inline-block;height:48px;margin-right:15px;transition:all .3s ease;width:48px}body.page-onlineservice .counter-section__remove-button:hover span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 75 76' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath d='M39.003 36.407h-3v.004h-16.5v3h16.5v-.004h3v.004h16.5v-3h-16.5v-.004Zm-1.5-32.996a34.5 34.5 0 1 0 34.5 34.5 34.54 34.54 0 0 0-34.5-34.5Zm0 66a31.5 31.5 0 1 1 31.5-31.5 31.53 31.53 0 0 1-31.5 31.5Z' fill='%2395c11f' stroke-width='0'/%3E%3C/svg%3E")}body.page-onlineservice .counter-section__input-wrapper{align-items:center;align-items:flex-start;display:flex;flex-direction:column;position:relative}body.page-onlineservice .counter-section__input-wrapper+.counter-section__input-wrapper{margin-top:20px}body.page-onlineservice .counter-section__label{display:block}body.page-onlineservice .counter-section__input{border:1px solid #ccc;border-radius:4px;font-size:1em;margin-right:.5em;padding:.5em;width:100%}body.page-onlineservice .counter-section__input:focus{outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice .counter-section__info-button{background:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' class='re-block' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.25 10C.25 4.615 4.615.25 10 .25s9.75 4.365 9.75 9.75A9.75 9.75 0 0 1 10 19.75C4.615 19.75.25 15.385.25 10ZM10 2.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 1 0 0-15.5Zm.875 6.417v6h-1.75v-6h1.75ZM11 6.038a1 1 0 1 1-1.999.001 1 1 0 0 1 1.999 0Z' fill='%23004070'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;height:20px;position:absolute;right:0;width:20px}body.page-onlineservice .counter-section__info-button:focus{outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice #sepa-details,body.page-onlineservice #transfer-details{margin-top:45px}body.page-onlineservice .suggestions-list{background-color:#fff;border:1px solid #ccc;list-style-type:none;margin:0;max-height:250px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:1000}body.page-onlineservice .suggestion-item{cursor:pointer;padding:8px 12px}body.page-onlineservice .suggestion-item--active,body.page-onlineservice .suggestion-item:hover{background-color:#f0f0f0}body.page-onlineservice .loader{animation:spin 1s linear infinite;border:3px solid #fff;border-radius:50%;border-top:3px solid var(--color-primary);display:inline-block;height:30px;left:0;margin:0 auto;position:absolute;right:0;top:44px;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.page-onlineservice .multi-step-form__groups.tarif--box{overflow:hidden;padding-bottom:0}body.page-onlineservice .tarif-info .tarif__icon{align-items:center;display:flex}body.page-onlineservice .tarif-info .tarif__icon img{width:80px}body.page-onlineservice .tarif-info .tarif__icon h2{margin:0 0 0 10px;padding:0}body.page-onlineservice .tarif-info .tarif__info ul{margin:0;padding:0}body.page-onlineservice .tarif-info .tarif__info ul li{padding-left:30px;position:relative}body.page-onlineservice .tarif-info .tarif__info ul li:before{background-image:url("data:image/svg+xml; charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 32 32'%3E%3Cpolyline stroke='%23004070' fill='none' stroke-width='3' stroke-miterlimit='10' points='1.117,9.917 10.016,18.983 25.875,1.25 '/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;display:block;height:30px;left:0;margin-right:.5em;position:absolute;top:0;width:20px}body.page-onlineservice .tarif-info .tarif__price-item{display:flex;flex-direction:row;justify-content:space-between;width:100%}body.page-onlineservice .tarif-info .tarif__price-item p{margin:0;padding:0}body.page-onlineservice .tarif-info .tarif__price-item p strong{font-size:25px}body.page-onlineservice .tarif-info .price__details .price__detail-item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}body.page-onlineservice .tarif-info .price__details .price__detail-item p{margin:0;padding:0}body.page-onlineservice .tarif-info .price__details .price__detail-item.price-big p{font-weight:700}body.page-onlineservice .tarif-info .price__details .price__detail-item.price-big .m-large{font-size:25px}body.page-onlineservice .tarif-info .price__details .price__detail-item.price-big .xl-large{font-size:30px}body.page-onlineservice .tarif-info .price__details .price__trenner{background:#cccdcd;display:block;height:1px;margin-bottom:15px;margin-top:15px}body.page-onlineservice .tarif-info .price__details .price__trenner.full{margin-left:-30px;margin-top:0;width:100vw}body.page-onlineservice .tarif-info .tarif__footer-item,body.page-onlineservice .tarif-info .tarif__info,body.page-onlineservice .tarif-info .tarif__price-item{padding:30px 0}body.page-onlineservice .tarif-info .tarif__footer-item p:last-child,body.page-onlineservice .tarif-info .tarif__info p:last-child,body.page-onlineservice .tarif-info .tarif__price-item p:last-child{margin-bottom:0}body.page-onlineservice .tarif-info .tarif_trenner{background:var(--color-background);height:3px;margin-left:-30px;width:100vw}body.page-onlineservice .tarif-info .price__details-toggle{border:none;display:flex;margin:0;padding:0 30px 0 0;position:relative}body.page-onlineservice .tarif-info .price__details-toggle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='4070' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 17.414 3.293 8.707l1.414-1.414L12 14.586l7.293-7.293 1.414 1.414L12 17.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:25px;position:absolute;right:2px;top:2px;width:25px}body.page-onlineservice .tarif-info .price__details-toggle.on:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='4070' xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='m12 6.586-8.707 8.707 1.414 1.414L12 9.414l7.293 7.293 1.414-1.414L12 6.586z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;height:25px;width:25px}body.page-onlineservice .tooltip-trigger{background:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' class='re-block' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.25 10C.25 4.615 4.615.25 10 .25s9.75 4.365 9.75 9.75A9.75 9.75 0 0 1 10 19.75C4.615 19.75.25 15.385.25 10ZM10 2.25a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 1 0 0-15.5Zm.875 6.417v6h-1.75v-6h1.75ZM11 6.038a1 1 0 1 1-1.999.001 1 1 0 0 1 1.999 0Z' fill='%23004070'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;height:20px;position:absolute;right:0;top:0;width:20px}body.page-onlineservice .tooltip-trigger:focus{outline:2px solid var(--color-primary);outline-offset:2px}body.page-onlineservice .tooltip{background:#383838;color:#fff;font-size:18px;line-height:27px;min-height:auto;opacity:1;padding:15px 45px 15px 15px;position:absolute;right:calc(50% - 410px);text-align:left;top:30px;width:410px}@media (max-width:991px){body.page-onlineservice .tooltip{right:0}}@media (max-width:768px){body.page-onlineservice .tooltip{font-size:16px;line-height:24px;width:100%}}body.page-onlineservice .tooltip:before{background:transparent;border-width:0 8px 8px;border-bottom:8px #383838;border-style:solid;content:"";left:calc(50% - 5px);position:absolute;top:-8px;transform:translate(calc(50% - 5px));transform-origin:center bottom}@media (max-width:991px){body.page-onlineservice .tooltip:before{left:auto;right:2px;transform:translate(0)}}body.page-onlineservice .tooltip p{margin:0;padding:0}body.page-onlineservice .tooltip .top-text{padding-right:30px}body.page-onlineservice .tooltip img{margin-bottom:20px;margin-top:20px}body.page-onlineservice .tooltip .tooltip__close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' viewBox='0 0 30 30' xml:space='preserve' aria-hidden='true'%3E%3Cpath fill='none' stroke-width='3' stroke-miterlimit='10' d='m.876.744 28.381 28.512'/%3E%3Cpath stroke-width='3' stroke-miterlimit='10' d='M29.257.744.876 29.256'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border:none;box-shadow:none;cursor:pointer;height:22px;position:absolute;right:20px;top:20px;width:22px}body.page-onlineservice .onlineservice footer{background:var(--color-white);margin-top:90px;max-width:100%;padding:38px var(--spacing-large);width:100%}body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-list{display:flex;margin:0;padding:0}@media (max-width:991px){body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-list{display:block}}body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-item{list-style:none;margin-right:var(--spacing-large)}body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-item:last-child{margin-right:0}body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-link{color:var(--color-primary);display:block;font-size:var(--font-size-small);line-height:27px;text-decoration:none;transition:all var(--transition-base)}body.page-onlineservice .onlineservice footer .footer__nav .footer__nav-link:hover{color:var(--color-secondary);text-decoration:none}body.page-onlineservice *{box-sizing:border-box}body.page-onlineservice h1,body.page-onlineservice h2,body.page-onlineservice h3,body.page-onlineservice h4,body.page-onlineservice h5,body.page-onlineservice h6{font-family:var(--font-secondary);font-weight:400;margin-block-end:0;margin-block-start:0}body.page-onlineservice .h2,body.page-onlineservice h2{font-size:32px;line-height:36px;margin-bottom:30px;margin-top:0}body.page-onlineservice .h3,body.page-onlineservice h3{font-family:var(--font-secondary);font-size:26px;font-weight:400;line-height:33px}body.page-onlineservice button,body.page-onlineservice input,body.page-onlineservice optgroup,body.page-onlineservice select,body.page-onlineservice textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}body.page-onlineservice button,body.page-onlineservice input:where([type=button]),body.page-onlineservice input:where([type=reset]),body.page-onlineservice input:where([type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;background-image:none}body.page-onlineservice :-moz-focusring{outline:auto}body.page-onlineservice :-moz-ui-invalid{box-shadow:none}body.page-onlineservice fieldset{margin:0;padding:0}body.page-onlineservice legend{padding:0}body.page-onlineservice menu,body.page-onlineservice ol,body.page-onlineservice ul{list-style:none;margin:0;padding:0}body.page-onlineservice a{color:var(--color-primary);text-decoration:none;transition:all .25s cubic-bezier(.5,.02,.5,1)}body.page-onlineservice a:hover{color:var(--color-secondary)}body.page-onlineservice a.btn-inline{border-bottom:1px solid var(--color-secondary);text-decoration:none!important}body.page-onlineservice [role=button],body.page-onlineservice button{cursor:pointer}body.page-onlineservice :disabled{cursor:default}body.page-onlineservice [hidden]{display:none}body.page-onlineservice .inner{margin:0 auto;max-width:var(--container-max-width);width:100%}body.page-onlineservice .container{margin:0 auto;max-width:var(--container-min-width);width:100%}body.page-onlineservice img{height:auto;max-width:100%;width:auto}body.page-onlineservice .onlineservice{display:flex;flex-direction:column;min-height:100vh}body.page-onlineservice main{flex:1;padding-top:45px}body.page-onlineservice .stage{align-items:center;background:var(--color-primary);display:flex;justify-content:flex-start;margin-bottom:60px;margin-top:-100px;min-height:500px;padding:40px}@media (max-width:1024px){body.page-onlineservice .stage{min-height:250px;padding:20px}}@media (max-width:991px){body.page-onlineservice .stage{margin-top:-50px;min-height:200px}}body.page-onlineservice .stage h1{color:#fff}body.page-onlineservice .onlineservice-conatiner{margin:0 auto;max-width:1380px;padding-left:20px;padding-right:20px}body.page-onlineservice .onlineservice-conatiner a{text-decoration:underline}body.page-onlineservice .onlineservice-conatiner ol.on-list{counter-reset:item;margin-bottom:20px;padding:0}body.page-onlineservice .onlineservice-conatiner ol.on-list li{display:block;margin-bottom:40px;position:relative}body.page-onlineservice .onlineservice-conatiner ol.on-list li ol.on-list li{margin-bottom:20px;padding-left:20px}body.page-onlineservice .onlineservice-conatiner ol.on-list li span{font-weight:700}body.page-onlineservice .onlineservice-conatiner ol.on-list li:before{content:counters(item,".") " ";counter-increment:item;font-weight:700}body.page-onlineservice .headline{margin-bottom:var(--spacing-xlarge)}@media (max-width:1380px){body.page-onlineservice .headline{padding-left:15px;padding-right:15px}}body.page-onlineservice .headline h1{font-size:var(--font-size-heading);line-height:var(--line-height-heading)}body.page-onlineservice .checklist{margin-bottom:30px}body.page-onlineservice .checklist li{display:block;padding-left:30px;position:relative}body.page-onlineservice .checklist li:before{background-image:url("data:image/svg+xml; charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 32 32'%3E%3Cpolyline stroke='%23004070' fill='none' stroke-width='3' stroke-miterlimit='10' points='1.117,9.917 10.016,18.983 25.875,1.25 '/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;display:block;height:30px;left:0;margin-right:.5em;position:absolute;top:0;width:20px}div#tariffContainer div {
    margin-bottom: 30px;
}