@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}
@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: rgb(0, 0, 255);
  --bs-secondary-rgb: rgb(255, 0, 0);
  --bs-primary-text-emphasis: rgb(0, 0, 255);
  --bs-secondary-text-emphasis: rgb(255, 0, 0);
  --bs-primary-bg-subtle: rgba(0, 0, 255, 0.1);
  --bs-secondary-bg-subtle: rgba(255, 0, 0, 0.1);
  --bs-primary-border-subtle: rgba(0, 0, 255, 0.1);
  --bs-secondary-border-subtle: rgba(255, 0, 0, 0.1);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #000;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #000;
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #fff;
  --bs-secondary-bg-rgb: 255, 255, 255;
  --bs-tertiary-color: #000;
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #fff;
  --bs-tertiary-bg-rgb: 255, 255, 255;
  --bs-primary-text-emphasis: rgb(0, 0, 255);
  --bs-secondary-text-emphasis: rgb(255, 0, 0);
  --bs-primary-bg-subtle: rgba(0, 0, 255, 0.1);
  --bs-secondary-bg-subtle: rgba(255, 0, 0, 0.1);
  --bs-primary-border-subtle: rgba(0, 0, 255, 0.1);
  --bs-secondary-border-subtle: rgba(255, 0, 0, 0.1);
  --bs-heading-color: #000;
  --bs-link-color: #000;
  --bs-link-hover-color: #000;
  --bs-link-color-rgb: 0, 0, 0;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-code-color: #000;
  --bs-highlight-color: #000;
  --bs-highlight-bg: #fff;
  --bs-border-color: #000;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.1);
  --bs-form-valid-color: #000;
  --bs-form-valid-border-color: #000;
  --bs-form-invalid-color: #000;
  --bs-form-invalid-border-color: #000;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em; /* allow long menu items to determine submenu width */
  *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
}

.sf-menu a {
  color: #13a;
}

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.sf-menu ul li {
  background: #AABDE6;
}

.sf-menu ul ul li {
  background: #9AAEDB;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/** Selector for the root */
/** Selector for the button. */
/** Selector for the button with the "collapse" effect. */
/** Selector for the button with the "spin" effect. */
/** Selector for the button with the "squeeze" effect. */
/** Selector for the button with the "tornado" effect. */
/** Selector for the button when the menu is opened. */
/** Selector for the button with the "collapse" effect when the menu is opened. */
/** Selector for the button with the "spin" effect when the menu is opened. */
/** Selector for the button with the "squeeze" effect when the menu is opened. */
/** Selector for the button with the "tornado" effect when the menu is opened. */
/** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
/** Whether or not to include the CSS for the "collapse" animation. */
/** Whether or not to include the CSS for the "spin" animation. */
/** Whether or not to include the CSS for the "squeeze" animation. */
/** Whether or not to include the CSS for the "tornado" animation. */
:root {
  /** Size for the button. */
  --mb-button-size: 60px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.6;
  /** Height for the bars.*/
  --mb-bar-height: 4px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 10px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s;
}

.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: none;
  cursor: pointer;
}
.mburger b {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size) * (1 - var(--mb-bar-width)) / 2);
  width: calc(var(--mb-button-size) * var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height) / 2);
  background: currentColor;
  color: inherit;
  opacity: 1;
}
.mburger b:nth-of-type(1) {
  bottom: calc(50% + var(--mb-bar-spacing));
  transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease;
}
.mburger b:nth-of-type(2) {
  top: calc(50% - var(--mb-bar-height) / 2);
  transition: opacity 0.2s ease;
}
.mburger b:nth-of-type(3) {
  top: calc(50% + var(--mb-bar-spacing));
  transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-height) / 2);
  transform: rotate(45deg);
}
.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0;
}
.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - var(--mb-bar-height) / 2);
  transform: rotate(-45deg);
}

.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s;
}
.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s;
}
.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
}

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc(50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc(var(--mb-bar-spacing) + var(--mb-bar-height) / 2);
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.1s), calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - var(--mb-bar-height) / 2);
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s);
}

.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s;
}
.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s;
}
.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s;
}

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s);
}

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s;
}
.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s;
}
.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s;
}

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s);
}

.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s;
}
.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s;
}
.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s;
}

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.4s), calc(var(--mb-animate-timeout) + 0.1s);
}
.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.2s);
}

.zeynep {
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1011;
  pointer-events: none;
  transform: translateX(-100%) translateZ(0px);
  -webkit-overflow-scrolling: touch;
}

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
  /* if transitions are not disabled */
  transition: all 250ms;
}

.zeynep-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.42);
}

.zeynep-opened .zeynep-overlay {
  display: block;
}

.zeynep.opened {
  pointer-events: auto;
  transform: translateX(0px) translateZ(0px);
}

.zeynep.submenu-opened {
  overflow: hidden;
}

.zeynep .submenu {
  top: 0;
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
}

.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto;
}

.zeynep .submenu.opened:not(.current) {
  overflow: hidden;
}

/*$pb_grey_dark: #343a40 !default;*/
.vc_btn3.vc_btn3-color-danger {
  background-color: #f2be5b !important;
}

/* CSS Document */
/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url(d372883b58498a54e3c654fa99f88432.eot); /* IE9 Compat Modes */
  src: url(d372883b58498a54e3c654fa99f88432.eot?#iefix) format("embedded-opentype"), url(3a51f6c263fa234cd08c551967a85727.woff2) format("woff2"), url(22bdf3cf17e38c65bd0cfb8983c2a7ac.woff) format("woff"), url(f938da9eef5873561e82914919c63038.ttf) format("truetype"), url(64a7c2f3fb73ee4d3296f262a52228ca.svg#Ubuntu) format("svg"); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url(5fa0d860656d0e40c0861657b07f82e0.eot); /* IE9 Compat Modes */
  src: url(5fa0d860656d0e40c0861657b07f82e0.eot?#iefix) format("embedded-opentype"), url(2f02effe392a63dc07a5cdf187b2ef09.woff2) format("woff2"), url(6a317272decf6d2470386df117732fa6.woff) format("woff"), url(254e551b53a2ccebe384cd3af3a50c22.ttf) format("truetype"), url(f00252d5cc9aed7459bd59a61c740eba.svg#Ubuntu) format("svg"); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url(0060a668df68914563ef33703d15e5a9.eot); /* IE9 Compat Modes */
  src: url(0060a668df68914563ef33703d15e5a9.eot?#iefix) format("embedded-opentype"), url(d0e9b48e993b28ecb9307c286a7d96a6.woff2) format("woff2"), url(8b081ed594aca50eed29264e70aaa70d.woff) format("woff"), url(bc08beebe1ac85018f6f759b2eb71f28.ttf) format("truetype"), url(35201f622aa4b4230be5dbeef70d5e81.svg#Ubuntu) format("svg"); /* Legacy iOS */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url(e7cf86fbe61557f0dcd34f4489f86840.eot); /* IE9 Compat Modes */
  src: url(e7cf86fbe61557f0dcd34f4489f86840.eot?#iefix) format("embedded-opentype"), url(7ceec6fd3e7d00630b2568986c915532.woff2) format("woff2"), url(6788e6ed863a8e559ef28b3913554383.woff) format("woff"), url(fc38f31d636ef7ea94b75741b6d493c8.ttf) format("truetype"), url(b0c73ddaf0479ad915d9ad30e1f4a5a7.svg#Ubuntu) format("svg"); /* Legacy iOS */
}
/* fontawesome - brands */
@font-face {
  font-display: swap;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(c210719e60948b211a1260f79812efe5.woff2) format("woff2");
}
@font-face {
  font-family: "luetkenhaus";
  src: url(50c2b5c3c3d772be97ce331f9a87bf91.eot);
  src: url(50c2b5c3c3d772be97ce331f9a87bf91.eot?#iefix) format("embedded-opentype"), url(8a1d8db4f688c699dc78e67c37ca9b3a.woff) format("woff"), url(1a73a57e5b8969f18ea9b9b73491c07e.ttf) format("truetype"), url(cbbf736971011a32c9046b727b20411b.svg#luetkenhaus) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: "luetkenhaus" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  background-color: #fff;
  background-image: url(b4ee585e4804c129902277368ae35fe7.png);
  color: #454545;
  font-family: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  min-width: 280px !important;
  height: 100%;
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.75em;
  opacity: 0;
  /*
    @media screen and (max-width: 580px) {
      font-size: 15px;
    }
    @media screen and (max-width: 480px) {
      font-size: 14px;
    }
    @media screen and (max-width: 430px) {
      font-size: 13px;
    }
    @media screen and (max-width: 390px) {
      font-size: 12px;
    }
    @media screen and (max-width: 360px) {
      font-size: 11px;
    }
  */
}
@media screen and (max-width: 991px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow-x: hidden;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

.clearall {
  clear: both;
}

a:hover {
  color: #d01b30;
}

main {
  display: table-row !important;
  height: 100%;
  width: 100%;
}

header {
  /* display: table-row !important; */
  width: 100%;
}

footer {
  display: block !important;
  width: 100%;
}

.container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

.fd-js.fd-load body {
  opacity: 1;
}

.fd-js body {
  opacity: 0;
  transition: opacity 0.6s ease-in 0s;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
}

#fd-page {
  display: block !important;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #fd-page {
    margin-top: 90px;
  }
}
#fd-page ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 1rem !important;
}
#fd-page ul li {
  padding-left: 1rem !important;
  font-size: 1rem !important;
  list-style: none;
  line-height: 1.5em;
  margin-bottom: 0.75rem;
}
#fd-page ul li::before {
  content: " ";
  background-color: #d01b30;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.6em;
}
#fd-page.tickeraktiv {
  margin-top: calc(239px + 2.5rem);
}
@media screen and (max-width: 1600px) {
  #fd-page.tickeraktiv {
    margin-top: calc(231px + 2.5rem);
  }
}
@media screen and (max-width: 1400px) {
  #fd-page.tickeraktiv {
    margin-top: calc(203px + 2.5rem);
  }
}
@media screen and (max-width: 1200px) {
  #fd-page.tickeraktiv {
    margin-top: calc(169px + 2.5rem);
  }
}
@media screen and (max-width: 992px) {
  #fd-page.tickeraktiv {
    margin-top: calc(152px + 2.5rem);
  }
}
@media screen and (max-width: 880px) {
  #fd-page.tickeraktiv {
    margin-top: calc(148px + 2.5rem);
  }
}
@media screen and (max-width: 767px) {
  #fd-page.tickeraktiv {
    margin-top: calc(84px + 2.5rem);
  }
}
@media screen and (max-width: 680px) {
  #fd-page.tickeraktiv {
    margin-top: calc(76px + 2.5rem);
  }
}
@media screen and (max-width: 580px) {
  #fd-page.tickeraktiv {
    margin-top: calc(68px + 2.5rem);
  }
}
@media screen and (max-width: 480px) {
  #fd-page.tickeraktiv {
    margin-top: calc(60px + 2.5rem);
  }
}
@media screen and (max-width: 380px) {
  #fd-page.tickeraktiv {
    margin-top: calc(55px + 2.5rem);
  }
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
}

* img {
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: 0.45em;
}

a {
  color: #454545;
}

#fd-page p a {
  color: #454545;
  text-decoration: none;
  font-weight: 700;
  /* font-weight: 400; */
}

#fd-page li a {
  color: #454545;
  text-decoration: none;
  font-weight: 700;
}

#fd-page p a:hover, #fd-page p a:focus,
#fd-page li a:hover, #fd-page li a:focus {
  text-decoration: none;
  color: #d01b30;
  font-weight: 700;
}

.hidden {
  display: none;
}

.max-width-1240 {
  max-width: 1240px;
  margin: auto !important;
}

.text2col {
  column-count: 2;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .text2col {
    column-count: 1;
  }
}

.wpb-sub-menu-inner {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0.5rem;
}
.wpb-sub-menu-inner a {
  color: #d01b30 !important;
  text-transform: none !important;
  font-size: 1em !important;
  font-weight: 400;
  padding: 0.4em 1em !important;
}
.wpb-sub-menu-inner a::after {
  display: none !important;
}
.wpb-sub-menu-inner a:hover, .wpb-sub-menu-inner a:focus {
  color: #d01b30 !important;
}
.wpb-sub-menu-inner li.current-menu-item > a {
  font-weight: 400 !important;
}
.wpb-sub-menu-inner li.current-menu-item > a.mPS2id-highlight {
  color: #d01b30 !important;
}
#fd-page p strong a {
  font-weight: bold !important;
}

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

ol li::before {
  display: none !important;
}

.wpb-sub-menu-inner {
  display: none;
}

a.button-pv sup,
td sup,
li sup,
p sup {
  font-size: 0.65em;
  top: -0.75em;
}

.referenzen-slider .referenzen-slider-headline > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.referenzen-slider .referenzen-slider-headline > .wpb_column > .vc_column-inner h3, .referenzen-slider .referenzen-slider-headline > .wpb_column > .vc_column-inner .h3 {
  margin-bottom: 1rem !important;
  padding-left: 1rem;
}
.referenzen-slider .referenzen-slider-slider > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}

.prodlinks {
  display: none !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.prodlinks .wpb_wrapper {
  width: 100%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .prodlinks .wpb_wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1600px) {
  .prodlinks {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .prodlinks {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
  .prodlinks .vc_btn3 {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1600px) {
  #produkte .vc_col-sm-4 .vc_btn3-container {
    display: none !important;
  }
}

#fd-page .produkt .main .main-inner table p,
#fd-page .produkt .main .main-inner table li {
  font-size: 1em !important;
}
@media screen and (max-width: 767px) {
  #fd-page .produkt .main .main-inner table {
    hyphens: auto;
  }
}

/** Header **/
.fd-header {
  font-size: 20px;
  position: fixed;
  top: 0rem;
  background: #fff;
  height: 130px;
  /* overflow-y: hidden; */
  z-index: 199;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 25px -6px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1180px) {
  .fd-header {
    font-size: 19px;
  }
}
@media screen and (max-width: 1080px) {
  .fd-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 1030px) {
  .fd-header {
    font-size: 17px;
  }
}
@media screen and (max-width: 980px) {
  .fd-header {
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .fd-header {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .fd-header {
    height: 90px;
  }
}
.fd-header sup {
  font-size: 0.75rem;
  vertical-align: super;
  position: relative;
  top: -0.1rem;
}
.fd-header .fd-header-inner {
  pointer-events: all;
  position: relative;
  max-width: 1680px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fd-header .fd-header-inner {
    padding-right: 0;
  }
}
.fd-header .fd-header-inner .fd-header-top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  max-width: 1640px;
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-logo {
  width: 202px;
  padding: 15px;
  padding-left: 30px;
  margin-bottom: 0;
  margin-right: 2rem;
  transition: all 0.2s ease-out;
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-logo img {
  max-height: 99px;
  max-width: 129px;
  width: 129px;
}
@media screen and (max-width: 1180px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-logo {
    padding-left: 15px;
    margin-left: -15px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-logo img {
    max-height: 99px;
    max-width: 89px;
    width: 129px;
  }
}
@media screen and (max-width: 767px) {
  .fd-header .fd-header-inner .fd-header-top .container {
    height: 90px;
  }
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1180px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu {
    align-items: flex-end;
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 980px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu {
    margin-right: 0;
  }
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu,
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
  margin-top: 6px;
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .fd-header-main-navigation ul,
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu .fd-header-main-navigation ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 880px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .sf-menu a,
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu .sf-menu a {
    padding-left: 14px !important;
    padding-right: 14px;
  }
}
@media screen and (max-width: 980px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .sf-menu a,
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu .sf-menu a {
    padding-left: 10px !important;
    padding-right: 10px;
  }
}
@media screen and (max-width: 880px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .sf-menu a,
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu .sf-menu a {
    padding-left: 5px !important;
    padding-right: 5px;
  }
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu {
  font-size: 0.889em;
}
@media screen and (max-width: 1180px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu {
    align-self: flex-start;
  }
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .fd-header-main-navigation {
  margin-left: 2px;
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .fd-header-main-navigation {
    margin-left: 3px;
  }
}
@media screen and (max-width: 1080px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .fd-header-main-navigation {
    margin-left: 0px;
  }
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-company-menu .fd-header-main-navigation ul {
  justify-content: flex-start;
}
.fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
  margin-top: 27px;
}
@media screen and (max-width: 1180px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
    margin-top: 31px;
  }
}
@media screen and (max-width: 1080px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1030px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
    margin-top: 37px;
  }
}
@media screen and (max-width: 980px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
    margin-top: 40px;
  }
}
@media screen and (max-width: 880px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu .fd-header-main-menu {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .fd-header .fd-header-inner .fd-header-top .container .fd-header-menu {
    display: none;
  }
}
.fd-header-nav-mobile .fd-header-main-navigation {
  margin: 40px 0 15px 0;
}
.fd-header-nav-mobile .fd-header-main-navigation ul {
  margin-bottom: 0;
}
.fd-header-nav-mobile .fd-header-main-navigation ul li {
  list-style: none;
  text-align: right;
}
.fd-header-nav-mobile .fd-header-main-navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 63px;
  text-decoration: none;
  letter-spacing: 4px;
  padding: 15px 40px;
  /* margin-right: -40px; */
  line-height: 1.725em;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .fd-header-nav-mobile .fd-header-main-navigation ul li a {
    font-size: 40px;
    padding-left: 0px;
    padding-right: 10px;
  }
}
.fd-header-nav-mobile .fd-header-main-navigation ul li a:hover, .fd-header-nav-mobile .fd-header-main-navigation ul li a:focus {
  color: #72d5ff;
  transition: all 0.05s ease-out;
}

body.menu-active #fd-header {
  height: 100vH;
}
body.menu-active #fd-header .fd-header-top .container .fd-header-logo {
  /*
  margin-bottom: 150px;
  transition: all 0.2s ease-out;
  */
}
body.menu-active #fd-header:hover {
  cursor: url(e018c1ec4ef073e43fb2d77d1ac4b428.png) 20 20, auto;
}

.fd-header.header-shrinked .fd-header-inner .fd-header-top .container .fd-header-main-menu .fd-header-main-navigation #wpb--menu {
  margin-bottom: 0px !important;
}

.fd-header.header-shrinked .wpb-fd_hmr {
  margin-top: 0.7rem !important;
}

#fd-header {
  transition: all 0.3s ease-out;
}
#fd-header.header-up {
  transform: translateY(-100%);
  transition: all 0.3s ease-out;
}

:root {
  --mb-button-size: 60px;
  --mb-bar-width: 27px;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 6px;
  --mb-animate-timeout: 0.1s;
}

.burger-navigation .mburger b {
  background-color: #000;
  height: 4px;
  width: 27px;
  border-radius: 0;
  left: auto;
  right: 1rem;
  transition: all 0.2s ease-in-out;
}
.burger-navigation .mburger b:nth-child(1) {
  transform-origin: 100% 50%;
}
.burger-navigation .mburger b:nth-child(3) {
  transform-origin: 100% 50%;
}

body.menu-active .burger-navigation .mburger b:nth-child(1) {
  transform: rotate3d(0, 0, 1, -45deg);
  right: calc(1rem + 2px);
  margin-bottom: 2px;
  width: 25px;
}
body.menu-active .burger-navigation .mburger b:nth-child(2) {
  background-color: rgba(255, 255, 255, 0);
}
body.menu-active .burger-navigation .mburger b:nth-child(3) {
  transform: rotate3d(0, 0, 1, 45deg);
  right: calc(1rem + 2px);
  width: 25px;
}

.fd-header-meta {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .fd-header-meta {
    display: block;
  }
}

.wpb-mobile-company-menu > li:not(.search),
ul.sf-menu > li:not(.search) {
  background: none !important;
  border-right: 1px solid #fff !important;
}
.wpb-mobile-company-menu > li:not(.search) > a,
ul.sf-menu > li:not(.search) > a {
  color: #454545;
  border: none !important;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  position: relative;
  transition: all 0.2s ease-out 0.3s;
}
.wpb-mobile-company-menu > li:not(.search) > a::before,
ul.sf-menu > li:not(.search) > a::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #d61031;
  bottom: 0;
  left: 0;
  transform-origin: 100% 100%;
  transform: scaleY(0);
  z-index: -1;
  transition: all 0.2s ease-out 0.3s;
}
.wpb-mobile-company-menu > li:not(.search) > a:hover, .wpb-mobile-company-menu > li:not(.search) > a:focus,
ul.sf-menu > li:not(.search) > a:hover,
ul.sf-menu > li:not(.search) > a:focus {
  color: #fff;
  background-color: #d01b30;
  /*   background: $lh_text_red;*/
  border: none !important;
  text-decoration: none !important;
  transition: all 0.1s ease-out;
}
.wpb-mobile-company-menu > li:not(.search).current-menu-item > a, .wpb-mobile-company-menu > li:not(.search).current-page-parent > a,
ul.sf-menu > li:not(.search).current-menu-item > a,
ul.sf-menu > li:not(.search).current-page-parent > a {
  color: #fff;
  background-color: #d01b30;
}
.wpb-mobile-company-menu > li:not(.search).current-menu-item > a::after, .wpb-mobile-company-menu > li:not(.search).current-page-parent > a::after,
ul.sf-menu > li:not(.search).current-menu-item > a::after,
ul.sf-menu > li:not(.search).current-page-parent > a::after {
  border-top-color: #fff;
}
.wpb-mobile-company-menu > li:not(.search) > ul,
ul.sf-menu > li:not(.search) > ul {
  flex-direction: column !important;
  justify-content: flex-start !important;
  border-radius: 0 !important;
}
.wpb-mobile-company-menu > li:not(.search) > ul > li,
ul.sf-menu > li:not(.search) > ul > li {
  background: none !important;
}
.wpb-mobile-company-menu > li:not(.search) > ul > li > a,
ul.sf-menu > li:not(.search) > ul > li > a {
  color: #454545 !important;
  border: none !important;
  padding-top: 0.15em;
  padding-bottom: 0.15em;
  white-space: normal;
}
.wpb-mobile-company-menu > li:not(.search) > ul > li > a:hover, .wpb-mobile-company-menu > li:not(.search) > ul > li > a:focus,
ul.sf-menu > li:not(.search) > ul > li > a:hover,
ul.sf-menu > li:not(.search) > ul > li > a:focus {
  color: #d01b30 !important;
}
.wpb-mobile-company-menu > li:not(.search) > ul > li.current-menu-item > a, .wpb-mobile-company-menu > li:not(.search) > ul > li.current-page-parent > a,
ul.sf-menu > li:not(.search) > ul > li.current-menu-item > a,
ul.sf-menu > li:not(.search) > ul > li.current-page-parent > a {
  color: #d01b30 !important;
}
.wpb-mobile-company-menu li.search,
ul.sf-menu li.search {
  background: none !important;
}
.wpb-mobile-company-menu li.search a,
ul.sf-menu li.search a {
  color: #454545;
  border: none !important;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  position: relative;
  transition: all 0.2s ease-out;
  overflow: hidden;
  width: 1.25em;
  height: 2em;
  margin-left: 0.5em;
  text-indent: -9999px !important;
  display: inline-block !important;
  white-space: nowrap;
}
.wpb-mobile-company-menu li.search a::after,
ul.sf-menu li.search a::after {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 1px;
  text-indent: 0;
  transition: all 0.2s ease-out;
}
.wpb-mobile-company-menu li.search a:hover,
ul.sf-menu li.search a:hover {
  transition: all 0.05s ease-out;
}
.wpb-mobile-company-menu li.search a:hover::after,
ul.sf-menu li.search a:hover::after {
  color: #d01b30;
  transition: all 0.05s ease-out;
}

.wpb-mobile-company-menu li.search a {
  padding-top: 0em;
  height: 1.5em;
}

.fd-header-meta-navigation ul.sf-menu > li > a:hover::before, .fd-header-meta-navigation ul.sf-menu > li > a:focus::before {
  transform: scaleY(0.9);
  transition: all 0.1s ease-out;
}
.fd-header-meta-navigation ul.sf-menu > li > ul > li > a {
  font-size: 16px !important;
}

.sf-arrows .sf-with-ul {
  padding-right: 1em !important;
  /* transition: none !important; */
}
.sf-arrows .sf-with-ul:after {
  border-top-color: #454545;
  transform: translateX(0.7em);
  /*
  transition: none !important;

  transition-delay: 0s !important;
  */
}

.fd-header-meta-navigation .sf-arrows .sf-with-ul:after {
  border-width: 4px;
}

.sf-menu ul {
  min-width: 19.5rem !important;
}

@media screen and (max-width: 1644px) {
  .fd_container--Hero {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
}

.fd-header-company-menu .wpb-sub-menu-inner {
  max-width: 6rem !important;
}

.fd-mobile-main-menu .wpb-sub-menu-inner {
  display: block !important;
}
.fd-mobile-main-menu a {
  color: #454545 !important;
  text-decoration: none !important;
}
.fd-mobile-main-menu a:hover {
  color: #d01b30 !important;
}
.fd-mobile-main-menu li {
  list-style: none !important;
}

.fd-mobile-main-menu-outer {
  display: none;
}

.menu-active .fd-mobile-main-menu-outer {
  display: block;
}

.fd-mobile-main-menu-outer {
  height: calc(100% - 100px);
  overflow-y: scroll;
}
.fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul {
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #888888 !important;
  margin-bottom: 0.5rem;
}
.fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul > li {
  margin-top: 0.25rem !important;
}
.fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul > li > a {
  font-weight: 500 !important;
  font-size: 1.25rem !important;
}
.fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul > li ul {
  padding-top: 0rem !important;
}
.fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul li.current-menu-item > a, .fd-mobile-main-menu-outer .fd-mobile-main-menu .fd-header-mobile-navigation > ul li.current-page-parent > a {
  color: #d01b30 !important;
}
.fd-mobile-main-menu-outer .fd-mobile-company-menu {
  display: inline-block;
}
.fd-mobile-main-menu-outer .fd-mobile-company-menu a:hover, .fd-mobile-main-menu-outer .fd-mobile-company-menu a:focus {
  color: #d01b30 !important;
  background-color: transparent !important;
}
.fd-mobile-main-menu-outer .fd-mobile-company-menu a:hover::before, .fd-mobile-main-menu-outer .fd-mobile-company-menu a:focus::before {
  display: none !important;
}
.fd-mobile-main-menu-outer .fd-mobile-company-menu a::before {
  display: none !important;
}
.fd-mobile-main-menu-outer .fd-mobile-company-menu ul.sf-menu > li:not(.search).current-menu-item > a, .fd-mobile-main-menu-outer .fd-mobile-company-menu ul.sf-menu > li:not(.search).current-page-parent > a {
  color: #d01b30 !important;
  background-color: transparent !important;
}

.fd-mobile-company-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.fd-mobile-company-menu ul li {
  list-style: none !important;
  margin-top: 0.5rem !important;
  margin-right: 2rem;
}
.fd-mobile-company-menu ul li a {
  color: #454545 !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.fd-mobile-company-menu ul li.current_page_item a {
  color: #d01b30 !important;
}
.fd-mobile-company-menu ul li ul {
  display: none !important;
}

#fd-hero-inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1400px) {
  #fd-hero-inner img {
    min-height: 220px;
    width: auto;
    object-fit: cover;
  }
}

#fd-page #fd-construct > .container {
  padding-left: 1rem;
  padding-right: 1rem;
  /*
  @media screen and (max-width: 1480px) {
      padding-left: 2rem;
      padding-right: 2rem;
  }
  @media screen and (max-width: 1280px) {
      padding-left: 1rem;
      padding-right: 1rem;
  }
  @media screen and (max-width: 1180px) {
      padding-left: 0rem;
      padding-right: 0rem;
  }
  > section {
      &.vc_section {
          @media screen and (max-width: 900px) {
              padding-left: 0;
              padding-right: 0;
          }
      }
  }
  */
}
@media screen and (max-width: 767px) {
  #fd-page #fd-construct > .container {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

#fd-page-inner {
  margin-top: 0px;
  padding-left: 0rem;
  padding-right: 0rem;
  /* max-width: 1920px; */
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

#fd-construct {
  min-height: 430px;
}

section > .vc_row:not([data-vc-full-width=true]) {
  max-width: 1644px;
  margin-left: auto;
  margin-right: auto;
}

.home-template section > .vc_row:not([data-vc-full-width=true]) {
  max-width: 1644px;
  margin-left: auto;
  margin-right: auto;
}
.home-template section > .vc_row:not([data-vc-full-width=true]) > .wpb_column > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

section[data-vc-full-width=true] > .vc_row {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#fd-page .karriere,
#fd-page .kontakt,
#fd-page .produkt,
#fd-page .standard {
  display: flex;
  flex-direction: row;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #fd-page .karriere,
  #fd-page .kontakt,
  #fd-page .produkt,
  #fd-page .standard {
    flex-direction: column;
  }
}
#fd-page .karriere .main,
#fd-page .kontakt .main,
#fd-page .produkt .main,
#fd-page .standard .main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #fd-page .karriere .main,
  #fd-page .kontakt .main,
  #fd-page .produkt .main,
  #fd-page .standard .main {
    width: 100%;
  }
}
#fd-page .karriere .main .main-inner,
#fd-page .kontakt .main .main-inner,
#fd-page .produkt .main .main-inner,
#fd-page .standard .main .main-inner {
  background-color: #fff;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #fd-page .karriere .main .main-inner,
  #fd-page .kontakt .main .main-inner,
  #fd-page .produkt .main .main-inner,
  #fd-page .standard .main .main-inner {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
#fd-page .karriere .main .main-inner h2, #fd-page .karriere .main .main-inner .h2,
#fd-page .kontakt .main .main-inner h2,
#fd-page .kontakt .main .main-inner .h2,
#fd-page .produkt .main .main-inner h2,
#fd-page .produkt .main .main-inner .h2,
#fd-page .standard .main .main-inner h2,
#fd-page .standard .main .main-inner .h2 {
  margin-bottom: 0.5rem !important;
}
#fd-page .karriere .main .main-inner h3, #fd-page .karriere .main .main-inner .h3,
#fd-page .kontakt .main .main-inner h3,
#fd-page .kontakt .main .main-inner .h3,
#fd-page .produkt .main .main-inner h3,
#fd-page .produkt .main .main-inner .h3,
#fd-page .standard .main .main-inner h3,
#fd-page .standard .main .main-inner .h3 {
  font-size: 1.75rem !important;
}
#fd-page .karriere .main .main-inner h4, #fd-page .karriere .main .main-inner .h4,
#fd-page .kontakt .main .main-inner h4,
#fd-page .kontakt .main .main-inner .h4,
#fd-page .produkt .main .main-inner h4,
#fd-page .produkt .main .main-inner .h4,
#fd-page .standard .main .main-inner h4,
#fd-page .standard .main .main-inner .h4 {
  margin-bottom: 1rem !important;
}
#fd-page .karriere .main .main-inner li,
#fd-page .kontakt .main .main-inner li,
#fd-page .produkt .main .main-inner li,
#fd-page .standard .main .main-inner li {
  /* font-size: 0.96rem !important; */
  line-height: 1.4em !important;
}
#fd-page .karriere .main .main-inner li::before,
#fd-page .kontakt .main .main-inner li::before,
#fd-page .produkt .main .main-inner li::before,
#fd-page .standard .main .main-inner li::before {
  top: 0.5em;
}
#fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading {
  background-color: #4f5053;
}
#fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4, #fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 {
  margin-bottom: 0 !important;
  color: #fff !important;
}
#fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a, #fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a {
  color: #fff !important;
}
#fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::before, #fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::before, #fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::after, #fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::after,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::before,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::before,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::after,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::after,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::before,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::before,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::after,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::after,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::before,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::before,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading h4 a i::after,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-heading .h4 a i::after {
  border-color: #fff !important;
}
#fd-page .karriere .main .main-inner .vc_tta-accordion .vc_tta-panel-body,
#fd-page .kontakt .main .main-inner .vc_tta-accordion .vc_tta-panel-body,
#fd-page .produkt .main .main-inner .vc_tta-accordion .vc_tta-panel-body,
#fd-page .standard .main .main-inner .vc_tta-accordion .vc_tta-panel-body {
  border: none !important;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  background-color: #f2f2f2 !important;
}
#fd-page .karriere .side,
#fd-page .kontakt .side,
#fd-page .produkt .side,
#fd-page .standard .side {
  width: 30%;
  padding-left: 2rem;
  margin-bottom: 2rem;
  padding-right: 1rem;
}
@media screen and (max-width: 980px) {
  #fd-page .karriere .side,
  #fd-page .kontakt .side,
  #fd-page .produkt .side,
  #fd-page .standard .side {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #fd-page .karriere .side,
  #fd-page .kontakt .side,
  #fd-page .produkt .side,
  #fd-page .standard .side {
    width: 100%;
  }
  #fd-page .karriere .side a,
  #fd-page .kontakt .side a,
  #fd-page .produkt .side a,
  #fd-page .standard .side a {
    display: flex;
    flex-direction: row;
  }
  #fd-page .karriere .side a > *,
  #fd-page .kontakt .side a > *,
  #fd-page .produkt .side a > *,
  #fd-page .standard .side a > * {
    width: 50%;
  }
  #fd-page .karriere .side a > *:last-child,
  #fd-page .kontakt .side a > *:last-child,
  #fd-page .produkt .side a > *:last-child,
  #fd-page .standard .side a > *:last-child {
    padding-left: 1.5rem;
  }
}
#fd-page .standard .main {
  width: 100%;
}

#fd-page .kontakt h3, #fd-page .kontakt .h3 {
  margin-top: 2rem !important;
}

/* Standard  */
h1, .h1 {
  font-size: 2.75rem;
  text-align: left;
  margin-bottom: 1rem !important;
  margin-top: 0rem !important;
  line-height: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  user-select: none !important;
  line-height: 1.2em;
  font-family: "Ubuntu";
  /*
  	@media screen and (max-width: 768px) {
  		font-size: 4.0rem;
  	}
  	@media screen and (max-width: 680px) {
  		font-size: 3.5rem;
  	}
  	@media screen and (max-width: 580px) {
  		font-size: 3.0rem;
  	}
  	@media screen and (max-width: 480px) {
  		font-size: 2.5rem;
  	}
  	@media screen and (max-width: 380px) {
  		font-size: 2.0rem;
  	}
  */
}
h1 sup, .h1 sup {
  top: -1.1em;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 680px) {
  h1, .h1 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 580px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 430px) {
  h1, .h1 {
    font-size: 2.05rem;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 380px) {
  h1, .h1 {
    font-size: 1.9rem;
  }
}

.big h1, .big .h1 {
  font-size: 4rem;
  /*
  @media screen and (max-width: 1380px) {
  	font-size: 3.2rem;
  }
  @media screen and (max-width: 1280px) {
  	font-size: 3.0rem;
  }
  */
  /*
  @media screen and (max-width: 1180px) {
  	font-size: 2.85rem;
  }
  @media screen and (max-width: 1080px) {
  	font-size: 2.5rem;
  }
  */
}
@media screen and (max-width: 1780px) {
  .big h1, .big .h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1680px) {
  .big h1, .big .h1 {
    font-size: 3.65rem;
  }
}
@media screen and (max-width: 1580px) {
  .big h1, .big .h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1480px) {
  .big h1, .big .h1 {
    font-size: 3.35rem;
  }
}
@media screen and (max-width: 767px) {
  .big h1, .big .h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .big h1, .big .h1 {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 380px) {
  .big h1, .big .h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  .big h1, .big .h1 {
    font-size: 2.35rem;
  }
}

h2, .h2 {
  font-size: 2rem;
  /* text-align: left; */
  margin-bottom: 1.25rem !important;
  margin-top: 1rem !important;
  user-select: none !important;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 800;
  /*
  	@media screen and (max-width: 767px) {
  		margin-top: 0.0em !important;
  	}
  */
}
h2 sup, .h2 sup {
  top: -1.1em;
  font-weight: 400;
}
@media screen and (max-width: 880px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

.big h2, .big .h2,
h2.big,
.big.h2 {
  font-size: 2.5rem;
  margin-bottom: 0em !important;
  margin-top: 0em !important;
}
@media screen and (max-width: 680px) {
  .big h2, .big .h2,
  h2.big,
  .big.h2 {
    font-size: 2.5rem;
  }
}

.shop-teaser-big h2, .shop-teaser-big .h2 {
  color: #eeebe6;
}

.no-top-padding h2, .no-top-padding .h2 {
  margin-top: 0 !important;
}

.fd_txtimg_style--orange h2, .fd_txtimg_style--orange .h2 {
  color: #f25d0e;
}

.fd_txtimg_style--line-after h2, .fd_txtimg_style--line-after .h2 {
  position: relative;
  padding-bottom: 2rem;
}
.fd_txtimg_style--line-after h2::after, .fd_txtimg_style--line-after .h2::after {
  content: " ";
  background-color: #f25d0e;
  position: absolute;
  width: 100%;
  max-width: 300px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
}

h3, .h3 {
  font-size: 2rem;
  margin-bottom: 1.25rem !important;
  margin-top: 1rem !important;
  /*padding-top: 1.5em !important;*/
  text-transform: uppercase;
  line-height: normal;
  font-weight: 500;
  /*
  	@media screen and (max-width: 1200px) {
  		font-size: 2.4rem; 
  	}
  	@media screen and (max-width: 980px) {
  		font-size: 2.2rem; 
  	}

  	@media screen and (max-width: 768px) {
  		font-size: 2.0rem; 
  	}
  	@media screen and (max-width: 680px) {
  		font-size: 1.8rem;

  	}
  */
}
h3 sup, .h3 sup {
  top: -1.1em;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  h3 br, .h3 br {
    display: none;
  }
}

/*
.small h3 {
	font-size: 2.05rem;
}
*/
.no-top-padding h3, .no-top-padding .h3 {
  margin-top: 0 !important;
  margin-bottom: 0.25em !important;
}

.no-bottom-padding h3, .no-bottom-padding .h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

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

#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-3col h2, #fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-3col .h2,
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-2col h2,
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-2col .h2 {
  font-size: 1.35rem !important;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-3col h3, #fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-3col .h3,
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-2col h3,
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-2col .h3 {
  font-size: 1rem !important;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 0rem !important;
  margin-bottom: 0.5rem !important;
  background-color: #f2f2f2;
  padding: 0.25rem 0.5rem;
}
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-3col .fd_margin_bottom--medium,
#fd-page .produkt .main .main-inner .fd_container--Produkt-Teaser-2col .fd_margin_bottom--medium {
  margin-bottom: 1.5rem !important;
}

h4, .h4 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 1em;
  margin-top: 0;
  /* text-transform: uppercase; */
  line-height: 1.4em;
}
h4 sup, .h4 sup {
  top: -1.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 1.15rem;
  }
}

h4 a, .h4 a {
  color: #f25d0e;
  text-decoration: none;
}

h5, .h5 {
  font-size: 1.111111rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
h5 sup, .h5 sup {
  top: -1.1em;
  font-weight: 400;
}

h6, .h6 {
  font-size: 1.944rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.75em;
}
@media screen and (max-width: 980px) {
  h6, .h6 {
    font-size: 1.85rem;
  }
}
@media screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 680px) {
  h6, .h6 {
    font-size: 1.65rem;
  }
}
@media screen and (max-width: 580px) {
  h6, .h6 {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 480px) {
  h6, .h6 {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 380px) {
  h6, .h6 {
    font-size: 1.4rem;
  }
}

small, .small {
  font-size: 0.65em;
}

table td {
  vertical-align: top;
}

.vc_btn3-container .vc_btn3-color-default {
  background-color: #f25d0e !important;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.15em !important;
  padding: 0.5em 4em !important;
}

.fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
  font-size: 4rem;
  font-family: "Ubuntu";
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  text-shadow: -1px -1px 5px rgba(241, 86, 34, 0.5);
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 680px) {
  .fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 580px) {
  .fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 380px) {
  .fd_txtimg_style--txt-big-big h3, .fd_txtimg_style--txt-big-big .h3 {
    font-size: 1.7rem;
  }
}
.fd_txtimg_style--txt-big-big h3 em, .fd_txtimg_style--txt-big-big .h3 em {
  color: #f25d0e;
  font-style: normal;
}

.headline {
  text-align: center;
}

/** Spacings **/
.fd_margin_top--none {
  margin-top: 0 !important;
}

.fd_margin_top--extra-extra-small {
  margin-top: 0.25em !important;
}

.space-before-extrasmall,
.fd_margin_top--extra-small {
  margin-top: 0.5em !important;
}

.space-before-small,
.fd_margin_top--small {
  margin-top: 1em !important;
}

.space-before-smallsmall,
.fd_margin_top--smallsmall {
  margin-top: 1.25em !important;
}

.space-before-smallsmallsmall,
.fd_margin_top--smallsmallsmall {
  margin-top: 1.5em !important;
}
@media screen and (max-width: 767px) {
  .space-before-smallsmallsmall,
  .fd_margin_top--smallsmallsmall {
    margin-top: 1em !important;
  }
}

.space-before-medium,
.fd_margin_top--medium {
  margin-top: 3em !important;
}
@media screen and (max-width: 767px) {
  .space-before-medium,
  .fd_margin_top--medium {
    margin-top: 1.5em !important;
  }
}

.fd_margin_top--small-medium {
  margin-top: 1.5em !important;
}
@media screen and (max-width: 767px) {
  .fd_margin_top--small-medium {
    margin-top: 0.75em !important;
  }
}

.space-before-mediumlarge {
  margin-top: 3em !important;
}

.space-before-large,
.fd_margin_top--large {
  margin-top: 4em !important;
}
@media screen and (max-width: 767px) {
  .space-before-large,
  .fd_margin_top--large {
    margin-top: 2em !important;
  }
}

.space-before-extralarge,
.fd_margin_top--extra-large {
  margin-top: 9.333em !important;
}
@media screen and (max-width: 767px) {
  .space-before-extralarge,
  .fd_margin_top--extra-large {
    margin-top: 4em !important;
  }
}

.space-before-largelarge,
.fd_margin_top--largelarge {
  margin-top: 8em !important;
}
@media screen and (max-width: 767px) {
  .space-before-largelarge,
  .fd_margin_top--largelarge {
    margin-top: 4em !important;
  }
}

.space-before-extraextralarge {
  margin-top: 12em !important;
}

.fd_margin_bottom--none {
  margin-bottom: 0 !important;
}

.space-after-extrasmall,
.fd_margin_bottom--extra-small {
  margin-bottom: 0.5em !important;
}

.space-after-small,
.fd_margin_bottom--small {
  margin-bottom: 1em !important;
}

.space-after-medium,
.fd_margin_bottom--medium {
  margin-bottom: 3em !important;
}
@media screen and (max-width: 767px) {
  .space-after-medium,
  .fd_margin_bottom--medium {
    margin-bottom: 1.5em !important;
  }
}

.fd_margin_bottom--small-medium {
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 767px) {
  .fd_margin_bottom--small-medium {
    margin-bottom: 0.75em !important;
  }
}

.space-after-mediumlarge {
  margin-bottom: 3em !important;
}

.space-after-large,
.fd_margin_bottom--large {
  margin-bottom: 4em !important;
}
@media screen and (max-width: 767px) {
  .space-after-large,
  .fd_margin_bottom--large {
    margin-bottom: 2em !important;
  }
}

.space-after-extralarge,
.fd_margin_bottom--extra-large {
  margin-bottom: 8em !important;
}
@media screen and (max-width: 767px) {
  .space-after-extralarge,
  .fd_margin_bottom--extra-large {
    margin-bottom: 4em !important;
  }
}

.space-after-extraextralarge {
  margin-bottom: 12em !important;
}

.fd_padding_top--none {
  padding-top: 0 !important;
}

.padding-before-extrasmall,
.fd_padding_top--extra-small {
  padding-top: 0.5em !important;
}

.padding-before-small,
.fd_padding_top--small {
  padding-top: 1em !important;
}

.padding-before-medium,
.fd_padding_top--medium {
  padding-top: 3em !important;
}

.fd_padding_top--small-medium {
  padding-top: 1.5em !important;
}

.padding-before-mediumlarge {
  padding-top: 3em !important;
}

.padding-before-large,
.fd_padding_top--large {
  padding-top: 4em !important;
}
@media screen and (max-width: 767px) {
  .padding-before-large,
  .fd_padding_top--large {
    padding-top: 2em !important;
  }
}

.padding-before-largelarge,
.fd_padding_top--largelarge {
  padding-top: 8em !important;
}
@media screen and (max-width: 767px) {
  .padding-before-largelarge,
  .fd_padding_top--largelarge {
    padding-top: 4em !important;
  }
}

.padding-before-extralarge,
.fd_padding_top--extra-large {
  padding-top: 9.333em !important;
}
@media screen and (max-width: 767px) {
  .padding-before-extralarge,
  .fd_padding_top--extra-large {
    padding-top: 4em !important;
  }
}

.padding-before-extraextralarge {
  padding-top: 12em !important;
}

.fd_padding_bottom--none {
  padding-bottom: 0 !important;
}

.padding-after-extrasmall,
.fd_padding_bottom--extra-small {
  padding-bottom: 0.5em !important;
}

.padding-after-small,
.fd_padding_bottom--small {
  padding-bottom: 1em !important;
}

.padding-after-medium,
.fd_padding_bottom--medium {
  padding-bottom: 3em !important;
}

.fd_padding_bottom--small-medium {
  padding-bottom: 1.5em !important;
}

.padding-after-mediumlarge {
  padding-bottom: 3em !important;
}

.padding-after-large,
.fd_padding_bottom--large {
  padding-bottom: 4em !important;
}

.padding-after-extralarge,
.fd_padding_bottom--extra-large {
  padding-bottom: 8em !important;
}

.padding-after-extraextralarge {
  padding-bottom: 12em !important;
}

#fd-footer {
  font-size: 16px;
  background-color: #fff;
  color: #fff;
  padding-top: 2rem;
  margin-top: 3rem;
}
#fd-footer p {
  font-size: 1em;
}
#fd-footer a {
  color: #454545;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
#fd-footer a:hover, #fd-footer a:focus {
  color: #d01b30;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.05s ease-out;
}
#fd-footer .container {
  max-width: 1660px;
  padding-left: 15px;
  padding-right: 15px;
}
#fd-footer #footer-top {
  text-align: center;
  padding-bottom: 1rem;
  color: #454545;
}
#fd-footer #footer-top img {
  width: auto;
  margin: 0.5rem;
}
#fd-footer #footer-mid {
  padding-top: 2rem;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.75em;
  letter-spacing: 2px;
  background-color: #fff;
}
#fd-footer #footer-mid #footer-mid-inner {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #454545;
}
#fd-footer #footer-mid #footer-mid-inner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#fd-footer #footer-mid #footer-mid-inner > div p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#fd-footer #footer-mid #footer-mid-inner #footer-bottom-adresse {
  width: 270px;
}
#fd-footer #footer-mid #footer-mid-inner #footer-bottom-adresse p {
  text-align: right;
}
#fd-footer #footer-mid #footer-mid-inner #footer-mid-logo {
  padding-left: 3rem;
  padding-right: 3rem;
  width: 280px;
}
#fd-footer #footer-mid #footer-mid-inner #footer-bottom-kontakt {
  width: 270px;
}
#fd-footer #footer-mid #footer-mid-inner #footer-bottom-kontakt p {
  text-align: left;
}
@media screen and (max-width: 880px) {
  #fd-footer #footer-mid #footer-mid-inner #footer-mid-logo {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 220px;
  }
  #fd-footer #footer-mid #footer-mid-inner #footer-mid-logo img {
    min-width: 140px;
  }
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-adresse,
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-kontakt {
    width: calc(100% - 110px) !important;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  #fd-footer #footer-mid #footer-mid-inner {
    flex-direction: column;
  }
  #fd-footer #footer-mid #footer-mid-inner #footer-mid-logo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-adresse,
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-kontakt {
    width: 100% !important;
  }
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-adresse p,
  #fd-footer #footer-mid #footer-mid-inner #footer-bottom-kontakt p {
    text-align: center;
  }
}
#fd-footer #footer-bottom-social {
  text-align: center;
  padding-top: 0.5rem;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
}
#fd-footer #footer-bottom-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#fd-footer #footer-bottom-social ul li {
  list-style: none;
  margin: 0.5em;
}
#fd-footer #footer-bottom-social ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.25em;
  text-indent: -9999px; /* versteckt Text visuell */
  white-space: nowrap;
}
#fd-footer #footer-bottom-social ul li a::before {
  content: " ";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  left: -0.25em;
  top: -0.25em;
  text-indent: 0;
  color: #313133;
}
#fd-footer #footer-bottom-social ul li a:hover::before, #fd-footer #footer-bottom-social ul li a:focus::before {
  color: #d01b30;
}
#fd-footer #footer-bottom-social ul li.facebook a::before {
  content: "\f082";
}
#fd-footer #footer-bottom-social ul li.instagram a::before {
  content: "\f16d";
}
#fd-footer #footer-bottom-social ul li.youtube a::before {
  content: "\f167";
}
#fd-footer #footer-bottom-social ul li.linkedin a::before {
  content: "\f08c";
}
#fd-footer #footer-bottom {
  background-color: #fff;
  color: #454545;
  padding-top: 1rem;
  padding-bottom: 0rem;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-size: 0.86em;
}
#fd-footer #footer-bottom #footer-bottom-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul {
  display: flex;
  flex-direction: row;
}
#fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul li {
  list-style: none;
  margin-left: 1rem;
}
#fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul li a {
  color: #454545;
}
#fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul li a:hover, #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul li a:focus {
  color: #d01b30;
}
@media screen and (max-width: 880px) {
  #fd-footer #footer-bottom {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #fd-footer #footer-bottom #footer-bottom-inner {
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }
  #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu {
    margin-bottom: 0.25rem;
  }
  #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-menu ul {
    padding-left: 0;
    margin-left: 0 !important;
    justify-content: center;
    padding-right: 1rem;
  }
  #fd-footer #footer-bottom #footer-bottom-copyright {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  #fd-footer #footer-bottom #footer-bottom-menu a {
    font-size: 0.8rem;
  }
}

.fd_container--Produkte-Video-Box {
  background-color: #fff;
}
.fd_container--Produkte-Video-Box .vc_col-sm-4 {
  padding-right: 1.5rem;
}
#fd-page {
  /* overflow-x: hidden; */
}
#fd-page p,
#fd-page li {
  font-size: 1rem;
  line-height: 1.55em;
  /*
  text-shadow: 0 0 20px rgba(255,255,255,0.75),
  0 0 3px rgba(255,255,255,0.75);
  0 0 10px rgba(255,255,255,0.75),
               */
}
@media screen and (max-width: 767px) {
  #fd-page p,
  #fd-page li {
    font-size: 1rem;
    line-height: 1.55em;
  }
}
@media screen and (max-width: 580px) {
  #fd-page p,
  #fd-page li {
    /* font-size: 0.96rem; */
    line-height: 1.5em;
  }
}
#fd-page li {
  line-height: 2em;
  font-size: 0.889rem;
  padding-left: 0em;
  position: relative;
}

img {
  image-rendering: auto;
}

.hyphens {
  hyphens: auto;
}

.hidden {
  display: none;
}

blockquote p {
  font-size: 2rem !important;
  line-height: 1.35em !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  blockquote p {
    font-size: 1.5rem !important;
    line-height: 1.35em !important;
  }
}

.but-cat p a {
  position: relative;
  padding-left: 40px;
  transition: all 0.2s ease-out;
}
.but-cat p a strong {
  font-weight: 500;
}
.but-cat p a::before {
  content: " ";
  position: absolute;
  left: 0;
  top: calc(50% - 0px);
  height: 1px;
  width: 25px !important;
  background-color: #707070;
  transition: all 0.2s ease-out;
}
.but-cat p a::after {
  content: "N";
  font-family: "gartenlandschaft";
  position: absolute;
  left: 12px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  font-size: 19px;
  color: #707070;
  transition: all 0.2s ease-out;
}
.but-cat p a:hover, .but-cat p a:focus, .but-cat p a.active {
  text-decoration: none !important;
  padding-left: 50px;
  transition: all 0.05s ease-out;
}
.but-cat p a:hover::before, .but-cat p a:focus::before, .but-cat p a.active::before {
  /* background-color: $pb_green; */
  width: 35px !important;
  transition: all 0.05s ease-out;
}
.but-cat p a:hover::after, .but-cat p a:focus::after, .but-cat p a.active::after {
  /* color: $pb_green; */
  left: 22px;
  transition: all 0.05s ease-out;
}

.swiper-slide-inner-caption {
  margin-top: 1.5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper-slide-inner-caption {
    font-size: 0.86em;
  }
}

.fd_podcast img {
  max-width: 650px;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #898989 !important;
}

.flexleft {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flexleft .wpb_column {
  width: auto !important;
  padding-right: 1.5rem;
}

.shop-teaser {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.shop-teaser .vc_col-sm-4 {
  padding: 2.5rem !important;
}

#img-map-01 p {
  text-align: center;
}
#img-map-01 img {
  max-width: 746px;
  height: auto;
}

.blick-ins-buch .swiper-slide-inner-caption {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .blick-ins-buch .swiper-slide-inner-caption {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .fd_container--Weitere-Projekte > div:last-child {
    padding-top: 3rem;
  }
}

.easylinks a {
  transition: all 0.2s ease-out;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline;
}
.easylinks a::before, .easylinks a::after {
  content: "";
  display: none;
}
.easylinks a:hover, .easylinks a:focus {
  text-decoration: none;
  color: #0C5D09 !important;
  transition: all 0.05s ease-out;
}

a.fd_textlink::before, a.fd_textlink::after {
  content: "";
  display: none;
}
a.fd_textlink span.lastword {
  position: relative;
  margin-left: 0rem;
  margin-right: 0rem;
  display: inline-block;
  padding-right: 30px;
}
a.fd_textlink span.lastword::before {
  content: " ";
  position: absolute;
  right: -5px;
  top: calc(50% - 0px);
  height: 1px;
  width: 25px;
  background-color: #707070;
  transition: all 0.2s ease-out;
}
a.fd_textlink span.lastword::after {
  content: "N";
  font-family: "gartenlandschaft";
  position: absolute;
  right: -11px;
  top: calc(50% - 0px);
  transform: translateY(-50%);
  font-size: 19px;
  transition: all 0.2s ease-out;
  color: #707070;
}
a.fd_textlink:hover .textend::before,
a.fd_textlink:hover .lastword::before, a.fd_textlink:focus .textend::before,
a.fd_textlink:focus .lastword::before {
  width: 35px !important;
  right: -15px !important;
  /* background-color: $pb_green !important; */
  transition: all 0.05s ease-out;
}
a.fd_textlink:hover .textend::after,
a.fd_textlink:hover .lastword::after, a.fd_textlink:focus .textend::after,
a.fd_textlink:focus .lastword::after {
  right: -21px !important;
  /* color: $pb_green !important; */
  transition: all 0.05s ease-out;
}

.projekte-index .gal-teaser a h2, .projekte-index .gal-teaser a .h2 {
  text-align: center;
  padding-left: 45px;
  padding-right: 25px;
}
.projekte-index .gal-teaser a h2 span.lastword, .projekte-index .gal-teaser a .h2 span.lastword {
  position: relative;
  margin-left: 0rem;
  margin-right: 0rem;
  display: inline-block;
  padding-right: 50px;
}
.projekte-index .gal-teaser a h2 span.lastword::before, .projekte-index .gal-teaser a .h2 span.lastword::before {
  content: " ";
  position: absolute;
  right: 15px;
  top: calc(50% - 0px);
  height: 1px;
  width: 25px;
  background-color: #707070;
  transition: all 0.2s ease-out;
}
.projekte-index .gal-teaser a h2 span.lastword::after, .projekte-index .gal-teaser a .h2 span.lastword::after {
  content: "N";
  font-family: "gartenlandschaft";
  position: absolute;
  right: 9px;
  top: calc(50% - 0px);
  transform: translateY(-50%);
  font-size: 19px;
  transition: all 0.2s ease-out;
  color: #707070;
}
.projekte-index .gal-teaser a:hover .textend::before,
.projekte-index .gal-teaser a:hover h2 .lastword::before,
.projekte-index .gal-teaser a:hover .h2 .lastword::before, .projekte-index .gal-teaser a:focus .textend::before,
.projekte-index .gal-teaser a:focus h2 .lastword::before,
.projekte-index .gal-teaser a:focus .h2 .lastword::before {
  width: 35px !important;
  right: 5px !important;
  /* background-color: $pb_green !important; */
  transition: all 0.05s ease-out;
}
.projekte-index .gal-teaser a:hover .textend::after,
.projekte-index .gal-teaser a:hover h2 .lastword::after,
.projekte-index .gal-teaser a:hover .h2 .lastword::after, .projekte-index .gal-teaser a:focus .textend::after,
.projekte-index .gal-teaser a:focus h2 .lastword::after,
.projekte-index .gal-teaser a:focus .h2 .lastword::after {
  right: -1px !important;
  /* color: $pb_green !important; */
  transition: all 0.05s ease-out;
}

@media screen and (max-width: 767px) {
  #Leistungen p, #Leistungen li, #Leistungen h1, #Leistungen .h1, #Leistungen h2, #Leistungen .h2, #Leistungen h3, #Leistungen .h3, #Leistungen h4, #Leistungen .h4, #Leistungen h5, #Leistungen .h5, #Leistungen h6, #Leistungen .h6 {
    text-align: center;
  }
}
#Leistungen h2, #Leistungen .h2 {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 767px) {
  #Leistungen h2, #Leistungen .h2 {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  #Leistungen p, #Leistungen li {
    font-size: 1.25rem !important;
    line-height: normal !important;
  }
}

.vc_btn3.vc_btn3-icon-left {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.vc_btn3.vc_btn3-icon-left .vc_btn3-icon {
  margin-top: 2px;
}

.vc_tta.vc_general .vc_tta-panel-title > a {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.video-verbunddecke {
  display: flex;
}
.video-verbunddecke > div {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.vc_btn3 {
  padding: 0.75em 1.75em 0.75em 1.75em !important;
  border-width: 2px !important;
  background-color: transparent !important;
  z-index: 1 !important;
  font-weight: 400;
  font-size: 1.1rem !important;
  color: #232323 !important;
  border-radius: 0rem !important;
  position: relative !important;
  /*
  &::before {
      content: " ";
      position: absolute;
      left: 0px;
      top: 0px;
      height: 100%;
      width: 5%;
      background-color: $lh_red;
      transition: all 0.2s ease-out;
      z-index: -1;
  }

  &:hover {
      background-color: transparent !important;
      border-color: $lh_red !important;
      color: $lh_white !important;
      &::before {
          width: 100%;
      }

  }
  */
}

._brlbs-btn-accept-all {
  font-weight: bold !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important;
}

#CookieBoxSaveButton {
  font-size: 14px !important;
}

#BorlabsCookieBox .cookie-preference ._brlbs-accept {
  text-align: center !important;
}

.cookie-preference div > .col-12 .col-sm-7 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}
.cookie-preference div > .col-12 .col-sm-7 ._brlbs-btn-accept-all {
  text-align: center !important;
  width: 100%;
  font-size: 18px !important;
}

.cookie-preference div > .col-12 .col-sm-5 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center;
}

.cookie-preference div > .col-12 .col-sm-5 p {
  text-align: center !important;
}

#CookiePrefDescription > span {
  text-align: center !important;
}

#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology,
#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information {
  display: block !important;
}

#BorlabsCookieBox ._brlbs-text-description {
  display: none !important;
}

#CookieBoxTextDescription {
  text-align: center !important;
}

#CookieBoxSaveButton {
  width: auto !important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 15px !important;
}

.vc_btn3.vc_btn3-color-danger {
  background-color: transparent !important;
  color: #d01b30 !important;
  border-color: #d01b30 !important;
  font-size: 1.1rem !important;
  transition: all 0.2s ease-out;
}
.vc_btn3.vc_btn3-color-danger::after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: #d01b30;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.vc_btn3.vc_btn3-color-danger::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transition: all 0.2s ease-out;
  z-index: -2;
}
.vc_btn3.vc_btn3-color-danger:hover, .vc_btn3.vc_btn3-color-danger:focus {
  color: #fff !important;
  transition: all 0.1s ease-out;
}
.vc_btn3.vc_btn3-color-danger:hover::after, .vc_btn3.vc_btn3-color-danger:focus::after {
  width: 100%;
  transition: all 0.1s ease-out;
}

.vc_btn3.vc_btn3-color-white {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  font-size: 1.1rem !important;
  transition: all 0.2s ease-out;
}
.vc_btn3.vc_btn3-color-white::after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: #fff;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.vc_btn3.vc_btn3-color-white::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s ease-out;
  z-index: -2;
}
.vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white:focus {
  color: #d01b30 !important;
  transition: all 0.1s ease-out;
}
.vc_btn3.vc_btn3-color-white:hover::after, .vc_btn3.vc_btn3-color-white:focus::after {
  width: 100%;
  transition: all 0.1s ease-out;
}

.vc_btn3.vc_btn3-color-grey {
  background-color: transparent !important;
  color: #575b5e !important;
  border-color: #888888 !important;
  font-size: 1.1rem !important;
  transition: all 0.2s ease-out;
}
.vc_btn3.vc_btn3-color-grey::after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background-color: #888888;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.vc_btn3.vc_btn3-color-grey::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s ease-out;
  z-index: -2;
}
.vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey:focus {
  color: #fff !important;
  transition: all 0.1s ease-out;
}
.vc_btn3.vc_btn3-color-grey:hover::after, .vc_btn3.vc_btn3-color-grey:focus::after {
  width: 100%;
  transition: all 0.1s ease-out;
}

.fd_style--Steckbrief {
  padding-right: 35px !important;
}
.fd_style--Steckbrief > .vc_row > div:first-child .vc_column-inner {
  background-color: #f2f2f2;
  margin-left: 15px;
  margin-top: 1rem;
  padding-top: 0.75rem;
  padding-left: 2rem !important;
  padding-right: 2.5rem !important;
  padding-bottom: 0.75rem;
}

#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper {
  background-color: #f2f2f2;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.img),
#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper .vc_btn3-container,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.img),
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col h4, #fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col .h4,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col h4,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col .h4 {
  font-weight: 500;
  margin-bottom: 0.75rem !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col ul,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col ul {
  margin-bottom: 0 !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-2er-col .vc_btn3,
#fd-page .produkt .main .main-inner .fd_container--Produkt-2er-col .vc_btn3 {
  margin-top: 1.5rem !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row {
  background-color: #f2f2f2;
  margin-left: 15px;
  margin-right: 15px;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row .img > .vc_column-inner,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row .img > .vc_column-inner {
  padding-left: 0 !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row h4, #fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row .h4,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row h4,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row .h4 {
  font-weight: 500;
  margin-bottom: 0.5rem !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row ul,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row ul {
  margin-bottom: 0 !important;
}
#fd-page .karriere .main .main-inner .fd_container--Produkt-1er-row .vc_btn3,
#fd-page .produkt .main .main-inner .fd_container--Produkt-1er-row .vc_btn3 {
  margin-top: 0.5rem !important;
}

.produkt_downloads {
  background-color: #d01b30;
  color: #fff;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .produkt_downloads {
    margin-top: 1.5rem;
  }
}
.produkt_downloads a {
  color: #fff;
  text-decoration: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
  padding-left: 0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
  transition: all 0.2s ease-out;
}
.produkt_downloads a h5, .produkt_downloads a .h5 {
  font-weight: 500;
  font-size: 1.05rem !important;
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .produkt_downloads a h5, .produkt_downloads a .h5 {
    width: 100% !important;
  }
}
.produkt_downloads a:last-child {
  margin-bottom: 0;
}
.produkt_downloads a::before {
  content: "\f061";
  font-family: "FontAwesome";
  margin-right: 0.5rem;
  font-weight: 400;
  font-size: 0.85rem;
}
.produkt_downloads a:hover, .produkt_downloads a:focus {
  color: #d01b30 !important;
  text-decoration: none;
  background-color: #fff;
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  transition: all 0.05s ease-out;
}
.produkt_downloads a:hover h5, .produkt_downloads a:hover .h5, .produkt_downloads a:focus h5, .produkt_downloads a:focus .h5 {
  color: #d01b30 !important;
}
.produkt_downloads h4, .produkt_downloads .h4 {
  font-weight: 500;
  font-size: 1.5rem !important;
  margin-bottom: 0.5rem !important;
  color: #fff;
}
.produkt_downloads p {
  margin-bottom: 0rem;
  line-height: normal;
  font-size: 0.96rem !important;
}

.produkt_ansprechpartner {
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.produkt_ansprechpartner p {
  margin-bottom: 0rem;
  line-height: normal;
  hyphens: auto;
}
.produkt_ansprechpartner .ansprechpartner_row1 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 1300px) {
  .produkt_ansprechpartner .ansprechpartner_row1 {
    flex-direction: column;
  }
}
.produkt_ansprechpartner .ansprechpartner_row1 .ansprechpartner-headline {
  margin-top: -5px;
  margin-bottom: -7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.produkt_ansprechpartner .ansprechpartner_row1 h4, .produkt_ansprechpartner .ansprechpartner_row1 .h4 {
  font-weight: 500;
  margin-bottom: 0.25rem !important;
  margin-top: 0 !important;
  line-height: normal !important;
}
.produkt_ansprechpartner .ansprechpartner_row1 .ansprechpartner_name {
  font-weight: 500;
  font-size: 1.1rem !important;
  margin-bottom: 0.25rem !important;
  line-height: normal !important;
}
.produkt_ansprechpartner .ansprechpartner_row1 > div {
  margin-right: 1rem;
  width: 25%;
}
.produkt_ansprechpartner .ansprechpartner_row1 > div:last-child {
  margin-right: 0;
  width: 75%;
}
.produkt_ansprechpartner .ansprechpartner_row1 .ansprechpartner-image {
  width: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .produkt_ansprechpartner .ansprechpartner_row1 .ansprechpartner-image {
    margin-bottom: 1.5rem;
  }
}
.produkt_ansprechpartner .ansprechpartner_row1 .ansprechpartner-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.produkt_ansprechpartner .ansprechpartner_row2 {
  margin-top: 1.5rem;
}
.produkt_ansprechpartner .ansprechpartner_row2 a {
  font-weight: 500 !important;
}
.produkt_ansprechpartner .ansprechpartner_row2 span {
  font-weight: 400;
  width: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .produkt_ansprechpartner .ansprechpartner_row2 p {
    display: flex;
  }
}

#fd-page .produkt .main .main-inner p,
#fd-page .produkt .main .main-inner ul li {
  font-size: 1.125rem !important;
  line-height: 1.65em !important;
}
#fd-page .produkt .main .main-inner p::before,
#fd-page .produkt .main .main-inner ul li::before {
  top: 0.66em;
}
@media screen and (max-width: 767px) {
  #fd-page .produkt .main .main-inner p,
  #fd-page .produkt .main .main-inner ul li {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .fd_container--Produkt-Teaser-3col .vc_col-sm-4,
  .fd_container--Produkt-Teaser-3col .vc_col-sm-6,
  .fd_container--Produkt-Teaser-2col .vc_col-sm-4,
  .fd_container--Produkt-Teaser-2col .vc_col-sm-6,
  .fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4,
  .fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 {
    margin-bottom: 1.5rem;
  }
  .fd_container--Produkt-Teaser-3col .vc_col-sm-4:last-child,
  .fd_container--Produkt-Teaser-3col .vc_col-sm-6:last-child,
  .fd_container--Produkt-Teaser-2col .vc_col-sm-4:last-child,
  .fd_container--Produkt-Teaser-2col .vc_col-sm-6:last-child,
  .fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4:last-child,
  .fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6:last-child {
    margin-bottom: 0;
  }
}
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 p,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 p,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 p,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 p,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 p,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 p {
  overflow: hidden;
}
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper a img,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper a img {
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper h3 a, .fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper .h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper .h4 a {
  text-decoration: none;
  display: block;
  color: #454545 !important;
  transition: all 0.2s ease-out;
}
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:hover a img, .fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:focus a img,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:hover a img,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:focus a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:hover a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:focus a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:hover a img,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:focus a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:hover a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:focus a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:hover a img,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:focus a img {
  transform: scale(1.05);
  transition: all 0.05s ease-out;
}
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:hover h3 a, .fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:hover .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:hover h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:hover .h4 a, .fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:focus h3 a, .fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:focus .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:focus h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-4 .wpb_wrapper:focus .h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:hover h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:hover .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:hover h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:hover .h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:focus h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:focus .h3 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:focus h4 a,
.fd_container--Produkt-Teaser-3col .vc_col-sm-6 .wpb_wrapper:focus .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:hover h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:hover .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:hover h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:hover .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:focus h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:focus .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:focus h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-4 .wpb_wrapper:focus .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:hover h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:hover .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:hover h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:hover .h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:focus h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:focus .h3 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:focus h4 a,
.fd_container--Produkt-Teaser-2col .vc_col-sm-6 .wpb_wrapper:focus .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:hover h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:hover .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:hover h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:hover .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:focus h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:focus .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:focus h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-4 .wpb_wrapper:focus .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:hover h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:hover .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:hover h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:hover .h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:focus h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:focus .h3 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:focus h4 a,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_col-sm-6 .wpb_wrapper:focus .h4 a {
  color: #d01b30 !important;
  transition: all 0.05s ease-out;
}

.fdSwiperProduct {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .fdSwiperProduct {
    margin-left: -16px !important;
    margin-right: -16px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.produkt_videobox {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.produkt_videobox h4, .produkt_videobox .h4 {
  font-weight: 500;
  font-size: 1.25rem !important;
  margin-bottom: 0 !important;
  margin-top: 1rem !important;
  color: #454545;
}
.produkt_videobox a {
  text-decoration: none;
}
.produkt_videobox a h4, .produkt_videobox a .h4 {
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.produkt_videobox a:hover h4, .produkt_videobox a:hover .h4, .produkt_videobox a:focus h4, .produkt_videobox a:focus .h4 {
  color: #d01b30 !important;
  transition: all 0.05s ease-out;
}
@media screen and (max-width: 767px) {
  .produkt_videobox {
    padding: 0.5rem;
    margin-top: 2rem;
  }
  .produkt_videobox a {
    align-items: flex-end;
  }
  .produkt_videobox h4, .produkt_videobox .h4 {
    font-size: 1rem !important;
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    padding-left: 1rem !important;
    hyphens: auto;
  }
}

@media screen and (max-width: 767px) {
  .produkt .fdSliderContent {
    flex-direction: column-reverse !important;
  }
  .produkt .fdSliderContent > div {
    width: 100% !important;
  }
  .produkt .fdSliderContent .fdSliderContentLeft {
    margin-top: 2rem;
    padding-left: 0 !important;
  }
}

.news .main {
  background-color: green;
}
.news .news-list {
  padding-left: 15px;
  padding-right: 15px;
  /*
  max-width: 1560px;
  */
  margin-left: auto;
  margin-right: auto;
}
.news .news-list .news-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .news .news-list .news-list-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .news .news-list .news-list-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news .news-list .news-list-inner .news-image {
  border: 1px solid #f2f2f2;
  flex: 0 0 auto;
}
.news .news-list .news-list-inner .news-item {
  background-color: #f2f2f2;
}
.news .news-list .news-list-inner .news-item .news-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news .news-list .news-list-inner .news-item .news-text {
  padding: 0.5rem 1rem 0rem 1rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .news-list .news-list-inner .news-item .news-text .news-date {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-align: right;
}
.news .news-list .news-list-inner .news-item .news-text h2, .news .news-list .news-list-inner .news-item .news-text .h2 {
  font-size: 1.16667rem;
  margin-top: 0rem !important;
  margin-bottom: 0.5rem !important;
}
.news .news-list .news-list-inner .news-item .news-text p {
  font-size: 0.9rem !important;
}

.single-template {
  margin-top: 2rem;
}
.single-template .entry > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.single-template #fd-hero {
  padding-left: 15px;
  padding-right: 15px;
}
.single-template #fd-hero #fd-hero-inner {
  max-height: 400px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.single-template #fd-hero #fd-hero-inner picture {
  max-height: 400px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.single-template #fd-hero #fd-hero-inner picture img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single-template .blog-content {
  padding-right: 1rem;
}
.single-template .blog-content > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #fff;
  padding-bottom: 3rem;
}
.single-template h1, .single-template .h1 {
  margin-top: 1rem !important;
}
.single-template h6, .single-template .h6 {
  font-size: 0.96rem !important;
  font-weight: 300 !important;
  text-align: right !important;
}
.single-template .blog-images > .vc_column-inner > .wpb_wrapper > * {
  margin-bottom: 1.5rem !important;
  display: block;
}

.news_section {
  padding-left: 30px !important;
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .news_section > .vc_row {
    display: flex;
    flex-direction: column-reverse;
  }
  .news_section > .vc_row .blog-images > .vc_column-inner {
    padding-left: 0px !important;
  }
}

.widget_referenzen_slider_widget .fdSliderText ul {
  margin-bottom: 0.75rem !important;
}
.widget_referenzen_slider_widget .fdSliderText ul li {
  margin-bottom: 0.25rem !important;
}
.widget_referenzen_slider_widget .vc_btn3-container {
  margin-top: 0.5rem !important;
}
.widget_referenzen_slider_widget .vc_btn3-container::before {
  top: 0.6em !important;
}

#fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1200px) {
  #fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
#fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner .reflist-item-inner-bottom {
  background-color: #f2f2f2;
  padding: 1.5rem;
  padding-top: 0.25rem;
}
#fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner h2, #fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner .h2 {
  font-size: 1.25rem !important;
  margin-bottom: 0.75rem !important;
}
#fd-page .standard .main .main-inner .referenzen-list .referenzen-list-inner li {
  margin-bottom: 0.25rem !important;
}

.reflist-item {
  background-color: #f2f2f2;
}
.reflist-item .reflist-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.reflist-item .reflist-item-inner .reflist-item-inner-top {
  flex: 0 0 auto;
}
.reflist-item .reflist-item-inner .reflist-item-inner-bottom {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-single #fd-hero {
  /*
  padding-left: 15px;
  padding-right: 15px;
  */
}
.project-single #fd-hero #fd-hero-inner {
  max-height: 400px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.project-single #fd-hero #fd-hero-inner picture {
  max-height: 400px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.project-single #fd-hero #fd-hero-inner picture img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
.project-single .ref-title {
  padding-left: 15px;
  padding-right: 15px;
}
.project-single .ref-content {
  /*
  padding-left: 15px;
  padding-right: 15px;
  */
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}
.project-single .ref-content .ref-content-left {
  width: 58.3333%;
  padding-left: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1.75rem;
  padding-top: 0.5rem;
  background-color: #fff;
}
.project-single .ref-content .ref-content-right {
  width: 41.6667%;
  background-color: #4f5053;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.project-single .ref-content .ref-content-right h1, .project-single .ref-content .ref-content-right .h1, .project-single .ref-content .ref-content-right h2, .project-single .ref-content .ref-content-right .h2, .project-single .ref-content .ref-content-right h3, .project-single .ref-content .ref-content-right .h3, .project-single .ref-content .ref-content-right h4, .project-single .ref-content .ref-content-right .h4, .project-single .ref-content .ref-content-right h5, .project-single .ref-content .ref-content-right .h5, .project-single .ref-content .ref-content-right h6, .project-single .ref-content .ref-content-right .h6, .project-single .ref-content .ref-content-right p, .project-single .ref-content .ref-content-right li {
  color: #fff;
}
.project-single .ref-content .ref-content-right h3, .project-single .ref-content .ref-content-right .h3 {
  font-size: 1.11111rem !important;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  margin-top: 1.15rem !important;
  padding-bottom: 0.25rem !important;
  margin-bottom: 0.5rem !important;
  /* border-bottom: 1px solid $lh_white; */
}
@media screen and (max-width: 892px) {
  .project-single .ref-content {
    flex-direction: column;
  }
  .project-single .ref-content .ref-content-left,
  .project-single .ref-content .ref-content-right {
    width: 100%;
    /*
    padding-left: 0;
    padding-right: 0;
    */
    width: 100%;
  }
}
.project-single .ref-tabelle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.75rem;
}
.project-single .ref-tabelle .ref-tabelle-row {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0.5em 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.3s ease-out;
}
.project-single .ref-tabelle .ref-tabelle-row:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-single .ref-tabelle .ref-tabelle-row .ref-tabelle-col-left {
  font-weight: 500;
}
.project-single .ref-tabelle .ref-tabelle-row .ref-tabelle-col-right {
  text-align: right;
}
.project-single .ref-tabelle .ref-tabelle-row:hover {
  background-color: rgb(255, 255, 255);
  color: #454545;
  transition: all 0.05s ease-out;
}
.project-single .ref-content-bottom {
  /*
  padding-left: 15px;
  padding-right: 15px;
  */
  margin-top: 1.5rem;
}
.project-single .ref-content-bottom .ref-content-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 892px) {
  .project-single .ref-content-bottom .ref-content-images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .project-single .ref-content-bottom .ref-content-images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ref-backlink {
  text-align: center;
  margin-top: 4rem;
}
.ref-backlink .vc_btn3-container {
  margin-left: auto;
  margin-right: auto;
}
.ref-backlink .vc_btn3-container a {
  font-size: 1.25rem !important;
  text-transform: uppercase;
}

.fdSwiper.ref-single .fdSliderContent > .fdSliderContentLeft,
.fdSwiper.ref-single .fdSliderContent > .fdSliderContentRight {
  width: 50%;
}
.fdSwiper.ref-single .fdSliderContent .fdSliderContentLeft {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.fdSwiper.ref-single .fdSliderContent .fdSliderContentLeft h2, .fdSwiper.ref-single .fdSliderContent .fdSliderContentLeft .h2 {
  margin-top: 0 !important;
  font-size: 1.5rem !important;
}

.fd_bgcolor--black {
  background-color: #000;
  color: #fff;
}

.fd_bgcolor--white {
  background-color: #fff;
}
.fd_bgcolor--white p {
  color: #000 !important;
}

.fd_bgcolor--grey {
  background-color: #4b535b;
  color: #fff;
}

.fd_bgcolor--grey-dark {
  background-color: #343a40;
  color: #fff;
}

.fd_bgcolor--grey-light {
  background-color: #9ca1a5;
}
.fd_bgcolor--grey-light h1, .fd_bgcolor--grey-light .h1, .fd_bgcolor--grey-light h2, .fd_bgcolor--grey-light .h2, .fd_bgcolor--grey-light h3, .fd_bgcolor--grey-light .h3, .fd_bgcolor--grey-light h4, .fd_bgcolor--grey-light .h4, .fd_bgcolor--grey-light h5, .fd_bgcolor--grey-light .h5, .fd_bgcolor--grey-light p {
  color: #fff;
}

.fd_bgcolor--grey-lighter {
  background-color: #b4b9be;
}

.fd_bgcolor--grey-lightest {
  background-color: #f8f9fa;
}

.fd_bgcolor--red {
  background-color: #d01b30;
  color: #fff;
}

.fd_bgcolor--blue {
  background-color: #009EE3;
  color: #fff;
}

.fd_bgcolor--blue-dark {
  background-color: #003358;
  color: #fff;
}

#fd-construct > .legal h1, #fd-construct > .legal .h1 {
  padding-bottom: 1.5rem !important;
}
#fd-construct > .legal h2, #fd-construct > .legal .h2 {
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 0rem !important;
  margin-bottom: 0.5rem !important;
}
#fd-construct > .legal h3, #fd-construct > .legal .h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0rem !important;
  margin-bottom: 0.5rem !important;
}
#fd-construct > .legal ol {
  padding-left: 0;
}
#fd-construct > .legal ol li::marker {
  font-size: 1.35rem;
  font-weight: 400;
  color: #232323;
}
#fd-construct > .legal ol ol {
  padding-left: 1.25em;
}
#fd-construct > .legal p, #fd-construct > .legal li {
  font-size: 0.9rem !important;
}
#fd-construct > .legal strong {
  font-weight: 500;
}

.wpcf7-checkbox {
  width: 100%;
  display: block;
}
.wpcf7-checkbox > span {
  display: list-item;
  list-style: none;
  margin-left: -1rem;
}
.wpcf7-checkbox > span > label {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.wpcf7-checkbox > span > label input {
  width: 30px;
  margin-bottom: 0.25rem;
  transform: translateY(5px);
  border: none !important;
  -webkit-appearance: none;
}
.wpcf7-checkbox > span > label input + span {
  text-indent: 0px;
  hyphens: auto;
  padding-left: 20px;
}
@media screen and (max-width: 1200px) {
  .wpcf7-checkbox > span > label input + span {
    text-indent: 0;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-checkbox > span > label input + span {
    text-indent: 0px;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-checkbox > span > label input + span {
    text-indent: 0;
  }
}
.wpcf7-checkbox > span > label input + span a {
  text-decoration: underline;
  color: #000;
}
.wpcf7-checkbox > span > label input + span a:hover, .wpcf7-checkbox > span > label input + span a:focus {
  color: #4A4A4A;
}
.wpcf7-checkbox > span > label input + span::before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: 2px solid #4A4A4A;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 6px;
  margin-left: -20px;
  z-index: 5;
  position: relative;
  transform: translate3d(-12px, 4px, 0);
}
.wpcf7-checkbox > span > label input:checked + span::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #0C5D09;
}

.wpcf7-form-control-wrap.dsgvo .wpcf7-not-valid-tip {
  margin-top: 4rem !important;
  margin-bottom: 0 !important;
  display: inline-block;
}

.wpcf7-textarea {
  margin-bottom: 2rem !important;
}

.wpcf7-submit {
  margin-top: 3rem !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-submit {
    margin-top: 4rem !important;
    width: 100% !important;
    font-size: 16px !important;
  }
}

.wpcf7-form {
  max-width: 600px;
}
.wpcf7-form > p {
  font-size: 1rem !important;
}
.wpcf7-form .dsgvo {
  margin-bottom: 4rem;
}
@media screen and (max-width: 600px) {
  .wpcf7-form .dsgvo {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 550px) {
  .wpcf7-form .dsgvo {
    margin-bottom: 6rem;
  }
}

.cf-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cf-2col > label {
  width: 48%;
}
@media screen and (max-width: 580px) {
  .cf-2col {
    flex-direction: column;
  }
  .cf-2col > label {
    width: 100%;
  }
}

.cf-2col-1 {
  margin-top: 0.5rem;
}

.cf-2col-2 {
  margin-bottom: 1rem;
}

.wpcf7-textarea {
  height: 120px;
}

.wpcf7 {
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 1rem;
  /*
  p.no-margin {
      font-size: 1.25rem !important;
  }
  */
}
.wpcf7 p.small {
  margin-top: 1.5rem;
  font-size: 0.75rem !important;
  line-height: normal;
}
.wpcf7 p a {
  color: #4A4A4A !important;
  text-decoration: underline !important;
  font-weight: 400 !important;
}
.wpcf7 select {
  font-size: 0.9rem;
  padding: 0.5em 0.5em 0.5em 0.5em;
  /*
  padding-top: calc(0.75rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
  */
  border-radius: 0px !important;
  border: none;
  width: 100%;
  background-color: #fff;
  /* margin-bottom: 1.75rem !important; */
  font-family: "Ubuntu", sans-serif;
  color: #232323;
}
.wpcf7 select option {
  padding-left: 0 !important;
}
.wpcf7 input,
.wpcf7 textarea {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem !important;
  padding: 0.25em 0.5em !important;
  background-color: #fff !important;
  margin-bottom: 0 !important;
}
.wpcf7 label input {
  margin-bottom: 0 !important;
}

.wpcf7-checkbox,
.wpcf7-acceptance {
  width: 100%;
  display: block;
}
.wpcf7-checkbox > span,
.wpcf7-acceptance > span {
  display: list-item;
  list-style: none;
  margin-left: 0rem;
}
.wpcf7-checkbox > span > label,
.wpcf7-acceptance > span > label {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  line-height: normal;
  font-size: 0.8888888rem;
}
.wpcf7-checkbox > span > label input,
.wpcf7-acceptance > span > label input {
  width: 0px;
  margin-bottom: 0.25rem;
  transform: translateY(5px);
  border: none !important;
  -webkit-appearance: none;
}
.wpcf7-checkbox > span > label input + span,
.wpcf7-acceptance > span > label input + span {
  /* text-indent: -6px; */
  padding-left: 20px;
  max-width: 95%;
  line-height: 1.5em;
}
.wpcf7-checkbox > span > label input + span a,
.wpcf7-acceptance > span > label input + span a {
  text-decoration: none;
  color: #232323;
  position: relative;
  display: inline-block;
  padding-right: 35px;
  padding-left: 0.5em;
}
.wpcf7-checkbox > span > label input + span a::before,
.wpcf7-acceptance > span > label input + span a::before {
  content: " ";
  position: absolute;
  right: 10px;
  top: calc(50% - 1px);
  height: 1px;
  width: 20px;
  background-color: #232323;
  transition: all 0.2s ease-out;
}
.wpcf7-checkbox > span > label input + span a::after,
.wpcf7-acceptance > span > label input + span a::after {
  content: "N";
  font-family: "gartenlandschaft";
  position: absolute;
  right: 5px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  font-size: 15px;
  transition: all 0.2s ease-out;
  color: #232323;
}
.wpcf7-checkbox > span > label input + span a:hover, .wpcf7-checkbox > span > label input + span a:focus,
.wpcf7-acceptance > span > label input + span a:hover,
.wpcf7-acceptance > span > label input + span a:focus {
  color: #232323;
}
.wpcf7-checkbox > span > label input + span a:hover::before, .wpcf7-checkbox > span > label input + span a:focus::before,
.wpcf7-acceptance > span > label input + span a:hover::before,
.wpcf7-acceptance > span > label input + span a:focus::before {
  right: 5px;
  width: 25px;
  transition: all 0.05s ease-out;
}
.wpcf7-checkbox > span > label input + span a:hover::after, .wpcf7-checkbox > span > label input + span a:focus::after,
.wpcf7-acceptance > span > label input + span a:hover::after,
.wpcf7-acceptance > span > label input + span a:focus::after {
  right: 0px;
  transition: all 0.05s ease-out;
}
.wpcf7-checkbox > span > label input + span::before,
.wpcf7-acceptance > span > label input + span::before {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: 1px solid #4A4A4A;
  background-color: transparent;
  display: block;
  content: "";
  float: left;
  /* margin-right: 6px; */
  margin-left: -20px;
  z-index: 5;
  position: relative;
  transform: translate3d(-12px, 1px, 0);
  margin-bottom: 24px;
}
.wpcf7-checkbox > span > label input:checked + span::before,
.wpcf7-acceptance > span > label input:checked + span::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #4A4A4A;
}

.wpcf7 .wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin-top: -2.25rem !important;
  margin-bottom: 1rem !important;
}

.wpcf7-form-control-wrap.dsgvo .wpcf7-not-valid-tip {
  margin-top: 4rem !important;
  margin-bottom: 0 !important;
  display: inline-block;
}

input.wpcf7-submit {
  margin-top: 1.5rem !important;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff !important;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 4rem !important;
  color: #d01b30;
  border: 2px solid #d01b30 !important;
  border-radius: 0rem;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  /*
  margin-left: auto !important;
  margin-right: auto !important;
  */
  display: block !important;
  transition: 0.2s all ease-out;
}
input.wpcf7-submit:disabled {
  background-color: #4b535b;
  cursor: not-allowed;
}
input.wpcf7-submit:hover, input.wpcf7-submit:focus {
  background-color: #d01b30 !important;
  color: #fff;
  transition: 0.05s all ease-out;
}

.wpcf7-form > p {
  font-size: 1rem !important;
}

.wpcf7-form label {
  display: block;
  margin-top: 0.5rem !important;
  font-size: 0.7888888rem !important;
}

.wpcf7-form label input,
.wpcf7-form label textarea {
  font-size: 1.25rem;
  padding: 0.5em;
  border-radius: 0px;
  border: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0rem !important;
}

.wpcf7-checkbox,
.wpcf7-acceptance {
  margin-bottom: 0.75rem !important;
  padding-top: 0.25rem !important;
}
.wpcf7-checkbox label input,
.wpcf7-acceptance label input {
  background-color: transparent !important;
}

.cf-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cf-2col > label {
  width: 48%;
}
@media screen and (max-width: 580px) {
  .cf-2col {
    flex-direction: column;
  }
  .cf-2col > label {
    width: 100%;
  }
}

.cf-2col-1 {
  margin-top: 0.5rem;
}

.cf-2col-2 {
  margin-bottom: 1rem;
}

.wpcf7-textarea {
  height: 120px;
}

.wpcf7-not-valid-tip {
  color: #d01b30;
}

#Kontakt h2, #Kontakt .h2,
.Kontakt h2,
.Kontakt .h2 {
  color: #4A4A4A;
  /*    text-shadow: 2px 2px 5px $bs_white; */
}

.wpcf7-response-output {
  border-width: 1px !important;
  border-color: #4A4A4A !important;
  padding: 1rem !important;
  background-color: transparent !important;
  text-align: center;
  margin-bottom: 5rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 .cf7-2col {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.wpcf7 .cf7-2col > div {
  width: 50%;
  padding-left: 3px;
}
.wpcf7 .cf7-2col .cf7-anzahl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7 .cf7-2col .cf7-anzahl label {
  margin-right: 1rem;
  margin-bottom: 0.35rem;
}
.wpcf7 .cf7-2col .cf7-anzahl input {
  border-left: none;
  background-color: transparent;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.9rem !important;
  color: #232323 !important;
}
.wpcf7 .cf7-2col .cf7-gesamtpreis {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7 .cf7-2col .cf7-gesamtpreis label {
  margin-right: 1rem;
  margin-bottom: 0.35rem;
  white-space: nowrap;
}
.wpcf7 .cf7-2col .cf7-gesamtpreis input[type=text] {
  border-left: none;
  background-color: transparent;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  color: #232323 !important;
  margin-bottom: 0 !important;
  user-select: none;
  font-weight: bold;
}

.wpcf7 .signature {
  margin-bottom: 3.5rem;
}

.fd_txtimg_style--contact-form-products .wpcf7-form {
  width: 100%;
  max-width: 100%;
}
.fd_txtimg_style--contact-form-products .wpcf7-form input,
.fd_txtimg_style--contact-form-products .wpcf7-form textarea,
.fd_txtimg_style--contact-form-products .wpcf7-form select,
.fd_txtimg_style--contact-form-products .wpcf7-form option {
  background-color: #f2f2f2 !important;
  font-size: 1rem !important;
  padding-top: 0.4em !important;
  padding-bottom: 0.4em !important;
}
.fd_txtimg_style--contact-form-products .wpcf7-form input,
.fd_txtimg_style--contact-form-products .wpcf7-form select {
  height: 2.5rem;
}
.fd_txtimg_style--contact-form-products .wpcf7-form input.wpcf7-submit {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  height: auto !important;
}
.fd_txtimg_style--contact-form-products .wpcf7-form input.wpcf7-submit:hover, .fd_txtimg_style--contact-form-products .wpcf7-form input.wpcf7-submit:focus {
  background-color: #d01b30 !important;
  color: #fff;
  transition: 0.05s all ease-out;
}

.inner_max_width--max-width-1200 {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--max-width-1080 {
  max-width: 1080px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--max-width-970 {
  max-width: 970px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.inner_max_width--max-width-970-no-padding > .wpb_column > .vc_column-inner {
  max-width: 970px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.inner_max_width--max-width-840 {
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.inner_max_width--max-width-800 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--max-width-770 {
  max-width: 770px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--max-width-590 {
  max-width: 590px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--max-width-400 {
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.inner_max_width--max-width-400 img {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.inner_max_width--max-width-380 {
  max-width: 380px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inner_max_width--original-imgage-width img {
  width: auto !important;
  height: auto !important;
}

.fd_txtimg_style--txt-2col .wpb_wrapper,
.fd_txtimg_style--txt-2col-small .wpb_wrapper {
  column-count: 2;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .fd_txtimg_style--txt-2col .wpb_wrapper,
  .fd_txtimg_style--txt-2col-small .wpb_wrapper {
    column-count: 1;
  }
}
.fd_txtimg_style--txt-2col .wpb_wrapper p:last-child,
.fd_txtimg_style--txt-2col-small .wpb_wrapper p:last-child {
  margin-bottom: 1.25em !important;
}

.fd_txtimg_style--txt-2col-small p {
  font-size: 0.9rem !important;
  line-height: 1.5em !important;
}

.fd_txtimg_style--txt-big p {
  font-size: 1.111rem !important;
  line-height: 210% !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
}
.fd_txtimg_style--txt-big p em {
  font-size: 1rem !important;
  font-style: normal;
  margin-top: -0.5rem;
  display: block;
}

.fd_txtimg_style--txt-small p {
  font-size: 0.9rem !important;
  line-height: 1.5em !important;
}

.fd_txtimg_style--img-no-padding {
  margin-right: -15px;
  margin-left: 15px;
}
.fd_txtimg_style--img-no-padding p {
  line-height: 0 !important;
}
@media screen and (max-width: 767px) {
  .fd_txtimg_style--img-no-padding {
    margin-left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .companyheader h1, .companyheader .h1 {
    margin-top: 0 !important;
  }
  .companyheader .fd_padding_top--medium {
    padding-top: 0 !important;
  }
  .companyheader .vc_custom_1683271611869 {
    padding-left: 1.25rem !important;
  }
  .companyheader .fd_margin_bottom--large {
    margin-bottom: 0rem !important;
  }
}

.vc_section > .vc_row[data-vc-full-width] {
  padding-left: 0rem;
  padding-right: 0rem;
}

.fd_txtimg_style--letter-spacing--1px h1, .fd_txtimg_style--letter-spacing--1px .h1, .fd_txtimg_style--letter-spacing--1px h2, .fd_txtimg_style--letter-spacing--1px .h2, .fd_txtimg_style--letter-spacing--1px h3, .fd_txtimg_style--letter-spacing--1px .h3, .fd_txtimg_style--letter-spacing--1px h4, .fd_txtimg_style--letter-spacing--1px .h4, .fd_txtimg_style--letter-spacing--1px h5, .fd_txtimg_style--letter-spacing--1px .h5 {
  letter-spacing: -1px !important;
}

.fd_txtimg_style--letter-spacing--2px h1, .fd_txtimg_style--letter-spacing--2px .h1, .fd_txtimg_style--letter-spacing--2px h2, .fd_txtimg_style--letter-spacing--2px .h2, .fd_txtimg_style--letter-spacing--2px h3, .fd_txtimg_style--letter-spacing--2px .h3, .fd_txtimg_style--letter-spacing--2px h4, .fd_txtimg_style--letter-spacing--2px .h4, .fd_txtimg_style--letter-spacing--2px h5, .fd_txtimg_style--letter-spacing--2px .h5 {
  letter-spacing: -1px !important;
}
@media screen and (max-width: 992px) {
  .fd_txtimg_style--letter-spacing--2px h1, .fd_txtimg_style--letter-spacing--2px .h1, .fd_txtimg_style--letter-spacing--2px h2, .fd_txtimg_style--letter-spacing--2px .h2, .fd_txtimg_style--letter-spacing--2px h3, .fd_txtimg_style--letter-spacing--2px .h3, .fd_txtimg_style--letter-spacing--2px h4, .fd_txtimg_style--letter-spacing--2px .h4, .fd_txtimg_style--letter-spacing--2px h5, .fd_txtimg_style--letter-spacing--2px .h5 {
    letter-spacing: -2px !important;
  }
}
@media screen and (max-width: 767px) {
  .fd_txtimg_style--letter-spacing--2px h1, .fd_txtimg_style--letter-spacing--2px .h1, .fd_txtimg_style--letter-spacing--2px h2, .fd_txtimg_style--letter-spacing--2px .h2, .fd_txtimg_style--letter-spacing--2px h3, .fd_txtimg_style--letter-spacing--2px .h3, .fd_txtimg_style--letter-spacing--2px h4, .fd_txtimg_style--letter-spacing--2px .h4, .fd_txtimg_style--letter-spacing--2px h5, .fd_txtimg_style--letter-spacing--2px .h5 {
    letter-spacing: -1px !important;
  }
}

.fd_container--Intro {
  background-color: #fff;
  /*
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  */
  padding: 1.5rem 1rem 0.5rem 30px !important;
}
.fd_container--Intro p, .fd_container--Intro li {
  font-size: 1.1111111rem !important;
}
@media screen and (max-width: 767px) {
  .fd_container--Intro p, .fd_container--Intro li {
    font-size: 1rem !important;
  }
}
.fd_container--Intro > div:first-child > .vc_column-inner {
  padding-right: 2rem;
}
.fd_container--Intro > div:last-child > .vc_column-inner {
  background-color: #d01b30;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.fd_container--Intro > div:last-child > .vc_column-inner h1, .fd_container--Intro > div:last-child > .vc_column-inner .h1, .fd_container--Intro > div:last-child > .vc_column-inner h2, .fd_container--Intro > div:last-child > .vc_column-inner .h2, .fd_container--Intro > div:last-child > .vc_column-inner h3, .fd_container--Intro > div:last-child > .vc_column-inner .h3, .fd_container--Intro > div:last-child > .vc_column-inner h4, .fd_container--Intro > div:last-child > .vc_column-inner .h4, .fd_container--Intro > div:last-child > .vc_column-inner h5, .fd_container--Intro > div:last-child > .vc_column-inner .h5, .fd_container--Intro > div:last-child > .vc_column-inner p, .fd_container--Intro > div:last-child > .vc_column-inner li {
  color: #fff;
}
.fd_container--Intro > div:last-child > .vc_column-inner p {
  font-size: 0.9rem !important;
  font-weight: 300;
  letter-spacing: 1px;
}
.fd_container--Intro > div:last-child > .vc_column-inner .fd_txtimg_style--txt-big p {
  font-size: 1.2rem !important;
}
.fd_container--Intro > div:last-child > .vc_column-inner .fd_txtimg_style--txt-big h3, .fd_container--Intro > div:last-child > .vc_column-inner .fd_txtimg_style--txt-big .h3 {
  text-transform: uppercase;
  font-size: 2rem !important;
  font-weight: 500;
}
@media screen and (max-width: 880px) {
  .fd_container--Intro > div:last-child > .vc_column-inner .fd_txtimg_style--txt-big h3, .fd_container--Intro > div:last-child > .vc_column-inner .fd_txtimg_style--txt-big .h3 {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 880px) {
  .fd_container--Intro > div:last-child > .vc_column-inner {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-right: 1rem;
  }
}

.fd_bgcolor--white.fd_style--3-Col {
  background-color: transparent !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 2rem;
}
@media screen and (max-width: 1080px) {
  .fd_bgcolor--white.fd_style--3-Col {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .fd_bgcolor--white.fd_style--3-Col {
    grid-template-columns: 1fr; /* 1 column on small screens */
    max-width: 460px;
  }
}
.fd_bgcolor--white.fd_style--3-Col > div {
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .fd_bgcolor--white.fd_style--3-Col > div {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}
.fd_bgcolor--white.fd_style--3-Col > div > .vc_column-inner {
  padding: 0rem !important;
  margin: 0rem !important;
  border-radius: 0rem !important;
  box-shadow: 0px 0px 0px 0px #000 !important;
}
.fd_bgcolor--white.fd_style--3-Col > div > .vc_column-inner > .wpb_wrapper {
  /*
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  */
  background-color: #fff;
  padding-bottom: 0.35rem;
}
.fd_bgcolor--white.fd_style--3-Col > div > .vc_column-inner > .wpb_wrapper > .wpb_text_column:not(.fd_txtimg_style--3col-img-nopadding),
.fd_bgcolor--white.fd_style--3-Col > div > .vc_column-inner > .wpb_wrapper > .vc_btn3-container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.fd_bgcolor--white.fd_style--3-Col h2, .fd_bgcolor--white.fd_style--3-Col .h2 {
  margin-bottom: 0.5rem !important;
}
.fd_bgcolor--white.fd_style--3-Col p, .fd_bgcolor--white.fd_style--3-Col li {
  font-size: 0.96rem !important;
}

.fd_container--Karriere-News .vc_row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.fd_container--Karriere-News .vc_col-sm-8 .vc_row > div:first-child {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .fd_container--Karriere-News .vc_col-sm-8 .vc_row > div:first-child {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.fd_container--Karriere-News .vc_col-sm-8 > .vc_column-inner {
  margin-right: 1rem !important;
}
.fd_container--Karriere-News .vc_col-sm-8 > .vc_column-inner .vc_column-inner {
  aspect-ratio: 16/8;
}
.fd_container--Karriere-News .vc_col-sm-4 {
  padding-left: calc(1rem + 7px);
}
@media screen and (max-width: 1080px) {
  .fd_container--Karriere-News .vc_col-sm-4 {
    padding-left: calc(0rem + 10px);
  }
}
@media screen and (max-width: 767px) {
  .fd_container--Karriere-News .vc_col-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-right: 0rem !important;
    margin-top: 3rem;
  }
}
.fd_container--Karriere-News .vc_col-sm-4 > .vc_column-inner {
  background-color: #fff;
  margin-left: 0 !important;
}
.fd_container--Karriere-News .vc_col-sm-4 .fd_txtimg_style--img-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner {
  background-color: #d01b30;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 0.5rem;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner h1, .fd_container--Karriere-News > div:first-child > .vc_column-inner .h1, .fd_container--Karriere-News > div:first-child > .vc_column-inner h2, .fd_container--Karriere-News > div:first-child > .vc_column-inner .h2, .fd_container--Karriere-News > div:first-child > .vc_column-inner h3, .fd_container--Karriere-News > div:first-child > .vc_column-inner .h3, .fd_container--Karriere-News > div:first-child > .vc_column-inner h4, .fd_container--Karriere-News > div:first-child > .vc_column-inner .h4, .fd_container--Karriere-News > div:first-child > .vc_column-inner h5, .fd_container--Karriere-News > div:first-child > .vc_column-inner .h5, .fd_container--Karriere-News > div:first-child > .vc_column-inner p, .fd_container--Karriere-News > div:first-child > .vc_column-inner li {
  color: #fff;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner p strong {
  font-weight: 500;
  font-size: 1rem !important;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner .txt {
  padding: 0.5rem 1rem 1rem 1rem !important;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner > .wpb_wrapper > div {
  height: 100%;
}
.fd_container--Karriere-News > div:first-child > .vc_column-inner .vc_btn3 {
  font-size: 1rem !important;
}
.fd_container--Karriere-News > div:last-child > .vc_column-inner {
  background-color: #fff;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 0px;
}
.fd_container--Karriere-News > div:last-child > .vc_column-inner h1, .fd_container--Karriere-News > div:last-child > .vc_column-inner .h1, .fd_container--Karriere-News > div:last-child > .vc_column-inner h2, .fd_container--Karriere-News > div:last-child > .vc_column-inner .h2, .fd_container--Karriere-News > div:last-child > .vc_column-inner h3, .fd_container--Karriere-News > div:last-child > .vc_column-inner .h3, .fd_container--Karriere-News > div:last-child > .vc_column-inner h4, .fd_container--Karriere-News > div:last-child > .vc_column-inner .h4, .fd_container--Karriere-News > div:last-child > .vc_column-inner h5, .fd_container--Karriere-News > div:last-child > .vc_column-inner .h5, .fd_container--Karriere-News > div:last-child > .vc_column-inner p, .fd_container--Karriere-News > div:last-child > .vc_column-inner li {
  color: #454545;
}
.fd_container--Karriere-News > div:last-child > .vc_column-inner p {
  font-size: 1rem !important;
  font-weight: 400;
}
.fd_container--Karriere-News > div:last-child .wpb_text_column:not(.fd_txtimg_style--img-no-padding) > .wpb_wrapper {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.fd_container--Karriere-News > div:last-child .vc_btn3-container {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-top: 1rem !important;
  margin-left: 1rem !important;
}
.fd_container--Karriere-News > div .vc_btn3-container {
  margin-top: 1rem;
}
.fd_container--Karriere-News > div .vc_btn3 {
  font-size: 0.96rem !important;
}
.fd_container--Karriere-News > div .fd_txtimg_style--img-no-padding {
  /*
  margin-left: -15px;
  margin-right: -15px;
  */
}
.fd_container--Karriere-News > div h3, .fd_container--Karriere-News > div .h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.5rem !important;
}

.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner {
  background-color: #fff;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
  margin-right: 0rem;
}
.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h1, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h1, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h2, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h2, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h3, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h3, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h4, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h4, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h5, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h5, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner p, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner li {
  color: #454545;
}
.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner p {
  /*
  font-size: 0.96rem !important;
  font-weight: 300;
  */
}
.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner p strong {
  font-weight: 500;
  font-size: 1rem !important;
}
.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner h2, .fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner .h2 {
  font-size: 2.25rem !important;
  margin-bottom: 0.75rem !important;
}
.fd_container--Produkte-Video-Box > div:first-child > .vc_column-inner > .wpb_wrapper {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner {
  margin-left: -5px !important;
  margin-right: 0rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  position: relative !important;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .bg_img p {
  line-height: 0 !important;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper {
  position: relative !important;
  /* height: 100%; */
  aspect-ratio: 687/390;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a {
  background-color: #d01b30;
  color: #fff;
  font-size: 0.92rem !important;
  padding: 0.5rem 1rem 0.5rem 3rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  border-radius: 0;
  border: none !important;
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a {
    padding: 0.25rem 0.75rem 0.25rem 2rem !important;
  }
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a::before {
  content: "I";
  font-family: "luetkenhaus";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 0.85em;
  padding: 12px 13px 12px;
}
@media screen and (max-width: 767px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a::before {
    padding: 6px 6px 6px;
  }
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a:hover, .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a:focus {
  background-color: #fff !important;
  color: #d01b30 !important;
  transition: all 0.1s ease-out;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a:hover::before, .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a:focus::before {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.1s ease-out;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-treppe {
  top: 9%;
  left: 34%;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-tiefbausystem {
  top: 83%;
  left: 13%;
}
@media screen and (max-width: 480px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-tiefbausystem {
    left: 7%;
  }
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-thermowand {
  top: 59%;
  left: 25%;
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-gesamtesvideo {
  bottom: 6%;
  right: 4%;
}
@media screen and (max-width: 380px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-gesamtesvideo {
    right: 0;
    bottom: 12%;
  }
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-balkon {
  top: 49%;
  left: 65%;
}
@media screen and (max-width: 480px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-balkon {
    top: 46%;
    left: 55%;
  }
}
.fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a.pv-klimadecke {
  top: 33%;
  left: 46%;
}
@media screen and (max-width: 480px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 380px) {
  .fd_container--Produkte-Video-Box > div:last-child > .vc_column-inner .img_overlay .wpb_wrapper a {
    transform: scale(0.7);
  }
}

.fd_container--Intro-Service .fd_bgcolor--light-grey {
  background-color: #f2f2f2;
  padding: 0.5rem 1.75rem 1.25rem 1.75rem !important;
}

.fbx-rounded .fbx-inner {
  border: solid 8px #fff;
  border-radius: 0px;
}

.fbx-rounded .fbx-next,
.fbx-rounded .fbx-prev,
.fbx-rounded .fbx-close {
  border-radius: 0px !important;
}

.fd_bgcolor--light-grey {
  background-color: #f2f2f2;
  /*
  padding: 0.5rem 1.75rem 1.25rem 1.75rem !important;
  margin-left: -18px !important;
  margin-right: -27px !important;
  */
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media screen and (max-width: 767px) {
  .fd_bgcolor--light-grey {
    /*
    margin-left: -15px;
    margin-right: -15px;
    */
  }
}

.fd_txtimg_style--4col-image .wpb_wrapper p img {
  width: auto !important;
  padding-right: 2rem;
}

.fd_txtimg_style--introtext .wpb_wrapper {
  columns: 2;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .fd_txtimg_style--introtext .wpb_wrapper {
    columns: 1;
    column-gap: 0;
  }
}

.fd_container--Leistungen ul {
  margin-left: 0 !important;
}
.fd_container--Leistungen ul li {
  list-style: none !important;
  font-weight: 600;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  line-height: 210% !important;
}

.fd_txtimg_style--txt-white p, .fd_txtimg_style--txt-white li, .fd_txtimg_style--txt-white h1, .fd_txtimg_style--txt-white .h1, .fd_txtimg_style--txt-white h2, .fd_txtimg_style--txt-white .h2, .fd_txtimg_style--txt-white h3, .fd_txtimg_style--txt-white .h3, .fd_txtimg_style--txt-white h4, .fd_txtimg_style--txt-white .h4, .fd_txtimg_style--txt-white h5, .fd_txtimg_style--txt-white .h5, .fd_txtimg_style--txt-white h6, .fd_txtimg_style--txt-white .h6 {
  color: #fff !important;
}
.fd_txtimg_style--txt-white p a, .fd_txtimg_style--txt-white li a, .fd_txtimg_style--txt-white h1 a, .fd_txtimg_style--txt-white .h1 a, .fd_txtimg_style--txt-white h2 a, .fd_txtimg_style--txt-white .h2 a, .fd_txtimg_style--txt-white h3 a, .fd_txtimg_style--txt-white .h3 a, .fd_txtimg_style--txt-white h4 a, .fd_txtimg_style--txt-white .h4 a, .fd_txtimg_style--txt-white h5 a, .fd_txtimg_style--txt-white .h5 a, .fd_txtimg_style--txt-white h6 a, .fd_txtimg_style--txt-white .h6 a {
  color: #fff !important;
  text-decoration: none !important;
}
.fd_txtimg_style--txt-white h1 a, .fd_txtimg_style--txt-white .h1 a {
  text-transform: lowercase !important;
}

.fd_txtimg_style--txt-white-big p {
  font-size: 1.333rem !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  line-height: 210% !important;
}
.fd_txtimg_style--txt-white-big h2, .fd_txtimg_style--txt-white-big .h2 {
  font-size: 3.5rem !important;
  color: #fff !important;
}

.fd_layout--Video-BG-1 {
  min-height: 79vW;
}
.fd_layout--Video-BG-1 .wpb_video_widget {
  max-width: 84vW;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
}

.fd_txtimg_style--iPad-Overlay {
  position: absolute;
  width: 100%;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
.fd_txtimg_style--iPad-Overlay.el-fixed {
  position: fixed !important;
  top: 100px;
}

.iPadTrigger {
  position: absolute;
  width: 100%;
  top: -52px;
  height: 1px;
}

.fd_bgcolor--gradient1 {
  background: linear-gradient(180deg, #FFF 0, #D5D5D5 100%);
}

.fd_style--Overflow-visible {
  overflow: visible !important;
}

.fd_layout--Hero-fixed-BG {
  background-attachment: fixed !important;
}

.fd_container--Produkt-Intro-2col .txt {
  background-color: #888888;
}
.fd_container--Produkt-Intro-2col .txt h2, .fd_container--Produkt-Intro-2col .txt .h2, .fd_container--Produkt-Intro-2col .txt p, .fd_container--Produkt-Intro-2col .txt li {
  color: #fff;
}
.fd_container--Produkt-Intro-2col .txt h2, .fd_container--Produkt-Intro-2col .txt .h2 {
  font-size: 1.4rem !important;
}
.fd_container--Produkt-Intro-2col .txt li::before {
  background-color: #fff !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid #888888;
}
table th:first-child, table td:first-child {
  font-weight: 500;
}
table th {
  font-weight: bold;
  background-color: #dedede;
  text-transform: uppercase;
}

#fd-page .produkt .main .main-inner .fd_style--Accordion-rot .vc_tta-accordion .vc_tta-panel-heading {
  background-color: #d01b30 !important;
}
#fd-page .produkt .main .main-inner .fd_style--Accordion-rot .vc_tta-accordion .vc_tta-panel-heading h4, #fd-page .produkt .main .main-inner .fd_style--Accordion-rot .vc_tta-accordion .vc_tta-panel-heading .h4 {
  font-weight: 500;
}

.fd_style--Accordion-rot .vc_tta .vc_tta-controls-icon {
  width: 20px;
  height: 20px;
}

.fd_style--Accordion-rot .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  border-width: 0 3px 3px 0;
}

.fd_container--4col-icon-teaser p {
  text-align: center !important;
}
.fd_container--4col-icon-teaser p img {
  width: auto !important;
  max-width: 170px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.fd_container--3col-teaser-nachhaltigkeit .vc_column-inner > .wpb_wrapper .txt {
  padding-top: 1.5rem !important;
}
.fd_container--3col-teaser-nachhaltigkeit .vc_column-inner > .wpb_wrapper .txt h4, .fd_container--3col-teaser-nachhaltigkeit .vc_column-inner > .wpb_wrapper .txt .h4 {
  text-transform: none !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
}

.fd_container--3col-teaser-nachhaltigkeit-grey .vc_column-inner > .wpb_wrapper,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper {
  background-color: #f2f2f2;
  height: 100%;
}
.fd_container--3col-teaser-nachhaltigkeit-grey .vc_column-inner > .wpb_wrapper .txt,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt {
  padding: 1.5rem 1.5rem 2rem 1.5rem !important;
}
.fd_container--3col-teaser-nachhaltigkeit-grey .vc_column-inner > .wpb_wrapper .txt h4, .fd_container--3col-teaser-nachhaltigkeit-grey .vc_column-inner > .wpb_wrapper .txt .h4,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt h4,
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt .h4 {
  text-transform: none !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
}

.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt {
  padding: 1rem !important;
  padding-bottom: 0 !important;
}
.fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt h4, .fd_container--3col-teaser-nachhaltigkeit-grey-2 .vc_column-inner > .wpb_wrapper .txt .h4 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  margin-bottom: 0rem !important;
}

.fd_style--Nachhaltigkeit-Zitat {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.fd_style--Nachhaltigkeit-Zitat > div {
  background-color: #f2f2f2;
}
.fd_style--Nachhaltigkeit-Zitat > div .vc_col-sm-3 .vc_column-inner {
  padding-left: 0 !important;
}
.fd_style--Nachhaltigkeit-Zitat > div .vc_col-sm-9 {
  padding-right: 2.5rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.fd_style--Nachhaltigkeit-Zitat .vc_btn3-container {
  margin-bottom: 0 !important;
}

:root {
  --plyr-color-main: #121212;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  display: none;
}
.plyr__controls .plyr__controls__item.plyr__menu {
  display: none;
}
.plyr__controls .plyr__controls__item.plyr__control {
  /*
  &[data-plyr="fullscreen"] {
    display: none;
  }
  */
}
.plyr__controls .plyr__controls__item.plyr__control[data-plyr=pip] {
  display: none;
}

.plyr--video .plyr__controls {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.fd-mediaplayer .fd_text > .wpb_wrapper {
  text-align: center;
}

video#player {
  width: 100%;
  height: auto;
}

.fd_container--Player-No-Controls .plyr__controls {
  display: none !important;
}
.fd_container--Player-No-Controls .plyr__control--overlaid {
  display: none !important;
}

.plyr__video-wrapper {
  background-color: transparent !important;
}

.search-form-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f2f2f2;
  font-size: 1.25rem;
}
.search-form-container input#s {
  border-radius: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  margin-left: 1rem;
  margin-right: 1rem;
  border-width: 1px !important;
  font-size: 1.1rem;
  width: clamp(300px, 50%, 800px);
}
.search-form-container input#searchsubmit {
  border-radius: 0;
  padding: 0.5rem 2rem;
  background-color: #4f5053;
  color: #fff;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.result-row {
  background-color: #f9f9f9;
  padding: 1rem 2rem 1.5rem 1.5rem;
  margin-bottom: 1rem;
  display: flex;
}
.result-row .result-row-left {
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.result-row .result-row-left a {
  text-decoration: none;
}
.result-row .result-row-left img {
  width: 150px;
  max-width: 150px;
  height: auto;
  display: block;
}
.result-row .result-row-right .search-result-title {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.result-row .result-row-right .search-result-permalink {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  color: #fff !important;
}
.result-row .result-row-right .search-result-permalink a {
  color: #fff !important;
  text-decoration: none;
  background-color: #d01b30;
  display: inline-block;
  padding: 0.15rem 0.5rem;
}

.dl-img {
  display: block;
  width: 150px;
  height: 150px;
  border: 1px solid #d01b30;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  text-indent: 2px;
  font-size: 1.1rem;
  text-decoration: none !important;
  color: #d01b30;
  background-color: #fff;
}

.fd-search-results .pagination {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.fd-search-results .pagination h2.screen-reader-text, .fd-search-results .pagination .screen-reader-text.h2 {
  display: none;
}
.fd-search-results .pagination .nav-links {
  display: flex;
  justify-content: center;
}
.fd-search-results .pagination .nav-links > * {
  margin: 0 0.25rem;
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  border: 1px solid #4f5053;
  text-decoration: none;
}
.fd-search-results .pagination .nav-links > *.page-numbers:hover, .fd-search-results .pagination .nav-links > *.page-numbers:focus, .fd-search-results .pagination .nav-links > *.current {
  color: #d01b30;
  background-color: #fff !important;
  border: 1px solid #d01b30;
}
.fd-search-results .pagination .nav-links > *.current {
  font-weight: 700;
}

.sitemap-link a {
  background-color: #575b5e;
  color: #fff !important;
  font-size: 1.5rem;
  padding: 0.5em 1em;
  text-decoration: none;
}

.sitemap-body {
  margin-bottom: 5rem;
}
.sitemap-body .sitemap-body-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sitemap-body .sitemap-body-inner hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sitemap-body .sitemap-body-inner .sitemap-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li {
  text-align: center;
  list-style: none;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li::before {
  display: none;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li .wpb-sub-menu-inner {
  display: block;
  margin-top: 1rem;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li .wpb-sub-menu-inner li {
  line-height: normal !important;
  display: block !important;
  margin-bottom: 1rem !important;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li .wpb-sub-menu-inner li a {
  font-size: 1rem !important;
  color: #454545 !important;
  font-weight: 400 !important;
  padding: 0.5em 1em !important;
  margin-bottom: 0.75rem !important;
}
.sitemap-body .sitemap-body-inner .sitemap-menu li .wpb-sub-menu-inner li a::before {
  content: " ";
  background-color: #d01b30;
  position: absolute;
  width: 6px;
  height: 6px;
  /* left: 0; */
  top: 0.5em;
  transform: translateX(-12px);
}
.sitemap-body .sitemap-body-inner .sitemap-menu > li > a {
  background-color: #575b5e;
  color: #fff !important;
  font-size: 1.15rem;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.sitemap-body .sitemap-body-inner .company-menu {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .sitemap-body .sitemap-body-inner .company-menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sitemap-body .sitemap-body-inner .search-menu {
  grid-template-columns: repeat(1, 1fr);
}

#fd-page .downloads {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2rem;
}
#fd-page .downloads .download-category-header {
  padding-top: 3rem;
  scroll-padding-top: 3rem;
}
#fd-page .downloads img {
  max-width: 150px !important;
}
#fd-page .downloads ul {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Zwei gleich breite Spalten */
  gap: 20px; /* Abstand zwischen den Spalten */
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 1rem;
}
#fd-page .downloads ul li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#fd-page .downloads ul li::before {
  content: "";
  display: none !important;
}
#fd-page .downloads ul li a {
  background-color: #f2f2f2;
  border: 1px solid #4f5053;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}
#fd-page .downloads ul li a img {
  max-width: 150px !important;
  width: 150px !important;
  height: 150px !important;
  max-height: 150px !important;
  object-fit: cover;
  object-position: center;
  margin-right: 0.5rem;
}
#fd-page .downloads ul li a div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0.25rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #fd-page .downloads ul li a div {
    padding-left: 0.5rem;
  }
}
#fd-page .downloads ul li a div span {
  display: block;
}
#fd-page .downloads ul li a div .text {
  font-weight: 400;
}
#fd-page .downloads ul li a:hover, #fd-page .downloads ul li a:focus {
  background-color: #4f5053 !important;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.05s ease-out;
}
@media screen and (max-width: 992px) {
  #fd-page .downloads ul {
    grid-template-columns: 1fr; /* Eine Spalte auf kleineren Bildschirmen */
    gap: 0;
  }
  #fd-page .downloads ul li a img {
    max-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
    object-fit: cover;
    object-position: center;
    margin-right: 0.5rem;
  }
}
#fd-page .downloads .download-menu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Drei gleich breite Spalten */
  gap: 20px; /* Abstand zwischen den Spalten */
  background-color: #f2f2f2;
  padding: 2rem !important;
}
#fd-page .downloads .download-menu ul li {
  margin-bottom: 0 !important;
}
#fd-page .downloads .download-menu ul li a {
  background-color: #fff;
  border: 1px solid #d01b30;
  color: #d01b30;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
#fd-page .downloads .download-menu ul li a:hover, #fd-page .downloads .download-menu ul li a:focus {
  background-color: #d01b30 !important;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.05s ease-out;
}
@media screen and (max-width: 992px) {
  #fd-page .downloads .download-menu ul {
    grid-template-columns: 1fr 1fr; /* 2 Spalte auf kleineren Bildschirmen */
    gap: 15px;
  }
  #fd-page .downloads .download-menu ul li a {
    padding: 0.5rem 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #fd-page .downloads .download-menu ul {
    grid-template-columns: 1fr; /* 1 Spalte auf kleineren Bildschirmen */
    gap: 12px;
  }
  #fd-page .downloads .download-menu ul li a {
    padding: 0.5rem 0.75rem;
  }
}

.fdSwiper {
  width: 100%;
  max-width: 1640px;
  /* margin-left: 5px; */
  overflow: hidden;
  padding-bottom: 25px;
}
.fdSwiper .swiper-slide {
  background-color: #fff;
}
.fdSwiper .fdSliderContent {
  display: flex;
  flex-direction: row-reverse;
  overflow-y: hidden;
  max-width: 1640px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  user-select: none;
  height: 100%;
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft {
  width: 34%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  .fdSwiper .fdSliderContent > .fdSliderContentLeft {
    padding-left: 4rem;
  }
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft h2, .fdSwiper .fdSliderContent > .fdSliderContentLeft .h2 {
  /* hyphens: auto; */
}
@media screen and (max-width: 767px) {
  .fdSwiper .fdSliderContent > .fdSliderContentLeft h2, .fdSwiper .fdSliderContent > .fdSliderContentLeft .h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .fdSwiper .fdSliderContent > .fdSliderContentLeft h2, .fdSwiper .fdSliderContent > .fdSliderContentLeft .h2 {
    font-size: 1.5rem;
    padding-right: 6.5rem;
  }
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft h5, .fdSwiper .fdSliderContent > .fdSliderContentLeft .h5 {
  margin-bottom: 0.25rem !important;
  margin-top: 0 !important;
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 1rem !important;
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft ul li {
  padding-left: 1rem !important;
  font-size: 1rem !important;
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft ul li::before {
  content: " ";
  background-color: #d01b30;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  /*
  top: 50%;
  transform: translateY(-50%);
  */
}
.fdSwiper .fdSliderContent > .fdSliderContentLeft .vc_btn3-container {
  margin-top: 0rem;
}
.fdSwiper .fdSliderContent > .fdSliderContentRight {
  width: 66%;
}
.fdSwiper .fdSliderContent > .fdSliderContentRight .fdSliderImage {
  aspect-ratio: 16/10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.fdSwiper .fdSliderContent > .fdSliderContentRight .fdSliderImage img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 1080px) {
  .fdSwiper .fdSliderContent > .fdSliderContentRight {
    width: 50%;
  }
  .fdSwiper .fdSliderContent > .fdSliderContentLeft {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .fdSwiper .fdSliderContent {
    flex-direction: column-reverse;
  }
  .fdSwiper .fdSliderContent > .fdSliderContentRight {
    width: 100%;
  }
  .fdSwiper .fdSliderContent > .fdSliderContentLeft {
    width: 100%;
  }
}

.swiper-pagination {
  bottom: -1.11111rem !important;
  position: relative !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #d01b30;
  margin-left: 0.35rem !important;
  margin-right: 0.35rem !important;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #d01b30;
}

.swiper-button-next {
  right: 1.5rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0.5rem !important;
  }
}
@media screen and (max-width: 580px) {
  .swiper-button-next {
    /* right: 0rem !important; */
  }
}

.swiper-button-prev {
  left: 2rem !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0.5rem !important;
  }
}
@media screen and (max-width: 580px) {
  .swiper-button-prev {
    /* left: 0rem !important; */
  }
}

#fd-page .karriere h2, #fd-page .karriere .h2 {
  color: #d01b30 !important;
}

.onapply-job-ad-list {
  margin-top: 1rem;
}
.onapply-job-ad-list .onapply-job-ad {
  background-color: #f2f2f2;
  padding: 1rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.onapply-job-ad-list .onapply-job-ad .onapply-job-ad__info .onapply-job-ad__title {
  font-size: 1.25rem !important;
  font-weight: 500;
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 767px) {
  .onapply-job-ad-list .onapply-job-ad .onapply-job-ad__info .onapply-job-ad__title {
    font-size: 1.1rem !important;
  }
}
.onapply-job-ad-list .onapply-job-ad .onapply-job-ad__info .onapply-job-ad__location {
  font-size: 0.96rem !important;
}
.onapply-job-ad-list .onapply-job-ad .onapply-job-ad__view-button {
  color: #d01b30 !important;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.92rem;
  background-color: #fff;
  border: 1px solid #d01b30;
  padding: 0.625rem 1.25rem;
  transition: all 0.2s ease-out;
}
.onapply-job-ad-list .onapply-job-ad .onapply-job-ad__view-button:hover, .onapply-job-ad-list .onapply-job-ad .onapply-job-ad__view-button:focus {
  background-color: #d01b30 !important;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.05s ease-out;
}

.karriere_ansprechpartner > div:first-child {
  margin-top: 0rem;
}

@media screen and (max-width: 767px) {
  .karriere .side {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #offene-stellen h2, #offene-stellen .h2 {
    margin-top: 5rem !important;
  }
  #offene-stellen .onapply-job-ad a {
    width: 120px;
    margin-left: 1.5rem;
  }
}

.bold_timeline_container .bold_timeline_item_header_supertitle_inner {
  background-color: #d01b30 !important;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bold_timeline_container .bold_timeline_item_header_supertitle_inner {
    margin-bottom: 2rem !important;
  }
}
.bold_timeline_container .bold_timeline_item_marker {
  background-color: #d01b30 !important;
  border: 2px solid white;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.bold_timeline_container .bold_timeline_item .bold_timeline_item_marker {
  /* left: -3.25rem !important; */
  top: 1.75rem !important;
  right: calc(-2.5rem - 13px) !important;
}
.bold_timeline_container .bold_timeline_item.timeline-align-right {
  text-align: left !important;
}
.bold_timeline_container .bold_timeline_item.timeline-align-right .bold_timeline_item_marker {
  /*  left: auto !important; */
  /* right: -3.25rem !important; */
  left: calc(-2.5rem - 13px) !important;
}
.bold_timeline_container .bold_timeline_item_connection {
  background-color: #888888 !important;
}
.bold_timeline_container .bold_timeline_item_inner {
  border-color: #888888 !important;
}
.bold_timeline_container h2, .bold_timeline_container .h2 {
  margin-top: 0.25rem !important;
}
.bold_timeline_container .bold_timeline_item_header {
  padding-bottom: 0.5rem !important;
}
.bold_timeline_container picture.alignright {
  float: right !important;
  margin-left: 1.5rem !important;
}
.bold_timeline_container picture.alignright img {
  width: auto !important;
  max-width: 160px !important;
}
.bold_timeline_container picture.alignleft {
  float: left !important;
  margin-right: 1.5rem !important;
}
.bold_timeline_container picture.alignleft img {
  width: auto !important;
  max-width: 160px !important;
}
.bold_timeline_container .timeline-align-right {
  text-align: right !important;
}
.bold_timeline_container .bold_timeline_item_text_inner p {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}
.bold_timeline_container .img2col p:last-child {
  display: flex;
  gap: 1rem;
}

.imgmaxwidth400 {
  max-width: 400px !important;
}
.imgmaxwidth400 img {
  max-width: 400px !important;
}

.imgmaxwidth300 {
  max-width: 300px !important;
}
.imgmaxwidth300 img {
  max-width: 300px !important;
}

.maxwidth250px img {
  max-width: 250px !important;
}

@media screen and (max-width: 767px) {
  .bold_timeline_container.bold_timeline_container_line_position_vertical .bold_timeline_item {
    margin-bottom: 4rem !important;
  }
}

.ansprechpartner .ansprechpartner-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 880px) {
  .ansprechpartner .ansprechpartner-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-image {
  width: 140px;
  aspect-ratio: 1/1;
  padding-right: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 580px) {
  .ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-image {
    width: 125px;
  }
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text {
  padding-left: 1.5rem;
}
@media screen and (max-width: 580px) {
  .ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text {
    padding-left: 1rem;
  }
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text h3, .ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text .h3 {
  font-size: 1.25rem !important;
  margin-bottom: 0.25rem !important;
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text p {
  font-size: 0.9rem !important;
  margin-bottom: 0.5rem !important;
}
.ansprechpartner .ansprechpartner--item .ansprechpartner--item-inner .ansprechpartner--item-text p.titel {
  font-size: 1rem !important;
  font-weight: 500 !important;
}

#fd-page .standard .main .main-inner .ansprechpartner h3, #fd-page .standard .main .main-inner .ansprechpartner .h3 {
  font-size: 1.5rem !important;
  margin-top: 2rem !important;
  margin-bottom: 1.25rem !important;
}

#fd-page .kontakt .main .main-inner {
  padding-bottom: 5rem;
}
#fd-page .kontakt .main .main-inner .ansprechpartner h3, #fd-page .kontakt .main .main-inner .ansprechpartner .h3 {
  font-size: 1.6rem !important;
}

.fd_container--Produkte-Video-Box {
  background-color: #fff;
}
.fd_container--Produkte-Video-Box .vc_col-sm-4 {
  padding-right: 1.5rem;
}
.pum-container {
  background-color: #fff !important;
  padding-top: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 2rem !important;
}
.pum-container .pum-close {
  position: relative !important;
  background-image: none !important;
  text-indent: 0 !important;
  color: #d01b30 !important;
  border: 2px solid #d01b30 !important;
  padding: 1rem 2rem !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease-out !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  float: right !important;
  right: 0 !important;
  margin-top: 1rem !important;
}
.pum-container .pum-close:hover, .pum-container .pum-close:focus {
  background-color: #d01b30 !important;
  color: #fff !important;
  text-decoration: none !important;
  transition: all 0.05s ease-out !important;
}

#fd-page .standard .main .main-inner .betonforum-intro h2, #fd-page .standard .main .main-inner .betonforum-intro .h2 {
  font-weight: 400 !important;
}
#fd-page .standard .main .main-inner .betonforum-intro h3, #fd-page .standard .main .main-inner .betonforum-intro .h3 {
  font-size: 1.4em !important;
  font-weight: 300;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
#fd-page .standard .main .main-inner .betonforum-intro h4, #fd-page .standard .main .main-inner .betonforum-intro .h4 {
  font-size: 1.6em !important;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}
#fd-page .standard .main .main-inner .betonforum-intro h5, #fd-page .standard .main .main-inner .betonforum-intro .h5 {
  font-size: 1.25em !important;
  margin-top: 1rem;
  margin-bottom: 0rem !important;
  padding-bottom: 0.5rem !important;
}

/*# sourceMappingURL=global.min.css.map*/