header .jet-mega-menu-mega-container {
    --jmm-submenu-width: unset !important;
    --jmm-submenu-delta-x-offset: unset !important;
}

header .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-color: #fff;
    pointer-events: none;
    top: 100%;
    left: 0;
    z-index: 999;
}

.greenbgbtncss.jet-kost a,
.greenbgbtncss a,
.greentrsbtncss a.btn:hover,
.cnt-bottom-btn-box button.cnt-bottom-btn:hover,
.demoverctn a.elementor-button.elementor-size-sm:hover {
    background: var(--e-global-color-43a0a5d) !important;
    /*#004B5C*/
    border: 1px solid var(--e-global-color-43a0a5d) !important;
    color: #fff !important;
}

.lkd-in .greentrsbtncss a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background: var(--e-global-color-43a0a5d) !important;
    /*#004B5C*/
    border: 1px solid var(--e-global-color-43a0a5d) !important;
    color: #fff !important;
}

.greenbgbtncss.jet-kost a:hover,
.greenbgbtncss a:hover,
.greentrsbtncss a.btn,
.cnt-bottom-btn-box button.cnt-bottom-btn {
    background: transparent !important;
    border: 1px solid var(--e-global-color-43a0a5d) !important;
    color: var(--e-global-color-43a0a5d) !important;
}

.greenbgbtncss.jet-kost a:hover path,
.greenbgbtncss a:hover path,
.cnt-bottom-btn-box button.cnt-bottom-btn path {
    fill: var(--e-global-color-43a0a5d) !important;
}

.cnt-bottom-btn-box button.cnt-bottom-btn:hover path {
    fill: #fff !important;
}

.orangebgbtncss a {
    background: var(--e-global-color-7b058c6) !important;
    border: 1px solid var(--e-global-color-7b058c6) !important;
    color: #fff !important;
}

.orangebgbtncss a:hover {
    background: transparent !important;
    border: 1px solid var(--e-global-color-7b058c6) !important;
    color: var(--e-global-color-7b058c6) !important;
}

.orangebgbtncss a:hover path {
    fill: var(--e-global-color-7b058c6) !important;
}


/*.cnt-bottom-btn-box button.cnt-bottom-btn:hover {
    background: #fe7931;
    color: #fff;
    border: 1px solid #fe7931;
}*/


#pix-page-footer {
    bottom: 0 !important;
}

/* .greentrsbtncss a.btn {
    color: rgba(0, 75, 92, 1) !important;
    border: 1px solid rgba(0, 75, 92, 1) !important;
    border-radius: 12px;
} */
/*********** Video poup css Start *************/
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    letter-spacing: 0.3px;
}

a {
    color: #FF7819
}

a:hover {
    color: #FF7819;
}

.home-slider-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    opacity: 1;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

.home-slider-video-modal .modal-header {
    position: absolute;
    right: -20px;
    top: -10px;
}

.home-slider-video-modal .modal-content {
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    top: 30%;
    border: 5px solid #ff7819;
}

.home-slider-video-modal .modal-content button.close-video {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
    top: -15px;
}

.home-slider-video-modal .modal-content button.close-video span {
    font-size: 25px;
    color: #ff7819;
}

html.video-popup-running {
    overflow: hidden;
}

.single-blog.bg-gray-1 {
    background: #fff !important;
}

/*********** Video poup css End *************/
div#content {
    top: -1px !important;
}

div#primary {
    position: relative;
    bottom: -1px;
}

/* story single page */
.video-attachment-banner.video-attached .video-icon-image {
    background-image: url(/wp-content/uploads/2024/10/Smino-Story-Vedio-Icon-1.svg);
    position: absolute;
    width: 100px;
    height: 100px;
    background-size: cover;
    z-index: 9;
    top: calc(50% - 45px);
    right: 0;
    bottom: 0;
    left: calc(50% - 45px);
    /* margin-left: -35px;
    margin-top: -25px; */
    cursor: pointer;
    filter: invert(0.1);
    transition: 0.5s;
}

.video-attachment-banner.video-attached {
    position: relative;
}

.video-attachment-banner.video-attached .video-icon-image:hover {
    filter: invert(0) !important;
}


.video-attached img.attachment-full {
    width: 100%;
}

.image-attached img.attachment-full {
    width: 100%;
}

.single-story-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    opacity: 1;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
}

.single-story-video-modal .modal-header {
    position: absolute;
    right: -20px;
    top: -10px;
}

.single-story-video-modal .modal-content {
    max-width: 1350px;
    position: relative;
    margin: 0 auto;
    top: 17%;
    border: 5px solid #ff7819;
}

.single-story-video-modal .modal-content button.close-video {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: relative;
    top: -15px;
}

.single-story-video-modal .modal-content button.close-video span {
    font-size: 25px;
    color: #ff7819;
}

html.video-popup-running {
    overflow: hidden;
}

/* end story single page */

/* ueber-uns */

.lkd-in .elementor-widget-theme-post-featured-image .elementor-widget-container a {
    width: 100%;
}

/*end ueber-uns */

.ftrsetctn .faq_ftr_cstm a {
    color: #A7D0D9;
    font-size: 18px;
}

.ftrsetctn .faq_ftr_cstm a:hover {
    color: #ff7931;
}

.ftrsetctn .updates_ftr_cstm a {
    color: #A7D0D9;
    font-size: 18px;
}

.ftrsetctn .updates_ftr_cstm a:hover {
    color: #ff7931;
}

.updates_ftr_cstm {
    margin-top: -6px;
}

/* footer */
.ftrherlistctn li.elementor-icon-list-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 13px 10px;
    border-radius: 100px;
    width: 63%;
}

.ftrderlistctn li.elementor-icon-list-item {
    background: rgba(255, 0, 0, 0.15);
    width: 52%;
    padding: 6px 12px;
    border-radius: 100px;
}


/* faq ctn */

.accordianctnwtl a.elementor-accordion-title {
    display: flex;
}

/* end faq ctn */

/* home page */
.unserelosctn h2.pix-highlighted-items {
    font-size: 48px;
    font-weight: 500 !important;
    line-height: 62.4px;
}

.unserelosctn span#el-edc9a1a-1 {
    border-radius: 12px !important;
    padding: 0 12px !important;
}

.sminoconplat {
    margin: 0 auto;
}

.bannerheadcss span#el-341d4e5-1 {
    border-radius: 12px;
    padding: 0 12px;
}

.bannerheadcss span#el-341d4e5-4,
.zusamctn span#el-807f0f6-0 {
    border-radius: 12px;
    padding: 0 12px;
}

.bannerbtncss a.btn:hover {
    color: #fff !important;
}

.bannerbtncss a.btn {
    letter-spacing: 0.6px;
}

/*.bannerbtncss a.btn {
    color: rgba(0, 75, 92, 1) !important;
}*/

.bannerbtncss a.btn {
    /* color: rgba(0, 75, 92, 1) !important;
    border: 1px solid rgba(0, 75, 92, 1) !important;*/
    border-radius: 12px;
}

.kostctnbtn a.btn {
    border-radius: 12px !important;
}

.kostctnbtn a.btn svg {
    margin-top: 5px;
}

.zusamctn h2 {
    font-size: 56px;
}

/*blog single page*/
.catpostdmy .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
    align-items: center;
}

.catpostdmy .elementor-widget-wrap.elementor-element-populated .elementor-widget-dyncontel-terms {
    top: 0 !important;
    left: 0;
}

.catpostdmy .elementor-widget-wrap.elementor-element-populated .elementor-widget-dyncontel-terms .elementor-widget-container {
    margin-top: 5px;
}

.catpostdmy .elementor-widget-wrap.elementor-element-populated .dce-terms {
    margin-left: 10px;
}

/*end blog single page*/

/*  tabs */
.tabctnwrpr .elementor-tab-desktop-title.elementor-active {
    background: rgba(0, 75, 92, 1);
}

.tabctnwrpr .elementor-tab-desktop-title {
    height: 56px;
    display: flex;
    padding: 14px 32px !important;
    border: 1px solid rgba(0, 75, 92, 1) !important;
    text-align: center;
    border-radius: 100px;
}

.tabctnwrpr .elementor-tabs-wrapper {
    gap: 8px;
}

/* .unserelosctn h2.pix-highlighted-items {
    font-size: 56px;
    font-weight: 500 !important;
    line-height: 61.6px;
} */
.unserelosctn span#el-edc9a1a-1 {
    border-radius: 12px;
    padding: 0 12px;
}

/* end h epage */

.tabctnwrpr .elementor-tab-content {
    border-width: 0 !important;
    border: none !important;
}


.tabctnwrpr .reuing .elementor-image-box-wrapper {
    background: #fff;
    border-radius: 32px;
    padding: 32px 24px 32px 24px;
    box-shadow: 0px 30px 60px 0px #004B5C1A;
    min-height: 287px;
    text-align: center;
}


.tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3 {
    font-size: 20px;
    line-height: 31px;
    color: #004B5C;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.tabctnwrpr .reuing .elementor-image-box-wrapper figure {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: #E5F1F1;
    line-height: 136px;
    text-align: center;
    position: relative;
}

.tabctnwrpr .elementor-tabs-content-wrapper {
    border: 0px solid #ddd !important;
    border-width: 0 !important;
}

.tabctnwrpr .elementor-widget-tabs .elementor-tab-content {
    padding: 40px 0 0px 0;
}

.pix-highlight-bg {
    border-radius: 12px;
    padding: 0 8px;
}

body .blg-pst .pix-content-box {
    box-shadow: 0px 30px 60px 0px #004B5C1A;
    padding: 5px;
    border-radius: 32px !important;
}

body .blg-pst .pix-content-box .card-footer2 {
    display: none !important;
}

body .blg-pst .pix-content-box img {
    width: 100%;
    height: auto !important;
}

body .blg-pst .pix-content-box .pix-fit-cover {
    height: auto !important;
}

.blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
    box-shadow: 0px 30px 60px 0px #004B5C1A;
    background: #fff;
    border-radius: 32px;
    padding: 5px;
    min-height: 715px;
}

.blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-post-info {
    padding: 0 25px;
}

.blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-heading {
    padding: 0 25px;
}

.blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-theme-post-content {
    padding: 0 25px;
}

.blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap .elementor-widget-button {
    margin-bottom: 15px;
    position: absolute;
    bottom: 0px;
}

.refer .referenzen-Home-slider {

    background: #fff;
    border-radius: 36px;
    margin: 0;
    padding: 0;
    box-shadow: 0px 30px 60px 0px #00000012;

}

.refer .referenzen-Home-slider .slide-outer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 10px solid #fff;
    border-radius: 36px;
}

.refer .referenzen-Home-slider .slide-outer-box .slide-attachment {
    width: 49%;
    text-align: left;
    height: 485px;
    border-radius: 32px 0 0 32px;
}

.refer .referenzen-Home-slider .slide-outer-box .slide-content {
    width: 51%;
    padding: 0 55px;
    cursor: pointer;
}

.refer .referenzen-Home-slider .slide-outer-box .video-content-slide h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    color: #004B5C;
    margin-top: 25px;
}

.refer ul li .content p.desgi {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #4B5A62;
    margin-top: 10px;
}

.refer .referenzen-Home-slider .slide-outer-box .video-content-slide .cnt-main p {
    font-size: 32px;
    line-height: 41px;
    font-weight: 400;
    max-width: 80%;
    color: #004B5C;
}

.refer .referenzen-Home-slider .slide-outer-box .video-content-slide .cnt-main,
.refer .referenzen-Home-slider .slide-outer-box .slide-content .cnt-main {
    border-top: 1px solid #D7DFDE;
    margin-top: 20px;
    padding-top: 15px;
}

.refer .referenzen-Home-slider .slide-outer-box .video-content-slide .cnt-main p span {
    color: #FF7819;
}

.refer .referenzen-Home-slider .slide-outer-box .slide-attachment img {
    border-radius: 24px 0 0 24px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blg-pst .elementor-loop-container.elementor-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.blg-pst a.elementor-button:hover svg path {
    fill: #FF7819;
}

.site-footer2 .elementor-widget-container p.pix-sliding-headline-2 span {
    color: #fff !important;
    line-height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.footer-address .elementor-widget-wrap .elementor-widget-icon-box {
    margin-bottom: 10px;
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon i {
    font-family: "Font Awesome 5 Free" !important;
}

.site-footer2 .pix-social-icons a {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
}

.site-footer2 .elementor-widget-pix-sliding-text {
    margin-bottom: 10px !important;
}

.footer-address .elementor-icon-box-icon {
    position: relative;
    top: 7px;
}

.referenzen-Home-slider button.slide-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #004B5C;
    border: none;
    margin-top: -30px;
}

#crisp-chatbox span.cc-157aw {
    display: none !important;
}

.referenzen-Home-slider button.slide-arrow.next-arrow {
    right: -100px;
}

.referenzen-Home-slider button.slide-arrow.prev-arrow {
    left: -100px;
}

.referenzen-Home-slider button.slide-arrow.prev-arrow img {
    transform: rotate(180deg);
}

.image-content-slide h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #004B5C !important;
    letter-spacing: 0.3px;
}

.image-content-slide .slide-content-inner-top-tags {
    display: flex;
    /*     flex-wrap: wrap; */
    gap: 30px;
}

.image-content-slide .slide-content-inner-top-tags p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #4B5A62;
    margin-top: 5px;
}

.image-content-slide .slide-content-inner-top-tags .slide-content-inner-top-left-tags p.tg {
    background: #FBE116;
    display: inline-block;
    padding: 5px 9px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #501300;
    border-radius: 100px;
}


.image-content-slide .slide-content-inner-top-tags .slide-content-inner-top-right-tags p.tg {
    background: #B1DEDE;
    display: inline-block;
    padding: 5px 9px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #004B5C;
    border-radius: 100px;
}

.image-content-slide .slide-content-inner-top-tags {
    margin-top: 25px;
}

.image-content-slide .slide-content-inner-bottom-box .cnt-main p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #4B5A62;
}

.pix-topbar .col-12.col-lg-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
}

.pix-topbar .col-12.col-lg-6 .d-inline-flex {
    width: 100%;
    display: inline-block !important;
    text-align: center;
}

/* .pix-header{margin-top:20px;} */
/* end tabs */
/* end home epage */



/* The outer-div to move the elements */
.box-video {
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    cursor: pointer;
    overflow: hidden;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

/* Add light shade to make play button visible*/
.bg-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 3;
}


/* The Play-Button using CSS-Only */
.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/* The Play-Triangle */
.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* When Class added the Cover gets hidden... */
.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;

    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* and iframe shows up */
.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* Giving the div ratio of 16:9 with padding */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    z-index: 1;
    padding-bottom: 56.27198%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nav-item .pix-header-text {
    font-size: 18px;
}

.pix-header a.btn span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
}

.pix-header .navbar .d-inline-flex a {
    border-radius: 6px !important;
}

.pix-header .container-xl,
.pix-topbar .container-xl {
    max-width: 100% !important;
    padding: 0 45px;
}

.pix-is-sticky-header .pix-header {
    margin-top: 0;
}

.refer .referenzen-Home-slider .slick-slide.slide-outer-box:first-child .slide-content-inner-bottom-box:after {
    content: '';
    background: url(/wp-content/uploads/2024/08/Smino-Referenzen-Quote-01.svg);
    height: 60px;
    width: 60px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.refer .referenzen-Home-slider .slick-slide.slide-outer-box:first-child .slide-content-inner-bottom-box {
    position: relative;
}

body .hamburger-inner,
body .hamburger-inner:after,
body .hamburger-inner .hamburger-inner-before,
body .hamburger-inner .hamburger-inner-after {
    width: 24px;
    height: 2px;
}

.referenzen-Home-slider button.slide-arrow.slick-disabled {
    background: rgba(0, 75, 92, 1);
}

.referenzen-Home-slider button.slide-arrow.slick-disabled img {
    /* filter: invert(0.8) brightness(0.8); */
}

.pix-topbar a.cross {
    top: 4px;
    right: -30px;
    left: auto;
    position: absolute;
    cursor: pointer;
}

.text-pix-topbar-header-custom .pix-header-text span {
    letter-spacing: 1px;
    font-weight: 600;
}

.pix-topbar .justify-content-end {
    position: absolute;
    right: 0;
}

.pix-topbar a.cross svg {
    color: #fff;
}

.pix-topbar .justify-content-start a {
    color: #fff;
    text-decoration: underline !important;
}

.pix-header .navbar-nav .menu-item a {
    font-weight: 400 !important;
}

body .pix-header .navbar-collapse {
    justify-content: center !important;
}

body .pix-header .navbar-nav {
    justify-content: center !important;
    margin-left: -60px;
}

.pix-topbar .pix-header-min-height {
    min-height: 24px;
}

.hero-sec h1 span,
.bannerheadcss h1 span {
    font-size: 56px;
    line-height: 66px;
    position: relative;
    top: -5px;
}

h2.pix-highlighted-items span {
    position: relative;
    top: -5px;
}

body .pix-hover-item:hover.pix-hover-right,
.pix-hover-item:hover .pix-hover-right {
    padding-left: 0px;
}

.pix-header .navbar .d-inline-flex:nth-child(2) a.btn {
    background: var(--e-global-color-43a0a5d);
    border: 1px solid var(--e-global-color-43a0a5d) !important;
}

.pix-header .navbar .d-inline-flex:nth-child(2) a.btn:hover {
    background: transparent;
    border: 1px solid var(--e-global-color-43a0a5d) !important;
    color: var(--e-global-color-43a0a5d) !important;
}

.hero-sec .kostctnbtn a.btn:hover {
    background: #FF7819;
}

.pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
    background: url(/wp-content/uploads/2024/08/Smino-Menu-Dropdown-Arrow.svg);
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    right: -2px;
    top: 16px;
}

body .pix-nav-dropdown-angle>ul>li.nav-item>.pix-nav-link.dropdown-toggle>span .pixfort-dropdown-arrow {
    display: none !important;
}

.navbar-expand-lg .navbar-nav li:first-child {
    padding-left: 0;
}

.refer .referenzen-Home-slider .slide-outer-box .slide-content p.desgi {
    color: #4B5A62;
}

.footer-address .elementor-widget-heading {
    margin-bottom: 12px;
}

.copyright .imprt .elementor-widget-wrap {
    justify-content: center;
}

.iconboxclt p.elementor-icon-box-description strong {
    font-weight: 600 !important;
    color: #4B5A62;
}

.bietetdircss {
    margin-left: 10px;
    margin-right: 10px;
}

a.sticky-contact {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}

.nochheutectn .elementor-widget-image {
    margin-bottom: 0 !important;
}

.elementor-widget-post-info ul.elementor-inline-items li.elementor-icon-list-item:last-child {
    display: none;
}

.hero-sec .elementor-top-column {
    z-index: 99;
    position: relative;
}

.site-footer2 nav.elementor-nav-menu--main li.menu-item a {
    display: inline-block;
}

.footer-lg-sec .top-com .elementor-image-box-content p.elementor-image-box-description a {
    color: #fff;
}

.footer-lg-sec .in-der .elementor-image-box-content p.elementor-image-box-description a {
    color: #FF6666;
}

.back_to_top svg.pixfort-icon {
    color: #ff7819;
}

/* sc */
.contact-slide ul.contact-slide-links-list li {
    list-style: none;
}

.allbnnerbtn span.elementor-button-content-wrapper span.elementor-button-text {
    text-decoration: underline;
}

.accordianctnwtl .elementor-tab-title {
    padding: 24px !important;
    border-radius: 12px !important;
    border: 1px solid #EEEFF1 !important;
    box-shadow: 0px 4px 4px -1px #0C0C0D1A;
}

.accordianctnwtl .elementor-tab-title.elementor-active {
    border-bottom: 0 !important;
    border-radius: 12px 12px 0 0 !important;
    box-shadow: none;
}

.accordianctnwtl p strong {
    font-weight: 600 !important;
    color: #4B5A62 !important;
}

.accordianctnwtl .elementor-tab-content {
    border-top: 0 !important;
    border: solid 1px #EEEFF1;
    border-radius: 0 0 12px 12px;
    padding-left: 65px !important;
    padding-top: 0 !important;
    padding-right: 35px !important;
    box-shadow: 0px 4px 4px -1px #0C0C0D1A;
}

.accordianctnwtl .elementor-accordion-item {
    border-radius: 12px;
    margin-bottom: 10px;
    border: 0 !important;
    box-shadow: none !important;
}

.accordianctnwtl span.elementor-accordion-icon-closed {
    height: 60px;
}

.accordianctnwtl .elementor-accordion .elementor-accordion-item:nth-child(1) span.elementor-accordion-icon {
    margin-top: 5px;
}

.accordianctnwtl .elementor-active span.elementor-accordion-icon-opened {
    /*height: 60px;*/
}

.accordianctnwtl span svg {
    width: 24px !important;
    height: 24px !important;
}

.accordianctnwtl span.elementor-accordion-icon {
    margin-right: 18px;
    margin-top: 5px;
}

.bannerheadcss.ctn span#el-833dd82-2 span.pix-highlighted-text {
    line-height: 95px;
}

.bannerheadcss.ctn h1 {
    font-size: 56px;
    line-height: 70px;
    font-weight: 500;
}

.iconboxclt span.elementor-icon {
    margin-top: 5px;
}

.unserelosctn.wrp.bim h2.pix-highlighted-items {
    line-height: 72.8px;
}

.footer-address p.elementor-icon-box-description a {
    color: #A7D0D9;
}

.accordianctnwtl.cad span.elementor-accordion-icon.elementor-accordion-icon-left {
    margin-top: 4px;
}

.iconboxclt.listst span.elementor-icon-list-icon {
    margin-top: 10px;
}

.iconboxclt.listst span.elementor-icon-list-icon svg {
    filter: brightness(0) saturate(100%) invert(38%) sepia(12%) saturate(744%) hue-rotate(170deg) brightness(89%) contrast(88%);
}

.unserelosctn.wrp.vort h2.pix-highlighted-items.pix-waiting.pix-animate.animated {
    font-size: 48px;
    line-height: 62.4px;
}

.bannerheadcss.soft h1.pix-highlighted-items {
    font-size: 56px;
}

strong {
    color: #4B5A62;
}

.accordianctnwtl .elementor-tab-content.elementor-active {
    width: 100% !important;
}

.accordianctnwtl .elementor-tab-content {
    width: 100% !important;
}

#more,
#more1 {
    transition: 1s;
}

#more,
#more1 {
    display: none;
}

.page-id-9520 .bannerheadcss.soft h1.pix-highlighted-items {
    font-size: 48px;
    line-height: 62.4px;
}

.footer-lg-sec figure.elementor-image-box-img a {
    padding: 0 0 0 10px;
}

.footer-lg-sec .top-com .elementor-image-box-content p.elementor-image-box-description a {
    padding: 13px 10px;
    display: block;
}

.footer-lg-sec .in-der .elementor-image-box-content p.elementor-image-box-description a {
    padding: 6px 12px;
    display: inline-block;
}

.page-id-9520 .hero-sec h1 span,
.page-id-9520 .bannerheadcss h1 span {
    font-size: 48px;
    line-height: 62.4px;
}

.page-id-9672 .unserelosctn.wrpdein h2.pix-highlighted-items {
    font-size: 48px;
    line-height: 62.4px;
}

.page-id-10098 .hero-sec h1 span,
.page-id-10098 .bannerheadcss h1 span {
    font-size: 48px;
    line-height: 62.4px;
}

.home div#content {
    padding-top: 0 !important;
}

.tabctnwrpr .reuing .elementor-image-box-wrapper {
    position: relative;
}

/* .tabctnwrpr .reuing .elementor-image-box-wrapper figure>a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
} */
.tabctnwrpr .reuing .elementor-image-box-wrapper figure>a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* .tabctnwrpr .reuing .elementor-image-box-wrapper figure>a img {
    position: relative;
    top: 33px;
} */
.tabctnwrpr .reuing .elementor-image-box-wrapper figure>a img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listlinetxt ul,
.listblocktxt ul,
.listlctntxt ul {
    padding-left: 30px;
}

.listlinetxt ul li,
.listblocktxt ul li,
.listlctntxt ul li {
    margin-bottom: 22px;
}

.listlinetxt li strong {
    color: #004B5C;
}

.listblocktxt li strong {
    color: #660034;
}

.listlctntxt li strong {
    color: #501300;
}

.page-id-10336 .hero-sec h1 span,
.page-id-10336 .bannerheadcss h1 span {
    font-size: 48px;
    line-height: 62.4px !important;
}

.globalesuchfun {
    margin-right: 12px;
    margin-left: 12px;
}

.maximaleff h2.pix-highlighted-items {
    font-size: 48px;
    line-height: 62.4px;
}

.slide-attachment.video-attachment-slide:after {
    content: '';
    background: url(/wp-content/uploads/2024/08/Smino-Referenzen-Video-Icon-01a.svg);
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 9;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
}

.refer .referenzen-Home-slider .slide-outer-box .slide-attachment.video-attachment-slide {
    position: relative;
}

.dine-mob .elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: flex !important;
    background: #fff;
    border: 1px solid #BBDCDC;
    border-radius: 16px;
    box-shadow: 0px 30px 60px 0px #00000012;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px;
}

.dine-mob .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 0;
}

.dine-mob .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
    text-align: left;
    margin-left: 10px;
}

.dine-mob .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content span {
    color: #A00052;
}

.optim h1 {
    font-size: 48px !important;
    line-height: 62.4px !important;
}

.bannerheadcss.optim h1 span {
    font-size: 48px !important;
    line-height: 62.4px !important;
}

.ctn.optim {
    margin-bottom: 7px !important;
}

div#content {
    padding-top: 0 !important;
}

body header#mobile_head {
    background: #FFF3E8 !important;
    overflow: visible;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language:nth-child(1) {
    border-radius: 10px 10px 0 0 !important;
}

.pix-header-transparent .position-absolute {
    position: relative !important;
}

.scrolled-down .pix-header-transparent .position-absolute {
    z-index: -1;
}

.pix-header-transparent {
    background: #fff3e8;
}

.blg-pst .elementor-widget-image img {
    border-radius: 32px;
}

.categories-filter-box .category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.categories-filter-box .category-buttons .filter-btn {
    background: transparent;
    border: 1px solid #004B5C;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 100px;
    margin-bottom: 5px;
}

.categories-filter-box .category-buttons .filter-btn.active,
.categories-filter-box .category-buttons .filter-btn:hover:hover {
    background: #004B5C !important;
}

.color-card-box {
    display: flex;
    flex-wrap: wrap;
}

.color-card-box .card {
    width: calc(33.33% - 20px);
    background: #FFF3E8;
    margin: 10px 10px;
    border-radius: 32px;
    padding: 4px;
}

.color-card-box .card .post-thumbnail img {
    width: 100%;
    border-radius: 32px;
}

.color-card-box .card .card-body h3.card-title,
.color-card-box .card .card-body h3.card-title a {
    color: #004B5C;
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
}

.color-card-box .card .card-body-btn a.btn {
    padding: 18px 32px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #501300;
    color: #501300;
    font-weight: 600;
}

.color-card-box .card .card-body .card-text {
    font-size: 20px;
    line-height: 26px;
    color: #501300;
    margin-bottom: 15px;
}

div#pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

div#pagination .pagination span.pagination-link a {
    padding: 18px 26px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #004B5C;
}

div#pagination .pagination span.pagination-link a:hover {
    background: #004B5C;
}

.single-post h1.elementor-heading-title {
    line-height: 61px;
}

.single-post h5 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}

.single-post .elementor-widget-wp-widget-categories .elementor-widget-container ul {
    margin: 30px 0 0;
    padding: 0px;
}

.single-post .elementor-widget-container ul li.cat-item {
    line-height: 40px;
    display: flex;
    color: #4B5A62;
    flex-wrap: wrap;
}

.single-post .elementor-widget-container ul li.cat-item a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #4B5A62;
    width: 90%;
}

.single-post .content-box h3,
.single-post .content-box h3 strong {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
}

.blog-stories.color-card-box .card:first-child .color-card-inner-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: inherit; */
    align-items: center;
    flex: inherit;
}

.blog-stories.color-card-box .card:first-child>a {
    width: 60%;
}

.blog-stories.color-card-box .card:first-child .card-body-btn {
    width: 37%;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
}

.blog-stories.color-card-box .card:first-child .post-thumbnail img {
    height: 450px;
}

.blog-stories.color-card-box .card:first-child .post-thumbnail {
    width: 60%;
    min-height: 50px;
}

.blog-stories.color-card-box .card:first-child .card-body {
    width: 40%;
    flex: inherit;
    padding: 20px 30px;
    display: block;
    /* min-height: 450px;*/
}

.single-post .content-box p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #4B5A62;
}

.comment-list {
    border: 1px solid #EEEFF1;
    border-radius: 12px;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.color-card-box .card .card-body .authr_detl {
    display: flex;
    flex-wrap: wrap;
}

.color-card-box .card .card-body .authr_detl p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.color-card-box .card .card-body .authr_detl p img {
    width: 40px;
    margin-right: 5px;
}

.color-card-box .card .card-body .authr_detl p.cstm_authrnm {
    margin-right: 12px;
}

.nahlose li strong {
    color: #660034;
}


.komm li strong {
    color: #501300;
}

.color-card-box .card .card-body span.category-name {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 16px;
    border-radius: 100px;
    border: 1px solid #501300;
    color: #501300;
    margin-bottom: 3px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.listst.frst strong {
    color: #004B5C;
}

.listst.scnd strong {
    color: #660034;
}

.listst.thrd strong {
    color: #501300;
}

.wpml-ls-statics-footer {
    display: none;
}

.color-card-box .card.cstm_card1 .card-body h3.card-title,
.color-card-box .card.cstm_card1 .card-body h3.card-title a,
.color-card-box .card.cstm_card1 .card-body .authr_detl p,
.color-card-box .card.cstm_card1 .card-body .card-text,
.color-card-box .card.cstm_card1 .card-body .cstm_dat {
    color: #501300;
}

.color-card-box .card.cstm_card1 .card-body a.btn svg path,
.color-card-box .card.cstm_card1 .card-body .cstm_dat svg path,
.color-card-box .card.cstm_card1 .card-body-btn a svg path {
    fill: #501300;
}

.color-card-box .card.cstm_card2 .card-body span.category-name,
.color-card-box .card.cstm_card2 .card-body a.btn {
    border: 1px solid #501300;
}

.color-card-box .card.cstm_card1 .card-body-btn a {
    border: 1px solid #501300;
    color: #501300;
}

.color-card-box .card.cstm_card2 .card-body h3.card-title,
.color-card-box .card.cstm_card2 .card-body h3.card-title a,
.color-card-box .card.cstm_card2 .card-body .authr_detl p,
.color-card-box .card.cstm_card2 .card-body .card-text,
.color-card-box .card.cstm_card2 .card-body span.category-name,
.color-card-box .card.cstm_card2 .card-body a.btn,
.color-card-box .card.cstm_card2 .card-body .cstm_dat {
    color: #004B5C;
}

.color-card-box .card.cstm_card2 .card-body-btn a {
    border: 1px solid #004B5C;
    color: #004B5C;
}

.color-card-box .card.cstm_card2 {
    background: #E5F1F1;
}

.color-card-box .card.cstm_card2 .card-body span.category-name,
.color-card-box .card.cstm_card2 .card-body a.btn {
    border: 1px solid #004B5C;
}

.color-card-box .card.cstm_card2 .card-body a.btn svg path,
.color-card-box .card.cstm_card2 .card-body .cstm_dat svg path,
.color-card-box .card.cstm_card2 .card-body-btn a svg path {
    fill: #004B5C;
}

.color-card-box .card.cstm_card3 .card-body h3.card-title,
.color-card-box .card.cstm_card3 .card-body h3.card-title a,
.color-card-box .card.cstm_card3 .card-body .authr_detl p,
.color-card-box .card.cstm_card3 .card-body .card-text,
.color-card-box .card.cstm_card3 .card-body span.category-name,
.color-card-box .card.cstm_card3 .card-body a.btn,
.color-card-box .card.cstm_card3 .card-body .cstm_dat {
    color: #660034;
}

.color-card-box .card.cstm_card3 .card-body-btn a {
    border: 1px solid #660034;
    color: #660034;
}

.color-card-box .card.cstm_card3 {
    background: #FFEDF6;
}

.color-card-box .card.cstm_card3 .card-body span.category-name,
.color-card-box .card.cstm_card3 .card-body a.btn {
    border: 1px solid #660034;
}

.color-card-box .card.cstm_card3 .card-body a.btn svg path,
.color-card-box .card.cstm_card3 .card-body .cstm_dat svg path,
.color-card-box .card.cstm_card3 .card-body-btn a svg path {
    fill: #660034;
}

.color-card-box .card .card-body .authr_detl span.cal {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    padding: 10px;
    display: inline-block;
    margin-right: 5px;
}

.color-card-box .card.cstm_card3 .card-body .authr_detl span.cal {
    background: #660034;
}

.color-card-box .card.cstm_card1 .card-body .authr_detl span.cal {
    background: #501300;
}

.color-card-box .card.cstm_card2 .card-body .authr_detl span.cal {
    background: #004B5C;
}

.accordianctnwtl .elementor-accordion .elementor-tab-content {
    padding-bottom: 25px;
}

.meherfbtn a#myBtn:hover span.elementor-button-icon svg path {
    fill: #004b5c;
}

.meherfbtn .elementor-button-wrapper a#myBtn:hover {
    background: transparent;
    border: 1px solid #004B5C;
    color: #004B5C;
}

.meherfbtn .elementor-button-wrapper a#myBtn {
    border: 1px solid transparent;
}

.meherfbtn a#myBtn:focus {
    background: #004B5C;
    color: #fff;
}

.custom-btn-class .meherfbtn a#myBtn.act {
    background: transparent;
    border: 1px solid #004B5C;
    color: #004B5C;
}

.jet-sub-mega-menu {
    margin-top: 25px;
}

.jet-menu-item .jet-sub-mega-menu,
.jet-mega-menu-mega-container {
    border-radius: 32px;
}

.jet-sub-mega-menu .elementor-widget-image-box:hover .elementor-image-box-wrapper,
.jet-mega-menu-mega-container .elementor-widget-image-box:hover .elementor-image-box-wrapper {
    background: #B1DEDE;
    border-radius: 16px;
}

.jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-wrapper,
.jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-wrapper {
    padding: 10px;
}

body .jet-sub-mega-menu .elementor-widget-image-box,
body .jet-mega-menu-mega-container .elementor-widget-image-box {
    margin-bottom: 10px;
}

.webinare-user-image {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.webinare-top-box {
    display: flex;
    height: 130px;
}

.webinare-stories .card {
    overflow: hidden;
}

.webinare-users {
    display: flex;
    gap: 50px;
    padding: 25px;
}

.webinare-overlay {
    position: absolute;
    right: -33%;
    top: -10%;
}

.webinare-overlay-image {
    max-width: 60%;
    width: 60%;
}

.fre-temp .bannerheadcss h1.pix-highlighted-items {
    font-size: 48px;
    line-height: 62.4px;
    color: #000;
}

.error404 #pix-page-footer section.elementor-section {
    padding-top: 0px;
}


.cky-consent-container .cky-consent-bar {
    max-width: 952px;
    border-radius: 12px;
    margin: 0 auto;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cky-consent-container .cky-consent-bar .cky-notice p.cky-title {
    width: 70%;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
    width: 70%;
    padding-right: 20px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
    width: 30%;
    margin: 0;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 500;
    text-align: left;
    position: relative;
    padding-left: 80px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des b {
    color: #FF7819;
    font-weight: 600;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button {
    border-radius: 12px;
}

.cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des p:before {
    content: '';
    background: url(/wp-content/uploads/2024/08/Smino-Cookie-Icon-01.svg);
    width: 60px;
    height: 60px;
    position: absolute;
    background-size: cover;
    left: 0;
    top: -7px;
}

.crisp-client {
    z-index: 99999999;
    position: relative;
}

.page-id-9672 .accordianctnwtl span.elementor-accordion-icon {
    height: 60px;
}

.accordianctnwtl .elementor-accordion .elementor-tab-content ol {
    margin: 0;
    padding: 0 16px;
}

.accordianctnwtl .elementor-accordion .elementor-tab-content ol li {
    margin-bottom: 12px;
}

.accordianctnwtl .elementor-accordion .elementor-tab-content ol li::marker {
    font-weight: 600;
}

.accordianctnwtl span.elementor-accordion-icon {
    height: 60px;
}

.dropbtn_lang {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

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

.dropdown-contentlang {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px !important;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999 !important;
    border-radius: 10px;
    min-height: 150px !important;
}

.dropdown-contentlang a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-contentlang a:hover {
    background-color: #f1f1f1
}

.dropdownlang:hover .dropdown-contentlang {
    display: block;
}

.dropdownlang:hover .dropbtn_lang {
    background-color: transparent;
}

.ftrwrpwor .hbspt-form {
    background: #FCEC61;
    padding: 30px;
    border-radius: 32px;
    box-shadow: 0px 40px 80px 0px #5E5E5E26;
}

.blog-stories .card .post-thumbnail {
    width: 100%;
}

.blog-stories .card .post-thumbnail img {
    object-fit: cover;
    height: 200px;
}

.custom_card_sec {
    cursor: pointer;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions {
    width: 100%;
    border: none;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language,
.dropdown-contentlang .wpml-ls-statics-shortcode_actions li a:hover {
    background: #b1dede;
    color: #000;
    border-radius: 0 !important;
}


.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-slot-shortcode_actions a.wpml-ls-link img {
    width: 19px;
    height: 18px;
    border-radius: 100%;
    margin-right: 7px;
    object-fit: cover;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a:hover {
    border-radius: 0 !important;
}

.dropdown-contentlang:before {
    content: '';
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -14px;
    left: 30px;
    border-radius: 5px;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-slot-shortcode_actions:first-child a:hover {
    border-radius: 10px 10px 0 0 !important;
}

.dropdown-contentlang .wpml-ls-statics-shortcode_actions li.wpml-ls-slot-shortcode_actions:last-child a:hover {
    border-radius: 0px 0px 10px 10px !important;
}

/* .story-container .story-text {
        background: #FFEDF6;
        padding: 28px;
        padding-bottom: 10px !important;
        border-radius: 32px;
        margin-bottom: 10px;
        border: solid 1px #660034;
        border-bottom: 5px solid #660034;
    }
    .story-container .story-text h2 {
        color: #660034;
        font-weight: 600;
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 15px;
    }
    .story-container .story-text p {
        color: #660034 !important;
        font-size: 20px;
        line-height: 28px;
    }
    .story-container .story-text p strong {
        color: #660034;
        font-size: 20px;
        font-weight: 400 !important;
    }
    .story-container .story-text {
        background: #FFEDF6;
        padding: 28px;
        padding-bottom: 10px !important;
        border-radius: 32px;
        margin-bottom: 10px;
        border: solid 1px #660034;
        border-bottom: 5px solid #660034;
    }
    .story-container .story-text h2 {
        color: #660034;
        font-weight: 600;
        font-size: 24px;
        line-height: 31.2px;
        margin-bottom: 15px;
    }
    .story-container .story-text p {
        color: #660034 !important;
        font-size: 20px;
        line-height: 28px;
    }
    .story-container .story-text p strong {
        color: #660034;
        font-size: 20px;
        font-weight: 400 !important;
    }
   */

.story-container .testimonial {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    background: #FFFAD2;
    padding: 20px;
    border-radius: 12px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.testimonial .testimonial_cntnt {
    width: 90%;
}

.story-container .testimonial .testimonial_img img {
    width: 100% !important;
}

.story-container .testimonial img {
    border-radius: 0 0 12px 0 !important;
}

.story-container .testimonial h4 {
    color: #501300;
    font-size: 24px;
    line-height: 36px;
}

.story-container .testimonial p {
    font-size: 24px;
    line-height: 36px;
    color: #501300;
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 0;
}
body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649 > .jet-mega-menu-mega-container {
    left: -125%;
}
body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container {
    left: -125%;
}
.jet-sub-mega-menu:before,
.jet-mega-menu-mega-container:before {
    content: '';
    background: url(/wp-content/uploads/2024/08/Smino-Megamenu-Arrow.svg);
    position: absolute;
    width: 54px;
    height: 24px;
    top: -18px;
    left: 18%;
}

.jet-menu-item-6649 .jet-sub-mega-menu:before,
.jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
    left: 18%;
}

.jet-menu-item-6650 .jet-sub-mega-menu:before,
.jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
    left: 18%;
}

.jet-menu-item-34912 .jet-sub-mega-menu:before,
.jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
    left: 22%;
}

.custom-btn-class .meherfbtn a#myBtn.act svg {
    margin-left: 10px;
}

.custom-btn-class .meherfbtn a#myBtn.act svg path {
    fill: #004B5C;
}

.custom-btn-class .meherfbtn a#myBtn.act:hover svg path {
    fill: #fff;
}

.meherfbtn .elementor-button-wrapper a#myBtn.btnredrct svg {
    margin-left: 10px;
}

.meherfbtn .elementor-button-wrapper a#myBtn.btnredrct:hover svg path {
    fill: #004b5c;
}

/***************************Sidebar Menu************************/


.contact-slide h2.main-title.h4 {
    font-size: 32px;
    line-height: 41px;
    font-weight: 600;
    color: #000;
}

.contact-slide .subtitle {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    color: #004B5C;
}

.contact-slide .contacts-block a span,
.contact-slide .contacts-block a span p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #004B5C;
}

.contact-slide .contacts-block a .icon-holder {
    width: 32px;
    height: 32px;
    background: #E5F1F1;
    border-radius: 8px;
    text-align: center;
}

.contact-slide .contacts-block a .icon-holder img {
    width: 18px;
}

.contact-slide .contacts-block a span p strong {
    font-weight: 600 !important;
    color: #004B5C;
}

.categories-filter-box .category-buttons {
    margin-bottom: 20px;
}

.categories-filter-box .category-buttons .filter-btn {
    margin-right: 10px;
    padding: 8px 15px;
    background-color: #f1f1f1;
    color: #000;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: 600;
}

.categories-filter-box .category-buttons .filter-btn.active,
.categories-filter-box .category-buttons .filter-btn:hover {
    background-color: #0073aa;
    color: #fff;
}

.categories-filter-box .post-item {
    margin-bottom: 20px;
}

.pagination a {
    margin-right: 5px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
}

.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

.story-top-box {
    background-repeat: no-repeat;
    background-position: center;
}

.story-top-box a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4rem 20px;
}

.story-image {
    border-radius: 50%;
    width: 150px;
}

.story-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.color-card-box .card .card-body-btn {
    width: calc(100% - 30px);
    margin: 15px 15px 20px;
}

/************************Sidebar Menu End************************/
.webinare-team-cards .elementor-container.elementor-column-gap-default {
    justify-content: center;
}

.webinare-team-cards figure.elementor-image-box-img img {
    border-radius: 50%;
}

.webinare-team-cards .webinar-card-item {
    width: 350px !important;
}

html.show-contact-slide-cstm {
    overflow: hidden;
}

body .jet-menu-item-6649>.jet-sub-mega-menu,
body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
    left: -145%;
}

.page-id-29385 .hbspt-form {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 40px 80px 0px #5E5E5E26;
    border-radius: 32px;
}

.single-webinar .elementor-widget-shortcode a.elementor-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background-color: #004B5C;
    border-radius: 12px 12px 12px 12px;
    padding: 21px 32px 21px 32px;
    margin-top: 20px;
}

.single-webinar .elementor-widget-shortcode a.elementor-button:hover {
    background: #FF6F00;
}


.single-webinar .elementor-widget-shortcode a.elementor-button span.elementor-button-icon {
    order: 2;
}

.single-webinar .elementor-widget-shortcode a.elementor-button span.elementor-button-text {
    order: 1;
}

.single-event .hbspt-form {
    background: #fff;
    box-shadow: 0px 40px 80px 0px #5E5E5E26;
    padding: 32px;
    border-radius: 12px;
}

.color-card-box .card .post-thumbnail img {
    object-fit: cover;
    height: 200px;
}

.single-event .featured-mn img {
    max-height: 550px;
    object-fit: cover;
}

.home-frst-illust {
    background: linear-gradient(to bottom, #e7f0f0 0%, #e7f0f0 60%, #fff 60%, #fff 100%);
}

.sminoconplat+section.elementor-section .elementor-icon-box-icon {
    position: relative;
    top: 4px;
}

/*.page-id-6658 */
.elementor-widget-shortcode a.elementor-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background-color: #004B5C;
    border-radius: 12px 12px 12px 12px;
    padding: 21px 32px 21px 32px;
}

/*.page-id-6658*/
.elementor-widget-shortcode a.elementor-button span.elementor-button-icon {
    order: 2;
}

/*.page-id-6658*/
.elementor-widget-shortcode a.elementor-button span.elementor-button-text {
    order: 1;
}

/*.page-id-6658*/
.elementor-widget-shortcode a.elementor-button:hover {
    background: #FF6F00;
}

.blog-stories.color-card-box .card:first-child {
    width: 100%;
    flex-wrap: wrap;
}

.home .pix-header-transparent {
    background: #e7f0f0;
}

.pix-topbar {
    background: #f2df4d !important;
    /* 	background: #004B5C !important; */

}

body .text-pix-topbar-header-custom .pix-header-text,
body .text-pix-topbar-header-custom .pix-header-text a,
body .text-pix-topbar-header-custom .pix-header-text a svg {
    color: #004B5C !important;
    font-weight: 600;
}

body .text-pix-topbar-header-custom .pix-header-text a svg path {
    fill: #004B5C !important;
}

body .text-pix-topbar-header-custom .pix-header-text a img {
    filter: brightness(0);
}

.home-frst-illust+section.elementor-section .elementor-widget-heading h2.elementor-heading-title span {
    color: #FF7819;
}

html[lang="es-ES"] body .jet-menu-item-6649>.jet-sub-mega-menu,
html[lang="es-ES"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
    left: -20%;
}

html[lang="en-US"] .optim h1.pix-highlighted-items span br {
    display: none;
}

html[lang="en-US"] .ftrwrpwor .elementor-widget-text-editor .elementor-widget-container p br {
    display: none;
}

.single-blog ul {
    margin: 0px;
    padding: 0px;
}

.single-blog ul li a {
    color: #777777;
}

.contact-slide .btn-holder button {
    padding: 0px 0;
}

.contact-slide .content-holder button.back-slide-btn svg path {
    fill: #004b5c;
}

.contact-slide .contacts-block a span strong {
    display: block;
    color: #004B5C;
}


.home header#masthead {
    background: #e6f0f0 !important;
}

.pix-header-normal.bg-transparent {
    background: #fff3e8 !important;
}

.page-id-6656 .pix-header-normal.bg-transparent {
    background: #ffedf6 !important;
}

.hm-tab .elementor-tab-title:hover {
    background: #004b5b;
    color: #fff !important;
}

html body.single-event.cstm_card2 .event-bnr-sec.normal {
    background: #e3f1f1 !important;
}

html body.single-event.cstm_card3 .event-bnr-sec.normal {
    background: #ffedf6 !important;
}

.pixfort-area-content:before {
    content: "";
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: var(--pix-blur-color) !important;
    display: var(--pix-display-header-blur, none);
    height: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
    z-index: -1;
}
.pixfort-header-area.is-scroll .pixfort-area-content:before, .pixfort-header-area.pixfort-area-content.is-scroll:before {
    display: block !important;
    background: #ffffffcc !important;	
}
/*************************** Event Black **********************/

body.single.single-event.black-cstm-template {
    background: #000 !important;
}

body.single.single-event.black-cstm-template header#masthead {
    background: #000 !important;
}

body.single.single-event.black-cstm-template header#masthead .jet-menu .jet-menu-item a.top-level-link,
body.single.single-event.black-cstm-template #mobile_head .jet-menu .jet-menu-item a.top-level-link,
body.single.single-event.black-cstm-template header#masthead .jet-mega-menu-item__link--top-level .jet-mega-menu-item__label,
body.single.single-event.black-cstm-template #mobile_head .jet-mega-menu-mega-container a.top-level-link{
    color: #fff;
}

body.single.single-event.black-cstm-template header#masthead .jet-menu .jet-menu-item i.jet-dropdown-arrow,
body.single.single-event.black-cstm-template #mobile_head .jet-menu .jet-menu-item i.jet-dropdown-arrow,
body.single.single-event.black-cstm-template header#masthead .jet-mega-menu-mega-container i.jet-dropdown-arrow,
body.single.single-event.black-cstm-template #mobile_head .jet-mega-menu-mega-container i.jet-dropdown-arrow {
    filter: invert(1);
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex a svg,
body.single.single-event.black-cstm-template #mobile_head .navbar .d-inline-flex a svg {
    filter: invert(1);
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex a.pix-current-language>span,
body.single.single-event.black-cstm-template #mobile_head .navbar .d-inline-flex a.pix-current-language>span {
    filter: invert(1);
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex a.btn.btn-custom>span,
body.single.single-event.black-cstm-template #mobile_head .navbar .d-inline-flex a.btn.btn-custom>span {
    color: #ffffff !important;
    filter: none;
}
body.single.single-event.black-cstm-template .megamenucss .jet-mega-menu-item__dropdown{
	 filter: invert(1);
}
body.single.single-event.black-cstm-template .megamenucss li:hover .jet-mega-menu-item__dropdown{
	 filter: invert(0);
}

.is-active-menu body.single.single-event.black-cstm-template header#mobile_head.pix-header {
    background: #fff !important;
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex a.btn {
    background: #E5097E;
    border-color: #E5097E !important;
    color: #fff !important;
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex a.btn span {
    filter: none;
}

body.single.single-event.black-cstm-template header#masthead.pix-header .navbar .d-inline-flex .pix-header-divider {
    background: #fff !important;
}

.single-event.black-cstm-template .featured-mn,
.single-event.black-cstm-template .event-speakers-sec,
.single-event.black-cstm-template .event-btm-cnt {
    background: #000 !important;
}

.single-event.black-cstm-template .einemdectn {
    background: linear-gradient(to bottom, #000 0%, #000 50%, #004b5b 50%, #004b5b 100%);
}

.single-event.black-cstm-template .event-bnr-sec h1.elementor-heading-title {
    color: #E5097E;
}

.single-event.black-cstm-template .event-bnr-sec span.elementor-icon-list-icon svg path {
    fill: #fff;
}

.single-event.black-cstm-template .event-bnr-sec span.elementor-icon-list-text {
    color: #fff;
}

.single-event.black-cstm-template .featured-mn {
    display: none;
}

.single-event.black-cstm-template .event-bnr-sec section.elementor-section img {
    filter: brightness(0) invert(1);
}

.single-event.black-cstm-template .event-bnr-sec .elementor-widget-button {
    display: none;
}

.single-event.black-cstm-template .event-btm-cnt h3.head_cstm_fq {
    color: #fff;
}

.single-event.black-cstm-template .event-btm-cnt .faq_cnt_cstm p,
.single-event.black-cstm-template .event-btm-cnt .faq_cnt_cstm p strong {
    color: #fff;
}

.single-event.black-cstm-template .event-btm-cnt h2.elementor-heading-title {
    color: #fff;
}

.single-event.black-cstm-template .event-btm-cnt .row.faq_cnt_cstm a.nav-link {
    color: #fff;
}

.single-event.black-cstm-template .event-btm-cnt .row.faq_cnt_cstm a.active.nav-link {
    background: #f10b7e;
}

.single-event.black-cstm-template .event-btm-cnt .Ref-wrp h3 {
    color: #fff;
}

.single-event.black-cstm-template .event-speakers-sec h2.elementor-heading-title {
    color: #fff;
}

.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card1 .card-content,
.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card2 .card-content,
.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card3 .card-content,
.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card4 .card-content,
.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card5 .card-content,
.single-event.black-cstm-template .event-speakers-sec .speaker.evnt_cstm_card6 .card-content {
    background: #fff !important;
}

.single-event.black-cstm-template .event-speakers-sec .speaker .card-content h3,
.single-event.black-cstm-template .event-speakers-sec .speaker .card-content p strong {
    color: #000000 !important;
}

.single-event.black-cstm-template .event-speakers-sec .speaker .card-content p span {
    color: #4B5A62 !important;
}

body.single.single-event.black-cstm-template header#masthead a.navbar-brand:after,
body.single.single-event.black-cstm-template #mobile_head a.navbar-brand:after {
    content: url(https://smino.com/wp-content/uploads/2024/09/Smino-logo-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

body.single.single-event.black-cstm-template header#masthead a.navbar-brand img.pix-logo,
body.single.single-event.black-cstm-template #mobile_head a.navbar-brand img {
    width: 0 !important;
}

body.single.single-event.black-cstm-template header#masthead a.navbar-brand img.pix-logo-scroll,
body.single.single-event.black-cstm-template #mobile_head a.navbar-brand img.pix-logo-scroll {
    width: 0 !important;
}

body.single.single-event.black-cstm-template header#masthead:before {
    background: transparent !important;
}

.single-event.black-cstm-template .event-btm-cnt .pro-ctn {
    background: url(https://smino.com/wp-content/uploads/2024/09/Smino-Event-Programm-Ittusration-pink-02.svg);
}

.single-event.black-cstm-template .event-btm-cnt .pro-ctn p {
    color: #fff !important;
}

.single-event.black-cstm-template .pro-wrp:before,
.single-event.black-cstm-template .pro-wrp:after {
    background: #fff !important;
}

.single-event.black-cstm-template .event-speakers-sec {
    padding-bottom: 50px;
}


body.single-event.black-cstm-template .event-bnr-sec {
    display: none;
}

body.single-event .event-bnr-sec {
    display: block;
}

body.single-event.black-cstm-template .event-bnr-sec.blk {
    display: block;
}

body.single-event .event-bnr-sec.blk, body.single-event .event-white-logo-sec, body.single-event.black-cstm-template .event-logo-sec { 
    display: none;
}

/**21-4-25**/
body.single-event.black-cstm-template .event-white-logo-sec{
	display:block;
}

/*************************** Event Black End **********************/
.faq_cnt_cstm .tab-content #target-cntn_1:nth-child(2),
.faq_cnt_cstm .tab-content #target-cntn_2:nth-child(3) {
    padding-top: 50px;
}

.speakers-row {
    justify-content: center !important;
    gap: 25px;
}

.tabcotnfrm .elementor-tabs-wrapper {
    margin-bottom: 30px;
}

.tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title {
    margin: 0 22px;
}

.blogstr_hm.blog-stories.color-card-box .card:first-child {
    width: calc(33.33% - 20px);
}

.blogstr_hm.blog-stories.color-card-box .card:first-child .color-card-inner-box {
    display: block;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

.blogstr_hm.blog-stories.color-card-box .card:first-child .card-body-btn,
.press_user .single-press .press_media_blg.color-card-box .card:first-child .card-body-btn {
    width: calc(100% - 30px);
    position: relative;
    right: 0;
    left: auto;
    bottom: 0;
}

.press_user .single-press .press_media_blg.color-card-box .card:first-child {
    width: calc(33.33% - 20px);
}

.blogstr_hm.blog-stories.color-card-box .card:first-child .post-thumbnail,
.press_user .single-press .press_media_blg.color-card-box .card:first-child .post-thumbnail {
    width: 100%;
}

.blogstr_hm.blog-stories.color-card-box .card:first-child .card-body,
.press_user .single-press .press_media_blg.color-card-box .card:first-child .card-body {
    width: 100%;
    min-height: inherit;
}

.blogstr_hm.blog-stories.color-card-box .card:first-child .post-thumbnail img,
.press_user .single-press .press_media_blg.color-card-box .card:first-child .post-thumbnail img {
    height: 200px;
}

.blg-pst .blogstr_hm .slick-next:before,
.blg-pst .blogstr_hm .slick-prev:before {
    font-size: 25px;
    color: #004b5b;
    opacity: 1;
}

.blg-pst .blogstr_hm button.slick-next {
    right: 0;
}

.blg-pst .blogstr_hm button.slick-prev {
    left: 0;
}

.tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
    position: relative;
    right: 24px;
}

.tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
    position: relative;
    left: -12px;
}

.referenzen span.elementor-button-content-wrapper svg {
    width: 15px !important;
    height: 15px !important;
    stroke: red !important;
    color: red !important;
    margin-top: -2px;
}

body .referenzen span.elementor-button-content-wrapper path {
    fill: transparent !important;
    stroke: #004a5a;
}

body.error404 {

    background: #fff3e9 !important;
    height: 100vh;
}

.cnt-bottom-btn-box button.cnt-bottom-btn {
    border: 1px solid #004b5b;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 30px 15px 30px;
    color: #004b5b;
}

.referenzen .elementor-button {
    border: 1px solid #004b5b;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 30px 15px 30px;
    color: #004b5b;
    margin: 0px 15px 20px;
}

body .referenzen .elementor-button:hover {
    color: #fff !important;
    background: #FF7819 !important;
    border: 1px solid #FF7819;
}

body .referenzen span.elementor-button-content-wrapper:hover path,
body .referenzen .elementor-button:hover path {

    stroke: #fff !important;
}

.bannerbtncss a.btn span.font-weight-bold {
    font-weight: 500 !important;
}

.linkedin-sld .elementor-swiper-button-prev,
.linkedin-sld .elementor-swiper-button-next {
    background: #004b5b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.linkedin-sld .elementor-swiper-button-prev svg,
.linkedin-sld .elementor-swiper-button-next svg {
    width: 20px !important;
}

html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
    right: 38px;
}

html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
    left: -28px;
}

html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
    right: 54px;
}

html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
    left: -44px;
}

.page-id-6656 .pix-header-normal.bg-transparent,
.page-id-40373 .pix-header-normal.bg-transparent,
.page-id-40385 .pix-header-normal.bg-transparent,
.page-id-40378 .pix-header-normal.bg-transparent,
.page-id-33249 .pix-header-normal.bg-transparent {
    background: #ffedf6 !important;
}

/*.pix-header-mobile .nav-item-display:last-child a {
    border-bottom: none;
}*/

.cnt-bottom-btn-box button.cnt-bottom-btn svg path {
    fill: #004b5a;
}

.cnt-bottom-btn-box button.cnt-bottom-btn:hover svg path {
    fill: #fff;
}

/*******************Press Page***********************/
.press_user .single-press .press_media_blg .reltdpst_btn a {
    padding: 18px 32px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid #501300;
    color: #501300;
    font-weight: 600;
}

.press_user .single-press .press_media_blg .reltdpst_btn {
    width: calc(100% - 30px);
    right: 0;
    left: auto;
    bottom: 0;
    position: relative;
    margin: 15px 15px 20px;
}

.press_user .single-press .press_media_blg .card.cstm_card1 .reltdpst_btn a {
    border: 1px solid #501300;
    color: #501300;
}

.press_user .single-press .press_media_blg .card.cstm_card1 .reltdpst_btn a svg path {
    fill: #501300;
}

.press_user .single-press .press_media_blg .card.cstm_card2 .reltdpst_btn a {
    border: 1px solid #004B5C;
    color: #004B5C;
}

.press_user .single-press .press_media_blg .card.cstm_card2 .reltdpst_btn a svg path {
    fill: #004B5C;
}

.press_user .single-press .press_media_blg .card.cstm_card3 .reltdpst_btn a {
    border: 1px solid #660034;
    color: #660034;
}

.press_user .single-press .press_media_blg .card.cstm_card3 .reltdpst_btn a svg path {
    fill: #660034;
}

.featured-in .dce-acf-gallery {
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.featured-in .dce-acf-gallery figure.acfgallery-item img {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.press-download .custom-press-user-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.press-download .custom-press-user-container .press-user-card {
    width: 15.2%;
    padding: 5px;
    border-radius: 24px;
}

.press-download .custom-press-user-container .press-user-card.cstm_card1 {
    background: #E5F1F1;
}

.press-download .custom-press-user-container .press-user-card.cstm_card2 {
    background: #FFF3E8;
}

.press-download .custom-press-user-container .press-user-card.cstm_card3 {
    background: #E5F1F1;
}

.press-download .custom-press-user-container .press-user-card.cstm_card4 {
    background: #FFEDF6;
}

.press-download .custom-press-user-container .press-user-card.cstm_card5 {
    background: #FFFAD2;
}

.press-download .custom-press-user-container .press-user-card.cstm_card6 {
    background: #FFF3E8;
}

.press-download .custom-press-user-container .press-user-card .press-user-image img {
    width: 100%;
}

.press-user-card.cstm_card1 h3.press-user-title,
.press-user-card.cstm_card3 h3.press-user-title {
    color: #004B5C;
}

.press-user-card.cstm_card1 p,
.press-user-card.cstm_card3 p {
    color: #4B5A62;
}

.press-user-card.cstm_card2 h3.press-user-title,
.press-user-card.cstm_card6 h3.press-user-title {
    color: #501300;
}

.press-user-card.cstm_card2 p,
.press-user-card.cstm_card6 p {
    color: #501300;
}

.press-user-card.cstm_card4 h3.press-user-title {
    color: #660034;
}

.press-user-card.cstm_card4 p {
    color: #660034;
}

.press-user-card.cstm_card5 h3.press-user-title {
    color: #501300;
}

.press-user-card.cstm_card5 p {
    color: #501300;
}

.media-categories {
    display: flex;
}

.media-categories .media-category-card {
    padding: 0 !important;
    border-radius: 32px !important;
    border: 0 !important;
    box-shadow: 0px 30px 60px 0px #004B5C1A;
}

.press-download .custom-press-user-container .press-user-card .press-user-content h3.press-user-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 5px;
}

.cstm_med_prs_excrt {
    padding: 25px;
}

.media-category-card .cstm_med_prs_excrt h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
    text-align: left;
    color: #004B5C;
}

.media-category-card .cstm_med_prs_excrt p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #4B5A62;
    padding: 18px 0;
}

.press-download .custom-press-user-container .press-user-card .press-user-content p.press-user-designation {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 400;

}

.media-category-card .cstm_med_prs_excrt a svg path {
    fill: #004B5C;
}

.media-categories .media-category-card a.btn:hover {
    background: #004B5C !important;
    border-color: #004B5C !important;
}

.media-categories span.cal {
    background: #004B5C;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    border-radius: 100%;
    margin-right: 10px;
}

.media-categories span.cal img {
    width: 20px !important;
    height: 20px !important;
}

.media-category-card p.cstm_dat {
    display: flex;
    align-items: center;
}

.media-categories p.cstm_dat {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #004B5C;
    margin-bottom: 0;
}

.media-categories .media-category-card a.btn.btn-primary {
    margin-top: 40px;
}

.media-categories .media-category-card a.btn {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    padding: 19px;
    background: transparent;
    color: #004B5C;
    border: 1px solid #004B5C;
}

.press-download .custom-press-user-container .press-user-card .press-user-content {
    text-align: center;
    padding: 15px 15px 10px;
}

.imagegallerycss .gallery {
    display: flex;
    align-items: center;
}

.md-blk .btn-media-sec a {
    width: 100%;
}

.md-blk .tags ul.elementor-icon-list-items li {
    border-radius: 100px;
    padding: 4px 16px;
    border: 1px solid #004B5C;
}

.md-blk .tags ul.elementor-icon-list-items li span {
    letter-spacing: 0.3px;
}

.md-blk.cust-clr1 .tags ul.elementor-icon-list-items li {
    border: 1px solid #004B5C;
}

.md-blk.cust-clr2 .tags ul.elementor-icon-list-items li {
    border: 1px solid #660034;
}

.md-blk.cust-clr3 .tags ul.elementor-icon-list-items li {
    border: 1px solid #501300;
}

.md-blk.cust-clr4 .tags ul.elementor-icon-list-items li {
    border: 1px solid #501300;
}

.md-blk.cust-clr5 .tags ul.elementor-icon-list-items li {
    border: 1px solid #501300;
}

.md-blk.cust-clr6 .tags ul.elementor-icon-list-items li {
    border: 1px solid #004B5C;
}

.md-blk.cust-clr1 .btn-media-sec a span.elementor-button-icon svg path,
.md-blk.cust-clr6 .btn-media-sec a span.elementor-button-icon svg path {
    fill: #004B5C;
}

.md-blk.cust-clr2 .btn-media-sec a span.elementor-button-icon svg path {
    fill: #660034;
}

.md-blk.cust-clr3 .btn-media-sec a span.elementor-button-icon svg path,
.md-blk.cust-clr4 .btn-media-sec a span.elementor-button-icon svg path,
.md-blk.cust-clr5 .btn-media-sec a span.elementor-button-icon svg path {
    fill: #501300;
}


.md-blk.cust-clr1 .btn-media-sec a:hover span.elementor-button-icon svg path,
.md-blk.cust-clr2 .btn-media-sec a:hover span.elementor-button-icon svg path,
.md-blk.cust-clr3 .btn-media-sec a:hover span.elementor-button-icon svg path,
.md-blk.cust-clr4 .btn-media-sec a:hover span.elementor-button-icon svg path,
.md-blk.cust-clr5 .btn-media-sec a:hover span.elementor-button-icon svg path,
.md-blk.cust-clr6 .btn-media-sec a:hover span.elementor-button-icon svg path {
    fill: #fff;
}

.download-sec .elementor-image-box-img img {
    width: 100%;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(1) .elementor-widget-image-box {}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(2) .elementor-widget-image-box .elementor-widget-container {
    background: #FFF3E8 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(2) .elementor-widget-image-box .elementor-widget-container h3 {
    color: #501300;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(2) .elementor-icon-list-item svg path {
    fill: #501300 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(2) .elementor-widget-image-box .elementor-widget-container p {
    color: #501300;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(3) .elementor-widget-image-box .elementor-widget-container {
    background: #E5F1F1 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(3) .elementor-widget-image-box .elementor-widget-container h3 {
    color: #004B5C;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(3) .elementor-widget-image-box .elementor-widget-container p {
    color: #004B5C;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(4) .elementor-widget-image-box .elementor-widget-container {
    background: #FFEDF6 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(4) .elementor-widget-image-box .elementor-widget-container h3 {
    color: #660034;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(4) .elementor-widget-image-box .elementor-widget-container p {
    color: #660034;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(5) .elementor-widget-image-box .elementor-widget-container {
    background: #FFFAD2 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(5) .elementor-widget-image-box .elementor-widget-container h3 {
    color: #501300;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(5) .elementor-widget-image-box .elementor-widget-container p {
    color: #501300;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(6) .elementor-widget-image-box .elementor-widget-container {
    background: #FFF3E8 !important;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(6) .elementor-widget-image-box .elementor-widget-container h3 {
    color: #501300;
}

.download-sec section.elementor-section .elementor-container .elementor-column:nth-child(6) .elementor-widget-image-box .elementor-widget-container p {
    color: #501300;
}

.blg-bx .btn-media-sec a.elementor-button {
    width: 100%;
}

.blg-bx .btn-media-sec a.elementor-button svg path {
    fill: #004b5b;
}

.blg-bx .btn-media-sec a.elementor-button:hover svg path {
    fill: #fff;
}

/***************************Press Page End********************************/
.evnt_logo figure.acfgallery-item.grid-item.masonry-brick:nth-child(2) {
    width: 135px;
    margin: 0 24px;
}

.evnt_logo .dce-acf-gallery.dce-acf-gallery-masonry.is-lightbox.gallery-lightbox.dce-gallery.is-overlay.column-2.masonry {
    height: auto !important;

}

.evnt_logo.elementor-widget.elementor-widget-dyncontel-acfgallery {
    display: block;
    margin-bottom: 38px !important;
}

.webinar-card-item .speakerctncss .elementor-image-box-wrapper {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.blog-stories.color-card-box .card:first-child .card-body h3.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.responsive-table .ct-basic-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.responsive-table .ct-basic-table-container table.ct-basic-table {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    outline: 1px solid #b8b8b8;
    outline-offset: -1px;
}

.bietetdircss .elementor-widget-image .elementor-widget-container {
    padding: 0 !important;
}

.bietetdircss .elementor-widget-container p,
.bietetdircss .elementor-widget-container {
    font-size: 20px;
    line-height: 26px;
}

.bietetdircss .elementor-container {
    align-items: center;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p {
    color: #333;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl {
    word-wrap: break-word;
    display: block;
}

.responsive-table .ct-basic-table-container table.ct-basic-table th {
    width: 15%;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl span.eeb-nodis {
    margin: 0 10px 0 4px;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl span.eeb-sd {
    display: inline-block;
}

/* .responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl span {
    display: inline-block;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl span.eeb-sd {
    width: 28%;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p span.eeb.eeb-rtl span.eeb-nodis {
    width: 67%;
} */
.responsive-table .ct-basic-table-container table.ct-basic-table tr:nth-child(odd) {
    background: #f4f8f8;
}

.responsive-table .ct-basic-table-container table.ct-basic-table tr:nth-child(even) {
    background: #fff;
}

.responsive-table .ct-basic-table-container table.ct-basic-table td p a {
    color: #333;
}

.responsive-table .ct-basic-table-container table.ct-basic-table th p strong {
    color: #004B5C;
}

.gen-tbl {
    background: linear-gradient(to bottom, #FFF3E8 0%, #FFF3E8 10%, transparent 10%, transparent 100%);
}

div#pagination .pagination span.pagination-link span.page-numbers.current {
    padding: 18px 26px;
    font-size: 16px;
    line-height: 21px;
    border-radius: 12px;
    background: #004B5C;
    border: 1px solid #004B5C;
    color: #fff;
    margin: 0 5px;
}

.sminotabrvcss .accordion .card-body p,
.content-trm .accordion .card-body p {
    font-size: 20px;
    line-height: 28px;
}

.sminotabrvcss .accordion button svg path,
.content-trm .accordion button svg path {
    stroke: #004b5b;
}

.single-blog .elementor-widget-dyncontel-terms {
    position: relative;
    top: -35px;
    left: 62px;
}

.ftrlikctn p.elementor-icon-box-description a:hover {
    color: #ff7931 !important;
}

.referenzen .elementor-widget-image {
    max-height: 305px;
    overflow: hidden;
    border-radius: 32px 32px 32px 32px;
}

@media only screen and (max-width: 1800px) {
    .nav-item .pix-header-text {
        font-size: 14px;
    }

    .pix-header a.btn span {
        font-size: 14px;
    }

    .nav-style-megamenu>li.nav-item {
        padding: 0px;
    }

    .pix-header .btn {
        padding: 5px 8px;
    }

    body .pix-header .navbar .d-inline-flex a {
        padding: 7px 17px !important;
        font-size: 16px !important;
    }

    body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649 .jet-mega-menu-mega-container {
        left: -216%;
    }
	 html[lang="es-ES"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649 .jet-mega-menu-mega-container {
		left: -188%;
	  }
 	html[lang="it-IT"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649 .jet-mega-menu-mega-container {
		left: -230%;
	  }
    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
        width: 1300px !important;
        left: -216%;
        max-width: 1200px;
    }
    body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -124%;
    }
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
     left: -124%;
    }
    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
        padding: 0 !important;
    }

    .jet-menu-item-6649 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 17%;
    }

    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
        left: 22%;
    }
	
	html[lang="es-ES"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
    left: -154%;
  }

}

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

    .referenzen-Home-slider button.slide-arrow.prev-arrow {
        left: 0;
    }

    .referenzen-Home-slider button.slide-arrow.next-arrow {
        right: 0px;
    }

    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1240px;
    }

    .story-single-section .e-con-inner {
        max-width: 1240px !important;
        padding: 0 20px !important;
    }

    .grlsldctnr .elementor-widget-container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1500px) {
    body .pix-header .navbar .d-inline-flex a {
        padding: 8px 13px !important;
        font-size: 14px !important;
    }

    .jet-menu-item-6649 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 23%;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 15%;
    }

    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
        left: 18%;
    }
}

@media only screen and (max-width: 1429px) {
    body .pix-header .nav-style-megamenu>li.nav-item {
        padding: 0 10px;
    }

    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        height: 12px;
        width: 12px;
        background-size: cover;
    }

    body .pix-header .navbar .d-inline-flex a {
        padding: 5px 11px !important;
        font-size: 12px !important;
    }

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-menu-item-6650>.jet-mega-menu-mega-container {
        width: 980px !important;
        left: -30%;
    }

    body .jet-menu-item-6649>.jet-sub-mega-menu .elementor-col-25 .elementor-widget-wrap,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container .elementor-col-25 .elementor-widget-wrap {
        padding-left: 5px;
    }

    body .jet-menu-item-6649>.jet-sub-mega-menu .elementor-col-25 .elementor-widget-wrap .elementor-widget-heading,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container .elementor-col-25 .elementor-widget-wrap .elementor-widget-heading {
        padding-left: 15px;
    }

    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content p.elementor-image-box-description,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content p.elementor-image-box-description {
        font-size: 12px;
    }


    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
        padding: 0 !important;
        font-size: 15px !important;
    }


}

@media only screen and (max-width: 1390px) {
    .pix-topbar a.cross {
        right: 0 !important;
    }

    .home .hero-sec+section.elementor-section {
        /* margin-top: -30%; */
    }

    .pix-header a.btn span {
        font-size: 13px;
    }

    .tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3 {
        font-size: 20px;
    }

    .jet-mega-menu-container .jet-mega-menu-item__inner {
        padding: 0 8px !important;
    }

    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1140px;
    }

    .story-single-section .e-con-inner {
        max-width: 1140px !important;
        padding: 0 0px !important;
    }

    .grlsldctnr .elementor-widget-container {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .contact-slide.request-slide .Submit,
    .contact-slide.message-slide .Submit {
        position: relative;
    }

    .optim h1,
    body .optim h2 {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .bannerheadcss.optim h1 span,
    .bannerheadcss.optim h2 span {
        font-size: 38px !important;
        line-height: 48px !important;
    }

    .nochheutectn .elementor-widget-text-editor p {
        font-size: 20px;
    }

    body.page-id-27925 .den-vort .elementor-widget-heading h3.elementor-heading-title,
    body.page-id-10755 .vor-des .elementor-widget-heading h3.elementor-heading-title,
    body.page-id-23258 .die-vor .elementor-widget-heading h3.elementor-heading-title {
        font-size: 22px;
        line-height: 31px;
    }

    .unser-memb .leadership_team .elementor-widget-wrap {
        min-height: 337px;
    }

    .hero-sec {
        padding-bottom: 20px !important;
    }

    .unserelosctn h2.pix-highlighted-items {
        font-size: 40px;
        line-height: 52.4px
    }

    .sminoconplat .elementor-widget-container p br {
        display: none;
    }

    .jet-menu-item-6649 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 19%;
    }

    
    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 26%;
    }
	html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before{
		left: 30%;
	}
    html[lang="it-It"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="it-It"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 26%;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 35%;
    }

    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 35%;
    }

    html[lang="it-IT"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="it-IT"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 33%;
    }

    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
        left: 15%;
    }

    .story-image {
        width: 150px;
        height: 150px;
    }

    html[lang="it-IT"] .optim h2.pix-highlighted-items span br {
        display: none;
    }

    .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        position: relative;
        right: 10px;
    }

    .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        position: relative;
        left: -12px;
    }

    html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
    html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 24px;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 42px;
    }

    html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 30px;
    }

}

.leadership_team img {
    height: 183px;
    width: auto;
}


body .pix-header .navbar .d-inline-flex a.jet-mega-menu-item__link.jet-mega-menu-item__link--top-level {
    padding: 0 !important;
}

.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner {
    padding: 8px 13px !important;
}

@media only screen and (min-width: 1430px) and (max-width: 1500px) {

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        max-width: 1200px;
    }
}

@media only screen and (min-width: 1140px) and (max-width: 1199px) {
    .pix-header a.btn span {
        font-size: 12px;
    }

    body .pix-header .nav-style-megamenu>li.nav-item {
        padding: 0 5px;
    }
   
    body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 20.5% !important;
    }

    body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30% !important;
    }
	html[lang="en-US"] .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container::before {
		left: 40%;
	  }
	 html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
		left: 30%;
	  }
}

@media only screen and (min-width: 1200px) and (max-width: 1390px) {
    .pix-header a.btn span {
        font-size: 12px;
    }

    body .pix-header .nav-style-megamenu>li.nav-item {
        padding: 0 5px;
    }

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        left: -30%;
        width: 1100px !important;
    }

    html[lang="fr-FR"] body .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="fr-FR"] body .jet-menu-item-6650>.jet-sub-mega-menu,
    html[lang="fr-FR"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    html[lang="fr-FR"] body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        left: -41%;
        width: 1100px !important;
    }

    html[lang="es-ES"] body .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-menu-item-6650>.jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    html[lang="es-ES"] body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        left: -24%;
    }

    body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 19% !important;
    }

    body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30% !important;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1440px) {
    .nochheutectn {
        padding: 0 20px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width: 1350px) {
    .tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3 {
        font-size: 15px;
        line-height: 25px;
    }
}

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


    .blog-stories.color-card-box .card:first-child .post-thumbnail {
        width: 55%;
    }

    .blog-stories.color-card-box .card:first-child .card-body {
        width: 45%;
    }

    .blog-stories.color-card-box .card:first-child .card-body-btn {
        width: 40%;
    }

    .transparenterelcss h3.elementor-heading-title br {
        display: none;
    }

    .unsere .elementor-widget-heading h3 {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .site-footer2 .pix-social-icons a {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    body .footer-lg-sec .elementor-widget-image-box {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 10%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .pix-header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem !important;
        padding-left: .2rem !important;
    }

    .jet-menu-item-6649 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 26%;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 34.5%;
    }

    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
        left: 15%;
    }

}



/* 17-jan */

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

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {       
        left: -35%;
    }

    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
        padding: 0 !important;
    }

    .jet-menu-item-6649 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6649>.jet-mega-menu-mega-container:before {
        left: 24%;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650>.jet-mega-menu-mega-container:before {
        left: 17%;
    }
	html[lang="en-US"] .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container::before {
		left: 23%;
	  }
    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912>.jet-mega-menu-mega-container:before {
        left: 22%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
        left: -54%;
    }

    html[lang="en-US"] body .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="it-IT"] body .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="en-US"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    html[lang="it-IT"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
        left: -54%;
    }

    html[lang="es-ES"] body .jet-menu-item-6649>.jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container {
        left: -38%;
    }

    html[lang="en-US"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="es-ES"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="it-IT"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,   
    html[lang="es-ES"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="it-IT"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="fr-FR"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 25%;
	}
	html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,{
		left: 40%;
	}
    html[lang="en-US"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-menu-item-6650>.jet-sub-mega-menu{
		left: -176%;
	}
    html[lang="it-IT"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-menu-item-6650>.jet-sub-mega-menu,
    html[lang="fr-FR"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-menu-item-6650>.jet-sub-mega-menu, 
    html[lang="fr-FR"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        left: -210%;
    }
	
	html[lang="it-IT"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container{
		left: -240%;
	}
	html[lang="en-US"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container{
		left: -170%;
	}
    html[lang="es-ES"] body .jet-menu-item-6650>.jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        left: -15%;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1390px) {
 body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {       
        width: 1050px !important;
    }
}

@media (min-width: 992px) and (max-width: 1019px) {

    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -52% !important;
    }

    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="en-US"].jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -46% !important;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -22% !important;
        width: 960px !important;
    }

    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 32%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 23%
    }

    .pix-header-desktop .pix-pr-5,
    .pix-px-5 {
        padding-right: 3px !important;
    }

    html[lang="it-IT"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="it-IT"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -40% !important;
    }

    html[lang="it-IT"] .jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-item-34912 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -20px !important;
    }


    html[lang="es-ES"] .pix-header .navbar .d-inline-flex a {
        padding: 5px 3px !important;
        font-size: 11px !important;
    }

    html[lang="es-ES"] .jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow,
    html[lang="es-ES"] .jet-mega-menu-mega-container .jet-dropdown-arrow {
        margin-left: 2px;
    }

    html[lang="es-ES"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -23% !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 33%;
    }
}


@media (min-width: 1020px) and (max-width: 1024px) {

    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -44% !important;
    }

    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -49% !important;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -37% !important;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 33%;
    }

    html[lang="es-ES"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -32% !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 33%;
    }
}

@media (min-width: 1025px) and (max-width: 1035px) {

    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -39% !important;
    }

    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30%;
    }

    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu {
        margin-left: 0px !important;
        left: -45% !important;
    }
	html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		left: -216% !important;
	}
	html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container{
		left: -292% !important;
	}
    html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 40%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -38% !important;
    }
	html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		 left: -286% !important;
	}
	html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
		margin-left: 0px !important;
		left: -385% !important;
	 }
	 
    .pix-header-desktop .pix-pr-5,
    .pix-px-5 {
        padding-right: 3px !important;
    }

    html[lang="fr-FR"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;

    }

    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 32%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 23%;
    }

    html[lang="it-IT"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="it-IT"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -26% !important;
    }

    html[lang="es-ES"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;
    }

    html[lang="es-ES"] .jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow,
    html[lang="es-ES"] .jet-mega-menu-mega-container .jet-dropdown-arrow {
        margin-left: 2px;
    }

    html[lang="es-ES"] .dropbtn_lang {
        padding: 5px;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -13% !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 22%;
    }

    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30%;
    }
}

@media (min-width: 1036px) and (max-width: 1200px) {

    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -190% !important;
        width: 1150px !important;
    }
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -296% !important;
        width: 1150px !important;
      }
/*     html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu,
	html[lang="en-US"] .jet-menu-item-6650 .jet-sub-mega-menu{
        margin-left: 0px !important;
        left: -38% !important;
        width: 1000px !important;
    } */
	html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
        margin-left: 0px !important;
        left: -230% !important;
        width: 1000px !important;
    }
	html[lang="en-US"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
		margin-left: 0px !important;
        left: -336% !important;
        width: 1000px !important;
	}
	 html[lang="en-US"] .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container::before {
    left: 40%;
  }
    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -42% !important;

    }

    html[lang="fr-FR"] .dropbtn_lang {
        padding: 10px !important;
    }

    html[lang="fr-FR"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 4px !important;

    }

    html[lang="fr-FR"] .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 33%;
    }

    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 24%;
    }

    html[lang="it-IT"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="it-IT"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -40% !important;
        margin-left: 0px !important;
        width: 1150px !important;
    }

    html[lang="es-ES"] .dropbtn_lang {
        padding: 6px !important;
    }

    html[lang="es-ES"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;
    }

    html[lang="es-ES"] .jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow {
        margin-left: 2px;
    }

    html[lang="es-ES"] .pix-wpml-header-btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -19% !important;

    }
}

@media (min-width: 1140px) and (max-width: 1200px) {

    html[lang="es-ES"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -193% !important;
    }
}




@media (min-width: 1201px) and (max-width: 1429px) {
	.jet-mega-menu-item-6649 > .jet-mega-menu-mega-container {
	  width: 1150px !important;
	}
    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 22% !important;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30%;
    }

    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -206% !important;
        width: 1150px !important;
    }
    html[lang="de-DE"] .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -326% !important;
    }
    html[lang="en-US"] body .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="en-US"] body .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -308% !important;       
    }
	html[lang="en-US"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		 margin-left: 0px !important;
		left: -354% !important;
	}
    html[lang="en-US"] body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="en-US"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 32%;
    }

    html[lang="en-US"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 38%;
    }

    html[lang="fr-FR"] body .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="fr-FR"] body .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="fr-FR"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="fr-FR"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        margin-left: 0px !important;
        left: -44% !important;
    }
	html[lang="fr-FR"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		 left: -301% !important;
	}
    html[lang="en-US"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 39%;
    }

    html[lang="fr-FR"] body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 28%;
    }

    html[lang="fr-FR"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 30%;
    }

    html[lang="it-IT"] body .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="it-IT"] body .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="it-IT"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="it-IT"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
         left: -325% !important;
        margin-left: 0px !important;
        width: 1150px !important;
    }

    html[lang="it-IT"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="it-IT"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 33%;
    }

    html[lang="it-IT"] body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="it-IT"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 30%;
    }

    html[lang="es-ES"] .dropbtn_lang {
        padding: 6px !important;
    }

    html[lang="es-ES"] body .pix-header .navbar .d-inline-flex a {
        padding: 5px 2px !important;
    }

    html[lang="es-ES"] .jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow,
    html[lang="es-ES"] .jet-mega-menu-mega-container .jet-dropdown-arrow {
        margin-left: 2px;
    }

    html[lang="es-ES"] .pix-wpml-header-btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    html[lang="es-ES"] body .jet-menu-item-6649 .jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
    html[lang="es-ES"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -325% !important;
        margin-left: 0px !important;
        width: 1150px !important;
    }
	html[lang="es-ES"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		left: -244% !important;
	}

    html[lang="es-ES"] body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="es-ES"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 26%;
    }

    html[lang="es-ES"] body .jet-menu-item-6650 .jet-sub-mega-menu:before,
    html[lang="es-ES"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 40%;
    }
}

/* end-17-jan */





@media (min-width: 992px) and (max-width: 1100px) {


    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        width: 1000px !important;
        max-width: 1000px !important;
    }

    /* 	 body .jet-menu-item-6649 > .jet-sub-mega-menu, body .jet-menu-item-6650 > .jet-sub-mega-menu {
        margin-left: -145px !important;
    } */
}

@media (min-width: 992px) and (max-width: 1035px) {
    body .pix-header .navbar .d-inline-flex a {
        font-size: 12px !important;
    }

    body .pix-header .navbar .d-inline-flex a {
        padding: 5px 5px !important;
        font-size: 11px !important;
    }

}

@media (min-width: 992px) and (max-width: 1035px) {

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        margin-left: -90px;
    }

    .megamainmn figure.elementor-image-box-img a {
        width: 50px !important;
        height: 50px !important;
    }

    body .megamainmn figure.elementor-image-box-img a img {
        width: 35px !important;
        height: 35px !important;
    }

    .megamainmn figure.elementor-image-box-img {
        padding: 4px 10px !important;
    }

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        margin-left: -66px;
    }

    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
        font-size: 14px !important;
    }

    body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content p.elementor-image-box-description,
    body .jet-mega-menu-mega-container .elementor-widget-image-box .elementor-image-box-content p.elementor-image-box-description {
        font-size: 11px;
    }

}



@media (min-width: 1036px) and (max-width: 1139px) {

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        margin-left: -70px !important;
    }

    body .pix-header .navbar .d-inline-flex a {
        font-size: 12px !important;
    }

    body .pix-header .navbar .d-inline-flex a {
        padding: 5px 5px !important;
    }

    html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="en-US"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before,
    html[lang="fr-FR"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before,
    html[lang="de-DE"] .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 25% !important;
    }

    .jet-menu-item-6650 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-6650 .jet-mega-menu-mega-container:before {
        left: 31%;
    }

    .jet-menu-item-34912 .jet-sub-mega-menu:before,
    .jet-mega-menu-item-34912 .jet-mega-menu-mega-container:before {
        left: 13%;
    }

}

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

    .navbar .d-inline-flex .pix-header-divider {
        display: none;
    }

    body .pix-header .navbar-nav {
        margin-left: 0px;
    }

}

/* @media only screen and ( max-width: 1140px ){
.pix-header .navbar .d-inline-flex.align-items-center.d-inline-block2.text-sm.mb-0 {
    display: none !important;
}

} */
@media only screen and (max-width: 1024px) {
    .catpostdmy ul.dce-image-inline li {
        margin-bottom: 0;
        margin-left: 10px;
    }

    .dropdown-contentlang {
        min-width: 135px !important;
    }

    .pix-highlight-bg {
        border-radius: 5px;
        padding: 0 10px;
    }

    .hero-sec .pix-highlight-bg {
        border-radius: 12px;
    }

    h2.pix-highlighted-items span {
        top: -2px;
    }

    .bannerbtncss a.btn span.font-weight-bold {
        font-weight: 500;
    }

    .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: -7px;
    }

    html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
    html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
    html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 10px;
    }

    html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
    html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
    html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        left: -33px;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 24px;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        left: -44px;
    }

    body .pix-header-mobile nav.navbar.navbar-hover-drop .navbar-collapse ul#menu-mobile-menu>li#m-menu-item-40322>.dropdown-menu.show {
        height: 67px !important;
    }

    .pix-header-mobile .nav-item-display a {
        border-bottom: 1px solid rgba(129, 161, 168, 0.2);
    }
}

@media (min-width: 992px) {

    body .nav-style-megamenu>li.nav-item .nav-link span:after {
        height: 0px;
    }

    .pix-nav-dropdown-angle>ul>li.nav-item>.pix-nav-link.dropdown-toggle>span .pixfort-dropdown-arrow {
        right: -5px;
        top: 60%;
    }

    .pix-header .nav-style-megamenu>li.nav-item {
        padding: 0px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }


}

@media (max-width: 992px) {

    /** mobile menu**/
    .is-active-menu header.pix-header-mobile {
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 99;
        max-height: 100vh !important;
    }

    body .pix-header-mobile ul#menu-mobile-menu li#m-menu-item-37219 {
        margin-top: 18%;
    }

    body .pix-header-mobile ul#menu-mobile-menu li#m-menu-item-37225,
    body .pix-header-mobile ul#menu-mobile-menu li#m-menu-item-37223,
    body .pix-header-mobile ul#menu-mobile-menu li#m-menu-item-37224 {
        margin-top: 18%;
    }

    header.pix-header-mobile nav.navbar {
        padding: 16px 7px !important;
        border-bottom: 1px solid #D5E8EC;
    }

    .is-active-menu header.pix-header-mobile .collapse.navbar-collapse {
        /* position: absolute;
        top: 70px;*/
    }

    header.pix-header-mobile .container {
        padding: 0;
    }

    .pix-header-mobile .nav-item-display a {
        position: relative;
        padding: 10px 0;
        border-bottom: 1px solid rgba(129, 161, 168, 0.2);
    }

    .pix-header-mobile .nav-item-display a span {
        font-size: 18px;
        line-height: 21px;
        color: #000;
    }

    body .pix-header-mobile .nav-style-megamenu>li.nav-item {
        padding: 0;
        width: 100%;
    }

    .pix-header-mobile .collapse.navbar-collapse ul#menu-main-menu-1 {
        margin-top: 40px;
    }

    .is-active-menu body .hamburger-inner,
    .is-active-menu body .hamburger-inner:after,
    .is-active-menu body .hamburger-inner .hamburger-inner-before,
    .is-active-menu body .hamburger-inner .hamburger-inner-after {
        width: 20px;
        height: 2px;
        background: #004B5C;
    }

    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        height: 16px;
        width: 16px;
    }

    .pix-header-mobile .hamburger.is-active:hover {
        opacity: 1;
    }

    .pix-header-mobile .hamburger-box {
        right: -10px
    }

    .pix-header-mobile .nav-item .pix-dropdown-title svg.pixfort-icon {
        display: none !important;
    }

    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-1 {
        margin-top: 12%;
    }

    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-1 a,
    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-2 a,
    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-3 a {
        border-bottom: 0px;
        text-align: center;
        padding: 8px 14px;
        margin: 0;
        line-height: 20px;
    }

    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-2 a,
    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-3 a {
        margin-bottom: 10px;
        border: 1px solid #000000;
        border-radius: 6px;
    }

    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-3 a,
    body .pix-header-mobile .nav-style-megamenu>li.nav-item.btn-3 a span {
        background: #000;
        color: #fff;
    }

    /** mobile menu End**/

}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
    .pix-header {
        margin-top: 0;
    }

    body .footer-lg-sec .elementor-widget-pix-img {
        text-align: center;
    }

    body .site-footer2 section.elementor-section .elementor-widget-wrap .pix-img-element {
        text-align: center !important;
        width: 100% !important;
    }


    body .site-footer2 section.elementor-section .elementor-widget-wrap .pix-img-element .pix-img-el.left {
        text-align: center !important;
    }

    body .footer-lg-sec .elementor-widget-pix-img .elementor-widget-container {
        text-align: center !important;
    }

    body .footer-lg-sec .elementor-widget-image-box {
        width: 50% !important;
    }



    body .footer-lg-sec .elementor-widget-image-box .elementor-widget-container {
        margin-top: 0 !important;
    }

    body .footer-lg-sec .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }

    body .footer-lg-sec .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
        margin-right: 10px !important;
    }

    .site-footer2 .elementor-nav-menu__container {
        background: transparent;
    }

    .site-footer2 .elementor-nav-menu__container li a.elementor-item {
        padding: 3px 0;
        color: #A7D0D9;
    }

    .site-footer2 .elementor-widget-pix-sliding-text {
        margin-bottom: 0px !important;
    }

    /* .footer-address .elementor-widget-icon-box p.elementor-icon-box-description br {
        display: none;
    } */

    .footer-address .elementor-widget-icon-box p.elementor-icon-box-description {
        max-width: 60%;
    }

    .footer-address .elementor-widget-icon-box {
        margin-bottom: 7px;
    }

    body .footer-address {
        padding: 25px 0 !important;
    }

    .copyright .elementor-column .elementor-widget-wrap {
        justify-content: center !important;
    }

    .unserelosctn h2.pix-highlighted-items {
        font-size: 40px !important;
        line-height: 52px !important;
    }

}


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

    body .copyright .elementor-widget-image img.attachment-full {
        width: 150px;
    }


}

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

    .is-active-menu #mobile_head .navbar-nav {
        max-height: 80vh;
        overflow-y: auto !important;
        overflow: hidden;
    }

    .is-active-menu header.pix-header-mobile {
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
        z-index: 99;
        max-height: 100vh !important;
    }

    /* 	.pix-header-mobile .navbar-nav>li.show a + .dropdown-menu {
    display: block;
    height: 128px !important;
    overflow: visible !important;
    overflow-y: scroll !important;
    visibility: visible !important;
} */
    .is-active-menu .pixfort-header-area.pixfort-area-content.pix-topbar.pix-header-mobile.pix-topbar-normal {
        display: none !important;
    }

    .folusctn .elementor-widget-container p {
        margin-bottom: 0;
    }

    .ftrherlistctn {
        margin-bottom: 8px !important;
    }

    .ftrmenuhtctn h2.elementor-heading-title a {
        color: #A7D0D9;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-attachment {
        width: 100%;
        border-radius: 32px 32px 0 0;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-attachment img {
        border-radius: 24px;
        width: 100%;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-content {
        width: 100%;
        padding: 30px;
    }

    .pix-topbar .d-inline-flex span.line-height-1 a {
        color: #fff;
        text-decoration: underline !important;
    }

    .pix-topbar .d-inline-flex span.line-height-1 {
        letter-spacing: 0.5px;
    }

    .hero-sec h1 span,
    .bannerheadcss h1 span {
        font-size: 35px;
        line-height: 45px;
    }

    /* .home .hero-sec + section.elementor-section { margin-top: -23%;} */
    .transparenterelcss h3.elementor-heading-title br {
        display: none;
    }

    .colrevctn .elementor-container.elementor-column-gap-default {
        flex-direction: column-reverse;
    }

    .optim h1,
    .bannerheadcss.optim h2 {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .bannerheadcss.optim h1 span,
    .bannerheadcss.optim h2 span {
        font-size: 30px !important;
        line-height: 45px !important;
    }

    body.home .tabctnwrpr .reuing .elementor-image-box-wrapper {
        text-align: center;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper {
        min-height: inherit;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper figure {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper figure img {
        width: 50px;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
        font-size: 20px;
        line-height: 24px;
    }

    .ftrwrpwor h2.pix-highlighted-items span {
        position: relative;
        top: -2px;
    }

    body .footer-lg-sec .elementor-widget-image-box {
        width: 100% !important;
        max-width: 100% !important;
    }

    body .footer-lg-sec .top-com {
        margin-bottom: 15px !important;
    }

    .ftrherlistctn li.elementor-icon-list-item {
        width: 100%;
    }

    .ftrderlistctn li.elementor-icon-list-item {
        width: 100%;
    }

    .transparenterelcss section.elementor-section {
        margin-bottom: 15px;
    }

    .hero-sec h1 span br {
        display: none !important;
    }

    /* body .contact-slide{top:125px;}
    body.scrolled-down .contact-slide{top:75px;} */
    /*     body .hamburger-box>span.hamburger-inner:after,
    .hamburger-box>span.hamburger-inner {
        height: 0 !important;
    } */

    body .navbar-toggler.is-active .hamburger-box>span.hamburger-inner:after,
    body .navbar-toggler.is-active .hamburger-box>span.hamburger-inner {
        height: 2px !important;
    }

    body .hamburger-inner .hamburger-inner-before {
        top: -7px;
    }

    body .hamburger--spin:not(.is-active) .hamburger-inner-after {
        bottom: -7px;
    }

    .pix-topbar.pix-header-mobile .d-inline-flex.line-height-1 span.line-height-1,
    .pix-topbar.pix-header-mobile .d-inline-flex.line-height-1 a,
    .pix-topbar.pix-header-mobile .d-inline-flex.line-height-1 svg path,
    .pix-header-mobile .d-inline-flex.line-height-1 a svg {
        color: #004B5C !important;
        fill: #004B5C !important;
    }

    html.is-active-menu body header.pix-header.pix-header-mobile,
    html.is-active-menu body header#mobile_head.pix-header {
        background: #fff !important;
    }

    .blogstr_hm.blog-stories.color-card-box .card:first-child,
    .press_user .single-press .press_media_blg.color-card-box .card:first-child {
        width: 47%;
    }

    body .pix-popup .pix-popup-close {
        position: relative !important;
        left: 94% !important;
        top: 43px !important;
    }

}

@media only screen and (max-width: 800px) {
    body .pix-header-mobile nav.navbar.navbar-hover-drop .navbar-collapse ul#menu-mobile-menu>li#m-menu-item-40322>.dropdown-menu.show {
        height: 90px !important;
    }
}

@media only screen and (max-width: 767px) {
    html.is-active-menu .pixfort-header-area.pixfort-area-content.pix-topbar.pix-header-mobile.pix-topbar-normal {
        display: none !important;
    }

    /* 	
	ul#menu-mobile-menu li#m-menu-item-31059 {
    position: fixed;
    bottom: 75px;
}
ul#menu-mobile-menu li#m-menu-item-31063 {
    position: fixed;
    bottom: 25px;
} */
    .collmakectn h1.pix-highlighted-items br {
        display: none;
    }

    .catpostdmy ul.dce-image-inline li span.dce-term-item.term408 {
        font-size: 16px;
        line-height: 20px;
    }

    .is-active-menu .pix-header-mobile .navbar-collapse {
        max-height: 100vh;
    }

    .ftrherlistctn li.elementor-icon-list-item {
        width: 100%;
    }

    .ftrderlistctn span.elementor-icon-list-text {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .ftrherlistctn span.elementor-icon-list-text {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .ftrmenuhtctn h2.elementor-heading-title a {
        color: #A7D0D9;
    }

    .ftrsetctn .faq_ftr_cstm a {
        font-size: 14px;
    }

    .ftrsetctn .updates_ftr_cstm a {
        font-size: 14px;
    }

    .ftrherlistctn li.elementor-icon-list-item {
        padding: 7px 7px !important;
    }

    .ftrderlistctn li.elementor-icon-list-item {
        padding: 7px 7px !important;
    }

    .ftrderlistctn li.elementor-icon-list-item {
        width: 100%;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-attachment {
        width: 100% !important;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-content {
        width: 100% !important;
        padding: 20px !important;
    }

    .refer .referenzen-Home-slider .slide-outer-box .slide-attachment img {
        border-radius: 24px 24px 0 0 !important;
    }

    body .image-content-slide .slide-content-inner-top-tags p {
        font-size: 13px;
        line-height: 19px;
    }

    body .image-content-slide .slide-content-inner-bottom-box .cnt-main p {
        font-size: 13px;
        line-height: 19px;
    }

    body .image-content-slide .slide-content-inner-top-tags .slide-content-inner-top-left-tags p.tg {
        font-size: 14px;
    }

    body .image-content-slide .slide-content-inner-top-tags .slide-content-inner-top-right-tags p.tg {
        font-size: 14px;
    }

    body .image-content-slide h3 {
        font-size: 18px;
        line-height: 26px;
    }

    body .refer .referenzen-Home-slider .slide-outer-box .video-content-slide .cnt-main p {
        font-size: 20px;
        line-height: 26px;
        max-width: 100%;
    }

    .nochheutectn .elementor-widget-button a.elementor-button {
        width: 100%;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper {
        min-height: inherit;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper figure {
        width: 72px;
        height: 72px;
        line-height: 72px;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper figure img {
        width: 31px;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title {
        font-size: 14px;
        line-height: 20px;
    }

    body .tabctnwrpr .reuing .elementor-image-box-wrapper {
        padding: 20px 10px;
    }

    body .referenzen-Home-slider button.slide-arrow {
        top: 50%;
        width: 40px;
        height: 40px;
        z-index: 99;
    }

    body .referenzen-Home-slider button.slide-arrow.prev-arrow {
        left: 0%;
        margin-left: -12px;
    }

    body .referenzen-Home-slider button.slide-arrow.next-arrow {
        right: 0%;
        margin-right: -12px;
    }

    body .site-footer2 .elementor-icon-box-wrapper {
        display: flex !important;
    }

    body .site-footer2 .elementor-icon-box-wrapper .elementor-icon-box-content {
        text-align: left;
        margin-left: 10px;
    }

    body .refer .elementor-widget-button .elementor-button-wrapper {
        width: 100%;
    }

    body .refer .elementor-widget-button .elementor-button-wrapper a.elementor-button {
        width: 100%;
    }

    body .reuing .elementor-container {
        display: flex;
        justify-content: center;
    }

    .hm-tab .elementor-tabs-wrapper {
        display: block !important;
    }

    .hm-tab .elementor-tabs-wrapper .elementor-tab-desktop-title {
        padding: 8px 12px !important;
        height: auto;
        font-size: 12px !important;
        line-height: 14px !important;
        margin: 0 1px 2px !important;
        display: inline-block !important;
    }

    .dine-mob .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content span {
        font-weight: 600;
    }

    .unsere .elementor-widget-image img {
        max-height: 450px;
        object-fit: fill;
        vertical-align: top;
        border-radius: 16px;
        width: 100%
    }

    .unsere .elementor-widget-wrap .elementor-widget-heading h3.elementor-heading-title br {
        display: none;
    }

    .unsere .elementor-widget-wrap .elementor-widget-heading h3.elementor-heading-title {
        max-width: 90%;
    }

    body .refer .referenzen-Home-slider .slick-slide.slide-outer-box:first-child .slide-content-inner-bottom-box:after {
        height: 30px;
        width: 30px;
        background-size: cover;
        bottom: -80px;
    }

    body .blg-pst .elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap {
        min-height: 520px;
    }

    body .footer-address .elementor-icon-box-icon {
        top: 3px;
        margin-right: 2px !important;
    }

    body .footer-lg-sec .elementor-widget-pix-img .pix-img-element {
        width: 100%;
        text-align: center !important;
    }

    body .footer-lg-sec .elementor-widget-pix-img .pix-img-element .pix-img-el {
        text-align: center !important;
    }

    /* .home .hero-sec + section.elementor-section {margin-top: -33%;} */
    .page-id-7610 .bannerheadcss.ctn h1.pix-highlighted-items {
        line-height: 38px;
    }

    .page-id-7610 .bannerheadcss.ctn h1.pix-highlighted-items span {
        line-height: 18px !important;
    }

    .accordianctnwtl .elementor-accordion-item {
        margin-bottom: 12px !important;
    }

    .accordianctnwtl .elementor-tab-title.elementor-active {
        padding-bottom: 10px !important;
    }

    .accordianctnwtl .elementor-accordion .elementor-accordion-item:nth-child(1) span.elementor-accordion-icon {
        margin-top: 0px;
    }

    body .accordianctnwtl span svg {
        width: 18px !important;
        height: 18px !important;
    }

    .accordianctnwtl .elementor-tab-title {
        padding: 16px 16px !important;
        display: flex;
    }

    /* .page-id-9520 .accordianctnwtl .elementor-tab-title {
        display: block;
    }*/

    .accordianctnwtl .elementor-tab-content {
        padding-left: 50px !important;
    }

    .transparenterelcss h3.elementor-heading-title br {
        display: none;
    }

    .bietetdircss {
        margin: 0;
    }

    .hero-sec h1 span {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-sec h1.pix-highlighted-items {
        font-size: 28px;
        line-height: 38px;
    }

    span.text-body-default {
        font-size: 17px;
        line-height: 25px;
    }

    body .hero-sec .pix-el-text p.resp-option span {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .hero-sec .kostctnbtn,
    .hero-sec .bannerbtncss {
        width: 100% !important;
    }

    .hero-sec .kostctnbtn a.btn,
    .hero-sec .bannerbtncss a.btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 16px !important;
        line-height: 26px !important;
        box-shadow: none !important;
    }

    .hero-sec .kostctnbtn a.btn span,
    .hero-sec .bannerbtncss a.btn span {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .pix-header {
        margin-top: 0;
    }

    .footer-lg-sec .elementor-widget-pix-img {
        text-align: center;
    }

    body .footer-lg-sec .elementor-widget-pix-img .elementor-widget-container {
        text-align: center !important;
    }

    body .footer-lg-sec .elementor-widget-image-box {
        width: 50% !important;
    }

    body .footer-lg-sec .elementor-widget-image-box {
        width: 50% !important;
        max-width: 50% !important;
    }

    body .footer-lg-sec .elementor-widget-image-box .elementor-widget-container {
        margin-top: 0 !important;
    }

    body .footer-lg-sec .elementor-widget-image-box .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }

    body .footer-lg-sec .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
        margin-right: 10px !important;
    }

    .site-footer2 .elementor-nav-menu__container {
        background: transparent;
    }

    .site-footer2 .elementor-nav-menu__container li a.elementor-item {
        padding: 3px 0;
        color: #A7D0D9;
    }

    .site-footer2 .elementor-widget-pix-sliding-text {
        margin-bottom: 0px !important;
    }

    /* .footer-address .elementor-widget-icon-box p.elementor-icon-box-description br {
    display: none;
} */

    .footer-address .elementor-widget-icon-box p.elementor-icon-box-description {
        max-width: 60%;
    }

    .footer-address .elementor-widget-icon-box {
        margin-bottom: 7px;
    }

    body .footer-address {
        padding: 25px 0 !important;
    }

    .copyright .elementor-column .elementor-widget-wrap {
        justify-content: center;
        margin-bottom: 15px;
    }

    .tabctnwrpr .elementor-widget-tabs .elementor-widget-container {
        border-color: transparent !important;
    }

    .unserelosctn h2.pix-highlighted-items {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .pix-topbar .d-inline-flex span.line-height-1 a {
        color: #fff;
        text-decoration: underline !important;
    }

    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 31px;
    }

    .pix-topbar a.cross {
        top: 22px;
        right: -15px;
    }

    .tabctnwrpr .elementor-widget-tabs .elementor-tab-content {
        padding: 0;
    }

    a.sticky-contact {
        right: 10px;
        top: 75%;
    }

    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 22px;
        font-size: 11px;
        line-height: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    header.pix-header-mobile {
        background: #FFF3E8 !important;
        border-bottom: 1px solid #D5E8EC;
    }

    html.is-active-menu body header.pix-header-mobile.pix-header,
    html.is-active-menu body header#mobile_head.pix-header {
        background: #fff !important;
        border-bottom: 1px solid #D5E8EC;
    }

    /*     body .hamburger-box>span.hamburger-inner:after,
    .hamburger-box>span.hamburger-inner {
        height: 0 !important;
    } */

    body .navbar-toggler.is-active .hamburger-box>span.hamburger-inner:after,
    body .navbar-toggler.is-active .hamburger-box>span.hamburger-inner {
        height: 2px !important;
    }

    body .hamburger-inner .hamburger-inner-before {
        top: -7px;
    }

    body .hamburger--spin:not(.is-active) .hamburger-inner-after {
        bottom: -7px;
    }

    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        right: 9px;
    }

    .hero-sec h1 span,
    .bannerheadcss h1 span {
        top: -2px;
    }

    .bannerheadcss span#el-341d4e5-1 {
        border-radius: 7px;
    }

    .bannerheadcss span#el-341d4e5-4,
    .zusamctn span#el-807f0f6-0 {
        border-radius: 7px
    }

    .unserelosctn span#el-edc9a1a-1,
    .pix-highlight-bg {
        border-radius: 7px !important;
    }

    h2.pix-highlighted-items span {
        top: -2px;
    }

    .tabctnwrpr {
        background-position: center 57% !important;
        background-repeat: no-repeat !important;
        background-size: 800px !important;
    }

    .page-id-6215 .hero-sec h1 span,
    .page-id-6215 .bannerheadcss h1 span {
        font-size: 29px;
        display: block;
        line-height: 38px;
    }

    .meherfbtn a.elementor-button {
        width: 100%;
    }

    .nochheutectn section.elementor-section {
        background-position: top center;
        background-size: 100% 78%;
        overflow: hidden;
    }

    .nochheutectn .elementor-widget-heading {
        margin-bottom: 7px;
    }

    .nochheutectn .elementor-widget-text-editor {
        margin-bottom: 0px;
    }

    .site-footer2 .elementor-nav-menu__container li a.elementor-item:focus,
    .site-footer2 .elementor-nav-menu__container li a.elementor-item:hover {
        outline: 0 !important;
        background: none !important;
    }

    .nochheutectn .elementor-widget-button a.elementor-button {
        padding: 12px 32px !important;
    }

    .back_to_top svg {
        color: #fd7819;
    }

    .copyright .elementor-widget-wrap .elementor-widget-pix-button a.btn {
        border-bottom: 1px solid #A7D0D9;
        border-radius: 0;
    }

    .copyright .elementor-widget-wrap .elementor-widget-pix-button:last-child .elementor-widget-container {
        margin-right: 0;
        padding-right: 0;
    }

    body .back_to_top {
        right: 15px;
    }

    .copyright .follow-mob h3 {
        margin-bottom: 15px;
        display: inline-block;
    }

    /* .home .hero-sec + section.elementor-section{margin-top: -26%;} */
    .unsere .elementor-widget-wrap .elementor-widget-heading h3.elementor-heading-title {
        width: 85%;
    }

    .bannerheadcss h1 span {
        font-size: 28px;
        line-height: 38px;
    }

    .pix-header-mobile .nav-item .pix-dropdown-title svg.pixfort-icon {
        display: none !important;
    }

    .page-id-9520 .bannerheadcss.soft h1.pix-highlighted-items {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .colrevctn .elementor-container.elementor-column-gap-default {
        flex-direction: column-reverse;
    }

    .page-id-9520 .accordianctnwtl .elementor-tab-content {
        padding-bottom: 15px;
    }

    body .footer-lg-sec .in-der .elementor-image-box-content p.elementor-image-box-description a {
        padding: 6px 7px;
    }

    body .footer-lg-sec .elementor-widget-image-box.in-der {
        margin-left: 3px;
        width: calc(50% - 3px) !important;
    }


    body .footer-lg-sec .elementor-widget-image-box.in-der p.elementor-image-box-description {
        font-size: 12px;
        line-height: 14px;
    }

/*     .tabctnwrpr .reuing .elementor-image-box-wrapper figure>a img {
        top: 20px;
    } */

    .optim h1,
    .bannerheadcss.optim h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .page-id-7610 .bannerheadcss.optim .pix-highlighted-items span,
    body .bannerheadcss.optim .pix-highlighted-items span {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    body.home .tabctnwrpr .reuing .elementor-image-box-wrapper {
        text-align: center;
    }

    body .contact-slide {
        width: 335px;
    }

    body .contact-slide .main-title {
        padding: 0;
    }

    body .contact-slide h2.main-title.h4 {
        font-size: 22px;
        line-height: 28px;
    }

    body .contact-slide .subtitle {
        font-size: 18px;
        margin: 10px 0 15px;
        line-height: 28px;
        padding: 0;
    }

    body .contact-slide .contacts-block {
        padding: 0px;
    }

    body .contact-slide .contacts-block a span,
    body .contact-slide .contacts-block a span p {
        font-size: 16px;
        line-height: 22px;
    }

    body .contact-slide .contacts-block {
        margin-bottom: 0;
    }

    body .contact-slide .contact-slide-links-list a h3,
    body .contact-slide .contact-slide-links-list h3 {
        font-size: 16px;
    }

    body .contact-slide .contact-slide-links-list a h3 p,
    .contact-slide-links-list button h3 p {
        font-size: 14px;
        margin-top: 7px;
    }

    body .back-slide-btn,
    body .contact-slide-close-btn {
        border: none;
        background: transparent;
    }

    body .contact-slide.request-slide,
    body .contact-slide.message-slide {
        padding: 30px 15px;
    }

    body .request-slide .content-holder span.main-title,
    body .message-slide .content-holder span.main-title {
        font-size: 22px;
        line-height: 28px;
    }

    body .contact-slide-btn.close.active {
        left: 0;
    }

    body .contact-slide.request-slide .content-holder,
    body .contact-slide.message-slide .content-holder {
        height: inherit;
    }

    body .contact-slide.request-slide .Submit,
    body .contact-slide.message-slide .Submit {
        position: relative;
    }

    body .contact-slide-btn,
    body .contact-slide-btn:after {
        width: 71px;
        height: 60px;
    }

    body .contact-slide-btn.close.active {
        width: 50px;
        height: 40px;
        background-size: cover;
    }

    body .contact-slide-btn:after {
        top: 12px !important;
        left: 13px !important;
    }

    body .contact-slide-btn {
        top: auto;
        bottom: 120px;
        opacity: 1 !important;
    }

    .fre-temp .bannerheadcss h1.pix-highlighted-items {
        line-height: 38px;
    }

    .error404 #pix-page-footer section.elementor-section {
        padding-top: 0px;
    }

    .color-card-box .card {
        width: 100%
    }

    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-des {
        width: 100%;
    }

    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper {
        width: 100%;
        flex-direction: inherit;
    }

    .cky-consent-container .cky-consent-bar .cky-notice .cky-notice-group .cky-notice-btn-wrapper button {
        width: calc(50% - 10px);
        margin: 10px 5px;
    }

    div#pagination .pagination span.pagination-link a {
        padding: 8px 11px;
    }

    .footer-lg-sec .elementor-image-box-content p.elementor-image-box-description {
        margin-bottom: 0;
    }

    .blog-stories.color-card-box .card:first-child .post-thumbnail img {
        height: 100% !important;
    }

    .blog-stories.color-card-box .card:first-child .card-body-btn {
        width: 100%;
        position: relative;
        padding: 15px 15px;
        margin: 0;
    }

    .blog-stories.color-card-box .card:first-child .card-body {
        padding: 20px;
    }

    .bannerheadcss.soft.optim h2.templately-heading-title {
        text-align: center;
    }

    .webinare-team-cards .webinar-card-item .elementor-image-box-img {
        width: 60% !important;
        margin: 0 auto !important;
    }

    .contact-slide ul.contact-slide-links-list li h3 {
        font-size: 16px;
        line-height: 16px !important;
    }

    .contact-slide ul.contact-slide-links-list li {
        margin-bottom: 5px !important;
    }

    .contact-slide ul.contact-slide-links-list li button {
        padding: 10px 40px 10px 10px;
    }

    .contact-slide ul.contact-slide-links-list li>a {
        padding: 10px 40px 10px 10px;
    }

    .hero-sec h1 span br {
        display: none !important;
    }

    body .cky-preference-content-wrapper,
    body .cky-gpc-wrapper .cky-gpc-desc {
        padding: 5px 0;
    }

    body .cky-preference-header {
        padding: 10px 24px;
        border-bottom: 0px solid;
    }

    /* body .contact-slide{top:130px;}
    body.scrolled-down .contact-slide{top:75px;} */
    body .speaker h3 {
        font-size: 22px;
        line-height: 30px;
    }

    body .speaker p strong,
    body .speaker p span,
    body .speaker p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }

    .row.faq_cnt_cstm .col-4 {
        position: relative !important;
        top: 0 !important;
    }

    .faq_cnt_cstm .col-8 {
        margin-top: 20px;
    }

    .faq_cnt_cstm .Ref-wrp h3 {
        font-size: 20px;
    }

    body .faq_cnt_cstm .pro-ctn p {
        font-size: 16px !important;
    }

    body.single-event.black-cstm-template .event-bnr-sec.blk {
        display: block;
        background-position: 35% 0%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .faq_cnt_cstm .tab-content #target-cntn_1:nth-child(2),
    .faq_cnt_cstm .tab-content #target-cntn_2:nth-child(3) {
        padding-top: 25px;
    }

    body .faq_cnt_cstm .nav-pills .nav-link.active {
        padding: 10px 20px;
    }

    body .faq_cnt_cstm .nav-pills .nav-link {
        padding: 10px 20px;
    }

    .home .hero-sec .bannerbtncss a.btn span {
        font-size: 20px !important;
    }

    .blogstr_hm.blog-stories.color-card-box .card:first-child,
    .press_user .single-press .press_media_blg.color-card-box .card:first-child {
        width: 100%;
    }

    .blogstr_hm button.slide-arrow {
        top: 50%;
        width: 40px;
        height: 40px;
        z-index: 99;
        position: absolute;
        border-radius: 50%;
        background: #004B5C;
        border: none;
        margin-top: -30px;
        line-height: 0px;
    }

    .blogstr_hm button.slide-arrow.next-arrow {
        right: 0%;
        margin-right: -12px;
    }

    .blogstr_hm button.slide-arrow.prev-arrow {
        left: 0%;
        margin-left: -12px;
    }

    .blogstr_hm button.slide-arrow.prev-arrow img {
        transform: rotate(180deg);
    }

    .blogstr_hm button.slide-arrow img {
        line-height: 0px;
    }

    .color-card-box .card .card-body h3.card-title,
    .color-card-box .card .card-body h3.card-title a {
        font-size: 22px;
        line-height: 28px;
    }

    .refer .referenzen-Home-slider .slide-outer-box .video-content-slide h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title {
        margin: 0 0px;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 7px;
    }

    .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        left: 0;
    }

    #m-tabs .elementor-tab-desktop-title {
        padding: 11px 0px;
        text-align: left;
    }

    html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
    html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2),
    html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        left: 0;
    }

    html[lang="fr-FR"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
    html[lang="en-Us"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1),
    html[lang="es-ES"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 0;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(2) {
        left: 0;
    }

    html[lang="it-IT"] .tabcotnfrm .elementor-tabs-wrapper .elementor-tab-title:nth-child(1) {
        right: 0;
    }

    body .dce_masking-none img.attachment-full {
        width: 100%;
        max-width: 450px;
    }

    .cnt-bottom-btn-box button.cnt-bottom-btn {
        width: 100%;
    }

    .referenzen .elementor-button {
        width: calc(100% - 30px);
    }

    .pres-hero .elementor-widget-button a.elementor-button {
        width: 100%;
    }

    .bietetdircss .elementor-widget-container p,
    .bietetdircss .elementor-widget-container {
        font-size: 16px;
        line-height: 22px;
    }

    .phoneemailcss li.elementor-icon-list-item {
        width: 47%;
    }

    .phoneemailcss li.elementor-icon-list-item a span {
        font-size: 15px;
    }

    .sminotabrvcss .accordion-card .card .card-header .btn span {
        font-size: 17px;
    }

    .sminotabrvcss .accordion-card .card .card-body p {
        font-size: 15px;
        line-height: 22px;
    }

    .sminotabrvcss .accordion-card .card .card-body {
        padding: 10px 5px;
    }

    .single-blog .elementor-widget-dyncontel-terms span.dce-term-item {
        font-size: 12px;
    }
}



@media (max-width: 760px) {
    .follow-mob svg.pixfort-icon {
        margin-top: 4px !important;
    }

    span.pix-dropdown-title.text-sm.btn-2.pix-header-text {
        color: #fff !important;
    }

    [data-area=m_topbar],
    [data-area=topbar] {
        z-index: 1 !important;
    }

    .hm-tab .elementor-tabs-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
    }

    /*#m-tabs .elementor-tabs-wrapper {
    display: flex;
        flex-direction: row;
  }*/
    .hm-tab .elementor-tab-desktop-title {
        padding: 11px 13px;
    }
}

@media (max-width: 760px) {
    .hm-tab .elementor-tab-mobile-title {
        display: none;
    }
}

@media (max-width: 660px) {
    .story-container .testimonial {
        padding: 15px !important;
        display: block;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
    }

    .testimonial .testimonial_cntnt {
        width: 95%;
    }

    .story-container .testimonial p {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .story-container .testimonial h4 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .unsere .elementor-widget-image img {
        max-height: 320px;
    }

    /* .home .hero-sec + section.elementor-section {margin-top: -33%;} */
    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 10px;
        letter-spacing: 0;
        font-size: 16px;
    }

    .pix-topbar a.cross {
        right: 0px;
    }

    .hm-tab .elementor-tabs-wrapper .elementor-tab-desktop-title {
        padding: 8px 8px !important;
        margin-bottom: 4px !important;
    }

    /* .pix-topbar .d-inline-flex span.line-height-1 br {display: none;} */
    body .referenzen-Home-slider button.slide-arrow {
        line-height: 0px;
    }

    .site-footer2 .pix-social-icons a {
        line-height: 47px;
    }


}

@media only screen and (max-width: 390px) {
    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 15px;
    }

    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 0px;
        letter-spacing: 0;
        font-size: 10px;
    }

    .hm-tab .elementor-tabs-wrapper .elementor-tab-desktop-title {
        padding: 8px 8px !important;
        margin-bottom: 4px !important;
    }

    .pix-topbar .d-inline-flex span.line-height-1 br {
        display: none;
    }


}


@media only screen and (max-width: 385px) {
    .pix-topbar .d-inline-flex span.line-height-1 {
        padding: 0 0px;
        letter-spacing: 0;
        font-size: 10px;
    }

    .hm-tab .elementor-tabs-wrapper .elementor-tab-desktop-title {
        padding: 8px 8px !important;
        margin-bottom: 4px !important;
    }

    .pix-topbar .d-inline-flex span.line-height-1 br {
        display: none;
    }



}


@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .komsichctn .elementor-widget-container h3.elementor-heading-title.elementor-size-default {
        font-size: 23px;
        line-height: 31px;
    }

    .termflexuber .elementor-widget-container h3.elementor-heading-title {
        font-size: 23px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .flexskalbenu .elementor-widget-container h3.elementor-heading-title {
        font-size: 27px !important;
    }

    .termfdeine .elementor-widget-container h3.elementor-heading-title {
        font-size: 23px !important;
        line-height: 30px !important;
    }
}


@media only screen and (min-width: 1140px) and (max-width: 1390px) {
    .nav-item .pix-header-text {
        font-size: 14px;
    }

}


@media (max-width: 380px) {
    .ftrderlistctn span.elementor-icon-list-text {
        font-size: 13px;
        line-height: 18px;
    }

    .ftrderlistctn li.elementor-icon-list-item {
        padding: 6px;
    }

    .ftrherlistctn span.elementor-icon-list-text {
        font-size: 13px;
        line-height: 18px;
    }

    body .contact-slide-btn.close.active {
        width: 40px;
        height: 33px;
    }

    body .contact-slide-btn:after {
        top: 10px !important;
        left: 10px !important;
    }

    body .contact-slide-btn.close.active:after {
        width: 15px;
        height: 13px;
    }

}

body .tabctnwrpr .reuing .elementor-image-box-wrapper .elementor-image-box-content h3.elementor-image-box-title a {
    color: #004B5C;
}

.footer-address p.elementor-icon-box-description a:hover {
    color: #c0d9df;
}

.home .post-cnt {
    padding: 0 25px 20px;
    display: inline-block;
    min-height: 260px;
}

.home .post-cnt p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #4B5A62;
}

.page-id-6656 .pix-header-transparent,
.page-id-40373 .pix-header-transparent,
.page-id-40385 .pix-header-transparent,
.page-id-40378 .pix-header-transparent,
.page-id-33249 .pix-header-transparent {
    background: #ffedf6;
}


@media (max-width: 1240px) {

    .page-id-6656 header#mobile_head,
    .page-id-40373 header#mobile_head,
    .page-id-40385 header#mobile_head,
    .page-id-40378 header#mobile_head,
    .page-id-33249 header#mobile_head {
        background: #ffedf6 !important;
    }
}


@media (min-width: 1025px) and (max-width: 1600px) {
    .ftrherlistctn li.elementor-icon-list-item {
        width: 90%;
    }

    .ftrderlistctn li.elementor-icon-list-item {
        width: 75%;
    }
}

@media (min-width: 200px) and (max-width: 1024px) {
    /* body .pix-header-mobile nav.navbar.navbar-hover-drop .navbar-collapse ul#menu-mobile-menu>li#m-menu-item-40322 >.dropdown-menu.show { height: 70px !important; } */
}


@media (min-width: 992px) and (max-width: 1024px) {

    body .jet-menu-item-6649>.jet-sub-mega-menu,
    body .jet-menu-item-6650>.jet-sub-mega-menu,
    body .jet-mega-menu-item-6649>.jet-mega-menu-mega-container,
    body .jet-mega-menu-item-6650>.jet-mega-menu-mega-container {
        width: 980px !important;
    }

    .megamainmn figure.elementor-image-box-img {
        width: 55px !important;
    }

    .megamainmn figure.elementor-image-box-img {
        width: 55px !important;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        right: 14px !important;
    }

    .is-active-menu header.pix-header-mobile .collapse.navbar-collapse {
        /* position: absolute;
        top: 70px;*/
        max-height: 100vh !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-stories.color-card-box .card:first-child .card-body {
        min-height: 350px;
    }

    .catpostdmy ul.dce-image-inline li span.dce-term-item.term408 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1025px) and (max-width: 1075px) {
    .blog-stories.color-card-box .card:first-child .card-body {
        min-height: 480px;
    }
}


@media (min-width: 1051px) and (max-width: 1240px) {

    html.is-active-menu body header.pix-header.pix-header-mobile,
    html.is-active-menu body header#mobile_head.pix-header {
        background: #fff !important;
    }
}

@media (min-width:200px) and (max-width:767px) {
    .sminotabrvcss .e-n-tabs-heading {
        display: inline-block !important;
        /*flex-wrap: nowrap !important; */

        gap: 10px !important;
        justify-content: center;
    }

    .sminotabrvcss .e-n-tab-title {
        margin: 0 !important;
    }

    .sminotabrvcss .e-n-tabs-heading button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

}


/* newcss 20-12-2024*/
.e-n-tab-title {
    letter-spacing: 0 !important;
}


.flexskalbenu h3.elementor-heading-title {
    word-break: break-all;
}

.cky-modal {
    z-index: 99999999999 !important;
}

.image-title {
    font-family: 'Schibsted Grotesk', serif !important;
    font-size: 20px !important;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    margin-top: 20px;
}

.acf-gallery-slider {
    max-width: 1280px;
    /* overflow: visible!important; */
}

/* .swiper-button-prev {
    margin-left: -50px;
}
.swiper-button-next {
    margin-right: -50px;
} */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
}

.swiper-button-next,
.swiper-button-prev {
    padding: 10px;
    background: #F5781B !important;
    border-radius: 100px;
    font-size: 10px !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: bold;
}

/* .swiper-button-prev {
    margin-left: -40px;
}
.swiper-button-next {
    margin-right: -40px;
} */

@media (min-width:1200px) and (max-width:1400px) {
    #termfdeine .elementor-container {
        justify-content: space-between;
    }

    #termfdeine .elementor-column {
        width: 32%;
        margin: 0px 12px;
    }

    #termfdeine .elementor-widget-wrap {
        margin: 0px;
    }

    section#termfdeine h3 {
        font-size: 28px;
    }
}

/* @media only screen and (max-width: 1390px) {
    body .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1140px;
    }
} */

@media screen and (min-width: 900px) {

    /* .blog-stories.color-card-box .card:first-child .card-body,
    .blog-stories.color-card-box .card:first-child .post-thumbnail img {
        min-height: 500px !important;
    } */
    #kategorienctn .color-card-box .card:first-child .post-thumbnail img,
    #kategorienctn .color-card-box .card:first-child .card-body {
        min-height: 500px !important;
    }

    .single-story-video-modal .modal-content {
        max-width: 60%;
        position: relative;
        margin: 0 auto;
        top: 20%;
        border: 5px solid #ff7819;
    }
}

@media (min-width:767px) and (max-width:1200px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 15px !important;
    }


}

@media only screen and (max-width: 767px) {
    .contact-slide ul.contact-slide-links-list li h3 {
        font-size: 15px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 20px !important;
        height: 20px !important;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 10px !important;
    }

    span.elementor-accordion-icon.elementor-accordion-icon-left {
        height: fit-content;
    }

    a.elementor-accordion-title {
        height: fit-content !important;
    }

    /* #kategorienctn .color-card-box .card:first-child .post-thumbnail img, #kategorienctn .color-card-box .card:first-child .card-body{
        min-height: fit-content;
    }*/
}












@media (min-width:767px) and (max-width:900px) {
    section#tabissue .elementor-column {
        width: 32%;
    }

    section#tabissue .elementor-widget-wrap {
        margin: 0;
    }

    section#tabissue .elementor-container {
        justify-content: space-between;
    }

}

@media screen and (min-width:767px) {
    #smirefcesctn button.slide-arrow.prev-arrow.slick-arrow {
        z-index: 9 !important;
    }

    .maphauctn a {
        /* word-break: break-all; */
        font-size: 14px;
    }

    .maphauctn p {
        /* word-break: break-all; */
        font-size: 14px !important;
    }

}

@media screen and (max-width:1100px) {
    div#loggooo img {
        max-width: 124px !important;
    }
}


@media screen and (max-width:500px) {
    .cky-notice-btn-wrapper button {
        font-size: 14px !important;
    }
}




@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    body .copyright .elementor-widget-image img.attachment-full {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .contact-slide-btn {
        bottom: 150px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1230px) {
    a.cross {
        top: 0 !important;
        height: 56px;
        align-items: center;
        display: flex;
        justify-content: end;
    }

    .contact-slide-btn {
        width: 89px !important;
        height: 72px !important;
    }
}


@media only screen and (min-width: 980px) and (max-width: 1230px) {

    .menu-item-37219,
    .menu-item-31059,
    .menu-item-37223,
    .menu-item-37225,
    .menu-item-37224 {
        margin-top: 50px;
    }
}





@media only screen and (min-width: 1230px) {
    a.cross {
        top: 0 !important;
        display: flex;
        align-items: center;
        height: 36px;
    }
}



/* .pix-topbar a.cross {
    position: static;
    height: auto;
    width: auto;
    
}
.pix-topbar span.line-height-1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
} */
/* newcss 20-12-2024 end*/







/*.accordianctnwtl span.elementor-accordion-icon {
    height: 80px;
}*/

.blogmenuctbn .elementor-image-box-img {
    width: 30%;
    margin-right: 15px !important;
}

.blogmenuctbn .elementor-image-box-title {
    margin-bottom: 7px;
    color: #004B5C !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: 0.5px;
}

body .jet-sub-mega-menu .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title a {
    font-size: 14px !important;
}

@media screen and (min-device-width: 1024px) and (max-device-width: 25000px) {
    #fixing .elementor-inner-column {
        width: 32%;
    }

    #fixing .elementor-container {
        justify-content: space-between;
    }

    #fixing .elementor-widget-wrap {
        margin: 0;
    }

    /* 	#fixing h3 {
    word-break: break-all;
} */
    .testimonial p,
    .testimonial {
        font-size: 26px !important;
        line-height: 36px;
        margin-bottom: 0px;
    }

    .testimonial #p p,
    #p .elementor-widget-container {
        font-size: 18px !important;
        line-height: 20px;
        margin-bottom: 0px;
    }

}








@media screen and (max-device-width: 1024px) {
    div#wpadminbar {
        max-width: 100%;
        overflow-x: hidden;
    }
}



@media (min-width: 992px) and (max-width: 1037px) {
    header#masthead .container {
        padding: 0 10px !important;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {

    html[lang="en-US"] .jet-sub-mega-menu,
    html[lang="en-US"] .jet-mega-menu-mega-container {
        margin-left: -90px !important;
    }

    html[lang="fr-Fr"] .jet-sub-mega-menu,
    html[lang="fr-Fr"] .jet-mega-menu-mega-container {
        left: -116px !important;
    }

    html[lang="it-IT"] .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-mega-container {
        left: -175px;
    }

    html[lang="es-ES"] .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-mega-container {
        left: -92px !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6649 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
        left: 17% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 26% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 29%;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -125px !important;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 33% !important;
    }

    html[lang="en-US"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="en-US"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 26%;
    }
}


@media (min-width: 1025px) and (max-width: 1035px) {

    html[lang="en-US"] .jet-sub-mega-menu,
    html[lang="en-US"] .jet-mega-menu-mega-container {
        margin-left: -70px !important;
    }

    html[lang="fr-Fr"] .jet-sub-mega-menu,
    html[lang="fr-Fr"] .jet-mega-menu-mega-container {
        left: -122px !important;
    }

    html[lang="it-IT"] .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-mega-container {
        left: -154px;
    }

    html[lang="es-ES"] .jet-sub-mega-menu,
    html[lang="es-ES"] .jet-mega-menu-mega-container {
        left: -94px !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6649 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
        left: 17% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 25% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 27% !important;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="fr-FR"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: -125px !important;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="fr-FR"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 34% !important;
    }

    html[lang="en-US"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="en-US"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 30%;
    }
}


@media (min-width: 1036px) and (max-width: 1380px) {

    html[lang="en-US"] .jet-sub-mega-menu,
    html[lang="en-US"] .jet-mega-menu-mega-container {
        left: -180px;
    }

    html[lang="fr-Fr"] .jet-sub-mega-menu,
    html[lang="fr-Fr"] .jet-mega-menu-mega-container {
        left: -152px !important;
    }

    html[lang="fr-Fr"] body li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="fr-Fr"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 26% !important;
    }

    html[lang="fr-Fr"] body li#jet-menu-item-6649 .jet-sub-mega-menu::before,
    html[lang="fr-Fr"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
        left: 18% !important;
    }

    html[lang="it-IT"] .jet-sub-mega-menu,
    html[lang="it-IT"] .jet-mega-menu-mega-container {
        left: -183px;
    }

    html[lang="it-IT"] body .jet-menu-item-6649 .jet-sub-mega-menu:before,
    html[lang="it-IT"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container:before {
        left: 21% !important;
    }

    html[lang="it-IT"] body li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="it-IT"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 29% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6650 .jet-sub-mega-menu,
    html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -128px !important;
    }
	html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
    left: -276% !important;
  }
    html[lang="es-ES"] li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 38% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-6649 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
        left: 26% !important;
    }

    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -105px;
    }

    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 31% !important;
    }
}


@media (min-width: 1381px) and (max-width: 1390px) {

    body li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    body li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 26% !important;
    }
}

@media (min-width: 1391px) and (max-width: 1429px) {

    body li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    body li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
        left: -382% !important;
    }
	
	 html[lang="en-US"] body li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
    left: -358% !important;
  }
	 html[lang="es-ES"] body li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container {
    left: -344% !important;
  }
}


@media (max-width: 1390px) {

    html[lang="fr-Fr"] .jet-sub-mega-menu::before,
    html[lang="fr-Fr"] .jet-mega-menu-mega-container::before {        
		left: 30% !important;	 
    }
    html[lang="fr-Fr"] li#jet-menu-item-6650 .jet-sub-mega-menu::before,
    html[lang="fr-Fr"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
        left: 40% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    html[lang="fr-Fr"] body header#masthead .container .dropdownlang.pix-wpml-header-btn button.dropbtn_lang,
    html[lang="es-ES"] body header#masthead .container .dropdownlang.pix-wpml-header-btn button.dropbtn_lang {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header#masthead .container {
        padding: 0 8px !important;
    }

    html[lang="fr-Fr"] body header#masthead .container .dropdownlang.pix-wpml-header-btn,
    html[lang="es-ES"] body header#masthead .container .dropdownlang.pix-wpml-header-btn {
        padding-left: 5px !important;
        padding-right: 5px;
    }
}


@media (min-width: 992px) and (max-width: 1261px) {
    html[lang="es-ES"] header#masthead .d-inline-block.slide-in-container.pix-waiting.pix-animate.animated {
        padding-right: 0;
    }

    html[lang="es-ES"] header#masthead .megamenucss .elementor-widget-wrap.elementor-element-populated {
        padding-left: 0;
        padding-right: 0;
    }

    html[lang="es-ES"] header#masthead .megamenucss .elementor-widget-wrap.elementor-element-populated ul li a {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    html[lang="es-ES"] header#masthead .megamenucss .elementor-widget-wrap.elementor-element-populated ul li a i.jet-dropdown-arrow.fa.fa-angle-down {
        margin-left: 4px !important;
    }
}



@media (min-width: 1391px) and (max-width: 1800px) {

    /* html[lang="es-ES"] li#jet-menu-item-6649 .jet-sub-mega-menu::before {
    left: 17% !important;
} */
    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="it-IT"] li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container,
    html[lang="it-IT"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -100px;
    }

    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="it-IT"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="it-IT"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="es-ES"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before,
    html[lang="it-IT"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-containe::beforer {
        left: 34%;
    }
}


@media (min-width: 993px) and (max-width: 1800px) {

    html[lang="it-IT"] li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="it-IT"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -100px;
    }

    html[lang="it-IT"] li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="it-IT"] li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 34%;
    }
}

@media (min-width: 1036px) and (max-width: 1380px) {

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -125px !important;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 42% !important;
    }
}

@media (min-width: 1381px) and (max-width: 1450px) {

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container {
        left: -120px;
    }

    html[lang="fr-FR"] body li#jet-menu-item-34912 .jet-sub-mega-menu::before,
    html[lang="fr-FR"] body li#jet-mega-menu-item-34912 .jet-mega-menu-mega-container::before {
        left: 36%;
    }
}

/* @media (min-width: 1280px) and (max-width: 1380px){
html[lang="es-ES"] li#jet-menu-item-6649 .jet-sub-mega-menu::before {
    left: 17% !important;
}
}  */



html[lang="en-US"] .contact-slide-btn:after,
html[lang="fr-FR"] .contact-slide-btn:after {
    background-image: url(/wp-content/uploads/2025/01/Smino-Sticky-Kontakt-03-1.svg);
}

.contact-slide-btn.active:after {
    background-image: url("/wp-content/uploads/2024/08/Smino-Close-White.svg") !important;
}

html[lang="it-IT"] .contact-slide-btn:after {
    background-image: url(/wp-content/uploads/2025/01/Smino-Sticky-itee-03-1-3.svg);
}

html[lang="es-ES"] .contact-slide-btn:after {
    background-image: url(/wp-content/uploads/2025/01/Smino-Sticky-Spn-03-1-5-1.svg);
}

/* 
@media (min-width: 992px) and (max-width: 1024px){
.pixfort-header-area.pixfort-area-content.pix-topbar.position-relative2.pix-header-desktop.pix-topbar-normal {
    display: none;
}
header#masthead {
    display: none !important;
}
html body [data-area="m_topbar"], html body 
 [data-area="m_header"], html body  [data-area="m_stack"] {
    display: block !important;
}	
}

@media (min-width: 991px) and (max-width: 1024px){
.is-active-menu body .hamburger-inner, .is-active-menu body .hamburger-inner:after, .is-active-menu body .hamburger-inner .hamburger-inner-before, .is-active-menu body .hamburger-inner .hamburger-inner-after {
    width: 20px;
    height: 2px;
    background: #004B5C;
}
.pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
    right: 10px !important;
}		
} */
.categorynamelink div#category-name .elementor-author-box__bio {
    margin-bottom: 0;
    line-height: 30px;
}

div#category-name ul.dce-image-inline li span {
    line-height: 30px;
    font-size: 20px;
    color: #4B5A62;
    font-weight: 500;
}

.catpostdmy .elementor-widget-wrap.elementor-element-populated .dce-terms {
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .categorynamelink div#category-name .elementor-author-box__bio {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 1024px) {
    div#category-name ul.dce-image-inline li {
        margin-left: 0;
    }
}



@media (min-width: 993px) and (max-width: 1024px) {
    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        right: 16px !important;
        width: 16px;
        height: 16px;
    }
}

/*****menu mobile********/
@media (max-width: 1024px) {
    .is-active-menu #mobile_head .navbar-nav {
        display: block !important;
        max-height: 100% !important;
    }

    body .pix-header .nav-style-megamenu>li.nav-item {
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .navbar-nav.nav-style-megamenu .d-lg-flex {
        width: 100% !important;
    }

    html.is-active-menu header.pix-header-mobile .navbar-collapse {
        position: absolute !important;
        top: 70px !important;
        width: calc(100% - 27px) !important;
        margin: 0 auto;
        padding-left: 8px;
        padding-top: 10px;
        max-height: 75vh !important;
        overflow-y: scroll;
        left: 10px;
    }

    html.is-active-menu .pixfort-header-area.pixfort-area-content.pix-topbar {
        display: none !important;
    }

    a.font-weight-bold.pix-nav-link.text-body-default.nav-link.lgn_rdrt.pix-waiting.pix-animate.fade-in.animated {
        z-index: 999999 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html.is-active-menu header.pix-header-mobile .collapse.navbar-collapse {
        max-height: 78vh !important;
    }

    html.is-active-menu {
        overflow: hidden !important;
    }

    #page #mobile_head .navbar-nav {
        max-height: 100% !important;
        overflow-y: auto !important;
    }

    .pix-header .navbar-nav .menu-item a.dropdown-toggle:before {
        height: 16px;
        width: 16px;
    }

    body .pix-header .nav-style-megamenu>li.nav-item {
        padding: 0;
    }
}

/***************Start Font Size CSS*************************/
/*
@media (max-width: 992px) {
    .color-card-box .card .card-body-btn a.btn {
        font-size: 16px !important;
    }

    .ftrwrpwor h2,
    body.page .ftrwrpwor h3.elementor-heading-title.elementor-size-default {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .elementor-accordion a.elementor-accordion-title {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .elementor-accordion p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .ftrwrpwor .elementor-widget-container {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .elementor-widget-shortcode a.elementor-button {
        font-size: 16px !important;
    }
}

@media (min-width:200px) and (max-width:767px) {

    body.page .bannerfontonecss h1.pix-highlighted-items span,
    body.page h2.pix-highlighted-items,
    body.page .bannerfonttwocss h2.pix-highlighted-items span {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .bannerfontonecss p span,
    .bannerfonttwocss p span,
    body.page .bannerfonttwocss h1,
    .ftrwrpwor .listlinetxt ul li {
        font-size: 16px !important;
    }

    body.page p,
    .listlinetxt ul li,
    .listblocktxt ul li,
    .listlctntxt ul li {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    body.page h3.elementor-heading-title.elementor-size-default {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    body.page .innersubheadingcss h3.elementor-heading-title.elementor-size-default {
        font-size: 18px !important;
    }

    .card-header .btn {
        font-size: 16px !important;
    }

    .elementor-active {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    body .innersubheadingcss p,
    .innersubheadingcss h3.pix-highlighted-items.pix-waiting.pix-animate.animated span {
        font-size: 18px !important;
    }

    body .pix-header .navbar .d-inline-flex a {
        padding: 5px 11px !important;
        font-size: 14px !important;
        font-weight: normal !important;
    }

    body .sminotabrvcss .e-n-tab-title .e-n-tab-title-text {
        font-size: 16px !important;
    }

    .story-text p {
        font-size: 14px;
    }

    .datewebcss span.elementor-icon-list-text {
        font-size: 14px !important;
    }
}
*/
/****************End Font Size CSS*************************/
/***************Start Font Size CSS*************************/
@media (min-width:200px) and (max-width:767px) {
.iconboxclt span.elementor-icon-list-text {
    font-size: 16px !important;
}
	.elementor-widget-shortcode a.elementor-button {
        font-size: 16px !important;
    }
/* animated section font size */
.bietetdircss .elementor-widget-container p {
    text-align: left;
    padding: 0 8px;
}
	    .home .hero-sec .bannerbtncss a.btn span {
        font-size: 16px !important;
    }
/* 	.animated-slow .elementor-widget-container p {
    font-size: 18px !important;
    line-height: 26px !important;
}
.animated-slow .elementor-widget-container p.elementor-heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
} */
.animated-slow .elementor-widget-container p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.animated-slow .elementor-widget-container p.elementor-heading-title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
}
.animated-slow .elementor-widget-container img {
    width: 280px;
}
.animated-slow.elementor-section-boxed, .animated-slow .elementor-section-boxed {
    padding: 20px !important;
    padding-top: 20px !important;
}

.animated-slow {
    margin-left: 10px;
    margin-right: 10px;
}
.plancodetxt p.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
    line-height: 30px !important;
}
.plancodetxt .elementor-widget-container {
    font-size: 16px !important;
    line-height: 22px !important;
}	
	.plancodetxt .animated-slow {
    margin: 0;
		padding:10px !important
}
/* end animated section font size */	
body.page .bannerfontonecss h1.pix-highlighted-items span, body.page h2.pix-highlighted-items, body.page .bannerfonttwocss h2.pix-highlighted-items span {
    font-size: 28px !important;
    line-height: 36px !important;
}
		.bannerfontonecss span.elementor-button-text, body.page .bannerfonttwocss h1, .bannerfonttwocss span.elementor-button-text, .bannerfontonecss p span, .bannerfonttwocss p span {
    font-size: 18px !important;
}
	.ftrwrpwor .listlinetxt ul li {
    font-size: 16px !important;
}
	body.page p, .listlinetxt ul li, .listblocktxt ul li, .listlctntxt ul li {
    font-size: 16px !important;
		line-height: 22px !important;
}
	.elementor-widget-container {
    font-size: 16px;
    line-height: 22px;
}

body.page h3.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
    line-height: 30px !important;
}
	body.page .innersubheadingcss h3.elementor-heading-title.elementor-size-default {
    font-size: 18px !important;
}
	.card-header .btn {
    font-size: 16px !important;
}
	.elementor-active {
    font-size: 16px !important;
    line-height: 22px !important;
}
	body .innersubheadingcss p, .innersubheadingcss h3.pix-highlighted-items.pix-waiting.pix-animate.animated span {font-size:18px !important;}
	    body .pix-header .navbar .d-inline-flex a {
        padding: 5px 10px !important;
        font-size: 16px !important;
        font-weight: normal !important;
    }
	body .sminotabrvcss .e-n-tab-title .e-n-tab-title-text {
    font-size: 22px !important;
}
.story-text p {
    font-size: 16px;
}
.datewebcss span.elementor-icon-list-text {
    font-size: 16px !important;
}
	.bigqrcss p.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
}
	
	.bigqrcss .elementor-widget-container {
    font-size: 16px !important;
}
.e-n-tabs-content li, .e-n-tabs-content .elementor-widget-container {
    font-size: 16px !important;
    line-height: 22px;
}
	.color-card-box .card .card-body-btn a.btn {font-size:18px; line-height:24px;}
	div#pagination .pagination span.pagination-link span.page-numbers.current {padding:10px 18px;}

}


@media (min-width: 1025px) and (max-width: 1200px){
html[lang="en-US"] .jet-menu-item-6649 .jet-sub-mega-menu:before, html[lang="fr-FR"] .jet-menu-item-6649 .jet-sub-mega-menu:before, html[lang="de-DE"] .jet-menu-item-6649 .jet-sub-mega-menu:before {
    left: 22.2%;
}
}

/****************End Font Size CSS*************************/




@media (max-width: 1024px) {
    html.is-active-menu .pix-header-mobile .navbar-nav>li .dropdown-toggle.pix-item-clicked+.dropdown-menu {
        display: block;
    }

    html.is-active-menu .dropdown-toggle+.dropdown-menu {
        display: none;
    }

    body .pix-header-mobile nav .dropdown-menu .pix-dropdown-title {
        font-size: 18px !important;
    }
}




/* story single post css */
.funkgehcol .elementor-widget-wrap.elementor-element-populated {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.funkgehcol .feature-heading {
    margin-bottom: 15px;
}

.funkgehcol .truncate {
    flex-grow: 1;
}

.funkgehcol .erfbtnwrp {
    align-self: flex-start;
}

.funkgehcol .elementor-widget.elementor-widget-text-editor {
    flex-grow: 1;
}

/* end story single post css */

html[lang="fr-FR"] body .resorce-en,
html[lang="en-US"] body .resorce-en,
html[lang="it-IT"] body .resorce-en,
html[lang="es-ES"] body .resorce-en,
html[lang="fr-FR"] body .success-stories-menu-item,
html[lang="en-US"] body .success-stories-menu-item,
html[lang="it-IT"] body .success-stories-menu-item,
html[lang="es-ES"] body .success-stories-menu-item,
html[lang="fr-FR"] body .resorce-en.d-lg-flex,
html[lang="en-US"] body .resorce-en.d-lg-flex,
html[lang="it-IT"] body .resorce-en.d-lg-flex,
html[lang="es-ES"] body .resorce-en.d-lg-flex,
html[lang="fr-FR"] body .success-stories-menu-item.d-lg-flex,
html[lang="en-US"] body .success-stories-menu-item.d-lg-flex,
html[lang="it-IT"] body .success-stories-menu-item.d-lg-flex,
html[lang="es-ES"] body .success-stories-menu-item.d-lg-flex,
html[lang="fr-FR"] body .jet-mega-success-stories-menu-item,
html[lang="en-US"] body .jet-mega-success-stories-menu-item,
html[lang="it-IT"] body .jet-mega-success-stories-menu-item,
html[lang="es-ES"] body .jet-mega-success-stories-menu-item {
    display: none !important;
}


/*****added for single event page******/
.single-event.black-cstm-template .event-speakers-sec h2.elementor-heading-title,
.single-event.black-cstm-template h2.elementor-heading-title {
    color: #fff !important;
}

.single-event .optim h2 span {
    position: relative;
    padding: 0 8px;
    transition: background-size 0.2s ease !important;
}

.single-event .optim h2 span:before {
    position: absolute;
    background: linear-gradient(#B1DEDE, #B1DEDE);
    transition: background-size 0.2s ease !important;
    background-size: 100% 100% !important;
    background-position: 0% 100%;
    border-radius: 12px;
    width: 100%;
    height: 49px;
    top: 4px;
    content: '';
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1390px) {
    .single-event .optim h2 span:before {
        height: 55px;
        top: 6px;
    }
}

.single-event.black-cstm-template .optim h2 span:before {
    background: #f10b7e;
}

.single-event.black-cstm-template header .jet-mega-menu-item p,
.single-event.black-cstm-template header .jet-mega-menu-item p span {
    color: #000000 !important;
}

.single-event.black-cstm-template .event-speakers-sec .speaker .card-content p {
    color: #4B5A62 !important;
}

.en-menu-item .elementor-image-box-title {
    margin-bottom: 7px;
    color: #004B5C;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    letter-spacing: 0.5px;
}

header .jet-mega-menu-list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none !important;
    justify-content: flex-end !important;
}

header .jet-mega-menu-list .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    z-index: 999;
	padding:0;
}

@media only screen and (min-width: 1200px) and (max-width: 1390px) {
 html[lang="it-IT"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before,
	html[lang="fr-FR"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before, html[lang="fr-Fr"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before,
	html[lang="es-ES"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before {
    left: 32% !important;
  }
	
	html[lang="en-US"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container::before{
		left: 36% !important;
	}
	html[lang="es-ES"] li#jet-mega-menu-item-6649 .jet-mega-menu-mega-container,
	html[lang="fr-FR"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container,html[lang="it-IT"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		left: -322%!important;
	}
	html[lang="en-US"] body .jet-mega-menu-item-6649 .jet-mega-menu-mega-container{
		left: -348%!important;
	}
	html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container, html[lang="it-IT"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container{
	left: -440%!important;
	}
	html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container{
		left: -376% !important;
	}
	html[lang="fr-FR"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container{
		left: -412% !important;
	}
	html[lang="en-US"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before,html[lang="it-IT"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before,
	html[lang="fr-FR"] body .jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before,html[lang="fr-Fr"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before,
	html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container::before {
    left: 40% !important;
  }
	html[lang="es-ES"] li#jet-mega-menu-item-6650 .jet-mega-menu-mega-container{
		left: -349% !important;
	}
}
@media only screen and (min-width: 1800px) {
	body .jet-menu-item-6649 > .jet-sub-mega-menu {
		left: -43%;
	}
}
@media only screen and (min-width: 1920px) {
	body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6649 > .jet-mega-menu-mega-container {
	  left: -165%;
	}
	body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container {
	  left: -102%;
	}
	html[lang="it-IT"] body .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item-6650 > .jet-mega-menu-mega-container {
		left: -135%;
	  }
}

/******English menu tasks: 14-04-2025******/
.en-menu-item .elementor-image-box-title {
  color: #004B5C!important;
}
/****Event page - black bg 14-4-2025*****/
.single-event.black-cstm-template .optim h2 span:before{	 
	background: #f10b7e;	 
}
.single-event.black-cstm-template .site .elementor-widget-text-editor .elementor-widget-container, .single-event.black-cstm-template .site p, .single-event.black-cstm-template .site p span {	 
	color: #ffffffc9;	 
}
.single-event.black-cstm-template .faq_cnt_cstm p, .single-event.black-cstm-template .faq_cnt_cstm p span {	 
	color: #ffffffc9 !important;	 
}
.single-event.black-cstm-template .contact-slide-links-list a h3 p,.single-event.black-cstm-template .contact-slide-links-list button h3 p {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    color: #4b5a62;
    margin-bottom: 0;
    letter-spacing: .3px;
}
/***event page faq font-size*****/
.faq_cnt_cstm p {
    font-size:20px;
    line-height: 26px;
    color: #4B5A62;
    font-weight: 400 !important;
}
.faq_cnt_cstm p span {
    color: #4B5A62 !important;
}

.event-date svg{
	margin-right: 4.5px;
	width: 18px !important;
	width: 18px !important;
}
