/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ── Taalwisselaar: alleen vlaggen ─────────────────────────── */
.rsp-taalwissel {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rsp-taalwissel__vlag {
	display: inline-flex;
	line-height: 0;
	opacity: .5;
	transition: opacity .15s ease;
}
.rsp-taalwissel__vlag img {
	display: block;
	width: 24px;
	height: 16px;
	border-radius: 2px;
	/* markering zit op de afbeelding, niet op de link: Elementor rekt
	   links in het menu op tot volle breedte. */
	box-shadow: 0 0 0 1px rgba(31, 44, 57, .12);
	transition: box-shadow .15s ease;
}
.rsp-taalwissel__vlag:hover,
.rsp-taalwissel__vlag:focus-visible {
	opacity: 1;
}
.rsp-taalwissel__vlag.is-actief {
	opacity: 1;
}
.rsp-taalwissel__vlag.is-actief img {
	box-shadow: 0 0 0 1px rgba(31, 44, 57, .12), 0 5px 0 -1px #B98B2E;
}

/* In de header staat hij al; het menu-item is alleen voor mobiel. */
.elementor-nav-menu li.rsp-menu-taal,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.rsp-menu-taal {
	display: none;
}
li.rsp-menu-taal .rsp-taalwissel {
	/* het menu-item brengt zijn eigen horizontale padding mee */
	padding: 20px 0 24px;
	gap: 18px;
}
li.rsp-menu-taal .rsp-taalwissel__vlag img {
	width: 30px;
	height: 20px;
}
@media (max-width: 1024px) {
	.elementor-nav-menu li.rsp-menu-taal,
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li.rsp-menu-taal {
		display: block;
		border-top: 1px solid #D9CEC1;
	}
	.rsp-taalwissel--kop {
		display: none;
	}
}
