section#vrije-ligplaatsen,
body.page-template-template-ligplaatsen .boxen {
	padding: 40px 0;
	box-sizing: border-box;
}

body.page-template-template-ligplaatsen .boxen {
    border-top: 1px solid #d8d8d8;
}

body.page-template-template-ligplaatsen .content {
    padding: 40px 0;
}

body.page-template-template-ligplaatsen .content h1 {
    color: var(--maincolor);
}

section#vrije-ligplaatsen h1,
body.page-template-template-ligplaatsen .boxen h1 {
    padding-left: 10px;
    color: var(--maincolor);
    font-size: 30px;
}

body.page-template-template-ligplaatsen .boxen p {
    padding-left: 10px;
}

section#vrije-ligplaatsen .container,
body.page-template-template-ligplaatsen .boxen .container {
	width: 90%;
}

section#vrije-ligplaatsen .box-lists,
body.page-template-template-ligplaatsen .boxen .box-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section#vrije-ligplaatsen .box-lists .single-box,
body.page-template-template-ligplaatsen .boxen .box-lists .single-box {
	flex: 0 0 20%;
	padding: 0 10px;
    box-sizing: border-box;
}

section#vrije-ligplaatsen .box-lists .single-box:nth-child(1n+6),
body.page-template-template-ligplaatsen .boxen .box-lists .single-box:nth-child(1n+6) {
	margin-top: 40px;
}

section#vrije-ligplaatsen .box-lists .single-box .single-box-content,
body.page-template-template-ligplaatsen .boxen .box-lists .single-box .single-box-content {
	padding: 20px 0;
    box-sizing: border-box;
}

section#vrije-ligplaatsen .box-lists .single-box .single-box-content b,
body.page-template-template-ligplaatsen .box-lists .single-box .single-box-content b {
	font-weight: 600;
}

section#vrije-ligplaatsen .box-lists .single-box .single-box-content a,
body.page-template-template-ligplaatsen .box-lists .single-box .single-box-content a {
    font-size: 18px;
    background: #FF9800;
    padding: 10px 20px;
    border-radius: 5px;
    border-right: 3px solid #c77700;
    border-bottom: 3px solid #c77700;
    -webkit-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.69);
    -moz-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.69);
    box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.69);
}

section#vrije-ligplaatsen .box-lists .single-box .single-box,
body.page-template-template-ligplaatsen .box-lists .single-box .single-box {
	margin: 15px 0;
    position: relative;
    padding-left: 25px;
}

section#vrije-ligplaatsen .box-lists .single-box .single-box:before,
body.page-template-template-ligplaatsen .box-lists .single-box .single-box:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f00C';
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #ff9802;
    transition: 0.5s all ease-in-out;
}

section#vrije-ligplaatsen .box-lists .single-box .single-box-content h3,
body.page-template-template-ligplaatsen .box-lists .single-box .single-box-content h3 {
	color: var(--maincolor);
    font-size: 26px;
    margin: 0;
}

@media only screen and (max-width: 1150px) {

    section#vrije-ligplaatsen .box-lists .single-box,
    body.page-template-template-ligplaatsen .box-lists .single-box {
        flex: 0 0 25% !important;
    }

    section#vrije-ligplaatsen .box-lists .single-box:nth-child(1n+5),
    body.page-template-template-ligplaatsen .box-lists .single-box:nth-child(1n+5) {
        margin-top: 40px !important;
    }

}

@media only screen and (max-width: 830px) {

    section#vrije-ligplaatsen .box-lists .single-box,
    body.page-template-template-ligplaatsen .box-lists .single-box {
        flex: 0 0 33.333% !important;
    }

    section#vrije-ligplaatsen .box-lists .single-box:nth-child(1n+4),
    body.page-template-template-ligplaatsen .box-lists .single-box:nth-child(1n+4) {
        margin-top: 40px !important;
    }

}

@media only screen and (max-width: 630px) {

    section#vrije-ligplaatsen .box-lists .single-box,
    body.page-template-template-ligplaatsen .box-lists .single-box {
        flex: 0 0 50% !important;
    }

    section#vrije-ligplaatsen .box-lists .single-box:nth-child(1n+3),
    body.page-template-template-ligplaatsen .box-lists .single-box:nth-child(1n+3) {
        margin-top: 40px !important;
    }

}

@media only screen and (max-width: 450px) {

    section#vrije-ligplaatsen .box-lists .single-box,
    body.page-template-template-ligplaatsen .box-lists .single-box {
        flex: 0 0 100% !important;
    }

    section#vrije-ligplaatsen .box-lists .single-box:nth-child(1n+2),
    body.page-template-template-ligplaatsen .box-lists .single-box:nth-child(1n+2) {
        margin-top: 40px !important;
    }

}