﻿/*! 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%;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;-ms-filter:"alpha(opacity=25)";opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/* roboto-100 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('/fonts/roboto-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900italic - latin */
@font-face {
  font-display: auto; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('/fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !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; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

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

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !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; }
  .d-print-none {
    display: none !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map *//* 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;
    }/* 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;
}@-ms-viewport {
  width: device-width; }

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

* {
  outline: none;
  font-family: 'Roboto'; }

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-family: 'Roboto'; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 33px;
  color: #404040; }

@media only screen and (max-width: 767px) {
  body {
    font-size: 20px;
    line-height: 30px; } }

@media only screen and (max-width: 575px) {
  body {
    font-size: 16px;
    line-height: 24px; } }

button,
input,
optgroup,
select,
textarea {
  font-family: 'Roboto';
  color: #404040;
  line-height: 1.5em;
  font-size: 18px; }

audio {
  max-width: 100%; }

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

img {
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto; }

.clear {
  clear: both; }

.no-padding {
  padding: 0; }

h1 {
  font-size: 62px;
  line-height: 69px;
  color: #005AA1;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px; }

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 59px; } }

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 49px; } }

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px; } }

h2,
p.likeh2 {
  font-size: 40px;
  line-height: 45px;
  color: #005AA1;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 20px; }

@media only screen and (max-width: 768px) {
  h2,
p.likeh2 {
    font-size: 35px;
    line-height: 40px; } }

@media only screen and (max-width: 575px) {
  h2,
p.likeh2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px; } }

h3 {
  font-size: 36px;
  line-height: 42px;
  color: #005AA1;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 30px; }

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 35px; } }

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px; } }

a {
  color: #005AA1;
  text-decoration: none;
  transition: all 0.5s ease; }
  a:hover {
    color: #005AA1;
    text-decoration: underline; }

.bg-blue a {
  color: #fff;
  text-decoration: underline; }
  .bg-blue a:hover {
    color: #808080; }

p {
  max-width: 1155px; }

button,
input,
optgroup,
select,
textarea {
  font-size: 24px;
  line-height: 33px;
  -webkit-appearance: none; }

p {
  margin: 0;
  margin-bottom: 15px; }

p + h2 {
  margin-top: 80px; }

@media only screen and (max-width: 768px) {
  p + h2 {
    margin-top: 50px; } }

@media only screen and (max-width: 575px) {
  p + h2 {
    margin-top: 30px; } }

.spacer-80 {
  height: 80px;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .spacer-80 {
    height: 40px; } }

.spacer-120 {
  height: 120px;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .spacer-120 {
    height: 60px; } }

@media only screen and (max-width: 575px) {
  .spacer-120 {
    height: 30px; } }

@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1432px; } }

.row {
  --bs-gutter-x: 3rem; }

.page {
  width: 100%;
  margin: 0 auto;
  height: auto !important;
  min-height: 100%;
  background: #fff;
  overflow: hidden; }
  .page.page-nokv {
    background: #808080; }

header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 150; }
  header .inner {
    min-height: 90px;
    position: relative;
    z-index: 100;
    padding-left: 62px;
    padding-right: 62px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease; }

@media only screen and (max-width: 1279px) {
  header .inner {
    background: #fff;
    padding-top: 0;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 575px) {
  header .inner {
    padding-left: 15px;
    padding-right: 15px; } }
  header .header-right {
    display: flex; }

@media only screen and (max-width: 1279px) {
  header .header-right {
    width: 100%;
    justify-content: flex-start;
    align-items: center; } }
  header .logo {
    display: block;
    padding-top: 5px; }
    header .logo svg {
      width: 320px;
      transition: all 1s ease; }

@media only screen and (max-width: 1279px) {
  header .logo svg {
    width: 220px;
    height: 67px;
    position: absolute;
    right: 30px;
    top: 15px; } }

@media only screen and (max-width: 575px) {
  header .logo svg {
    right: 15px; } }

@media only screen and (max-width: 399px) {
  header .logo svg {
    width: 190px;
    height: 67px; } }

@media only screen and (max-width: 350px) {
  header .logo svg {
    width: 140px;
    height: 67px; } }

@media only screen and (max-width: 320px) {
  header .logo svg {
    width: 130px;
    height: 67px; } }
  header #welleSVG {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
    pointer-events: none;
    z-index: 99;
    opacity: 1;
    width: 100%;
    height: 208px;
    filter: drop-shadow(3px 2px 2px rgba(0, 0, 0, 0.1)); }
    header #welleSVG #swlWelle {
      transition: opacity 1s ease; }
    header #welleSVG #swlFlat {
      opacity: 0; }

@media only screen and (max-width: 1279px) {
  header #welleSVG {
    display: none; } }
  header.scroll #welleSVG {
    height: 248px; }
    header.scroll #welleSVG #swlWelle {
      opacity: 1; }

@media only screen and (min-width: 1280px) {
  header.scroll .logo svg {
    width: 250px;
    height: auto; } }

@media only screen and (min-width: 575px) and (max-width: 1279px) {
  header.scroll .logo svg {
    width: 200px;
    height: 67px;
    top: 15px; } }
  header.scroll .inner {
    padding-top: 25px; }

@media only screen and (max-width: 1279px) {
  header.scroll .inner {
    padding-top: 0; } }

.navigation {
  margin-top: 20px; }

@media only screen and (max-width: 1279px) {
  .navigation {
    display: none; } }
  .navigation .nav__nav {
    margin: 0;
    padding: 0; }
    .navigation .nav__nav .nav__ul {
      margin: 0;
      padding: 0;
      display: flex; }
    .navigation .nav__nav .nav__li {
      list-style: none;
      margin: 0;
      padding: 0;
      padding-right: 40px; }
      .navigation .nav__nav .nav__li.depth-1 {
        position: relative; }

@media only screen and (max-width: 1680px) {
  .navigation .nav__nav .nav__li {
    padding-right: 15px; } }
      .navigation .nav__nav .nav__li:hover > .nav__a, .navigation .nav__nav .nav__li.selected > .nav__a {
        background: #005AA1;
        color: #fff; }
        .navigation .nav__nav .nav__li:hover > .nav__a:after, .navigation .nav__nav .nav__li.selected > .nav__a:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath id='pfeil' d='M939.5,531a1.024,1.024,0,0,1-.716-.287l-5.487-6.035a.962.962,0,0,1,0-1.391,1.035,1.035,0,0,1,1.431,0l4.772,5.34,4.772-5.339a1.034,1.034,0,0,1,1.432,0,.964.964,0,0,1,0,1.39l-5.488,6.035a1.023,1.023,0,0,1-.715.287Zm0,0' transform='translate(-932.999 -523.001)' fill='%23ccf5ff'/%3E%3C/svg%3E%0A") !important; }
      .navigation .nav__nav .nav__li:hover > .nav-layer {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 75px;
        display: block; }
      .navigation .nav__nav .nav__li:last-child {
        padding-right: 0; }
      .navigation .nav__nav .nav__li.has-child .nav__a.depth-1:after {
        content: "";
        position: relative;
        right: 0;
        top: -2px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8'%3E%3Cpath id='pfeil' d='M939.5,531a1.024,1.024,0,0,1-.716-.287l-5.487-6.035a.962.962,0,0,1,0-1.391,1.035,1.035,0,0,1,1.431,0l4.772,5.34,4.772-5.339a1.034,1.034,0,0,1,1.432,0,.964.964,0,0,1,0,1.39l-5.488,6.035a1.023,1.023,0,0,1-.715.287Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
        width: 13px;
        height: 10px;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.5s ease;
        display: inline-block;
        margin-left: 5px; }
      .navigation .nav__nav .nav__li.depth-2 {
        margin-bottom: 35px; }
      .navigation .nav__nav .nav__li.depth-2.has-child a.depth-2 {
        cursor: default; }
    .navigation .nav__nav .nav__a {
      font-size: 24px;
      line-height: 1em;
      color: #005AA1;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.5s ease;
      display: inline-block; }
      .navigation .nav__nav .nav__a.depth-1 {
        padding: 10px 20px 10px 20px;
        border-radius: 10px;
        position: relative; }
      .navigation .nav__nav .nav__a.depth-2 {
        font-size: 28px;
        line-height: 1em;
        padding: 10px 20px 10px 10px;
        border-radius: 10px;
        font-weight: 500;
        position: relative;
        z-index: 999; }
    .navigation .nav__nav .nav__sub-container {
      display: flex; }
    .navigation .nav__nav .nav__sub {
      padding: 0;
      margin: 0; }
      .navigation .nav__nav .nav__sub.depth-2 {
        margin-top: 0;
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 400px;
        background: transparent;
        z-index: 102; }
        .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2:hover > .nav__sub.depth-3 {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          z-index: 99 !important; }
        .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child > .nav__a:after {
          content: "";
          width: 15px;
          height: 15px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.636' height='15.207' viewBox='0 0 9.636 15.207'%3E%3Cpath id='pfeil' d='M940.6,532.638a1.179,1.179,0,0,1-.836-.346l-6.42-7.269a1.184,1.184,0,0,1,1.674-1.675l5.582,6.432,5.583-6.431a1.184,1.184,0,0,1,1.674,1.674l-6.42,7.269a1.177,1.177,0,0,1-.837.346Zm0,0' transform='translate(-523.001 948.207) rotate(-90)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          position: relative;
          margin-left: 8px;
          top: 1px;
          transition: all 0.5s ease; }
        .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child:hover .help-2 span {
          width: 800px;
          height: 600px;
          background: transparent;
          position: absolute;
          top: -349px;
          left: 400px;
          z-index: 1;
          transform: rotate(-45deg); }
        .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child:hover > .nav__sub.depth-3, .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child.selected > .nav__sub.depth-3 {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          z-index: 98; }
        .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child:hover > .nav__a:after, .navigation .nav__nav .nav__sub.depth-2 .nav__li.depth-2.has-child.selected > .nav__a:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.636' height='15.207' viewBox='0 0 9.636 15.207'%3E%3Cpath id='pfeil' d='M940.6,532.638a1.179,1.179,0,0,1-.836-.346l-6.42-7.269a1.184,1.184,0,0,1,1.674-1.675l5.582,6.432,5.583-6.431a1.184,1.184,0,0,1,1.674,1.674l-6.42,7.269a1.177,1.177,0,0,1-.837.346Zm0,0' transform='translate(-523.001 948.207) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A") !important; }
      .navigation .nav__nav .nav__sub.depth-3 {
        position: absolute;
        left: 360px;
        top: 0px;
        width: 100%;
        padding-left: 30px;
        height: calc(100% - 100px);
        max-width: 320px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 100; }
        .navigation .nav__nav .nav__sub.depth-3 .nav__li {
          padding-right: 0;
          margin-bottom: 10px; }
        .navigation .nav__nav .nav__sub.depth-3 .nav__a {
          padding: 5px 10px;
          font-size: 22px;
          font-weight: normal;
          border-radius: 10px; }

.help-2 {
  display: block;
  position: relative; }

.nav-layer {
  cursor: default;
  background: #fff;
  width: 1185px;
  min-height: 750px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 50;
  padding: 30px;
  display: none;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease; }
  .nav-layer.small-layer {
    width: 950px; }
  .nav-layer:before {
    content: "";
    position: absolute;
    top: -34px;
    left: 0;
    width: 100%;
    height: 34px;
    background: transparent; }
  .nav-layer:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 25px;
    opacity: 1;
    z-index: 600;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='20' viewBox='0 0 30 20'%3E%3Cpath id='Pfeil' d='M90.792,137.555l15-20,15,20Z' transform='translate(-90.792 -117.555)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.nav__info {
  width: 410px;
  position: absolute;
  z-index: 103;
  right: 30px;
  top: 30px;
  text-align: center;
  background: #fff;
  height: calc(100% - 30px);
  padding: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 33px; }
  .nav__info .info-headline {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #005AA1;
    font-weight: 500;
    margin-bottom: 15px; }
  .nav__info .info-text {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
  .nav__info .info-tel {
    font-size: 36px;
    line-height: 1em;
    font-weight: 500;
    color: #005AA1;
    text-decoration: none;
    margin: 0;
    padding: 0; }
    .nav__info .info-tel:hover {
      text-decoration: none; }
  .nav__info .info-time {
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  .nav__info .info-mail,
.nav__info .info-link {
    color: #005AA1;
    text-decoration: none;
    display: block;
    position: relative; }
    .nav__info .info-mail:before,
.nav__info .info-link:before {
      content: "";
      display: inline-block;
      position: relative;
      top: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.637' height='15.207' viewBox='0 0 9.637 15.207'%3E%3Cpath id='pfeil_aufklappen' data-name='pfeil aufklappen' d='M940.6,532.638a1.179,1.179,0,0,1-.836-.346l-6.42-7.269a1.184,1.184,0,0,1,1.674-1.675l5.582,6.432,5.583-6.431a1.184,1.184,0,0,1,1.674,1.674l-6.42,7.269a1.177,1.177,0,0,1-.837.346Zm0,0' transform='translate(-523.001 948.207) rotate(-90)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: cotain;
      width: 15px;
      height: 15px;
      margin-right: 5px; }
    .nav__info .info-mail:hover,
.nav__info .info-link:hover {
      text-decoration: none; }
  .nav__info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 511px;
    width: 1px;
    height: calc(100% - 30px);
    background: black; }

.navigation-icon {
  margin-right: 125px; }

@media only screen and (max-width: 1500px) {
  .navigation-icon {
    margin-right: 50px; } }

@media only screen and (max-width: 1279px) {
  .navigation-icon {
    margin-right: 0; } }
  .navigation-icon .nav__icon .nav__icon-ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .navigation-icon .nav__icon .nav__icon-li {
    list-style: none;
    text-align: center;
    margin-right: 30px; }
    .navigation-icon .nav__icon .nav__icon-li:last-child {
      margin-right: 0; }
  .navigation-icon .nav__icon .nav__icon-a {
    display: block;
    cursor: pointer;
    text-decoration: none !important; }
    .navigation-icon .nav__icon .nav__icon-a:hover span {
      color: #808080; }
    .navigation-icon .nav__icon .nav__icon-a:hover svg #contact path,
.navigation-icon .nav__icon .nav__icon-a:hover svg #contact line {
      stroke: #808080; }
    .navigation-icon .nav__icon .nav__icon-a:hover svg #login_services path {
      fill: #808080; }
    .navigation-icon .nav__icon .nav__icon-a svg path {
      transition: all 0.5s ease; }
    .navigation-icon .nav__icon .nav__icon-a svg line {
      transition: all 0.5s ease; }

@media only screen and (max-width: 1279px) {
  .navigation-icon .nav__icon .nav__icon-a svg {
    width: 25px;
    height: 25px; } }
    .navigation-icon .nav__icon .nav__icon-a span {
      display: block;
      font-size: 16px;
      line-height: 1em;
      color: #005AA1;
      transition: all 0.5s ease; }

@media only screen and (max-width: 1279px) {
  .navigation-icon .nav__icon .nav__icon-a span {
    font-size: 13px; } }

.nav-container {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 9999;
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 1399px) {
  .nav-container {
    display: none; } }
  .nav-container .nav-item {
    display: inline-block;
    margin-bottom: 21px;
    position: relative; }
    .nav-container .nav-item .nav-dot,
.nav-container .nav-item .nav-label {
      display: block; }
    .nav-container .nav-item .nav-dot {
      position: relative;
      top: 15px;
      height: 13px;
      width: 13px;
      border-radius: 50%;
      border: 2px solid #0092CC;
      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%; }
      .nav-container .nav-item .nav-dot:after {
        content: "";
        width: 9px;
        height: 9px;
        background: #005AA1;
        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); }
    .nav-container .nav-item .nav-label {
      color: #fff;
      font-size: 18px;
      line-height: 1em;
      font-weight: normal;
      -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: 25px;
      top: 5px;
      z-index: 10;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      white-space: nowrap;
      padding: 7px 14px;
      border-radius: 7px;
      background: #005AA1; }
    .nav-container .nav-item.text-white .nav-label {
      color: #fff !important; }
    .nav-container .nav-item:hover.white .nav-label, .nav-container .nav-item.selected.white .nav-label {
      color: #fff; }
    .nav-container .nav-item:hover .nav-dot, .nav-container .nav-item.selected .nav-dot {
      transform: scale(1.7); }
      .nav-container .nav-item:hover .nav-dot:after, .nav-container .nav-item.selected .nav-dot:after {
        opacity: 1;
        transform: scale(0.7); }
    .nav-container .nav-item:hover .nav-label, .nav-container .nav-item.selected .nav-label {
      opacity: 1;
      transform: scale(1); }

main {
  background: #fff; }

@media only screen and (max-width: 1279px) {
  main {
    padding-top: 90px; } }

.section-content h2:firrst-child,
.section-content h3:firrst-child {
  margin-top: 0;
  margin-bottom: 40px; }

.hero {
  position: relative; }
  .hero img {
    width: 100%; }
  .hero.bg-section {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    position: static;
    left: 0; }
  .hero.no-img {
    min-height: 350px; }

@media only screen and (max-width: 1280px) {
  .hero.no-img {
    min-height: 50px; } }
  .hero .kv-headline {
    position: absolute;
    z-index: 105;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); }

@media only screen and (max-width: 1280px) {
  .hero .kv-headline {
    top: 150px;
    transform: translate(0, 0); } }

@media only screen and (max-width: 1023px) {
  .hero .kv-headline {
    position: static;
    width: 100%;
    background: #005AA1;
    padding: 30px; } }

@media only screen and (max-width: 575px) {
  .hero .kv-headline {
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px; } }
    .hero .kv-headline div span {
      padding: 0;
      margin: 0;
      padding-left: 49px;
      padding-top: 2px;
      padding-bottom: 3px;
      padding-right: 27px;
      display: table;
      background: #808080;
      color: #fff;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      z-index: 2; }
      .hero .kv-headline div span:nth-child(1) {
        position: relative; }
      .hero .kv-headline div span:nth-child(2) {
        position: relative;
        top: -6px;
        z-index: 1; }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline div span:nth-child(2) {
    top: 0; } }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline div span {
    padding: 0;
    background: transparent;
    display: block;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; } }
    .hero .kv-headline div:first-child {
      margin-bottom: 20px; }

@media only screen and (max-width: 575px) {
  .hero .kv-headline div:first-child {
    margin-bottom: 8px; } }
      .hero .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: 1024px) {
  .hero .kv-headline div:first-child span {
    font-size: 25px;
    line-height: 1.1em; } }

@media only screen and (max-width: 575px) {
  .hero .kv-headline div:first-child span {
    font-size: 16px;
    line-height: 1.1em; } }
    .hero .kv-headline div p {
      margin: 0;
      padding: 0; }
      .hero .kv-headline div p span {
        background: #005AA1;
        font-size: 52px;
        line-height: 1.4em;
        text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline div p span {
    background: transparent;
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    margin-right: 5px; } }

@media only screen and (max-width: 575px) {
  .hero .kv-headline div p span {
    font-size: 30px;
    line-height: 36px; } }
    .hero .kv-headline .text-link {
      margin: 0;
      padding: 0;
      margin-top: 20px;
      margin-left: 52px; }
      .hero .kv-headline .text-link p {
        margin: 0;
        padding: 0; }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline .text-link {
    margin-left: 0; } }
    .hero .kv-headline a {
      display: inline-block;
      background: #005AA1;
      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;
      transition: all 0.5s ease; }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline a {
    font-size: 18px;
    line-height: 27px;
    background: #fff;
    color: #005AA1; } }
      .hero .kv-headline a:hover {
        background: #CCF5FF;
        color: #005AA1; }
        .hero .kv-headline a:hover:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15'%3E%3Cpath id='pfeil' d='M940.5,533a1.135,1.135,0,0,1-.825-.359l-6.332-7.543a1.273,1.273,0,0,1,0-1.738,1.129,1.129,0,0,1,1.651,0l5.506,6.675,5.507-6.674a1.127,1.127,0,0,1,1.651,0,1.274,1.274,0,0,1,0,1.737l-6.333,7.543a1.132,1.132,0,0,1-.826.359Zm0,0' transform='translate(-523.001 947.999) rotate(-90)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
          background-size: contain;
          background-repeat: no-repeat; }
      .hero .kv-headline a:after {
        content: "";
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15'%3E%3Cpath id='pfeil' d='M940.5,533a1.135,1.135,0,0,1-.825-.359l-6.332-7.543a1.273,1.273,0,0,1,0-1.738,1.129,1.129,0,0,1,1.651,0l5.506,6.675,5.507-6.674a1.127,1.127,0,0,1,1.651,0,1.274,1.274,0,0,1,0,1.737l-6.333,7.543a1.132,1.132,0,0,1-.826.359Zm0,0' transform='translate(-523.001 947.999) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        margin-left: 10px;
        transition: all 0.5s ease; }

@media only screen and (max-width: 1024px) {
  .hero .kv-headline a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15'%3E%3Cpath id='pfeil' d='M940.5,533a1.135,1.135,0,0,1-.825-.359l-6.332-7.543a1.273,1.273,0,0,1,0-1.738,1.129,1.129,0,0,1,1.651,0l5.506,6.675,5.507-6.674a1.127,1.127,0,0,1,1.651,0,1.274,1.274,0,0,1,0,1.737l-6.333,7.543a1.132,1.132,0,0,1-.826.359Zm0,0' transform='translate(-523.001 947.999) rotate(-90)' fill='%23005aa1'/%3E%3C/svg%3E%0A"); } }

.btn--primary {
  font-size: 24px;
  line-height: 33px;
  background: #005AA1;
  color: #fff;
  font-weight: normal;
  border-radius: 10px;
  padding: 10px 15px;
  text-decoration: none !important;
  transition: all 0.5s ease;
  display: table; }

@media only screen and (max-width: 767px) {
  .btn--primary {
    font-size: 20px;
    line-height: 30px; } }

@media only screen and (max-width: 767px) {
  .btn--primary {
    font-size: 18px;
    line-height: 27px; } }
  .btn--primary:hover {
    background: #CCF5FF;
    color: #005AA1; }

.bg-blue .btn--primary {
  background: #fff;
  color: #005AA1; }
  .bg-blue .btn--primary:hover {
    background: #CCF5FF;
    color: #005AA1; }

.teaser__icons {
  text-align: center; }
  .teaser__icons h1,
.teaser__icons h2 {
    margin-bottom: 90px; }

@media only screen and (max-width: 767px) {
  .teaser__icons h1,
.teaser__icons h2 {
    margin-bottom: 45px; } }

@media only screen and (max-width: 575px) {
  .teaser__icons h1,
.teaser__icons h2 {
    margin-bottom: 30px; } }
  .teaser__icons h2 {
    font-size: 62px;
    line-height: 69px; }
  .teaser__icons img {
    margin: 0 auto;
    margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .teaser__icons img {
    margin-bottom: 20px; } }
  .teaser__icons h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 25px; }

@media only screen and (max-width: 575px) {
  .teaser__icons h3 {
    font-weight: 700;
    margin-bottom: 10px; } }
  .teaser__icons p {
    margin: 0;
    padding: 0; }

@media only screen and (max-width: 991px) {
  .teaser__icons .icon-item {
    margin-bottom: 50px;
    max-width: 320px;
    margin: 0 auto; } }

@media only screen and (max-width: 360px) {
  .teaser__icons .icon-item {
    max-width: 320px;
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .teaser__image .teaser__img {
    margin-bottom: 30px; } }

@media only screen and (max-width: 575px) {
  .teaser__image .teaser__img {
    margin-bottom: 20px; } }

.teaser__image p {
  margin: 0;
  padding-bottom: 15px; }
  .teaser__image p:last-of-type {
    padding-bottom: 35px; }

@media only screen and (max-width: 575px) {
  .teaser__image p:last-of-type {
    padding-bottom: 20px; } }

h2 + .teaser__image,
h3 + .teaser__image {
  margin-top: 30px; }

.teaser__double .teaser__item {
  height: 100%;
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 991px) {
  .teaser__double .teaser__item {
    height: auto;
    margin-bottom: 50px; } }

@media only screen and (max-width: 575px) {
  .teaser__double .teaser__item {
    height: auto;
    margin-bottom: 40px; } }
  .teaser__double .teaser__item .teaser__content {
    background: #005AA1;
    color: #fff;
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    padding: 30px 40px;
    padding-bottom: 40px;
    height: 100%; }

@media only screen and (max-width: 991px) {
  .teaser__double .teaser__item .teaser__content {
    height: auto;
    width: calc(100% - 40px); } }

@media only screen and (max-width: 768px) {
  .teaser__double .teaser__item .teaser__content {
    padding: 30px 20px; } }
    .teaser__double .teaser__item .teaser__content h3,
.teaser__double .teaser__item .teaser__content p {
      margin: 0;
      padding: 0;
      color: #fff; }
    .teaser__double .teaser__item .teaser__content h3 {
      margin-bottom: 20px; }

@media only screen and (max-width: 575px) {
  .teaser__double .teaser__item .teaser__content h3 {
    margin-bottom: 10px;
    font-weight: 700; } }
    .teaser__double .teaser__item .teaser__content p {
      margin-bottom: 15px; }
      .teaser__double .teaser__item .teaser__content p:last-of-type {
        margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .teaser__double .teaser__item .teaser__content p:last-of-type {
    margin-bottom: 15px; } }
    .teaser__double .teaser__item .teaser__content .btn--primary {
      background: #fff;
      color: #005AA1;
      text-decoration: none !important; }
      .teaser__double .teaser__item .teaser__content .btn--primary:hover {
        background: #CCF5FF;
        color: #005AA1;
        text-decoration: none !important; }

.bg-blue .teaser__double .teaser__content {
  background: #fff; }
  .bg-blue .teaser__double .teaser__content h3,
.bg-blue .teaser__double .teaser__content p {
    color: #404040; }
  .bg-blue .teaser__double .teaser__content .btn--primary {
    background: #005AA1;
    color: #fff;
    text-decoration: none !important; }
    .bg-blue .teaser__double .teaser__content .btn--primary:hover {
      background: #CCF5FF;
      color: #005AA1;
      text-decoration: none !important; }

h2 + .checklist {
  margin-top: 20px; }

h3 + .checklist {
  margin-top: 20px; }

.checklist {
  margin-bottom: 30px; }
  .checklist p {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px !important; }

@media only screen and (max-width: 768px) {
  .checklist p {
    padding-left: 40px; } }

@media only screen and (max-width: 575px) {
  .checklist p {
    padding-left: 30px; } }
    .checklist p:last-of-type {
      margin-bottom: 10px; }
    .checklist p:after {
      content: "";
      width: 40px;
      height: 40px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='36.717' viewBox='0 0 40 36.717'%3E%3Cpath id='icon-liste' d='M38.408,20.518A4.2,4.2,0,0,0,33,21.277L13.424,45.172,6.908,37.826a4.205,4.205,0,0,0-5.436-.569,3.194,3.194,0,0,0-.64,4.836L13.67,56.576,39.255,25.333A3.2,3.2,0,0,0,38.408,20.518Z' transform='translate(0 -19.859)' fill='%23005AA1'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      left: 0;
      top: calc(50% - 19px); }

@media only screen and (max-width: 768px) {
  .checklist p:after {
    width: 25px;
    height: 25px;
    top: calc(50% - 11px); } }

@media only screen and (max-width: 575px) {
  .checklist p:after {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px); } }

.bg-blue .checklist p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='36.717' viewBox='0 0 40 36.717'%3E%3Cpath id='icon-liste' d='M38.408,20.518A4.2,4.2,0,0,0,33,21.277L13.424,45.172,6.908,37.826a4.205,4.205,0,0,0-5.436-.569,3.194,3.194,0,0,0-.64,4.836L13.67,56.576,39.255,25.333A3.2,3.2,0,0,0,38.408,20.518Z' transform='translate(0 -19.859)' fill='%23ccf5ff'/%3E%3C/svg%3E%0A"); }

.on-list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 15px; }
  .on-list ul {
    margin-top: 10px;
    margin-bottom: 20px; }
  .on-list li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px; }

@media only screen and (max-width: 575px) {
  .on-list li {
    padding-left: 20px; } }
    .on-list li:after {
      content: "";
      width: 15px;
      height: 15px;
      background: #005AA1;
      position: absolute;
      left: 0;
      top: 9px;
      border-radius: 50%; }

@media only screen and (max-width: 575px) {
  .on-list li:after {
    width: 8px;
    height: 8px;
    top: 10px; } }

.bg-blue .on-list li:after {
  background: #CCF5FF; }

.pdf__item {
  margin-bottom: 10px; }
  .pdf__item a {
    position: relative;
    padding-left: 40px; }

@media only screen and (max-width: 575px) {
  .pdf__item a {
    padding-left: 30px; } }
    .pdf__item a:before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='29.359' viewBox='0 0 26 29.359'%3E%3Cg id='Gruppe_1919' data-name='Gruppe 1919' transform='translate(-263 -2787)'%3E%3Cpath id='Pfad_4473' data-name='Pfad 4473' d='M189.222,385.115c0-.757-.526-1.209-1.453-1.209a3.168,3.168,0,0,0-.769.073v2.431a2.872,2.872,0,0,0,.622.048c.99,0,1.6-.5,1.6-1.344Zm0,0' transform='translate(80.567 2416.933)' fill='%23005aa1'/%3E%3Cpath id='Pfad_4474' data-name='Pfad 4474' d='M292.48,384.266a3.878,3.878,0,0,0-.843.073v5.386a3.385,3.385,0,0,0,.648.037,2.552,2.552,0,0,0,2.784-2.882,2.361,2.361,0,0,0-2.589-2.614Zm0,0' transform='translate(-16.571 2416.683)' fill='%23005aa1'/%3E%3Cpath id='Pfad_4475' data-name='Pfad 4475' d='M147.355,200.5h-.705v-3.4a.5.5,0,0,0-.006-.064.566.566,0,0,0-.137-.373l-5.661-6.466,0,0a.566.566,0,0,0-.115-.1l-.037-.022a.585.585,0,0,0-.114-.048l-.031-.01a.58.58,0,0,0-.132-.016H126.5a1.152,1.152,0,0,0-1.151,1.151v9.35h-.7A1.645,1.645,0,0,0,123,202.147V210.7a1.646,1.646,0,0,0,1.645,1.645h.7v5.858a1.153,1.153,0,0,0,1.152,1.152h19a1.153,1.153,0,0,0,1.152-1.152v-5.858h.7A1.646,1.646,0,0,0,149,210.7v-8.557a1.646,1.646,0,0,0-1.645-1.645Zm-20.853-9.35h13.336v5.891a.576.576,0,0,0,.576.576H145.5V200.5h-19Zm14.134,15.32a4.357,4.357,0,0,1-1.43,3.482,6.166,6.166,0,0,1-3.965,1.11,16.883,16.883,0,0,1-2.207-.127v-8.444a17.378,17.378,0,0,1,2.628-.178,5.533,5.533,0,0,1,3.52.918,3.8,3.8,0,0,1,1.454,3.239Zm-15.013,4.5v-8.482a16,16,0,0,1,2.628-.178,4.121,4.121,0,0,1,2.627.689,2.511,2.511,0,0,1,.917,1.99,2.745,2.745,0,0,1-.79,2.041,3.986,3.986,0,0,1-2.793.906,4.863,4.863,0,0,1-.663-.039v3.074h-1.926ZM145.5,217.9h-19v-5.546h19Zm1.668-13.924h-3.3v1.964h3.087v1.582h-3.087v3.456h-1.951v-8.6h5.254Zm0,0' transform='translate(140 2597)' fill='%23005aa1'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      display: inline-block;
      width: 25px;
      height: 29px;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.5s ease; }

@media only screen and (max-width: 575px) {
  .pdf__item a:before {
    width: 22px;
    height: 25px;
    top: -2px; } }

.pdf__item + h3 {
  margin-top: 60px; }

@media only screen and (max-width: 575px) {
  .pdf__item + h3 {
    margin-top: 30px; } }

.bg-blue .pdf__item a {
  color: #fff; }
  .bg-blue .pdf__item a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='29.359' viewBox='0 0 26 29.359'%3E%3Cg id='Gruppe_1919' data-name='Gruppe 1919' transform='translate(-263 -2787)'%3E%3Cpath id='Pfad_4473' data-name='Pfad 4473' d='M189.222,385.115c0-.757-.526-1.209-1.453-1.209a3.168,3.168,0,0,0-.769.073v2.431a2.872,2.872,0,0,0,.622.048c.99,0,1.6-.5,1.6-1.344Zm0,0' transform='translate(80.567 2416.933)' fill='%23ccf5ff'/%3E%3Cpath id='Pfad_4474' data-name='Pfad 4474' d='M292.48,384.266a3.878,3.878,0,0,0-.843.073v5.386a3.385,3.385,0,0,0,.648.037,2.552,2.552,0,0,0,2.784-2.882,2.361,2.361,0,0,0-2.589-2.614Zm0,0' transform='translate(-16.571 2416.683)' fill='%23ccf5ff'/%3E%3Cpath id='Pfad_4475' data-name='Pfad 4475' d='M147.355,200.5h-.705v-3.4a.5.5,0,0,0-.006-.064.566.566,0,0,0-.137-.373l-5.661-6.466,0,0a.566.566,0,0,0-.115-.1l-.037-.022a.585.585,0,0,0-.114-.048l-.031-.01a.58.58,0,0,0-.132-.016H126.5a1.152,1.152,0,0,0-1.151,1.151v9.35h-.7A1.645,1.645,0,0,0,123,202.147V210.7a1.646,1.646,0,0,0,1.645,1.645h.7v5.858a1.153,1.153,0,0,0,1.152,1.152h19a1.153,1.153,0,0,0,1.152-1.152v-5.858h.7A1.646,1.646,0,0,0,149,210.7v-8.557a1.646,1.646,0,0,0-1.645-1.645Zm-20.853-9.35h13.336v5.891a.576.576,0,0,0,.576.576H145.5V200.5h-19Zm14.134,15.32a4.357,4.357,0,0,1-1.43,3.482,6.166,6.166,0,0,1-3.965,1.11,16.883,16.883,0,0,1-2.207-.127v-8.444a17.378,17.378,0,0,1,2.628-.178,5.533,5.533,0,0,1,3.52.918,3.8,3.8,0,0,1,1.454,3.239Zm-15.013,4.5v-8.482a16,16,0,0,1,2.628-.178,4.121,4.121,0,0,1,2.627.689,2.511,2.511,0,0,1,.917,1.99,2.745,2.745,0,0,1-.79,2.041,3.986,3.986,0,0,1-2.793.906,4.863,4.863,0,0,1-.663-.039v3.074h-1.926ZM145.5,217.9h-19v-5.546h19Zm1.668-13.924h-3.3v1.964h3.087v1.582h-3.087v3.456h-1.951v-8.6h5.254Zm0,0' transform='translate(140 2597)' fill='%23ccf5ff'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .bg-blue .pdf__item a:hover {
    color: #808080; }
    .bg-blue .pdf__item a:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='29.359' viewBox='0 0 26 29.359'%3E%3Cg id='Gruppe_1919' data-name='Gruppe 1919' transform='translate(-263 -2787)'%3E%3Cpath id='Pfad_4473' data-name='Pfad 4473' d='M189.222,385.115c0-.757-.526-1.209-1.453-1.209a3.168,3.168,0,0,0-.769.073v2.431a2.872,2.872,0,0,0,.622.048c.99,0,1.6-.5,1.6-1.344Zm0,0' transform='translate(80.567 2416.933)' fill='%23808080'/%3E%3Cpath id='Pfad_4474' data-name='Pfad 4474' d='M292.48,384.266a3.878,3.878,0,0,0-.843.073v5.386a3.385,3.385,0,0,0,.648.037,2.552,2.552,0,0,0,2.784-2.882,2.361,2.361,0,0,0-2.589-2.614Zm0,0' transform='translate(-16.571 2416.683)' fill='%23808080'/%3E%3Cpath id='Pfad_4475' data-name='Pfad 4475' d='M147.355,200.5h-.705v-3.4a.5.5,0,0,0-.006-.064.566.566,0,0,0-.137-.373l-5.661-6.466,0,0a.566.566,0,0,0-.115-.1l-.037-.022a.585.585,0,0,0-.114-.048l-.031-.01a.58.58,0,0,0-.132-.016H126.5a1.152,1.152,0,0,0-1.151,1.151v9.35h-.7A1.645,1.645,0,0,0,123,202.147V210.7a1.646,1.646,0,0,0,1.645,1.645h.7v5.858a1.153,1.153,0,0,0,1.152,1.152h19a1.153,1.153,0,0,0,1.152-1.152v-5.858h.7A1.646,1.646,0,0,0,149,210.7v-8.557a1.646,1.646,0,0,0-1.645-1.645Zm-20.853-9.35h13.336v5.891a.576.576,0,0,0,.576.576H145.5V200.5h-19Zm14.134,15.32a4.357,4.357,0,0,1-1.43,3.482,6.166,6.166,0,0,1-3.965,1.11,16.883,16.883,0,0,1-2.207-.127v-8.444a17.378,17.378,0,0,1,2.628-.178,5.533,5.533,0,0,1,3.52.918,3.8,3.8,0,0,1,1.454,3.239Zm-15.013,4.5v-8.482a16,16,0,0,1,2.628-.178,4.121,4.121,0,0,1,2.627.689,2.511,2.511,0,0,1,.917,1.99,2.745,2.745,0,0,1-.79,2.041,3.986,3.986,0,0,1-2.793.906,4.863,4.863,0,0,1-.663-.039v3.074h-1.926ZM145.5,217.9h-19v-5.546h19Zm1.668-13.924h-3.3v1.964h3.087v1.582h-3.087v3.456h-1.951v-8.6h5.254Zm0,0' transform='translate(140 2597)' fill='%23808080'/%3E%3C/g%3E%3C/svg%3E%0A"); }

.onAccordion + h2 {
  margin-top: 80px; }

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

.onAccordion + h3 {
  margin-top: 80px; }

@media only screen and (max-width: 767px) {
  .onAccordion + h3 {
    margin-top: 40px; } }

@media only screen and (max-width: 575px) {
  .page-content .ui-helper-reset {
    font-size: 18px;
    line-height: 27px; } }

.page-content .onAccordion.ui-widget {
  color: #404040;
  font-size: 24px;
  line-height: 33px;
  font-family: 'Roboto';
  font-weight: normal;
  max-width: 1155px;
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .page-content .onAccordion.ui-widget {
    font-size: 20px;
    line-height: 30px; } }

@media only screen and (max-width: 575px) {
  .page-content .onAccordion.ui-widget {
    font-size: 18px;
    line-height: 27px; } }

.page-content .ui-accordion {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px; }
  .page-content .ui-accordion ul {
    padding-left: 20px; }
  .page-content .ui-accordion + .ui-accordion {
    margin-top: -10px; }
  .page-content .ui-accordion .ui-accordion-header {
    background: none;
    border: 0;
    border-radius: 12px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin: 0;
    position: relative;
    background: #E9E9E9;
    border-top: 1px solid transparent;
    padding: 18px 55px 18px 20px !important;
    color: #404040;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    transition: background 0.5s ease;
    margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .page-content .ui-accordion .ui-accordion-header {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; } }

@media only screen and (max-width: 575px) {
  .page-content .ui-accordion .ui-accordion-header {
    padding: 12px 55px 12px 16px !important; } }
    .page-content .ui-accordion .ui-accordion-header ~ .ui-accordion-header {
      margin-top: 0; }
    .page-content .ui-accordion .ui-accordion-header a:link,
.page-content .ui-accordion .ui-accordion-header a:visited,
.page-content .ui-accordion .ui-accordion-header a {
      text-decoration: none;
      color: #005AA1 !important; }
    .page-content .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
      background: none;
      position: absolute;
      right: 30px;
      top: 15px;
      left: auto;
      margin: 0;
      width: auto;
      height: auto;
      text-indent: 0; }

@media only screen and (max-width: 575px) {
  .page-content .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    top: 12px; } }
      .page-content .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='Pfeil' d='M943.5,536a1.649,1.649,0,0,1-1.154-.467l-8.865-9.806a1.57,1.57,0,0,1,0-2.26,1.665,1.665,0,0,1,2.312,0l7.708,8.677,7.71-8.676a1.662,1.662,0,0,1,2.312,0,1.571,1.571,0,0,1,0,2.259l-8.866,9.806A1.644,1.644,0,0,1,943.5,536Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center !important;
        transition: all 0.5s ease; }
    .page-content .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='Pfeil' d='M943.5,536a1.649,1.649,0,0,1-1.154-.467l-8.865-9.806a1.57,1.57,0,0,1,0-2.26,1.665,1.665,0,0,1,2.312,0l7.708,8.677,7.71-8.676a1.662,1.662,0,0,1,2.312,0,1.571,1.571,0,0,1,0,2.259l-8.866,9.806A1.644,1.644,0,0,1,943.5,536Zm0,0' transform='translate(-932.999 -523.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center !important; }
    .page-content .ui-accordion .ui-accordion-header.ui-state-hover a {
      color: #fff !important; }
    .page-content .ui-accordion .ui-accordion-header.ui-state-active {
      background: #E9E9E9;
      color: #005AA1;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .page-content .ui-accordion .ui-accordion-header.ui-state-active a {
        color: #005AA1 !important; }
        .page-content .ui-accordion .ui-accordion-header.ui-state-active a:link {
          color: #005AA1 !important; }
      .page-content .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='pfeil_aufklappen' data-name='pfeil aufklappen' d='M943.5,523a1.648,1.648,0,0,0-1.154.467l-8.865,9.806a1.57,1.57,0,0,0,0,2.26,1.665,1.665,0,0,0,2.312,0l7.708-8.677,7.71,8.676a1.662,1.662,0,0,0,2.312,0,1.571,1.571,0,0,0,0-2.259l-8.866-9.806A1.644,1.644,0,0,0,943.5,523Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-position: center; }
      .page-content .ui-accordion .ui-accordion-header.ui-state-active.ui-state-hover {
        background: #E9E9E9;
        color: #005AA1; }
    .page-content .ui-accordion .ui-accordion-header.ui-state-hover {
      background: #005AA1; }
  .page-content .ui-accordion .ui-accordion-content {
    border: 0;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    padding: 0;
    padding-top: 0;
    color: inherit;
    background: #E9E9E9;
    padding: 20px;
    padding-right: 55px;
    padding-top: 0;
    margin-top: -10px;
    margin-bottom: 10px; }
    .page-content .ui-accordion .ui-accordion-content a {
      color: #005AA1 !important; }
      .page-content .ui-accordion .ui-accordion-content a:hover {
        color: #808080 !important; }
    .page-content .ui-accordion .ui-accordion-content p {
      line-height: 1.375em; }
      .page-content .ui-accordion .ui-accordion-content p:last-of-type {
        margin-bottom: 0; }
    .page-content .ui-accordion .ui-accordion-content.ui-accordion-content-active {
      padding-bottom: 30px; }
  .page-content .ui-accordion .ui-state-default a {
    color: #404040; }
    .page-content .ui-accordion .ui-state-default a:link, .page-content .ui-accordion .ui-state-default a:visited {
      color: #404040; }

.page-content .on-list li {
  padding-left: 20px; }
  .page-content .on-list li:after {
    width: 10px;
    height: 10px; }

.page-content .bg-blue .ui-accordion .ui-accordion-header, .page-content .bg-grey-light .ui-accordion .ui-accordion-header {
  background: #fff; }
  .page-content .bg-blue .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before, .page-content .bg-grey-light .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='Pfeil' d='M943.5,536a1.649,1.649,0,0,1-1.154-.467l-8.865-9.806a1.57,1.57,0,0,1,0-2.26,1.665,1.665,0,0,1,2.312,0l7.708,8.677,7.71-8.676a1.662,1.662,0,0,1,2.312,0,1.571,1.571,0,0,1,0,2.259l-8.866,9.806A1.644,1.644,0,0,1,943.5,536Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center !important; }
  .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon:before, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-hover .ui-accordion-header-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='Pfeil' d='M943.5,536a1.649,1.649,0,0,1-1.154-.467l-8.865-9.806a1.57,1.57,0,0,1,0-2.26,1.665,1.665,0,0,1,2.312,0l7.708,8.677,7.71-8.676a1.662,1.662,0,0,1,2.312,0,1.571,1.571,0,0,1,0,2.259l-8.866,9.806A1.644,1.644,0,0,1,943.5,536Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center !important; }
  .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-hover a, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-hover a {
    color: #005AA1 !important; }
  .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-active, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-active {
    background: #fff;
    color: #005AA1; }
    .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-active a, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-active a {
      color: #005AA1 !important; }
      .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-active a:link, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-active a:link {
        color: #005AA1 !important; }
    .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13'%3E%3Cpath id='pfeil_aufklappen' data-name='pfeil aufklappen' d='M943.5,523a1.648,1.648,0,0,0-1.154.467l-8.865,9.806a1.57,1.57,0,0,0,0,2.26,1.665,1.665,0,0,0,2.312,0l7.708-8.677,7.71,8.676a1.662,1.662,0,0,0,2.312,0,1.571,1.571,0,0,0,0-2.259l-8.866-9.806A1.644,1.644,0,0,0,943.5,523Zm0,0' transform='translate(-932.999 -523.001)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
      background-size: contain;
      background-position: center; }
    .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-active.ui-state-hover, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-active.ui-state-hover {
      background: #fff;
      color: #005AA1; }
  .page-content .bg-blue .ui-accordion .ui-accordion-header.ui-state-hover, .page-content .bg-grey-light .ui-accordion .ui-accordion-header.ui-state-hover {
    background: #CCF5FF; }

.page-content .bg-blue .ui-accordion .ui-accordion-content, .page-content .bg-grey-light .ui-accordion .ui-accordion-content {
  background: #fff; }
  .page-content .bg-blue .ui-accordion .ui-accordion-content h1,
.page-content .bg-blue .ui-accordion .ui-accordion-content h2,
.page-content .bg-blue .ui-accordion .ui-accordion-content h3, .page-content .bg-grey-light .ui-accordion .ui-accordion-content h1,
.page-content .bg-grey-light .ui-accordion .ui-accordion-content h2,
.page-content .bg-grey-light .ui-accordion .ui-accordion-content h3 {
    color: #005AA1; }
  .page-content .bg-blue .ui-accordion .ui-accordion-content *, .page-content .bg-grey-light .ui-accordion .ui-accordion-content * {
    color: #404040; }

.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-layout: fixed; }
  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: #005AA1; }
    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: 23px; } }
  table tbody tr:nth-child(even) {
    background-color: #E9E9E9; }
  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: 23px; } }

.bg-blue table thead tr th {
  background: #fff; }
  .bg-blue table thead tr th p {
    color: #005AA1 !important; }

.bg-blue table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff; }
  .bg-blue table tbody tr:nth-child(even) p {
    color: #fff; }

.service__items {
  margin-left: -15px;
  margin-right: -15px; }
  .service__items .service__item {
    width: auto;
    padding: 30px;
    background: #E9E9E9;
    border-radius: 10px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    padding-bottom: 80px;
    height: 100%; }

@media only screen and (max-width: 991px) {
  .service__items .service__item {
    height: auto; } }

@media only screen and (max-width: 575px) {
  .service__items .service__item {
    padding: 20px;
    padding-bottom: 80px; } }
    .service__items .service__item h3 {
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }

@media only screen and (max-width: 575px) {
  .service__items .service__item h3 {
    margin-bottom: 10px; } }
    .service__items .service__item p {
      margin: 0;
      padding: 0;
      margin-bottom: 15px; }
      .service__items .service__item p:last-of-type {
        margin-bottom: 30px; }

@media only screen and (max-width: 575px) {
  .service__items .service__item p:last-of-type {
    margin-bottom: 20px; } }
    .service__items .service__item .btn--primary {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px; }

@media only screen and (max-width: 575px) {
  .service__items .service__item .btn--primary {
    left: 20px;
    bottom: 20px; } }
    .service__items .service__item .slick-dots {
      width: 100% !important; }
  .service__items .slick-track {
    display: flex !important; }
  .service__items .slick-slide {
    height: inherit !important; }

.service__items:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;
  align-items: stretch;
  height: 100%; }
  .service__items:not(.slick-slider) .service__item {
    width: calc(100% / 3 - 30px);
    flex-wrap: wrap;
    margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .service__items:not(.slick-slider) .service__item:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 991px) {
  .service__items:not(.slick-slider) .service__item {
    width: 100%;
    min-height: 1px; } }

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 15px; }
  .breadcrumb .breadcrumb__nav {
    padding: 0;
    margin: 0; }
    .breadcrumb .breadcrumb__nav * {
      font-size: 20px;
      line-height: 1.1em;
      color: #005AA1;
      font-weight: normal; }

@media only screen and (max-width: 575px) {
  .breadcrumb .breadcrumb__nav * {
    font-size: 18px; } }
  .breadcrumb .breadcrumb__ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .breadcrumb .breadcrumb__li {
    list-style: none;
    margin-right: 35px;
    position: relative; }
    .breadcrumb .breadcrumb__li:after {
      content: "";
      position: absolute;
      top: 4px;
      right: -25px;
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.779' height='12.276' viewBox='0 0 7.779 12.276'%3E%3Cpath id='pfeil' d='M939.137,530.781a.952.952,0,0,1-.675-.279l-5.183-5.868a.956.956,0,0,1,1.351-1.352l4.506,5.192,4.507-5.192A.956.956,0,0,1,945,524.633l-5.183,5.868a.95.95,0,0,1-.676.279Zm0,0' transform='translate(-523.001 945.276) rotate(-90)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain; }
    .breadcrumb .breadcrumb__li:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumb .breadcrumb__li:last-child span {
        color: #808080; }
      .breadcrumb .breadcrumb__li:last-child:after {
        display: none; }
  .breadcrumb .breadcrumb__a {
    display: block;
    text-decoration: none; }
    .breadcrumb .breadcrumb__a span {
      transition: all 0.5s ease; }
    .breadcrumb .breadcrumb__a:hover span {
      color: #007DB8; }

.faq__baustein {
  position: relative;
  margin-bottom: 4.5rem; }

@media only screen and (max-width: 1280px) {
  .faq__baustein {
    margin-bottom: 3rem; } }

@media only screen and (max-width: 575px) {
  .faq__baustein {
    margin-bottom: 1rem; } }
  .faq__baustein .faq__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .faq__baustein .faq__icon {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #005AA1;
    background: #fff;
    border-radius: 12px;
    position: relative;
    padding: 55px;
    transition: all 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 30px; }

@media only screen and (max-width: 1399px) {
  .faq__baustein .faq__icon {
    padding: 30px;
    font-size: 24px;
    line-height: 33px; } }

@media only screen and (max-width: 1280px) {
  .faq__baustein .faq__icon {
    font-size: 20px;
    line-height: 30px; } }

@media only screen and (max-width: 575px) {
  .faq__baustein .faq__icon {
    padding: 20px; } }
  .faq__baustein .faq__image {
    margin-bottom: 30px; }

@media only screen and (max-width: 1280px) {
  .faq__baustein .faq__image {
    margin-bottom: 15px; } }

@media only screen and (max-width: 575px) {
  .faq__baustein .faq__image {
    margin-bottom: 8px; } }
    .faq__baustein .faq__image img {
      width: 140px;
      height: 140px;
      transition: all 0.5s ease; }

@media only screen and (max-width: 1024px) {
  .faq__baustein .faq__image img {
    width: 80px;
    height: 80px; } }

@media only screen and (max-width: 767px) {
  .faq__baustein .faq__image img {
    width: 80px;
    height: 80px; } }
      .faq__baustein .faq__image img.icon__hover {
        display: none; }
  .faq__baustein .faq__row {
    position: relative; }
    .faq__baustein .faq__row.faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(0, calc(100% / 4 - 3rem)));
      grid-gap: 3rem;
      min-height: 1px;
      justify-content: flex-start; }

@media only screen and (max-width: 1280px) {
  .faq__baustein .faq__row.faq-grid {
    grid-gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(0, calc(50% - 1.5rem))); } }

@media only screen and (max-width: 575px) {
  .faq__baustein .faq__row.faq-grid {
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 100%)); } }

.bg-white .faq__baustein .faq__icon {
  background: #E9E9E9; }

.small-text {
  margin-bottom: 30px; }
  .small-text p {
    font-size: 18px;
    line-height: 28px;
    max-width: 1155px; }

@media only screen and (max-width: 767px) {
  .small-text p {
    font-size: 15px;
    line-height: 23px; } }

.teaser__tarife {
  margin-bottom: 50px; }

@media only screen and (max-width: 767px) {
  .teaser__tarife {
    margin-bottom: 0; } }
  .teaser__tarife .container-fluid {
    max-width: 1155px;
    margin: 0 auto;
    margin-top: 30px; }

.teaser__tarife_3 .container-fluid {
  max-width: none; }

.teaser__tarife_1 .tarif__item {
  margin: 0 auto; }

.tarif__item {
  max-width: 550px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 0;
  text-align: center; }

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

@media only screen and (max-width: 575px) {
  .tarif__item {
    margin-bottom: 30px; } }
  .tarif__item img {
    margin-bottom: 15px; }
  .tarif__item h3 {
    margin: 0;
    padding: 0; }
  .tarif__item p {
    margin: 0;
    padding: 0; }
  .tarif__item .tarif__icon {
    margin-bottom: 30px; }
  .tarif__item .tarif__price {
    margin-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px; }
    .tarif__item .tarif__price span {
      color: #005AA1;
      font-size: 72px;
      line-height: 1em;
      margin-bottom: 5px;
      display: block; }

@media only screen and (max-width: 375px) {
  .tarif__item .tarif__price span {
    font-size: 52px; } }
  .tarif__item .tarif__price-smal {
    margin-bottom: 40px; }
    .tarif__item .tarif__price-smal span {
      color: #005AA1;
      font-size: 36px;
      line-height: 1em;
      margin-bottom: 5px;
      display: block; }
  .tarif__item .tarif__benefits {
    text-align: left; }
    .tarif__item .tarif__benefits ul {
      margin: 0;
      padding: 0; }
      .tarif__item .tarif__benefits ul li {
        list-style: none;
        position: relative;
        margin-bottom: 10px;
        padding-left: 0; }
        .tarif__item .tarif__benefits ul li:after {
          display: none; }
        .tarif__item .tarif__benefits ul li:before {
          content: "";
          width: 20px;
          height: 20px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='19.276' viewBox='0 0 21 19.276'%3E%3Cpath id='icon-liste' d='M20.164,20.205a2.2,2.2,0,0,0-2.84.4L7.047,33.148,3.627,29.292a2.208,2.208,0,0,0-2.854-.3,1.677,1.677,0,0,0-.336,2.539l6.74,7.6,13.432-16.4A1.682,1.682,0,0,0,20.164,20.205Z' transform='translate(0 -19.859)' fill='%23005aa1'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          margin-right: 10px;
          position: relative;
          top: 3px;
          left: 0; }
  .tarif__item .tarif__bottom {
    margin-top: 30px;
    background: #005AA1;
    color: #fff;
    min-height: 190px;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    .tarif__item .tarif__bottom .btn--primary {
      margin-top: 20px;
      display: inline-block;
      background: #fff;
      color: #005AA1; }
      .tarif__item .tarif__bottom .btn--primary:hover {
        background: #CCF5FF; }

.bg-blue .tarif__item h3, .bg-blue .tarif__item span {
  color: #005AA1; }

.bg-blue .tarif__item p, .bg-blue .tarif__item li {
  color: #404040; }

.bg-blue .tarif__item .tarif__bottom {
  background: #E9E9E9; }
  .bg-blue .tarif__item .tarif__bottom .btn--primary {
    background: #005AA1;
    color: #fff; }
    .bg-blue .tarif__item .tarif__bottom .btn--primary:hover {
      background: #CCF5FF;
      color: #005AA1; }

.bg-section {
  padding-top: 80px;
  padding-bottom: 120px;
  min-height: 100px;
  width: 100vw;
  position: relative;
  left: calc(-1*(100vw - 100%) / 2); }

@media only screen and (max-width: 1024px) {
  .bg-section {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media only screen and (max-width: 575px) {
  .bg-section {
    padding-top: 25px;
    padding-bottom: 50px; } }

.bg-white {
  background: #fff; }

.bg-blue {
  background: #005AA1;
  color: #fff; }
  .bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue p,
.bg-blue span {
    color: #fff; }

.bg-grey-light {
  background: #E9E9E9; }

.hidden-nav-label {
  display: none; }

.slick-dots {
  position: relative;
  bottom: 0; }
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 5px; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      width: 15px;
      height: 15px;
      padding: 0;
      opacity: 1; }
      .slick-dots li button:before {
        width: 15px;
        height: 15px;
        background: #fff;
        border: 2px solid #005AA1;
        border-radius: 50px;
        content: "";
        opacity: 1;
        transition: all 0.5s ease; }
    .slick-dots li.slick-active button:before {
      background: #005AA1;
      border: 2px solid #005AA1; }

footer {
  background: #005AA1;
  color: #fff;
  min-height: 987px;
  position: relative;
  padding-top: 80px;
  overflow: hidden; }

@media only screen and (max-width: 1200px) {
  footer {
    padding-top: 50px; } }

@media only screen and (max-width: 575px) {
  footer {
    padding-top: 25px; } }

@media only screen and (max-width: 1680px) {
  footer .footer__portrait {
    text-align: center;
    padding-top: 30px; } }
  footer .footer__portrait .footer-portrait {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 720px; }

@media only screen and (max-width: 1680px) {
  footer .footer__portrait .footer-portrait {
    position: static;
    left: 0;
    max-width: 600px; } }

@media only screen and (max-width: 1280px) {
  footer .footer__portrait .footer-portrait {
    max-width: 500px; } }

@media only screen and (max-width: 1200px) {
  footer .footer__portrait .footer-portrait {
    max-width: 400px; } }
  footer:after {
    content: "";
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='273.74' viewBox='0 0 1920 273.74'%3E%3Cg id='bogen-header' opacity='0.9'%3E%3Cpath id='bogen-swl' d='M1920,137.56C1788.28,100.13,1379.06,0,769.7,0,401.66,0,107.75,38.28,0,54.46V273.74H1920Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    z-index: 99; }

@media only screen and (max-width: 1280px) {
  footer:after {
    background-size: 120%; } }

@media only screen and (max-width: 991px) {
  footer:after {
    background-size: 1280px; } }

@media only screen and (max-width: 767px) {
  footer:after {
    background-size: 1024px; } }

.footer__kontakt {
  color: #fff;
  position: relative;
  z-index: 101; }

@media only screen and (max-width: 1200px) {
  .footer__kontakt .offset-lg-3 {
    margin-left: 0 !important;
    width: 50%; } }

@media only screen and (max-width: 991px) {
  .footer__kontakt .offset-lg-3 {
    width: 100%; } }

@media only screen and (max-width: 1200px) {
  .footer__kontakt .col-lg-9 {
    width: 100%; } }
  .footer__kontakt .row_info .col-lg-2 {
    position: relative; }
  .footer__kontakt a {
    color: #fff;
    text-decoration: none; }
    .footer__kontakt a:hover {
      text-decoration: underline; }
  .footer__kontakt a[href^="tel"] {
    font-size: 24px;
    line-height: 33px; }

@media only screen and (max-width: 768px) {
  .footer__kontakt a[href^="tel"] {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
    display: table; } }
  .footer__kontakt h2 {
    font-size: 47px;
    line-height: 1em;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    color: #fff; }

@media only screen and (max-width: 768px) {
  .footer__kontakt h2 {
    margin-bottom: 25px;
    font-size: 36px; } }

@media only screen and (max-width: 575px) {
  .footer__kontakt h2 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px; } }
  .footer__kontakt h3 {
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #fff; }

@media only screen and (max-width: 768px) {
  .footer__kontakt h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 10px; } }
  .footer__kontakt p {
    font-size: 21px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 20px; }

@media only screen and (max-width: 768px) {
  .footer__kontakt p {
    font-size: 18px;
    line-height: 28px; } }

@media only screen and (max-width: 575px) {
  .footer__kontakt p {
    margin-top: 0; } }
  .footer__kontakt .info__ul {
    margin: 0;
    padding: 0; }
    .footer__kontakt .info__ul .info__li {
      list-style: none;
      padding-left: 20px;
      position: relative; }

@media only screen and (max-width: 575px) {
  .footer__kontakt .info__ul .info__li {
    margin-bottom: 10px; } }
      .footer__kontakt .info__ul .info__li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.637' height='15.207' viewBox='0 0 9.637 15.207'%3E%3Cpath id='pfeil_aufklappen' data-name='pfeil aufklappen' d='M940.6,532.638a1.179,1.179,0,0,1-.836-.346l-6.42-7.269a1.184,1.184,0,0,1,1.674-1.675l5.582,6.432,5.583-6.431a1.184,1.184,0,0,1,1.674,1.674l-6.42,7.269a1.177,1.177,0,0,1-.837.346Zm0,0' transform='translate(-523.001 948.207) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain; }

@media only screen and (max-width: 575px) {
  .footer__kontakt .info__ul .info__li:after {
    top: 7px;
    width: 13px;
    height: 13px; } }
    .footer__kontakt .info__ul .info__a {
      font-size: 21px;
      line-height: 36px; }

@media only screen and (max-width: 768px) {
  .footer__kontakt .info__ul .info__a {
    font-size: 18px;
    line-height: 28px; } }
  .footer__kontakt .line {
    position: absolute;
    width: 1px;
    height: 100%;
    max-height: 340px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

@media only screen and (max-width: 991px) {
  .footer__kontakt .line {
    width: 100%;
    height: 1px;
    position: static;
    margin-top: 30px;
    margin-bottom: 30px; } }

.footer__end {
  display: flex;
  padding-left: 62px;
  padding-right: 62px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 101;
  justify-content: space-between; }

@media only screen and (max-width: 1500px) {
  .footer__end {
    padding-left: 30px;
    padding-right: 30px; } }

@media only screen and (max-width: 991px) {
  .footer__end {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    bottom: 20px; } }

.footer__copyright p {
  margin: 0;
  padding: 0;
  color: #5C5C5C;
  font-size: 24px;
  line-height: 1em; }

@media only screen and (max-width: 1280px) {
  .footer__copyright p {
    font-size: 18px; } }

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

@media only screen and (max-width: 991px) {
  .footer__copyright {
    order: 2; } }

.footer__nav {
  margin: 0;
  padding: 0;
  display: block; }

@media only screen and (max-width: 991px) {
  .footer__nav {
    order: 1;
    margin-bottom: 10px; } }
  .footer__nav .footer__ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }

@media only screen and (max-width: 991px) {
  .footer__nav .footer__ul {
    justify-content: center; } }
  .footer__nav .footer__li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 40px; }
    .footer__nav .footer__li:last-child {
      margin-right: 0; }

@media only screen and (max-width: 1280px) {
  .footer__nav .footer__li {
    margin-right: 20px;
    margin-bottom: 10px; } }
  .footer__nav .footer__a {
    display: block;
    text-decoration: underline;
    transition: all 0.5s ease;
    font-size: 24px;
    line-height: 1em;
    color: #5C5C5C;
    cursor: pointer; }

@media only screen and (max-width: 1280px) {
  .footer__nav .footer__a {
    font-size: 18px;
    line-height: 25px; } }

@media only screen and (max-width: 575px) {
  .footer__nav .footer__a {
    font-size: 16px;
    line-height: 25px; } }
    .footer__nav .footer__a:hover {
      color: #005AA1;
      text-decoration: none; }

.flash {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 15px;
  margin-bottom: 1em;
  text-align: left;
  color: #404040;
  max-width: 1155px; }
  .flash p {
    margin: 0 !important; }
  .flash.form-success {
    background: #dff0d8;
    border-left: 5px solid #3f9f18; }
  .flash.form-failure {
    background: rgba(255, 77, 77, 0.15);
    border-left: 5px solid red; }
  .flash.form-info {
    border-left: 5px solid #ffd600;
    background: #fcf8e3; }

#app {
  position: relative;
  z-index: 9999; }
  #app p {
    max-width: 100%; }
  #app .cookie-logo {
    max-width: 300px; }
  #app .container {
    width: auto;
    max-width: inherit; }
  #app .cookiebar-inner a {
    color: #95c11f;
    border-bottom: none; }
    #app .cookiebar-inner a:hover {
      color: #005AA1; }
  #app .btn {
    border-radius: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px; }
    #app .btn:hover {
      background-color: #005AA1 !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: #005AA1 !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; } }

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

.nachname__modal button.open-tooltip, .kundennummer__modal button.open-tooltip {
  border: none;
  background-color: unset; }

.tarif-tooltip {
  display: none;
  position: absolute;
  top: -170px;
  right: -30px;
  width: 330px;
  background: #fff;
  color: #005AA1;
  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; }
  .tarif-tooltip p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal; }
    .tarif-tooltip p:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 0; }
  .tarif-tooltip.open {
    display: block; }

.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; }
  .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"); }

.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; }
  .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"); }

.tarif-tooltip {
  right: 0;
  min-height: 50px;
  font-size: 16px;
  line-height: 20px; }
  .tarif-tooltip p {
    font-size: 16px;
    line-height: 20px; }:root {
  --color-primary: #005AA1;
  --color-secondary: #CCF5FF;
  --color-highlight: #007DB8; }

.mobilenav-ul {
  display: block; }

.mobilenav-ul.sub {
  display: none; }

.mobilenav-ul.sub.active {
  display: block; }

.no-overflow {
  overflow: hidden; }

.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: var(--color-primary);
    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; }

.navigation-hamburger.mobilebutton {
  display: none;
  z-index: 999;
  background: transparent; }

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

.nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.5;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease; }

.mobilenav-open .nav-overlay {
  opacity: 0.5;
  pointer-events: visible;
  visibility: visible; }

#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: var(--color-primary); }
    #mobilenav .menu-toggle .cross span:nth-child(1) {
      left: 34px;
      top: 34%; }
    #mobilenav .menu-toggle .cross span:nth-child(2) {
      top: 34px;
      left: 33%; }
  #mobilenav .menu-toggle.open .cross span:nth-child(1) {
    height: 25px;
    transition-delay: .625s; }
  #mobilenav .menu-toggle.open .cross span:nth-child(2) {
    width: 25px;
    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: var(--color-primary);
  background: -moz-linear-gradient(top, var(--color-primary) 50px, var(--color-primary) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, var(--color-primary)), color-stop(100%, var(--color-primary)));
  background: -webkit-linear-gradient(top, var(--color-primary) 50px, var(--color-primary) 100%);
  background: -o-linear-gradient(top, var(--color-primary) 50px, var(--color-primary) 100%);
  background: -ms-linear-gradient(top, var(--color-primary) 50px, var(--color-primary) 100%);
  background: linear-gradient(to bottom, var(--color-primary) 50px, var(--color-primary) 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: auto;
  padding-top: 75px;
  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: calc(15px + var(--scrollbar));
    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: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  padding-top: 20px; }
  .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 * {
      transition: all 0.3s ease; }
    .mobilenav-header .mobilenav-back i {
      width: 10px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath d='M2.1 34.5c-.5 0-1-.2-1.4-.6-.8-.8-.8-2.1 0-2.9l13.5-13.5L.6 4c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l16.4 16.4L3.5 33.9c-.4.4-.9.6-1.4.6z' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-180deg); }
    .mobilenav-header .mobilenav-back:hover {
      color: var(--color-secondary); }
      .mobilenav-header .mobilenav-back:hover i {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath d='M2.1 34.5c-.5 0-1-.2-1.4-.6-.8-.8-.8-2.1 0-2.9l13.5-13.5L.6 4c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l16.4 16.4L3.5 33.9c-.4.4-.9.6-1.4.6z' fill='%239a9a9a'/%3E%3C/svg%3E");
        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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath d='M2.1 34.5c-.5 0-1-.2-1.4-.6-.8-.8-.8-2.1 0-2.9l13.5-13.5L.6 4c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l16.4 16.4L3.5 33.9c-.4.4-.9.6-1.4.6z' fill='%23fff'/%3E%3C/svg%3E");
    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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath d='M2.1 34.5c-.5 0-1-.2-1.4-.6-.8-.8-.8-2.1 0-2.9l13.5-13.5L.6 4c-.8-.8-.8-2.1 0-2.9s2.1-.8 2.9 0l16.4 16.4L3.5 33.9c-.4.4-.9.6-1.4.6z' fill='%239a9a9a'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.slidewrap {
  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: 21px;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  -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: #ccf5ff; }

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

.navigation-mobile {
  position: absolute;
  left: 0; }

nav#mobilenav {
  display: flex;
  flex-direction: column;
  max-width: 416px;
  overflow: hidden;
  overflow-y: scroll;
  padding-inline: 0; }

.slidewrap {
  height: auto; }

.page-content--grey {
  background-color: #E9E9E9; }

.page-content--grey .kv-headline {
  transform: none;
  top: inherit;
  bottom: 0;
  position: relative;
  padding-top: calc(100vw / 7);
  margin-bottom: 50px; }

@media only screen and (max-width: 1500px) {
  .page-content--grey .kv-headline {
    padding-top: 130px; } }

@media only screen and (max-width: 991px) {
  .page-content--grey .kv-headline {
    padding-top: 40px;
    margin-bottom: 0px; } }

@media only screen and (max-width: 575px) {
  .page-content--grey .kv-headline {
    padding-top: 25px;
    margin-bottom: 0px; } }

.page-content--grey .kv--content {
  position: relative; }.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!"; }

.formular {
  margin-top: 45px !important; }

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

.formular {
  max-width: 1035px;
  padding: 0;
  margin: 0;
  border: 0;
  padding-bottom: 50px;
  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-weight: 700; }

@media only screen and (max-width: 1280px) {
  .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: #005AA1; }
    .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 #005AA1;
    background-color: #005AA1;
    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: 1280px) {
  .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 label {
      font-size: 18px;
      line-height: 1em;
      font-weight: normal;
      flex: 0 0 260px;
      top: 5px;
      position: relative; }

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

@media only screen and (max-width: 991px) {
  .formular .row-form label {
    flex: 0 0 100%; } }
      .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: 10px 15px;
      color: #005AA1;
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.5em;
      font-weight: normal;
      max-width: 100%;
      width: calc(100% - 260px);
      -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: 100%; } }
      .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 #005AA1;
        -moz-box-shadow: inset 0px 0px 0px 2px #005AA1;
        box-shadow: inset 0px 0px 0px 2px #005AA1; }
    .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: calc(100% - 260px); }

@media only screen and (max-width: 991px) {
  .formular .row-form.row-ort .plzort {
    width: 100%; } }
      .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% - 260px);
      float: right;
      margin-top: 10px; }
      .formular .row-form.row-datenschutz.row-nomargin {
        margin-bottom: 0; }

@media only screen and (max-width: 1280px) {
  .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: #404040;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        line-height: 27px; }
        .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: 18px;
    line-height: 27px; } }
    .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: 20px;
      clear: both; }
      .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;
      margin-bottom: 0; }
      .formular .row-form.row-absenden p {
        margin: 0;
        padding: 0; }
      .formular .row-form.row-absenden a {
        font-size: 18px;
        line-height: 27px;
        background: #005AA1;
        color: #fff;
        font-weight: normal;
        border-radius: 10px;
        padding: 10px 15px;
        text-decoration: none;
        transition: all 0.5s ease;
        display: table; }
        .formular .row-form.row-absenden a:hover {
          background: #CCF5FF;
          color: #005AA1; }
  .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; }
  .formular select {
    transition: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath fill='%23005AA1' d='M6.5 8c-.3 0-.5-.1-.7-.3l-5.3-6C.1 1.3.1.7.5.3c.4-.4 1-.4 1.4 0l4.6 5.3L11.1.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-5.3 6c-.2.2-.4.3-.7.3z'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) calc(1em + 2px);
    background-size: 12px 8px;
    background-repeat: no-repeat; }
  .formular select:focus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath fill='%23005AA1' d='M6.5 0c.3 0 .5.1.7.3l5.3 6c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0L6.5 2.4 1.9 7.7c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l5.3-6c.2-.2.4-.3.7-.3z'/%3E%3C/svg%3E");
    outline: 0; }

.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: #005AA1;
      box-shadow: inset 0 0 0 4px #fff; }
    .radioButtonWrapper input[type="radio"]:focus + label:before {
      outline: none;
      border-color: #005AA1; }
    .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; }fieldset.search {
  display: inline-block;
  position: relative;
  margin: 20px 0 40px;
  padding: 0;
  width: 100%;
  height: 60px;
  border: none; }
  fieldset.search input {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: white;
    border-radius: 12px;
    padding: 0 12px; }
  fieldset.search .search-icon:after {
    position: absolute;
    right: 10px;
    top: 10px; }

.unproductive {
  display: none; }

.search h2 {
  margin: 40px 0 20px; }

.page-search-main {
  margin: 20px 0 40px; }
  .page-search-main .pager {
    display: none; }

.hidden-area {
  display: none; }

.top-search button {
  border: none;
  background: none;
  display: flex;
  flex-direction: column; }

.top-search span {
  font-size: 16px;
  line-height: 1em;
  padding-top: 7px; }

.search-icon:after, .search-btn-nav svg {
  height: 40px;
  width: 40px; }

.search-icon:after {
  content: "";
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38.919" height="38.814" viewBox="0 0 38.919 38.814"><defs><style>.a3{fill:%23005AA1;}.b3{fill:none;stroke:%23005AA1;stroke-miterlimit:10;stroke-width:2.99px;}</style></defs><g transform="translate(20.213 20.154)"><g transform="translate(-18.706 -18.659)"><path class="a3" d="M13.9,17.638a3.25,3.25,0,0,0,.813,1.625l10.4,10.4a3.25,3.25,0,0,0,4.55-4.55l-10.4-10.4a3.25,3.25,0,0,0-1.625-.813" transform="translate(7.1 7.006)"></path><path class="b3" d="M14.827,28.441a13.733,13.733,0,1,1,9.588-4.063,13.65,13.65,0,0,1-9.588,4.063Z" transform="translate(-0.978 -1.035)"></path></g></g></svg>'); }

.search-btn-nav {
  color: #005AA1;
  font-size: 16px; }

.search-box {
  border-radius: 12px;
  background-color: #005AA1;
  transform: translate(-17px, 17px);
  position: absolute;
  width: 400px; }
  .search-box:after {
    content: "";
    background-color: #005AA1;
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    left: 22px;
    top: -10px;
    display: block;
    position: absolute;
    z-index: -1; }
  .search-box .search-inner {
    z-index: 5;
    padding: 12px; }
    .search-box .search-inner .search-input input {
      border: none;
      border-radius: 12px;
      width: 100%;
      height: 50px;
      padding: 0 12px; }
    .search-box .search-inner .search-input button {
      position: absolute;
      right: 15px;
      top: 15px;
      cursor: pointer; }

@media only screen and (max-width: 1278px) {
  .nav__icon-li.top-search .search-btn-nav span {
    font-size: 13px;
    padding-top: 7px; }
  .nav__icon-li.top-search .search-btn-nav:after, .nav__icon-li.top-search .search-btn-nav svg {
    width: 25px;
    height: 25px; } }

@media only screen and (max-width: 574px) {
  .nav__icon-li.top-search {
    margin-right: 0 !important; }
    .nav__icon-li.top-search .search-btn-nav span {
      padding-top: 6px; }
  .search-box {
    width: calc(100% - 30px);
    max-width: 768px;
    min-height: 60px;
    height: auto;
    left: 15px;
    top: 90px;
    transform: translate(0, 0); }
    .search-box:after {
      left: 50px; }
    .search-box .search-inner .search-input input {
      height: 30px;
      font-size: 20px; }
    .search-box .search-inner .search-input .search-btn:after {
      width: 20px;
      height: 20px; } }

/* Breadcrumb Suche */
.search-breadcrumb {
  margin: 1rem 0 0 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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.779' height='12.276' viewBox='0 0 7.779 12.276'%3E%3Cpath id='pfeil' d='M939.137,530.781a.952.952,0,0,1-.675-.279l-5.183-5.868a.956.956,0,0,1,1.351-1.352l4.506,5.192,4.507-5.192A.956.956,0,0,1,945,524.633l-5.183,5.868a.95.95,0,0,1-.676.279Zm0,0' transform='translate(-523.001 945.276) rotate(-90)' fill='%231D3A8F'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      z-index: 12; }
    .search-breadcrumb li:last-child:after {
      display: none; }

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

.search-reslut {
  padding-bottom: 0; }
  .search-reslut + .search-reslut .search-item:first-child {
    border-top: 1px solid rgba(0, 81, 160, 0.5);
    padding-top: 40px;
    margin-top: 0; }
  .search-reslut .search-item {
    border-bottom: 1px solid rgba(0, 81, 160, 0.5);
    margin-bottom: 39px;
    padding-bottom: 20px;
    border-radius: 0;
    position: relative;
    cursor: default;
    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 0 0.25em 0;
      color: #0051A0;
      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: #0051A0;
      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: var(--color-highlight); }
      .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-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15'%3E%3Cpath id='pfeil' d='M940.5,533a1.135,1.135,0,0,1-.825-.359l-6.332-7.543a1.273,1.273,0,0,1,0-1.738,1.129,1.129,0,0,1,1.651,0l5.506,6.675,5.507-6.674a1.127,1.127,0,0,1,1.651,0,1.274,1.274,0,0,1,0,1.737l-6.333,7.543a1.132,1.132,0,0,1-.826.359Zm0,0' transform='translate(-523.001 947.999) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.5px);
        right: 7px; }

@media only screen and (max-width: 1024px) {
  .search-reslut .search-item a.search-link:after {
    width: 12px;
    height: 12px; } }
      .search-reslut .search-item a.search-link:hover {
        color: #fff; }
    .search-reslut .search-item a[href$=".pdfx"] {
      display: inline-block;
      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; }