@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; color:#4b565e; font-size:14px;background-color:#fbf6fa;}
h1 {font-weight:lighter; font-size:34px; }
h2 {font-weight:lighter; font-size:24px;}

a { color: #d03834; text-decoration:none;}
a:hover { color: #b83287; text-decoration:none;}

.rood {color:#d03834;}
.paars {color:#ba338b;}
.geel {color:#e98a06;}
.bggeel {background-color:#faddbb;}
.bgpaars {background-color:#e8c9e1;}

.row {margin-left:0px;margin-right:0px;}
.container {width:80%; margin: 0 auto;}
.intro {font-size:1.2em;padding:20px 0px;}

.borderbottom {border-bottom:4px dotted #e98a06;}
.bordertop {border-top:4px dotted #e98a06;}

.blok {padding:20px; display:block; width:100%; height:auto;}

@media(max-width:1000px) {}

@media (max-width: 767px) {.container {width:100%; margin: 0 auto;}
}

