
.wcreate--info {
    margin-top: 3%;
    padding-top: 1%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.not--fat{
	display: inline-block;
	font-weight: 400;
}

.fat{
	display: inline-block;
	font-weight: 700;
}

.kol--right{
	margin-left: auto;
}

.kolom--1 {
    height: 100%;
    position: relative;
}

.logo--footer{
	margin-bottom: 2rem;
}

.logo--footer img{
	width: 300px;
}

.footer--title{
	font-family: 'DynaPuff', system-ui;
    font-weight: 700;
   	margin-bottom: 2rem;
}

.footer--menu ul {
    margin-left: 0px;
	padding-left: 0px;
}

.footer--menu li {
    list-style: none;
}

.img--cookie--container{
    margin-top:50px;
    position: relative;
    top: 100px;
}

.site-footer a{
    color: #fff;
}

.soc--ico {
    position: relative;
    border: 1px solid var(--color-white);
    background-color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 40px;
}

.soc--ico{
    margin-right: 10px;
}

.soc--ico svg {
    position: absolute;
    width: 25px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.soc--ico svg path{
    fill: var(--color-primary);
}

@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;
    }

    .wcreate--info{
        display: block;
        text-align:center;
    }

}