.footer_container {
	width: 100%;
	font-size: 1.1em;
	margin-top: 8px;
}

.footer {
    display: flex;
    justify-content: center;  
	padding: 10px 0 10px 0;
}

.footer_kolom1,
.footer_kolom2 {
    display: flex;
    flex-direction: column;
	width: 400px;
}

.footer_kop {
    font-weight: 700;
    margin-bottom: 8px;
}

.copyright {
    text-align: center;
	padding: 0 0 10px 0;
}

.footer a {
	color: var(--colorFB_B);
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}