/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1715596244
Updated: 2024-05-13 10:30:44

*/

/*Header*/
header{
    position: fixed !important;
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    top: 30px !important;
    z-index: 9999;
}
header #main-menu-container{
    background-color: #f7f7f7 !important;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25) !important;
    border-radius: 50px !important;
    transition: background-color 250ms ease-in-out;
}
html[lang="de-DE"] header ul.elementor-nav-menu li a.elementor-item{
    padding-left: 8px !important;
    padding-right: 8px !important;
}
@media (max-width: 1200px){
    header{
        position: fixed !important;
        width: 100% !important;
        top: 0px !important;
    }
    header #main-menu-container{
        border-radius: 0px !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
    header.scrolled #main-menu-container{
        background-color: #f7f7f7 !important;
        box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.25) !important;
    }
    header #logo img{
        width: 50px;
    }
    header .elementor-menu-toggle{
        background-color: transparent;
    }
}
/*Specjalizacje CPT*/
body.single-specjalizacje #offer-type-text .elementor-widget-text-editor,
body.single-post #content-type-text .elementor-widget-container{
    color: #1046C0 !important;
}
/*Language Switcher*/
header ul.elementor-nav-menu li.pll-parent-menu-item ul.sub-menu{
    min-width: 68px !important;
}
header ul.elementor-nav-menu li.pll-parent-menu-item ul.sub-menu li a.elementor-sub-item{
    border-left: 0 !important;
}
/*Optimalization Fixes - Accessibility*/
/*Touch targets do not have sufficient size or spacing*/
#testimonial-slider .swiper-pagination span.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 10px;
}
@media (max-width: 480px){
    #testimonial-slider-mobile .swiper-pagination{
        margin-top:20px;
    }
    #testimonial-slider-mobile .swiper-pagination span.swiper-pagination-bullet {
        height: 10px;
        width: 10px;
        margin: 0 10px;
    }
    #testimonial-slider-mobile .elementor-testimonial__image img{
        width: 100px !important;
        height: 100px !important;
    }
    #testimonial-slider-mobile .elementor-testimonial__cite{
        margin-left: 15px !important;
    }
    #testimonial-slider-mobile .elementor-testimonial__cite .elementor-testimonial__name{
        font-size: 25px !important;
        line-height: 1 !important;
    }
    #testimonial-slider-mobile .elementor-testimonial__cite .elementor-testimonial__title{
        font-size: 15px !important;
        line-height: 1 !important;
        margin-top: 10px !important;
    }
}
/*Disable Elementor Page Transitions*/
e-page-transition{
    display: none !important;
}
/*Custom Call Button*/
#call-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 9999;
}
#call-button .call-to span{
    cursor: pointer;
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-image: url(images/phone-colored.svg);
    background-color: #32f9a3;
}
#call-button a.place{
    display: none;
    margin-bottom: 20px;
}
#call-button a.place span{
    display: flex;
    align-items: center;
    background-color: #32f9a3;
    padding: 8px 15px;
    border-radius: 10px;
    color: #020228;
    font-family: "All Round Gothic", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
#call-button a.place span:before{
    content: "";
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url(images/phone-colored.svg);
    background-size: contain;
    margin-right: 5px;
}
/*Atomic Info Pages*/
body.page .atomic-info .elementor-widget-container{
    display: flex;
    flex-direction: row;
}
body.page .atomic-info .elementor-widget-container:before{
    content: "";
    display: inline-block;
    width: 35px;
    min-width: 35px;
    height: auto;
    mask-image: url(images/radiation.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #32F9A3;
    margin: 10px 10px 10px 0;
}
body.page .atomic-info .elementor-widget-container span{
    font-family: "All Round Gothic", Sans-serif !important;
    color: #114acc !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
}
@media (max-width: 768px){
    body.page .atomic-info .elementor-widget-container{
        padding: 0 20px;
        align-items: center;
    }
    body.page .atomic-info .elementor-widget-container:before{
        height: 25px;
        width: 25px;
        min-width: 25px;
        margin: 0 20px 0 0;
    }
    body.page .atomic-info .elementor-widget-container span{
        font-size: 12px;
    }
    footer .elementor-divider{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/*Footer*/
footer .atomic-info .elementor-widget-container{
    display: flex;
    flex-direction: row;
}
footer .atomic-info .elementor-widget-container:before{
    content: "";
    display: inline-block;
    width: 35px;
    min-width: 35px;
    height: auto;
    mask-image: url(images/radiation.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #32F9A3;
    margin: 10px 10px 10px 0;
}
footer .atomic-info.footer-info .elementor-widget-container span{
    font-family: "All Round Gothic", Sans-serif !important;
    color: #32F9A3 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
}
@media (max-width: 768px){
    footer .atomic-info .elementor-widget-container{
        padding: 0 20px;
        align-items: center;
    }
    footer .atomic-info .elementor-widget-container:before{
        height: 25px;
        width: 25px;
        min-width: 25px;
        margin: 0 20px 0 0;
    }
    footer .atomic-info .elementor-widget-container span{
        font-size: 12px;
    }
    footer .elementor-divider{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*Privacy Policy & Cookies Bar*/
#privacy-cookie-bar{
    background-color: white;
    box-shadow: 0 0 20px rgb(17 74 204);
    position: fixed;
    bottom: 25px;
    right: 10px;
    border-radius: 10px;
    padding: 5px;
    display: none;
    z-index: 99999;
}
#privacy-cookie-bar.active{
    display: flex;
}
#privacy-cookie-bar .content{
    background-color: white;
    display: flex;
    padding: 10px;
}
#privacy-cookie-bar .options{
    display: flex;
    flex-direction: column;
}
#privacy-cookie-bar .options h3.title{
    font-size: 20px;
    font-weight: 500;
    color: #114acc;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#privacy-cookie-bar .options h3.title span.title{
    margin-right: auto;
}
#privacy-cookie-bar .options h3.title:before{
    content: "";
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: #32f9a3;
    mask-image: url(images/cookie-alt.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    margin-right: 10px;
}
#privacy-cookie-bar .options p.text{
    margin: 10px 0 0 0;
    width: 325px;
}
#privacy-cookie-bar .options p.text span{
    color: black;
    font-size: 13px;
}
#privacy-cookie-bar .options p.text a span{
    color: #01277c;
    font-weight: 500;
    transition: color 250ms ease-in-out;
    width: 325px;
}
#privacy-cookie-bar .options .wrapper{
    display: flex;
    flex-direction: row;
}
#privacy-cookie-bar .options p.text span a:hover span{
    color: #114acc !important;
}
#privacy-cookie-bar .options .action-buttons{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#privacy-cookie-bar .options .action-buttons > button{
    margin-bottom: 10px;
}
#privacy-cookie-bar .options .action-buttons > button:last-child{
    margin-bottom: 0;
}
#privacy-cookie-bar .options .action-buttons > button{
    display: flex;
    background-color: #114acc !important;
    background-image: none !important;
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 12px;
    border-radius: 50px;
    line-height: 1;
    transition: background-color 250ms ease-in-out;
    justify-content: center;
}
#privacy-cookie-bar .options .action-buttons > button:hover{
    background-color: #001952;
}
#privacy-cookie-bar .options .action-buttons button.agree:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: white;
    mask-image: url(images/ok-white.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    margin-right: 10px;
}
#privacy-cookie-bar .options .action-buttons button.disagree:before{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: white;
    mask-image: url(images/ok-white.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    margin-right: 10px;
    transform: rotate(-180deg);
}
#privacy-cookie-bar .action-close{
    width: auto;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
#privacy-cookie-bar .action-close span:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #01277c;
    mask-image: url(images/icons/circle-xmark-blue.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    transform: rotate(-180deg);
}
#privacy-cookie-bar .action-close span:hover:before{
    background: #001952;
    cursor: pointer;
}
@media (max-width: 320px){
    #privacy-cookie-bar{
        width: calc(100% - 20px);
        bottom: 10px;
    }
    #privacy-cookie-bar .options .wrapper{
        flex-direction: column;
    }
    #privacy-cookie-bar .options h3.title{
        font-size: 18px;
    }
    #privacy-cookie-bar .options p.text{
        width: 100%;
    }
    #privacy-cookie-bar .options .action-buttons{
        margin-top: 10px;
        flex-direction: row;
        justify-content: space-evenly;
    }
    #privacy-cookie-bar .options .action-buttons > button{
        margin-bottom: 0;
        font-size: 12px;
        padding: 8px 9px;
    }
}
@media (max-width: 480px) and (min-width: 321px){
    #privacy-cookie-bar{
        width: calc(100% - 20px);
        bottom: 10px;
    }
    #privacy-cookie-bar .options .wrapper{
        flex-direction: column;
    }
    #privacy-cookie-bar .options p.text{
        width: 100%;
    }
    #privacy-cookie-bar .options .action-buttons{
        margin-top: 10px;
        flex-direction: row;
        justify-content: space-evenly;
    }
    #privacy-cookie-bar .options .action-buttons > button{
        margin-bottom: 0;
    }
}
/*Elementor Form*/
form.elementor-form .elementor-message{
    border: 2px solid #114ACC;
    border-radius: 25px;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 700;
    color: #114ACC;
    background-color: white;
    width: fit-content;
}