footer.wp-block-template-part {
	padding-top: 48px;
	margin-top: auto;
	width: 100%;
}

.pyrum-footer-bg-wrapper {
	width: 100%;
	background-image: url('../../images/backgroundnew.webp');
	background-position: 1.5px 0;
}

.pyrum-footer-wrapper {
	max-width: calc(1600px);
	margin: 0 auto;
	width: 100%;
}

.pyrum-footer {
	max-width: none !important;
}

.pyrum-footer h4 {
	margin-bottom: 0.25em;
}

.pyrum-footer .wp-block-navigation {
	font-weight: 400;
	text-transform: none;
	padding-left: 0;
}

.pyrum-footer .wp-block-columns .wp-block-navigation {
	margin-top: var(--wp--preset--spacing--20);
}

.pyrum-footer h4 a {
	text-decoration: none;
}

.pyrum-footer h4 a:hover {
	text-decoration: underline;
}

.pyrum-footer .wp-block-navigation a {
	color: var(--wp--preset--color--primary-dark);
}

.pyrum-footer .wp-block-navigation a:hover {
	color: var(--wp--preset--color--primary-dark);
	text-decoration: underline;
}

.pyrum-footer > .wp-block-group:last-child .wp-block-navigation {
	font-size: var(--wp--preset--font-size--small);
}

.pyrum-footer-karriere {
	width: 100%;
	min-width: 0;
	margin-top: var(--wp--preset--spacing--40) !important;
}

.pyrum-footer-karriere ul {
	padding-left: 0 !important;
}

.pyrum-footer-karriere .wp-block-navigation-item {
	max-width: 100%;
	min-width: 0;
}

.pyrum-footer-karriere .wp-block-navigation-item__content,
.pyrum-footer-karriere .wp-block-navigation-item__label {
	display: block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 783px) {
	.pyrum-footer-nav-group {
		gap: 7.5rem !important;
	}
}

@media (max-width: 782px) {
	.pyrum-footer .wp-block-navigation {
		font-size: 16px;
	}

	.pyrum-footer > .wp-block-group:last-child .wp-block-navigation {
		justify-content: space-between;
		gap: 1rem;
	}

	.pyrum-footer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Social Icons */
.pyrum-social-icons {
	gap: var(--wp--preset--spacing--40);
}

.pyrum-social-icon {
	margin: 0;
}

.pyrum-social-icon a {
	display: block;
	line-height: 0;
}

.pyrum-social-icon img {
	height: 32px;
	width: auto;
	transition: transform 0.2s ease;
}

.pyrum-social-icon a:hover img {
	transform: scale(1.1);
}
