/**
Theme Name: Pioneer
Author: kaleidos:code
Author URI: https://www.kaleidsocode.de
Description: Theme by kaleidos:code
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: pioneer
Template: astra
*/

:root {
	--section-padding: 150px;
	--section-padding-md: 100px;
	--header-height: 96px;
	
	@media (max-width: 1024px) {
		--section-padding: 80px;
		--section-padding-md: 60px;
	}
	@media (max-width: 768px) {
		--section-padding: 50px;
		--section-padding-md: 40px;
	}
}

.nomargin p:last-child {
	margin-bottom: 0;
}

strong, b {
	font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	span {
		font-family: "Noto Sans";
		display: block;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
}

.footermenu {
	ul {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 14px;
		line-height: 1em;
			a {
				color: #fff;
			}
			a:hover {
				color: #7C868E;
			}
	}
	li {
		display: inline-block;
		margin-left: 24px;
	}
	li:first-child {
		margin-left: 0;
		padding-right: 24px;
		border-right: 1px solid #7C868E;
	}
	@media (max-width: 1024px) {
		li {
			display: block;
			margin-left: 0;
			margin-bottom: 10px;
		}
		li:first-child {
			padding-right: 0;
			padding-bottom: 10px;
			border-right: 0;
			border-bottom: 1px solid #7C868E;
		}
		li:last-child {
			margin-bottom: 0;
		}
	}
	@media (max-width: 768px) {
		li {
			text-align:center;
		}
	}
}

/* GB and USA seperators */
html[lang="en-US"] body:not(.elementor-editor-active) .gb-only {
	display: none !important;
}
html[lang="en-GB"] body:not(.elementor-editor-active) .us-only {
	display: none !important;
}


/* Menu Arrow */
.menu-arrow a {
	background-image: url("/wp-content/uploads/2025/08/call-made-24dp-6d6d6d-fill0-wght200-grad0-opsz24.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 26px !important;
}
.menu-arrow a:hover {
	background-image: url("/wp-content/uploads/2025/08/call-made-24dp-6d6d6d-fill0-wght200-grad0-opsz24-black.svg");
}