/* Vorming — overzichtelijke lay-out met beeldmateriaal */

.vorming-page {
  margin-bottom: 40px;
}

.vorming-hero {
  margin: 0 0 36px;
  padding: 28px 32px 32px;
  background: linear-gradient(145deg, #f4f8fc 0%, #fff 48%, #eef4fa 100%);
  border: 1px solid #e7ecf1;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(53, 152, 220, 0.08);
}

.vorming-hero__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vorming-hero__text {
  padding-top: 4px;
  padding-bottom: 8px;
}

.vorming-hero__kicker {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3598dc;
  margin: 0 0 10px 0;
}

.vorming-hero__title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 14px 0;
}

@media (min-width: 992px) {
  .vorming-hero__title {
    font-size: 30px;
  }
}

.vorming-hero__lead {
  font-size: 16px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0 0 18px 0;
}

.vorming-hero__visual {
  text-align: center;
  padding-top: 8px;
}

.vorming-hero__visual > a {
  display: inline-block;
  max-width: 100%;
}

.vorming-hero__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #e7ecf1;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.1);
}

.vorming-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
}

.vorming-aside .portlet.light {
  height: auto;
  min-height: 0;
}

.vorming-body .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 28px 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #3598dc;
}

.vorming-body .section-title:first-child {
  margin-top: 0;
}

.vorming-body p {
  font-size: 15px;
  line-height: 1.65;
  color: #5c6b7a;
  margin: 0 0 14px 0;
}

.vorming-points {
  margin: 0 0 24px 0;
  padding-left: 1.15em;
  color: #5c6b7a;
  font-size: 15px;
  line-height: 1.65;
}

.vorming-points li {
  margin-bottom: 8px;
}

.vorming-gallery {
  margin-top: 8px;
}

.vorming-gallery__intro {
  font-size: 15px;
  line-height: 1.6;
  color: #5c6b7a;
  margin: 0 0 16px 0;
}

.vorming-figure {
  margin: 0 0 20px 0;
  background: #fafbfc;
  border: 1px solid #e7ecf1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(44, 62, 80, 0.06);
}

.vorming-figure > a {
  display: block;
}

.vorming-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.vorming-figure figcaption {
  padding: 10px 12px 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #6a7a89;
  border-top: 1px solid #e7ecf1;
  background: #fff;
}

@media (max-width: 991px) {
  .vorming-aside {
    position: static;
    margin-top: 24px;
  }
}
