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-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s 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;
    /* Using without prefix would break IE11 */
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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;
    -ms-transform-origin: top left;
    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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        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%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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 fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (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));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: 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: center center;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../8b43027f47b20503057d.eot?v=4.7.0);src:url(../8b43027f47b20503057d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../20fd1704ea223900efa9.woff2?v=4.7.0) format("woff2"),url(../f691f37e57f04c152e23.woff?v=4.7.0) format("woff"),url(../1e59d2330b4c6deb84b3.ttf?v=4.7.0) format("truetype"),url(../27ef5482ec849156b044.svg?v=4.7.0#fontawesomeregular) format("svg")}.fa{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.2857142857em}.fa-ul{list-style-type:none;margin-left:2.1428571429em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.1428571429em;position:absolute;text-align:center;top:.1428571429em;width:2.1428571429em}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.dsgvo,.label{display:inline-block;font-size:18px;font-weight:300;line-height:1.6}.label--small{font-size:14px}.file-input,.input,.select,.wpcf7-form-control-wrap.anrede{background-color:#fff;border:1px solid #7c7c7c;border-radius:5px;font-family:Open Sans,Arial,sans-serif;font-size:16px;padding:5px}@media screen and (min-width:768px){.file-input,.input,.select,.wpcf7-form-control-wrap.anrede{font-size:18px}}.input--full-width,.select--full-width{width:100%}.file-input{padding:10px 5px;width:100%}.wpcf7-form-control-wrap.anrede{display:block;padding-left:10px}.wpcf7-form-control-wrap.anrede .wpcf7-list-item{display:block}.submit-button{background-color:#f0f0f0;border:1px solid #7c7c7c;border-radius:5px;font-family:Open Sans,Arial,sans-serif;font-size:18px;padding:5px 30px}span.wpcf7-list-item{margin-left:0;margin-right:.5em}div.wpcf7{margin:2em 0}.search-box{display:none}.search-form{background-color:hsla(0,0%,65%,.9);border-radius:5px;font-size:18px;list-style-type:none;margin:0;padding:30px;position:fixed;text-align:center;transition:top .5s ease}@media screen and (min-width:1200px){.search-form{display:flex;justify-content:center;text-align:right}}.search-form__label{align-items:center;display:flex;margin-bottom:20px}@media screen and (min-width:1200px){.search-form__label{margin-bottom:0}}.search-form__label-text{color:#fff;display:block;margin:0 10px;text-shadow:1px 1px 1px #000}.search-form__input{background-color:#fff;border:2px solid transparent;border-radius:5px;color:#000;font-size:18px;margin:0 10px;padding:8px;transition:all .5s ease}.search-form__input:focus{border-color:#589e2f}@media screen and (min-width:1200px){.search-form__input:hover{border-color:#589e2f}}.search-form__submit{background-color:#7c7c7c;border:1px solid transparent;border-radius:5px;color:#fff;display:inline-block;padding:8px 20px;transition:all .5s ease}.search-form__submit:focus{background-color:#589e2f}@media screen and (min-width:1200px){.search-form__submit{margin:0 10px;padding:0 10px}.search-form__submit:hover{background-color:#589e2f}}.magnifier{border:0;height:31px;width:40px}.magnifier,.magnifier__form-1{display:block;position:relative}.magnifier__form-1{background-color:#7c7c7c;border-radius:2px;height:8px;transform:rotate(-45deg) translateX(-2px);transform-origin:100% 50%;transition:all .5s ease;width:37px}.magnifier__form-1-wrapper{display:block;left:0;position:absolute;top:0;z-index:1000}.magnifier__form-2{background-color:#fff;border:6px solid #7c7c7c;border-radius:100%;box-shadow:0 0 0 1px #fff;display:block;height:25px;position:absolute;right:0;top:0;transition:all .5s ease;width:25px;z-index:1100}.search__link:hover .magnifier__form-1{background-color:#589e2f}.search__link:hover .magnifier__form-2{border-color:#589e2f}.search__link--active .magnifier__form-1{background-color:#589e2f}.search__link--active .magnifier__form-2{background-color:#589e2f;border-radius:2px;border-width:0;box-shadow:none;height:8px;transform:translateX(1px) translateY(14px) rotate(45deg);width:37px}.header-image{margin:0 auto;max-width:1150px;width:100%}@media screen and (min-width:1200px){.header-image{margin-top:43px}}.header-image__image{border-radius:5px;display:block;width:100%}.content{margin:0 auto;max-width:1150px;padding:0 20px 40px;position:relative;width:100%}@media screen and (min-width:1200px){.content{padding:0 0 80px}}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#a6a6a6;font-weight:300}.content h1{font-size:24px;margin:1em 0}@media screen and (min-width:400px){.content h1{font-size:calc(17px + 1.75vw)}}@media screen and (min-width:1200px){.content h1{font-size:38px}}.content h2{font-size:22px}@media screen and (min-width:400px){.content h2{font-size:calc(15px + 1.75vw)}}@media screen and (min-width:1200px){.content h2{font-size:36px}}.content h3{font-size:22px}@media screen and (min-width:400px){.content h3{font-size:calc(16px + 1.5vw)}}@media screen and (min-width:1200px){.content h3{font-size:34px}}.content h4,.content h5,.content h6{font-size:20px}@media screen and (min-width:400px){.content h4,.content h5,.content h6{font-size:calc(18px + .5vw)}}@media screen and (min-width:1200px){.content h4,.content h5,.content h6{font-size:24px}}.content .woocommerce{font-size:18px}.content .accordion__content p,.content .container-config li,.content .container-config p,.content .greybox p,.content .news-teaser p,.content .oz-zusatz,.content .stellenangebot p,.content .stellenangebot ul,.content .wpcf7 p,.content li,.content>p{font-size:18px;font-weight:300;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.8;margin:2em 0}@media screen and (min-width:400px){.content .accordion__content p,.content .container-config li,.content .container-config p,.content .greybox p,.content .news-teaser p,.content .oz-zusatz,.content .stellenangebot p,.content .stellenangebot ul,.content .wpcf7 p,.content li,.content>p{font-size:calc(17px + .25vw)}}@media screen and (min-width:1200px){.content .accordion__content p,.content .container-config li,.content .container-config p,.content .greybox p,.content .news-teaser p,.content .oz-zusatz,.content .stellenangebot p,.content .stellenangebot ul,.content .wpcf7 p,.content li,.content>p{font-size:20px}}.content .accordion__content p+ol,.content .accordion__content p+ul,.content .container-config li+ol,.content .container-config li+ul,.content .container-config p+ol,.content .container-config p+ul,.content .greybox p+ol,.content .greybox p+ul,.content .news-teaser p+ol,.content .news-teaser p+ul,.content .oz-zusatz+ol,.content .oz-zusatz+ul,.content .stellenangebot p+ol,.content .stellenangebot p+ul,.content .stellenangebot ul+ol,.content .stellenangebot ul+ul,.content .wpcf7 p+ol,.content .wpcf7 p+ul,.content li+ol,.content li+ul,.content>p+ol,.content>p+ul{margin-top:-1.2em}.content .oz-zusatz{margin:0!important}.content .stellenangebot p,.content .stellenangebot ul{padding:0 20px}@media screen and (min-width:1200px){.content .stellenangebot p,.content .stellenangebot ul{padding:0 115px}.content .stellenangebot ul{padding-left:calc(115px + 1em)}}.content>ol,.content>ul{list-style-type:disc;margin:2em 0 2em 1em}.content ol{list-style-type:decimal}.content li{margin:0}.content strong{font-weight:400}.alignleft,.alignright{display:block;margin:2em auto}@media screen and (min-width:800px){.alignleft,.alignright{border-radius:5px}.alignleft{float:left;margin:0 2em 2em 0}.alignright{float:right;margin:0 0 2em 2em}}.ui-menu .ui-menu-item{font-size:18px}.ui-autocomplete{max-height:200px;overflow-x:hidden;overflow-y:auto}.form-row__label{display:flex;flex-wrap:wrap}.form-row__label-text{margin-right:20px}.form-row__label--centered{justify-content:center}.form-row__error{color:red;display:none;width:100%}.form-row__label--centered .form-row__error{text-align:center}.form-row__input,.qty{border:1px solid #589e2f;border-radius:4px;font-size:20px;padding:5px}.form-row__input--center,.qty--center{text-align:center}.form-row--has-error .form-row__error{display:block}.form-row--has-error .form-row__input{border-color:red}.woocommerce{padding:0 20px}@media screen and (min-width:1200px){.woocommerce{padding:0}}.container-config{padding:0 20px}@media screen and (min-width:1200px){.container-config{padding:0}}.container-config__button-row{display:flex;flex-wrap:wrap;justify-content:center;margin:60px 0 40px}.container-config__button-row>*{margin:20px}.container-config__button-row>:first-child{order:2}@media screen and (min-width:500px){.container-config__button-row>:first-child{order:unset}}.container-config__button,.container__info .added_to_cart{background-color:#589e2f;border:1px solid #589e2f;border-radius:4px;color:#fff;display:block;font-size:20px;padding:10px 35px;transition:all .5s ease}.container-config__button:disabled,.container__info .added_to_cart:disabled{background-color:#ddd;border-color:#ddd;cursor:not-allowed}.container-config__button.loading,.container__info .added_to_cart.loading{-webkit-animation:pulse .5s infinite alternate;animation:pulse .5s infinite alternate}.container-config__button--reverse,.container-config__button:not(:disabled):hover,.container__info .added_to_cart--reverse,.container__info .added_to_cart:not(:disabled):hover{background-color:#fff;color:#589e2f}.container-config__button--reverse:not(:disabled):hover,.container__info .added_to_cart--reverse:not(:disabled):hover{background-color:#589e2f;color:#fff}.container-config__error{color:red;text-align:center}@-webkit-keyframes pulse{0%{background-color:#589e2f;color:#fff}to{background-color:#fd0;color:#589e2f}}@keyframes pulse{0%{background-color:#589e2f;color:#fff}to{background-color:#fd0;color:#589e2f}}.material-select__list{display:grid;gap:20px;grid-template-columns:1fr}@media screen and (min-width:600px){.material-select__list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:800px){.material-select__list{grid-template-columns:repeat(3,1fr)}}.material-select__material{border:1px solid #7c7c7c;border-radius:5px;cursor:pointer;overflow:hidden;position:relative;transition:all .5s ease}.material-select__material:hover .material-select__image{transform:scale(1.1)}.material-select__material-label span{display:block}.material-select__image-wrapper{overflow:hidden;padding-top:66%;position:relative}.material-select__image{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;top:0;transition:all .5s ease;width:100%}.material-select__info-title{display:inline-block!important}.material-select__title{font-size:18px;padding:5px;text-align:center}.container__info-button,.material-select__info{border:0;color:#333;cursor:help}.container__info-button i,.material-select__info i{align-items:center;background-color:#fd0;border:1px solid #589e2f;border-radius:50%;color:#589e2f;display:inline-flex;height:22px;justify-content:center;margin-left:5px;width:22px}.material-select__input{opacity:0;position:absolute}.material-select__input:checked+.material-select__material{background-color:#589e2f;color:#fff}.material-select__input:checked+.material-select__material .material-select__check{opacity:1}.material-select__input:checked+.material-select__material .material-select__info{color:#fff}.material-select__check{align-items:center;background-color:#fff;border:1px solid #589e2f;border-radius:50%;color:#589e2f;display:flex!important;font-size:18px;height:30px;justify-content:center;opacity:0;padding:5px;position:absolute;right:10px;top:10px;transition:opacity .5s ease;width:30px}.container{border:1px solid #7c7c7c;border-radius:5px;margin:40px 0;padding:10px;position:relative}@media screen and (min-width:800px){.container{align-items:center;display:flex;justify-content:space-between}}.container__image-wrapper{flex-basis:33%}.container__info{flex-basis:65%}.container__info-button{font-size:20px}.container__title{font-size:24px;margin:0 0 20px}.container__description{font-size:18px}@media screen and (min-width:1100px){.container__description{margin-bottom:60px}}.container__description p{margin:10px 0!important}.container__price{color:#589e2f;font-size:24px;margin:20px 0}.container__tax{color:#333;font-size:16px}@media screen and (min-width:400px){.container__add-to-cart{display:flex;flex-wrap:wrap}}.container__add-to-cart .qty{font-size:18px;height:100%;margin-bottom:20px;text-align:center}@media screen and (min-width:400px){.container__add-to-cart .qty{display:flex;flex-wrap:wrap;margin-bottom:0;margin-right:20px}}.container .added_to_cart{background-color:#fff;color:#589e2f;font-size:16px;margin-left:20px;position:absolute;right:10px;top:10px}.container .added_to_cart:hover{background-color:#589e2f;color:#fff}.container__addons{margin-top:60px;width:100%}@media screen and (min-width:1100px){.container__addons{bottom:10px;margin-top:0;position:absolute;right:20px;width:auto}}.content .container-config .container__addons p{margin:0}.material-infoboxes-wrapper{display:none}.material-infoboxes{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:block;height:100vh;left:0;overflow:hidden auto;position:fixed;right:0;top:0;z-index:2000}.material-infoboxes__inside{align-items:center;display:flex;justify-content:center;min-height:100%;padding:40px 0}.material-infobox{background-color:#f8f8f8;border:2px solid #589e2f;border-radius:5px;box-shadow:0 0 10px 0 rgba(0,0,0,.4);display:none;max-width:800px;position:relative;width:95%}.content .material-infobox__title{background-color:#589e2f;color:#fff;display:block;font-size:28px;margin:0;padding:0 50px 0 20px}.content .material-infobox__title:after,.content .material-infobox__title:before{display:none}.content .material-infobox__content{padding:20px}.content .material-infobox__content p{font-size:16px;line-height:1.5;margin:10px 0}.material-infobox__close{border:0;color:#fff;position:absolute;right:10px;top:2px}.material-infobox__close:hover{color:#fd0}.content .material-headline{background-color:#7c7c7c;border-radius:5px;color:#fff;display:flex;font-size:20px;margin-top:60px;overflow:hidden}@media screen and (min-width:800px){.content .material-headline{font-size:30px}}.content .material-headline__image-container{display:block;margin-right:20px;width:20%}@media screen and (min-width:600px){.content .material-headline__image-container{margin-right:40px;width:30%;width:200px}}.content .material-headline__image-wrapper{display:block;height:100%;overflow:hidden;padding-top:66%;position:relative}.content .material-headline__image{display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:all .5s ease;width:100%}.content .material-headline__text{align-items:center;display:flex;flex:1;padding:10px 40px 10px 0}.content-2018{padding:0 0 20px}@media screen and (min-width:1200px){.content-2018{padding:0 0 80px}}.content-2018 h1,.content-2018 h2{align-items:center;background-color:#fff;display:flex;justify-content:center;text-align:center}.content-2018 h1:after,.content-2018 h1:before,.content-2018 h2:after,.content-2018 h2:before{border-top:1px solid #a6a6a6;content:"";display:block;flex-grow:1;min-width:50px}.content-2018 h1:after,.content-2018 h2:after{margin-left:.5em}@media screen and (min-width:700px){.content-2018 h1:after,.content-2018 h2:after{margin-left:1em}}.content-2018 h1:before,.content-2018 h2:before{margin-right:.5em}@media screen and (min-width:700px){.content-2018 h1:before,.content-2018 h2:before{margin-right:1em}}.content-2018 h1{margin:1em 0 .75em}.content-2018 h1+p{margin-top:.75em}.content-2018 h1+h1{display:block;padding:0 20px;text-align:left}@media screen and (min-width:1200px){.content-2018 h1+h1{padding:0 115px}}.content-2018 h1+h1{font-size:22px}@media screen and (min-width:400px){.content-2018 h1+h1{font-size:calc(18px + 1vw)}}@media screen and (min-width:1200px){.content-2018 h1+h1{font-size:30px}}.content-2018 h1+h1:after,.content-2018 h1+h1:before{display:none}.content-2018 h2{font-size:24px;margin:2.5em 0 .75em}@media screen and (min-width:400px){.content-2018 h2{font-size:calc(17px + 1.75vw)}}@media screen and (min-width:1200px){.content-2018 h2{font-size:38px}}.content-2018 .wp-block-image .size-content-full-width,.content-2018 .wp-block-image .size-full{display:block;margin-left:-20px;max-width:none;width:calc(100% + 40px)}.content-2018 .wp-block-image .size-content-full-width.with-border,.content-2018 .wp-block-image .size-full.with-border{border:1px solid #7c7c7c}@media screen and (min-width:1200px){.content-2018 .wp-block-image .size-content-full-width,.content-2018 .wp-block-image .size-full{border-radius:10px;margin-left:-115px;width:calc(100% + 230px)}}.content-2018 .container-config p,.content-2018 .container-config__button-row.step-0,.content-2018 .greybox p,.content-2018 .material-wrapper,.content-2018 .news-teaser p,.content-2018 .tiles-block,.content-2018 .wpcf7 p,.content-2018>ol,.content-2018>p,.content-2018>ul{padding:0 20px}@media screen and (min-width:1200px){.content-2018 .container-config p,.content-2018 .container-config__button-row.step-0,.content-2018 .greybox p,.content-2018 .material-wrapper,.content-2018 .news-teaser p,.content-2018 .tiles-block,.content-2018 .wpcf7 p,.content-2018>ol,.content-2018>p,.content-2018>ul{padding:0 115px}}.content-2018 .more-link{text-align:right}.content-2018 .more-link__link{color:#000;font-style:italic;font-weight:300}@media screen and (min-width:1200px){.content-2018 .more-link__link:hover{color:#589e2f}}.content-2018 .greybox{background-color:#d0d0d0;border-radius:5px;color:#7c7c7c;margin:2em 20px;padding:30px}@media screen and (min-width:1200px){.content-2018 .greybox{margin-left:115px;margin-right:115px}}.content-2018 .greybox p{padding:0}.content-2018 .greybox p:first-child{margin-top:0}.content-2018 .greybox p:last-child{margin-bottom:0}.accordion{padding:0 20px}@media screen and (min-width:1200px){.accordion{padding:0 115px}}.accordion{clear:both}.content .accordion__trigger{background-color:#dadada;border:1px solid #7c7c7c;border-radius:5px;color:#000;cursor:pointer;display:block;font-size:18px;font-style:normal;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;margin:20px 0 0;padding:5px 50px 5px 10px;position:relative;text-align:left}@media screen and (min-width:400px){.content .accordion__trigger{font-size:calc(17px + .25vw)}}@media screen and (min-width:1200px){.content .accordion__trigger{font-size:20px}}.content .accordion__trigger:after{align-items:center;border:0;bottom:0;color:#888;content:"";display:flex;font-family:FontAwesome;font-size:24px;margin:0;min-width:0;padding-top:2px;position:absolute;right:10px;top:0;transition:all .5s ease}.content .accordion__trigger:before{display:none}@media screen and (min-width:1200px){.content .accordion__trigger{transition:all .5s ease}.content .accordion__trigger:hover{background-color:#589e2f;color:#fff}.content .accordion__trigger:hover:after{color:#fff}}.content .accordion__trigger--active{background-color:#589e2f;color:#fff}.content .accordion__trigger--active:after{color:#fff;transform:rotate(135deg)}.accordion__content{border:1px solid #7c7c7c;border-radius:0 0 5px 5px;border-top:0;display:none;margin:0 6px;overflow:hidden;padding:10px}.content .accordion__content p{padding:0}.content .accordion__content p:first-child{margin-top:0}.content .accordion__content p:last-child{margin-bottom:0}@media screen and (max-width:1199px){.content .accordion__content p{font-size:.95em}}@media screen and (min-width:1200px){.accordion__content{margin:0 20px;padding:20px}}.footer{border-bottom:1px solid #7c7c7c;border-top:1px solid #7c7c7c;font-size:16px;justify-content:space-around;line-height:2;margin:20px auto 10px;max-width:1150px;padding:20px;width:100%}@media screen and (min-width:768px){.footer{display:flex;flex-wrap:wrap;justify-content:space-between}}@media screen and (min-width:1200px){.footer{flex-wrap:nowrap;margin-bottom:50px;padding:20px 0}}.footer-column{border-bottom:1px solid #7c7c7c;margin-bottom:20px;padding-bottom:20px}@media screen and (min-width:1200px){.footer-column{border-bottom:0;margin-bottom:0;padding-bottom:0;width:15%}}.footer__right{border-bottom:0;margin-bottom:0;padding-bottom:0}@media screen and (min-width:1200px){.footer__right{width:40%}}.footer__right .textwidget p{margin-bottom:0}.footer__right ul{list-style-type:none;margin:0 0 20px}@media screen and (min-width:768px)and (max-width:1199px){.footer__center,.footer__left{width:50%}}.footer__head{font-weight:700;margin:0}.footer-nav{list-style-type:none;margin:0}.footer__left .footer-nav{color:#a6a6a6}.footer-nav__link,.footer__right a{border:0;color:#a6a6a6}@media screen and (min-width:1200px){.footer-nav__link:hover,.footer__right a:hover{color:#000}}.footer-nav__link-active{color:#000}.contact-box__link{align-items:flex-start;background-color:#7c7c7c;border:0;color:#fff;display:flex;font-size:18px;line-height:36px;padding:10px;position:fixed;right:0;top:50%;transform:translateY(-50%)}@media screen and (min-width:1200px){.contact-box__link{padding:15px;top:300px;transform:unset}}.contact-box__link:hover .contact-box__link-text{max-height:400px;max-width:400px;opacity:1;padding-right:20px}.contact-box__link--phone{border-radius:5px 0 0;display:none;z-index:900}.contact-box__link--phone:hover{border-bottom-left-radius:5px}@media screen and (min-width:1200px){.contact-box__link--phone{display:block}}.contact-box__link--mail{border-radius:5px 0 0 5px;top:50%;z-index:800}.contact-box__link--mail:hover{border-top-left-radius:5px}.contact-box__link--mail .fa-envelope{display:none}@media screen and (min-width:1200px){.contact-box__link--mail{border-radius:0;top:367px}.contact-box__link--mail .fa-envelope{display:inline-block}.contact-box__link--mail .fa-comment{display:none}}.contact-box__link--reklamation{display:none;top:433px;z-index:700}@media screen and (min-width:1200px){.contact-box__link--reklamation{display:block}}.contact-box>:last-child{border-radius:0 0 0 5px}.contact-box__link-text{line-height:normal;max-height:0;max-width:0;opacity:0;overflow:hidden;transition:all .5s ease;white-space:nowrap}.contact-box__link-icon{font-size:26px;transition:all .5s ease}@media screen and (min-width:1200px){.contact-box__link-icon{font-size:36px}}.contact-box__link-row{display:inline-block}.contact-box__link-row:not(:last-child){margin-bottom:8px}.contact-box__link-label{font-size:14px}.contact-box__special-link{border:0;color:#fff;font-weight:400}.contact-box__special-link:hover{color:#fd0}.branchenloesungen{background-color:#dadada;border-radius:5px;margin:40px 0}.content .branchenloesungen__menu{display:block;list-style-type:none;margin:0;padding:20px}@media screen and (min-width:768px){.content .branchenloesungen__menu{display:flex;flex-wrap:wrap;justify-content:space-between}}.branchenloesungen__item{padding:20px}@media screen and (min-width:768px){.branchenloesungen__item{width:50%}}@media screen and (min-width:1200px){.branchenloesungen__item{flex:1;width:auto}}.branchenloesungen__link{text-align:center}.branchenloesungen__link .st1{fill:#fff}.branchenloesungen__icon{display:block}.branchenloesungen__icon svg{display:block;margin:0 auto;width:120px}@media screen and (min-width:1200px){.branchenloesungen__icon .st0,.branchenloesungen__icon .st1{transition:all .5s ease}.branchenloesungen__link:hover .branchenloesungen__icon .st0{fill:#589e2f}}.branchenloesungen__link-text{color:#000;display:block;font-size:20px;font-weight:300;margin-top:10px}@media screen and (min-width:1200px){.branchenloesungen__link-text{margin-top:20px;transition:all .5s ease}.branchenloesungen__link:hover .branchenloesungen__link-text{color:#589e2f}}.services{margin:2em auto;max-width:420px}.content .services__title{padding:0;text-align:center}.content .services__list{list-style-type:none;margin:0;padding:0}.services__item:not(:last-child){margin:0}@media screen and (min-width:1200px){.services__item:not(:last-child){margin-bottom:20px}}.services__link{background-color:#dadada;color:#333;display:block;font-size:18px;font-weight:300;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding:8px 0;text-align:center}@media screen and (min-width:400px){.services__link{font-size:calc(17px + .25vw)}}@media screen and (min-width:1200px){.services__link{font-size:20px}}@media screen and (max-width:1199px){.services__item--even .services__link{background-color:#bfbfbf}}@media screen and (min-width:1200px){.services__link{border-radius:5px}.services__link:hover{background-color:#589e2f;color:#fff}}.job-detail__print{border:0;color:#7c7c7c;float:right;font-size:36px;line-height:1.8;padding-left:80px;padding-right:20px}@media screen and (min-width:1200px){.job-detail__print{padding-right:0}.job-detail__print:hover{color:#589e2f}}.job-detail__button{background-color:#589e2f;border:0;border-radius:5px;color:#fff;display:block;font-size:20px;margin:0;padding:20px 30px;text-align:center;transform:rotate(-5deg);width:250px}@media screen and (min-width:1200px){.job-detail__button{margin-left:115px;margin-right:115px}}.job-detail__button--nofloat{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (min-width:800px){.job-detail__button{float:right;margin:0}.job-detail__button--nofloat{float:none}}@media screen and (min-width:1200px){.job-detail__button{margin:0}.job-detail__button:hover{background-color:#7c7c7c}}.application-popup{display:none;position:relative;z-index:2000}.application-popup__inside{background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;padding:20px 0;position:fixed;right:0;top:0;z-index:2000}.application-popup .wpcf7{background-color:#fff;border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.8);margin:0;max-width:95%;overflow:auto;padding:0;position:relative}@media screen and (min-width:800px){.application-popup .wpcf7{max-width:80%}}@media screen and (min-width:1200px){.application-popup .wpcf7{max-width:1150px}}.application-popup .wpcf7 h2{font-size:22px;margin:30px 0 20px}.application-popup .wpcf7 p{margin:10px 0;padding:0}.application-popup .wpcf7>form{padding:10px 20px 40px}.application-popup .popup-close{display:block;font-size:30px;position:absolute;right:10px;top:-10px}.wp-block-image a{border:0}@media screen and (min-width:1150px){.wp-block-image img{border-radius:10px}}.wp-block-image .aligncenter{margin:0 auto;text-align:center}.wp-block-image figcaption{font-size:20px;font-style:italic}.wp-block-image.lightbox a{display:inline-block;position:relative}.wp-block-image.lightbox a:after{background-color:hsla(0,0%,100%,.9);border:1px solid #599e33;border-radius:50%;box-shadow:0 0 10px 0 #000;content:"";font-family:FontAwesome;font-size:30px;height:50px;left:50%;line-height:50px;margin:-25px 0 0 -25px;opacity:1;overflow:hidden;position:absolute;text-align:center;top:50%;transition:all .3s ease;width:50px}.wp-block-image.lightbox a:hover:after{transform:scale(1.1)}.printerlink-wrapper{position:absolute;right:10px;top:-33px;z-index:3000}.printbutton{position:absolute;right:7px;top:7px}.printbutton+p{padding-right:50px}.printbutton--button,.printerlink{background-color:#fff;border:1px solid #599e33;border-radius:50%;box-shadow:0 0 2px 0 #000;color:#599e33;display:block;font-size:30px;height:50px;line-height:50px;opacity:1;overflow:hidden;text-align:center;transition:transform .3s ease;width:50px}@media print{.printbutton--button,.printerlink{display:none}}.printbutton--button:hover,.printerlink:hover{transform:scale(1.1)}.header-cart{display:none}@media screen and (min-width:350px){.header-cart{background-color:#fff;box-shadow:0 8px 6px 0 rgba(0,0,0,.3);display:block;font-size:16px;position:absolute;right:20px;top:calc(100% + 1px);transition:all .5s ease;width:300px}}@media screen and (min-width:1200px){.header-cart{right:calc(50% - 503px)}}@media screen and (min-width:1600px){.header-cart{right:300px}}.header-cart .widget_shopping_cart_content{overflow:hidden;padding:10px}@media screen and (min-width:1200px){.header-cart.closed{box-shadow:0 8px 6px 0 transparent;transform:translateY(calc(-100% - 1px))}}.header-cart .button.wc-forward{text-align:center;width:100%}.shop-widget__title{align-items:center;background-color:#589e2f;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:25px;padding:10px;text-align:center;transition:all .5s ease}.header-cart.closed .shop-widget__title{padding:0 10px}.shop-widget__cart-close{color:#fff;font-size:24px}.header-cart.closed .shop-widget__cart-close{transform:rotate(180deg)}.shop-widget .mini_cart_item{margin:5px 0}.shop-widget .mini_cart_item>a:not(.remove){border:0}.shop-widget .quantity{display:block;text-align:right}.shop-widget .total{text-align:right}.shop-widget .buttons{display:flex;font-size:15px;justify-content:space-between;margin-top:20px}.shop-widget .buttons:after,.shop-widget .buttons:before{display:none!important}.header .shop-widget .buttons a{margin:0}.shop-widget p{margin:5px 0}body.woocommerce-cart .product-name .variation{display:none}.woocommerce-cart .ui-widget{font-size:18px}.woocommerce a.button,.woocommerce a.button.alt,.woocommerce button.button,.woocommerce button.button.alt{background-color:#589e2f;border:1px solid #589e2f;border-radius:4px;color:#fff}.woocommerce a.button.alt:hover,.woocommerce a.button:hover,.woocommerce button.button.alt:hover,.woocommerce button.button:hover{background-color:#fff;color:#589e2f}#order_review h3,.woocommerce-additional-fields h3{margin-top:50px}.woocommerce-multistep-checkout ul.nav-wizard li.active,.woocommerce-multistep-checkout ul.nav-wizard li.active a,.woocommerce-multistep-checkout ul.nav-wizard li.active a:active,.woocommerce-multistep-checkout ul.nav-wizard li.active a:focus,.woocommerce-multistep-checkout ul.nav-wizard li.active a:visited{background-color:#589e2f!important;color:#fff!important}.woocommerce-multistep-checkout ul.nav-wizard li.active:after{border-left-color:#589e2f!important}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:none}.content .containershop-headline{clear:both;color:#000;padding:0 20px}.content .containershop-headline:after,.content .containershop-headline:before{display:none}@media screen and (min-width:900px){.special-form-row__title{font-size:1.6rem}}.special-form-row .form-row__label{align-items:center;background-color:#f2f2f2;display:flex;justify-content:flex-start;padding:10px}@media screen and (min-width:900px){.special-form-row .form-row__label{justify-content:center;position:relative}}.special-form-row .numbering{font-weight:700;margin-right:15px}@media screen and (min-width:900px){.special-form-row .numbering{font-size:2rem;left:20px;margin-right:0;position:absolute;top:50%;transform:translateY(-50%)}}.container-config-plz{max-width:200px;width:80%}.container-config__button-row.step-0{display:block;margin-top:40px}.container-config__button-row.step-0 p{margin:0}.container-config.step-0{padding:0}.below-content{margin-top:60px}.below-content p{line-height:36px;margin:20px 0!important}.tax-container-category .content{position:relative}.container-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:4vh 0!important}.container-item{border:1px solid #589e2f;border-radius:5px;display:flex;flex-direction:column;position:relative;width:90%}@media screen and (min-width:390px){.container-item{width:370px}}.container-item h2{border-bottom:1px solid #589e2f;border-radius:5px 5px 0 0;color:#000;font-size:20px;margin:0;padding:10px;text-align:center}.container-item h2:after,.container-item h2:before{display:none}.container-item__image-wrapper{position:relative}.container-item__image{display:block}.container-item__inquriy{margin-top:auto}.container-item__inquriy--link{background-color:#c4c4c4;border:0;border-radius:0 0 5px 5px;color:#fff;display:block;font-size:20px;padding:10px;text-align:center}.container-item__inquriy--link.open,.container-item__inquriy--link:hover{background-color:#589e2f}.container-item__buttons{align-items:center;display:flex;gap:10px;position:absolute;right:10px;top:10px}.container-item__info,.container-item__zoom{align-items:center;border:1px solid #589e2f;border-radius:50%;display:flex;font-size:20px;font-weight:300;height:40px;justify-content:center;width:40px}.container-item__info:hover,.container-item__zoom:hover{background-color:#fd0}.container-item__zoom .magnifier{height:25px;width:28px}.container-item__zoom .magnifier__form-1{background-color:#589e2f;height:1px;transform:rotate(-45deg) translateX(-4px) translateY(0);width:28px}.container-item__zoom .magnifier__form-1-wrapper{z-index:1}.container-item__zoom .magnifier__form-2{border:1px solid #589e2f;height:20px;width:20px;z-index:10}.container-item__zoom:hover .magnifier__form-2{background-color:#fd0;box-shadow:0 0 0 1px #fd0}.container-overlay{align-items:center;background-color:rgba(0,0,0,.3);border-radius:10px;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:10px;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:100}.container-overlay.open{opacity:1;pointer-events:auto}.container-popup{background-color:#fff;border-radius:10px;max-width:600px;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease;transition-delay:.1s;width:95%}.container-popup.open{opacity:1;pointer-events:auto;position:relative}.container-popup__headline{border-bottom:1px solid #589e2f;font-size:20px;padding:10px 20px}.container-angebot-popup__close,.container-popup__close{align-items:center;border:1px solid #589e2f;border-radius:50%;display:flex;height:25px;justify-content:center;position:absolute;right:20px;top:13px;width:25px}.container-angebot-popup__close:hover,.container-popup__close:hover{background-color:#fd0}.container-popup__body h3{color:#589e2f;font-size:18px;margin:0 0 10px}.container-popup__body ul{margin:10px 0 10px 1em}.container-popup__body li,.container-popup__body p{color:#000;font-size:18px;font-weight:300}.container-popup__body p{margin:10px 0}.container-popup__body li{margin:0}.container-popup__body :last-child{margin-bottom:0}.container-popup.container-info-box .container-popup__body{padding:20px}.container-angebot-popup{background-color:#f0f0f0;border-radius:5px;box-shadow:0 0 5px 0 rgba(0,0,0,.4);font-size:22px;left:-20px;opacity:0;padding:20px 30px;pointer-events:none;position:absolute;top:-20px;transition:opacity .3s ease;z-index:50}.container-angebot-popup.open{opacity:1;pointer-events:auto}.container-angebot-popup:after,.container-angebot-popup:before{content:"";height:0;left:190px;position:absolute;width:0}.container-angebot-popup:after{border-bottom:22px solid transparent;border-right:22px solid #a6a6a6;border-top:22px solid transparent;bottom:-33px;left:189px;margin-top:-27px;transform:rotate(-90deg);z-index:51}.container-angebot-popup:before{border-bottom:20px solid transparent;border-right:20px solid #f0f0f0;border-top:20px solid transparent;bottom:-30px;margin-top:-25px;transform:rotate(-90deg);z-index:52}.container-angebot-popup p{margin:10px 0}.container-angebot-popup p:first-child{margin-top:0}.container-angebot-popup p:last-child{margin-bottom:0}.container-angebot-popup__close{right:10px;top:10px}.extra-number-input-wrapper{display:flex}.extra-number-input-wrapper button{background-color:#fff;border:1px solid #7c7c7c;transition:background-color .3s ease;width:40px}.extra-number-input-wrapper button:first-child{border-radius:5px 0 0 5px;border-right:0}.extra-number-input-wrapper button:last-child{border-left:0;border-radius:0 5px 5px 0}.extra-number-input-wrapper button:hover{background-color:#fd0}.extra-number-input-wrapper input{border-radius:0;text-align:center;width:60px}
