/* Apply overlay when mega menu is active */
body{
	word-wrap:wrap;
}
body.menu-active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    /* Ensure it covers everything */
    top: 0;
    left: 0;
    opacity: 0.5;
    background: var(--dark-800, #353535);
}

/* Disable scrolling when menu is active */
/* body.menu-active {
    overflow: hidden;
} */
.elementor-widget-text-editor h5{
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
}

ul{
	margin-bottom:16px;
	list-style: inherit;
	padding-left: 28px;
}
p strong{
	font-weight: 600;
}
p strong a,p a strong{
	font-weight: 500 !important;
	word-wrap: break-word;
}
a.elementor-icon {
	line-height: inherit;
}
[data-wpr-lazyrender] {
content-visibility: initial !important;
}
.shadow.shadow-hover.back_to_top{
	display:none !important;
}
.contact-details.center .elementor-icon-box-wrapper {       
        align-items: center;
  }
.contact-information p strong, .policy-page-content p strong, .policy-page-content p a strong{
	font-weight: 700!important;
}
.custom-media-items .uc_post_list_content_inside {
    flex-direction: column-reverse;
    display: flex;
    gap: 8px;
}
h3.elementor-image-box-title{
	margin-top:0;
}
.elementor-heading-title{
	word-wrap: break-word;
}
.custom-media-items .uc_post_list_content_inside .ue-grid-item-meta-data {
    border-radius: 100px;
    background: var(--primary-500, #94C24A);
    padding: 3px 8px;
    width: auto;
}
.submenu-item .elementor-image-box-title a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.custom-media-items .uc_post_list_box:last-child {
    border-width: 0 !important;
}
.submenu-item .elementor-image-box-content .elementor-image-box-description{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
}
.submenu-item:hover:before {
    border-radius: 16px;
    border: 1px solid rgba(148, 194, 74, 0.00);
    background: var(--main_color-white_smoke, #FFFEFD);
    box-shadow: 0px 30px 40px 0px rgba(25, 23, 65, 0.08);
}

header .wpr-page-list-item,
header .e-n-accordion-item-title .e-n-accordion-item-title-header,
.header-nav-menu .menu-item-type-custom,
.submenu-items .wpr-page-list-item {
    position: relative;
}

.header-nav-bar .desktop-menu .wpr-nav-menu.wpr-mega-menu {
    display: flex;
}
.custom-language-switcher .dropdown-arrow{
	width: 20px;
    position: relative;
}
.custom-language-switcher .dropdown-arrow:after{
		content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('https://endodia.ch/wp-content/uploads/2025/03/submenu-arrow.svg');        
        right: -2px;
    	top: -10px;
		background-size: contain;
		background-repeat: no-repeat;
}
@media(max-width:767px){
	.elementor-widget-text-editor h5{		
		font-size: 16px;
		line-height: 24px;
	}
	.custom-language-switcher .dropdown-arrow{
		width: 15px;
	}
	.custom-language-switcher .dropdown-arrow:after {		
		width: 15px;
		height: 15px;		
		right: 0px;
		top: -8px;		
	}
	.language-dropdown .close-switcher{
		content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-image: url('https://endodia.ch/wp-content/uploads/2025/03/close-icon.svg');
        top: 10px;
        right: 10px;
    }
/* 	.hero-section.e-con.e-flex>.e-con-inner{
		flex-direction:column-reverse;
	} */
}
@media(min-width:1024px) {
    .header-nav-menu .menu-item-type-custom:hover::after,header .current-menu-item::after {
        content: "";
        position: absolute;
        width: 48px;
        height: 2px;
        background: var(--primary-900, #33691E);
        bottom: -10px;
        left: 0;
    }
	.sticky-left-side{
		position: sticky;
		top: 150px;
	}
	.wpr-sub-mega-menu.wpr-animate-sub .e-n-tabs-content .elementor-image-box-wrapper{
		display: flex;
		flex-direction: row;
		text-align: start;
		align-items: flex-start;
	}
	.wpr-sub-mega-menu.wpr-animate-sub .e-n-tabs-content .elementor-image-box-content{
		width:100%;
	}
	.wpr-sub-mega-menu.wpr-animate-sub .e-n-tabs-content .elementor-image-box-title a{
		color:inherit
	}
}

header .wpr-page-list-item:hover::after,
header .e-n-accordion-item-title .e-n-accordion-item-title-header:hover::after,
.submenu-items .wpr-page-list-item:hover::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 2px;
    background: var(--primary-900, #33691E);
    bottom: 0;
    left: 0;
}

header .e-n-accordion-item-title .e-n-accordion-item-title-header:hover::after {
    bottom: -8px;
}

.submenu-item {
    position: relative;
    border-radius: 16px;
    border: 1px solid transparent;
}

.submenu-item:hover {
    border: 1px solid transparent;
    border-radius: 16px;
    background: linear-gradient(white, white) padding-box,
        linear-gradient(318.73deg, rgba(148, 194, 74, 0) 78.1%, #94C24A 100.81%) border-box;
}

.submenu-item:hover .elementor-widget-container {
    border-width: 0
}

.header-nav-bar {
    transition: box-shadow 0.3s ease-in-out;
}

.header-nav-bar.scrolled {
    background: #FFF;
	box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.02);
/*     box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.08); */
}

header .wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
	position: fixed !important;
    left: 0 !important;
    /* right: 100%; */
    width: 100vw !important;
    display: block ;
    top: 50.8px;
}
.submenu-item.custom-item .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
}
body .policy-page-content p a:hover span{color: #94C24A !important;}
.custom-mobile-menu-item .wpr-mobile-menu-item {
    position: absolute;
    z-index: 100000;
    right: 24px;
    left: auto;
    top: -41px;
    width: 24px;
    height: 24px;
    color: transparent !important;
}
.wpr-mega-menu .wpr-sub-mega-menu{
	transition:none;
}
.wpr-sub-mega-menu.wpr-animate-sub{
	transition: all 0.5s ease-in;
}
.wpr-sub-mega-menu>.elementor{
	display:none;
}
.wpr-sub-mega-menu.wpr-animate-sub>.elementor{
	display:block;
}
.wpr-sub-mega-menu.wpr-animate-sub::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: 35px;
    height: 16px;
    background-image: url('https://endodia.ch/wp-content/uploads/2025/03/tringle.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999999;
}

.otgs-development-site-front-end {
    display: none
}

.green-section .e-con-inner {
    position: relative;
}

.submenu-item.custom-item figure {
background: url(https://endodia.ch/wp-content/uploads/2025/06/default-green-icon-bg.svg);
    /* width: 47px !important; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.1s ease;
}

.submenu-item.custom-item:hover figure {
background: url(https://endodia.ch/wp-content/uploads/2025/06/green-icon-bg.svg);
background-repeat: no-repeat;
    width:47px;
    height: 40px;
}
.submenu-item.custom-item:hover{

background-color: #F1F8E9;
}
.submenu-item.custom-item.first-icon img{
filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(282%) hue-rotate(53deg) brightness(95%) contrast(90%);
}
.submenu-item.custom-item.first-icon img{
    filter: brightness(0) saturate(100%) invert(62%) sepia(34%) saturate(358%) hue-rotate(45deg) brightness(95%) contrast(105%);
}

.submenu-item.custom-item:hover img{
filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(282%) hue-rotate(53deg) brightness(105%) contrast(90%);
}
@media(min-width:768px){
	.close-switcher{
		display:none;
	}
	.green-section .e-con-inner::after {
		content: "";
		position: absolute;
		background-image: url(https://endodia.ch/wp-content/uploads/2025/03/bg-green.webp);
		--background-overlay: '';
		background-repeat: no-repeat;
		background-size: cover;
		width: 512px;
		height: 266px;
		bottom: 0;
		left: 13px;
	}
}

.custom-language-switcher {
    position: relative;
    display: inline-block;
}

.language-toggle {
    border: none;
    background: #EFEFEF !important;
    padding: 8px 12px;
    border-radius: 20px !important;  /* pill shape */
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.language-toggle:hover{
	  background: #94c24a !important;
}
.globe-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.dropdown-arrow {
    font-size: 12px;
    margin-left: 6px;
}

/* 
//old style with flicker
.language-dropdown {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    width: 225px;
    top: 38px;
    right:0;
    border-radius: 12px;
    margin-top: 20px;
} */
 .language-dropdown {
    width: 225px;          /* desktop default */
    max-height: 0;         /* collapsed */
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0s ease, opacity 0s ease;
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 38px;
    background: #fff;
}
@media(min-width:1024px) {
	.language-dropdown::before {
		content: "";
		position: absolute;
		top: -16px;
		left: 74%;
		width: 37.75px;
		height: 18.32px;
		background-image: url('https://endodia.ch/wp-content/uploads/2025/03/triangle-menu-icon-1.svg');
		background-size: contain;
		background-repeat: no-repeat; 
		filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
		z-index: -1;
	}
}
.language-dropdown .language-title{
	padding:12px;
	margin:0;
	color:#000000;
	font-weight: 700;
	font-size: 18px;
	line-height: 130%;
}

/* List Items */
.language-dropdown ul{
	padding:0;
	margin-bottom: 0;
}
.language-dropdown li {    
    display: flex;
    align-items: center; 
	position:relative; 
}

.language-dropdown li a {
	padding: 15px 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #505050;
    width: 100%;
    font-size: 16px;
	line-height:20px;
	font-weight:500;
    gap: 8px;	
}
.language-dropdown li{
	transition: all 0.3s ease;
}
.language-dropdown li:hover{
	background-color: #F7F7F7;
}
.language-dropdown li:hover a{
		color: #505050;
        font-weight: 500;
}

@media only screen and (max-width:767px){
	.language-dropdown {		
		position: fixed;
		width: 93%;
		top: 38%;
		left: 0;
		margin: auto;
	}
	.language-dropdown .language-title {
		padding: 16px;
		margin: 0;
		font-size: 32px;
		font-weight: 700;
		line-height: 41.2px;
	}
	.language-dropdown ul {
		padding: 0 16px 16px 16px;
		margin-bottom: 0;
	}
	.language-dropdown li {    	
		background: #EFEFEF;
		border-radius: 8px;		
	}
	.language-dropdown li a {  
		padding: 14px 16px;
	}
	.language-dropdown li:not(:last-child) {
		margin-bottom: 12px;
	}
}
.language-dropdown li.active {
    background: #d6e8c5;
    /* Green highlight */
}
@media only screen and (min-width:768px){
	.language-dropdown li.active:last-child {  
		border-radius: 0 0 12px 12px;
	}
	.language-dropdown li:last-child {
        border-radius: 0 0 12px 12px;
}
}
.language-dropdown li.active::after {
    content: "";
    position: absolute;
    top: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url('https://endodia.ch/wp-content/uploads/2025/03/check-mark.svg');
    background-size: contain;
    background-repeat: no-repeat;   
}
/* Language Flags */
.lang-flag {
    width: 20px;
    height: 14px;
    border-radius: 3px;
}

/* Checkmark for Active Language */
.checkmark {
    margin-left: auto;
    font-size: 14px;
    color: green;
}

/* Show dropdown on button click*/
/**old style with flicker 
.custom-language-switcher.active .language-dropdown {
    display: block;
}*/
.custom-language-switcher.active .language-dropdown {
    max-height: 600px;  /* big enough for all items */
    opacity: 1;
    visibility: visible;
}
.lang-flagnew {display: none;}
@media(max-width:767px) {
	.wpr-mobile-nav-menu.wpr-mobile-mega-menu .wpr-mobile-sub-open,  .e-con.e-flex.mobile-responsive-menu>.e-con-inner{
		height: calc(100vh - 60.8px);
		overflow: auto;
		flex-wrap: nowrap;
	}
	.language-dropdown li.active::after {    
    	right: 14px;
	}
    .language-toggle {
        max-width: 90px;
    }

    .lang-name {
        display: none;
    }
    .lang-flagnew {display: block; margin-right: 3px;}
    .globe-icon {display: none;}
}

.wpr-stt-btn {
    box-shadow: none !important;
    height: 58px;
}

.wpr-sub-mega-menu.wpr-animate-sub {
    background-color: transparent !important;
    padding-top: 50px;
    top: -6px;
}

.wpr-sub-mega-menu.wpr-animate-sub>.elementor {
    background-color: #ffffff;
    border-radius: 16px;
}

/*Custom CTA*/

.green-cta .elementor-button-wrapper,
.green-cta .elementor-button-wrapper:hover {
    width: fit-content;
}

.green-cta .elementor-button-wrapper .elementor-button-icon svg {
    vertical-align: middle;
	width: 20px;
    height: 20px;
}
.green-cta .elementor-button-wrapper .elementor-button-text{
	min-width: 82px;
}
.green-cta .elementor-button-wrapper .elementor-button-icon {
    transition: all 0.3s ease-in-out;
}

.green-cta .elementor-button-wrapper:hover .elementor-button-icon svg path {
    fill: #1B5E20;
}

.table-active-content.elementor-element:not(.elementor-motion-effects-element-type-background) {
    border-radius: 12px;
    background: #F0F4C3 !important;
}

.footer-ul {
    list-style: none;
    padding-left: 0;
}

.read-more-btn .elementor-button-icon {
    display: flex
}

.batch {
    background-color: #9dc15c;
    padding: 0 8px;
    border-radius: 25px;
    line-height: 23px;
}
.box-heading h3 a{
	font-weight:700;
}
.footer-ul {
    list-style: none;
    padding-left: 0;
}

a.footer-link {
    color: #505050;
    font-weight: 500;
    text-transform: capitalize
}

a.footer-link:hover {
    color: #94C24A;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 500
}

.icon-custom-footer .elementor-icon-wrapper {
    display: flex
}

.footer-location-links a:hover {
    line-height: 27px
}

a.back_to_top {
    display: flex;
    position: fixed;
    right: 80px;
    bottom: 24px;
    z-index: 9;
    margin-top: 200vh;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #94C24A !important;
}

a.bg-gray-2.back_to_top:hover {
    background-color: #3a9715 !important;
}

.back_to_top .pixfort-icon {
    width: 24px;
    height: 24px
}

.back_to_top .pixfort-icon>* {
    stroke: #000000;
}

.footer-credits>div>div:not(:first-child):not(:last-child) {
    padding-right: 8px;
}

.footer-credits>div>div:not(:first-child):not(:last-child)::after {
    background-color: #d4d4d4;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 8px);
}

@media only screen and (max-width: 991px) {
    a.back_to_top {
        right: 40px
    }
}

@media only screen and (max-width: 767px) {
    a.back_to_top {
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

header .menu-item-has-children .wpr-menu-item.wpr-pointer-item {
    padding-right: 24px !important;
    position: relative;
}

header .menu-item-has-children .wpr-menu-item.wpr-pointer-item::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    right: -3px;    
    background-color: #000;
    /* Default color */
    mask-image: url('https://endodia.ch/wp-content/uploads/2025/03/submenu-arrow.svg');
    -webkit-mask-image: url('https://endodia.ch/wp-content/uploads/2025/03/submenu-arrow.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    transition: all 0.3s ease;
	transform: translateY(0) !important;
}

header .menu-item-has-children:hover .wpr-menu-item.wpr-pointer-item::after {
    background-color: #33691E;
	    /* top: 13px; */
    transform: rotateX(180deg) !important;
}


header .contact-btn .elementor-button-wrapper .elementor-button-link {
    width: 90px;
}

.elementor-widget-text-editor h3 {
    color: var(--dark-900, #000);
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    /* 41.6px */
    margin-bottom: 16px;
}

.contact-detail .elementor-icon-box-description a, .policy-page-contact-detail .elementor-icon-box-description a{
    color: var(--dark-900, #000);
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
}

.content-editor a {
    color: var(--dark-800, #353535);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.content-editor ul {
    list-style: inherit;
	margin-bottom:0;
	padding-left: 40px
}

.content-editor li:not(:last-child) {
    margin-bottom: 10px;
}

.green-bg-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 16px 16px 0 0;
}

@media(max-width:767px) {
	.green-bg-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-radius: 12px 12px 0 0;
}
    .elementor-widget-text-editor h3 {
        color: var(--dark-900, #000);
        font-size: 24px;
        line-height: 130%;
        /* 41.6px */
        margin-bottom: 8px;
    }

    .content-editor a {
        font-size: 16px;
        line-height: 150%;
    }
	.policy-page-contact-detail .elementor-icon-box-description a{		
		font-size: 14px;
		line-height: 20.8px;
	}
}

/***custom posttype css****/
.team-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two equal columns */
    gap: 24px;
}
@media(max-width:767px){
	.team-wrapper {
        grid-template-columns: 1fr; /* One column on mobile */
		gap:12px;
        display: flex;
        flex-wrap: wrap;
    }	
}
.team-member {
    display: flex;
    width: 100%;
/*     align-items: center; */
    gap: 24px;
    padding: 10px;
    background: #ffffff;
    border-radius: 24px;
	position: relative;
	overflow: hidden;
}

.team-image {
    width: 40%;    /* Adjust column width */
	overflow: hidden;
    border-radius: 12px;
}

.team-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.team-info {
    width: 60%;
}
.team-info h3 a{
	color: #000000;
	transition: all 0.3s ease-in-out;
}
.team-member h3 {
    font-size: 20px;
    font-weight: 700;
	margin-top: 14px;
    margin-bottom: 6px;
    color: #000000;
}

.team-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #6A6A6A;
    margin-bottom: 32px;
    white-space: pre-line;
}

.team-detail a.team-contact {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}
.team-detail a.team-contact:hover {
	color: #558B2F;
	font-weight: 400;
}

.team-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

a.team-contact img {
    width: 38px;
    height: 38px;
}

.team-link {   
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
    float: right;    
    position: absolute;
    right: 20px;
    bottom: 20px;
	width:48px;
    height: 48px;
}
.team-link img{
	position: absolute;
}
@media(min-width:1024px){
	.team-wrapper > *:nth-last-child(1):nth-child(odd) {
		grid-column: span 2;
		justify-self: center;
		width: 50%;
	}
}
@media(max-width:1024px){
	.team-member {
		border-radius:16px;
		gap: 16px;
	}
	.team-member h5 {
		font-size:14px;
		margin: 8px 0 3.89px 0;
	}
	
	.team-content p {
		font-size: 12px;
		/* margin-bottom: 20px; */
	}
	.team-detail a.team-contact {
		font-size: 14px;
	}
	a.team-contact img {
		width: 24px;
    	height: 24px;
	}
	.team-link {
		width: 30px;
    	height: 30px;
		right: 10px;
    	bottom: 10px;
	}
}
.uc_post_list_box .ue-grid-item-meta-data {
    text-transform: capitalize;
}

.wpr-stt-btn {
    box-shadow: none !important;
}
h3.elementor-icon-box-title{
	margin-top:0
}
.contact-details svg{
	vertical-align:middle;
}
.contact-details a, .elementor-image-box-title a, p a, .elementor-widget-heading a{
	transition: color 0.3s;
}
.contact-details a:hover, .elementor-image-box-title a:hover{
	color: #94C24A;
}
p a:hover, .elementor-widget-heading a:hover{
	color: #94C24A !important;
}
.team-link .btn-icon-hover,.team-link:hover .btn-icon{
	opacity:0;
	visibility:hidden;
	transition:opacity 0.3s ease;
}
.team-link:hover .btn-icon-hover{
	opacity:1;
	visibility:visible;
	transition:opacity 0.3s ease;
}
.green-bg-accordion details.e-n-accordion-item{
	border-radius: 16px;
	border: 1px solid var(--dark-200, #D4D4D4);
	background: var(--white, #FFF);
}
.contact-detail .elementor-icon-box-wrapper, .contact-detail .elementor-icon-box-wrapper .elementor-icon,
.contact-details .elementor-icon-box-wrapper, .contact-details .elementor-icon-box-wrapper .elementor-icon{
	display: flex;
    align-items: center;
}
/*********/
.post-media-wrapper{	
    display: flex;
    flex-direction: column;
	gap: 60px;
	align-items: center;
}

.post-media-wrapper button{	
	display: flex;
    height: 58px;
    padding: 19px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 0;
}
.post-media-wrapper svg{
	width: 20px;
    height: 20px;
}
.custom-media-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: start;
}

.custom-media-post { 
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	gap:24px;
    padding: 24px;
    border-radius: 24px;
	border: 1px solid #ffffff;
	background: #FFF;	
    width: 31.8%;
	transition: all 0.3s ease;
}
.custom-media-post:hover {
	border: 1px solid #7CB342;
	box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
}

 .custom-media-post:hover svg path {   
	 fill: #33691E;
}
.content-box h5{
	font-weight: 700;
	line-height: 130%; /* 26px */
	margin:0;
}
.content-box p{
	color:#505050;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	text-transform: capitalize;
}

.custom-media-post a{
	display:flex;
	align-items: center;
	gap:8px;
	color: #858585;	
	font-size:16px;
	line-height:20px;
}
.custom-media-post h5 a {    
    color: #000000;
    font-size: 20px;
    line-height: 130%;
}
.custom-media-post:hover a{
	color: #33691E;
}
.footer-location-links .elementor-icon-list-item:first-child:hover  span.elementor-icon-list-text {
    color: #000 !important;
}
@media(min-width:768px) and (max-width:1075px){
	.custom-media-post { 
		width:48.4%;
	}
}
@media(max-width:767px){
    .team-image img {
        min-height: 279.22px;
        max-height: 279.22px;
    }
	.green-bg-accordion details.e-n-accordion-item {
		border-radius: 12px;
	}
	.custom-media-posts-grid{
		gap:12px;
	}
	.post-media-wrapper{
		gap:24px;
	}
	.custom-media-post {
        gap: 18px;
		padding: 16px;
		border-radius: 16px;
        width: 100%;
    }
	.content-box h5{
		font-size:16px;
	}
	.content-box p {		
		margin-bottom: 12px;
	}
	.custom-media-post a {
		margin: 9px 0;
	}
	.post-media-wrapper button {
		height: 48px;
		padding: 19px 24px;
	}
}
div[class*="wpr-sub-menu-fx"] .wpr-mega-menu .wpr-sub-mega-menu{
	transition: all 0.5s ease-in !important;
}
.elementor-widget-wpr-back-to-top .wpr-stt-icon svg:hover{
    box-shadow: 0px 4px 14px #00000033;
    border-radius: 100px;
}
.day.active,.day.active:hover {
    background-color: #F0F4C3 !important;
}
.elementor-widget-button .elementor-button-icon svg{
	width:20px;
	height:20px;
}

.custom-media-items .uc_post_list_box{
	position:relative;
	transition: all 0.2s ease;
}

.custom-media-items .uc_post_list_box .button-on-side{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.custom-media-items .uc_post_list_box .button-on-side a.uc_more_btn{
	position: absolute !important;
    width: 100%;
    height: 70%;
    z-index: 99!important;	
}
.custom-media-items .uc_post_list_box:hover .uc_post_list_content .uc_post_list_title a{
	color: #94C24A;
    text-decoration: underline !important;
}
/* @media(min-width:1025px){
.green-bg-accordion .e-n-accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}
} */
/* .marquee > div {
  display: table-row;
  white-space: nowrap;
  animation: marquee 20s linear infinite; 
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
} */
.icon-custom-footer svg:hover {
    opacity: .9 !important;
}.footer-location-links svg:hover{
	 opacity: .9 !important;
}.offene-stellen-icon svg:hover{
	opacity:.9!important;
}
@media (min-width: 768px) and (max-width: 1075px){
	.custom-media-post {
    width: calc(50% - 24px);
}}
@media (max-width:480px){
    .team-image img {
        min-height: 152.33px;
        max-height: 152.33px;
    }
    .drop-imgg img {
        max-width: 150px !important;
        height: 151px !important;
    }
}
/* @media (max-width:375px){
    .drop-imgg img {
        max-width: 150px !important;
        height: 151px !important;
    }
} */
@media screen and (min-width:900px) and (max-width:1140px){
    .team-main-secc .team-imgg img{
        max-width: 364px !important;
        height: 361px !important;
    }
}
