footer {
	background: #1a3d4a;
}
.owner {
	color: #f9efc6;
	font-weight: 100;
}

.component-footer.footer-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	padding: 100px 20px;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.component-footer.footer-wrapper {
		gap: 2.564102564%;
	}
}

.component-footer.footer-wrapper a {
	color: #f9efc6 !important;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.col-1 {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
	text-align: center;
}

.col-1 .logo img {
	max-width: 120px !important;
}

@media (min-width: 768px) {
	.col-logo {
		text-align: left;
	}
}

.location {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 24px;
	justify-content: center;
	width: 100%;
	color: #f9efc6;
}
.component-footer.footer-wrapper .location {
	text-decoration: none;
	font-family: "WSRegular", sans-serif
	font-weight: 100;
}
.navitems {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 18px;
}
.component-footer.footer-wrapper .navitems a {
	font-family: "WSRegular", sans-serif;
	font-weight: 100;
}
@media (min-width: 768px) {
	.component-footer.footer-wrapper {
		flex-direction: column;
	}
	.navitems {
		flex-direction: row;
		gap: 40px;
		flex-wrap: wrap;
	}
	body.vokser .component-footer.footer-wrapper {
		flex-direction: row;
		align-items: start;
		display: grid;
		grid-template-columns: minmax(200px, .5fr) 0.5fr 1fr;
	}
	body.vokser footer .location {
		flex-direction: column;
		text-align: left;
		gap: 0;
	}
	body.vokser footer .navitems {
		flex-direction: column;
		gap: 0;
		text-align: left;
	}
}

body.vokser footer {
	background: #c2c2ac;
	/*position: absolute; */
	/* bottom: auto; */
	width: 100%;
}
body.vokser footer .logo img {
	transform: rotate(60deg);
}

body.vokser footer .owner,
body.vokser footer .location,
body.vokser footer .nav-items a,
body.vokser footer .component-footer.footer-wrapper a {
	color: #000 !important;
}
body.vokser footer .owner {
	text-align: center;
	padding: 12px;
	background: #3d00ff;
	color: #fff !important;
}
