#wrapper-footer .kolom--2, #wrapper-footer .kolom--3 {
    margin: auto;
    display: table;
}

#wrapper-footer .kolom--4 {
    margin: auto;
    display: table;
}

#wrapper-footer a {
    color: #fff;
    font-size:14px;
}
#wrapper-footer p{
    font-size:14px;
}
#wrapper-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-info {
    background-color: #0040DC;
    padding: 5% 10% 0 10% !important;
    color: #fff;
}


.wcreate--info {
    margin-top: 5%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
}

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

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

.kol--right{
	margin-left: auto;
	padding-right: 5%;
}

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

.logo--footer{
	margin-bottom: 2rem;
}

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

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

.footer--menu ul {
    margin-left: 0px;
	padding-left: 0px;
}

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

.kol--4 svg{
    width:80px;
    margin: 15px;
}

@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;
    }
    .kol--1 {
        width: 100%;
    }
    .kol--4 {
        width: 100%;
    }
    .kol--4 .flex.align-center {
        text-align: center;
    }
}