@charset "UTF-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  outline-style: none;
  box-sizing: border-box;
}

a, img {
  border: 0px solid #fff;
}

html, body {
  height: 100%;
}

table {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0px;
}

table tr td, table tr td {
  padding: 0;
  vertical-align: top;
}

/* display:block voor oudere browsers */
header, nav, article, section, aside, time, footer {
  display: block;
}

.row {
  margin: 0 -10px;
}

.row:after, .group:after {
  content: "";
  display: table;
  clear: both;
}

.col {
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.col.small-padding {
  padding: 0 3px;
}

.size8 {
  width: 8.3333%;
} /* Twaalf kolommen */
.size10 {
  width: 10%;
} /* Tien kolommen */
.size14 {
  width: 14.2%;
} /* Zeven kolommen */
.size17 {
  width: 16.6%;
} /* Zes kolommen */
.size20 {
  width: 20%;
}

.size25 {
  width: 25%;
}

.size30 {
  width: 30%;
}

.size33 {
  width: 33.3333%;
}

.size35 {
  width: 35%;
}

.size40 {
  width: 40%;
}

.size45 {
  width: 45%;
}

.size50 {
  width: 50%;
}

.size55 {
  width: 55%;
}

.size60 {
  width: 60%;
}

.size65 {
  width: 65%;
}

.size66 {
  width: 66.6666%;
}

.size70 {
  width: 70%;
}

.size75 {
  width: 75%;
}

.size80 {
  width: 80%;
}

.size85 {
  width: 85%;
}

.size90 {
  width: 90%;
}

.size100 {
  width: 100%;
  float: none;
  clear: both;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 1240px;
  height: 100%;
}

.container.padding {
  padding: 50px 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

/* --------------------------------------------------------- TYPE */
body {
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: rgb(94, 106, 152);
}

.bg-orange h1,
.bg-orange h2,
.bg-orange h3,
.bg-orange h4,
.bg-orange h5,
.bg-orange h6,
.bg-purple h1,
.bg-purple h2,
.bg-purple h3,
.bg-purple h4,
.bg-purple h5,
.bg-purple h6,
.bg-purple-dark h1,
.bg-purple-dark h2,
.bg-purple-dark h3,
.bg-purple-dark h4,
.bg-purple-dark h5,
.bg-purple-dark h6 {
  color: rgb(255, 255, 255);
}

.activiteiten h2 {
  color: #ee7203;
}

.news h2 {
  color: rgb(180, 202, 51);
}

h1 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

header.title {
  margin-bottom: 20px;
}

header.title h1,
header.title p {
  margin: 0;
}

body.mijnvab-homepage .row.margin-bottom-100 {
  margin-left: 0;
  margin-right: 0;
}

body.mijnvab-homepage h1 {
  margin-bottom: 50px;
}

body.mijnvab-homepage ul.fixed-height {
  height: 130px;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

h2.dotted {
  background: url("../img/dot-purple.svg") left center repeat-x scroll transparent;
}

h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

p,
ul,
ol,
table {
  margin-bottom: 25px;
  line-height: 1.5em;
}

ul {
  list-style-type: square;
}

ul,
ol {
  margin-left: 20px;
}

table {
  width: 100%;
}

p.small {
  font-size: 0.7rem;
}

.jumbo p {
  font-weight: bold;
  font-size: 1.4rem;
}

.jumbo p a {
  color: rgb(255, 255, 255);
  font-size: smaller;
  font-weight: normal;
}

.jumbo p a:hover {
  color: #ee7203;
}

.spacer-border {
  width: 100%;
  margin-bottom: 50px;
  height: 33px;
  background: url("../img/dot-purple.svg") left bottom repeat-x scroll transparent;
}

.spacer {
  width: 100%;
  margin-bottom: 50px;
  height: 33px;
}

.spacer-30 {
  width: 100%;
  margin-bottom: 30px;
  height: 0;
}

a {
  color: rgb(94, 106, 152);
}

a:hover {
  color: rgb(180, 202, 51);
}

hr {
  clear: both;
  margin-bottom: 25px;
  border: 0 solid rgb(255, 255, 255);
  height: 3px;
  background: url("../img/dot-purple.svg") left bottom repeat-x scroll transparent;
}

hr.dotted {
  clear: both;
  margin: 0 10px 15px;
  border: 0 solid rgb(255, 255, 255);
  background: none;
  border-bottom: 2px dotted rgba(94, 106, 152, 0.4);
}

b {
  font-weight: 600;
}

.chosen-container {
  width: 100% !important;
}

/* ------------------------------------------------------- LAYOUT */
.padding-25 {
  padding: 25px !important;
}

.padding-50 {
  padding: 50px 70px;
}

.padding-top-bottom-50 {
  padding: 50px 20px;
}

.padding-left-right-25 {
  padding: 0 25px;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

table.styled-table {
  border-left: 0px solid rgb(255, 255, 255);
}

table.styled-table tr th,
table.styled-table tr td {
  padding: 8px 10px;
  border-top: 6px solid rgb(255, 255, 255);
  border-bottom: 6px solid rgb(255, 255, 255);
  border-right: 6px solid rgb(255, 255, 255);
}

table.styled-table tr th {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.3);
}

table.styled-table tr td {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.1);
}

.left-padded-border-dotted {
  padding-left: 30px;
  border-left: 3px dotted rgba(94, 106, 152, 0.4);
}

/* -------------------------------------------------- BREADCRUMBS */
#breadcrumbs {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  color: rgb(94, 106, 152);
  z-index: 0;
}

.homepage #breadcrumbs {
  display: none;
}

#breadcrumbs .container > div {
  display: inline-block;
  padding: 3px 10px;
  width: auto;
  background-color: rgb(255, 255, 255);
}

#breadcrumbs a {
  display: inline-block;
  font-size: 0.9rem;
}

#breadcrumbs a:before {
  content: "›";
  display: inline-block;
  margin-right: 10px;
  margin-left: 7px;
}

#breadcrumbs a:first-of-type:before {
  content: "";
  display: none;
}

/* ------------------------------------------------------ COOKIES */
#cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(55.0243902439, 62.0487804878, 88.9756097561);
}

#cookie a {
  color: #ee7203;
}

#cookie a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------ BUTTONS */
.button-holder {
  padding: 73px 10px 50px;
  vertical-align: middle;
}

.button {
  position: relative;
  display: block;
  padding: 15px 10px;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
}

.button.inline {
  display: inline-block;
  margin-bottom: 5px;
  padding: 15px 30px 15px 20px;
  width: auto;
}

.button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(180, 202, 51);
}

.bg-green .button:hover {
  background-color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
}

.button.bg-green:hover {
  background-color: #ee7203;
}

.button.go:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg) translate(0, -50%);
}

.button.plus:after {
  content: "+";
  position: absolute;
  right: 13px;
  top: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em;
  transition: color 150ms ease-in-out;
  transform: rotate(45deg) translate(0, -50%);
}

.button.back:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid rgba(0, 0, 0, 0.5);
  border-top-width: 0;
  border-right-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg) translate(0, -50%);
}

.button.go:hover:after,
.button.plus:hover:after,
.button.back:hover:after {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.action-buttons {
  margin-bottom: 40px;
}

/* ------------------------------------------------ LAYOUT - FORM */
ul.error {
  margin-left: 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1);
}

ul.melding {
  margin-left: 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid rgb(217, 228, 153);
  background-color: rgba(0, 255, 0, 0.1);
}

form.standard fieldset > div.label-style,
form input[type=text],
form input[type=number],
form input[type=submit],
form input[type=email],
form input[type=file],
form input[type=password],
form select,
form textarea {
  border: 0 solid rgb(255, 255, 255);
  display: block;
  width: 100%;
  height: 40px;
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  transition: background-color 100ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

form textarea {
  height: auto;
  min-height: 172px;
}

form.standard fieldset {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border: 0 solid rgb(255, 255, 255);
  border-bottom: 2px dotted rgba(94, 106, 152, 0.4);
}

form.standard fieldset .input-group {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

form.standard fieldset.no-border {
  margin-bottom: 0;
  border-bottom: 0 dotted rgba(94, 106, 152, 0.2);
}

form.standard legend,
form.standard .legend {
  padding-top: 10px;
  line-height: 1.5em;
  color: rgb(94, 106, 152);
}

form.standard legend.alt-padding,
form.standard .legend.alt-padding {
  padding: 5px 0 3px;
}

form.standard legend.h40,
form.standard .legend.h40 {
  height: 40px;
  line-height: 40px;
}

form.standard div.label-style,
form.standard div.styled-select,
form.standard input,
form.standard textarea {
  color: rgb(94, 106, 152);
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.1);
}

form.standard div.styled-select select {
  background-color: transparent;
  padding-left: 5px;
}

form.standard div.label-style {
  line-height: 40px;
  padding-left: 5px;
  padding-right: 10px;
}

form.standard input:focus,
form.standard input:hover,
form.standard div.styled-select select:focus,
form.standard div.styled-select select:hover,
form.standard textarea:focus,
form.standard textarea:hover {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.2);
}

form.standard .label-style,
form.standard .styled-select {
  display: block;
  margin-bottom: 5px;
}

form.standard .label-style.question {
  margin-bottom: 15px;
}

form.standard .label-style[for=employeeFunction] {
  margin-bottom: 26px;
}

form.standard .label-style p {
  margin-bottom: 5px;
  font-weight: normal;
  line-height: 1.3em;
}

form.standard .label-style.radio {
  padding-left: 0;
  background-color: transparent;
}

form.standard .label-style.radio.error {
  color: red;
}

form.standard .label-style.radio .float-left label {
  display: block;
  float: left;
  margin-right: 10px;
}

form.standard .label-style.radio .float-left label * {
  display: inline-block;
  cursor: pointer;
}

form.standard .label-style.radio .float-left label *[type=radio],
form.standard *[type=checkbox] {
  margin-right: 5px;
}

form.standard div.label-style.checkbox {
  margin-bottom: 0;
  padding: 10px 0 0 10px;
  height: auto;
  background-color: transparent;
}

form.standard .checkbox label {
  margin: 0 0 10px 0;
  display: block;
  float: left;
  cursor: pointer;
}

form.standard .checkbox label.float-none {
  float: none;
}

form.standard .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}

form.standard .checkbox.list label {
  margin: 0 0 5px 0;
  float: none;
}

form.standard .checkbox label:hover {
  color: rgb(94, 106, 152);
}

form.standard .label-style.checkbox {
  padding: 10px;
  line-height: 1.4em;
  cursor: pointer;
}

form.standard .label-style.checkbox span {
  width: 93%;
  cursor: pointer;
}

form .styled-select {
  position: relative;
  display: block;
}

form .styled-select {
  position: relative;
  z-index: 10;
}

form .styled-select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 40px;
  height: 40px;
  background: url("../img/arr-down-select.png") center center no-repeat scroll transparent;
}

form .styled-select select {
  position: relative;
  z-index: 30;
  cursor: pointer;
}

form .styled-select:after select:focus {
  background-color: rgb(74.512195122, 84.0243902439, 120.487804878);
}

form .optional {
  opacity: 0.7;
}

form input.error,
form select.error,
form textarea.error {
  border: 0 solid rgb(255, 255, 255);
  border: 3px solid red;
}

form input[type=text],
form input[type=number],
form input[type=email],
form input[type=password],
form textarea {
  padding-left: 10px;
}

form textarea {
  padding-top: 5px;
  resize: vertical;
}

form input[type=submit] {
  cursor: pointer;
}

form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: rgb(180, 202, 51);
}

form .align-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.sitemap.bg-green .col.size20 {
  padding: 0 30px;
}

form.standard .add-education,
form.standard .add-experience {
  display: block;
  padding-top: 5px;
  text-align: center;
}

.company {
  display: none;
  padding-bottom: 20px;
}
.company .title {
  padding: 0 10px 5px;
  color: rgb(94, 106, 152);
  font-size: 1.1rem;
  font-weight: 600;
}
.company a.hide {
  display: none;
}

.company.first,
.company.show {
  display: block;
}

hr.smaller {
  margin: 0 5px 25px 5px;
  height: 0;
  border-bottom: 2px dotted rgb(174.5, 180.5, 203.5);
  background: none;
}

.step3 hr.smaller {
  margin: 25px 5px;
  height: 0;
  border-bottom: 2px dotted rgb(174.5, 180.5, 203.5);
  background: none;
}

.row.company:nth-of-type(1),
.row.company.show {
  display: block;
}

/* --------------------------------- LAYOUT - FORM - NOTIFICATION */
#form-output > * {
  margin: 0 0 20px;
  display: none;
}

#form-output p {
  margin: 0;
}

#form-output .form-loading i {
  display: block;
  float: left;
  width: 200px;
  line-height: 1.1em;
}

#form-output .form-loading img {
  display: block;
  float: left;
  margin: 0 15px 0 0;
  width: 35px;
}

/* ------------------------------------ LAYOUT - FORM - SUBSCRIBE */
#subscribe-form > .row {
  margin: 0 -15px;
}
#subscribe-form > .row > .col {
  padding: 0 15px;
}
#subscribe-form > .row.border-dotted-top {
  margin: 0 -10px;
}
#subscribe-form > .row.border-dotted-top > .col {
  padding: 0 10px;
}
#subscribe-form h2 {
  margin-bottom: 5px;
  color: rgb(94, 106, 152);
}
#subscribe-form header {
  margin-bottom: 5px;
}
#subscribe-form header h2 {
  margin-bottom: 0;
}
#subscribe-form header p {
  margin-bottom: 0;
  font-style: italic;
}
#subscribe-form .explanation p {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-bottom: 0.7rem;
}
#subscribe-form .explanation p:last-of-type {
  margin-bottom: 0;
}
#subscribe-form p.color-purple {
  margin-bottom: 15px;
}
#subscribe-form p.color-purple small {
  line-height: 1.1em;
}
#subscribe-form textarea {
  padding-top: 12px;
}
#subscribe-form textarea#beschrijving-methodieken {
  min-height: 150px;
}

#subscribe-form.profiel > .row.border-dotted-top {
  margin: 0;
}

#subscribe-form.step3 textarea {
  min-height: 130px;
}

body.step4 #subscribe-form textarea {
  margin-bottom: 15px;
}

#subscribe-form.step3 h3 {
  margin-bottom: 25px;
}

.aanmelden-activiteit #subscribe-form h3 {
  margin-bottom: 25px;
}

/* ------------------------------------------------ HEADER - MAIN */
header#header-main {
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url("../img/dot-purple.svg") left bottom repeat-x scroll transparent;
}

header#header-main a.logo {
  display: block;
  float: left;
  width: 216px;
}

header#header-main a.logo img {
  display: block;
  width: 100%;
}

header#header-main .header-top {
  padding: 25px 0;
}

header#header-main .header-bottom {
  position: relative;
  z-index: 40;
  background-color: rgb(180, 202, 51);
}

/* ------------------------------------------------------- HEADER */
/* ---------------------------------------------------------- NAV */
nav#main a.button-mobile {
  display: none;
}

nav#main {
  float: left;
}

nav#main ul {
  list-style-type: none;
  margin: 0;
}

nav#main > ul {
  margin: 0;
  height: 45px;
  line-height: 45px;
}

nav#main > ul > li {
  position: relative;
  display: block;
  float: left;
  height: 100%;
}

nav#main > ul > li > a {
  display: block;
  height: 30px;
  padding: 0 20px;
  height: 100%;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  border-right: 1px solid rgb(217.6343873518, 228.895256917, 151.604743083);
  transition: background-color 200ms ease-in-out;
}

nav#main > ul > li:first-of-type > a {
  border-left: 1px solid rgb(217.6343873518, 228.895256917, 151.604743083);
}

nav#main > ul > li.active > a {
  background-color: rgb(161.8577075099, 181.6403162055, 45.8596837945);
}

nav#main > ul > li.dir > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgb(180, 202, 51);
  transition: border-top-color 200ms ease-in-out;
}

nav#main > ul > li.active > a:before {
  border-top: 8px solid rgb(161.8577075099, 181.6403162055, 45.8596837945);
}

nav#main > ul > li.active > a:hover:before {
  border-top-color: rgb(94, 106, 152);
}

nav#main > ul li a:hover,
nav#main > ul > li.open > a {
  background-color: rgb(94, 106, 152);
}

nav#main > ul > li.dir > a:hover:before {
  border-top-color: rgb(94, 106, 152);
}

/* ----------------------------------------------- NAV - DROPDOWN */
nav#main > ul > li > ul {
  position: relative;
  display: none;
  margin: 0;
  z-index: 10;
}

nav#main > ul > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  background-color: rgb(107.6341463415, 119.2682926829, 163.8658536585);
}

nav#main > ul > li > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgb(94, 106, 152);
}

nav#main > ul > li.open > ul {
  display: block;
}

nav#main > ul > li > ul > li {
  padding: 5px 0;
}

nav#main ul li ul li.separator {
  text-indent: -9999px;
  display: block;
  padding: 0;
  height: 3px;
  background: url("../img/dot-white.svg") left bottom repeat-x scroll transparent;
}

nav#main ul li ul li a {
  display: block;
  padding: 5px 20px;
  line-height: 1.2em;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 100ms ease-in-out;
}

nav#main ul li ul li a:hover,
nav#main ul li ul li.active > a {
  background-color: #ee7203;
}

nav#main ul ul ul li a {
  padding-left: 40px;
  font-size: 0.9rem;
  font-weight: normal;
}

/* ---------------------------------------------------- NAV - TOP */
nav#nav-top {
  position: relative;
  z-index: 1000;
  float: right;
}

nav#nav-top #nav-top-button {
  display: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  background-color: rgb(180, 202, 51);
}

nav#nav-top #nav-top-button.active {
  float: none;
}

nav#nav-top ul {
  float: left;
  margin: 0 0 10px;
  list-style-type: none;
}

nav#nav-top ul li {
  float: left;
  display: block;
  margin-right: 20px;
}

nav#nav-top ul li a {
  display: inline-block;
  font-size: 0.85em;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

nav#nav-top ul li.active a,
nav#nav-top ul li a:hover {
  color: rgb(180, 202, 51);
  border-bottom: 1px solid rgb(180, 202, 51);
}

nav#nav-top .login-text {
  clear: both;
  margin-left: 75px;
  color: rgb(180, 202, 51);
  font-size: 0.8rem;
}

nav#nav-top .login-text a {
  color: #ee7203;
  text-decoration: none;
}

nav#nav-top .login-text a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------- NAV - SUB */
nav#sub {
  margin-bottom: 25px;
  background-color: rgb(94, 106, 152);
}
nav#sub > ul {
  list-style-type: none;
  margin: 0;
}
nav#sub > ul > li {
  display: block;
}
nav#sub > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background: url("../img/dot-white.svg") left bottom repeat-x scroll transparent;
  transition: background-color 200ms ease-in-out;
}
nav#sub > ul > li > ul {
  text-decoration: none;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  background-color: rgb(242.25, 242.25, 242.25);
}
nav#sub > ul > li > ul > li {
  background-color: rgb(242.25, 242.25, 242.25);
  padding-left: 1rem;
  font-size: 0.9rem;
}
nav#sub > ul > li > ul > li.active {
  background: #ee7203;
}
nav#sub > ul > li > ul > li.active > a {
  color: rgb(255, 255, 255);
  background: none;
}
nav#sub > ul > li > ul > li.disabled {
  position: relative;
  cursor: auto;
  pointer-events: none;
}
nav#sub > ul > li > ul > li.disabled:hover {
  background: inherit;
}
nav#sub > ul > li > ul > li.disabled:hover a {
  color: rgb(178.5, 178.5, 178.5);
}
nav#sub > ul > li > ul > li.disabled:after {
  content: "";
  background-image: url(/img/ontwikkelplan/icon-lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  color: rgb(178.5, 178.5, 178.5);
}
nav#sub > ul > li > ul > li.disabled > a {
  color: rgb(178.5, 178.5, 178.5);
}
nav#sub > ul > li > ul > li:hover {
  background: #ee7203;
}
nav#sub > ul > li > ul > li:hover > a {
  color: rgb(255, 255, 255);
}
nav#sub > ul > li > ul > li > a {
  background: none;
  text-decoration: none;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  display: flex;
  font-weight: 500;
}
nav#sub > ul > li:last-of-type a {
  background: none;
}
nav#sub > ul > li.active > a,
nav#sub > ul > li > a:hover {
  background: none;
  background-color: #ee7203;
}
nav#sub > ul > li.active > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #ee7203;
  border-bottom: 8px solid transparent;
}
nav#sub > ul > li.has-sub {
  position: relative;
}
nav#sub > ul > li.has-sub.open > a {
  margin-bottom: 1rem;
}
nav#sub > ul > li.has-sub.open:after {
  transform: rotate(45deg);
}
nav#sub > ul > li.has-sub:after {
  content: "+";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0.9rem;
  right: 0.5rem;
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 1.5rem;
}

/* ---------------------------------------------- TOGGLE LANGUAGE */
#toggle-language {
  float: left;
  font-size: 0.9em;
  position: relative;
}

#toggle-language > div {
  position: relative;
  padding-bottom: 10px;
  float: left;
  font-weight: bold;
  color: rgb(180, 202, 51);
  cursor: pointer;
}

#toggle-language > div:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgb(180, 202, 51);
  transform: translate(-50%, 0);
}

#toggle-language ul {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  display: none;
  transform: translate(-50%, 0);
}

nav#nav-top #toggle-language ul li {
  margin-right: 0;
  display: block;
}

nav#nav-top #toggle-language ul li a {
  display: block;
  padding: 5px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  border: 0 solid rgb(255, 255, 255);
  margin-bottom: 1px;
  background-color: #ee7203;
}

nav#nav-top #toggle-language ul li a:hover {
  background-color: rgb(94, 106, 152);
}

/* --------------------------------------------------- SEARCH BAR */
#search {
  float: right;
}

#search label {
  display: block;
  float: left;
  margin: 0;
  height: 45px;
}

#search input[type=text] {
  display: block;
  padding-left: 0;
  height: 100%;
  width: 0;
  font-size: 1em;
  font-weight: bold;
  border: 0 solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
}

#search.open input[type=text] {
  padding-left: 5px;
  width: 250px;
  transition: all 250ms ease-in-out;
}

#search input[type=text]:focus {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.85);
}

#search a {
  display: block;
  float: right;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  background: url("../img/search.svg") center center no-repeat rgb(143.7154150198, 161.2806324111, 40.7193675889);
  background-size: 50% auto;
  transition: background-color 200ms ease-in-out;
}

#search a:hover {
  background-color: rgb(94, 106, 152);
}

/* WebKit, Blink, Edge */
#search ::-webkit-input-placeholder {
  color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
}

/* Mozilla Firefox 4 to 18 */
#search :-moz-placeholder {
  color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
  opacity: 1;
}

/* Mozilla Firefox 19+ */
#search ::-moz-placeholder {
  color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
  opacity: 1;
}

/* Internet Explorer 10-11 */
#search :-ms-input-placeholder {
  color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
}

/* ---------------------------------------- HOMEPAGE TOP ARTICLES */
#top-articles {
  display: flex;
  margin: 0 -10px 20px;
  height: 350px;
}

#top-articles > div {
  padding: 0 10px;
}

#top-articles > div > div:first-of-type {
  padding-top: 0;
}

.homepage #top-articles > div > div:first-of-type {
  padding-top: 20px;
}

.overview.news p > a {
  color: rgb(161.8577075099, 181.6403162055, 45.8596837945);
}

.overview.news p > a:hover {
  color: rgb(212.8174273859, 101.9377593361, 2.6825726141);
}

#top-articles .size60 {
  display: flex;
}

#top-articles a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

.overview a .title,
#top-articles a .title {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 0.85rem;
  text-overflow: ellipsis;
}

.overview a.news,
#top-articles a.news {
  background-color: rgb(180, 202, 51);
}

.overview a.activity,
#top-articles a.activity {
  background-color: rgb(238, 114, 3);
}

.overview a.activity.archived,
#top-articles a.activity.archived {
  background-color: rgb(154, 154, 154);
}

.overview a.spotlight {
  background-color: rgb(94, 106, 152);
}

.overview a time,
#top-articles a time {
  font-weight: bold;
  transition: color 150ms ease-in-out;
}

.overview a.news time,
#top-articles a.news time {
  color: rgb(180, 202, 51);
}

.overview a.activity time,
#top-articles a.activity time {
  color: rgb(238, 114, 3);
}

.overview a.archived time,
#top-articles a.archived time {
  color: rgb(154, 154, 154);
}

.overview a:hover time,
#top-articles a:hover time {
  color: rgb(255, 255, 255);
}

#top-articles a > span {
  display: block;
}

.overview a .image,
#top-articles .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 150ms ease-in-out;
}

#top-articles a.activity time,
#top-articles a.news time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  z-index: 15;
  background-color: #ee7203;
  background-color: rgba(238, 114, 3, 0.8);
}

#top-articles a.news time {
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.8);
}

#top-articles a.activity time.purple {
  background-color: rgb(123.3902439024, 133.7804878049, 173.6097560976);
  background-color: rgba(123.3902439024, 133.7804878049, 173.6097560976, 0.8);
}

#top-articles a.activity time img.vab-activiteit {
  margin: 3px 10px 0 5px;
  width: 40px;
  float: left;
  vertical-align: middle;
}

time img.vab-activity {
  margin: 3px 10px 0 5px;
  width: 40px;
  float: left;
  vertical-align: middle;
}

.overview a:hover .image,
#top-articles a:hover .image {
  opacity: 0.4;
}

.overview a.archived .image {
  opacity: 0.2;
}

.overview a.archived:hover .image {
  opacity: 1;
}

.overview a .info,
#top-articles .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 10px;
  width: 100%;
  min-height: 50px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 150ms ease-in-out;
}

.overview a.news:hover .info,
#top-articles a.news:hover .info {
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.7);
}

.overview a.activity:hover .info,
#top-articles a.activity:hover .info {
  background-color: rgb(238, 114, 3);
  background-color: rgba(238, 114, 3, 0.3);
}

.overview a.spotlight:hover .info {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.8);
}

.overview a.archived:hover .info {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

#top-articles .size40 a {
  height: 165px;
}

#top-articles .size40 > div {
  display: flex;
  margin: 0 -10px;
  padding-top: 20px;
}

#top-articles .size40 .size50 {
  padding: 0 10px;
}

/* ------------------------------------------------------- PAGING */
.paging {
  margin-bottom: 50px;
  background: url("../img/dot-purple-opac.svg") left center repeat-x scroll transparent;
}

.paging > div {
  background-color: rgb(255, 255, 255);
}

.paging > div * {
  display: block;
  margin-left: 5px;
  float: left;
}

.paging a,
.paging span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}

.paging a.paging-button {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color: #ee7203;
}

.paging a.paging-button.hidden {
  display: none !important;
}

.paging a.paging-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(180, 202, 51);
}

.paging .pages {
  margin: 0;
  padding: 0;
}

.paging .pages * {
  color: rgb(255, 255, 255);
  font-weight: bold;
  background-color: rgb(223, 225, 234);
}

.paging .pages a.active,
.paging .pages a:hover {
  background-color: rgb(94, 106, 152);
  background-color: #5e6a98;
}

/* ----------------------------------------------- ACTUEEL DETAIL */
.navigate-article {
  clear: both;
  margin-bottom: 50px;
  padding: 10px;
}

.navigate-article a {
  color: rgb(94, 106, 152);
}

.navigate-article a.close {
  background-image: url("../img/close-article.png");
  background-position: 15px center;
  background-repeat: no-repeat;
}

.navigate-article a.close:hover {
  background-image: url("../img/close-article-w.png");
}

.navigate-article a span {
  padding: 0 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
}

article header {
  padding-bottom: 25px;
}

article header time {
  margin: 0 0 5px;
  font-size: 1.3rem;
  font-weight: bold;
}

article header h1 {
  margin-bottom: 0;
  font-size: 1.8rem;
}

article.main-text header p:first-of-type {
  font-weight: normal;
  margin-bottom: 0;
}

article .article-image {
  float: right;
  margin: 0 0 8px 20px;
  width: 40%;
  height: auto;
}

article iframe {
  margin-bottom: 25px;
}

ul.linked-articles {
  list-style-type: none;
  margin-left: 0;
}

ul.linked-articles li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.linked-articles time {
  display: inline-block;
  font-weight: 600;
}

img.article-image {
  display: block;
  margin-bottom: 25px;
  width: 100%;
}

/* ------------------------------------------ ACTIVITEITEN DETAIL */
#info-activity,
#info-programm {
  padding: 20px;
  color: rgb(0, 0, 0);
  line-height: 1.6em;
}

#info-programm {
  margin-bottom: 30px;
}

#info-programm .header > * {
  padding-bottom: 20px;
}

#info-activity .info {
  margin-bottom: 30px;
}

#info-activity .description,
#info-programm .description {
  font-weight: bold;
  padding-right: 10px;
  width: 30%;
}

#info-programm .description {
  font-weight: bold;
  width: 20%;
}

.info-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.info-buttons a {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(64.7682926829, 73.0365853659, 104.7317073171);
  transition: background-color 150ms ease-in-out;
}

.info-buttons a.float-right {
  padding-right: 25px;
  background-color: #ee7203;
}

.info-buttons a.float-right:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 4px solid rgb(255, 255, 255);
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg translate(0, -50%));
}

.info-buttons a:hover,
.info-buttons a.active {
  background-color: rgb(180, 202, 51);
}

#info-content {
  margin-bottom: 30px;
}

#info-content > div {
  display: none;
  padding: 20px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
}

#info-content > #map_canvas {
  padding: 0;
}

#info-content ul {
  list-style-type: none;
  margin: 0;
}

#info-content ul li {
  display: block;
  float: left;
  width: 50%;
}

#info-content ul li a:hover {
  color: rgb(255, 255, 255);
}

#map_canvas {
  background-color: lightblue;
  height: 342px;
}

.google_map_preview {
  position: relative;
  height: 342px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.google_map_preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/map_preview.png");
  background-size: cover;
  filter: blur(8px);
  z-index: 1;
}
.google_map_preview p {
  position: relative;
  z-index: 2;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 1.2em;
}

.google_map_preview_iframe {
  background-color: lightblue;
  height: 342px;
  width: 100%;
  display: none;
}

.info-subscribe {
  margin-bottom: 30px;
}

.share-block,
.info-subscribe .share {
  font-size: 1.2rem;
  line-height: 50px;
}

.share-block {
  font-size: 1rem;
  margin-bottom: 25px;
}

.share-block > *,
.info-subscribe .share > * {
  float: left;
  margin-left: 5px;
}

.share-block a,
.info-subscribe .share a {
  font-size: 1.6em;
}

.subscribers .row {
  margin: 0 0 10px;
  border-bottom: 1px solid rgb(154, 154, 154);
}

.subscribers .registered-member {
  margin-bottom: 10px;
}

.subscribers .registered-member:after {
  content: "";
  display: table;
  clear: both;
}

.subscribers .registered-member .image {
  float: left;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subscribers .registered-member .text {
  float: left;
  width: 70%;
  font-size: 0.9rem;
  padding: 0 10px;
}

.subscribers .registered-member .text a {
  display: block;
  color: rgb(84.256097561, 95.012195122, 136.243902439);
  text-decoration: none;
}

.subscribers .registered-member .text a:hover {
  color: rgb(94, 106, 152);
  text-decoration: underline;
}

.subscribers .registered-member .name {
  font-weight: bold;
}

.subscribers .registered-member .company {
  font-size: 0.9em;
}

/* --------------------------------------- ACTIVITEITEN AANMELDEN */
.aanmelden-info {
  margin-bottom: 10px;
  padding: 30px 25px;
  line-height: 1.3em;
  color: rgb(94, 106, 152);
  border: 2px dotted rgba(94, 106, 152, 0.4);
}

.aanmelden-info.bg-melding {
  background-color: #ee7203;
  background-color: rgba(238, 114, 3, 0.05);
  border: 2px solid #ee7203;
  color: #ee7203;
}
.aanmelden-info.bg-melding a {
  color: #ee7203;
}
.aanmelden-info.bg-melding a:hover {
  text-decoration: none;
}

.aanmelden-info .title {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
}

.aanmelden-info h1 {
  margin-bottom: 50px;
}

.aanmelden-info .display-table > div > div {
  padding-bottom: 5px;
}

.aanmelden-info .description {
  padding-right: 15px;
  font-weight: bold;
  width: 35%;
}

form#subscribe-form p.small {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

form#subscribe-form .button.go {
  margin-bottom: 15px;
}

form#subscribe-form .opleiding {
  margin-bottom: 10px;
}

.divide-white,
form#subscribe-form .opleiding.set2,
form#subscribe-form .opleiding.set3 {
  padding-top: 5px;
  border-top: 1px solid rgb(255, 255, 255);
}

form#subscribe-form .work-experience hr {
  margin: 20px 0 25px;
}

form#subscribe-form .work-experience.set2,
form#subscribe-form .work-experience.set3 {
  border-top: 1px solid rgb(255, 255, 255);
  padding-top: 5px;
}

input.profile-picture {
  padding: 5px;
  display: block;
  width: 100%;
}

.profile-image {
  position: relative;
  margin-bottom: 20px;
  height: 200px;
  background-color: rgba(94, 106, 152, 0.1);
}
.profile-image a.foto-verwijderen {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background: url("../img/close-article-r.png") center center no-repeat scroll transparent;
}
.profile-image a.foto-verwijderen:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.profile-image img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/* ------------------------------------------------ LID AANMELDEN */
a.add-company {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 33%;
  text-align: center;
}

/* --------------------------------------------------- MEDIA FOTO */
.image-gallery {
  margin-bottom: 10px;
}

.image-gallery a {
  position: relative;
  float: left;
  display: block;
  margin: 0 20px 20px 0;
  padding-bottom: 22%;
  width: calc(34% - 20px);
  height: 0;
  overflow: hidden;
  transition: outline 100ms ease-in-out;
}

.image-gallery a:hover {
  outline: 3px solid rgb(180, 202, 51);
}

.image-gallery a:nth-child(3n+3) {
  margin-right: 0;
}

.image-gallery span.image {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  z-index: 0;
}

.image-gallery a img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: auto;
  min-width: 51%;
  height: 51%;
}

/* ----------------------------------------------------- DECO BAR */
.deco-bar {
  height: 84px;
  overflow: hidden;
}

.deco-bar img {
  display: block;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
}

/* ------------------------------------------------------ SECTION */
section {
  position: relative;
  z-index: 0;
  margin: 0 0 20px;
}

.bg-blue {
  background-color: rgb(94, 106, 152);
  color: rgb(255, 255, 255);
}

.bg-purple {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 106, 152);
}

.bg-purple10 {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.1);
}

.bg-purple a {
  color: rgb(255, 255, 255);
}

.bg-purple a:not(.button):hover {
  text-decoration: none;
}

.bg-purple-light {
  color: rgb(255, 255, 255);
  background-color: rgb(139.1463414634, 148.2926829268, 183.3536585366);
}

.bg-purple-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(64.7682926829, 73.0365853659, 104.7317073171);
}

.bg-orange {
  color: rgb(255, 255, 255);
  background-color: #ee7203;
}

.bg-green {
  color: rgb(255, 255, 255);
  background-color: rgb(180, 202, 51);
}

.bg-green-darker {
  color: rgb(255, 255, 255);
  background-color: rgb(169.1146245059, 189.7841897233, 47.9158102767);
}

.bg-grey {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
}

.header-image {
  margin-bottom: 40px;
}

.header-image img {
  display: block;
  width: 100%;
}

/* --------------------------------------------- SECTION - SOCIAL */
section.social {
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.2);
}

section.social .container {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("../img/icon-twitter-big-opac.svg") left center no-repeat scroll transparent;
  background-size: auto 110%;
}

.post {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.3em;
}

.post:last-of-type {
  margin-bottom: 0;
}

.post time {
  text-align: right;
}

.post time span {
  display: inline-block;
  padding: 3px;
  color: #ee7203;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
}

.post .tweet {
  position: relative;
  padding: 0 50px;
  color: rgb(94, 106, 152);
  font-weight: bold;
}

.post .tweet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icon-twitter-big.svg") center center no-repeat scroll transparent;
  background-size: 80% auto;
}

.post .tweet > div {
  padding: 3px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
}

.post .tweet a {
  color: rgb(180, 202, 51);
  text-decoration: none;
}

.post .tweet a:hover {
  color: #ee7203;
}

.rest-social {
  border-left: 1px solid grey;
  padding-left: 40px;
}

.rest-social .button.twitter {
  background-color: rgb(0, 159, 227);
  margin-bottom: 20px;
}

.rest-social .button.facebook {
  background-color: rgb(78, 105, 162);
  margin-bottom: 20px;
}

.rest-social .button.linkedin {
  background-color: rgb(0, 140, 201);
}

.rest-social .button.twitter:hover,
.rest-social .button.facebook:hover,
.rest-social .button.linkedin:hover {
  background-color: rgb(180, 202, 51);
}

.rest-social .button img {
  width: 20px;
  height: auto;
}

.socialLinks {
  text-align: right;
}
.socialLinks .to-twitter,
.socialLinks .to-facebook,
.socialLinks .to-linkedin {
  display: block;
  padding-top: 20px;
  padding-right: 40px;
}

/* ----------------------------------------------------- OVERVIEW */
.overview > .intro,
.overview > a {
  position: relative;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  width: calc(20% - 16px);
  height: 0;
  padding: 0 0 calc(20% - 16px);
  text-decoration: none;
}

.overview .size40 {
  margin-right: 0;
  width: calc(40% - 12px);
}

.overview > *:nth-child(5n+5) {
  margin: 0 0 20px;
}

.overview.activiteiten .intro {
  color: rgb(238, 114, 3);
}

.overview.news .intro {
  color: rgb(180, 202, 51);
}

.overview.spotlight {
  padding-top: 50px;
  padding-bottom: 30px;
}

.overview .intro h2 {
  margin: 0 0 10px;
  font-size: 2rem;
}

.overview .intro p {
  margin: 0;
  line-height: 1.3em;
}

.overview .intro a.button {
  position: absolute;
  left: 0;
  bottom: 0;
}

.overview a.activity time,
.overview a.news time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  z-index: 15;
  background-color: #ee7203;
  background-color: rgba(238, 114, 3, 0.8);
}

.overview a.news time {
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.8);
}

.overview a.activity time.purple {
  background-color: rgb(123.3902439024, 133.7804878049, 173.6097560976);
  background-color: rgba(123.3902439024, 133.7804878049, 173.6097560976, 0.8);
}

.overview a.activity time img.vab-activiteit {
  margin: 3px 10px 0 5px;
  width: 40px;
  float: left;
  vertical-align: middle;
}

.overview.spotlight span.name,
.overview.spotlight span.organisation {
  display: block;
}

.overview.spotlight span.name {
  font-weight: bold;
}

.overview.spotlight span.organisation {
  font-size: 0.8rem;
}

/* -------------------------------------------------- CATERGORIES */
.border-dotted.filter {
  margin-top: 30px;
}

.border-dotted.filter p.bold-orange {
  margin-bottom: 15px;
}

.categories a.cat-label {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  font-size: 0.8rem;
  text-decoration: none;
}

.categories a.cat-label.archived {
  opacity: 0.5;
  transition: opacity 150ms ease-in-out;
}

.categories a.cat-label.archived:hover {
  opacity: 1;
}

.categories a.cat-label span {
  display: block;
}

.categories a.cat-label span.cat-name {
  float: left;
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  background-color: rgb(94, 106, 152);
  transition: background-color 150ms ease-in-out;
}

.categories a.cat-label:hover span.cat-name,
.categories a.cat-label.active span.cat-name {
  background-color: rgb(180, 202, 51);
}

.categories a.cat-label span.number {
  float: left;
  padding: 5px 13px 5px 10px;
  color: rgb(94, 106, 152);
  background: url("../img/arrow-neg-right.svg") right center no-repeat scroll transparent;
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.3);
  transition: background-color 150ms ease-in-out;
}

.categories a.cat-label:hover span.number,
.categories a.cat-label.active span.number {
  color: rgb(107.4308300395, 120.5612648221, 30.4387351779);
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.3);
}

.filtered-overview {
  margin-bottom: 20px;
}

.filtered-overview h2,
.filtered-overview a {
  display: inline-block;
  margin-bottom: 0;
}

.filtered-overview.activiteiten h2 {
  color: #ee7203;
}

.filtered-overview a {
  font-size: 0.9em;
}

/* ----------------------------------------------------- VIND LID */
#vind-lid .col.size33 {
  padding: 0 3px;
}

#vind-lid .title,
#vind-lid input,
#vind-lid select {
  margin-bottom: 6px;
}

#vind-lid p {
  margin-bottom: 0;
}

/* ---------------------------------------------- LEDEN OVERZICHT */
.leden-filter {
  margin: 0;
  margin-bottom: 40px;
  padding: 30px 25px;
  line-height: 1.3em;
  color: rgb(94, 106, 152);
  border: 2px dotted rgba(94, 106, 152, 0.4);
}

form#filter-afstand a.submit {
  padding: 0;
  height: 40px;
  line-height: 40px;
}

.filter-map #map_canvas {
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.1);
}

.filter-result {
  clear: both;
  margin-bottom: 20px;
}

.filter-result h2 {
  margin: 0;
  line-height: 40px;
}

.sort-result {
  width: 50%;
}

.sort-result form {
  width: 100%;
}

#sort-leden {
  float: left;
  display: block;
}

#sort-leden > * {
  float: right;
  margin-left: 10px;
  margin-bottom: 0;
}

#sort-leden a {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-indent: -9999px;
  background: url("../img/sort-asc.png") center center no-repeat scroll rgba(94, 106, 152, 0.1);
}

#sort-leden a.desc {
  background: url("../img/sort-desc.png") center center no-repeat scroll rgba(94, 106, 152, 0.1);
}

#sort-leden a:hover {
  background-color: rgba(94, 106, 152, 0.2);
}

#sort-leden div {
  padding: 0;
  width: 170px;
  line-height: 40px;
}

#sort-leden div.text {
  text-align: right;
}

.member-overview .row {
  padding-bottom: 20px;
}

.member-overview .vablid > div {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 106, 152);
  display: flex;
  transition: background-color 150ms ease-in-out;
}

.member-overview .vablid.active > div {
  background-color: rgb(180, 202, 51);
  margin-bottom: 20px;
}

.member-overview .image,
.member-overview .info {
  position: relative;
  width: 50%;
}

.member-overview .image {
  height: 192px;
  overflow: hidden;
  background-color: rgb(96, 109, 15);
}

.member-overview.sectoren .image {
  padding-bottom: 51%;
}

.member-overview.sectoren .image {
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

.member-overview .organisation .image {
  border: 1px solid rgb(94, 106, 152);
  padding-bottom: calc(50% - 2px);
}

.member-overview .organisation .vablid.active .image {
  border-color: rgb(180, 202, 51);
}

.member-overview .image > div {
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  z-index: 0;
}

.member-overview .organisation .image > div {
  background-color: rgb(255, 255, 255);
}

.member-overview .image img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 50%;
}

.member-overview .organisation .image img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: auto;
  width: 50%;
  height: auto;
}

.member-overview .info {
  position: relative;
  padding: 15px;
  line-height: 1.2em;
}

.member-overview .active .info:after {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 0 solid rgb(255, 255, 255);
  transition: border 200ms ease-in-out;
}

.member-overview .active .info:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(180, 202, 51);
}

.member-overview .info .name {
  font-weight: 500;
  margin-bottom: 10px;
}

.member-overview .info .title {
  font-weight: 500;
}

.member-overview .info .sub-title {
  font-size: smaller;
  font-style: italic;
  margin-bottom: 10px;
}

.member-overview .info .function {
  font-size: smaller;
  line-height: 1rem;
  word-break: break-word;
}

.member-overview .info .links {
  font-size: smaller;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.member-overview .info .links li a {
  color: rgb(255, 255, 255);
}

.member-overview .info .links li a:hover {
  text-decoration: none;
}

.info a.meer-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  background-color: #ee7203;
  transition: background-color 200ms ease-in-out;
}

.info a.meer-info:hover {
  background-color: rgb(180, 202, 51);
}

.member-overview .vablid.active .info a:hover {
  background-color: rgb(161.8577075099, 181.6403162055, 45.8596837945);
}

.member-overview .uitgebreide-info {
  clear: both;
  margin: 0 10px;
  background-color: rgb(180, 202, 51);
}

.member-overview .uitgebreide-info .load-info {
  padding: 10px;
}

#member-details {
  position: relative;
}

#member-details .row {
  margin: 0;
  padding-bottom: 0;
}

#member-details .row > div {
  padding: 25px;
}

#member-details .row .bg-green-darker a {
  color: rgb(255, 255, 255);
}

#member-details .row .bg-green-darker a:hover {
  text-decoration: none;
}

#member-details .logo-organisatie {
  display: block;
  margin-bottom: 20px;
}

#member-details .logo-organisatie img {
  display: block;
  width: 100%;
}

#member-details h3 {
  color: rgb(96, 109, 15);
}

#member-details table tr th {
  width: 160px;
  color: rgb(96, 109, 15);
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}

#member-details table.bullets tr td {
  padding-left: 10px;
  background: url("../img/bullet-green.svg") left 10px no-repeat scroll transparent;
}

#member-details table tr td a {
  color: rgb(255, 255, 255);
}

#member-details table tr td a:hover {
  text-decoration: none;
}

#member-details .rest-social {
  padding: 20px 0;
  border-left: 0 solid grey;
}

#member-details .rest-social .button.linkedin {
  margin-bottom: 20px;
}

#member-details .rest-social .button.twitter {
  margin-bottom: 20px;
}

#member-details .rest-social .button.facebook {
  margin-bottom: 0;
}

#member-details .rest-social .button.linkedin:hover,
#member-details .rest-social .button.twitter:hover,
#member-details .rest-social .button.facebook:hover {
  background-color: rgb(143.7154150198, 161.2806324111, 40.7193675889);
}

#member-details h2 {
  color: rgb(255, 255, 255);
}

#member-details h2.dotted span {
  background-color: rgb(180, 202, 51);
}

#member-details a.button-close {
  position: absolute;
  right: -10px;
  top: -8px;
  z-index: 400;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url("../img/close-article-w.png") center center no-repeat scroll #ee7203;
  transition: background-color 150ms ease-in-out;
}

#member-details a.button-close:hover {
  background-color: rgb(94, 106, 152);
}

#member-details .shout {
  padding: 20px;
  border: 3px ditted rgb(180, 202, 51);
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------- LEDEN DETAIL */
.profile-header {
  margin-right: 10px;
  margin-left: 10px;
}

.profile-header header h1 {
  font-size: 1.5rem;
  margin-bottom: 29px;
}

.profile-header header p {
  margin-bottom: 3px;
}

/* --------------------------- BESTUUR, WERKGROEPEN EN COMMISSIES */
.bestuur-nav {
  height: 432px;
  margin-bottom: 0;
}

.divisions a {
  display: block;
  margin-bottom: 3px;
  padding: 7px 10px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(94, 106, 152);
  border-radius: 4px;
  transition: background-color 150ms ease-in-out;
}

.divisions a:hover {
  background-color: #ee7203;
}

.divisions a span.text {
  float: left;
  width: 90%;
}

.divisions a span.fa {
  float: right;
  width: 10%;
  text-align: right;
}

.division {
  margin-bottom: 50px;
}

.member-overview .row.division-header .row {
  padding-bottom: 0;
}

.division-header .bg-grey .col > p:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------------- STEPS */
#steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#steps > a {
  width: calc(25% - 2px);
  padding: 10px;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.5);
}

#steps > a:hover {
  background-color: rgb(94, 106, 152);
}

#steps.three > a {
  width: calc(33.3333% - 2px);
}

#steps a.disabled {
  color: rgb(94, 106, 152);
  cursor: default;
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.3);
}

#steps a.current {
  cursor: default;
  background-color: rgb(94, 106, 152);
}

#steps a.complete:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.8);
}

/* ---------------------------------------------------- VACANCIES */
#overview-vacancies .vacancy {
  display: block;
  margin-bottom: 15px;
  padding: 15px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.1);
}

#overview-vacancies .vacancy .title {
  font-weight: bold;
  font-size: 1.2rem;
}

#overview-vacancies .vacancy time {
  display: inline;
}

/* ------------------------------------------------------ CONTACT */
body.contact table tr > * {
  padding-bottom: 20px;
}

body.contact table tr th {
  width: 120px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

#contact-form form {
  margin-bottom: 10px;
}

#filter-leden a.submit,
#contact-form a.submit {
  margin-bottom: 10px;
}

#contact-form-output > div {
  display: none;
  margin-bottom: 5px;
  padding: 20px;
  background-color: rgb(94, 106, 152);
  background-color: rgba(94, 106, 152, 0.1);
}

#contact-form-output p {
  margin: 0;
}

#contact-form-output .form_loading img {
  float: left;
  margin: 0 15px 0 0;
}

#contact-form-output .form_error {
  background-color: rgb(255, 0, 0);
  background-color: rgba(255, 0, 0, 0.1);
}

#contact-form-output .form_result {
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.1);
}

/* -------------------------------------------------------- ASIDE */
.content-item {
  margin: 0 0 50px;
}

.content-item.activity-page {
  margin: 0 0 20px;
}

.content-item.bg-grey,
.content-item.bg-green,
.content-item.bg-purple,
.content-item.bg-purple-light,
.content-item.bg-orange {
  padding: 50px;
}

.content-item .title {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

.content-item.album {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

.content-item.album a.button {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
}

/* ----------------------------------------------- ZOEKRESULTATEN */
#search-results mark {
  padding: 0 3px;
  background-color: rgb(180, 202, 51);
  background-color: rgba(180, 202, 51, 0.2);
}

#search-results .result-text b {
  color: rgb(180, 202, 51);
}

body.huur #search-results .result-text b {
  color: rgb(180, 202, 51);
}

body.zoek #search-results .result-text b {
  color: #ee7203;
}

#search-results .result {
  padding: 25px 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

#search-results .result:first-of-type {
  padding-top: 0;
}

#search-results .result:last-of-type {
  border-bottom-width: 0;
}

#search-results .result .page-title a {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(94, 106, 152);
}

#search-results .result .page-title a:hover {
  text-decoration: none;
}

#search-results .result .page-title span {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

#search-results .result .page-title time {
  display: inline;
  font-weight: bold;
}

#search-results .result p {
  font-weight: normal;
}

#search-results .result .page-title span.actueel {
  color: rgb(180, 202, 51);
}

#search-results .result .page-title span.activiteit {
  color: #ee7203;
}

#search-results .result p {
  margin-bottom: 0;
}

/* ------------------------------------------------- SPACE IMAGES */
.space-images a {
  display: inline-block;
  margin: 0 15px 15px;
}

/* ------------------------------------------------------ MIJNVAB */
.short-info table {
  border-collapse: separate;
}

.short-info table tr th.table-header {
  border-bottom: 2px dotted rgb(0, 0, 0);
}

.short-info table tr td.table-footer {
  border-top: 2px dotted rgb(0, 0, 0);
}

.short-info table tr th,
.short-info table tr td {
  padding: 3px 0;
}

.short-info table tr td {
  width: 120px;
}

/* -------------------------------------------- MIJNVAB PE PUNTEN */
table#pe-table tr th {
  width: 16.6666%;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 0.9rem;
  vertical-align: top;
}

table#pe-table tr.total td {
  font-weight: 600;
  background-color: rgb(238.9, 240.1, 244.7);
}

.mijnvab-act-overview {
  margin-bottom: 25px;
}

.mijnvab-act-overview .activity {
  border: 1px solid rgb(206.7, 210.3, 224.1);
  margin-bottom: 5px;
}

.mijnvab-act-overview .activity.not-vab {
  border: 1px solid #cccccc;
}

.mijnvab-act-overview .act-info {
  padding: 15px 17px;
  font-size: 0.9rem;
}

.mijnvab-act-overview .title {
  display: block;
  margin-bottom: 4px;
  color: rgb(94, 106, 152);
  font-size: 1.2rem;
  text-decoration: none;
}

.mijnvab-act-overview .title small {
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
}

.mijnvab-act-overview .vab-label {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 8px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  background-color: #ee7203;
  border-radius: 3px;
}

.mijnvab-act-overview time {
  display: inline-block;
  font-weight: 600;
}

.mijnvab-act-overview .actions {
  padding-top: 15px;
}

.mijnvab-act-overview .actions a {
  display: inline-block;
  padding: 5px;
  font-size: 0.9rem;
  text-decoration: none;
  background-color: rgb(238.9, 240.1, 244.7);
  border-radius: 3px;
}

.mijnvab-act-overview .actions a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 106, 152);
}

.mijnvab-act-overview .score {
  padding: 15px 17px;
  color: rgb(94, 106, 152);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  background-color: rgb(238.9, 240.1, 244.7);
}

.mijnvab-act-overview .score.fail {
  color: rgb(255, 0, 0);
  text-decoration: line-through;
  background-color: rgb(255, 229.5, 229.5);
}

.mijnvab-act-overview .not-vab .score {
  color: rgb(0, 0, 0);
  background-color: rgb(229.5, 229.5, 229.5);
}

#add-pe-points {
  display: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* ------------------------------------------------------- FOOTER */
.contact-info {
  display: flex;
}

.contact-info .col.size33 {
  padding: 50px 40px;
  border-left: 1px solid rgb(64.7682926829, 73.0365853659, 104.7317073171);
}

#form-subscribe.row {
  margin: 0 -3px;
}

#form-subscribe label {
  margin-bottom: 6px;
}

#form-subscribe label.col.size50 {
  padding: 0 3px;
}

footer .sitemap {
  line-height: 1.5em;
  font-size: 0.8rem;
}

footer .sitemap .container {
  padding: 50px 0;
}

footer .sitemap .row {
  margin: 0;
}

footer .sitemap .col.size20 li.topLi > a {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
}

footer .sitemap .col.size20 > ul {
  margin: 0;
  list-style-type: none;
}

footer .sitemap ul ul {
  margin: 0 0 0 20px;
  line-height: 1.6em;
}

footer .sitemap ul li ul li.separator {
  display: none;
}

footer .sitemap a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

footer .sitemap a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

footer .disclaimer {
  font-weight: 500;
}

footer .disclaimer .col {
  vertical-align: middle;
  font-size: 0.9em;
}

footer .disclaimer .col img.logo {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

footer .disclaimer a:hover {
  color: #ee7203;
}

footer .disclaimer .social a {
  display: inline-block;
  margin-left: 10px;
  height: 22px;
  opacity: 0.7;
}

footer .disclaimer .social a:hover {
  opacity: 1;
}

footer .disclaimer .social a img {
  display: block;
  width: auto;
  height: 100%;
}

/* --------------------------------------------------- ANIMATIONS */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    background-color: #ee7203;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation: pulse 900ms 1;
}

/* ---------------------------------------------------------- ZUT */
.color-black {
  color: rgb(0, 0, 0);
}

.color-orange {
  color: #ee7203;
}

.a-black a {
  color: rgb(0, 0, 0);
}

.color-purple {
  color: rgb(94, 106, 152);
}

.color-purple.disabled {
  color: rgb(206.7, 210.3, 224.1);
}

.border-dotted {
  margin-bottom: 20px;
  padding: 25px;
  border: 3px dotted rgba(94, 106, 152, 0.5);
}

.border-dotted-top {
  margin: 0;
  padding-top: 15px;
  border-top: 2px dotted rgba(94, 106, 152, 0.4);
}

.bold-orange {
  font-size: larger;
  font-weight: bold;
  color: #ee7203;
}

.header-button-bar {
  display: flex;
  justify-content: space-around;
  margin-top: 1.5rem;
}
.header-button-bar .button {
  flex-grow: 0;
  width: auto;
  padding-right: 3rem;
  padding-left: 2rem;
}
.header-button-bar .button strong {
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  display: block;
}
.header-button-bar .button span {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}
.header-button-bar .button:after {
  border-color: rgb(255, 255, 255);
  right: 20px;
}

/* --------------------------------------------------- Persoonlijk ontwikkelplein */
body.mijnvab-homepage h1.dev-square-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 770px) {
  body.mijnvab-homepage .dev-square-button-bar {
    margin-bottom: 2rem;
  }
}
body.mijnvab-homepage .dev-square-button-bar .left-col {
  margin-right: 1.5rem;
}
@media only screen and (max-width: 770px) {
  body.mijnvab-homepage .dev-square-button-bar .left-col {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
body.mijnvab-homepage .dev-square-button-bar .right-col {
  color: rgb(94, 106, 152);
}

body.dev-square-landing h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 40rem;
}
body.dev-square-landing h2 {
  color: rgb(180, 202, 51);
  margin-bottom: 4rem;
  max-width: 45rem;
}
body.dev-square-landing .landing-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (max-width: 770px) {
  body.dev-square-landing .landing-blocks-wrapper {
    margin-bottom: 3rem;
  }
}
body.dev-square-landing .landing-blocks-wrapper .landing-block {
  width: calc(50% - 1.5rem);
  flex-basis: calc(50% - 1.5rem);
  background: #ee7203;
  padding: 1.5rem;
  color: rgb(255, 255, 255);
  margin-right: 3rem;
  margin-bottom: 3rem;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 770px) {
  body.dev-square-landing .landing-blocks-wrapper .landing-block {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
body.dev-square-landing .landing-blocks-wrapper .landing-block.green {
  background: rgb(180, 202, 51);
}
body.dev-square-landing .landing-blocks-wrapper .landing-block.disabled {
  background: rgb(229.5, 229.5, 229.5);
  color: rgb(191.25, 191.25, 191.25);
}
body.dev-square-landing .landing-blocks-wrapper .landing-block.disabled h3 {
  color: inherit;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block.disabled:after {
  display: none;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block.disabled:hover {
  background: rgb(229.5, 229.5, 229.5);
  pointer-events: all;
  cursor: auto;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block .landing-title {
  display: flex;
  align-items: center;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block .landing-title span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block .landing-description {
  max-width: 19rem;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 3px solid rgb(255, 255, 255);
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg translate(0, -50%));
  -webkit-transform: rotate(45deg) translate(0, -50%);
}
@media only screen and (max-width: 770px) {
  body.dev-square-landing .landing-blocks-wrapper .landing-block:after {
    right: 1rem;
  }
}
body.dev-square-landing .landing-blocks-wrapper .landing-block:hover {
  background-color: rgb(94, 106, 152);
}
body.dev-square-landing .landing-blocks-wrapper .landing-block:nth-of-type(2n) {
  margin-right: 0;
}
body.dev-square-landing .landing-blocks-wrapper .landing-block h3 {
  color: rgb(255, 255, 255);
  margin-bottom: 1rem;
}

body.dev-square-standard .main-text h1 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
body.dev-square-standard .main-text h1 span {
  display: inline-flex;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 1rem;
}
body.dev-square-standard .main-text h1 span svg .st0 {
  fill: rgb(94, 106, 152);
}
body.dev-square-standard .main-text h2 {
  margin-bottom: 0;
}
body.dev-square-standard .main-text table td {
  padding: 0.3rem;
}
body.dev-square-standard .main-text p + ul,
body.dev-square-standard .main-text p + ol {
  margin-top: -1.5rem;
}
body.dev-square-standard .main-text .cta {
  display: inline-flex;
  background: #ee7203;
  color: rgb(255, 255, 255);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
}
body.dev-square-standard .main-text .cta:hover {
  background: rgb(94, 106, 152);
}
body.dev-square-standard #overlay {
  visibility: hidden;
  opacity: 0;
  display: block;
  z-index: 999;
}
body.dev-square-standard #overlay.active {
  opacity: 1;
  visibility: visible;
}
body.dev-square-standard #overlay.active .dim {
  opacity: 1;
  display: block;
}
body.dev-square-standard #overlay .dim {
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 100%;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
}
body.dev-square-standard #overlay .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1.7rem;
  height: 1.7rem;
  cursor: pointer;
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 770px) {
  body.dev-square-standard #overlay .close {
    right: 1rem;
    top: 1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
}
body.dev-square-standard #overlay .close:hover {
  color: #ee7203;
}
body.dev-square-standard #overlay .close svg {
  width: 100%;
  height: 100%;
}
body.dev-square-standard #overlay .content-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  height: auto;
  background: rgb(94, 106, 152);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  padding: 4rem;
  z-index: 999;
  max-height: 90vh;
  overflow: auto;
}
@media only screen and (max-width: 770px) {
  body.dev-square-standard #overlay .content-wrapper {
    padding: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  body.dev-square-standard #overlay .content-wrapper {
    padding: 1rem;
  }
}
body.dev-square-standard #overlay h2 {
  color: rgb(255, 255, 255);
}
@media only screen and (max-width: 770px) {
  body.dev-square-standard #overlay h2 {
    padding-right: 2rem;
  }
}
body.dev-square-standard #overlay h3 {
  color: rgb(255, 255, 255);
}
body.dev-square-standard #overlay ul:last-of-type {
  margin-bottom: 0;
}
/* --------------------------------------------------- FAQ  */
.accordeon {
  list-style-type: none !important;
  margin-left: 0;
}
.accordeon .accordeon_item {
  margin-bottom: 0.5rem;
}
.accordeon .accordeon_item.active .accordeon_title:after {
  border-color: rgb(0, 0, 0) transparent transparent transparent;
}
.accordeon .active > .accordeon_title:after {
  transform: rotate(-90deg);
  transition: all ease 0.2s;
}
.accordeon .accordeon_title {
  position: relative;
  cursor: pointer;
  padding: 0.8rem;
  padding-left: 0;
  padding-bottom: 0.1rem;
  color: #ee7203;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  border-bottom: solid 1px rgb(178.5, 178.5, 178.5);
}
.accordeon .accordeon_title:after {
  position: absolute;
  top: 17px;
  right: 0.2rem;
  content: "›";
  transition: all ease 0.2s;
  transform: rotate(90deg);
}
.accordeon .accordeon_title:hover {
  color: rgb(94, 106, 152);
  border-color: rgb(94, 106, 152);
}
.accordeon .accordeon_title:hover:after {
  border-color: rgb(94, 106, 152) transparent transparent transparent;
}
.accordeon .accordeon_content {
  padding: 0.5rem;
  padding-left: 0;
  display: none;
}
.accordeon .accordeon_content .text {
  line-height: 1.4rem;
}

.accordeon-description {
  margin-bottom: 1rem;
  line-height: 1.4rem;
}

.procedure-schema img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------- TRAINER  */
.vimeo-embed-container,
.video-embed-wrapper,
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  background: rgba(53, 45, 45, 0.2);
}
.vimeo-embed-container iframe,
.vimeo-embed-container object,
.vimeo-embed-container embed,
.video-embed-wrapper iframe,
.video-embed-wrapper object,
.video-embed-wrapper embed,
.youtube-embed-wrapper iframe,
.youtube-embed-wrapper object,
.youtube-embed-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trainer-video-wrapper {
  margin-bottom: 3rem;
}

.trainers-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 770px) {
  .trainers-list-wrapper {
    flex-direction: column;
  }
}

.trainer-wrapper {
  margin-right: 3rem;
  margin-bottom: 3rem;
  width: calc(50% - 1.5rem);
  width: 7rem;
}
@media only screen and (max-width: 770px) {
  .trainer-wrapper {
    width: 100%;
    margin-right: 0;
  }
}
.trainer-wrapper:nth-of-type(2n) {
  margin-right: 0;
}
.trainer-wrapper .trainer-image {
  height: 7rem;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
}
.trainer-wrapper .trainer-name {
  font-weight: bold;
  color: rgb(94, 106, 152);
  margin-bottom: 0.5rem;
}
.trainer-wrapper .trainer-tel {
  margin-bottom: 2rem;
}

.groups-intro {
  margin-bottom: 1.5rem;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.full-width {
  display: block;
  width: 100%;
}

.relative {
  position: relative;
}

.display-block {
  display: block;
}

.display-flex {
  display: flex;
}

.display-table {
  display: table;
  width: 100%;
}

.display-table > * {
  display: table-row;
}

.display-table > * > * {
  display: table-cell;
  float: none;
}

.display-inline-block {
  display: inline-block;
}

.hidden {
  visibility: hidden !important;
}

.hide {
  display: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-middle {
  position: relative;
}

.align-middle > * {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.bold {
  font-weight: bold;
}

.caps {
  text-transform: uppercase;
}

/* CSS Document */
/* ------------------------------------------------ LARGE SCREENS */
/* END LARGE SCREENS */
/* ------------------------------------------------------ DESKTOP */
/* END DESKTOP */
/* --------------------------------------------------------- IPAD */
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    height: auto;
  }
  .button-holder .size50 {
    margin-bottom: 10px;
    width: 100%;
  }
  /* ---------------------------------------------- IPAD - OVERVIEW */
  .overview > .intro,
  .overview > a {
    width: calc(25% - 15px);
    padding: 0 0 calc(25% - 15px);
  }
  .overview > *:nth-child(5n+5) {
    margin: 0 20px 20px 0;
  }
  .overview > *:nth-child(4n+4) {
    margin: 0 0 20px;
  }
  .overview.activiteiten > *.col:nth-child(1n+9) {
    display: none;
  }
  .overview.news > *.col:nth-child(1n+5) {
    display: none;
  }
  .rubrieken .col.size20 {
    width: 25%;
  }
  .rubrieken .col.size80 {
    width: 75%;
  }
  .overview a.spotlight.size40 {
    width: calc(25% - 15px);
  }
  .leden-filter {
    margin-bottom: 10px;
    padding: 30px 25px 50px 25px;
    line-height: 1.3em;
    color: rgb(94, 106, 152);
    border: 2px dotted rgba(94, 106, 152, 0.4);
  }
  /* --------------------------------------- IPAD - LEDEN OVERZICHT */
  .leden-filter {
    padding-bottom: 40px;
  }
  .member-overview .info .function {
    margin-bottom: 10px;
  }
  .member-overview .info a.meer-info {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  .member-overview .vablid > div {
    height: 250px;
  }
  .leden-filter #map_canvas {
    height: 362px;
  }
  /* ------------------------------------------ IPAD - LEDEN DETAIL */
  #member-details .display-flex > .size25 {
    width: 33.3333%;
  }
  #member-details .display-flex > .size45 {
    width: 66.6666%;
  }
  #member-details .display-flex > .size30 {
    display: none;
  }
  /* ------------------------------------------------ IPAD - FOOTER */
  footer .bg-purple .container {
    margin: 0;
    padding: 0;
  }
  .contact-info {
    margin: 0;
  }
  .contact-info .col.size60 {
    padding: 0;
  }
  .contact-info .col.size60 > .row {
    width: 100%;
    margin: 0;
  }
  .contact-info .col.size33 {
    padding: 50px 25px;
  }
  footer .sitemap .col.size20 {
    margin: 0 0 45px;
    width: 33.3333%;
  }
  /* --------------------------- BESTUUR, WERKGROEPEN EN COMMISSIES */
  .bestuur-nav {
    height: 402px;
  }
} /* END IPAD */
/* -------------------------------------------------- IPAD STAAND */
@media only screen and (max-width: 770px) {
  #top-articles,
  #top-articles > * {
    display: block;
    height: auto;
  }
  #top-articles .size60,
  #top-articles .size40 {
    display: block;
    width: 100%;
    float: none;
  }
  #top-articles a.news {
    background-color: rgb(180, 202, 51);
  }
  #top-articles a.activity {
    background-color: rgb(238, 114, 3);
  }
  #top-articles .size60 a {
    margin-bottom: 10px;
    height: 400px;
  }
  #top-articles .size40 {
    width: 100%;
  }
  #top-articles .size40 a {
    height: auto;
  }
  #top-articles .size40 a .image {
    display: none;
  }
  #top-articles .size40 a .info {
    position: relative;
    left: auto;
    bottom: auto;
    background-color: transparent;
  }
  #top-articles .size40 a.news time,
  #top-articles .size40 a.activity time {
    color: rgb(255, 255, 255);
  }
  #top-articles .size40 .size50 {
    display: block;
    float: none;
    width: 100%;
  }
  #top-articles a .title {
    width: 80%;
    font-size: 1.2rem;
  }
  #top-articles .size40 > div {
    display: block;
    padding-top: 10px;
  }
  #top-articles .size40 > div > *:first-of-type {
    margin-bottom: 10px;
  }
  .member-overview .organisation .image,
  .member-overview.sectoren .image {
    padding-bottom: 100%;
  }
  /* ------------------------------------- IPAD STAAND - NAV - MAIN */
  nav#main ul li a {
    padding: 0 15px;
    font-weight: 500;
  }
  /* ----------------------------------------- IPAD STAAND - SEARCH */
  #search {
    transition: padding 200ms ease-in-out;
  }
  #search.open {
    padding: 10px;
  }
  /* -------------------------------------- IPAD STAAND - NAV - TOP */
  nav#nav-top ul li a {
    font-size: 0.9rem;
  }
  /* --------------------------------------- IPAD STAAND - OVERVIEW */
  .overview > .intro,
  .overview > a {
    width: calc(50% - 10px);
    padding-bottom: calc(33.3333% - 10px);
  }
  .overview.spotlight > .intro {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .overview.spotlight > a,
  .overview.spotlight > a.size40 {
    width: calc(33.3333% - 14px);
    padding-bottom: calc(33.3333% - 14px);
  }
  .overview.spotlight > a.size40 {
    margin-right: 0;
  }
  .overview > *:nth-child(4n+4) {
    margin: 0 20px 20px 0;
  }
  .overview.activiteiten > *:nth-child(2n+2),
  .overview.news > *:nth-child(2n+2) {
    margin-right: 0;
  }
  .overview.activiteiten > *.col:nth-child(1n+7) {
    display: none;
  }
  .rubrieken .col.size20,
  .rubrieken .col.size80 {
    float: none;
    width: 100%;
  }
  /* --------------------------------- IPAD STAAND - SECTION SOCIAL */
  section.social .size10 {
    display: none;
  }
  section.social .size20.rest-social {
    width: 30%;
  }
  .post .tweet {
    padding-right: 20px;
  }
  .post .tweet:before {
    left: 15px;
    background-size: 60% auto;
  }
  .twitters {
    width: 60%;
  }
  .rest-social {
    padding-left: 20px;
  }
  .socialLinks .to-twitter,
  .socialLinks .to-facebook,
  .socialLinks .to-linkedin {
    padding-right: 15px;
  }
  /* --------------------------------------- IPAD STAAND - DECO BAR */
  .deco-bar .size60,
  .deco-bar .size40 {
    float: none;
    width: 100%;
  }
  /* ------------------------------------------ IPAD STAAND - ASIDE */
  aside.size30 {
    width: 40%;
  }
  /* --------------------------------------- IPAD STAAND - VIND LID */
  .adviseur .size30,
  .adviseur .size70 {
    width: 100%;
  }
  .adviseur .size30.padding-top-bottom-50 {
    padding: 50px;
    padding-bottom: 0;
  }
  .adviseur .size70 {
    padding: 50px;
    padding-top: 20px;
  }
  /* ------------------------- IPAD STAAND - ACTIVITEITEN AANMELDEN */
  .aanmelden-activiteit .size33,
  .aanmelden-activiteit .size66 {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  /* ---------------------------- IPAD STAAND - BEDRIJVEN OVERZICHT */
  .bedrijven-filter .size33,
  .bedrijven-filter .size66 {
    width: 50%;
  }
  form#filter-afstand .size33.submit {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .filter-map #map_canvas {
    height: 366px;
    overflow: hidden;
  }
  /* ---------------------------------------- IPAD STAAND - CONTACT */
  .contact .size30.sidebar {
    width: 40%;
  }
  .contact .contact-gegevens .size50,
  .contact .contact-gegevens .size70 {
    float: none;
    width: 100%;
  }
  /* -------------------------------- IPAD STAAND - LEDEN OVERZICHT */
  .member-overview .vablid > div {
    display: block;
  }
  .member-overview .image,
  .member-overview .info {
    width: 100%;
  }
  .member-overview .info {
    height: 200px;
  }
  .member-overview .image {
    padding-bottom: 100%;
  }
  .leden-filter .size33,
  .leden-filter .size66 {
    width: 50%;
  }
  .member-overview .vablid > div {
    height: auto;
  }
  .member-overview .info a.meer-info {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  /* ----------------------------------- IPAD STAAND - LEDEN DETAIL */
  .member-overview.details .vablid {
    width: 50%;
    margin-bottom: 20px;
  }
  .member-overview.details .size66 {
    width: 50%;
  }
  .member-overview.details .size50 {
    float: none;
    width: 100%;
  }
  .member-overview.details .size50:first-of-type {
    margin-bottom: 5px;
  }
  /* ----------------------------------- IPAD STAAND - ACTIVITEITEN */
  .border-dotted.filter {
    width: 50%;
    height: auto;
  }
  .size40.activity-text {
    width: 50%;
  }
  /* ----------------------------------------- IPAD STAAND - FOOTER */
  .contact-info {
    display: block;
  }
  .contact-info .col.size60,
  .contact-info .col.size40 {
    float: none;
    width: 100%;
  }
  /* ---------------------------- IPAD STAAND - FOOTER - DISCLAIMER */
  footer .disclaimer > div,
  footer .disclaimer > div > *,
  footer .disclaimer > div > * > * {
    display: block;
    height: 51px;
    line-height: 51px;
    float: left;
  }
  footer .disclaimer > div > * {
    width: 100%;
  }
  footer .disclaimer .size33 {
    width: 50%;
  }
  footer .disclaimer .size33.align-center {
    text-align: right;
  }
  footer .disclaimer .size33.social {
    clear: both;
    float: none;
    height: auto;
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
  }
  /* --------------------------- BESTUUR, WERKGROEPEN EN COMMISSIES */
  .bestuur-nav {
    height: auto;
  }
  .bestuur-nav .size40,
  .bestuur-nav .size60 {
    width: 100%;
    float: none;
  }
  .header-button-bar {
    flex-direction: column;
  }
  .header-button-bar .button {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }
  .header-button-bar .button strong {
    font-size: 1.2rem;
  }
  .header-button-bar .button:last-of-type {
    margin-bottom: 0;
  }
} /* END IPAD STAAND */
/* ------------------------------------------------------- IPHONE */
@media only screen and (max-width: 767px) {
  /* ---------------------------------------------- IPHONE - LAYOUT */
  #site {
    overflow: hidden;
  }
  p > img {
    display: block;
    width: 100%;
  }
  .deco-bar img {
    max-height: 84px;
    max-width: none;
  }
  .display-flex {
    display: block;
    float: none;
  }
  .col {
    float: none;
  }
  .size20,
  .size25,
  .size30,
  aside.size30,
  .size33,
  .size40,
  .size50,
  .size60,
  .size66,
  .size70,
  .size75,
  .size80 {
    width: 100%;
  }
  .padding-50 {
    padding: 30px;
  }
  .main-text {
    margin-bottom: 50px;
  }
  #breadcrumbs {
    display: none;
  }
  /* ------------------------------------------------ IPHONE - TYPE */
  .jumbo p {
    font-size: 1.1rem;
  }
  /* ---------------------------------------------- IPHONE - HEADER */
  header#main a.logo {
    float: none;
    margin: 0 auto 30px;
    width: 50%;
  }
  nav#nav-top {
    float: none;
    margin: 0 auto;
  }
  nav#nav-top #nav-top-button {
    float: right;
    display: block;
    background: url("../img/open-top-menu.png") center center no-repeat scroll rgb(180, 202, 51);
  }
  nav#nav-top #nav-top-button.active {
    float: right;
    background: url("../img/close-top-menu.png") center center no-repeat scroll rgb(180, 202, 51);
  }
  nav#nav-top ul.top-nav {
    display: none;
    float: right;
    padding: 5px 0;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 10px;
    background-color: rgb(180, 202, 51);
  }
  nav#nav-top ul.open {
    display: block;
  }
  nav#nav-top ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.2em;
  }
  nav#nav-top ul li a {
    display: block;
    font-size: 0.9rem;
    padding: 2px 10px;
    color: rgb(255, 255, 255);
  }
  nav#nav-top ul li.active a,
  nav#nav-top ul li a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
  }
  /* ------------------------------------------------- IPHONE - NAV */
  .container.navigation {
    padding: 0;
  }
  nav#main {
    float: none;
  }
  nav#main a.button-mobile {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    background: url("../img/menu.svg") center center no-repeat rgb(143.7154150198, 161.2806324111, 40.7193675889);
    background-size: 50% auto;
    transition: background-color 200ms ease-in-out;
  }
  nav#main > ul {
    display: none;
    width: 100%;
    height: auto;
    clear: both;
  }
  nav#main > ul > li {
    display: block;
    float: none;
  }
  nav#main > ul > li > a,
  nav#main > ul > li:first-of-type > a {
    border: 0 solid rgb(255, 255, 255);
  }
  nav#main > ul > li.dir > a {
    position: relative;
  }
  nav#main > ul > li.dir > a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 3px;
    border-right: 2px solid rgb(255, 255, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 10% 10% 0;
    transition: all 300ms ease-in-out;
  }
  nav#main > ul > li.dir.open > a:after {
    transform: rotate(225deg) translate(-50%, -50%);
  }
  /* -------------------------------------------- IPHONE - DROPDOWN */
  nav#main > ul > li > ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }
  /* ------------------------------------- IPHONE - TOGGLE LANGUAGE */
  #toggle-language {
    position: relative;
    float: right;
    width: 15%;
    text-align: center;
  }
  #toggle-language > div {
    width: 100%;
  }
  /* ------------------------------------------ IPHONE - SEARCH BAR */
  #search {
    float: right;
  }
  #search.open {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #search label {
    display: block;
    width: calc(100% - 45px);
  }
  #search.open input[type=text] {
    width: 100%;
  }
  /* ---------------------------------------- IPHONE - TOP ARTICLES */
  #top-articles .size60 a {
    height: 300px;
  }
  /* -------------------------------------------- IPHONE - OVERVIEW */
  .overview > .intro,
  .overview > a,
  .overview.activiteiten > *:nth-child(2n+2),
  .overview.news > *:nth-child(2n+2),
  .overview > *:nth-child(5n+5) {
    float: none;
    margin: 0 0 10px;
    width: 100%;
    height: auto;
    text-decoration: none;
  }
  .overview > .intro {
    padding-bottom: 0;
  }
  .overview .intro p {
    margin-bottom: 10px;
  }
  .overview .intro a.button {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .overview > a {
    padding-bottom: 75%;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) {
    height: auto;
    padding: 0;
    text-decoration: none;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) .image {
    display: none;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) img.vab-activity {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    padding: 0;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) .info {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: auto;
    display: block;
    background-color: transparent;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) a.activity .info {
    background-color: #ee7203;
  }
  .overview:not(.spotlight) > a:not(:first-of-type) a.news .info {
    background-color: rgb(180, 202, 51);
  }
  .overview:not(.spotlight) > a:not(:first-of-type) .info time {
    color: rgb(0, 0, 0);
  }
  .overview.spotlight > a,
  .overview.spotlight > a.size40 {
    width: 100%;
    padding-bottom: 100%;
  }
  /* ---------------------------------------- IPHONE - ACTIVITEITEN */
  .border-dotted.filter,
  .size40.activity-text {
    width: 100%;
  }
  .padding-left-right-25 {
    padding: 0;
  }
  #top-articles .size40 a time,
  #top-articles a.activity time.purple,
  .overview a.activity time,
  .overview a.news time {
    position: relative;
    right: auto;
    top: auto;
    padding: 10px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
  }
  article .article-image {
    display: block;
    margin: 0 0 30px;
  }
  /* -------------------------------------- IPHONE - ACTION BUTTONS */
  .action-buttons .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  /* --------------------------------- IPHONE - ACTIVITEITEN DETAIL */
  .navigate-article .size30,
  .navigate-article .size35 {
    float: none;
    width: 100%;
  }
  .navigate-article a {
    margin-bottom: 2px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: left;
  }
  .navigate-article a:hover {
    background-color: rgb(180, 202, 51);
  }
  .navigate-article a br {
    display: none;
  }
  .navigate-article a span {
    display: inline;
    white-space: normal;
  }
  .info-buttons a {
    margin-bottom: 10px;
  }
  .info-buttons a:last-of-type {
    margin-bottom: 0;
  }
  .info-subscribe > * {
    float: none;
    display: block;
    width: 100% !important;
  }
  #info-activity .description,
  #info-programm .description,
  #info-activity .value,
  #info-programm .value {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  #info-activity .display-table,
  #info-programm .display-table,
  #info-activity .display-table > div,
  #info-programm .display-table > div {
    display: block;
  }
  #info-activity .display-table > div,
  #info-programm .display-table > div {
    margin-bottom: 10px;
  }
  article .article-image {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .share-block > span {
    float: none;
    display: block;
    width: 100%;
    line-height: 1.3rem;
  }
  /* ----------------------------------- IPHONE - ACTUEEL OVERZICHT */
  .overview.news.show-all > *.col:nth-child(1n+5) {
    display: block;
  }
  .overview a .title {
    white-space: normal;
  }
  /* --------------------------------------------- IPHONE - CONTACT */
  .contact .size30.sidebar {
    width: 100%;
  }
  /* ------------------------------------------------ IPHONE - FORM */
  #vind-lid form.row {
    margin: 0;
  }
  #vind-lid .col.size33 {
    margin-bottom: 20px;
  }
  #vind-lid form .align-bottom {
    position: relative;
    bottom: auto;
    left: auto;
  }
  /* -------------------------------------------- IPHONE - VIND LID */
  .adviseur .size30.padding-top-bottom-50,
  .adviseur .size70 {
    padding: 50px 20px 0;
  }
  .adviseur .size70 {
    padding: 20px 20px 50px;
  }
  /* ------------------------------------- IPHONE - LEDEN OVERZICHT */
  form.standard div.styled-select {
    margin: 0 10px 5px;
    padding: 0;
    width: calc(100% - 20px);
  }
  form#filter-leden.standard div.styled-select {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
  }
  .leden-filter {
    padding: 20px 10px;
  }
  .leden-filter .size33,
  .leden-filter .size66,
  .bedrijven-filter .size33,
  .bedrijven-filter .size66 {
    width: 100%;
  }
  .bedrijven-filter form#filter-leden div.styled-select {
    margin: 0 0 5px;
    width: 100%;
  }
  .member-overview .row.division-header {
    margin-bottom: 10px;
  }
  .member-overview .vablid {
    margin-bottom: 20px;
  }
  .member-overview .row {
    padding-bottom: 0;
  }
  .member-overview .info {
    padding-bottom: 75px;
  }
  .leden-filter #map_canvas {
    margin-top: 20px;
  }
  .filter-result h2 {
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.4em;
  }
  .sort-result {
    float: none;
    width: 100%;
  }
  #sort-leden div.text {
    display: none;
  }
  .member-overview .vablid.organisation > div {
    height: auto;
  }
  /* ---------------------------------------- IPHONE - LEDEN DETAIL */
  .member-overview.details .vablid,
  #member-details .display-flex > .size25,
  #member-details .display-flex > .size45 {
    width: 100%;
  }
  #member-details .display-flex > .size25 {
    display: none;
  }
  #member-details .display-flex .bg-green-darker {
    background-color: rgb(180, 202, 51);
  }
  .member-overview.details .size66.profile-header {
    width: calc(100% - 20px);
  }
  /* ----------------------------------------IPHONE - MIJNVAB LOGIN */
  .pwlost {
    display: inline-block;
    margin-bottom: 10px;
  }
  /* ---------------------------------------------- IPHONE - FOOTER */
  .post {
    font-size: 1rem;
  }
  .post .tweet {
    padding-right: 10px;
  }
  .post time span {
    padding: 3px 10px;
  }
  section.social .size20.rest-social {
    float: none;
    width: 100%;
    padding: 50px 10px 0;
    border: 0 solid rgb(255, 255, 255);
  }
  .contact-info .col.size33 {
    padding: 25px;
  }
  .contact-info .col.size33 p {
    padding: 0;
    margin: 0;
  }
  #form-subscribe label.col.size50 {
    display: block;
  }
  #form-subscribe form.row {
    padding: 0;
  }
  footer .sitemap .col.size20 {
    width: 100%;
  }
  footer .disclaimer > div,
  footer .disclaimer > div > *,
  footer .disclaimer > div > * > * {
    display: block;
    height: auto;
    margin: 0;
    line-height: 1.2em;
    float: none;
  }
  footer .disclaimer .size33 {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  footer .disclaimer .size33.align-center {
    text-align: center;
  }
  footer .disclaimer .size33.align-center img {
    padding-top: 20px;
  }
  footer .disclaimer .size33.social {
    margin: 0;
    padding: 10px 0;
  }
  /* ----------------------------------------------- IPHONE - STEPS */
  #steps {
    display: block;
    border-bottom: 0px solid rgb(255, 255, 255);
  }
  #steps a {
    display: block;
    margin-bottom: 1px;
    width: 100%;
    text-align: left;
  }
  /* -------------------------------------- IPHONE - SUBSCRIBE FORM */
  form#subscribe-form div.styled-select {
    margin: 0;
    width: 100%;
  }
  form#subscribe-form .col.small-padding {
    margin: 0 0 5px;
    padding: 0;
  }
  /* ---------------------------------------------- IPHONE - BOTTOM */
  .hide-mobile {
    display: none !important;
  }
} /* END IPHONE */
/* ------------------------------------------------ IPHONE STAAND */
@media only screen and (max-width: 500px) {
  header#main a.logo {
    width: 75%;
  }
  #member-details table.bullets,
  #member-details table.bullets tr,
  #member-details table.bullets tr td {
    display: block;
  }
  .info-buttons a {
    float: none;
    width: 100%;
  }
  /* --------------------------------- IPHONE STAAND - SECTION SOCIAL */
  section.social .size20.rest-social {
    width: 100%;
  }
  .post .tweet {
    padding-right: 20px;
  }
  .post .tweet:before {
    left: 15px;
    background-size: 60% auto;
  }
  .twitters {
    width: 100%;
  }
  .rest-social {
    padding-left: 5vw;
    padding-top: 40px;
    border: none;
    margin: 0 auto;
    padding-right: 0;
  }
  .socialLinks {
    text-align: center;
  }
} /* END IPHONE STAAND */
.activities {
  display: flex;
}
.activities .block-content {
  max-width: 20rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.activities h2 {
  color: black;
  font-size: 2rem;
}
.activities .block-activities {
  width: 100%;
  margin-left: 3rem;
  position: relative;
  display: flex;
  gap: 1rem;
  height: 20rem;
}
.activities .block-activities .activity-orange:hover span {
  background-color: rgba(238, 114, 3, 0.3);
}
.activities .block-activities .activity-green:hover span {
  background-color: rgba(180, 202, 51, 0.3);
}
.activities .block-activities .activity-purple:hover span {
  background-color: rgba(139, 148, 183, 0.3);
}
.activities .block-activities .activityg {
  background-color: rgb(180, 202, 51);
}
.activities .block-activities .activity-green:hover {
  background-color: rgb(180, 202, 51);
}
.activities .block-activities a {
  position: relative;
  width: 100%;
}
.activities .block-activities a .image {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.activities .block-activities a time {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  z-index: 25;
  background-color: rgb(238, 114, 3);
  background-color: rgba(238, 114, 3, 0.8);
}
.activities .block-activities a .bg-purple-light {
  color: rgb(255, 255, 255);
  background-color: #8b94b7;
}
.activities .block-activities a .bg-green {
  color: rgb(255, 255, 255);
  background-color: rgb(180, 202, 51);
}
.activities .block-activities a span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 52px;
  padding: 10px;
  z-index: 20;
  color: white;
  font-size: 0.85rem;
}

.about-activities-image_wrapper {
  width: 100%;
  height: 20rem;
  position: relative;
  margin-bottom: 50px;
}
.about-activities-image_wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-activities-block_wrapper {
  display: flex;
  gap: 5rem;
}
.about-activities-block_wrapper div {
  width: 50%;
}
.about-activities-block_wrapper .about-col-image_wrapper {
  height: 30rem;
  position: relative;
}
.about-activities-block_wrapper .about-col-image_wrapper img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-activities-block_wrapper .about-activitie {
  display: flex;
  flex-direction: column;
  height: 30rem;
  width: 100%;
}
.about-activities-block_wrapper .about-activitie .image_wrapper {
  height: 50%;
  width: 100%;
  position: relative;
}
.about-activities-block_wrapper .about-activitie .image_wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-activities-block_wrapper .about-activities-link {
  display: flex;
  flex-direction: column;
  height: 50%;
  padding: 2rem;
  background-color: rgb(94, 106, 152);
  color: white;
  text-decoration: none;
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.about-activities-block_wrapper .about-activities-link h3 {
  color: white;
}
.about-activities-block_wrapper .about-activities-link p {
  margin-bottom: 0;
}
.about-activities-block_wrapper .about-activities-link:hover {
  opacity: 70%;
}
.about-activities-block_wrapper ul {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.about-activities-block_wrapper ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.about-activities-block_wrapper ul li img {
  width: 2rem;
  height: 2rem;
}
.about-activities-block_wrapper .about-activities-go_wrapper .go:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 7px;
  height: 7px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg) translate(0, -50%);
}
.about-activities-block_wrapper .about-activities-go_wrapper:hover .go:after {
  border-color: rgb(238, 114, 3);
  color: rgb(238, 114, 3);
}

.col-sec {
  flex-direction: row-reverse;
  margin: 50px 0 50px 0;
}

.accr-intro_wrapper {
  display: flex;
  justify-content: center;
}
.accr-intro_wrapper div {
  text-align: center;
  max-width: 40rem;
}

.accr-filter_button_wrapper {
  display: flex;
  width: 100%;
}

.accr-filter_wrapper {
  background-color: #5e6a98;
  position: relative;
  width: 100%;
  padding: 2rem;
}
.accr-filter_wrapper p {
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.accr-filter_wrapper .extensive-search_wrapper {
  white-space: nowrap;
  display: flex;
  justify-content: end;
  margin-top: 1rem;
}
.accr-filter_wrapper .extensive-search_wrapper span {
  color: white;
  rotate: 90deg;
  margin-left: 0.5rem;
  margin-top: 0;
  padding-top: 0.5rem;
}
.accr-filter_wrapper .extensive-search_wrapper .extensive-search {
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}
.accr-filter_wrapper .extensive-search_wrapper .extensive-search:hover {
  opacity: 100%;
}
.accr-filter_wrapper .extensive-search_wrapper:hover {
  opacity: 50%;
}
.accr-filter_wrapper .accr-filter {
  width: 100%;
}
.accr-filter_wrapper .accr-filter input {
  border: none;
  height: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.accr-filter_wrapper .accr-filter ::-moz-placeholder {
  font-style: italic;
  color: gray;
}
.accr-filter_wrapper .accr-filter ::placeholder {
  font-style: italic;
  color: gray;
}
.accr-filter_wrapper .go {
  width: 33px;
  height: 33px;
  background-color: #5e6a98;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accr-filter_wrapper .go:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 3px solid white;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 2px;
  transition: border-color 150ms ease-in-out;
  transform: rotate(45deg);
}
.accr-filter_wrapper button {
  background-color: rgb(180, 202, 51);
  border: none;
  color: white;
  border-left: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin-left: 1rem;
}
.accr-filter_wrapper button:hover {
  opacity: 50%;
}
.accr-filter_wrapper .go:hover:after {
  color: white;
  border-color: white;
}
.accr-filter_wrapper .accr-filter_button_wrapper {
  display: flex;
  justify-content: space-between;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu {
  background-color: rgb(94, 106, 152);
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: none;
  z-index: 50;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0.5rem;
  color: white;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul li label {
  font-size: 0.8rem;
  cursor: pointer;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul input[type=checkbox],
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul input[type=checkbox]:checked {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border: #8b94b7 1px solid;
  background-color: rgb(94, 106, 152);
  padding: 2px;
  cursor: pointer;
}
.accr-filter_wrapper .accr-filter_button_wrapper .flyoutmenu ul input[type=checkbox]:checked {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
  background-color: #ee7203;
  cursor: pointer;
}
.accr-filter_wrapper .accr-filter_button {
  display: flex;
  color: white;
  cursor: pointer;
  background-color: rgb(94, 106, 152);
  gap: 2rem;
  padding: 0.5rem;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgb(223, 225, 234);
  cursor: pointer;
}
.accr-filter_wrapper .accr-filter_button label {
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
}
.accr-filter_wrapper .accr-filter_button div {
  display: flex;
  align-items: center;
}
.accr-filter_wrapper .accr-filter_button div img {
  width: 1rem;
}

.filtered-items_wrapper {
  margin-top: 50px;
}
.filtered-items_wrapper span {
  color: #5e6a98;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.filtered-items_wrapper div {
  display: flex;
  gap: 1rem;
  margin-bottom: 5px;
}
.filtered-items_wrapper div label {
  font-weight: 500;
}
.filtered-items_wrapper div ul {
  margin: 0;
  display: flex;
  list-style: none;
  font-size: 0.8rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.filtered-items_wrapper div ul li {
  display: flex;
  gap: 0.5rem;
}
.filtered-items_wrapper div ul li span {
  color: rgb(255, 0, 0);
  margin: 0;
}
.filtered-items_wrapper div ul li span:hover {
  opacity: 0.5;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.extensive-search-block_wrapper {
  background-color: #5e6a98;
  width: 100%;
  border-top: 1px #f8f8f8 solid;
  padding: 1rem 2rem 1rem 2rem;
  color: white;
  display: flex;
  gap: 3rem;
  font-size: 0.85em;
}
.extensive-search-block_wrapper input[type=checkbox] {
  accent-color: rgba(94, 106, 152, 0.2);
  width: 1rem;
  height: 1rem;
  color: white;
}
.extensive-search-block_wrapper label {
  margin-bottom: 0.5rem;
}
.extensive-search-block_wrapper ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 1rem;
  max-height: 26rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0;
}
.grid-wrapper .activity-block {
  padding: 2rem;
  background-color: rgba(94, 106, 152, 0.2);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-wrapper .activity-block .spacer-border {
  height: 20px;
}
.grid-wrapper .activity-block h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.grid-wrapper .activity-block ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  color: rgb(94, 106, 152);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.grid-wrapper .activity-block ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.grid-wrapper .activity-block ul li img {
  width: 1.2rem;
  height: 1.2rem;
}
.grid-wrapper .activity-block .cta-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.grid-wrapper .activity-block .cta-wrapper a {
  display: block;
  border: 0;
  background-color: #ee7203;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 0.3rem;
}
.grid-wrapper .activity-block .cta-wrapper .pe {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
}
.grid-wrapper .activity-block .cta-wrapper .pe span {
  font-size: 1rem;
  background-color: rgb(238, 114, 3);
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 99999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper .activity-block a:hover {
  background-color: rgb(180, 202, 51);
}
.grid-wrapper .activity-block .type-pe {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.grid-wrapper .activity-block .type-pe .type {
  color: rgb(94, 106, 152);
}
.grid-wrapper .activity-block p {
  margin-bottom: 0;
}

.accreditatie-detail_article .activity-block-wrapper {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: rgba(94, 106, 152, 0.2);
  border-radius: 0.5rem;
}
.accreditatie-detail_article .activity-block-wrapper .block-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  font-weight: 500;
}
.accreditatie-detail_article .activity-block-wrapper h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.accreditatie-detail_article .activity-block-wrapper ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  color: rgb(94, 106, 152);
  display: grid;
  width: 100%;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.accreditatie-detail_article .activity-block-wrapper ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.accreditatie-detail_article .activity-block-wrapper ul li p {
  margin-bottom: 0;
}
.accreditatie-detail_article .activity-block-wrapper ul li img {
  width: 1.2rem;
  height: 1.2rem;
}
.accreditatie-detail_article .activity-block-wrapper .cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accreditatie-detail_article .activity-block-wrapper .cta-wrapper a {
  display: block;
  border: 0;
  background-color: #ee7203;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  font-size: 0.8rem;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accreditatie-detail_article .activity-block-wrapper a.linkedin {
  margin-left: 10px;
}
.accreditatie-detail_article .activity-block-wrapper a.linkedin img {
  display: inline-block;
  width: 15px;
  padding-bottom: 3px;
}
.accreditatie-detail_article .activity-block-wrapper a:hover {
  background-color: rgb(180, 202, 51);
}
.accreditatie-detail_article .activity-block-wrapper a:hover.linkedin {
  background-color: inherit;
}
.accreditatie-detail_article .activity-block-wrapper .type-pe {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  align-items: center;
}
.accreditatie-detail_article .activity-block-wrapper .type-pe .pe {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0;
}
.accreditatie-detail_article .activity-block-wrapper .type-pe .pe span {
  font-size: 1rem;
  background-color: rgb(238, 114, 3);
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 99999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accreditatie-detail_article .activity-block-wrapper .type-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.accreditatie-detail_article .activity-block-wrapper .type-wrapper .type {
  color: rgb(94, 106, 152);
  font-size: 0.8rem;
}
.accreditatie-detail_article .activity-block-wrapper .type-wrapper p {
  margin-bottom: 0;
}

.points-distribution {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.points-distribution li {
  padding: 10px 0 10px 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.points-distribution li span {
  border: 1px solid #ee7203;
  border-radius: 99999px;
  width: 2rem;
  color: #ee7203;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accreditatie-detail_aside {
  margin-bottom: 2rem;
}
.accreditatie-detail_aside .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 1rem;
}
.accreditatie-detail_aside p {
  margin-bottom: 0;
}
.accreditatie-detail_aside .date-details {
  color: #5e6a98;
  background-color: rgba(94, 106, 152, 0.2);
  padding: 2rem;
  margin-top: 1rem;
}
.accreditatie-detail_aside .date-details img {
  width: 1rem;
  height: 1rem;
}
.accreditatie-detail_aside .date-details div:first-child {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.accreditatie-detail_aside .date-details hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.accreditatie-detail_aside .date-details ul {
  margin-left: 0;
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  gap: 0.5rem;
}
.accreditatie-detail_aside .date-details ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (max-width: 530px) {
  .accr-filter_wrapper {
    padding: 1rem;
  }
  .filtered-items_wrapper div {
    flex-direction: column;
    gap: 0.5rem;
  }
  .filtered-items_wrapper div ul {
    gap: 0.5rem;
  }
  .accreditatie-detail_article .activity-block-wrapper {
    padding: 1.5rem;
  }
  .accreditatie-detail_article .cta-wrapper {
    gap: 1rem;
  }
  .col-sec {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .activities .block-activities {
    margin-left: 0;
    margin-top: 3rem;
    flex-direction: column;
    height: 80rem;
  }
  .activities .block-activities a {
    height: 100%;
  }
  .extensive-search-block_wrapper {
    flex-direction: column;
  }
  .extensive-search-block_wrapper ul {
    flex-direction: row;
    max-height: none;
  }
  .about-activities-block_wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .about-activities-block_wrapper div {
    width: 100%;
  }
  .grid-wrapper {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1024px) {
  .activities {
    flex-direction: column;
  }
  .activities .block-activities {
    margin-left: 0;
    margin-top: 3rem;
  }
  .about-activities-block_wrapper {
    gap: 2rem;
  }
  .grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .accreditatie-detail_article .block-header ul {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .accr-filter_button_flex {
    display: flex;
    gap: 1rem;
  }
  .extensive-search_wrapper {
    margin-top: 0 !important;
  }
}
.fancybox__backdrop {
  background-color: rgba(24, 24, 27, 0.831372549);
}

.legend.legend--with-tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.legend.legend--with-tip > span:first-child {
  flex: 1 1 auto;
}

.legend.legend--with-tip .legend-info {
  margin-left: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #5E6A98;
  border-radius: 9999px;
  cursor: help;
}

.legend.legend--with-tip .legend-info img {
  width: 12px;
  height: 12px;
}

.legend.legend--with-tip .legend-tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #CED2E0;
  color: #333;
  padding: 10px 12px;
  max-width: 600px;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.5;
}

.legend.legend--with-tip .legend-info:hover .legend-tooltip,
.legend.legend--with-tip .legend-info:focus-visible .legend-tooltip,
.legend.legend--with-tip .legend-info.open .legend-tooltip {
  display: block;
}

.selectable-item.active {
  background-color: #CED2E0;
}

.selectable-item.active > div:last-child {
    opacity: 1 !important;
}
/*# sourceMappingURL=screen.css.map */