.site-footer{
    margin-top: 2rem;
    background-image:url(https://bruggia.be/wp-content/uploads/2025/10/bruggia-patroon-light.webp);
    background-repeat:repeat;
    background-size:40%;
    background-color:var(--color-primary);
}


.wcreate--info {
    margin-top: 3%;
    padding-top: 1%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.3);
    color:#FFF;
}

.wcreate--info p, .wcreate--info a{
    font-size:0.8rem;
    color:#FFF;
}
.not--fat{
	display: inline-block;
	font-weight: 400;
}

.fat{
	display: inline-block;
	font-weight: 700;
}

.kolom--1 {
    height: 100%;
    position: relative;
}

.logo--footer{
    display:flex;
    justify-content:center;
}

.logo--footer img{
	width: 300px;
}

.footer--title{
	font-weight: 700;
	margin-bottom: 2rem;
}


.footer--menu ul {
    display:flex;
    gap:1rem;
    margin-left: 0px;
	padding-left: 0px;
    margin:0;
}

.footer--menu li {
    list-style: none;
}

.footer--menu li a{
    color:#FFF;
}

.line{
    height:1px;
    background:rgba(255,255,255,.3);
}

@media only screen and (max-width: 811px)
{
    .logo--footer {
        text-align: center;
    }

    .logo--footer img {
        width: 200px;
    }


    .kolom--1, .kolom--2, .kolom--3, .kolom--4{
        margin-bottom: 2rem !important;
        text-align: center;
    }

    .kol--right {
        margin-left: inherit;
        padding-right: 0px;
    }

	.footer--menu ul{
		flex-direction:column;
		align-items:center;
	}

    .wcreate--info{
        padding-top:5%;
        padding-bottom:5%;
    }
}