/*menu css*/
#menuHeader::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 0px;
    background: white;
    z-index: -1;
    opacity: 0;
    left: 0;
    right: 0;
    top: 57px;
    box-shadow: 0 0 0 0px white, 0 3px 4px rgb(0 0 0 / 14%);
    border-top: 1px solid #f3f3f3;
}

#menuHeader.dispBlock:after{
    opacity: 1;
    height: var(--menu-height, 450px);
}

.ekit-template-content-header{
    display: none!important;
}
.header-top-menu{
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 99;
    background-color: #fff;
}
.header-top-menu .menu-centered{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top-menu ul{
    list-style: none;
    list-style-type: none;
    float: right;
    margin: 0 0 0 0;
    padding: 0;
}
.header-top-menu ul li{
    position: relative;
    float: left;
}
.header-top-menu ul li::after{
    content: " ";
    width: 1px;
    height: 50%;
    position: absolute;
    right: -1px;
    top: 25%;
    background-color: #002d47;
}
.header-top-menu ul li:last-child::after{
    display: none;
}
.header-top-menu ul li a{
    display: block;
    padding: 8.5px 15px;
    color: #002d47;
    text-decoration: none;
}
.header-top-menu ul li:hover a{
    color: #187dc1;
}


#menuHeader{
    width: 100%;
    position: relative;
    float: left;
    z-index: 100;
    padding: 0;
    margin: 0;
    position: sticky;
    top: -2px;
    left: 0;
    width: 100%;
    height: 57px;
    background-color: #fff;
    clear: both;
    /*
    -webkit-box-shadow: 0 0 10px 0 rgb(110 110 110 / 50%);
    -moz-box-shadow: 0 0 2px 0 rgb(110 110 110 / 50%);
    box-shadow: 0 0 2px 0 rgb(110 110 110 / 50%);
    */
}

.themeRow{
    width: 100%;
    float: left;
}

.themeContainer{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.menuArea{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    position: relative;
    top:3px;
}

.logoArea{
    width: 134px;
}

.logoArea a{
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.menuRight{
    width: calc(100% - 134px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuLinks{
    width: 100%;
    float: left;
}
.menuLinks ul{
    display: flex;
    padding:0px;
    list-style: none;
    margin: 0;
}
.menuLinks ul li a{
    background-color: transparent;
    color: #002d47;
    padding: 15px 15px 20px 15px;
    margin: 0;
    font-size: 16px;
    position: relative;
}
.menuLinks ul li{
    float: left;
    padding-right: 10px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.navbar-nav>li>a {
    color: #002e47;
    padding: 38px 15px 31px;
    font-size: 13pt;
}

.btn-vzkr.nav-btn {
    padding: 0.3rem 0.8rem !important;
    font-size: 14px !important;
    min-width: auto;
    height: 40px;
    margin-top: -5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    padding: .3rem 1.4rem !important;
}

.navbar-cart{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 40px;
    overflow: hidden;
    margin-top: -8px;
}

.d-none {
    display: none !important;
}

ul.right-quick-menu{
    height:35px;
}
.right-quick-menu .nav-item.phone-menu:hover .phone-info {
    display: block;
}

.right-quick-menu .nav-item.phone-menu .phone-info {
    position: absolute;
    right: 0;
    top: 98%;
    display: none;
    padding-top: 15px;
}
.right-quick-menu .nav-item.phone-menu .phone-info .up-caret {
    width: 1px;
    height: 1px;
    position: absolute;
    right: 50px;
    top: 7.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #f3f3f3 transparent;
}
.right-quick-menu .nav-item.phone-menu .phone-info .phone-info-view {
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    padding: 15px;
}
.right-quick-menu .nav-item.phone-menu .phone-info .phone-info-view .phone-description {
    position: relative;
    font-weight: bold;
    color: #002d47;
    font-size: 15px;
    margin-bottom: 15px;
}
.right-quick-menu .nav-item.phone-menu .phone-info .phone-info-view .phone-number {
    color: #00ccff;
    font-size: 15px;
}

.navbar-nav>li:hover>a:not(.btn) {
    color: #002d47;
    scale: 1.2;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.navbar-nav .nav-item .nav-link {
    background-color: transparent;
    color: #002d47;
    padding: 30px 15px;
    margin: 0;
    font-size: 20px;
}

.navbar-nav .nav-item .nav-link i{
    font-size: 16px!important;
}

.d-lg-block {
    display: block !important;
}

.menuLinks ul li:hover > a {
    position: relative;
    background-color: transparent;
    /*color: #00ccff;*/
    color: #187DC1;
    cursor: pointer;
}


.menuLinks ul li a.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #002d47;
    top: 22px;
    right: 0;
}

.menuLinks ul li:hover a.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #187DC1;
    border-top: 0px;
    top: 22px;
    right: 0;
}


.menuLinks ul li:hover a.dropdown::before {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #e4e4e4 transparent;
}

.subMenuArea{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
}

.menuLinks ul li:hover .subMenuArea{
    display: block;
}
/*
.subMenuArea:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -2px;
    height: 2px;
    width: calc(100% + 8px);
    background-color: #dfdfdf;
}
*/

.subMenuLeft{
    width: 25%;
    float: left;
    display: flex;
    flex-direction: column;
    position: relative;
}

.subMenuLeft a{
    width: 100%;
    /*border-bottom: 2px solid #f3f3f3;*/
    display: block;
    padding: 10px 15px!important;
    font-size: 16px!important;
    font-weight: 400;
    white-space: nowrap;
    color: #212529;
    transition:  all 300ms linear;
}
.subMenuLeft a:hover{
    background-color: #E5F1FF !important;
    color: #002d47!important;
    border-radius: 10px;
    transition:  all 300ms linear;
    padding: 10px 15px 10px 25px !important;
}
.subMenuLeft a .menu-left-arrow{
    margin-right: 5px;
}


.subMenuRight{
    display: none;
    width: 75%;
    float: right;
    padding: 60px 80px 80px;
    /*border-left: 2px solid #f3f3f3;*/
}

.subMenuRight.dispBlock{
    display: block;
}

.menuContent{
    width: 65%;
    float: left;
}
.submenuImg{
    width: 35%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submenuImg{
    float: left;
}
.mini-title{
    font-size: 18px;
    display: block;
    font-weight: 500;
    color: #222;
}
.big-title{
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #222;
    margin-top: 5px;
}
.menu-description{
    margin-top: 30px;
    font-size: 16px;
    display: block;
    font-weight: 300;
    color: #666;
}
.submenu-link{
    margin-top: 30px;
}
.submenu-link a{

}

.menuLinks .btn-vzkr {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 12px 30px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    overflow: visible;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 140px;
}
.menuLinks .btn-orange {
    background-color: #f66c09;
    border-color: #dd6108;
    color: #fff !important;
}
.menuLinks .btn-vzkr-default {
    min-width: 300px;
}

.subMenuArea{
    width: 100%;
    float: left;
    background-color: white;
    z-index: 9;
}

.admin-bar #menuHeader{
    margin-top: 32px;
}

/**/
/*mobil menu*/
.section__body {
    background: #fff;
}
.section__header {
    background: #ffffff;
    color: #fff;
}
.section__header .brand {
    color: #002d47;
}
.nav__container {
    background: #ffffff;
}

.nav__container .mobile-bestellen{
    width: 90%;
    margin: 25px auto 15px auto;
    display: block;
    font-size: 16px;
}
.nav a {
    color: inherit;
    /*color: #002d47!important;*/
    color: #000000 !important;
    cursor: pointer;
}
.nav .dropdown-toggle.open {
    color: #187DC1!important;
}
.nav .dropdown-menu {
    background: #ffffff;
}
.nav .dropdown-menu a {
    color: #000000;
    transition:  all 300ms linear;
}
.btn__toggle {
    color: #012C46!important;
    background: white!important;
    background: none;
}
.btn__toggle span {
    background: #012C46!important;
}
.buttonIcons a i {
    color: #012C46;
}
.menuLinks ul li a {
    background-color: transparent;
    color: #002d47;
}
.navbar-nav .nav-item .nav-link {
    background-color: transparent;
    color: #002d47;
}
.btn-vzkr.nav-btn.btn-orange:hover {
    color: #fff !important;
    background-color: #DD6108 !important;
}
/**/

@media screen and (min-width: 992px){
    .d-lg-none {
        display: none !important;
    }
}

@media screen and (max-width: 768px){
    #menuHeader, .header-top-menu{
        display: none;
    }
    .section__body {
        width: 100%;
    }
    .kay {
        position: sticky;
        top: 0px;
        z-index: 999999999999999;
    }
    .section__header {
        padding: 16px 20px;
        position: relative;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
        margin-bottom: 10px;
        transition: all .2s ease-in-out;
    }
    .section__header .brand {
        text-decoration: none;
        font-weight: 800;
        font-size: 20px;
        line-height: 1em;
        letter-spacing: 0.1em;
    }

    .nav__container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: auto;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
        transition: max-height 0.6s ease;
        height: calc(100vh - 59px);
        z-index: 999999;
    }
    .nav__container.open {
        max-height: calc(100vh - 59px);
    }

    .nav a {
        display: block;
        width: 100%;
        padding: 25px 30px;
        text-decoration: none;
        letter-spacing: 0.1em;
        font-size: 18px;
        font-weight: 500;
        line-height: 1em;
        position: relative;
        transition: all .2s ease-in-out;
        
    }
    .nav a:hover {
        background-color: #E5F1FF !important;
        color: #002d47!important;
        border-radius: 10px;
    }
    .nav .dropdown-toggle {
        position: relative;
    }
    .nav .dropdown-toggle.open{
        
    }
    .nav .dropdown-toggle.open:before {
        /* transform: rotate(360deg) translateY(-50%); */
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #002d47 transparent;
    }
    .nav .dropdown-toggle:before {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        right: 30px;
        transition: all .2s ease-in-out;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #002d47;
    }
    .nav .dropdown-menu {
        max-height: 0;
        overflow: hidden;
        
        transition: max-height 0.6s ease;
        padding: 0;
        margin: 0;
    }
    .nav .dropdown-menu.open {
        max-height: auto;
    }
    .nav .dropdown-menu a {
        font-size: 16px;
        font-weight: 400 !important;
        padding: 15px 30px 15px 50px;
        
    }
    .nav .dropdown-menu a:hover{
        padding: 15px 30px 15px 60px;
    }
    .nav .dropdown-menu li:first-child {
        padding-top: 10px;
    }
    .nav .dropdown-menu li:last-child {
        padding-bottom: 10px;
    }

    .btn__toggle {
        font-size: 0px;
        line-height: 1em;
        letter-spacing: 0.1em;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        outline: none;
        
        
        height: 40px;
        width: 20px;
        text-align: center;
        padding-top: 27px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 30px;
        z-index: 1;
        
        transition: background 0.6s ease, color 0.6s ease;
        padding: 0px 30px 0px 0px !important;
    }
    .btn__toggle.open span:nth-child(1), .btn__toggle.open span:nth-child(4) {
        opacity: 0;
    }
    .btn__toggle.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    .btn__toggle.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .btn__toggle span {
        display: block;
        height: 3px;
        width: 18px;
        
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: opacity 0.3s ease, transform 0.3s ease, background 0.6s ease;
    }
    .btn__toggle span:nth-child(1) {
        top: 13px;
    }
    .btn__toggle span:nth-child(2), .btn__toggle span:nth-child(3) {
        top: 19px;
    }
    .btn__toggle span:nth-child(4) {
        top: 25px;
    }
    .nav-pills{
        list-style: none;
        padding:0px;
        margin: 0;
    }
    .nav-pills li{
        /*border-bottom: 2px solid #f3f3f3;*/
        padding: 0 15px;
    }
    .brand img{
        height: 30px;
    }
    .buttonIcons{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 95px;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
    }
    .buttonIcons a{}
    .buttonIcons a:first-child{
        margin-right: 20px;
    }
    .buttonIcons a i{
        font-size: 16px!important;
    }
    .vzkrlogo{
        height: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width:1024px){
    .menuLinks ul li a {
        padding: 15px 15px 20px 5px;
        margin: 0;
        font-size: 13px;
        position: relative;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 0;
        margin: 0;
        font-size: 0px;
    }
    .logoArea {
        width: 130px;
    }
    .menuRight {
        width: calc(100% - 90px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btn-vzkr.nav-btn {
        padding: 6px 6px !important;
        font-size: 12px !important;
        min-width: auto;
        height: 28px;
        margin-top: 2px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 18px;
        padding: .3rem .8rem !important;
    }
    .btn-vzkr.nav-btn.btn-orange:hover{
        
        
    }
    .navbar-cart{
        height: 32px;
        margin-top: 2px;
    }
    .navbar-nav .nav-item.phone-menu .nav-link {
        padding: 15px 10px 15px 20px;
    }

}
@media screen and (min-width: 769px){
    .section__header{
        display: none;
    }
    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-nav .nav-item.phone-menu .nav-link {
        padding: 15px 0 15px 20px;
    }
}
@media screen and (max-width: 860px){
    .menuLinks ul li a.dropdown:after {
        display: none !important;
    }
}
@media screen and (max-width: 320px){
    .vzkrlogo{
        width: 130px;
    }
}

.scrolledmenu {
    padding: 16px 20px;
    transition: all .2s ease-in-out;

}



/* MENU CSS END  */


.btn-vzkr {
    font-weight: 500;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    -webkit-border-radius:40px;
    border-radius:40px;
    padding:10px 30px;
    border:0;
    font-size:14px;
    text-transform:none;
    overflow:visible;
    outline:0;
    cursor:pointer;
    box-sizing: border-box;
    border:1px solid transparent;
}
.btn-orange{background-color:#f66c09;border-color:#dd6108;color:#fff !important}.btn-orange:hover{color:#fff !important;background-color:#DD6108;border-color:#f66c09}
/*.btn-orange:active,.btn-orange:focus{outline:0;border:1px solid #f66c09;background-color:#dd6108;color:#fff !important}*/
.btn-green{background-color:#82b636;border-color:#82b636;color:#fff !important;}
.btn-green:hover{color:#fff;background-color:#002e47;border-color:#002e47;}
/*.btn-green:active,.btn-green:focus{outline:0;border:2px solid #82b636;background-color:#5f9411;color:#fff}*/
.btn-red{background-color:#ee2424;border-color:#c30d0d;color:#fff}
.btn-red:hover{color:#fff;background-color:#c30d0d;border-color:#ee2424}
/*.btn-red:active,.btn-red:focus{outline:0;border:2px solid #ee2424;background-color:#c30d0d;color:#fff}*/
.btn-blue{background-color:#002e47;border-color:#002031;color:#fff}
.btn-blue:hover{color:#fff;background-color:#002031;border-color:#002e47}
/*.btn-blue:active,.btn-blue:focus{outline:0;border:2px solid #002e47;background-color:#002031;color:#fff}*/
.btn-lightblue{background-color:#36c6f4;border-color:#129fcc;color:#fff}
.btn-lightblue:hover{color:#fff;background-color:#129fcc;border-color:#36c6f4}
/*.btn-lightblue:active,.btn-lightblue:focus{outline:0;border:2px solid #36c6f4;background-color:#129fcc;color:#fff}*/
.btn-gray{background-color:#9b9b9b;border-color:#9b9b9b;color:#fff}.btn-gray:hover{color:#fff;background-color:#9b9b9b;border-color:#9b9b9b}
/*.btn-gray:active,.btn-gray:focus{outline:0;border:1px solid #9b9b9b;background-color:#9b9b9b;color:#fff}.vz-btn-default{width:234px}*/
.btn-white-border,.btn-white-border:hover{border:1px solid #002d47; box-sizing: border-box;}


/*********/
.elementor-icon-list-items{
    margin: 0;
    list-style: none;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title{
    padding: 8px 0px 8px 0px !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened{
    display: none;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{
    display: inline-block;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-opened{
    display: inline-block;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-icon .elementor-accordion-icon-closed{
    display: none;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content{
    display: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    -webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active{
    display: unset;
}

/*******faq searchbar****/
.elementor-search-form__container{
    position: relative;
}
.elementor-search-form__container .elementor-search-form__icon{
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 15px;
}
.elementor-search-form__container .elementor-search-form__input{
    width: calc(100% - 75px);
    background-color: transparent !important;
    margin-left: 50px;
    margin-top: 3px;
    border: none;
}
.elementor-search-form__container .elementor-search-form__input:focus,
.elementor-search-form__container .elementor-search-form__input:active{
    outline: none;
    background-color: transparent !important;
}

.grecaptcha-badge {
    display: none !important;
}