/* global css for all pages */
body {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

b, strong {
    font-weight: 600;
}

.line-small {
    border-width: 1px;
}

.uk-width-xsmall {
    width: 130px;
}

.uk-width-xxlarge {
    width: 1000px;
}

.uk-padding-xsmall {
    padding: 10px;
}

.uk-padding-medium {
    padding: 20px;
}

.uk-padding-xlarge {
    padding: 50px;
}

.uk-text-xlarge {
    font-size: 2rem;
    line-height: 2;
}

.uk-button {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.3rem;
}

.uk-thumbnav > * > ::after {
    background: none;
}

.uk-list-square {
    list-style-type: square;
    padding-left: 20px;
}

.uk-object-fit-cover {
    object-fit: cover;
}

/* hdg Theme styles global */
.uk-heading-primary {
    word-wrap: break-word;
    word-break: break-word;
}

.uk-background-white {
    background-color: rgba(255, 255, 255, 1);
}

.uk-background-white-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.uk-background-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.uk-background-white-25 {
    background-color: rgba(255, 255, 255, 0.25);
}

.uk-background-black {
    background-color: rgba(0, 0, 0, 1);
}


.uk-margin-xxlarge-top {
    margin-top: 200px;
}

.slice-collector .uk-container .uk-width-1-1\@s {
    padding-left: 40px;
    padding-right: 40px;
}

[class*="uk-align"] > div {
    display: table-cell;
}

.uk-transition-duration {
    transition-duration: .5s;
}

div picture img,
div picture img.uk-margin-remove-vertical {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

div picture:first-child img {
    margin-top: 0 !important;
}

@media (max-width: 500px) {
    .uk-visible\@xs {
        display: none !important;
    }
    .uk-child-width-1-2\@xs>* {
        width: 50%;
    }
}

@media (max-width: 767px) {
    div picture:first-child img {
        margin-top: 10px !important;
    }
}

@media (min-width: 501px) {
    .uk-width-2-3\@xs {
        width: calc(100% * 2 / 3.001);
    }
}

@media (min-width: 1200px) {
    .uk-padding-xlarge {
        padding: 100px;
    }

    .uk-padding-medium {
        padding: 50px;
    }
}

@media (max-width: 1200px) {
    .uk-section-inner {
        width: auto !important;
        margin-top: unset !important;
    }
}

@media (min-width: 960px) {
    .uk-push-1-2, .uk-push-2-4, .uk-push-3-6, .uk-push-5-10 {
        left: 50%;
    }
}

@media (min-width: 960px) {
    .uk-pull-1-2, .uk-pull-2-4, .uk-pull-3-6, .uk-pull-5-10 {
        left: -50%;
    }
}

@media (min-width: 960px) {
    [class*=uk-push-], [class*=uk-pull-] {
        position: relative;
    }
}

/* slider / slideshow */
.hdg-slider-indikators li a.uk-button.uk-button-large {
    padding: 10px 40px;
    min-width: 200px;
    border-left: 1px solid #FFFFFF;
}

.hdg-slider-indikators li:last-child a.uk-button.uk-button-large {
    border-right: none;
}

.hdg-slider-indikators li:first-child a.uk-button.uk-button-large {
    border-left: none;
}

.uk-slideshow {
    height: auto !important;
    width: 100%;
}

.uk-slideshow .slide-caption h1,
.uk-slideshow .slide-caption h2 {
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 0;
}

.uk-slideshow .slide-caption h3 {
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 400;
    margin-top: 0;
}

.uk-slideshow .slide-caption .uk-button.uk-button-default,
.uk-slideshow .slide-caption .uk-button.uk-button-primary,
.uk-slideshow .slide-caption .uk-button.uk-button-secondary {
    font-size: 1rem;
    padding: 7px 30px 7px 30px;
}

.uk-slideshow .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.5);
}

.uk-slideshow > ul.slider-thumbs {
    border: 2px solid #FFFFFF;
}

.uk-thumbnav.uk-slider-items a {
    border: 2px solid #FFFFFF;
}

.uk-slideshow .uk-cover-container.slider-content-halfwidth-left {
    text-align: left;
}

.uk-slideshow .uk-cover-container.slider-content-halfwidth-right {
    text-align: right;
}

.uk-slideshow .slidenav-container .uk-position-center-left {
    margin-left: 5%;
}

.uk-slideshow .slidenav-container .uk-position-center-right {
    margin-right: 5%;
}

.uk-slideshow .uk-overlay.uk-position-center {
    background: none;
}

.foo-slider .uk-light,
.slider .uk-light {
    text-shadow: 1px 1px #000;
}

@media (max-width: 1073px) {
    .uk-slideshow .slide-caption h1,
    .uk-slideshow .slide-caption h2 {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 10px;
    }
}

@media (max-width: 860px) {
    .uk-slideshow .slide-caption h1,
    .uk-slideshow .slide-caption h2 {
        font-size: 1.5rem;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    picture img.uk-align-right {
        margin: 0 10px;
    }

    .uk-slideshow .slide-caption h3 {
        font-size: 1.3rem;
    }

    .foo-slider.uk-slideshow .slide-caption h3 {
        font-size: 1.1rem;
    }

    .uk-slideshow .slide-caption-buttons p.uk-grid-margin {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {
    .foo-slider .uk-button, .slider .uk-button, .uk-slideshow-items .uk-button {
        min-width: 260px;
        width: auto !important;
    }
}

@media screen
and (min-width: 769px)
and (max-width: 1024px)
and (orientation: portrait) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .slide-caption h1 {
        /* color: greenyellow; */
    }
}


@media screen
and (min-width: 768px)
and (max-width: 1024px)
and (orientation: landscape) {
    /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .slide-caption h1 {
        /*  color: cadetblue; */
    }
}


/* lang topbar */
.push-layer-lang {
    display: none;
    padding: 20px 42px;
    text-align: center;
    position: relative;
    transition: background-color 250ms linear;
    -webkit-box-shadow: inset 0 -16px 20px -20px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 0 -16px 20px -20px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 -16px 20px -20px rgba(51, 51, 51, 0.2);
    z-index: 9999;
}

.push-layer-lang .flag {
    padding-left: 10px;
}

/* topbar & sticky */
#hdg-top-bar .uk-sticky {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (min-width: 1200px) {
    .negative-margin-top {
        margin-top: -145px !important;
    }
}

#hdg-top-bar.is-transparent .uk-sticky-fixed {
    background: transparent;
}

#hdg-top-bar .uk-sticky-fixed.uk-sticky-below,
#hdg-top-bar .uk-sticky-fixed {
    background: #FFFFFF;
}

#footer {
    -moz-box-shadow: inset 0 26px 16px -16px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 26px 16px -16px rgba(0, 0, 0, .2);
    box-shadow: inset 0 26px 16px -16px rgba(0, 0, 0, .2);
}

#hdg-top-bar .uk-sticky-fixed.uk-sticky-below {
    -moz-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.2);
}

#hdg-top-bar .uk-logo,
#hdg-top-bar .uk-logo svg {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#hdg-top-bar .uk-sticky-below .uk-logo svg {
    width: 80px;
}

#hdg-top-bar .uk-navbar-nav > li > a,
#hdg-top-bar .uk-navbar-item {
    min-height: 50px;
}

#hdg-top-bar .topbar-lang-text {
    padding-top: 5px;
    color: #FFFFFF;
}

/* sidebar */
.sidebar-navigation:hover {
    cursor: pointer;
}

/* MAIN MENUE */
.uk-header .uk-navbar-nav > li {
    margin-top: auto;
    margin-bottom: auto;
}

.boom > .uk-container,
.uk-navbar-container > .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}

.uk-navbar-nav > li > a,
.uk-navbar-right .btn-lang {
    font-size: 18px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: none;
}

.is-transparent .uk-navbar-nav > li > a,
.is-transparent .uk-navbar-right .btn-lang {
    color: #ffffff;
}

.uk-sticky-below .uk-navbar-nav > li > a,
.uk-sticky-below .uk-navbar-right .btn-lang,
.uk-navbar-nav > li > a,
.uk-navbar-right .btn-lang {
    color: #333333;
    text-decoration: none;
}

.uk-navbar-right .btn-lang:hover {
    color: rgb(178,200,176);
}

.uk-navbar-nav > li:first-child a {
    padding-left: 0;
}

.uk-navbar-nav > li:last-child a {
    padding-right: 0;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a.uk-open {
    color: #333333;
}

.uk-navbar-nav > li.uk-active > a {
    color: #333333;
}

.uk-navbar-dropdown > div > ul > li > a {
    font-weight: 600;
    color: #000000;
}

.uk-navbar-dropdown > div > ul > ul > li > a:hover {
    color: #333333;
}

.uk-navbar-dropdown > div > ul > ul > ul > li > a {
    color: #000000;
}

.uk-navbar-dropdown > div > ul > ul > ul > li > a:hover {
    color: #333333;
}

.uk-navbar-dropdown li.uk-active a {
    color: #333333;
}


.uk-section-muted .uk-button-default {
    background: #333333 !important;
    color: #FFFFFF;
}


/*
.hdg-jobs-list a {
    text-decoration: none;
}

.hdg-jobs-list li:hover {
    background: #c2c2c2;
}

.hdg-jobs-accordion.uk-accordion > li {
    background: #FFFFFF;
    width: 100%;
}

.hdg-jobs-accordion li a h2 {
    color: #333333;
}
 */


.uk-accordion.uk-padding-medium {
    padding: 40px;
}

@media (max-width: 550px) {
    .uk-accordion.uk-padding-medium {
        padding: 15px;
    }
}

.uk-accordion > li {
    border-bottom: 1px solid #c2c2c2;
    padding: 0;
}

.uk-accordion-title {
    line-height: 1.4;
}

@media (max-width: 670px) {
    .uk-accordion-title {
        font-size: 1.5rem;
    }
}

.uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'/%3E%3C/svg%3E");
}

.uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='4 13 10 7 16 13'/%3E%3C/svg%3E");
}

.uk-accordion-content {
    padding-bottom: 20px;
}

.uk-accordion-content .uk-accordion-child.uk-accordion > li {
    background: #FFFFFF;
    padding: 10px;
    border-bottom: 1px solid #c2c2c2;
}

.uk-accordion-content .uk-accordion-child.uk-accordion > li:last-child {
    border-bottom: none;
}

.uk-accordion-content .uk-accordion-child.uk-accordion > li.uk-open > a.uk-accordion-title {
    padding: 5px;

}

.uk-accordion-content .uk-accordion-child.uk-accordion > li.uk-open > .uk-accordion-content > li > ul > li {
    border-bottom: 1px solid #c2c2c2;

}

.product-accordion li:last-child .uk-accordion-content div div {
    line-height: 1.5rem !important;
}

.uk-open > .uk-accordion-title::before {
    color: #FFFFFF;
}


footer,
footer a {
    color: #FFFFFF;
}

footer .copyright span a {
    color: #c2c2c2;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #c2c2c2;
}

footer.uk-section-default {
    background-size: cover;
}


footer p.uk-text-large {
    font-size: 1.4rem;
}

.rex-navi-depth-1 .rex-link-group:not(:first-child) {
    margin-top: 30px;
}

#footer .rex-active a{
    font-weight: 700;
    color: #000;
}

footer .footer-bottom .uk-list {
    display: flex;
    gap: 50px;
    justify-content: right;
    width: 100%;
}

footer .footer-bottom {
    margin-bottom: 20px !important;
}

footer .footer-bottom .uk-list > li {
    margin-top: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom .uk-list {
        display: inline-block;
    }

    footer .footer-bottom .uk-list > li {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* global uikit stuff */
.uk-subnav a {
    font-size: 14px !important;
    font-weight: 600;
}


.uk-text-medium {
    font-size: 1.5rem;
    line-height: 1.3;
}

.uk-text-medium-small {
    font-size: 1.325rem;
}

.uk-text-dark {
    color: #333;
}

.uk-text-light {
    color: #fff !important;
}

.uk-text-super-small {
    font-size: 0.8rem;
}

.form-helper {
    margin-right: 10px;
}


.uk-dotnav > * > * {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.uk-slideshow-nav.uk-dotnav {
    flex-wrap: nowrap;
}

/* mobile navigation */
.ipro-mmenu {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ipro-mmenu-submenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    transition: 1s left;
}

.ipro-mmenu-submenu:first-child {
    left: 0;
}

.ipro-mmenu ul {
    display: inline-block;
    align-self: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ipro-mmenu ul li {
    display: inline-block;
    /*margin: 14px 0;*/
    width: 100%;
}

.ipro-mmenu ul li.has-children a {
    width: 90%;
    padding-left: 30px;
}

.ipro-mmenu ul li a {
    width: 100%;
    padding-left: 30px;
}

.ipro-mmenu ul li a,
.ipro-mmenu ul li span {
    display: inline-block;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
}


.ipro-mmenu ul li a {
    padding-top: 18px;
    padding-bottom: 12px;
}


.ipro-mmenu ul li span {
    float: right;
    height: 16px;
    width: 10%;
    text-align: center;
    font-size: 24px;
    padding-top: 14px;
}

.ipro-mmenu .submenu-headline {
    width: 100%;
    display: inline-block;
    align-self: flex-start;
    font-size: 21px
}

.rexpro-mmenu .submenu-headline .back-navigator .svg-inline--fa {
    margin-right: 20px !important;
}

.rexpro-mmenu .submenu-headline:after {
    clear: both;
    display: block;
    content: "";
}

.ipro-mmenu .submenu-headline > hr {
    border-top: 0;
}

.ipro-mmenu .close-navigator {
    line-height: 0;
    width: 50px;
    text-align: center;
    float: right;
    content: "";
    font-family: Arial, sans-serif;
    font-size: 40px;
    cursor: pointer;
}

.ipro-mmenu .forward-navigator {
    cursor: pointer;
}

.ipro-mmenu .forward-navigator i {
    position: relative;
    bottom: 3px;
}

.ipro-mmenu .back-navigator {
    cursor: pointer;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 15px 0 0;
    display: inline-block;
}

.ipro-mmenu .back-navigator i {
    bottom: -1px;
    font-size: 24px;
    margin-right: 10px;
    position: relative;
}

#hdg-mobile-bottom-bar {
    display: none;
}

@media all and (max-width: 1199px) {
    #hdg-top-bar {
        display: none;
    }

    #hdg-mobile-bottom-bar {
        display: block;
    }
}

#hdg-mobile-bottom-bar .uk-drop {
    position: relative;
}

#hdg-mobile-bottom-bar .uk-text-nav-large {
    font-size: 1.375rem;
}

#hdg-mobile-bottom-bar #offcanvas-usage-nav {
    top: 0;
    bottom: 80px;
    width: 100%;
}

#hdg-mobile-bottom-bar .uk-navbar-container {
    width: 100%;
    background-color: #303D56;
}

#hdg-mobile-bottom-bar .uk-offcanvas-bar-mobile .uk-parent .uk-drop.uk-open {
    top: 0 !important;
}

.uk-offcanvas-bar-mobile .uk-nav-default > li > a,
.uk-offcanvas-bar-mobile .uk-navbar-nav > li > a,
.uk-offcanvas-bar-mobile .uk-subnav > .uk-active > a,
.uk-offcanvas-bar-mobile .uk-nav-default > li > a:hover,
.uk-offcanvas-bar-mobile .uk-subnav > * > :first-child,
.uk-offcanvas-bar-mobile a,
.uk-offcanvas-bar-mobile {
    color: #fff;
}


.uk-offcanvas-bar-mobile hr {
    border-top: 1px solid lightgrey;
}

.uk-margin-add-small {
    margin-left: -35px;
    margin-right: -5px;
}

.uk-offcanvas-bar-mobile .btn-lang {
    color: #fff;
}

#hdg-mobile-bottom-bar .uk-drop {
    width: 100%;
}

#hdg-mobile-bottom-bar .uk-offcanvas-bar-mobile {
    background: transparent;
    overflow: auto;
}


/* Cards */
.uk-card-footer {
    border-top: none !important;
}

.uk-card-header {
    border-bottom: none !important;
}

.partner-country {
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 20px;
    margin-left: -40px;
}

@media (max-width: 479px) {
    .partner-item .uk-card.uk-image-top > .uk-card-body {
        order: 2;
    }

    .partner-item .uk-card.uk-image-top .uk-card-body {
        width: 100%;
    }

    .partner-item .uk-card.uk-image-top > .uk-width-expand {
        order: 1;
    }
}

@media (max-width: 1199px) {
    .partner-country {
        margin-left: -30px;
    }

    .uk-h4-card-small {
        font-size: 1.2rem;
    }

    .uk-button-card-small {
        padding: 0 15px;
    }
}

.normalWidthCard img {
    width: 100%;
}

/* Accordion */
.uk-accordion-child {
    padding-left: 15px;
}

/* Contact Filter */
.searchHide {
    display: none;
}

.contact-item,
.partner-item {
    display: flex;
}

.search-result-notfound {
    display: none;
}

/* fix and hacks */
input {
    filter: none;
}

:-moz-autofill,
:-moz-autofill-preview {
    filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

.hdg-icon-text {
    display: block;
    margin: -20px 0 0 0;
    padding: 0;
    min-width: 100%;
}

.hdg-icon-button {
    font-family: iconfont, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 959px) {
    .slice-collector[uk-grid="masonry:true"] .uk-flex-wrap.uk-grid-margin {
        transform: translateY(0px) !important;
    }
}

/* forms */
.myhdg-form fieldset {
    border: 2px solid #e5e5e5;
    padding: 1.65em;
}

.myhdg-form fieldset legend {
    width: unset;
    padding: 0 1em;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #666666;
}

.form-info-text {
    margin-top: 10px;
}

form .has-error select,
form .has-error input,
form .has-error button,
form .has-error textarea {
    border-color: #f0506e;
}

.yform .uk-form-danger {
    opacity: 0;
    height: 0;
}

.yform .uk-form-danger ul {
    display: none;
}

.yform .myhdg-form .uk-form-danger {
    display: block;
    height: auto;
    margin-left: -40px;
    opacity: 1;
    border: none;
}

.myhdg-form .uk-form-danger ul {
    margin-bottom: 0;
    display: inline-block;
}

.myhdg-form .uk-form-danger ul li {
    color: #f0506e;
}

.yform-change-password .uk-form-danger {
    display: block;
    height: auto;
}

.js-text-input{
    position: relative;
}

.js-text-input .control-label{
    display: inline-block;
    position: absolute;
    color: #666666;
    top: 8px;
    left: 43px;
    -webkit-transition: top .3s ease,font-size .3s ease,background .3s ease,color .3s ease, font-weight .3s ease;
    transition: top .3s ease,font-size .3s ease,background .3s ease,color .3s ease, font-weight .3s ease;
    font-size: 16px;
    pointer-events: none;
}

@media (min-width: 1200px){
    .js-text-input .control-label{
        left: 53px;
    }
}

.myhdg-form .js-text-input .control-label {
    width: auto !important;
    left: 15px;
}

.js-text-input.has-val .control-label{
    top: -8px;
    font-size: 13px;
    color: rgb(178,200,176);
    font-weight: bold;
    background: #fff;
    padding: 0 5px;
}

.js-text-input.has-error .control-label,
.js-text-input.has-error.filled .control-label{
    top: -8px;
    font-size: 13px;
    color: #f0506e;
    font-weight: bold;
    background: #fff;
    padding: 0 5px;
}

.js-text-input.filled .control-label {
    top: -8px;
    font-size: 13px;
    color: #666666;
    font-weight: bold;
    background: #fff;
    padding: 0 5px;
}

.js-text-input.has-val.filled .control-label {
    color: rgb(178,200,176);
}

.js-text-input.has-error.has-val .control-label{
    color: rgb(178,200,176);
}

.has-error .uk-input,
.has-error .uk-select:not([multiple]):not([size]),
.has-error .uk-select:not([multiple]):not([size]) option{
    color: #f0506e;
}

.js-text-input.has-val .uk-input,
.js-text-input.has-val .uk-textarea {
    border-color: rgb(178,200,176);
}

.js-text-input .control-label {
    display: inline-block !important;
}

.js-text-input .uk-input::placeholder,
.js-text-input .uk-textarea::placeholder {
    opacity: 0;
}

.js-text-input .uk-input:-ms-input-placeholder,
.js-text-input .uk-textarea:-ms-input-placeholder{
    opacity: 0;
}

.js-text-input .uk-input::-ms-input-placeholder,
.js-text-input .uk-input::-ms-input-placeholder{
    opacity: 0;
}

#job-form .js-text-input .control-label{
    left: 15px;
}

#job-form .js-text-input.filled .control-label {
    left: 5px;
    background-color: transparent;
    top: -18px;
}

#job-form .js-text-input.has-val .control-label{
    left: 5px;
    background: transparent;
    top: -18px;
}

#job-form .js-text-input.has-error .control-label, .js-text-input.has-error.filled .control-label {
    left: 5px;
    top: -18px;
    background: transparent;
}

#job-form .form-message {
    display: none;
}

#job-form #add-upload {
    cursor: pointer;
}

#job-form #add-upload svg {
    fill: rgb(178,200,176);
    margin-left: 5px;
}

#job-form div[id^='yform-formular-upload'] {
    width: 100%;
}

#job-form #filename {
    position: absolute;
    left: 180px;
    top: 30px;
}

@media only screen and (max-width: 767px) {
    #job-form #filename {
        position: relative;
        left: unset;
        top: unset;
    }
}

/* to top */
.is-active.scroll-top {
    opacity: 1;
    visibility: visible;
}

.scroll-top svg {
    width: 30px;
}

.scroll-top:hover {
    color: #fff;
}

.scroll-top {
    font-size: .875rem;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
}

@media screen and (max-width: 62em) {
    .scroll-top span {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal !important;
    }
}

@media screen and (min-width: 62em) {
    .scroll-top {
        background: transparent;
        right: 0;
        left: auto;
        text-align: right;
        padding-right: 0.75rem;
    }

    .scroll-top span {
        -webkit-transition: opacity .5s ease, visibility .5s ease, width .5s ease;
        transition: opacity .5s ease, visibility .5s ease, width .5s ease;
        -webkit-transform-origin: right;
        transform-origin: right;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        line-height: 50px;
        white-space: nowrap;
        z-index: 0;
        padding: 0 80px 0 25px;
    }

    .scroll-top:hover span {
        opacity: 1;
        visibility: visible;
    }

    .scroll-top:before {
        font-weight: 600;
        height: 50px;
        line-height: 48px !important;
    }
}

/* fixed contact box */
.sticky-contact {
    position: fixed;
}

.sticky-contact .btn-contact {
    font-size: .8125rem;
    position: fixed;
    bottom: 160px;
    right: 0;
    height: 80px;
    width: 80px;
    text-align: center;
}

.sticky-contact .btn-contact svg {
    width: 35px;
    margin-bottom: 4px;
}

.sticky-contact #contact-box {
    display: none;
}

.sticky-contact.is-active #contact-box {
    position: fixed;
    display: block;
    right: 80px;
    bottom: 160px;
}

.separator {
    font-size: .9375rem;
    position: relative;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.separator span {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.separator:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}

@media screen and (max-width: 1200px) {
    .sticky-contact {
        display: none;
    }
}

/* infobox startseite */
.uk-row-child {
    height: 280px;
}

.infobox-image {
    height: 100%;
    width: 100%;
}

.infobox-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.counter {
    background: #FFFFFF;
    color: #000000;
    box-shadow: 0 0 0 13px #758692, 0 0 0 26px #3b5464;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 130px;
}

.uk-card-home {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.uk-card-home.is-inview {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    visibility: visible;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.uk-card-home a {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    font-weight: 600;
    text-shadow: 4px 3px 9px #000;
}

/* FORMS */
#rex-yform .uk-grid-margin {
    margin-top: 30px;
}

#rex-yform .radio i.form-helper,
#rex-yform .checkbox i.form-helper {
    margin-right: 15px;
}

#rex-yform .checkbox {
    float: left;
    margin-right: 20px;
}

#rex-yform .form-check-group {
    width: 100%;
}

.iproform .uk-margin-small-left {
    margin-left: 15px !important;
}

.uk-input,
.uk-select,
.uk-textarea {
    color: #999999;
}

.uk-input, .uk-select:not([multiple]):not([size]) {
    color: #666666;
}

#callback_time_wrapper {
    display: none;
}

.uk-width-auto-last-child .checkbox:last-child {
    text-overflow: ellipsis;
    width: auto;
}

@media only screen and (min-width: 300px) and ( max-width: 639px) {
}


@media only screen and (max-width: 1200px) {
    .hdg-slider-indikators li a.uk-button.uk-button-large {
        padding: 5px 20px;
        min-width: 160px;
    }

    .hdg-icon-button {
        font-size: 2.8em;
    }

    .hdg-icon-text {
        font-size: .9rem;
    }

    .mainpage-infobox h2 {
        font-size: 3vw;
    }

    .mainpage-infobox .uk-text-medium-small,
    .mainpage-infobox blockquote {
        font-size: 2vw;
    }

    .mainpage-infobox .uk-card-home > a > div {
        font-size: 2vw;
    }
}


@media only screen and (min-device-width: 768px) and (max-width: 960px) {
    .hdg-slider-indikators li a.uk-button.uk-button-large {
        padding: 5px 10px;
        min-width: 115px;
    }

    .hdg-icon-button {
        font-size: 2.5em;
    }

    .hdg-icon-text {
        font-size: .80rem;
    }

    h1, .uk-h1 {
        font-size: 2rem;
    }

    h2, .uk-h2 {
        font-size: 1.7rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    .uk-card .uk-h3 {
        font-size: 1.3rem;
    }


}


@media only screen and (max-width: 767px) {

    .hdg-slider-indikators .slide-title-indicator {
        width: 100%;
        border-bottom: 1px solid #FFFFFF;
    }

    .hdg-slider-indikators li a.uk-button.uk-button-large {
        padding: 5px 20px 0 20px;
        text-align: left;
        display: table;
        width: 100%;

    }

    .hdg-slider-indikators .slide-title-indicator span.hdg-icon-button {
        font-size: 3em;
        float: left;
    }

    .hdg-slider-indikators .slide-title-indicator span.hdg-icon-text {
        font-size: 1.2rem;
        margin-left: 20px;
        display: inline;
    }

    .foo-slider .uk-slideshow-items .uk-overlay.uk-position-center {
        top: 54%;
    }

    .mainpage-infobox h2 {
        font-size: 5vw;
    }

    .mainpage-infobox .uk-text-medium-small,
    .mainpage-infobox blockquote {
        font-size: 4vw;
    }

    .mainpage-infobox .uk-card-home > a > div {
        font-size: 5vw;
    }

    .uk-slideshow .slide-caption h2.uk-h1 {
        font-size: 5.5vw;
    }

    h2, .uk-h2 {
        font-size: 5.5vw;
    }

    h3, .uk-h3 {
        font-size: 1.3rem !important;
    }

    .uk-accordion-child {
        padding-left: 0;
    }

    div.kesselimg {
        margin-left: 0;
        overflow: scroll;
    }

    div.kesselimg img {
        display: block;
        max-width: none;
    }
}

div.kesselimg {
    position: relative;
}

/* Download Search */
.download-table-checkbox {
    padding: 10px 0 10px 10px !important;
}

.tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 4px 18px 4px 4px;
    white-space: normal;
    cursor: pointer;
}

.tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}


.uk-table-striped > tr:nth-of-type(even),
.uk-table-striped tbody tr:nth-of-type(even) {
    color: #FFFFFF !important;
}

@media all and (max-width: 959px) {

    .uk-table-responsive,
    .uk-table-responsive tbody,
    .uk-table-responsive th,
    .uk-table-responsive td,
    .uk-table-responsive tr {
        display: block;
        width: 100%;
    }

}

#form_online_advice_wrapper.uk-sticky-fixed {
    z-index: 200;
}

/* Bewerbungsformular */
#jobs_amp_karriere {
    padding-bottom: 0;
}

.sidebar-icon {
    color: #ffffff;
}

.sidebar-icon .st2 {
    fill: #ffffff;
}

.sidebar-link {
    color: #ffffff;
}

.sidebar-link:hover,
.uk-active > .sidebar-link {
    color: rgb(178,200,176);
    text-decoration: none;
}

#hdg-mobile-bottom-bar .uk-active a {
    color: #000;
    text-decoration: none;
}


@media print {
    .no-print {
        display: none !important;
    }
}

.slider .uk-position-bottom {
    bottom: 100px;
}

.uk-button-default {
    border: 2px solid #e5e5e5;
}

.uk-slideshow p a {
    width: 100%;
}

.uk-light h1,
.uk-light h3 {
    margin: 0 0 40px 0;
}

/*.slide-caption h1,
.slide-caption h3 {
    text-transform: uppercase;
}*/

.slider .uk-slideshow-items .uk-position-center-left {
    width: auto;
    margin-left: 40px !important;
}

@media (min-width: 1200px) {
    .slider .uk-slideshow-items .uk-position-center-left {
        width: auto;
        margin-left: 90px !important;
    }
}

@media (min-width: 1520px) {
    .slider .uk-slideshow-items .uk-position-center-left {
        width: 100%;
        margin-left: 0 !important
    }
}

.slider .uk-slideshow-items .uk-position-center-left .uk-light .slide-caption.uk-text-left {
    width: auto;
    margin: 0;
    padding: 30px;
}

.slider .uk-slideshow-items .uk-margin-large-left {
    margin-left: 0 !important;
    right: 0;
}

@media (min-width: 1465px) {
    .slider .uk-slideshow-items .uk-position-center-left .uk-light .slide-caption.uk-text-left {
        left: 0;
        right: 0;
        margin: 0 auto 0 -30px;
        width: 1000px;
        padding: 30px;
    }
}


@media (min-width: 1520px) {
    .slider .uk-slideshow-items .uk-position-center-left .uk-light {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .uk-slideshow .slidenav-container .uk-position-center-right {
        margin-right: 0;
    }

    .uk-slideshow .slidenav-container .uk-position-center-left {
        margin-left: 0;
    }
}

.foo-slider .uk-button,
.slider .uk-button,
.uk-slideshow-items .uk-button {
    width: auto;
}

.foo-slider .slide-caption-buttons .uk-button,
.slider .slide-caption-buttons .uk-button,
.uk-slideshow-items .slide-caption-buttons .uk-button {
    width: 100%;
}

@media (max-width: 767px) {
    .button-centered {
        display: inline-block;
    }
}

/* content slider */

@media (max-width: 767px) {
    .foo-slider.slider-fullhalfscreen-single .uk-slideshow-items .uk-overlay.uk-position-bottom-left,
    .foo-slider.slider-fullhalfscreen-single .uk-slideshow-items .uk-overlay.uk-position-bottom-right{
        top: 30%;
    }

    .foo-slider .uk-slideshow-items .uk-overlay.uk-position-bottom-right,
    .foo-slider .uk-slideshow-items .uk-overlay.uk-position-bottom-left {
        top: 10%;
    }
}

.slider .uk-width-xxlarge,
.foo-slider .uk-width-xxlarge,
.uk-slideshow-items .uk-width-xxlarge {
    width: 100%;
}

@media (min-width: 768px) {
    .slider .uk-width-xxlarge,
    .foo-slider .uk-width-xxlarge,
    .uk-slideshow-items .uk-width-xxlarge {
        width: 600px;
    }

    .foo-slider .uk-width-xxlarge.uk-position-bottom-center,
    .foo-slider .uk-width-xxlarge.uk-position-bottom-left,
    .foo-slider .uk-width-xxlarge.uk-position-bottom-right,
    .slider .uk-width-xxlarge.uk-position-bottom-center,
    .slider .uk-width-xxlarge.uk-position-bottom-left,
    .slider .uk-width-xxlarge.uk-position-bottom-right {
        margin-bottom: 60px;
    }

}

@media (min-width: 850px) {
    .slider .uk-width-xxlarge,
    .foo-slider .uk-width-xxlarge,
    .uk-slideshow-items .uk-width-xxlarge {
        width: 750px;
    }
}

@media (min-width: 1075px) {
    .slider .uk-width-xxlarge,
    .foo-slider .uk-width-xxlarge,
    .uk-slideshow-items .uk-width-xxlarge {
        width: 1000px;
    }
}

.foo-slider .uk-background-cover {
    margin-right: -1px;
}

.foo-slider .slide-caption h4 {
    margin-bottom: 0;
}

.foo-slider .dotnav-container.outer {
    bottom: -55px;
    position: absolute !important;
    margin: 0 auto 0 -10px;
}


.foo-slider .uk-dotnav {
    margin-left: 0;
}

.uk-dotnav li:first-child{
    padding-left: 0;
}

.foo-slider .uk-padding-remove-vertical {
    padding: 0 10px;
    margin-top: 15px;
}


.foo-slider .uk-padding-remove-vertical .slide-caption h4 {
    margin-bottom: 15px;
}

/* Slider responsive */
.uk-background-image {
    min-height: 100%;
}


@media (min-width: 768px){
    .uk-slider-fullscreen .uk-images {
        min-height: 530px !important;
    }
}

@media (min-width: 1050px) {
    .uk-slider-fullscreen .uk-images {
        min-height: 800px !important;
    }
}

@media (min-width: 1199px){
    .uk-slider-fullscreen .uk-images,
    .uk-slider-fullscreen .uk-videos {
        min-height: calc(100vh) !important;
    }
}

.uk-slider-fullscreen .uk-videos .uk-slider-background-responsive {
    background-color: #303d56;
}

@media (max-width: 767px) {

    .uk-slider-background-responsive {
        background-color: #303d56;
    }

    .slide-caption {
        background-color: transparent !important;
        position: relative;
    }

    .slide-caption h1,
    .slide-caption h2,
    .slide-caption h3,
    .slide-caption h4,
    .slide-caption h5,
    .slide-caption p,
    .slide-caption em {
        color: #ffffff;
    }

    .foo-slider .uk-slideshow-items>:not(.uk-active),
    .slider .uk-slideshow-items>:not(.uk-active){
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        display: block;
        opacity: 0;
        z-index: -1 !important;
    }

    .foo-slider .uk-slideshow-items>:not(.uk-active) .slide-caption,
    .slider .uk-slideshow-items>:not(.uk-active) .slide-caption {
        display: none;
    }

    .slider.uk-slideshow .uk-overlay-primary,
    .foo-slider.uk-slideshow .uk-overlay-primary {
        background: transparent;
    }

    .foo-slider .uk-slideshow-items li.uk-active,
    .slider .uk-slideshow-items li.uk-active {
        opacity: 1;
        width: 100%;
        float: left;
        margin-right: -100%;
        position: relative;
        display: block;
        z-index: 0 !important;
    }
    .foo-slider .uk-slideshow-items li.uk-active .slide-caption,
    .slider .uk-slideshow-items li.uk-active .slide-caption{
        display: block;
    }

    .uk-background-image {
        min-height: 250px;
        position: relative;
        max-height: 250px;
    }
    .slider .uk-slideshow-items .uk-position-bottom,
    .slider .uk-slideshow-items .uk-position-bottom-right,
    .slider .uk-slideshow-items .uk-position-bottom-left,
    .slider .uk-slideshow-items .uk-position-bottom-center,
    .slider .uk-slideshow-items .uk-position-bottom-center,
    .slider .uk-slideshow-items .uk-position-center-right,
    .slider .uk-slideshow-items .uk-position-center-left,
    .slider .uk-slideshow-items .uk-position-center,
    .slider .uk-slideshow-items .uk-position-top-center
    .slider .uk-slideshow-items .uk-position-top-left,
    .slider .uk-slideshow-items .uk-position-top-right
    .foo-slider .uk-slideshow-items .uk-position-bottom,
    .foo-slider .uk-slideshow-items .uk-position-bottom-right,
    .foo-slider .uk-slideshow-items .uk-position-bottom-left,
    .foo-slider .uk-slideshow-items .uk-position-bottom-center,
    .foo-slider .uk-slideshow-items .uk-position-bottom-center,
    .foo-slider .uk-slideshow-items .uk-position-center-right,
    .foo-slider .uk-slideshow-items .uk-position-center-left,
    .foo-slider .uk-slideshow-items .uk-position-center,
    .foo-slider .uk-slideshow-items .uk-position-top-center
    .foo-slider .uk-slideshow-items .uk-position-top-left,
    .foo-slider .uk-slideshow-items .uk-position-top-right {
        position:  relative !important;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        margin: 30px 0 !important;
        transform: translateY(0);
        padding: 0 15px !important;
        background-color: transparent;
    }
    .foo-slider .uk-slideshow .uk-background-primary
    .slider .uk-slideshow .uk-background-primary {
        background-color: transparent !important;
        padding: 0;
    }

    .slide-caption.uk-padding {
        padding: 0 0 30px 0;
    }

    .slider .uk-slideshow .uk-overlay-primary,
    .foo-slider .uk-slideshow .uk-overlay-primary {
        background: transparent;
    }

    .slide-caption.uk-text-right,
    .slide-caption.uk-text-left {
        text-align: center !important;
    }

    .uk-videos .uk-cover {
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }
}

/* Main Navigation*/
#hdg-top-bar .uk-navbar-dropdown > div > ul > li > a {
    font-weight: normal;
}

#hdg-top-bar li.parent a {
    font-weight: bold;
}

#hdg-top-bar .uk-navbar-dropdown > div > ul > li > a:hover {
    color: rgb(178,200,176);
}

#hdg-top-bar .uk-navbar-dropdown > div > ul > li > a:hover span {
    border-bottom: 1px solid rgb(178,200,176) !important;
}

#hdg-top-bar .uk-navbar-dropdown > div > ul > li.uk-active a {
    color: rgb(178,200,176);
}

#hdg-top-bar .uk-navbar-dropdown > div > ul > li.uk-active a span {
    border-bottom: 1px solid rgb(178,200,176) !important;
}

/* Footer*/
.footer-link:hover,
.footer-link:hover span,
.footer-link:hover svg,
#footer li a:hover {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

#footer li a {
    transition-duration: .5s;
}


#footer hr {
    border-top: 1px solid #FFFFFF;
    margin: 40px 0;
}


@media (min-width: 960px) {
    .sm-icons {
        margin-right: -30px;
    }
}

.sm-icons svg {
    opacity: 0.6;
    transition-duration: .5s;
}

.sm-icons a:hover,
.sm-icons a:hover svg,
.sm-icons a:hover svg {
    opacity: 1;
}

@media (max-width: 767px) {
    .footer-sm-links {
        margin-left: -15px;
    }
}

/* calendar / events */

@media (max-width: 959px) {
    .calendar-teaser {
        margin: 0 30px;
    }

    .calendar-teaser h2.uk-h3 {
        color: #666;
    }

    .calendar-teaser .uk-overlay.uk-position-cover {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        position: relative;
        color: #666;
    }
}

.iproform .uk-button-default.iproformsubmit {
    padding: 7px 30px !important;
}

.iproform .iproformsubmit {
    border-color: rgb(178,200,176);
    background-color: rgb(178,200,176);
    color: rgb(0, 0, 0);
    position: absolute;
    right: 0;
    bottom: -50px;
}

.iproform .iproformsubmit:hover,
.iproform .iproformsubmit:focus {
    border-color: rgb(178,200,176);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.iproform .uk-grid-margin {
    margin-top: 30px;
}

.iproform {
    margin-bottom: 50px;
    color: #666666;
    position: relative;
}

/* planer form */
.planer-wrapper .do-grid.current {
    display: flex !important;
}

.planer-wrapper.wizard .actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    padding: 20px 0;
}

.planer-wrapper.wizard .actions ul {
    display: flex;
    flex-wrap: wrap;
}

.planer-wrapper.wizard .actions li a {
    line-height: 1.3rem;
    border: 2px solid rgb(178,200,176);
    background-color: rgb(178,200,176);
    color: rgb(255, 255, 255);
    text-decoration: none;
    overflow: visible;
    font: inherit;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
    padding: 7px 30px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.planer-wrapper.wizard .actions li:last-child a {
    margin-right: 0;
}

.planer-wrapper.wizard .actions li a:hover {
    border-color: rgb(178,200,176);
    background-color: rgb(255, 255, 255);
    color: rgb(178,200,176);
}

.wizard .steps {
    margin-bottom: 20px;
}

.wizard .steps ul {
    display: flex;
    flex-wrap: wrap;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard > .steps .current-info,
.tabcontrol > .steps .current-info,
.wizard > .content > .title,
.tabcontrol > .content > .title {
    position: absolute;
    left: -999em;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em 0;
    padding: 8px 15px;
    text-decoration: none;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: rgb(178,200,176);
    color: #fff;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #303d56;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background: #f0506e;
    color: #fff;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltip-text {
    visibility: hidden;
    width: 300px;
    width: -moz-max-content;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 125%;
    right: 0;
    margin-right: -148px;
}

@media (max-width: 420px) {
    .tooltip .tooltip-text {
        width: 200px;
        margin-right: -97px;
    }
}

.tooltip .tooltip-text div {
    padding: 5px 0;
    word-break: break-word;
    line-height: 15px;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

.tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent grey transparent;
}

#planerForm .js-text-input .control-label{
    width: auto !important;
    left: 15px;
}

/* video height fix */
.uk-cover-container .uk-responsive-width {
    height: inherit;
}

.history-slider-wrapper .uk-thumbnav > * > ::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    transition: all .1s ease-in-out;
}


.history-slider-wrapper .uk-thumbnav li.uk-transition-active a:after {
    background-color: transparent;
}

.history-slider-wrapper .uk-thumbnav h3 {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    min-width: 95px;
    line-height: 1;
}

.history-slider-wrapper .uk-thumbnav li.uk-transition-active h3 {
    background-color: #fff;
    color: #000;
}

@media (max-width: 450px) {
    .history-slider .uk-slider-items li h3 {
        font-size: 14px;
    }
}

.uk-thumbnav.uk-slider-items li:focus,
.uk-thumbnav.uk-slider-items li:hover,
.uk-thumbnav.uk-slider-items a:focus,
.uk-thumbnav.uk-slider-items a:hover {
    outline: none !important;
}

.slice-collector .uk-dark {
    color: #050C29;
}

input::-webkit-input-placeholder {
    color: #666666 !important;
}

input::-moz-placeholder {
    color: #666666 !important;
}

input::-ms-input-placeholder {
    color: #666666 !important;
}

input::-moz-placeholder {
    color: #666666 !important;
}

textarea::-webkit-input-placeholder {
    color: #666666 !important;
}

textarea::-moz-placeholder {
    color: #666666 !important;
}

textarea::-ms-input-placeholder {
    color: #666666 !important;
}

textarea::-moz-placeholder {
    color: #666666 !important;
}

#heatingvalue32 {
    width: 115px;
}

.heatingUnit,
.small-text {
    width: auto;
    font-size: 13px;
}

@media (min-width: 768px) {
    .heatingUnit {
        width: 115px;
    }
}

.kesselfinder .uk-width-small {
    width: 235px;
}

.event-switcher.uk-navbar-nav li {
    border-bottom: 1px solid grey;
}

.event-switcher.uk-navbar-nav li.uk-active {
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-top: 1px solid grey;
    border-bottom: none;
}

.uk-switcher .uk-position-bottom {
    right: 0;
    left: unset;
}

@media (max-width: 767px) {

    .uk-switcher .uk-inline .uk-position-cover,
    .uk-switcher .uk-inline .uk-position-bottom,
    .uk-card .uk-card-footer.uk-position-bottom {
        position: relative !important;
    }

    .uk-switcher .uk-overlay h4,
    .uk-switcher .uk-overlay div {
        color: #666666;
    }

    .uk-switcher .uk-overlay.uk-position-cover {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .event-switcher.uk-navbar-nav {
        position: relative;
        justify-content: space-evenly;
    }

    .event-switcher.uk-navbar-nav li {
        border: none !important;
        position: relative;
        padding: 0 !important;
    }

    .event-switcher.uk-navbar-nav li > a {
        color: #999;
        padding: 0 15px !important;
    }

    .event-switcher.uk-navbar-nav .uk-active > a {
        color: #333333;
        border-bottom: 3px solid rgb(178,200,176);
    }

    .event-switcher.uk-navbar-nav::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 3px solid #e5e5e5;
    }
}

/* Fachhandwerkersuche */

.uk-width-95 {
    width: 95%;
    margin: auto;
}

.contact-switcher a:not(.no-print) svg path {
    color: initial;
}

.contact-switcher .uk-padding-bottom-reverse {
    padding-bottom: 25px;
}

.contact-switcher .uk-active .uk-padding-bottom-reverse {
    padding-bottom: 30px;
}

@media (min-width: 1200px) {
    .contact-switcher .uk-padding-bottom-reverse {
        padding-bottom: 35px;
    }

    .contact-switcher .uk-active .uk-padding-bottom-reverse {
        padding-bottom: 40px;
    }
}

@media (max-width: 959px) {
    .uk-switcher .uk-position-bottom-right,
    .partner-wrapper .uk-position-bottom-right {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .uk-switcher .no-print.uk-button-large {
        width: auto;
    }

    .uk-width-95 {
        width: 100%;
    }

    .uk-switcher .uk-width-95 img {
        max-width: 150px;
    }
}

#fachhandwerker .uk-position-center {
    top: 110px;
    width: max-content;
}
#fachhandwerker .fr .uk-position-center {
    top: 140px;
}

@media (min-width: 1329px) {
    #fachhandwerker .uk-position-center {
        top: 135px;
    }
    #fachhandwerker .fr .uk-position-center {
        top: 170px;
    }
}

@media (min-width: 1660px) {
    #fachhandwerker .uk-position-center {
        top: 270px;
    }
    #fachhandwerker .fr .uk-position-center {
        top: 220px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 1.2rem;
    }
}

.search-button {
    padding: 4px;
    position: absolute;
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-button-right-top-small {
    right: 5px;
    top: 2px;
}

.search-button-right-top-medium {
    right: 10px;
    top: 10px;
}

.search-input {
    background: #ffffff !important;
    color: #666666 !important;
    border: 3px solid #e5e5e5 !important;
}

.search-input:focus {
    border-color: #999999 !important;
}

@media (min-width: 768px){
    .uk-padding\@s {
        padding: 40px;
    }
}

#fachhandwerker .uk-navbar-nav > li > a {
    padding: 0;
}

.uk-border-bottom a div.uk-background-white{
    border-bottom: 9px solid #f0f0f0;
}

.uk-border-bottom.uk-active a div.uk-background-white{
    border-bottom: 9px solid #ffffff;
}

@media (max-width: 959px) {
    .uk-border-bottom.uk-active a div.uk-background-white{
        border-bottom: 9px solid #ffffff;
        background-color: #f0f0f0;
    }
}

.iproform label {
    cursor: pointer;
}

.single-reference {
    cursor: pointer;
}

.sidebar-top {
    margin-left: 8px;
}

.map-wrapper iframe{
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative;
}

.map-wrapper iframe.clicked{
    pointer-events: auto;
}

.cookiefirst-disabled-resource {
    display: block !important;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

@media (max-width: 1199px) {
    .cookiefirst-root [data-cookiefirst-bg-color] {
        display: none;
    }

    .cookiefirst-root .cfGMLl {
        left: 100px !important;
    }
}

.product-fuel-data div:before {
    display: inline-block;
    content: '';
    background-size: 24px 24px;
    height: 20px;
    width: 24px;
    margin-right: 5px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}

.product-fuel-data div:first-child::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 165 100' style='enable-background:new 0 0 165 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M70.3,50c2.5,0.1,3.1,4.5,3.9,7.7s5.4,9.8,5.7,15c0.2,5.3,2.3,8.9,2.3,8.9l3.2,3.5l-3.7,3.2 c0,0-5.9,6.2-29.5,2.7c-23.6-3.6-45.8-6-45.8-6s-4,1.3-0.5-7.2s4.2-13,4.3-14.3s1.7-8.2,1.7-8.2s1.6-2.4,3.6-1.9 c0,0,8.6,0.8,13,1.1c4.4,0.3,19-2.9,20.1-3C49.6,51.3,68,49.9,70.3,50'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M94.8,50.6c-2.5,0.5-2.4,4.9-2.7,8.2c-0.3,3.3-3.8,10.5-3.3,15.7c0.6,5.2-0.9,9.2-0.9,9.2l-2.7,3.9l4.1,2.6 c0,0,6.8,5.3,29.5-2c22.7-7.2,40.1-5.5,40.1-5.5s4.1,0.7-0.6-7.2s-2-19.7-2.3-21s-3-7.9-3-7.9s-2-2.2-3.8-1.3 c0,0-8.4,2.2-12.6,3.1c-4.3,0.9-19.2,0.1-20.3,0.2C115.4,48.7,97,50.1,94.8,50.6'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M58.9,8c-2.5,0.2-2.9,4.6-3.6,7.8c-0.7,3.2-5.1,10-5.1,15.2c0,5.3-2,9-2,9l-3.1,3.6l3.8,3.1 c0,0,6.1,6,29.5,1.6s45.5-7.6,45.5-7.6s4,1.2,0.3-7.2c-3.7-8.4-4.7-12.8-4.8-14.1c-0.1-1.3-2-8.2-2-8.2s-1.7-2.4-3.6-1.8 c0,0-8.6,1.1-12.9,1.5S81.8,8.7,80.7,8.6C79.6,8.6,61.1,7.8,58.9,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product-fuel-data div.uk-text-bold:first-child::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 165 100' style='enable-background:new 0 0 165 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M70.3,50c2.5,0.1,3.1,4.5,3.9,7.7s5.4,9.8,5.7,15c0.2,5.3,2.3,8.9,2.3,8.9l3.2,3.5l-3.7,3.2 c0,0-5.9,6.2-29.5,2.7c-23.6-3.6-45.8-6-45.8-6s-4,1.3-0.5-7.2s4.2-13,4.3-14.3s1.7-8.2,1.7-8.2s1.6-2.4,3.6-1.9 c0,0,8.6,0.8,13,1.1c4.4,0.3,19-2.9,20.1-3C49.6,51.3,68,49.9,70.3,50'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M94.8,50.6c-2.5,0.5-2.4,4.9-2.7,8.2c-0.3,3.3-3.8,10.5-3.3,15.7c0.6,5.2-0.9,9.2-0.9,9.2l-2.7,3.9l4.1,2.6 c0,0,6.8,5.3,29.5-2c22.7-7.2,40.1-5.5,40.1-5.5s4.1,0.7-0.6-7.2s-2-19.7-2.3-21s-3-7.9-3-7.9s-2-2.2-3.8-1.3 c0,0-8.4,2.2-12.6,3.1c-4.3,0.9-19.2,0.1-20.3,0.2C115.4,48.7,97,50.1,94.8,50.6'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M58.9,8c-2.5,0.2-2.9,4.6-3.6,7.8c-0.7,3.2-5.1,10-5.1,15.2c0,5.3-2,9-2,9l-3.1,3.6l3.8,3.1 c0,0,6.1,6,29.5,1.6s45.5-7.6,45.5-7.6s4,1.2,0.3-7.2c-3.7-8.4-4.7-12.8-4.8-14.1c-0.1-1.3-2-8.2-2-8.2s-1.7-2.4-3.6-1.8 c0,0-8.6,1.1-12.9,1.5S81.8,8.7,80.7,8.6C79.6,8.6,61.1,7.8,58.9,8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.product-fuel-data div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M75,64.5c0,0-6.4-19.8-9.1-27.2s-6-15.7-6.4-17.2c-0.3-1.5,3.6,3,3.6,3s0.8-9.8,1.2-8s1.6,3.4,1.6,3.4 s1-7.7,1.3-7.5s3.9,1.3,3.9,1.3l0.8,0.9l1.5,0.4l1.2,2.1l1.1-0.8l1.2,1.6l1.1-2.1l1.6,0.5c0,0,8.8,27.5,8.8,30.2s2.6,18,2.6,18 l-0.4,1.6l-1.4-1l-0.6-1.4l-1.9,1.9l-2.4,0.2c0,0-1.4-0.5-1.9-0.1c-0.5,0.5-1.6,2.2-1.6,2S77.9,65,77.9,65L75,64.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M36.1,12.3c0,0-2.2,26.5-2.6,36.7c-0.5,10.2-0.8,21.7-1.1,23.5c-0.3,1.9-2-5.6-2-5.6s-4.6,10.6-4.2,8.4 s-0.1-4.8-0.1-4.8s-3.9,8.1-4.1,7.7s-3-3.9-3-3.9l-0.3-1.5l-1.2-1.4l-0.2-3.1L16,68.6L15.5,66l-1.9,1.7l-1.2-1.5 c0,0,3-36.8,4.1-39.9s4.8-22.1,4.8-22.1l1-1.5l0.8,2v2l2.5-1L27.9,7c0,0,1.1,1.5,1.7,1.3s2.3-1.6,2.2-1.3c0,0.3,2.1,3.3,2.1,3.3 L36.1,12.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M55.6,28.5c0,0,5.1,23.4,5.4,28.3s3.4,17.1,3.4,17.1l0.4,6.5c0,0-6.1,7-6.4,7.9s-2.5,2.8-2.5,2.8l-4.5-3.5 l-3.1,1.8l-1.7-4.2l-0.6,6.6L41.1,88l-2.5-49.2l1.7-2.4V25.2l2,0.4c0,0,4.2-3.8,5.1-3.5s4,7,4,7L55.6,28.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product-fuel-data div.uk-text-bold:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M75,64.5c0,0-6.4-19.8-9.1-27.2s-6-15.7-6.4-17.2c-0.3-1.5,3.6,3,3.6,3s0.8-9.8,1.2-8s1.6,3.4,1.6,3.4 s1-7.7,1.3-7.5s3.9,1.3,3.9,1.3l0.8,0.9l1.5,0.4l1.2,2.1l1.1-0.8l1.2,1.6l1.1-2.1l1.6,0.5c0,0,8.8,27.5,8.8,30.2s2.6,18,2.6,18 l-0.4,1.6l-1.4-1l-0.6-1.4l-1.9,1.9l-2.4,0.2c0,0-1.4-0.5-1.9-0.1c-0.5,0.5-1.6,2.2-1.6,2S77.9,65,77.9,65L75,64.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M36.1,12.3c0,0-2.2,26.5-2.6,36.7c-0.5,10.2-0.8,21.7-1.1,23.5c-0.3,1.9-2-5.6-2-5.6s-4.6,10.6-4.2,8.4 s-0.1-4.8-0.1-4.8s-3.9,8.1-4.1,7.7s-3-3.9-3-3.9l-0.3-1.5l-1.2-1.4l-0.2-3.1L16,68.6L15.5,66l-1.9,1.7l-1.2-1.5 c0,0,3-36.8,4.1-39.9s4.8-22.1,4.8-22.1l1-1.5l0.8,2v2l2.5-1L27.9,7c0,0,1.1,1.5,1.7,1.3s2.3-1.6,2.2-1.3c0,0.3,2.1,3.3,2.1,3.3 L36.1,12.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M55.6,28.5c0,0,5.1,23.4,5.4,28.3s3.4,17.1,3.4,17.1l0.4,6.5c0,0-6.1,7-6.4,7.9s-2.5,2.8-2.5,2.8l-4.5-3.5 l-3.1,1.8l-1.7-4.2l-0.6,6.6L41.1,88l-2.5-49.2l1.7-2.4V25.2l2,0.4c0,0,4.2-3.8,5.1-3.5s4,7,4,7L55.6,28.5z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product-fuel-data div:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 71.1' style='enable-background:new 0 0 120 71.1;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M53.2,11.1c5.3,0,9.5,4.3,9.5,9.5v29.3c0,5.3-4.3,9.5-9.5,9.5s-9.5-4.3-9.5-9.5V20.6 C43.7,15.4,47.9,11.1,53.2,11.1'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M24.2,9.2c0,0,7.5,1.1,6.4,8.6L26,50.7c0,0-1,7.5-8.5,6.5l-3.9-0.5c0,0-7.5-1.1-6.4-8.6l4.6-32.9 c0,0,1-7.5,8.5-6.4L24.2,9.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23B9B8B8' d='M81.5,18c0,0,5.8-4.9,10.7,0.9l21.4,25.5c0,0,4.9,5.8-0.9,10.7l-3,2.5c0,0-5.8,4.9-10.7-0.9L77.6,31.2 c0,0-4.9-5.8,0.9-10.7L81.5,18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product-fuel-data div.uk-text-bold:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 71.1' style='enable-background:new 0 0 120 71.1;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M53.2,11.1c5.3,0,9.5,4.3,9.5,9.5v29.3c0,5.3-4.3,9.5-9.5,9.5s-9.5-4.3-9.5-9.5V20.6 C43.7,15.4,47.9,11.1,53.2,11.1'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M24.2,9.2c0,0,7.5,1.1,6.4,8.6L26,50.7c0,0-1,7.5-8.5,6.5l-3.9-0.5c0,0-7.5-1.1-6.4-8.6l4.6-32.9 c0,0,1-7.5,8.5-6.4L24.2,9.2z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M81.5,18c0,0,5.8-4.9,10.7,0.9l21.4,25.5c0,0,4.9,5.8-0.9,10.7l-3,2.5c0,0-5.8,4.9-10.7-0.9L77.6,31.2 c0,0-4.9-5.8,0.9-10.7L81.5,18z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.product-fuel-data div:nth-child(4)::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 329.91 270.08" fill="%23B9B8B8"><defs></defs><g><path class="cls-1" d="M93.8,98.2c-26.72,0-53.44.02-80.15-.01-8.55-.01-13.96-5.27-13.61-13.02.25-5.45,4.4-10.3,9.8-11.21,1.97-.33,4-.42,6-.42,51.09-.02,102.18-.06,153.26.03,8.63.02,16.11-2.21,21.6-9.19,6.15-7.82,7.23-16.54,3.11-25.46-4.26-9.21-11.86-14.02-22.11-14.09-12.89-.09-23.26,9.66-24.18,22.51-.66,9.19-5.55,14.33-13.26,13.96-6.65-.32-11.48-5.47-11.54-12.33-.21-21.75,14.93-41.53,36.17-47.26,33.3-8.98,65.41,18.43,61.74,52.71-2.58,24.08-22.89,43.27-47.03,43.6-26.6.36-53.21.08-79.81.08v.09Z"/><path class="cls-1" d="M93.85,171.92c26.72,0,53.44-.24,80.15.07,22.63.26,42.77,18.35,46.1,40.68,3.95,26.46-11.47,49.58-37.38,56.05-26.89,6.71-55.13-12.19-59.27-39.73-.43-2.86-.68-5.77-.64-8.66.09-6.27,4.95-11.19,11.18-11.59,6.53-.43,12.1,3.67,12.96,10,.84,6.23,1.59,12.33,5.84,17.46,6.76,8.16,17.61,11.18,27.83,7.47,9.29-3.38,15.71-13.04,15.47-23.29-.3-12.94-10-22.97-22.99-23.74-1.67-.1-3.35-.14-5.03-.14-50.86,0-101.73,0-152.59-.03-2.22,0-4.51-.08-6.65-.62-5.68-1.42-9.44-7.37-8.74-13.39.66-5.66,5.47-10.42,11.26-10.5,13.75-.19,27.5-.12,41.25-.13,13.75-.01,27.5,0,41.25,0v.1Z"/></g><path class="cls-1" d="M202.78,148.37c-26.72,0-162.44.02-189.15-.01-8.55-.01-13.96-5.27-13.61-13.02.25-5.45,4.4-10.3,9.8-11.21,1.97-.33,4-.42,6-.42,51.09-.02,211.18-.06,262.26.03,8.63.02,16.11-2.21,21.6-9.19,6.15-7.82,7.23-16.54,3.11-25.46-4.26-9.21-11.86-14.02-22.11-14.09-12.89-.09-23.26,9.66-24.18,22.51-.66,9.19-5.55,14.33-13.26,13.96-6.65-.32-11.48-5.47-11.54-12.33-.21-21.75,14.93-41.53,36.17-47.26,33.3-8.98,65.41,18.43,61.74,52.71-2.58,24.08-22.89,43.27-47.03,43.6-26.6.36-53.21.08-79.81.08v.09Z"/></svg>');
}

.product-fuel-data div.uk-text-bold:nth-child(4)::before {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 329.91 270.08" fill="%23666666"><defs></defs><g><path class="cls-1" d="M93.8,98.2c-26.72,0-53.44.02-80.15-.01-8.55-.01-13.96-5.27-13.61-13.02.25-5.45,4.4-10.3,9.8-11.21,1.97-.33,4-.42,6-.42,51.09-.02,102.18-.06,153.26.03,8.63.02,16.11-2.21,21.6-9.19,6.15-7.82,7.23-16.54,3.11-25.46-4.26-9.21-11.86-14.02-22.11-14.09-12.89-.09-23.26,9.66-24.18,22.51-.66,9.19-5.55,14.33-13.26,13.96-6.65-.32-11.48-5.47-11.54-12.33-.21-21.75,14.93-41.53,36.17-47.26,33.3-8.98,65.41,18.43,61.74,52.71-2.58,24.08-22.89,43.27-47.03,43.6-26.6.36-53.21.08-79.81.08v.09Z"/><path class="cls-1" d="M93.85,171.92c26.72,0,53.44-.24,80.15.07,22.63.26,42.77,18.35,46.1,40.68,3.95,26.46-11.47,49.58-37.38,56.05-26.89,6.71-55.13-12.19-59.27-39.73-.43-2.86-.68-5.77-.64-8.66.09-6.27,4.95-11.19,11.18-11.59,6.53-.43,12.1,3.67,12.96,10,.84,6.23,1.59,12.33,5.84,17.46,6.76,8.16,17.61,11.18,27.83,7.47,9.29-3.38,15.71-13.04,15.47-23.29-.3-12.94-10-22.97-22.99-23.74-1.67-.1-3.35-.14-5.03-.14-50.86,0-101.73,0-152.59-.03-2.22,0-4.51-.08-6.65-.62-5.68-1.42-9.44-7.37-8.74-13.39.66-5.66,5.47-10.42,11.26-10.5,13.75-.19,27.5-.12,41.25-.13,13.75-.01,27.5,0,41.25,0v.1Z"/></g><path class="cls-1" d="M202.78,148.37c-26.72,0-162.44.02-189.15-.01-8.55-.01-13.96-5.27-13.61-13.02.25-5.45,4.4-10.3,9.8-11.21,1.97-.33,4-.42,6-.42,51.09-.02,211.18-.06,262.26.03,8.63.02,16.11-2.21,21.6-9.19,6.15-7.82,7.23-16.54,3.11-25.46-4.26-9.21-11.86-14.02-22.11-14.09-12.89-.09-23.26,9.66-24.18,22.51-.66,9.19-5.55,14.33-13.26,13.96-6.65-.32-11.48-5.47-11.54-12.33-.21-21.75,14.93-41.53,36.17-47.26,33.3-8.98,65.41,18.43,61.74,52.71-2.58,24.08-22.89,43.27-47.03,43.6-26.6.36-53.21.08-79.81.08v.09Z"/></svg>');
}