<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*KOLS*/
/*************************/
.kol{float:left;width: 100%;position:relative;}

.kol2-0 {width:50%;}
.kol3-0 {width:33.33%;}
.kol4-0 {width:25%;margin-left:0%;}
.kol2-2 {width:49%;margin-left:2%;}
.kol3-2 {width:32%;margin-left:2%;}
.kol4-2 {width:23.5%;margin-left:2%;}
.kol5-2 {width:18.4%;margin-left:2%;}
.kol2-5 {width:47.5%;margin-left:5%;}
.kol3-5 {width:30%;margin-left:5%;}
.kol4-5 {width:21.25%;margin-left:5%;}
.kol5-5 {width:16%;margin-left:5%;}
.kolMax2,.kolMax3,.kolMax4,.kolMax5 {margin:0px;}
	
.bottomKol2-0,
.bottomKol3-0,
.bottomKol4-0,
.bottomKol5-0,

.bottomKol2-2,
.bottomKol3-2,
.bottomKol4-2,
.bottomKol5-2,


.bottomKol2-5,
.bottomKol3-5,
.bottomKol4-5

{clear:both;display:none;}

.block{display:block;position:relative}
.pad5{padding:5px;position:relative}
.pad10{padding:10px;position:relative}
.pad15{padding:15px;position:relative}
.pad20{padding:20px;position:relative}
.pad25{padding:25px;position:relative}


@media screen and (max-width: 1130px) {
	/*3 naar 2*/
	.kol3-1-0{width:50%;margin-left:0%;}
	.kol3-2-0{width:50%;margin-left:0%;}
	.kol3-1-2{width:49%;margin-left:0%;}
	.kol3-2-2{width:49%;margin-left:2%;}
	.kol3-1-5{width:47.5%;margin-left:0%;}
	.kol3-2-5{width:47.5%;margin-left:5%;}
	.bottomKol3-1-0{display:none;}
	.bottomKol3-2-0{display:block;}
	.bottomKol3-1-2{display:none;}
	.bottomKol3-2-2{display:block;}
	.bottomKol3-1-5{display:none;}
	.bottomKol3-2-5{display:block;}
	
	/*4 naar 3*/
	.kol4-1-0{width:33.3%;margin-left:0%;}
	.kol4-2-0{width:33.3%;margin-left:0%;}
	.kol4-3-0{width:33.3%;margin-left:0%;}
	.kol4-1-2{width:32%;margin-left:0%;}
	.kol4-2-2{width:32%;margin-left:2%;}
	.kol4-3-2{width:32%;margin-left:2%;}
	.kol4-1-5{width:30%;margin-left:0%;}
	.kol4-2-5{width:30%;margin-left:5%;}
	.kol4-3-5{width:30%;margin-left:5%;}
	.bottomKol4-1-0{display:none;}
	.bottomKol4-2-0{display:none;}
	.bottomKol4-3-0{display:block;}
	.bottomKol4-1-2{display:none;}
	.bottomKol4-2-2{display:none;}
	.bottomKol4-3-2{display:block;}
	.bottomKol4-1-5{display:none;}
	.bottomKol4-2-5{display:none;}
	.bottomKol4-3-5{display:block;}

}
	
@media screen and (max-width: 960px) {
	
	/*4 naar 2*/
	.kol4-2-0,.kol4-3-0{margin-left:0%;}
	.kol4-2-2,.kol4-3-2{margin-left:0%;}
	.kol4-2-5,.kol4-3-5{margin-left:0%;}
	.kol4-0{width:50%;margin-left:0%;}
	.kol4-2{width:49%;margin-left:2%;}
	.kol4-5{width:47.5%;margin-left:5%;}
	.kolMax4{margin-left:0px;}
	.bottomKol4-2-1-0{display:none;}
	.bottomKol4-2-2-0{display:block;}
	.bottomKol4-2-1-2{display:none;}
	.bottomKol4-2-2-2{display:block;}
	.bottomKol4-2-1-5{display:none;}
	.bottomKol4-2-2-5{display:block;}
	.kolMax4-2{margin-left:0px;}
	
}



@media screen and (max-width: 850px) {
	/*2 naar 1*/
	.kol2-0{width:100%;margin-left:0px;}
	.kol2-2{width:100%;margin-left:0px;}
	.kol2-5{width:100%;margin-left:0px;}
	.bottomKol2-0{display:block;}
	.bottomKol2-1{display:block;}
	.bottomKol2-2{display:block;}
	
	
	
	
	
	
	/*4 naar 1*/
	.kol4-0{width:100%;margin-left:0%;}
	.kol4-2{width:100%;margin-left:0%;}
	.kol4-5{width:100%;margin-left:0%;}
	.bottomKol4-2{display:block;}
	.bottomKol4-5{display:block;}
}

@media screen and (max-width: 480px) {
	/*3 naar 1*/
	.kol3-0{width:100%;margin-left:0%;}
	.kol3-2{width:100%;margin-left:0%;}
	.kol3-5{width:100%;margin-left:0%;}
	.bottomKol3-2{display:block;}
	.bottomKol3-5{display:block;}
}
</pre></body></html>