/*
 * =======================================================================================
 *
 *	Theme Name:   EKK Anlagentechnik GmbH & Co. KG
 *	Theme URI:    http://www.ekk-anlagentechnik.de
 *
 *	Description:  
 *
 *	Author:       creativdrei Werbeagentur GmbH
 *	Author URI:   http://www.creativdrei.de
 *
 *	Version:      1.0
 *
 *	Date created:	01/09/2021
 *	Last modified:	23/07/2025
 *
 * =======================================================================================
 */





/*######################################################################################*/
/*	NORMAL (DESKTOP) VIEW
/*######################################################################################*/


/*======================================================================================*/
/*	General
/*======================================================================================*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth;

    color: #505965;
    font-size: 100%;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

body {
    padding: 0;
    height: 100%;
    margin: 0px auto;
    overflow-x: hidden;
    background: #fff;
}



/* Content Lazy Loading*/
@keyframes starting {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

main,
section#cover,
nav#breadcrumb {
    animation-name: starting;
    animation-duration: 1.2s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}


/* Gutenberg Color Palette */

.has-white-background-color         {background-color: #FFF;}
.has-lightgrey-background-color     {background-color: #F0F0F0;}
.has-darkgrey-background-color      {background-color: #646466;}
.has-lightorange-background-color   {background-color: #FDEEE8;}
.has-orange-background-color        {background-color: #EE7F4B;}

.has-white-color        {color: #FFF;}
.has-lightgrey-color    {color: #F0F0F0;}
.has-darkgrey-color     {color: #646466;}
.has-lightorange-color  {color: #FDEEE8;}
.has-orange-color       {color: #EE7F4B;}


/*======================================================================================*/
/*	Content formats  
/*======================================================================================*/

/* Headlines */
h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;

    margin: 0 0 40px 0;
}

    h1 span {
        display: block;
        margin: 0 auto;
        max-width: 900px;
        text-align: left;
    }

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;

    margin: 0 0 40px 0;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;

    margin: 0 0 20px 0;
}

h4, h5, h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;

    margin: 0 0 15px 0;
}

/* Font sizes */
.has-medium-font-size {
    line-height: 120%;
}

.has-large-font-size {
    line-height: 120%;
    margin: 0 0 40px 0;
}


/* Paragraphs */
p {margin: 0 0 20px 0;}


/* Bold Font */
b,strong {font-weight: 600;}


/* Text aligns */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}


/* Hyperlinks */
article a, footer a {color: #EE7F4B; text-decoration: none;}
article a:hover, footer a:hover {color: #EE7F4B; text-decoration: underline;}

article .has-orange-background-color a {color: #FFF; text-decoration: underline;}


/* Buttons */
a.button,
p.button a {
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 15px 0;
    background: #EE7F4B;
    transition: all ease 0.4s;
    padding: 12px 40px 10px 40px;

    color: #FFF;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    text-transform: uppercase;
}

.has-orange-background-color p.button a,
section#pre-footer p.button a {
    background: #FFF;
    color: #EE7F4B;
}

a.button:hover,
p.button a:hover {
    color: #FFF;
    opacity: 0.75;
    text-decoration: none;
}

.has-orange-background-color p.button a:hover,
section#pre-footer p.button a:hover {
    color: #EE7F4B;
}

a.button:after,
p.button a:after {
    position: relative;
    float: right;
    content: "";
    width: 32px;
    height: 16px;
    margin: 4px 0 0 10px;
    background: url(img/icon-arrow-button-white.png) no-repeat;
    background-size: 100% 100% !important;
}

.has-orange-background-color p.button a:after,
section#pre-footer p.button a:after {
    background: url(img/icon-arrow-button-orange.png) no-repeat;
}


/* Arrow Links */
a.arrow,
p.arrow a {
    font-size: 14px;
    font-weight: 600;
    line-height: 240%;
    text-transform: uppercase;
}

h3.arrow {
    line-height: 150%;
}

h4.arrow {
    line-height: 200%
}

h3.arrow,
h4.arrow,
a.arrow,
p.arrow  {
    display: block;
    min-height: 32px;
    padding: 0 0 0 40px;
    background: url(img/icon-arrow-right-orange.png) no-repeat;
    background-size: 32px 32px !important;
}

.has-orange-background-color p.arrow a,
.has-orange-background-color p.arrow a:hover {
    color: #FFF;
}

.has-orange-background-color a.arrow,
.has-orange-background-color p.arrow a {
    background: url(img/icon-arrow-right-white.png) no-repeat;
}

.arrow.mouseover {
    padding: 0;
    background-size: 0 32px !important;
    transition: all ease 0.4s;
}

.arrow.mouseover:hover {
    padding: 0 0 0 40px;
    background-size: 32px 32px !important;
}


/* Lists */
article ul {
    list-style: square;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
}

article ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}

article ul ol,
article ol ul,
article ul ul,
article ol ol {
    margin: 10px 0 10px 30px;
}

article li {
    margin: 0 0 5px 0;
}


/* Tables */
table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

    tr {vertical-align: middle;}
    
        td {padding: 0;}


/* Horizont ruler */
hr,
hr.wp-block-separator {
    border: 0;
    padding: 0;
    height: 1px;
    margin: 40px 0 40px 0;
}


/* Image links */
a img {
    border: none;
    transition: all ease 0.4s;
}

a img:hover {
    opacity: 0.75;
    transition: all ease 0.4s;
}


/* Images align */
.wp-caption {
    display: table-cell;
    width: auto !important;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

img.aligncenter,
.wp-caption.aligncenter {
    margin: auto;
    display: block;
}


/* Images size ratio */
img {
    max-width: 100%;
    height: auto;
}

.half img,
.third img,
.quarter img,
img.size-full,
img.size-large {
    width: 100%;
    height: auto;
}

img.size-medium {
    width: 50%;
    height: auto;
}

img.size-thumbnail {
    width: 25%;
    height: auto;
}

.wp-caption img {
    width: 100%;
    height: auto;
    display: block;
}


/* Image Captions */
.wp-caption .wp-caption-text {
    width: 100%;
}

.wp-block-image figcaption {
    font-size: 14px;
    font-weight: 400;
    margin: 20px auto 0 auto !important;
    text-align: center !important; 
}


/* Image Gallery */
.gallery {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

    .gallery-item {
        margin: 0 !important
    }

        .gallery img {
            width: 98%;
            height: 98%;
            display: block;
            margin: 0 auto 2% auto;
            border: none !important;
        }

        .gallery-caption {
            margin: 0 0 10px 0;
        }


/* Responsive Videos */

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-top: 35px;
    /* height: 0; */
    overflow: hidden;
}
  
    .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }



/*======================================================================================*/
/*	Forms
/*======================================================================================*/

form {
    margin: 0;
    padding: 0;    
}

    fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }
    
        legend {display: none;}
        
        label  {display: block;}
        
        
        /* Input fields */
        select,
        textarea,
        input[type=tel],
        input[type=text],
        input[type=file],
        input[type=date],
        input[type=email],
        input[type=number],
        input[type=password] {
            width: calc(95% - 2px);
            background: #FFF;
            border-radius: 5px;
            padding: 12px 2.5% 12px 2.5%;
            border: 1px solid #A2A2A3;
            outline: none; /* Kein Rahmen bei klick (Chrome) */

            color: #505965;
            font-size: 16px;
            font-weight: 300;
            font-family: 'Source Sans Pro', sans-serif;
        }
        
        select {
            width: 100%;
        }
        
        textarea {
            height: 150px;
            overflow: auto;
        }

        input[type=radio],
        input[type=checkbox] {
            margin: 0 5px 10px 0;
        }     
        
        ::placeholder {
            color: #505965;
        }
        
        select:focus,
        textarea:focus,
        input[type=tel]:focus,
        input[type=text]:focus,
        input[type=file]:focus,
        input[type=date]:focus,
        input[type=email]:focus,
        input[type=number]:focus,
        input[type=password]:focus {
            color: #EE7F4B;
        }
        
        /* Buttons */
        input[type=submit],
        button[type=submit],
        button.elm-button {
            border: none;
            cursor: pointer;
            display: inline-block;
            border-radius: 5px;
            background: #EE7F4B;
            transition: all ease 0.4s;
            padding: 12px 40px 10px 40px;
        
            color: #FFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 150%;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'Source Sans Pro', sans-serif;
        }
        
        input[type=submit]:hover,
        button[type=submit]:hover,
        button.elm-button:hover {
            opacity: 0.75;
        }
        
        input[type=submit]:active,
        button[type=submit]:active
        button.elm-button:active {
            outline: none;
        }


/* Plugin adjustments: Contact Form 7 */

.wpcf7-list-item {
    margin-left: 0 !important;
}        

img.ajax-loader {
    width: 16px !important;
    height: auto !important;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    width: 95%;
    border-radius: 5px;
    margin: 0 !important;
    padding: 10px 2.5% 10px 2.5% !important;

    color: #fff !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: green;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: red;
}



/*======================================================================================*/
/*	Site Structure
/*======================================================================================*/

/*  Header Area ------------------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 170px;
    background: #FFF;
    border-bottom: 10px solid #F8CBB6;
}

    #mobile-logo {
        display: none;
    }

    #menu-button {
        display: none;
    }

    #header-content {
        position: relative;
        width: 90%;
        height: auto;
        height: calc(100% + 10px);
        margin: 0 auto;
        max-width: 1280px;

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

        #logo {
            width: 100%;
            height: auto;
            max-width: 100px;
            margin: 15px 0 0 0;
        }

            #logo img {
                width: 100%;
                height: auto;
                display: block;
            }


        /* ----- Meta Menu ----- */

        nav#meta-menu {
            flex-basis: auto;
            margin: 15px 0 0 0;
        }

            nav#meta-menu ul {
                width: 100%;
                list-style: none;

                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                justify-content: space-between;
            }

                nav#meta-menu ul li {
                    width: auto;
                    display: flex;
                    align-items: center;
                }

                nav#meta-menu ul li.shop {
                    margin: 0 0 0 10px;
                    border-left: 1px solid #646466;
                    border-right: 1px solid #646466;
                    
                }

                    nav#meta-menu ul li a {
                        display: block;
                        padding: 20px 10px 20px 10px;
                        transition: all ease 0.4s;

                        color: #505965;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 150%;
                        text-align: center;
                        text-decoration: none;
                    }

                    nav#meta-menu ul li a:hover {
                        color: #EE7F4B;
                    }

                    nav#meta-menu ul li.current-menu-item > a,
                    nav#meta-menu ul li.current-menu-ancestor > a,
                    nav#meta-menu ul li.current_page_parent > a {
                        color: #EE7F4B;
                    }

                    nav#meta-menu ul li.shop a {
                        width: 32px;
                        height: 32px;
                        font-size: 0;
                        padding: 0px 25px 0px 25px;
                        background: url(img/icon-cart.png) no-repeat;
                        background-size: 32px 32px;
                        background-position: center center
                    }

                    nav#meta-menu ul li.shop a:hover {
                        opacity: 0.75;
                    }

                    nav#meta-menu ul li.download a {
                        color: #FFF;
                        background: #646466;
                        padding: 20px 40px 20px 40px;
                    }

                    nav#meta-menu ul li.download a:hover {
                        background: #EE7F4B;
                    }

                    /* WPML Plugin */
                    nav#meta-menu ul li.wpml-ls-last-item {
                        margin: 0 10px 0 0;
                        padding: 0 10px 0 0;
                        border-right: 1px solid #646466;
                    }

                    nav#meta-menu ul li.wpml-ls-item a {
                        padding: 0 5px 0 5px;
                    }

                    nav#meta-menu ul li.wpml-ls-current-language a {
                        color: #EE7F4B;
                    }


        /* ----- Main Menu ----- */

        nav#main-menu {
            flex-basis: 100%;
            align-self: flex-end;
        }

            /* 1st Level */
            nav#main-menu ul {
                width: 100%;
                height: 100%;
                list-style: none;
                display: table;
            }

                nav#main-menu ul li {
                    display: table-cell;
                    height: 100%;
                }   

                    nav#main-menu ul li a {
                        position: relative;
                        width: auto;
                        height: 45px;
                        display: block;
                        transition: all ease 0.4s;

                        color: #505965;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 100%;
                        text-align: center;
                        text-decoration: none;
                    }

                    nav#main-menu ul li a:after {
                        position: absolute;
                        bottom: 0;
                        content: "";
                        width: 100%;
                        height: 10px;
                        display: block;
                        transition: all ease 0.4s;
                        background-color: #F8CBB6;
                    }

                    .grey01 a:after {background-color: #E0E0E0 !important;}
                    .grey02 a:after {background-color: #C1C1C2 !important;}
                    .grey03 a:after {background-color: #A2A2A3 !important;}
                    .grey04 a:after {background-color: #838385 !important;}
                    .grey05 a:after {background-color: #646466 !important;}
                    .orange01 a:after {background-color: #EE7F4B !important;}
                    .orange02 a:after {background-color: #F3A37E !important;}

                    nav#main-menu ul li a:hover:after,
                    nav#main-menu ul li.current-menu-item > a:after,
                    nav#main-menu ul li.current-menu-ancestor > a:after,
                    nav#main-menu ul li.current_page_parent > a:after {
                        height: 16px;
                    }

            /* 2nd Level */
            @keyframes menu-dd {
                0%   {opacity: 0;}
                100% {opacity: 1;}
            }

            nav#main-menu ul li .submenu {
                position: fixed;
                top: 180px;
                left: 0;
                width: 100%;
                min-height: 50%;
                display: none;
                background: #F7F7F7;
                border-bottom: 2px solid #F8CBB6;
            }

            nav#main-menu ul li:hover .submenu {
                display: block;
                animation-name: menu-dd;
                animation-duration: 0.3s;
                animation-iteration-count: 1;
                animation-direction: alternate;
                animation-timing-function: ease-in-out;
                animation-fill-mode: forwards;
            }

            nav#main-menu ul li.grey01 .submenu {border-color: #E0E0E0 !important;}
            nav#main-menu ul li.grey02 .submenu {border-color: #C1C1C2 !important;}
            nav#main-menu ul li.grey03 .submenu {border-color: #A2A2A3 !important;}
            nav#main-menu ul li.grey04 .submenu {border-color: #838385 !important;}
            nav#main-menu ul li.grey05 .submenu {border-color: #646466 !important;}
            nav#main-menu ul li.orange01 .submenu {border-color: #EE7F4B !important;}
            nav#main-menu ul li.orange02 .submenu {border-color: #F3A37E !important;}

                nav#main-menu ul li .submenu .submenu-boxed {
                    position: relative;
                    width: 90%;
                    height: auto;
                    margin: 50px auto 50px auto;
                    max-width: 1280px;
                    display: block;

                    display: flex;
                    flex-wrap: wrap;
                    align-items: stretch;
                    flex-direction: row;
                    justify-content: space-between;
                }

                nav#main-menu ul li .submenu .submenu-boxed ul {
                    flex-basis: 48%;
                    display: block;
                }

                    nav#main-menu ul li .submenu .submenu-boxed ul li {
                        display: block;
                        width: 100%;
                    }

                    nav#main-menu ul li .submenu .overview {
                        display: none;
                    }

                        nav#main-menu ul li .submenu .submenu-boxed ul li a {
                            width: 100%;
                            margin: 0;
                            height: auto !important;
                            padding: 0 0 18px 0;

                            color: #505965;
                            font-size: 14px !important;
                            text-align: left;
                        }

                        nav#main-menu ul li .submenu .submenu-boxed ul li a:hover,
                        nav#main-menu ul li .submenu .submenu-boxed ul li.current-menu-item > a,
                        nav#main-menu ul li .submenu .submenu-boxed ul li.current-menu-ancestor > a {
                            color: #EE7F4B;
                        }

                        nav#main-menu ul li .submenu .submenu-boxed ul li a:after {
                            display: none;
                        }
                   
                        
            @keyframes menu-hero {
                0%   {opacity: 0;}
                100% {opacity: 1;}
            }

            nav#main-menu ul li .hero-product {
                position: fixed;
                z-index: 10;
                width: 50%;
                height: 40%;
                left: 50%;
                top: 225px;
                width: 100%;
                display: none;
                max-width: 400px;
                overflow: hidden;
                padding: 0 0 0 2.5%;
                border-left: 2px solid #505965;

                font-size: 16px;
                line-height: 150%;
            }

            nav#main-menu ul li.grey01 .hero-product {border-color: #E0E0E0 !important;}
            nav#main-menu ul li.grey02 .hero-product {border-color: #C1C1C2 !important;}
            nav#main-menu ul li.grey03 .hero-product {border-color: #A2A2A3 !important;}
            nav#main-menu ul li.grey04 .hero-product {border-color: #838385 !important;}
            nav#main-menu ul li.grey05 .hero-product {border-color: #646466 !important;}
            nav#main-menu ul li.orange01 .hero-product {border-color: #EE7F4B !important;}
            nav#main-menu ul li.orange02 .hero-product {border-color: #F3A37E !important;}

            nav#main-menu ul li:hover .hero-product {
                display: block;
                animation-name: menu-hero;
                animation-duration: 0.3s;
                animation-iteration-count: 1;
                animation-direction: alternate;
                animation-timing-function: ease-in-out;
                animation-fill-mode: forwards;
            }

                nav#main-menu ul li .hero-product .hero-title {
                    font-size: 22px;
                    font-weight: 600;
                    line-height: 120%;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;

                    margin: 0 0 20px 0;
                }

                nav#main-menu ul li .hero-product img {
                    width: 100%;
                    height: auto;
                    display: block;
                    max-height: 150px;
                    object-fit: cover;
                }

                nav#main-menu ul li .hero-product a {
                    height: auto !important;
                    border: none;
                    color: #EE7F4B;
                    font-size: 16px;
                    text-align: left;
                }

                nav#main-menu ul li .hero-product a.button {
                    color: #FFF;
                    text-align: center;
                    padding: 10px 0 10px 0;
                }

                nav#main-menu ul li .hero-product a:hover {
                    text-decoration: underline;
                }

                nav#main-menu ul li .hero-product a.button:hover {
                    text-decoration: none;
                }

                nav#main-menu ul li .hero-product a:after {
                    display: none;
                }

                nav#main-menu ul li .hero-product .overview {
                    display: none;
                }

            /* 3rd Level */
            nav#main-menu ul li .submenu .submenu-boxed ul li ul {
                width: calc(100% - 25px);
                margin: 0 0 0 25px;
            }

                nav#main-menu ul li .submenu .submenu-boxed ul li ul li.overview {
                    display: none;
                }

                    nav#main-menu ul li .submenu .submenu-boxed ul li ul li a {
                        color: #C1C1C2;
                    }

#header-space {
    position: relative;
    width: 100%;
    height: 180px;
}


/*  Cover Images Area ------------------------------------------------------------------*/

section#cover {
    position: relative;
    width: 100%;
    height: 40vh;
}

    section#cover img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    #startpage-title {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
    }

        #startpage-title h1 {
            width: 100%;
            margin: 0;
            text-align: center;
        }


/*  Breadcrumb Area --------------------------------------------------------------------*/

nav#breadcrumb {
    position: relative;
    width: 90%;
    height: auto;
    max-width: 1280px;
    margin: 10px auto 0 auto;

    font-size: 12px;
    font-weight: 400;
}

    nav#breadcrumb p {
        margin: 0;
    }

    nav#breadcrumb a {
        color: #EE7F4B;
        text-decoration: none;
    }

    nav#breadcrumb a:hover {
        text-decoration: underline;
    }


/*  Main Content Area ------------------------------------------------------------------*/

main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0 60px 0;
}

    article {
        position: relative;
        width: 90%;
        margin: 0 auto;
        max-width: 1280px;

        font-size: 16px;
        line-height: 150%;
    }

        .alignfull {
            position: relative;
            width: 100vw;
            max-width: 100vw;
            margin: 80px calc(50% - 50vw);
        }

        .alignfull.startblock {
            margin-top: -80px;
            border-bottom: 2px solid #646466;
        }

            .alignfull .wp-block-group__inner-container {
                width: 90%;
                margin: 0px auto;
                max-width: 1280px;
                padding: 80px 0 40px 0;
            }

            .alignfull.startblock .wp-block-group__inner-container {
                padding: 80px 0 0 0;
            }

        .alignfull + .alignfull {
            margin-top: -80px;
        }

        .alignfull:last-child {
            margin-bottom: -60px;
        }

        .alignfull + .alignfull:last-child {
            margin-top: -80px;
            margin-bottom: -60px;
        }

        .alignwide {
            width: 100%;
        }

            .alignwide .wp-block-group__inner-container {
                position: relative;
                width: 90%;
                padding: 0 0 40px 0;
                margin: 0px auto;
                max-width: 900px;
            }

            .alignfull .alignwide .wp-block-group__inner-container {
                width: 100%;
                padding: 0 0 40px 0;
            }

            .alignwide.has-background .wp-block-group__inner-container {
                padding: 80px 0 40px 0;
            }

        .flex-container {
            width: 100%;
            height: auto;
            margin: 60px 0 20px 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }

            .post-box {
                flex-basis: calc(31.25% - 40px); /* 400px */
                margin: 0 3.125% 40px 0;
                padding: 20px;
                -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16); 
                box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
            }

            .post-box:nth-child(3n) {
                margin: 0 0 40px 0;
            }

                .post-box img {
                    width: calc(100% + 40px);
                    height: 220px;
                    display: block;
                    object-fit: cover;
                    margin: -20px -20px 30px -20px;
                }


        /* ----- Boxed Content -----*/
        .box {
            padding: 20px 20px 0 20px !important;
            transition: all ease 0.4s;
            -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16); 
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
        }

            .box .wp-block-image {
                margin: -20px -20px 30px -20px;
            }


        /* ----- WP Media-Text Blocks ----- */

        .wp-block-media-text__content {
            padding: 40px 5% 40px 5% !important;
        }


        /* ----- WP File Blocks ----- */
        .wp-block-file {
            min-height: 32px;
        }
    
            .wp-block-file a {
                font-size: 14px;
                font-weight: 600;
                line-height: 230%;
                text-transform: uppercase;
            }
    
            .wp-block-file .wp-block-file__button {
                float: left;
                width: 32px;
                height: 32px;
                display: block;
                margin: 0 10px 0 0;
                font-size: 0 !important;
                border-radius: 0 !important;
                background: url(img/icon-file-orange.png) no-repeat !important;
                background-size: 100% 100% !important;
            }

            .has-orange-background-color .wp-block-file .wp-block-file__button {
                background: url(img/icon-file-white.png) no-repeat !important;
                background-size: 100% 100% !important;
            }


        /* ----- WP Carousel Blocks (Plugin) ----- */

        .slick-list {
            padding: 0 0 10px 0 !important;
        }

        .wp-block-cb-carousel.cb-padding .slick-slide {
            padding: 20px 20px 0 20px !important;
            margin: 0 15px 0 15px !important;
            transition: all ease 0.4s;
            -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16); 
            box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.16);
        }

        .unboxed .slick-slide {
            -webkit-box-shadow: none !important; 
            box-shadow: none !important;
        }

        .wp-block-cb-carousel.cb-padding .slick-slide:hover {
            transform: scale(1.025);
        }

        .startblock .wp-block-cb-carousel.cb-padding .slick-slide:hover {
            transform: scale(0.95);
        }

        .wp-block-cb-carousel.cb-padding .slick-slide .wp-block-image {
            margin: -20px -20px 30px -20px !important;
        }

            .wp-block-cb-carousel.cb-padding .slick-slide .wp-block-image img {
                display: block;
            }

        .slick-dots {
            display: none !important;
        }

        .slick-next, .slick-prev {
            width: 48px !important;
            height: 48px !important;
            transition: all ease 0.4s;
        }

        .slick-next:hover, 
        .slick-prev:hover {
            opacity: 0.75;
        }

        .slick-next {
            right: -50px !important;
            background: url(img/icon-arrow-right-orange.png) no-repeat !important;
            background-size: 100% 100% !important;
        }

        .has-orange-background-color .slick-next {
            background: url(img/icon-arrow-right-white.png) no-repeat !important;
        }

        .slick-prev {
            left: -50px !important;
            background: url(img/icon-arrow-left-orange.png) no-repeat !important;
            background-size: 100% 100% !important;
        }

        .has-orange-background-color .slick-prev {
            background: url(img/icon-arrow-left-white.png) no-repeat !important;
        }

        .slick-next:before,
        .slick-prev:before {
            content: "" !important;
        }


        /* ----- WP Accordion Blocks (Plugin) ----- */

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
            border: none !important;
            border-bottom: 1px solid #646466 !important;
        }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
            border-top: 1px solid #646466 !important;
        }

        .wp-block-getwid-accordion .wp-block-getwid-accordion__header {
            padding: 12px 2.5% 12px 2.5% !important;
        }

        .wp-block-getwid-accordion__content {
            border: none !important;
            padding: 40px 7.5% 40px 7.5% !important;
            border-bottom: 1px solid #646466 !important;
        }

        .has-icon-left .wp-block-getwid-accordion__header-wrapper a {
            color: #505965 !important;
            text-transform: uppercase;
        }

        .has-icon-left .wp-block-getwid-accordion__icon {
            position: absolute;
            right: 0;
        }


        /* ----- WP Tabs Blocks (Plugin) ----- */

        .wp-block-getwid-tabs__nav-links {
            background: #F7F7F7;
        }

        .wp-block-getwid-tabs__nav-link {
            transition: all ease 0.4s;
            padding: 20px 10px 20px 10px !important;
            border-left: none !important;
            border-right: none !important;
            border-top: 3px solid transparent !important;
            border-bottom: 3px solid transparent !important;
        }

        .wp-block-getwid-tabs__nav-link:hover {
            border-left: none !important;
            border-right: none !important;
            border-top: 3px solid #F8CBB6 !important;
            border-bottom: 3px solid #F8CBB6 !important;
        }

        .wp-block-getwid-tabs__nav-link.ui-tabs-active {
            background: #F7F7F7 !important;
            border-left: none !important;
            border-right: none !important;
            border-top: 3px solid #EE7F4B !important;
            border-bottom: 3px solid #EE7F4B !important;
        }

        .wp-block-getwid-tabs__tab-content {
            border: none !important;
            padding: 20px 0 20px 0 !important;
        }

        .wp-block-getwid-tabs__nav-link a {
            font-size: 14px;
            color: #505965 !important;
        }


        /* ----- WP Custom Post Type Block (Plugin) ----- */

        .wp-block-getwid-custom-post-type__post-header h3:before {
            position: relative;
            float: left;
            width: 32px;
            height: 32px;
            content: "";
            margin: 0 10px 0 0;
            background: url(img/icon-arrow-right-orange.png) no-repeat;
            background-size: 100% 100%;
        }

        .has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post {
            margin-top: 20px !important;
        }

        .wp-block-getwid-custom-post-type__post-excerpt {
            display: none;
        }

    
/*  Info Overlays ----------------------------------------------------------------------*/

nav#infobar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1000;
    width: 110px;
    height: auto;
}

    nav#infobar ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

        nav#infobar ul li {
            position: relative;
            width: 100px;
            height: 50px;
            display: flex;
            cursor: pointer;
            align-items: center;
            margin: 0 0 8px 10px;
            padding: 0 0 0 10px;
            transition: all ease 0.4s;

            color: #FFF;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;

            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        }

        li#open-ask {
            background: url(img/icon-ask.png) no-repeat #646466;
            background-size: 26px 26px;
            background-position: 62px center;
        }

        li#open-info {
            background: url(img/icon-info.png) no-repeat #EE7F4B;
            background-size: 26px 26px;
            background-position: 62px center;
        }

        nav#infobar ul li:hover {
            width: 120px;
            margin: 0 0 8px 0;
            transition: all ease 0.4s;
        }

#ask {
    position: fixed;
    z-index: 1000;
    top: 28%;
    right: 10px;
    width: 380px;
    height: auto;
    margin-right: -400px;
    background: #646466;
    border: 1px solid #838385;

    color: #FFF;
    line-height: 150%;
}

    #close-ask {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: url(img/icon-close-v2.png) no-repeat;
        background-size: 32px 32px;
    }

    #ask-content {
        position: relative;
        width: 90%;
        height: auto;
        margin: 50px auto 50px auto;
    }

    #ask-content h2 {font-size: 26px; margin: 0 0 30px 0;}

    #ask-content h3 {font-size: 22px; text-transform: uppercase; margin: 0 0 30px 0;}

    #ask-content a {
        color: #EE7F4B;
        text-decoration: none;
    }

    #askt-content a:hover {
        text-decoration: underline;
    }

#info {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 495px;
    height: 100%;
    margin-right: -500px;
    background: #EE7F4B;

    color: #FFF;
    font-size: 14px;
    line-height: 150%;

    -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.15);
}

    #close-info {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        background: url(img/icon-close-v2.png) no-repeat;
        background-size: 32px 32px;
    }

    #info-content {
        position: relative;
        width: 80%;
        overflow-y: auto;
        height: calc(100% - 160px);
        margin: 80px auto 80px auto;
    }

    #info-content h2 {font-size: 26px; margin: 0 0 30px 0;}

    #info-content h3 {font-size: 22px; text-transform: uppercase; margin: 0 0 30px 0;}

    #info-content a {
        color: #FFF;
        text-decoration: underline;
        transition: all ease 0.4s;
    }

    #info-content a:hover {
        opacity: 0.75;
    }

    #info-content .wp-block-getwid-custom-post-type__post-header h3:before {
        display: none;
    }

    #info-content .wp-block-getwid-custom-post-type__post-header h3 {
        margin: 0;
    }

    #info-content .wp-block-getwid-custom-post-type__post-header h3 a {
        margin: 0;
        color: #FFF;
        font-size: 14px;
        font-weight: 300;
        text-decoration: underline;
        text-transform: none;
    }

    #info-content .has-layout-list .wp-block-getwid-custom-post-type__post+.wp-block-getwid-custom-post-type__post {
        margin-top: 0 !important;
    }


/*  Pre-Footer Area ---------------------------------------------------------------------*/

section#pre-footer {
    position: relative;
    width: 100%;
    height: auto;
    background: url(img/bg-pre-footer.jpg) no-repeat;
    background-size: cover;
}

    #pre-footer-content {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 900px;
        padding: 80px 0 60px 0;

        color: #FFF;
        font-size: 16px;
        line-height: 150%;
    }


/*  Footer Area ------------------------------------------------------------------------*/

footer {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #646466;
}

    #footer-content {
        position: relative;
        width: 90%;
        height: auto;
        margin: 0 auto;
        max-width: 1280px;
        padding: 60px 0 20px 0;

        color: #C1C1C2;
        font-size: 14px;
        line-height: 150%;
        text-transform: uppercase;
    }

        #footer-logo {
            width: 100%;
            height: auto;
            max-width: 100px;
            margin: 0 0 60px 0;
        }

            #footer-logo img {
                width: 100%;
                height: auto;
                display: block;
            }

        footer h1,
        footer h2,
        footer h3,
        footer h4,
        footer h5,
        footer h6 {
            font-weight: 400 !important;
            font-size: 16px !important;
            margin: 0 0 5px 0 !important;
            color: #FFF !important;
        }

        footer a {
            color: #C1C1C2;
            font-weight: 300;
            text-decoration: none;
            transition: all ease 0.4s;
        }

        footer a:hover {
            color: #EE7F4B;
            text-decoration: none;
        }

        #copy {
            float: left;
            color: #FFF;
            padding: 0 0 40px 0;
        }

        nav#footer-menu {
            float: right;
            padding: 0 0 40px 0;
        }

            nav#footer-menu ul {
                float: right;
                width: 100%;
                list-style: none;
            }

                nav#footer-menu ul li {
                    float: left;
                }

                    nav#footer-menu ul li a {
                        color: #C1C1C2;
                        margin: 0 0 0 20px;
                        text-decoration: none;
                        transition: all ease 0.4s;
                    }

                    nav#footer-menu ul li a:hover,
                    nav#footer-menu ul li.current-menu-item a {
                        color: #FFF;
                    }


/*######################################################################################*/
/*	BREAKPOINT (@ 1024 Pixel)
/*######################################################################################*/

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

h1 {font-size: 34px; margin: 0 0 25px 0;}

h2 {font-size: 24px; margin: 0 0 20px 0;}

h3 {font-size: 20px;}

h3.arrow {
    line-height: 150%;
}

    
/*  Header Area ------------------------------------------------------------------------*/

header {
    height: 60px;
    border-bottom: 2px solid #EEE;
}

    #mobile-logo {
        position: absolute;
        top: 12px;
        left: 5%;
        display: block;
        width: 100%;
        height: auto;
        max-width: 50px;
    }

        #mobile-logo img {
            width: 100%;
            height: auto;
            display: block;
        }

    #menu-button {
        position: absolute;
        top: 15px;
        right: 5%;
        width: 28px;
        height: 28px;
        display: block;
        cursor: pointer;
        transition: all ease 0.4s;
        background: url(img/icon-menu.png) no-repeat;
        background-size: 100% 100% !important;
    }

    #menu-button.is-open {
        background: url(img/icon-close.png) no-repeat;
    }

    #header-content {
        width: 100%;
        height: 100vh;
        display: none;
        top: 62px;
        background: #F7F7F7;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

        #logo {
            display: none;
        }


        /* ----- Meta Menu ----- */

        nav#meta-menu {
            width: 100%;
            margin: 0 auto;
            background: #EEE;
            border-bottom: 2px solid #EEE;
        }

            nav#meta-menu ul {
                width: 90%;
                margin: 0 auto;
            }

            nav#meta-menu ul li.shop {
                margin: 0;
                border: none !important;
            }

                nav#meta-menu ul li a {
                    padding: 12px 0 12px 0;
                }

                nav#meta-menu ul li.shop a {
                    padding: 12px 0 12px 0;
                }

                nav#meta-menu ul li.download a {
                    padding: 12px 15px 12px 15px;
                }

                /* WPML Plugin */
                nav#meta-menu ul li.wpml-ls-last-item {
                    margin: 0;
                    padding: 0;
                    border: none !important;
                }

                nav#meta-menu ul li.wpml-ls-item a {
                    padding: 0;
                }


        /* ----- Main Menu ----- */

        /* 1st Level */
        nav#main-menu {
            width: 90%;
            margin: 0 auto;
        }

            nav#main-menu ul {
                display: block;
            }

                nav#main-menu ul li {
                    display: block;
                    width: 100%;
                }

                    nav#main-menu ul li a {
                        height: auto;
                        padding: 18px 0 18px 0;
                        text-align: left;
                    }

                    nav#main-menu ul li a:after {
                        height: 2px;
                    }

                    nav#main-menu ul li a:hover:after,
                    nav#main-menu ul li.current-menu-item > a:after,
                    nav#main-menu ul li.current-menu-ancestor > a:after {
                        height: 2px;
                    }

                    nav#main-menu ul li a:hover,
                    nav#main-menu ul li.current-menu-item > a,
                    nav#main-menu ul li.current-menu-ancestor > a {
                        color: #EE7F4B;
                    }

        /* 2nd Level */
        @keyframes menu-dd {
            0%   {opacity: 1;}
            100% {opacity: 1;}
        }

        nav#main-menu ul li .submenu,
        nav#main-menu ul li:hover .submenu {
            position: relative;
            top: 0;
            display: none;
        }

            nav#main-menu ul li .submenu .submenu-boxed {
                width: 100%;
                margin: 0 auto 15px auto;
            }

            nav#main-menu ul li .submenu .overview {
                display: block;
            }

                nav#main-menu ul li .submenu .overview a:after {
                    display: none;
                }

            nav#main-menu ul li .submenu .submenu-boxed ul {
                flex-basis: 100%;
            }

        nav#main-menu ul li .hero-product,
        nav#main-menu ul li:hover .hero-product {
            display: none !important;
        }

        /* 3rd Level */
        nav#main-menu ul li .submenu .submenu-boxed ul li ul {
            width: calc(100% - 15px);
            margin: 0 0 0 15px;
            display: none;
        }

            nav#main-menu ul li .submenu .submenu-boxed ul li ul li.overview {
                display: block;
            }

                nav#main-menu ul li .submenu .submenu-boxed ul li ul li a {
                    padding: 0 0 18px 0;
                }

#header-space {
    height: 62px;
}


/*  Cover Images Area ------------------------------------------------------------------*/

section#cover {
    height: 30vh;
}


/*  Main Content Area ------------------------------------------------------------------*/

main {
    padding: 60px 0 60px 0;
}

.alignfull .wp-block-group__inner-container {
    padding: 60px 0 20px 0;
}

.alignwide.has-background .wp-block-group__inner-container {
    padding: 60px 0 20px 0;
}

.alignfull.startblock .wp-block-group__inner-container {
    padding: 60px 0 20px 0;
}

.post-box img {
    height: 150px;
}

/* ----- WP Carousel Blocks ----- */

.slick-next, .slick-prev {
    width: 32px !important;
    height: 32px !important;
}

.slick-next {
    right: -20px !important;
}

.slick-prev {
    left: -20px !important;
}

/* ----- WP Accordion Blocks (Plugin) ----- */

.wp-block-getwid-accordion__content {
    padding: 20px 2.5% 20px 2.5% !important;
}

/* ----- WP Tabs Blocks (Plugin) ----- */

.wp-block-getwid-tabs__nav-link {
    padding: 10px 5px 10px 5px !important;
}

/*  Info Overlays ----------------------------------------------------------------------*/

nav#infobar {
    top: auto;
    bottom: 15px;
    width: 50px;
}

    nav#infobar ul li {
        width: 50px;
        font-size: 0;
        padding: 0;
        margin: 0 0 8px 0;
    }

    li#open-ask {
        background-position: center center;
    }

    li#open-info {
        background-position: center center;
    }

    nav#infobar ul li:hover {
        width: 50px;
    }

#ask {
    top: auto;
    bottom: 15%;
    width: 280px;
    margin-right: -300px;
}

    #close-ask {
        top: 10px;
        right: 10px;
    }

#info {
    width: 295px;
    margin-right: -300px;
}

    #close-info {
        top: 10px;
        right: 10px;
    }

    #info-content {
        height: calc(100% - 120px);
        margin: 60px auto 60px auto;
    }


/*  Pre-Footer Area ---------------------------------------------------------------------*/

#pre-footer-content {
    padding: 60px 0 40px 0;
}


/*  Footer Area ------------------------------------------------------------------------*/   
    
#copy {
    width: 100%;
    padding: 0 0 10px 0;
}

nav#footer-menu {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

    nav#footer-menu ul {
        float: left;
    }

        nav#footer-menu ul li a {
            margin: 0 20px 0 0;
        }

} /* <--- END MEDIA */



/*######################################################################################*/
/*	BREAKPOINT (@ 800 Pixel)
/*######################################################################################*/

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

/*  Main Content Area ------------------------------------------------------------------*/

.post-box {
    flex-basis: calc(100% - 40px);
    margin: 0 0 40px 0;
}

.wp-block-column {
    margin-bottom: 20px;
}

.wp-block-column.box:nth-child(2n) {
    margin-left: 0 !important;
}

} /* <--- END MEDIA */



/*######################################################################################*/
/*	BREAKPOINT (@ 600 Pixel)
/*######################################################################################*/

@media only screen and (max-width: 600px) { 
    
/*  Header Area ------------------------------------------------------------------------*/

/* ----- Meta Menu ----- */

nav#meta-menu ul li.shop a {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

nav#meta-menu ul li.download a {
    padding: 5px;
}


/* ----- Main Menu ----- */

/* 2nd Level */
nav#main-menu ul li .submenu .submenu-boxed ul {
    flex-basis: 100%;
}

nav#main-menu ul li .submenu .submenu-boxed .hero-product {
    display: none;
}


/*  Main Content Area ------------------------------------------------------------------*/

.wp-block-column {
    margin: 0 0 40px 0 !important;
}
 
} /* <--- END MEDIA */