body {
	--space-footer: 45rem;
}
@media screen and (max-width: 1025px) {
	body {
		--space-footer: 35rem;
	}
}
footer {
	position:static;
}
footer > section {
	padding-top: var(--space-footer);
	padding-bottom: var(--space-s);
}

/*
@media screen and (min-width: 1026px) and (max-width: 1450px) {
	footer > section > div.grid--12 {
		grid-template-columns: var(--grid-4) !important;
	}
	footer > section > div.grid--12 > * {
		grid-column-start: unset !important;
		grid-column-end: unset !important;
	}

	.footer-bottom.footer-bottom.footer-bottom.footer-bottom.footer-bottom {
		grid-column: -1/1 !important;
	}
}
*/

.footer-logo-wrapper {
	display: flex;
	align-items: flex-end;
	padding-bottom: 5px;
}
@media screen and (max-width: 1025px) {
	.footer-logo-wrapper {
		padding-bottom: 0;
		margin-bottom: -50px;
	}
}
@media screen and (min-width: 1026px) {
	footer li {
		max-width: 200px;
	}
}

footer li {
	list-style-type: none;
}

@media screen and (max-width: 1025px) {
	footer ul.primary-navigation > li > a {
		font-size: var(--text-s) !important;
	}
}

footer li.has-children {
	display: flex;
	column-gap: 22px;
	align-items: center;
	width: fit-content;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 190px;
}
@media screen and (max-width: 1025px) {
	footer li.has-children {
		width: auto;
	}
}

footer li .child-pages a {
	color: white !important;
}

footer ul.primary-navigation a:is(:hover, :focus-visible) {
	text-decoration-color: white !important;
}
footer ul.primary-navigation > li.has-children > button path {
	fill: white !important;
}

footer .primary-navigation {
	display: flex;
	gap: 1.8rem;
	flex-direction: column;
}
footer h3.h--5,
header h3.h--5 {
	margin-bottom: var(--space-s);
}
@media screen and (max-width: 1025px) {
	footer h3.h--5 {
		margin-bottom: var(--space-m);
	}
}

footer ul.child-pages {
	background: transparent !important;
	margin: 0 !important;
	position: static !important;
	display: block !important;
	height: 0;
	overflow: hidden;
}
footer ul.child-pages li {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
footer ul.child-pages li a {
	font-size: 1.4rem !important;
	white-space: anywhere;
	white-space: break-spaces;
	line-height: 1.4;
}

footer ul.child-pages li:first-child {
	margin-top: 12px;
}

nav[data-children-toggle="click"] button.expand-icon {
	background: var(--primary-dark);
	border-radius: 50vmax;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s ease-out;
}
button.expand-icon path {
	transition: 0.2s ease-out;
}
nav[data-children-toggle="click"] button.expand-icon:is(:hover, :focus-visible),
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] {
	background: white;
}
footer button.expand-icon {
	outline-color: white !important;
}
nav[data-children-toggle="click"] button.expand-icon:is(:hover, :focus-visible) path,
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] path {
	stroke: var(--base) !important;
}
nav[data-children-toggle="click"] button.expand-icon[aria-expanded="true"] path + path {
	opacity: 0;
}

@media screen and (max-width: 1025px) {
	footer section > div > * {
		grid-column-start: unset !important;
		grid-column-end: unset !important;
	}
}
footer section > div.grid--12 {
	position: relative;
	z-index: 9;
}
footer .text--500 > a {
	font-weight: 500;
}

.footer-extra-links {
	gap: 5rem;
	display: flex;
}

.footer-legal {
	position: relative;
}

@media screen and (max-width: 1025px) {
	.footer-legal {
		gap: 2.8rem !important;
		top: -30px;
	}
	.footer-legal * {
		font-size: 12px;
	}
	footer > section {
		padding-bottom: 0;
	}
}

.footer-extra-links a {
	outline-color: transparent !important;
}

.footer-contact .footer-menu-styles {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1.8rem;
}
@media screen and (max-width: 1025px) {
	header .footer-contact * {
		color: white !important;
	}
}
.footer-menu-styles p {
	line-height: 16px;
}

@media screen and (max-width:1025px) {
.medarbetar-link{
	order:4;
	margin:unset!important;
}}