
@charset "UTF-8";
/* CSS Document */

.tekst {
	font-size: 16px;
    line-height:28px;
	color: #d14503;
}
.tekst_klein {
	font-size: 12px;
    line-height:21px;
	color: #d14503;
}

.content {
}
.content h1, .kop_hoofdkleur {
    display:block;
    margin:0px;
    padding:0px 0px 30px 0px;
	color: #d14503 !important;
	font-weight:700;
    font-size:2.5em;
}
.kop_steunkleur {
    display:block;
    margin:0px;
    padding:0px 0px 30px 0px;
	color: #cec9c7 !important;
	font-weight:700;
    font-size:2.5em;
}
.content h2, .subkop_hoofdkleur {
    display:block;
    margin:0px;
    margin:0px 0px 30px 0px;
	color: #d14503 !important;
	font-weight:700;
    font-size:2em;
}
.content h3, .subkop_steunkleur {
    display:block;
    margin:0px;
    padding:0px 0px 16px 0px;
	color: #666666;
	font-weight:700;
    font-size:1.5em;
}
.content a {
	text-decoration:underline;
	color:#333333;
}

.content p {
    display:block;
    margin:0px;
    padding:0px 0px 10px 0px;
}

.content .columns2 {
    vertical-align:top;
    columns: 2;
    -webkit-columns: 2; /* Safari and Chrome */
    -moz-columns: 2; /* Firefox */
    column-gap:40px;
    -moz-column-gap:40px; /* Firefox */
    -webkit-column-gap:40px; /* Safari and Chrome */
    padding-bottom:20px;
    text-align:justify;
}

.content .columns4 {
    vertical-align:top;
    columns: 4;
    -webkit-columns: 4; /* Safari and Chrome */
    -moz-columns: 4; /* Firefox */
    column-gap:30px;
    -moz-column-gap:30px; /* Firefox */
    -webkit-column-gap:30px; /* Safari and Chrome */
    padding-bottom:20px;
    font-size:14px;
    line-height:28px;
}

.content .block {
    column-break-inside : avoid;
    display: inline-block;
    padding:0px 0px 16px 0px;
}

.content ul {
    list-style-position:outside;
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 20px;
    text-align:left;
}


body, td, th {
    font-family: 'Merriweather','sans-serif';
    font-size:16;
    line-height:1.8em;
}
img {
	border:0px;
	-ms-interpolation-mode:bicubic;
}
:-moz-any-link:focus {
  outline: none;
}
a, input {
  outline: none;
}

.clear {
	clear:both;
}
.left {
	float:left;
}
.nav-top a {
    font-size:13px !important;
}
.nav-top ul ul li a {
    color: #d14503 !important;
}

.nav-top .open > a, .nav-top .open > a:hover, .nav-top .open > a:focus {
	background-color: #DA6A35 !important;
}

#footer {
    background: #d14503 !important;
    border:0px !important;
}

#footer p {
    color:#fff !important;
}

.content {
    padding:0px 0px 0px 0px;
}

.content .margin {
    padding:20px 20px 20px 20px;
}



@media (max-width: 991px) {
.content .margin {
    padding:20px 0px 20px 0px;
}
}