.our-team-custom .box-body {
    padding: 10px;
}
.our-team-custom span.position {
    font-size: 16px;
    font-weight: 600;
}
.our-team-custom  h3.elementskit-info-box-title {
    padding-bottom: 10px !important;
}
.newsletter input[type="email"] {
    background-color: white !important;
}
.newsletter label {
    max-width: 360px;
    width: 360px !important;
}
.single-product-custom .product-desc .elementor-widget-container {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.single-product-custom img {
    transition: transform .5s ease-in-out;
}
.single-product-custom:hover img {
    transform: scale(1.1);
}
.single-product-custom a {
    overflow: hidden;
}
.single-product-custom:hover .icon-click a.elementor-icon {
    color: #1397b2 !important;
}
.single-product-custom:hover h2.elementor-heading-title {
    color: #1397b2 !important;
}
.image-animation img {
    transition: transform .5s ease-in-out;
}
.image-animation img:hover {
    transform: scale(1.1);
}
.image-animation {
    overflow: hidden;
}
.mc4wp-form input[type="submit"]:hover {
    background-color: #1397b2 !important;
}
/* the slides */
.product-slides .slick-slide {
    margin: 0 15px;
}
/* the parent */
.product-slides .slick-list {
    margin: 0 -15px;
}
.product-slides .slick-arrow:before {
    display: none;
}
.product-slides .slick-arrow {
    background: none !important;
    height: 50px;
    width: 50px;
}
.product-slides .slick-prev {
    left: -50px;
}
.product-slides .slick-next {
    right: -50px;
}
/*Contact Form popup*/
.wpcf7 .wpcf7-form-control {
    border: 0 !important;
    border-radius: 0 !important;
}
.wqoecf-pop-up-box div.wpcf7>form>p input[type="submit"] {
    background-color: #1397b2 !important;
    border-radius: 30px !important;
    padding: 10px 46px !important;
}
.wqoecf-pop-up-box div.wpcf7>form>p input[type="submit"]:hover {
background-color:#002e45 !important;
}
button.wqoecf_close {
    background-color: transparent !important;
}
.wpcf7  .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: row;
}
.wpcf7 .row .col {width: 100%;}

.wpcf7 .row .col label {
    width: 100%;
}
.wpcf7 input:not([type="button"]):not([type="submit"]) {
    border-radius: 30px !important;
    color: #000 !important;
    border: 1px solid #edf1fc !important;
}
.wpcf7 input:not([type="button"]):not([type="submit"]):focus {
    border: 1px solid #002e45 !important;
}
textarea#contact-message:focus {
   border: 1px solid #002e45 !important;
    color: #000 !important;
    border: 1px solid #edf1fc !important;
}
textarea#contact-message {
    border-radius: 30px !important;
}
.wpcf7 form {
    padding: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-radius: 30px !important;
    padding: 10px 25px;
}
/*News*/
.news-custom .elementor-post__thumbnail {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.news-custom .elementor-post__card {
    border-radius: 10px !important;
}
.news-custom .elementor-post__card .elementor-post__thumbnail {
    transition: transform .5s ease-in-out;
}
.news-custom .elementor-post__card:hover .elementor-post__thumbnail {
    transform: scale(1.1);
}
.news-custom .elementor-post__card a.elementor-post__thumbnail__link {
    overflow: hidden;
}
.search-results ul.products.elementor-grid li {
    border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px !important;
}
.search-results .woocommerce ul.products li.product .button {
    background-color: #1397b2;
    color: white;
    border-radius: 30px;
    font-weight: 300;
}
.search-results .woocommerce ul.products li.product:hover .button {
    background-color: #002e45;
}
/*End News*/
/*Tab Content*/
html:lang(de-DE) .hide-if-empty #elementor-tab-title-1793, 
html:lang(de-DE) .hide-if-empty #elementor-tab-content-1793, 
html:lang(de-DE) .hide-if-empty #elementor-tab-title-1794, 
html:lang(de-DE) .hide-if-empty #elementor-tab-content-1794, 
html:lang(de-DE) .hide-if-empty #elementor-tab-title-1795, 
html:lang(de-DE) .hide-if-empty #elementor-tab-content-1795, 
html:lang(de-DE) .hide-if-empty #elementor-tab-title-1796, 
html:lang(de-DE) .hide-if-empty #elementor-tab-content-1796, 
html:lang(de-DE) .hide-if-empty #elementor-tab-title-1797, 
html:lang(de-DE) .hide-if-empty #elementor-tab-content-1797 {
    display: none;
}
/*Language Dropdown*/
.icon-wpml {
    position: relative;
}
.language-dropdown ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    padding: 0;
    background-color: white;
    margin-top: 60px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
}

.language-dropdown ul li {
    list-style: none;
    padding: 10px 30px;
}
.language-dropdown ul.show {
    max-height: 100px;
    overflow: visible;
    position: relative;
}
.language-dropdown a.language-selected {
    top: -10px;
    position: relative;
}
.language-dropdown {
    text-align: center;
    position: absolute;
    left: -50%;
}
.language-dropdown a.language-selected i {
    font-size: 22px;
    color: #002e45;
}
.language-dropdown ul:before {
content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #ffffff transparent transparent;
display: inline-block;
vertical-align: middle;
position: absolute;
top: -17px;
left: 50%;
transform: translateX(-50%) rotate(90deg);
}

.language-dropdown ul li:nth-child(2) a span:nth-child(2) {
display: none;
}

.language-dropdown ul li .icl_lang_sel_current {
    color: #1397b2;
}
/*Language Dropdown*/
/*End Tab Content*/
/*Start Responsoive Area*/
@media (max-width:767px) {
    .header-medaltreus a img {
        height: 60px;
    }
    
    .header-medaltreus .elementor-widget-container {
        text-align: left;
    }
    .slick-arrow {
        position: absolute;
        top: 0 !important;
        left: 0 !important;
        height: 40px !important;
        width: 40px !important;
    }
    .slick-next.slick-arrow {
        right: auto !important;
        left: 60px !important;
    }
    .slick-prev.slick-arrow {
        left: 5px !important;
    }
    .language-dropdown ul {
        margin-top: 50px;
    }
}