#mobile_menu .fl-html {
	display: flex;
}

a.hamburger{
	margin-left: auto;
	z-index: 101;
	position: relative;
	display: flex;
	flex-direction: column; gap: .3em; align-items: center; justify-content: center;
	width: fit-content; height: auto; aspect-ratio: 1;
	padding: 12px;
	transition: gap 250ms ease-out;
	background-color: transparent;
	border-radius: 50%;
}

a.hamburger span{
	--delay: 0ms;
	--delay-out: 50ms;
	display: block;
	background-color: var(--raad-green);
	height: 2px;
	width: 1.2em;
	transform-origin: center;
	transition: rotate 250ms ease-out var(--delay),
				scale 250ms ease-in-out var(--delay-out),
				transform 250ms ease-out var(--delay),
				translate 250ms ease-in-out var(--delay-out);
}

a.hamburger span:nth-child(3){
	transform: rotate(-180deg);
}

@media screen and (max-width: 1200px) {
	
	body:has(.mobile_mega_menu.active){
		overflow-y: hidden;
	}
	
}


a.hamburger:has(+ .mobile_mega_menu.active){
	gap: 0;
}

a.hamburger:has(+ .mobile_mega_menu.active) span{
	--delay: 250ms;
	--delay-out: 0ms;
	rotate: -135deg;
	/* background-color: var(--raad-white); */
}

a.hamburger:has(+ .mobile_mega_menu.active) span:nth-child(1){
	translate: 0 100%;
}

a.hamburger:has(+.mobile_mega_menu.active) span:nth-child(2){
	scale: 0 100%;
}

a.hamburger:has(+ .mobile_mega_menu.active) span:nth-child(3){
	transform: rotate(-90deg);
	translate: 0 -100%;
}

.mobile_mega_menu{
	width: 100vw; 
	/* height: calc(100dvh - 80px); */
	height: 100dvh;
	margin-top: 80px;
	padding-block: 32px;
	position: fixed;
	inset: 0;
	z-index: 100;
	/* background-color: var(--raad-green); */
	background-color: rgba(13, 73, 81, .98);
}

.mobile_mega_menu, .mobile_mega_menu .mobile_sub_menu {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.mobile_mega_menu nav.menu, .mobile_mega_menu .mobile_sub_menu {
	gap: 10px !important;
}

.mobile_mega_menu .mobile_sub_menu {
	position: absolute; z-index: 1;
	height: 100%; width: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	padding: 20px 0px;
	/* background-color: var(--raad-green); */
	background-color: rgba(13, 73, 81, .98);
	overflow-y: auto;
}

.mobile_mega_menu nav.menu {
	position: relative;
	padding-block: 32px;
	margin-inline: 20px;
	/* flex-grow: 1; */
	display: flex;
	flex-direction: column;
	overflow: clip;
	overflow-y: auto;
}


.mobile_mega_menu a.menu_link {
	text-decoration: none;
	color: var(--raad-green);
	font-size: 16px;
	font-weight: 400;
	border-radius: 8px;
	background: var(--raad-white);
	padding: 14px 20px;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .4em;
}
	
.mobile_mega_menu a.menu_link:after {
	content: '';
	transform-origin: center;
	transform: rotate(-45deg);
	width: 1em;
	height: 1em;
	background-color: currentColor;
	transition: transform 0.2s ease-in-out;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M14.8219 6.52491C14.8311 6.51268 14.8408 6.50044 14.8495 6.48768C14.8581 6.47492 14.8657 6.46215 14.8733 6.44886C14.8803 6.43716 14.8879 6.42599 14.8944 6.41376C14.9015 6.40046 14.908 6.38717 14.9145 6.37334C14.9204 6.36111 14.9269 6.34887 14.9323 6.33558C14.9377 6.32228 14.9426 6.30899 14.9475 6.29569C14.9524 6.28187 14.9578 6.26857 14.9621 6.25474C14.9664 6.24145 14.9691 6.22762 14.9729 6.21379C14.9767 6.19943 14.9805 6.18561 14.9832 6.17125C14.9865 6.15529 14.9886 6.13934 14.9908 6.12285C14.9924 6.11062 14.9951 6.09839 14.9962 6.08615C14.9989 6.05744 15.0005 6.02819 15.0005 5.99947C15.0005 5.97075 14.9989 5.9415 14.9962 5.91278C14.9951 5.90055 14.9924 5.88832 14.9908 5.87609C14.9886 5.86013 14.9865 5.84364 14.9832 5.82769C14.9805 5.81333 14.9762 5.7995 14.9729 5.78514C14.9697 5.77132 14.9664 5.75802 14.9621 5.74419C14.9578 5.73037 14.9524 5.71654 14.9475 5.70324C14.9426 5.68995 14.9383 5.67665 14.9323 5.66336C14.9269 5.65059 14.9204 5.63836 14.9145 5.6256C14.908 5.6123 14.902 5.59848 14.8944 5.58518C14.8879 5.57348 14.8803 5.56178 14.8733 5.55008C14.8652 5.53732 14.8581 5.52402 14.8495 5.51126C14.8408 5.49849 14.8311 5.48679 14.8219 5.47403C14.8137 5.46339 14.8062 5.45222 14.7975 5.44212C14.7791 5.41978 14.7596 5.39851 14.739 5.3783L9.52335 0.257401C9.17467 -0.085091 8.60886 -0.085091 8.26018 0.257401C7.91149 0.599894 7.91149 1.15565 8.26018 1.49814L11.9501 5.1225H0.893373C0.400123 5.1225 0 5.51551 0 6C0 6.48449 0.400123 6.8775 0.893373 6.8775H11.9501L8.26018 10.5019C7.91149 10.8444 7.91149 11.4001 8.26018 11.7426C8.43452 11.9138 8.66301 11.9995 8.89204 11.9995C9.12107 11.9995 9.34955 11.9138 9.5239 11.7426L14.739 6.6201C14.7596 6.59989 14.7791 6.57862 14.7975 6.55628C14.8062 6.54565 14.8137 6.53501 14.8219 6.52437V6.52491Z' fill='%232E3842'/%3E%3C/svg%3E") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M14.8219 6.52491C14.8311 6.51268 14.8408 6.50044 14.8495 6.48768C14.8581 6.47492 14.8657 6.46215 14.8733 6.44886C14.8803 6.43716 14.8879 6.42599 14.8944 6.41376C14.9015 6.40046 14.908 6.38717 14.9145 6.37334C14.9204 6.36111 14.9269 6.34887 14.9323 6.33558C14.9377 6.32228 14.9426 6.30899 14.9475 6.29569C14.9524 6.28187 14.9578 6.26857 14.9621 6.25474C14.9664 6.24145 14.9691 6.22762 14.9729 6.21379C14.9767 6.19943 14.9805 6.18561 14.9832 6.17125C14.9865 6.15529 14.9886 6.13934 14.9908 6.12285C14.9924 6.11062 14.9951 6.09839 14.9962 6.08615C14.9989 6.05744 15.0005 6.02819 15.0005 5.99947C15.0005 5.97075 14.9989 5.9415 14.9962 5.91278C14.9951 5.90055 14.9924 5.88832 14.9908 5.87609C14.9886 5.86013 14.9865 5.84364 14.9832 5.82769C14.9805 5.81333 14.9762 5.7995 14.9729 5.78514C14.9697 5.77132 14.9664 5.75802 14.9621 5.74419C14.9578 5.73037 14.9524 5.71654 14.9475 5.70324C14.9426 5.68995 14.9383 5.67665 14.9323 5.66336C14.9269 5.65059 14.9204 5.63836 14.9145 5.6256C14.908 5.6123 14.902 5.59848 14.8944 5.58518C14.8879 5.57348 14.8803 5.56178 14.8733 5.55008C14.8652 5.53732 14.8581 5.52402 14.8495 5.51126C14.8408 5.49849 14.8311 5.48679 14.8219 5.47403C14.8137 5.46339 14.8062 5.45222 14.7975 5.44212C14.7791 5.41978 14.7596 5.39851 14.739 5.3783L9.52335 0.257401C9.17467 -0.085091 8.60886 -0.085091 8.26018 0.257401C7.91149 0.599894 7.91149 1.15565 8.26018 1.49814L11.9501 5.1225H0.893373C0.400123 5.1225 0 5.51551 0 6C0 6.48449 0.400123 6.8775 0.893373 6.8775H11.9501L8.26018 10.5019C7.91149 10.8444 7.91149 11.4001 8.26018 11.7426C8.43452 11.9138 8.66301 11.9995 8.89204 11.9995C9.12107 11.9995 9.34955 11.9138 9.5239 11.7426L14.739 6.6201C14.7596 6.59989 14.7791 6.57862 14.7975 6.55628C14.8062 6.54565 14.8137 6.53501 14.8219 6.52437V6.52491Z' fill='%232E3842'/%3E%3C/svg%3E") no-repeat center / contain;
}

.mobile_mega_menu a.has-submenu:after {
	transform: rotate(0deg);
}
	
.mobile_mega_menu a.menu_link:hover:after {
	transform: rotate(0deg) translateX(2px);
}

.mobile_mega_menu .back_button {
	display: flex; align-items: center;
	flex-direction: row; 
	gap: 12px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 20px;
	color: var(--raad-white);
}
.mobile_mega_menu .back_button::before{
	content: '';
	width: 1em; height: 1em;
	background-color: currentColor;
	mask: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.178682 6.67586C0.169478 6.66362 0.159732 6.65139 0.151069 6.63863C0.142406 6.62587 0.134826 6.6131 0.127245 6.59981C0.120207 6.58811 0.112627 6.57694 0.106131 6.56471C0.0990915 6.55141 0.0925941 6.53812 0.0860968 6.52429C0.0801411 6.51206 0.0736437 6.49982 0.0682287 6.48653C0.0628147 6.47323 0.0579414 6.45994 0.0530691 6.44664C0.0481958 6.43281 0.0427818 6.41952 0.0384502 6.40569C0.0341187 6.3924 0.0314112 6.37857 0.0276213 6.36474C0.0238314 6.35038 0.0200405 6.33656 0.017334 6.3222C0.0140848 6.30624 0.01192 6.29029 0.00975418 6.2738C0.00813007 6.26157 0.00542259 6.24934 0.00433922 6.2371C0.00163269 6.20839 8.58307e-06 6.17914 8.58307e-06 6.15042C8.58307e-06 6.1217 0.00163269 6.09245 0.00433922 6.06373C0.00542259 6.0515 0.00813007 6.03927 0.00975418 6.02704C0.01192 6.01108 0.0140848 5.99459 0.017334 5.97864C0.0200405 5.96428 0.0243721 5.95045 0.0276213 5.93609C0.0308695 5.92227 0.0341187 5.90897 0.0384502 5.89514C0.0427818 5.88132 0.0481958 5.86749 0.0530691 5.85419C0.0579414 5.8409 0.062273 5.8276 0.0682287 5.81431C0.0736437 5.80154 0.0801411 5.78931 0.0860968 5.77655C0.0925941 5.76325 0.0985498 5.74942 0.106131 5.73613C0.112627 5.72443 0.120207 5.71273 0.127245 5.70103C0.135367 5.68827 0.142406 5.67497 0.151069 5.66221C0.159732 5.64944 0.169478 5.63774 0.178682 5.62498C0.186804 5.61434 0.194385 5.60317 0.203048 5.59307C0.221457 5.57073 0.240948 5.54946 0.261522 5.52925L5.4772 0.408351C5.82588 0.0658585 6.39168 0.0658585 6.74037 0.408351C7.08906 0.750843 7.08906 1.3066 6.74037 1.64909L3.05047 5.27345L14.1072 5.27345C14.6004 5.27345 15.0005 5.66646 15.0005 6.15095C15.0005 6.63544 14.6004 7.02845 14.1072 7.02845L3.05047 7.02845L6.74037 10.6528C7.08906 10.9953 7.08906 11.5511 6.74037 11.8935C6.56603 12.0648 6.33754 12.1504 6.10851 12.1504C5.87948 12.1504 5.651 12.0648 5.47665 11.8935L0.261522 6.77105C0.240948 6.75084 0.221457 6.72957 0.203048 6.70723C0.194385 6.6966 0.186804 6.68596 0.178682 6.67532V6.67586Z' fill='white'/%3E%3C/svg%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.178682 6.67586C0.169478 6.66362 0.159732 6.65139 0.151069 6.63863C0.142406 6.62587 0.134826 6.6131 0.127245 6.59981C0.120207 6.58811 0.112627 6.57694 0.106131 6.56471C0.0990915 6.55141 0.0925941 6.53812 0.0860968 6.52429C0.0801411 6.51206 0.0736437 6.49982 0.0682287 6.48653C0.0628147 6.47323 0.0579414 6.45994 0.0530691 6.44664C0.0481958 6.43281 0.0427818 6.41952 0.0384502 6.40569C0.0341187 6.3924 0.0314112 6.37857 0.0276213 6.36474C0.0238314 6.35038 0.0200405 6.33656 0.017334 6.3222C0.0140848 6.30624 0.01192 6.29029 0.00975418 6.2738C0.00813007 6.26157 0.00542259 6.24934 0.00433922 6.2371C0.00163269 6.20839 8.58307e-06 6.17914 8.58307e-06 6.15042C8.58307e-06 6.1217 0.00163269 6.09245 0.00433922 6.06373C0.00542259 6.0515 0.00813007 6.03927 0.00975418 6.02704C0.01192 6.01108 0.0140848 5.99459 0.017334 5.97864C0.0200405 5.96428 0.0243721 5.95045 0.0276213 5.93609C0.0308695 5.92227 0.0341187 5.90897 0.0384502 5.89514C0.0427818 5.88132 0.0481958 5.86749 0.0530691 5.85419C0.0579414 5.8409 0.062273 5.8276 0.0682287 5.81431C0.0736437 5.80154 0.0801411 5.78931 0.0860968 5.77655C0.0925941 5.76325 0.0985498 5.74942 0.106131 5.73613C0.112627 5.72443 0.120207 5.71273 0.127245 5.70103C0.135367 5.68827 0.142406 5.67497 0.151069 5.66221C0.159732 5.64944 0.169478 5.63774 0.178682 5.62498C0.186804 5.61434 0.194385 5.60317 0.203048 5.59307C0.221457 5.57073 0.240948 5.54946 0.261522 5.52925L5.4772 0.408351C5.82588 0.0658585 6.39168 0.0658585 6.74037 0.408351C7.08906 0.750843 7.08906 1.3066 6.74037 1.64909L3.05047 5.27345L14.1072 5.27345C14.6004 5.27345 15.0005 5.66646 15.0005 6.15095C15.0005 6.63544 14.6004 7.02845 14.1072 7.02845L3.05047 7.02845L6.74037 10.6528C7.08906 10.9953 7.08906 11.5511 6.74037 11.8935C6.56603 12.0648 6.33754 12.1504 6.10851 12.1504C5.87948 12.1504 5.651 12.0648 5.47665 11.8935L0.261522 6.77105C0.240948 6.75084 0.221457 6.72957 0.203048 6.70723C0.194385 6.6966 0.186804 6.68596 0.178682 6.67532V6.67586Z' fill='white'/%3E%3C/svg%3E%3C/svg%3E%0A") no-repeat center / contain;
	transform: translateY(2px);
}


#mobile_menu .mobile_mega_menu .menu-button {
	color: var(--raad-white);
	background-color: var(--raad-button-orange);
}
	
#mobile_menu .mobile_mega_menu .menu-button:hover {
	background-color: var(--raad-button-orange-hover);
}

#mobile_menu .mobile_mega_menu .menu_header {
	padding-inline: 20px;
}
#mobile_menu .mobile_mega_menu .menu_header .button_wrapper{
	margin-bottom: 10px;
}
#mobile_menu .mobile_mega_menu .menu_header .button{
	flex-grow: 1;
}
#mobile_menu .mobile_mega_menu .menu_header .button_text{
	justify-content: center;
}

#mobile_menu  .mobile_mega_menu .menu_footer {
	margin-inline: 20px;
	padding-top: 32px;
	display: flex;
	width: auto;
	flex-direction: column;
	gap: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#mobile_menu  .mobile_mega_menu .menu_footer nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* #mobile_menu  .mobile_mega_menu .language-switch {
	font-weight: 400;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

#mobile_menu  .mobile_mega_menu .menu_footer .language-switch a {
	display: flex;
	align-items: center;
	background-color: transparent;
	width: 100%;
	border-radius: 8px;
}

#mobile_menu  .mobile_mega_menu .menu_footer .language-switch:after {
	mask: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66665 2.65094L3.33331 5.98427M3.33331 5.98427L6.66665 9.31761M3.33331 5.98427H16.6666M13.3333 17.6509L16.6666 14.3176M16.6666 14.3176L13.3333 10.9843M16.6666 14.3176H3.33331' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66665 2.65094L3.33331 5.98427M3.33331 5.98427L6.66665 9.31761M3.33331 5.98427H16.6666M13.3333 17.6509L16.6666 14.3176M16.6666 14.3176L13.3333 10.9843M16.6666 14.3176H3.33331' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")no-repeat center / contain;
	transform: rotate(0deg);
}

#mobile_menu  .mobile_mega_menu .menu_footer .language-switch:hover:after {
	transform: rotate(0deg) translateX(0px);
} */

@media only screen and (max-width: 767px){
	#languagePopup .languages{
		flex-direction: column;
	}
	#languagePopup .languages a{
		text-decoration: none;
		color: black;
	}
}