/* LESS compiled on January 27, 2016, 9:45 am */

/* Border box */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clear fix */
/* Named media queries */
/*@l: ~"only screen and (min-width: 901px) and (max-width: 1200px)";*/
/* Gutters */
/* Wrappers */
.wrapper {
  width: 888px;
  margin: 0 auto;
  /*@media @l {
        width: 888px;
    }*/
}
@media only screen and (min-width: 1201px) {
  .wrapper {
    width: 1080px;
  }
}
/* Grid rows */
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.group:before,
.group:after {
  content: " ";
  display: table;
}
.group:after {
  clear: both;
}
/* Grid column */
.col {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  /*@media @s, @xs {
        padding-left: @gutter-s;
        padding-right: @gutter-s;
        .row {
            margin-left: -@gutter-s;
            margin-right: -@gutter-s;
        }
    }
    @media @xl {
        padding-left: @gutter-l;
        padding-right: @gutter-l;
        .row {
            margin-left: -@gutter-l;
            margin-right: -@gutter-l;
        }        
    }*/
}
/* Widths */
.col-1-1 {
  width: 100%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33333333%;
}
.col-2-3 {
  width: 66.66666667%;
}
.col-1-4 {
  width: 25%;
}
.col-2-4 {
  width: 50%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.col-1-6 {
  width: 16.66666667%;
}
.col-2-6 {
  width: 33.33333333%;
}
.col-3-6 {
  width: 50%;
}
.col-4-6 {
  width: 66.66666667%;
}
.col-5-6 {
  width: 83.33333333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-2-8 {
  width: 25%;
}
.col-3-8 {
  width: 37.5%;
}
.col-4-8 {
  width: 50%;
}
.col-5-8 {
  width: 62.5%;
}
.col-6-8 {
  width: 75%;
}
.col-7-8 {
  width: 87.5%;
}
.col-1-12 {
  width: 8.33333333%;
}
.col-2-12 {
  width: 16.66666667%;
}
.col-3-12 {
  width: 25%;
}
.col-4-12 {
  width: 33.33333333%;
}
.col-5-12 {
  width: 41.66666667%;
}
.col-6-12 {
  width: 50%;
}
.col-7-12 {
  width: 58.33333333%;
}
.col-8-12 {
  width: 66.66666667%;
}
.col-9-12 {
  width: 75%;
}
.col-10-12 {
  width: 83.33333333%;
}
.col-11-12 {
  width: 91.66666667%;
}
/* Gaps */
.gap-none {
  margin-left: 0;
}
.gap-1-2 {
  margin-left: 50%;
}
.gap-1-3 {
  margin-left: 33.33333333%;
}
.gap-2-3 {
  margin-left: 66.66666667%;
}
.gap-1-4 {
  margin-left: 25%;
}
.gap-3-4 {
  margin-left: 75%;
}
.gap-1-5 {
  margin-left: 20%;
}
.gap-2-5 {
  margin-left: 40%;
}
.gap-3-5 {
  margin-left: 60%;
}
.gap-4-5 {
  margin-left: 80%;
}
.gap-1-6 {
  margin-left: 16.66666667%;
}
.gap-5-6 {
  margin-left: 83.33333333%;
}
.gap-1-8 {
  margin-left: 12.5%;
}
.gap-3-8 {
  margin-left: 37.5%;
}
.gap-5-8 {
  margin-left: 62.5%;
}
.gap-7-8 {
  margin-left: 87.5%;
}
.gap-1-9 {
  margin-left: 11.11111111%;
}
.gap-1-10 {
  margin-left: 10%;
}
.gap-1-11 {
  margin-left: 9.09090909%;
}
.gap-1-12 {
  margin-left: 8.33333333%;
}
/* Named */
.col-m-1-1 {
  /* @media @m {
        width: 100%;
        background: black;
    }*/
}
/* Bonus */
.break {
  clear: left;
}
.hide {
  display: none;
}
.center-align {
  text-align: center;
  width: 100%;
}
.center-align *:first-child {
  display: inline-block;
}
.stack1-400 {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
}
.stack1-600 {
  font-family: 'Overlock', sans-serif;
  font-weight: 600;
}
.stack2-400 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.stack2-600 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.type-disciplines {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5em;
  margin: 0 0 1.2em 0;
  font-style: italic;
  color: #999ac3;
  text-align: center;
  padding: 20px 0px;
}
body,
p,
div,
span,
label,
textarea,
input,
button,
select {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #1d0b2d;
}
h1,
.h1 {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3em;
  margin: 0 0 0.4em 0;
}
h2,
.h2 {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3em;
  color: #3f406b;
  margin: 0 0 0.4em 0;
}
h3,
.h3 {
  font-family: 'Overlock', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3em;
  color: #3f406b;
  margin: 0 0 0.2em 0;
}
h4,
.h4 {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.3em;
  color: #3f406b;
  margin: 0 0 0.2em 0;
}
.thead {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 1.2em 0;
  color: #5b5d9b;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.thead.white {
  color: #ffffff;
}
.disciplines {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5em;
  margin: 0 0 1.2em 0;
  font-style: italic;
  color: #999ac3;
  text-align: center;
  padding: 20px 0px;
}
.pxsmall {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.psmall {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.pbody {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.plarge {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.pxlarge {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
blockquote p {
  font-family: 'Overlock', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #3f406b;
}
span.h1,
span.h2,
span.h3,
span.h4,
span.h5 {
  display: block;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
p {
  margin: 0 0 1.2em 0;
}
a {
  color: inherit;
  cursor: pointer;
}
em {
  color: #3f406b;
}
ul,
ol {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  float: left;
}
li {
  list-style: none outside none;
  display: block;
  position: relative;
}
table {
  display: table;
  width: 100%;
}
th,
td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
figure {
  margin: 0 0 20px 0;
}
address {
  font-style: normal;
}
hr {
  border: 0;
  border-bottom: 1px dashed #1d0b2d;
}
.center {
  text-align: center;
}
.rightimg {
  display: block;
  position: relative;
  float: left;
  float: right;
  margin: 0 0 20px 50px;
}
.leftimg {
  display: block;
  position: relative;
  float: left;
  margin: 5px 30px 20px 0px;
}
img {
  border: 0px solid #ffffff;
}
blockquote {
  border-left: 8px solid #ddd0e2;
  padding: 5px 20px;
  margin: 20px;
}
blockquote h1,
blockquote h2 {
  color: #3f406b;
}
.btn {
  border: 1px solid #3f406b;
  background: #3f406b;
  color: #ffffff;
  padding: 4px 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.btn:hover {
  background: #ffffff;
  color: #1d0b2d;
}
.btn.border {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.btn.border:hover {
  background: #e6e6e6;
}
.btn.border2 {
  background: #ffffff;
  color: #3f406b;
}
.btn.border2:hover {
  border: 1px solid #912769;
  color: #912769;
}
.download {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
.leesmeer {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  text-decoration: none;
}
.leesmeer:hover {
  color: #912769;
}
.meer,
.terug,
.verder {
  color: #3f406b;
  text-decoration: none;
}
.meer:hover,
.terug:hover,
.verder:hover {
  color: #912769;
}
.float_right {
  float: right;
}
.paginering {
  padding-bottom: 10px;
}
time {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #898aba;
  margin-bottom: 0;
  line-height: 1.0em;
}
.kalender {
  display: block;
  position: relative;
  float: left;
  background: #3f406b;
  width: 45px;
  height: 60px;
  margin: 5px 20px 20px 0;
}
.kalender span {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.kalender .dag {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.0em;
  margin: 10px 0 0 0;
}
.kalender .maand {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .2em 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.icon {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  background-image: url("/img/icons.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.icon.document {
  background-position: -215px 0px;
  margin: 5px 3px 0 0;
}
.icon.kaart {
  width: 50px;
  height: 50px;
  background-position: 0px -370px;
}
.icon.regio {
  background-position: -200px 0px;
  margin: 4px 0px 0 0;
}
.icon.dartselectie {
  width: 12px;
  height: 10px;
  margin: 5px 0 0 5px;
}
.icon.dartselectie.up {
  background-position: -155px 0px;
}
.icon.dartselectie.down {
  background-position: -155px -15px;
}
.icon.pijl {
  width: 12px;
  height: 12px;
}
.icon.pijl.rechts {
  background-position: -50px -370px;
  margin: 7px 0 0 5px;
}
.icon.pijl.links {
  background-position: -50px -390px;
  margin: 7px 5px 0 0;
}
.icon.stromingen_xs {
  width: 25px;
  height: 25px;
  margin: 0 4px 0 0;
}
.icon.stromingen_xs.ved,
.icon.stromingen_xs.vedische-astrologie {
  background-position: 0px 0px;
}
.icon.stromingen_xs.kla,
.icon.stromingen_xs.klassieke-astrologie {
  background-position: -30px 0px;
}
.icon.stromingen_xs.psy,
.icon.stromingen_xs.psychologische-astrologie {
  background-position: -60px 0px;
}
.icon.stromingen_xs.zl,
.icon.stromingen_xs.zwarte-lichten-astrologie {
  background-position: -90px 0px;
}
.icon.stromingen_xl {
  width: 170px;
  height: 170px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.icon.stromingen_xl.ved,
.icon.stromingen_xl.vedische-astrologie {
  background-position: -170px -200px;
}
.icon.stromingen_xl.kla,
.icon.stromingen_xl.klassieke-astrologie {
  background-position: -170px -30px;
}
.icon.stromingen_xl.psy,
.icon.stromingen_xl.psychologische-astrologie {
  background-position: 0px -200px;
}
.icon.stromingen_xl.zl,
.icon.stromingen_xl.zwarte-lichten-astrologie {
  background-position: 0px -30px;
}
a:hover .pijl.rechts {
  background-position: -70px -370px;
}
a:hover .pijl.links {
  background-position: -70px -390px;
}
a:hover .document {
  background-position: -235px 0px;
}
.form {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background: #f9e253;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.form fieldset {
  margin: 0 0 10px 0;
  border: 0;
  padding: 0;
  position: relative;
}
.form .formrow {
  margin: 5px 0;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.form label {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #3f406b;
}
.form .label {
  display: block;
  position: relative;
  float: left;
  width: 130px;
}
.form input,
.form select,
.form textarea {
  padding: 0 10px;
  width: 100%;
  border: 0px solid #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  margin: 0;
}
.form input.widthxs,
.form select.widthxs,
.form textarea.widthxs {
  width: 50px;
}
.form input.widths,
.form select.widths,
.form textarea.widths {
  width: 100px;
}
.form input.widthm,
.form select.widthm,
.form textarea.widthm {
  width: 190px;
}
.form input.widthl,
.form select.widthl,
.form textarea.widthl {
  width: 280px;
}
.form input.widthxl,
.form select.widthxl,
.form textarea.widthxl {
  width: 386px;
}
.form input.widthauto,
.form select.widthauto,
.form textarea.widthauto {
  width: 100%;
}
.form textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  margin: 0;
  min-height: 100px;
  resize: vertical;
}
.form .nomorelabel {
  position: relative;
}
.form .nomorelabel label {
  display: none;
}
.form .nomorelabel input {
  padding: 0 10px;
}
.form .noformimg,
.form .formimg {
  display: block;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .2em 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 7px 15px 7px 0;
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid #3f406b;
}
.form .noformimg {
  color: #3f406b;
  padding: 40px 5px 10px;
}
.form .checkboxes input,
.form .radio-inline input {
  width: auto;
  display: inline-block;
}
.form .checkboxes span,
.form .radio-inline span {
  padding: 0 5px;
}
.form input[type=text],
.form input[type=date],
.form input[type=tel],
.form input[type=email],
.form input[type=password],
.form select {
  height: 36px;
  margin: 2px 2px 2px 0;
}
.form input[type=file] {
  padding: 0;
}
.form button,
.form input[type=submit],
.form input[type="submit"] {
  border: 1px solid #3f406b;
  background: transparent;
  color: #3f406b;
  margin: 0;
  padding: 4px 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.form button:hover,
.form input[type=submit]:hover,
.form input[type="submit"]:hover {
  background: #3f406b;
  color: #ffffff;
}
.form a.link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #696ba7;
  float: right;
}
.form a.link:hover {
  color: #3f406b;
}
.form .error input,
.form .error select,
.form .error textarea {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(208, 29, 20, 0.8);
  -moz-box-shadow: 0px 2px 10px -2px rgba(208, 29, 20, 0.8);
  box-shadow: 0px 2px 10px -2px rgba(208, 29, 20, 0.8);
}
.form .alert-danger,
.form .text-danger {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #a91919;
}
.notice {
  clear: both;
  float: none;
  padding: 20px 45px;
  margin-bottom: 20px;
  background: #f7f3ed;
}
.notice li {
  color: rgba(255, 20, 20, 0.5);
}
article {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
article.extrapadding {
  padding-left: 50px;
}
article.extrapaddingright {
  padding-right: 50px;
}
article ul,
article ol,
article table {
  margin: 0.2em 0 1.0em 0;
  width: 100%;
  display: block();
}
article li {
  display: list-item !important;
  float: initial;
  margin: 0.2em 0 0.4em 1.05em;
}
article li ul,
article li ol {
  padding: 0 0 0 15px;
}
article li ul li,
article li ol li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
article ul li,
article ol li ul li {
  list-style: outside none disc;
}
article ol li,
article ul li ol li {
  list-style: outside none decimal;
}
article figure {
  float: right;
  margin: 10px 0 10px 40px;
}
article a {
  color: #912769;
}
article table,
article table td {
  border: 1px solid #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border-collapse: collapse;
  background: #f7f3ed;
}
article table {
  display: table;
}
#menuright {
  padding-left: 20px;
}
#menuright ul {
  margin-top: 20px;
  border-top: 1px solid #ddd0e2;
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
#menuright li {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  border-bottom: 1px solid #ddd0e2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin: 0;
}
#menuright a {
  display: block;
  position: relative;
  float: left;
  padding: 2px 10px;
  margin: 5px 0;
  text-decoration: none;
  color: #3f406b;
}
#menuright .active a,
#menuright .active:hover a {
  color: #1d0b2d;
  background: #f9e253;
}
#menuright .active .submenu a {
  background: none;
}
#menuright a:hover,
#menuright .active .submenu a:hover {
  color: #912769;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
header {
  height: 250px;
  background: url("/img/header.jpg") 50% 60px no-repeat;
  background-attachment: fixed;
  border-top: 60px solid #1d0b2d;
  margin-bottom: 50px;
}
header .logo {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
header .logo img {
  margin: 45px auto 0 auto;
  width: 700px;
}
header.homepageheader {
  height: auto;
  border-top: 60px solid #1d0b2d;
  background-attachment: inherit;
  background: url("/img/header.jpg") 50% 0px no-repeat;
}
header.homepageheader .logo img {
  margin: 100px 0 90px;
  width: auto;
}
header.stromingheader {
  background: url("/img/header.jpg") 50% 0px no-repeat, url("/img/header2.jpg") 50% 470px no-repeat;
  background-blend-mode: multiply;
  background-color: #cacae0;
  height: auto;
  padding: 60px 0 30px;
  margin-bottom: 90px;
  position: relative;
}
header.stromingheader * {
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(63, 64, 107, 0.8);
}
header.stromingheader .icon {
  margin: 0 -85px 0 0;
  right: 50%;
  position: absolute;
  bottom: -85px;
}
#hoofdmenu {
  background: rgba(29, 11, 45, 0.9);
  height: 60px;
  padding: 12px 0 8px 0;
  display: block;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
#hoofdmenu li {
  display: block;
  position: relative;
  float: left;
  height: 38px;
}
#hoofdmenu a {
  display: block;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ffffff;
  line-height: 38px;
  text-decoration: none;
  padding: 0 10px;
}
@media only screen and (min-width: 1201px) {
  #hoofdmenu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5em;
    margin: 0 0 .5em 0;
    line-height: 38px;
  }
}
#hoofdmenu .active a,
#hoofdmenu .active:hover a {
  background: #f9e253;
  color: #1d0b2d;
}
#hoofdmenu a:hover {
  color: #f9e253;
}
#hoofdmenu .debug {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin-top: 30px;
  position: absolute;
  right: 0;
  top: 40px;
}
#hoofdmenu .right {
  display: block;
  position: relative;
  float: left;
  float: right;
}
#hoofdmenu .right .login {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  line-height: 36px;
}
#hoofdmenu .right .login:hover {
  border-color: #f9e253;
}
#hoofdmenu .right .logout {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  line-height: 36px;
}
#hoofdmenu .right .logout:hover {
  border-color: #f9e253;
}
#hoofdmenu .right .profiel {
  display: block;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  top: -3px;
  margin: 0 15px 0 5px;
  color: #ffffff;
}
#hoofdmenu .right .profiel .mijnprofiel {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  background: #ddd0e2;
  color: #3f406b;
  float: right;
  line-height: 18px;
  margin-top: 3px;
}
#hoofdmenu .right .profiel .mijnprofiel:hover {
  background: #ffffff;
}
.flash_messages {
  display: block;
  top: 70px;
  width: 100%;
  position: fixed;
  z-index: 900;
}
.flash_messages .flash_bg {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  background: rgba(224, 246, 191, 0.8);
  padding: 10px;
}
.flash_messages p {
  text-align: center;
  margin-bottom: 0;
}
.intro .introbg p {
  width: 100%;
  background: rgba(221, 208, 226, 0.75);
  padding: 30px 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #3f406b;
}
.nieuwsbericht .bericht {
  margin-top: 30px;
}
.nieuwsbericht ul {
  display: block;
  position: relative;
  float: left;
  width: 98%;
  margin-bottom: 10px;
  border-top: 1px solid #ddd0e2;
}
.nieuwsbericht li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd0e2;
  padding: 5px 0;
}
.agenda ul {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
}
.agenda .agendablok {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  min-height: 60px;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
}
.agenda .agendablok .kalender {
  position: absolute;
  left: 0;
}
.agenda.ovv ul {
  margin: 0 0 50px 0;
}
.agenda.detail .lijst {
  margin: 0 0 10px 0;
}
.agenda .avn-event {
  position: relative;
  top: 0px;
  margin-bottom: 0;
  line-height: 1.0em;
}
.agenda .avn-event span {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #52538b;
  background: #ddd0e2;
  padding: 0 5px 2px;
  border-radius: 5px;
}
.agenda .avn-event img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
}
.stromingen {
  background: #f7f3ed;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 30px 0 10px 0;
  margin: 0 0 60px 0;
}
.stromingen ul {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.stromingen .shadow {
  display: block;
  position: relative;
  float: left;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
.stromingen .shadow h3 {
  padding: 0 10px;
}
.stromingen .shadow .icon {
  margin: 30px 0 10px;
}
.stromingen .shadow .beeld,
.stromingen .shadow p {
  display: none;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #ffffff;
  padding: 0 10px;
}
.stromingen .shadow.shadow:hover h3 {
  color: #ffffff;
}
.stromingen .shadow.shadow:hover .icon {
  height: 0;
  margin: 0;
}
.stromingen .shadow.shadow:hover .beeld,
.stromingen .shadow.shadow:hover p {
  display: inline-block;
  height: auto;
  margin-bottom: 10px;
  opacity: 1;
}
.stromingen .vedische-astrologie h3 {
  color: #eb8b34;
}
.stromingen .vedische-astrologie.shadow:hover {
  background: #eb8b34;
}
.stromingen .vedische-astrologie .btn.border:hover {
  background: #a85911;
}
.stromingen .zwarte-lichten-astrologie h3 {
  color: #639fe9;
}
.stromingen .zwarte-lichten-astrologie.shadow:hover {
  background: #639fe9;
}
.stromingen .zwarte-lichten-astrologie .btn.border:hover {
  background: #1c6aca;
}
.stromingen .psychologische-astrologie h3 {
  color: #c566bb;
}
.stromingen .psychologische-astrologie.shadow:hover {
  background: #c566bb;
}
.stromingen .psychologische-astrologie .btn.border:hover {
  background: #8f3686;
}
.stromingen .klassieke-astrologie h3 {
  color: #28bfa8;
}
.stromingen .klassieke-astrologie.shadow:hover {
  background: #28bfa8;
}
.stromingen .klassieke-astrologie .btn.border:hover {
  background: #166b5e;
}
.stromingen.menu {
  margin-bottom: 0;
}
.stromingen .menustroming {
  text-align: center;
  margin: 0 5px;
}
.stromingen .menustroming h3 {
  margin: 10px 0px 20px;
  height: 60px;
}
.stromingen .menustroming h3.vedische-astrologie {
  color: #eb8b34;
}
.stromingen .menustroming h3.zwarte-lichten-astrologie {
  color: #639fe9;
}
.stromingen .menustroming h3.psychologische-astrologie {
  color: #c566bb;
}
.stromingen .menustroming h3.klassieke-astrologie {
  color: #28bfa8;
}
.stromingen .menustroming h3:hover {
  background: inherit;
}
.stromingen .menustroming ul {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd0e2;
  margin: 0 0 10px 0px;
}
.stromingen .menustroming li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd0e2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin: 0;
}
.stromingen .menustroming a,
.stromingen .menustroming .geen_artikelen {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #3f406b;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 2px 0px;
  margin: 2px 0;
  text-decoration: none;
}
.stromingen .menustroming .geen_artikelen {
  color: rgba(29, 11, 45, 0.4);
  margin: 2px 0 14px ;
}
.stromingen .menustroming .active a,
.stromingen .menustroming .active:hover a {
  color: #1d0b2d;
  background: #f9e253;
}
.stromingen .menustroming a:hover,
.stromingen .menustroming .active {
  color: #912769;
}
.stromingen .menustroming .leesmeer .icon.pijl.rechts {
  margin-top: 4px;
}
.zoekeenastroloog form {
  height: 160px;
}
.zoekeenastroloog .zoekknop {
  position: absolute;
  right: 0;
  top: 2px;
  width: 36px;
  height: 36px;
}
.zoekeenastroloog .zoekknop,
.zoekeenastroloog .zoekknop:hover {
  background-color: #3f406b;
  background-image: url("/img/icons.png");
  background-position: -117px 3px;
}
.zoekeenastroloog .zoekenrechts {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 160px;
  background: #f9e253;
}
.zoekeenastroloog .zoekenrechts .btn {
  background: #f9e253;
  display: inline-block;
  float: right;
  margin: 50px 30px 0 0;
  padding: 10px 10px 5px 15px;
}
.zoekeenastroloog .zoekenrechts .btn span {
  width: 60px;
  display: block;
  position: relative;
  float: left;
}
.zoekeenastroloog .zoekenrechts .btn:hover {
  background: #fcf3b6;
}
/* Kaart */
.cluster {
  background: rgba(29, 11, 45, 0.8);
  width: 30px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
}
.alfabet div {
  margin-bottom: 20px;
}
.alfabet a,
.alfabet span {
  text-decoration: none;
  color: #696ba7;
  padding: 2px 1.0%;
  margin: 2px 0 0 0;
  display: block;
  position: relative;
  float: left;
}
.alfabet .current,
.alfabet a:hover {
  background: #ddd0e2;
}
.alfabet span {
  color: #ddd0e2;
}
.totaal {
  text-align: right;
  margin: 4px 0 2px 0;
  color: #3f406b;
}
.volgorde {
  text-align: right;
}
.volgorde .lopend {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #898aba;
  display: block;
  position: relative;
  float: left;
  float: right;
  width: 90px;
}
.volgorde .lopend a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  width: 100%;
}
.volgorde .lopend a:hover,
.volgorde .lopend .active {
  color: #3f406b;
}
.volgorde .lopend a:hover .up,
.volgorde .lopend .active .up {
  background-position: -175px 0;
}
.volgorde .lopend a:hover .down,
.volgorde .lopend .active .down {
  background-position: -175px -15px;
}
.volgorde select {
  height: 32px;
  border: 1px solid #898aba;
}
.leden .foto {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.leden ul {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}
.leden .lidkaart {
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  padding: 4px;
  margin-bottom: 20px;
  background: #ffffff;
}
.leden .lidkaart .header {
  background: url("/img/profielbg.png") 50% 50% repeat;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  padding-top: 30px;
  margin-bottom: 60px;
}
.leden .lidkaart .showdetail p,
.leden .lidkaart .showovv p,
.leden .lidkaart .showdetail a,
.leden .lidkaart .showovv a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  overflow: hidden;
}
.leden .lidkaart .showdetail p,
.leden .lidkaart .showovv p {
  color: #3f406b;
  margin-bottom: 20px;
  padding: 0 10px;
}
.leden.ovv .showdetail {
  display: none;
}
.leden.ovv .showovv {
  display: block;
}
.leden.ovv .showovv p,
.leden.ovv .showovv a {
  height: 95px;
}
.leden.ovv .lidkaart {
  min-height: 370px;
}
.leden.detail .showdetail {
  display: block;
}
.leden.detail .showovv {
  display: none;
}
.leden.homepage {
  margin: 20px 0;
}
.leden.homepage .lidkaart {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border: 4px solid #ffffff;
  text-align: left;
  min-height: 100px;
  padding: 5px 5px 5px 100px;
  text-decoration: none;
}
.leden.homepage .lidkaart:hover {
  background: #f7f3ed;
}
.leden.homepage img {
  position: absolute;
  left: 15px;
  top: 8px;
}
.leden.homepage li a .kop {
  font-family: 'Overlock', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3em;
  color: #3f406b;
  margin: 0 0 0.2em 0;
  display: block;
  position: relative;
  width: 100%;
  float: left;
  line-height: 1.0em;
  text-decoration: none;
  margin: 6px 0 10px 0;
}
.leden.homepage li a .kop a {
  text-decoration: none;
}
.commissies.ovv ul {
  display: block;
  position: relative;
  float: left;
  margin: 10px 0 40px;
}
.commissies.ovv li {
  display: block;
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.commissies.ovv .commissieblok {
  -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
  background: url("/img/profielbg.png") 0 0 repeat-y;
  padding: 20px 20px 30px 50px;
}
nav.filter {
  margin: 30px 0 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ddd0e2;
}
nav.filter a {
  padding: 8px 16px ;
  margin-right: 5px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
nav.filter a.active,
nav.filter a:hover {
  background: #ffffff;
  border: 1px solid #ddd0e2;
  border-bottom: 1px solid #ffffff;
}
.intro-opleidingen {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #3f406b;
}
.intro-opleidingen .erkend {
  color: #4f9db3;
}
.intro-opleidingen .cursus {
  color: #db9b2d;
}
.intro-opleidingen .workshop {
  color: #cb3c6b;
}
.opleidingen.ovv ul {
  margin: 0 0 60px 0;
}
.opleidingen.ovv .opleidingblok {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 205px;
  overflow: hidden;
  margin-top: 10px;
  padding: 20px 30px;
  background: #f7f3ed;
}
.opleidingen.ovv .opleidingblok.Erkende {
  border-top: 3px solid #4f9db3;
}
.opleidingen.ovv .opleidingblok.Cursus {
  border-top: 3px solid #db9b2d;
}
.opleidingen.ovv .opleidingblok.Workshop {
  border-top: 3px solid #cb3c6b;
}
.opleidingen.ovv .opleidingblok h3 {
  margin-bottom: 10px;
}
.opleidingen.ovv .opleidingblok h3:hover {
  color: #912769;
}
.opleidingen.ovv .opleidingblok .verloop {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url("/img/verloop.png") 50% 0px repeat-x transparent;
}
.opleidingen.ovv .regio {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  color: #898aba;
}
.opleidingen .soort.Erkende {
  color: #4f9db3;
}
.opleidingen .soort.Cursus {
  color: #db9b2d;
}
.opleidingen .soort.Workshop {
  color: #cb3c6b;
}
.cursusleider {
  padding-left: 20px;
  margin-bottom: 30px;
}
.cursusleider h3 {
  margin-bottom: 20px;
}
.cursusleider p {
  color: #3f406b;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
}
footer {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 355px;
  background: url("/img/footer.jpg") 50% 0 no-repeat #faf7f3;
  padding: 55px 0 0 0;
}
footer .logofooter {
  display: block;
  position: relative;
  float: left;
  padding-top: 5px;
}
footer .logofooter img {
  left: -30px;
  position: relative;
}
footer #footermenu li {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin: 2px 0 20px 0;
}
footer #footermenu .submenu li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0 0 .5em 0;
  margin: 4px 0 0px 15px;
}
footer #footermenu a {
  display: block;
  position: relative;
  float: left;
  text-decoration: none;
  color: #1d0b2d;
  padding: 0px 4px;
}
footer #footermenu .active a,
footer #footermenu .active:hover a {
  color: #1d0b2d;
  background: rgba(221, 208, 226, 0.5);
}
footer #footermenu .active .submenu a {
  background: none;
}
footer #footermenu a:hover,
footer #footermenu .active .submenu a:hover {
  color: #f9e253;
}
footer .stroke {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #1d0b2d;
  text-align: center;
}
footer .stroke a {
  text-decoration: none;
  padding: 0 2px;
}
footer .stroke a .icon {
  top: 12px;
  margin: 0 2px;
  position: relative;
}
.links .quicklinks li {
  background: #E7F0F2;
  display: block;
  padding: 10px 20px;
  margin: 0px 20px 20px 0;
  width: 45%;
  float: left;
}
.links .quicklinks li a {
  text-decoration: none;
}
.links .quicklinks li a:hover {
  color: #912769;
}
.links .quicklinks li img {
  width: 20px;
  vertical-align: middle;
}
