/*
                    _____ ___  _   _ _   _____  __   __
                   (_   _) _ \| \ | | | / / _ \|  \ /  |
                     | || | | |  \| | |/ / | | |   v   |
                     | || | | |     |   <| | | | |\_/| |
                     | || |_| | |\  | |\ \ |_| | |   | |
                     |_| \___/|_| \_|_| \_\___/|_|   |_|

______________________________________________________________________________
========================  CSS MADE WITH ♥ BY TONKOM  =========================
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/

@import "fonts.css";
@import "usercentrics.css";

:root {
    --font: "Lora", sans-serif;
    --red: #FF003B;
    --black: #000;
    --white: #fff;
    --lgray: #F5F5F7;
}

/*____________________________________________________________________________
                                    FONTS
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
html, body {
    font-family: var(--font);
    color: var(--black);
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--black);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ul li {
    font-family: var(--font);
}

h1, .h1 {
    font-weight: 600;
    font-size: clamp(2.438rem, 4vw, 3.75rem);
    line-height: 1.26;
}
h2, .h2 {
    font-size: clamp(1.875rem, 4vw, 3rem);
    line-height: 1.26;
    font-weight: 500;
}
h3, .h3 {
    font-weight: 500;
    font-size: clamp(1.5rem, 4vw, 2.875rem);
    line-height: 1.26;
}
h4, .h4 {font-size: 1.313rem;}
h5, .h5 {}
h6, .h6 {
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.42);
    margin-top: 14px;
}

p, ul li, .p {
    font-size: clamp(1.5rem,3vw,2.25rem);
    line-height: 1.26;
}

a, .uk-link, a:hover, .uk-link:hover {
    color: var(--red);
}

.red {color: var(--red);}
.black {color: var(--black);}
.white {color: var(--white);}

.wd-content h2,
.wd-content h3,
.wd-content h4,
.wd-content h5,
.wd-content h6 {
    color: var(--red);
}

.wd-content h2 {margin-bottom: 42px;}
.wd-content h3 {margin-bottom: 30px;}

.wd-content h2 + p {margin-top: 0;}
/*____________________________________________________________________________
                                  FONTS ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                  NAVIGATION
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
nav.tm-navbar {
    margin: 0;
}
    .sidebar-wrapper {
        text-align: center;
        position: relative;
        height: 100%;
    }
    .tm-logo {
        background-color: var(--red);
        height: clamp(100px,14vw,140px);
        width: clamp(100px,14vw,140px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .tm-logo img {width: 63%;}

    .wd-open-menu, .wd-close-menu {
        /* BG GRAFIK IN THEME.PHP HINTERLEGT */
        background-size: contain;
        width: 75px;
        height: 51px;
        display: block;
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        left: 0;
        right: 0;
    }
    .uk-offcanvas-page .wd-open-menu {
        background: url('../images/menu-close-desktop.svg') no-repeat center;
        background-size: contain;
        height: 66px;

    }

    .wd-close-menu {
        background: url('../images/menu-close-desktop.svg') no-repeat center;
        height: 66px;
        left: auto;
        right: 50px;
        background-size: contain;
    }


.tm-toolbar {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    font-size: 21px;
    color: var(--white);
    line-height: 57px;
}


    .uk-offcanvas-bar {
        max-width: 1200px;
        width: 100%;
        background-color: var(--white);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 36px #ff003b;
    }
        .offcanvas-content-wrapper {
            padding: 0 clamp(42px,15vw,280px);
            width: 100%;
        }
        .uk-nav-offcanvas > li > a {
            font-weight: 500;
            font-size: clamp(2.875rem,6vw,3.75rem);
            color: var(--red);
            padding: 0;
            line-height: 1.6;
            transition: all 0.3s;
        }
            .uk-nav-offcanvas > li > a:hover {
                padding-left: 20px;
                transition: all 0.3s;
            }
            html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
                background: transparent;
                color: var(--red);
                font-weight: 800;
            }
                html .uk-nav.uk-nav-offcanvas > li.uk-active > a:hover {
                    padding-left: 0;
                }
        .uk-offcanvas-bar .social-icons-wrapper .cta {
            display: none;
        }

        .uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
            background: transparent;
            color: var(--red);
        }

nav.tm-navbar-mobile {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 9999;
    width: 100%;
    padding: 0 25px;
    backdrop-filter: blur(23px);
}
    nav.tm-navbar-mobile > * {
        align-self: flex-end;
    }

        nav.tm-navbar-mobile .cta {
            margin-bottom: 15px;
        }

    .tm-logo-mobile {
        background-color: var(--red);
        height: 100%;
        width: 76px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tm-logo-mobile img {
        max-width: 48px;
        margin-bottom: 25px;
        align-self: flex-end;
    }


.wd-menu-toggle {
    height: 25px;
    width: 87px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
    .wd-menu-toggle .bow {
        width: 36px;
        height: 2.8px;
        background: url('../images/bow.svg') no-repeat center;
        background-size: 100%;
        position: absolute;
        transition: all 0.3s;
    }
        .bow1 {top: 0; transform-origin: top left;}
        .bow2 {top: 0; bottom: 0; margin: auto;
            opacity: 1;}
        .bow3 {bottom: 0; transform-origin: bottom left;}

        .uk-offcanvas-page .bow1,
        .uk-offcanvas-page .bow3 { width: 50px; height: 4px; transform: rotate(0);}

        .uk-offcanvas-page .bow1 {transform: rotate(45deg); top: -7px;}
        .uk-offcanvas-page .bow2 {opacity: 0;}
        .uk-offcanvas-page .bow3 {transform: rotate(-45deg); bottom: -7px;}

    .wd-menu-toggle span {
        font-size: 12px;
        color: var(--red);
        position: absolute;
        right: 5px;
        top: 3px;
        transition: all 0.3s;
        font-weight: bold;
    }
        .wd-menu-toggle span.open {opacity: 1;}
        .uk-offcanvas-page .wd-menu-toggle span.open {opacity: 0;}

        .wd-menu-toggle span.wdclose {opacity: 0;}
        .uk-offcanvas-page .wd-menu-toggle span.wdclose {opacity: 1;}


div.mod-languages {
    background: url('../images/sprachicon.svg') no-repeat right center;
    padding-right: 30px;
}
    .tm-navbar-mobile div.mod-languages {
        background: url('../images/sprachicon_red.svg') no-repeat right center;
        padding-right: 30px;
    }

    /*div.mod-languages ul.lang-inline li.lang-active {
        display: none;
    }*/
    div.mod-languages a {
        font-weight: 600;
        font-size: 16px;
        color: var(--white);
        line-height: 56px;
    }
        .tm-navbar-mobile div.mod-languages a {
            color: var(--red);
        }

    .tm-navbar-mobile .mod-languages-mobile,
    .uk-offcanvas-page .tm-navbar-mobile .cta {
        display: none;
    }
    .uk-offcanvas-page .tm-navbar-mobile .mod-languages-mobile,
    .tm-navbar-mobile .cta {
        display: block;
    }
/*____________________________________________________________________________
                                NAVIGATION ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                   SECTIONS
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/

/*____________________________________________________________________________
                                 SECTIONS ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                   ELEMENTE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.wd-width-140 {
    width: 140px;
}
.wd-width-expand {
    flex: 1;
    min-width: 1px;
    position: relative;
}

.wd-container-xlarge {max-width: clamp(768px, 90vw, 1500px); width: 100%;}
.wd-container-large {max-width: clamp(768px, 80vw, 1360px); width: 100%;}
.wd-container-medium {max-width: clamp(768px,67vw,1080px); width: 100%;}

.wd-expand-right {
    max-width: 100%;
}

.mt120 {margin-top: 120px;}
.mb120 {margin-bottom: 120px;}

.pt120 {padding-top: 120px;}
.pb120 {padding-bottom: 120px;}


.cta, .cta.invert:hover, .uk-overlay-hover:hover .cta {
    background-color: var(--red);
    border: 2px solid var(--red);
    border-radius: 35px;
    color: var(--white);
    display: inline-block;
    transition: all 0.3s;
}

    .cta.large {padding: 17px 150px 17px; font-size: 30px; font-weight: 600; line-height: 1;}
    .cta.medium {padding: 15px 56px 15px; font-size: 21px; font-weight: 600;}
    .cta.small {padding: 12px 31px 12px; font-size: 16px; font-weight: 500;}
    .cta.xsmall {padding: 7px 21px; font-size: 16px; font-weight: 600;}

    .cta.invert, .cta:hover {
        background-color: transparent;
        color: var(--red);
        text-decoration: none;
        transition: all 0.3s;
    }

.header-image {
    border-radius: 0 0 9px 9px;
    background-size: contain;
    background-position: center left;
    height: 720px;
    background-repeat: no-repeat;
}
    .header-image.small { background-color: var(--lgray);}
    .header-image-overlay, .video-overlay {
        border-radius: 0 0 9px 9px;
        background: linear-gradient(rgb(53 4 174 / 20%) 0%, rgb(255 0 59 / 20%) 100%);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .header-image.video {
            position: relative;
        }
        .produkte .header-image h1 {color: var(--white);}
        .produkte .header-image.has-image h1 {color: var(--red);}
        /*.produkte .header-image.small.has-image h1 {color: var(--white);}*/
        .produkte .header-image.has-image p {color: var(--black);}
        /*.produkte .header-image.large.has-image .header-image-overlay {background: transparent;}*/

        /*.produkte .header-image.large.has-image .header-image-overlay {background: transparent;}*/

        .video .video-overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }
    .overlay-content-wrapper {
        max-width: 750px;
    }

#gallery-statisch {}
#gallery-statisch img{
    border-radius: 9px;
}


.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
    .hero > * {
        align-self: flex-end;
    }
    .hero.hero-light {
        background-position: center bottom;
    }
    .hero-light-content {
        max-width:665px;
        padding-bottom: clamp(20px,8vw,120px);
    }

    .hero-dark {background-color: var(--black);}
    .hero-dark p {color: var(--white);}




section.slider1,
section.slider2 {
    margin-top: 30px;
}

/*____________________________________________________________________________
                                 ELEMENTE ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                   FORMULAR
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
input[type="text"], input[type="email"], select, textarea {
    width: 100%;
    height: 56px;
    border-radius: 9px;
    border: solid 1px var(--red);
    font-family: var(--font);
    color: rgba(0, 0, 0, 0.42);
    font-size: 21px;
    padding: 0 30px;
}
select {
    background: rgba(255, 0, 59, 0.06);
}
textarea {
    height: 240px;
    padding: 30px;
}
input[type="checkbox"] {
    float: left;
    margin-right: 15px;
}

.uk-alert {
    position: fixed;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 16vh;
    box-shadow: 0px 0px 36px #00000000;
    border-radius: 9px;
}
.uk-alert-success {
    background-color: var(--white);
    color: var(--red);
}
.uk-alert-danger {
    background-color: var(--red);
    color: var(--white);
}
/*____________________________________________________________________________
                                FORMULAR ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                 NEWSLETTER
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
section.newsletter {
    margin-top: 220px;
}
.newsletter-wrapper {
    background-color: var(--lgray);
    padding: 90px 0;
    border-radius: 9px;
}
    .newsletter h3 {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        color: rgba(0, 0, 0, 0.9);
        margin: 0;
    }
    .newsletter h4 {
        font-size: clamp(2rem, 3vw, 2.25rem);
        color: #3504ae;
        margin: 0;
        line-height: 1.26;
    }

    .newsletter input[type="email"] {
        border-color: var(--black);
        height: 44px;
        text-align: center;
        margin: 0;
        border-radius: 50px;
    }

    .newsletter p.hint {
        font-size: 14px;
        text-align: center;
        color: rgba(0, 0, 0, 0.42);
    }
    .newsletter .cta {
        width: 100%;
        font-family: var(--font);
    }

.newsletter form {
    margin: 0;
}

/*____________________________________________________________________________
                               NEWSLETTER ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                  PRODUKTE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.produkt-teaser-wrapper {
    background-color: var(--lgray);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 90px 20px 0;
    border-radius: 9px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    .produkt-teaser-content {
        position: relative;
        z-index: 99;
    }
    .produkt-teaser-wrapper p {
        font-size: clamp(0.875rem, 2vw, 1rem);
        color: rgba(0, 0, 0, 0.9);
    }
    .produkt-teaser-wrapper a.uk-position-cover{
        z-index: 100;
    }
        .produkt-teaser-image {
            position: absolute;
            bottom: 0;
            left: 0;
            right: auto;
            margin: 0 auto;
            background-size: contain;
            width: 85%;
            background-repeat: no-repeat;
        }
            .kunden .produkt-teaser-content {
                position: absolute;
                z-index: 99;
                bottom: 9%;
                left: 0;
                right: 0;
            }

        .produkt-teaser-wrapper.dark, .produkt-teaser-wrapper.Dunkel {background-color: var(--black);}
        .produkt-teaser-wrapper.dark p, .produkt-teaser-wrapper.Dunkel p {color: var(--white);}
        .dark.uk-overlay-hover:hover .cta, .produkt-teaser-wrapper.Dunkel:hover .cta {color: var(--black);}

        .produkt-teaser-wrapper.Rot {background-color: var(--red);}
        .produkt-teaser-wrapper.Rot p a, .produkt-teaser-wrapper.Rot h3.red {color: var(--white);}
        .produkt-teaser-wrapper.Rot .cta {color: var(--red); background-color: var(--white); border-color: var(--white);}
        .produkt-teaser-wrapper.Rot:hover .cta {background-color: var(--red); color: var(--white);}


    .uk-slider-container {
        border-radius: 9px 0 0 9px;
    }
.uk-slidenav-position .uk-slidenav {
    display: block;
}
.uk-slidenav-next:before {
    content: none;
}
.uk-slidenav-position .uk-slidenav-next {
    width: 33px;
    height: 60px;
    background: url('../images/arrow-right.svg') no-repeat center;
    right: 120px;
}


.produkt-image-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.produkt-full-wrapper.Dunkel {background-color: var(--black);}
    .produkt-full-wrapper.Dunkel .header-image.small {background-color: var(--black);}
        .produkt-full-wrapper.Dunkel .header-image h2.black {color: var(--white);}

    .produkt-full-wrapper.Dunkel p {color: var(--white);}
    .produkt-full-wrapper.Dunkel .h6 {color: rgba(255, 255, 255, 0.5);}

.header-image.stretch {background-size: cover;}

.produkt-full-wrapper.Rot {background-color: var(--red);}
    .produkt-full-wrapper.Rot .header-image.small {background-color: var(--red);}
        .produkt-full-wrapper.Rot .header-image h2.black,
        .produkt-full-wrapper.Rot .header-image h1.red {color: var(--white);}

    .produkt-full-wrapper.Rot p {color: var(--white);}
    .produkt-full-wrapper.Rot .h6 {color: rgba(255, 255, 255, 0.9);}
    .produkt-full-wrapper.Rot .red {color: var(--white);}


/*____________________________________________________________________________
                               PRODUKTE ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                               PRODUKTE ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.kunde-teaser {
    width: 100%;
}
/*____________________________________________________________________________
                               PRODUKTE ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                    NEWS
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.news-teaser-wrapper {
    width: 100%;
    border-radius: 9px;
}
    .news-teaser-wrapper .news-teaser-image {
        height: 730px;
        width: 100%;
        border-radius: 9px;
        background: var(--lgray) no-repeat center;
        background-size: auto 100%;
    }
        .news-teaser-wrapper .news-teaser-overlay {
            border-radius: 9px;
            background: linear-gradient(rgba(53, 4, 174, 0.65) 0%, rgba(104, 3, 145, 0) 31.53%, rgba(156, 2, 115, 0) 63.05%, rgba(249, 0, 62, 0.9) 83.74%, rgba(255, 0, 59, 0.95) 100%);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.7;
        }
    .news-teaser-wrapper .news-teaser-content {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        text-align: center;
        max-width: 380px;
        margin: 0 auto;
    }
    .news-teaser-wrapper .news-teaser-content h2 {
        color: var(--red);
    }
    .news-teaser-wrapper .news-teaser-content h3 {
        font-weight: 500;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
    }
        .news-teaser-wrapper.show-overlay .news-teaser-content h2,
        .news-teaser-wrapper.show-overlay .news-teaser-content h3 {
            color: rgba(255, 255, 255, 0.9);
        }

/*____________________________________________________________________________
                                  NEWS ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                   PARTNER
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.partner {
    padding: 120px 0 30px;
}

.partner > * {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.partner > * a {
    margin: 0 30px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s;
}
    .partner > *:first-of-type a {
        margin-left: 0;
    }
.partner > * a:hover {
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.3s;
}

/*____________________________________________________________________________
                                PARTNER ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/




/*____________________________________________________________________________
                                    FOOTER
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/
.tm-footer {
    position: relative;
    text-align: left;
}

.social-icons-wrapper {
    margin-top: 70px;
}
    .social-icon {
        width: clamp(40px,6vw,60px);
        height: clamp(40px,6vw,60px);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: clamp(20px,6vw,80px);
        display: inline-block;
    }
        .social-icon:first-of-type {margin-left: 0;}

        .social-icon.instagram {background-image: url('../images/instagram.svg');}
        .social-icon.facebook {background-image: url('../images/facebook.svg');}
        .social-icon.xing {background-image: url('../images/xing.svg');}
        .social-icon.linkedin {background-image: url('../images/linkedin.svg');}

    .social-icons-wrapper .cta {
        float: right;
    }


.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
    .footer-contact > * {
        align-self: flex-end;
    }
    .footer-contact p {
        margin: 0;
    }
    .footer-contact .cta {
        margin-top: 70px;
    }

.disclaimer {
    padding: 0 0 50px;
}
    .disclaimer .uk-nav-side {
        padding: 0;
    }
        .disclaimer .uk-nav-side > li {
            display: inline-block;
        }
            .disclaimer .uk-nav-side > li > a {
                padding: 0;
                margin-left: 20px;
                font-size: 12px;
                line-height: 2;
                color: rgba(0, 0, 0, 0.42);
            }
                .disclaimer .uk-nav-side > li:first-of-type > a {margin-left: 0;}

            .uk-nav-side > li.uk-active > a, .uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
                background: transparent;
                color: var(--red);
                transition: all 0.3s;
            }

/*____________________________________________________________________________
                                  FOOTER ENDE
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾*/

.wd-width-fixed {
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .wd-width-fixed {
        display: none;
    }

    .header-image.video .uk-cover-object {
        min-height: 134%;
    }

    .hero.hero-dark {
        height: auto;
    }
    .hero-dark .content {
        padding: 30px 25px;
    }
    .hero-dark .uk-width-medium-1-2:first-of-type {
        order: 2;
    }

    .produkt-teaser-wrapper {
        padding: 25px 20px 0;
    }
        .produkt-teaser-wrapper p {
            margin-bottom: 0;
        }
        .produkt-teaser-wrapper h3.h2 {
            font-size: 1.5rem;
            margin-top: 7px;
        }

    h6, .h6, h4.h6 {
        margin-bottom: 10px !important;
        font-size: 16px;
    }

    .hero-dark p {
        font-size: 1.125rem;
    }

    section.newsletter {
        margin-top: 120px;
    }
        .newsletter-wrapper {
            padding: 30px 0;
        }

    .cta.large {
        padding: 17px 25px 17px;
        font-size: 1.875rem;
        font-weight: 600;
    }

    .footer-contact .cta {
        margin-top: 35px;
    }


    .header-image.small,
    .header-image.large {
        height: 65vh;
        background-color: var(--lgray);
        background-size: cover;
    }
    .overlay-content-wrapper {
        padding-top: 50px;
    }


    .news-teaser-wrapper .news-teaser-image {
        max-height: 400px;
    }

    .partner img {
        max-width: calc(100vw / 4 - 7vw);
    }

    .partner > * a {
        margin: 0 3vw;
    }

    .cta + .cta {
        margin-top: 20px;
    }
}