#footer {
	background-color: var(--color-green1);
	color: var(--color-white);
	word-break: break-word;
	position: relative;
	z-index: 1;		
}

#footer a {
	text-decoration: none;
	hyphens: auto !important;
}

#footer ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}

.footercontent.grid {
	flex-wrap: nowrap;
}
.footercontent ul li {
	margin-bottom: 12px;
}



.footercontent-column {
	padding-top: 32px;
}

.footercontent .footercontent-column-4 {
	border-left:1px solid var(--color-white);
	flex:0 0 calc(100% / 12 * 3 - 2px);
}


.footernavigation ul li {
	display: inline-block;
	margin-right: 32px;
}

.footernavigation-column-1 {
	padding-top: 180px;
		padding-bottom: 32px;
}
.footernavigation-column-2 {
	border-left:1px solid var(--color-white);	
	flex: 0 0 calc(100% / 12 * 3 - 2px) !important;
}

#footer .footernavigation-column-1 a {
	font-weight: 400 !important;
}

.grid .footercontent-column-1 p {
	word-break: initial;
}



@media (max-width:1250px) {
	.footercontent.grid {
		flex-wrap: wrap;
	}

	.grid .footercontent-column-2 {
		flex:0 0 100%;
	}

	.grid .footercontent-column-2 {
		flex:0 0 50%;
		order: 3;
	}
	.grid .footercontent-column-3 {
		flex:0 0 50%;
		order: 4;
	}

	.grid .footercontent-column-4 {
		flex:0 0 100%;
		order: 2;
		border-bottom:1px solid var(--color-white);
		padding-bottom: 20px;
	}

	.footercontent .footercontent-column-4 {
		border-left: none;
	}

	.grid .footernavigation-column-1 {
		flex:0 0 100%;
		margin-left: 0;
		padding-top: 32px;
	}


	.footernavigation ul {
		display: flex;
		justify-content: space-between;
	}

	.footernavigation ul li {
		margin: 0;
	}


}


@media (max-width:768px) {
	.footernavigation ul {
	        display: block;
	}

	.footernavigation ul li {
		display: block;
	}

}
