.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

strong {
  font-weight: bold;
}

.coverhero {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-image: url('../images/SRA2014_MG_0047.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.coverfoto {
  background-image: url('../images/SRA2014_MG_0047.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.coverbalk {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.8);
}

.div-block {
  height: 20vh;
  background-color: #fff;
}

.bottom {
  display: -ms-grid;
  display: grid;
  height: 20vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.colorbalk {
  display: -ms-grid;
  display: grid;
  height: 20vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: rgba(12, 50, 116, 0.9);
}

.transparantdiv {
  display: block;
  height: 20vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.transparantdiv.onder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.homehero {
  height: 100vh;
}

.grid {
  height: 100vh;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-image: url('../images/SRA2014_MG_0047.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}

.logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 15vh;
  margin-top: -10vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.image {
  position: static;
  left: 63px;
  top: 52px;
  bottom: -45px;
  height: 15vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.div-block-3 {
  width: 100%;
}

.forceddiv {
  width: 100%;
}

._20proc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.2;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  min-height: 5vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(228, 2, 46, 0.23);
  -o-object-fit: contain;
  object-fit: contain;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  text-align: center;
}

.div-block-6 {
  height: 100%;
}

.image-2 {
  height: 5vh;
}

.image-3 {
  height: 5vh;
}

.image-4 {
  height: 5vh;
}

.image-5 {
  height: 5vh;
}

._40proc {
  opacity: 0.4;
}

._60proc {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._10proc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

._60 {
  height: 5vh;
  opacity: 0.8;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-6 {
  position: relative;
  height: 5vh;
  clear: left;
}

.image-7 {
  height: 5vh;
}

._80 {
  height: 5px;
}

._5vhsra {
  height: 5vh;
}

.text-block {
  padding-left: 60px;
  color: #4f4e4d;
  font-size: 18px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.grid-2 {
  height: 20vh;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(79, 78, 77, 0.32);
}

.grid-3 {
  height: 20vh;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-9 {
  height: 5vh;
}

.div-block-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-8 {
  height: 5vh;
}

.squarecollection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11 {
  display: none;
  width: 100%;
  height: 15vh;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-5 {
  position: relative;
  z-index: 999;
  display: block;
  height: 100vh;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-image: none;
  background-position: 0px 0px;
  opacity: 1;
}

.srabalk {
  position: relative;
  z-index: 999;
  height: 25vh;
  background-image: url('../images/SRA_balk_digitaal_GROOT.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 20px;
}

.heading-2 {
  margin-top: 23px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  font-family: 'Helveticaneueltstd th', sans-serif;
  color: #fff;
  font-size: 66px;
  font-weight: 400;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-14._10vh {
  height: 10vh;
}

.link {
  color: #fff;
}

.footerbottem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #4f4e4d;
  text-align: center;
}

.text-block-2 {
  padding-bottom: 70px;
  font-size: 12px;
}

.link-2 {
  color: #4f4e4d;
}

.link2 {
  color: #4f4e4d;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 15px 20px;
  background-color: #fff;
  color: #951b81;
  font-size: 16px;
}

.button-2:hover {
  background-color: #0c3274;
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #951b81;
  background-image: url('../images/SRA_balk_digitaal_GROOT.svg');
  background-position: 100% 50%;
  background-repeat: repeat-x;
  color: #951b81;
}

.container {
  height: 15vh;
}

.div-block-17 {
  position: relative;
  z-index: 1001;
  text-align: left;
}

.container-2 {
  margin-bottom: -5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-9 {
  box-shadow: 4px 4px 16px 5px rgba(0, 0, 0, 0.16);
}

.onderwerpen {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.07);
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  margin-bottom: 20px;
  padding: 12px 12px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  color: #4f4e4d;
  text-decoration: none;
}

.link-block:hover {
  box-shadow: 6px 6px 8px 3px rgba(0, 0, 0, 0.09);
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
}

.text-block-3:hover {
  text-decoration: underline;
}

.container-3 {
  margin-top: 50px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #951b81;
  color: #951b81;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5vh;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f4e4d;
  text-align: center;
}

.link2-2 {
  color: #4f4e4d;
}

.link-3 {
  color: #4f4e4d;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 7px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  height: 180px;
  margin-bottom: 0px;
  padding: 12px 12px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  color: #4f4e4d;
  text-decoration: none;
}

.link-block-2:hover {
  box-shadow: 6px 6px 8px 3px rgba(0, 0, 0, 0.09);
}

.image-10 {
  background-color: #ddd9d9;
}

.sra_onderwerp1 {
  padding-bottom: 25px;
  background-color: #dfdfdf;
}

.sra_onderwerp1.afstand {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-3 {
  background-color: #ebebeb;
}

.heading-6 {
  font-family: 'Helveticaneueltstd bd', sans-serif;
}

.paragraph {
  font-family: 'Helveticaneueltstd th', sans-serif;
  font-size: 16px;
}

.heading-7 {
  font-family: 'Helveticaneueltstd bd', sans-serif;
}

.image-11 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nextpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e3e3;
}

.grid-7 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-4 {
  background-color: #fff;
}

.inhoudsopgave {
  width: 450px;
  height: 225px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.inhoudsopgave.geel {
  background-color: #ffcd00;
}

.cijfer {
  font-size: 100px;
}

.cijfer.grijs {
  margin-left: -23px;
  color: #e4e3e3;
  font-size: 150px;
}

.cijfer.grijs.wit {
  margin-left: -19px;
  color: #fff;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  font-family: 'Kaushan Script', sans-serif;
  color: #333;
  font-size: 22px;
}

.text-block-4.wit {
  color: #fff;
}

.column-2 {
  padding-left: 0px;
}

.heading-8 {
  color: #e4022e;
  font-size: 32px;
  line-height: 40px;
}

.heading-9 {
  color: #21bbef;
  font-size: 32px;
  line-height: 40px;
}

.heading-10 {
  color: #951b81;
  font-size: 32px;
  line-height: 40px;
}

.bigheading {
  margin-bottom: 84px;
  color: #fff;
  font-size: 120px;
  letter-spacing: -2px;
}

.heading-11 {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #000;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  border-radius: 1px;
}

.heading-12 {
  width: 100%;
}

.grid-8 {
  display: block;
  height: 100vh;
}

.background-video {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  margin-top: -100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.geenlink {
  text-decoration: none;
}

.geenlink:hover {
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.33);
}

.link-4 {
  color: #4f4e4d;
}

.navigatierechts {
  position: fixed;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.41);
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 78, 77, 0.29)), to(#4f4e4d));
  background-image: linear-gradient(180deg, rgba(79, 78, 77, 0.29), #4f4e4d);
  background-position: 0px 0px;
}

.cover.geel {
  position: relative;
  margin-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid solid none;
  border-width: 30px 30px 0px;
  border-color: #fff;
  background-image: url('../images/_M6A7001.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(79, 78, 77, 0.29)), to(#4f4e4d));
  background-image: url('../images/_M6A7001.jpg'), linear-gradient(180deg, rgba(79, 78, 77, 0.29), #4f4e4d);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.body-2 {
  border-style: none;
  border-width: 30px;
  border-color: #fff;
  background-color: #4f4e4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc20d), to(#fbc20d));
  background-image: linear-gradient(180deg, #fbc20d, #fbc20d);
}

.body-2.grijs {
  border-style: none;
  background-image: url('../images/Backbone-SRA-dag-98.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.button-3 {
  position: fixed;
  z-index: 999;
  background-color: #951b81;
}

.special2020_h1_blauw {
  color: #21bbef;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -2px;
  text-shadow: 6px 6px 12px #4f4e4d;
}

.introwit {
  width: 60%;
  padding-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.introwit.geel {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0px;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.text-block-5 {
  padding-bottom: 33px;
  font-family: 'Kaushan Script', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.scroll-down {
  background-color: #4f4e4d;
  text-align: center;
}

.image-12 {
  width: 100px;
  padding-bottom: 0px;
}

.content {
  display: block;
  height: 200%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc20d), to(#fedf44));
  background-image: linear-gradient(180deg, #fbc20d, #fedf44);
  background-position: 0px 0px;
  background-size: auto;
}

.content.grijs {
  background-color: #4f4e4d;
  background-image: none;
  background-size: auto;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-2.lijn {
  margin-bottom: 0px;
  padding-left: 35px;
  float: none;
}

.tussenkop {
  font-size: 18px;
}

.column-4 {
  padding-right: 0px;
}

.bold-text.links {
  padding-left: 0px;
  color: #fff;
  font-size: 80px;
  text-shadow: 1px 1px 12px rgba(18, 16, 13, 0.12);
}

.bold-text.rechts {
  padding-left: 144px;
}

.bold-text-2 {
  float: none;
  clear: none;
  font-size: 80px;
}

.image-13 {
  position: -webkit-sticky;
  position: sticky;
}

.text-block-6 {
  color: #fff;
  font-size: 200px;
}

.div-block-20 {
  overflow: hidden;
  height: 200px;
  padding-top: 80px;
  padding-left: 20px;
}

.column-5 {
  padding-left: 0px;
  border-left: 1px solid #fff;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  clear: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote {
  margin-bottom: 0px;
  padding-left: 35px;
  float: left;
  clear: left;
  font-family: 'Helveticaneueltstd th', sans-serif;
  color: #21bbef;
  font-size: 30px;
  line-height: 40px;
}

.image-14 {
  width: 20%;
}

.container-5 {
  padding-top: 40px;
}

.lightbox-link {
  padding-left: 35px;
}

.div-block-22 {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-15 {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link-2 {
  padding-left: 35px;
}

.bold-text-3 {
  color: #0c3274;
}

.bold-text-3.artikelgrijs {
  color: #fff;
}

.navbarrechts {
  display: block;
  width: 300px;
  height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #951b81;
  box-shadow: -8px -1px 20px 0 rgba(0, 0, 0, 0.2);
}

.navbartopimage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
}

.navlinkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  clear: left;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.28);
  color: #fff;
  text-decoration: none;
}

.navlinkblock:hover {
  background-color: hsla(0, 0%, 100%, 0.08);
}

.uitklapnav {
  width: 50px;
  height: 50px;
}

.navtextitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-block-3 {
  position: relative;
  z-index: 1002;
}

.contactcolofon-footer {
  background-color: #f1f1f1;
  color: #4f4e4d;
}

.columns-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-18 {
  padding-bottom: 10px;
  border-top: 1px none #000;
  border-bottom: 1px solid #4f4e4d;
}

.link-5 {
  color: #4f4e4d;
}

.link-6 {
  color: #4f4e4d;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  max-height: 100.08203758383698%;
}

.link-7 {
  color: #4f4e4d;
  text-decoration: none;
}

.paragraph-3 {
  font-size: 12px;
}

.paragraph-4 {
  font-size: 12px;
}

.navigatie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -44px;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.menubut {
  position: fixed;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 40px;
  padding-right: 53px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #0c3274;
}

.menubut:hover {
  background-color: #951b81;
  color: #fff;
}

.navigatiepijlenonder {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 40px;
  clear: left;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.pijllinks {
  width: 40px;
  height: 100%;
  border-right: 1px solid #4f4e4d;
}

.pijllinks:hover {
  background-color: #951b81;
}

.image-16 {
  border-right: 0px none rgba(79, 78, 77, 0.5);
  border-left: 0px none #929292;
  border-radius: 0px;
}

.balkonder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #e6e6e6;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.4);
}

.pijlrechts {
  width: 40px;
  height: 100%;
  border-left: 1px solid #4f4e4d;
}

.pijlrechts:hover {
  background-color: #951b81;
}

.text-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
}

.div-block-25 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 20px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.main-content {
  padding-top: 0px;
  padding-bottom: 100px;
}

.main-content.blauw {
  border-style: none solid solid;
  border-width: 1px 30px 30px;
  border-color: #fff;
  color: #0c3274;
}

.bold-text-6 {
  color: #fff;
  text-shadow: 6px 6px 12px rgba(79, 78, 77, 0.28);
}

.container-7 {
  padding-top: 64px;
}

.balkonder-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #c4c4c4;
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.1);
}

.pijllinks-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(79, 78, 77, 0.27);
}

.pijllinks-2:hover {
  background-color: #951b81;
}

.text-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.pijlrechts-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(79, 78, 77, 0.25);
}

.pijlrechts-2:hover {
  background-color: #951b81;
}

.kop-cultuurscan {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: 'Helveticaneueltstd bd', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 110px;
  text-align: center;
}

.paragraph5 {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 1px solid #fff;
  font-size: 16px;
  line-height: 24px;
}

.tk-artikel2 {
  margin-top: 10px;
  padding-left: 0px;
}

.tk-artikel2.witkader {
  padding-left: 19px;
}

.paragraph-5 {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-26 {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
}

.columns-4 {
  margin-bottom: 50px;
}

.image-17 {
  margin-top: -181px;
  margin-bottom: -49px;
  margin-left: 188px;
  padding-top: 0px;
}

.bold-text-7 {
  display: block;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-18 {
  display: none;
}

.column-7 {
  padding-right: 30px;
}

.column-8 {
  padding-right: 30px;
}

.image-19 {
  position: relative;
  margin-top: -271px;
  margin-bottom: 29px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .bottom {
    background-color: #fff;
  }
  .colorbalk {
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
  }
  .div-block-12 {
    position: relative;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .div-block-13 {
    padding-left: 60px;
  }
  .heading-2 {
    font-size: 50px;
  }
  .footerbottem {
    height: 7.5vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-block-18 {
    height: 7.5vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
  .nextpage {
    height: 100%;
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .bigheading {
    margin-bottom: 66px;
    font-size: 80px;
  }
  .navigatierechts {
    display: none;
  }
  .cover {
    padding-bottom: 20px;
  }
  .cover.geel {
    height: 100vh;
    background-position: 60% 50%, 0px 0px;
  }
  .body-2.grijs {
    border-style: none;
  }
  .special2020_h1_blauw {
    margin-top: 0px;
    padding-left: 0px;
    color: #21bbef;
    font-size: 70px;
    line-height: 70px;
  }
  .special2020_h1_blauw.twee {
    margin-bottom: 0px;
  }
  .introwit {
    width: 80%;
  }
  .introwit.geel {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .content {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .content.grijs {
    border-style: solid;
    border-width: 1px;
    border-color: #4f4e4d;
    background-image: none;
    background-size: auto;
  }
  .content.geel {
    display: none;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bold-text.links {
    margin-left: 0px;
    color: #21bbef;
    font-size: 60px;
  }
  .bold-text.rechts {
    padding-left: 0px;
    font-size: 60px;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bold-text-3 {
    color: #0c3274;
    font-size: 20px;
    line-height: 28px;
  }
  .bold-text-5 {
    font-size: 160px;
  }
  .pijllinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-color: rgba(79, 78, 77, 0.4);
  }
  .balkonder {
    background-color: #c4c4c4;
  }
  .pijlrechts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-color: rgba(79, 78, 77, 0.56);
  }
  .text-block-7 {
    color: #fff;
  }
  .grid-9 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }
  .container-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .balkonder-2 {
    background-color: #c4c4c4;
  }
  .pijllinks-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-color: rgba(79, 78, 77, 0.4);
  }
  .text-block-8 {
    color: #fff;
  }
  .pijlrechts-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-color: rgba(79, 78, 77, 0.56);
  }
  .kop-cultuurscan {
    width: 100%;
    padding-right: 46px;
    padding-left: 46px;
    font-size: 70px;
    line-height: 70px;
  }
  .image-17 {
    margin-left: 0px;
  }
  .image-19 {
    margin-top: -131px;
  }
  .div-block-28 {
    position: relative;
    width: 100%;
  }
  .div-block-29 {
    width: 60%;
  }
  .div-block-30 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .bottom {
    background-color: #fff;
  }
  .srabalk {
    background-image: url('../images/SRA_balk_digitaal_SMALL.svg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }
  .div-block-12 {
    background-image: none;
  }
  .div-block-13 {
    height: 20vh;
  }
  .heading-2 {
    font-size: 40px;
  }
  .button-2 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .bigheading {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 70px;
  }
  .cover.geel {
    height: 100vh;
  }
  .special2020_h1_blauw {
    line-height: 60px;
  }
  .introwit.geel {
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .content {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
  }
  .content.grijs {
    display: block;
  }
  .div-block-20 {
    display: none;
  }
  .quote {
    font-size: 26px;
    line-height: 26px;
  }
  .image-14 {
    width: 30%;
  }
  .bold-text-3 {
    font-size: 16px;
    line-height: 20px;
  }
  .navbarrechts {
    overflow: auto;
  }
  .columns-3 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .paragraph-3 {
    font-size: 12px;
  }
  .paragraph-4 {
    font-size: 12px;
  }
  .main-content {
    padding: 40px 20px;
  }
  .main-content.blauw {
    padding-top: 0px;
  }
  .bold-text-6 {
    font-size: 50px;
    line-height: 40px;
  }
  .kop-cultuurscan {
    padding-right: 44px;
    padding-left: 44px;
    font-size: 50px;
    line-height: 50px;
  }
  .div-block-26 {
    margin-bottom: 30px;
  }
  .image-17 {
    overflow: hidden;
    margin-top: -146px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .transparantdiv.onder {
    padding-left: 40px;
    font-size: 12px;
  }
  .div-block-13 {
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
  }
  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 26px;
  }
  .naar-sra {
    font-size: 10px;
  }
  .link {
    font-size: 12px;
  }
  .text-block-2 {
    font-size: 10px;
    line-height: 15px;
  }
  .heading-3 {
    font-size: 12px;
  }
  .button-2 {
    padding: 7px 10px;
  }
  .heading-4 {
    height: 100%;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-5 {
    height: 100%;
  }
  .inhoudsopgave {
    width: 300px;
  }
  .inhoudsopgave.geel {
    width: 300px;
  }
  .cijfer.grijs {
    padding-right: 0px;
  }
  .column-2 {
    padding-left: 17px;
  }
  .heading-8 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading-9 {
    font-size: 30px;
    line-height: 30px;
  }
  .heading-10 {
    font-size: 30px;
    line-height: 30px;
  }
  .bigheading {
    position: relative;
    display: block;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .heading-11 {
    font-size: 30px;
    line-height: 30px;
  }
  .columns-2 {
    width: 300px;
  }
  .heading-13 {
    font-size: 18px;
    line-height: 26px;
  }
  .heading-14 {
    font-size: 18px;
    line-height: 26px;
  }
  .heading-15 {
    font-size: 18px;
    line-height: 26px;
  }
  .heading-16 {
    font-size: 18px;
    line-height: 26px;
  }
  .heading-17 {
    font-size: 18px;
    line-height: 26px;
  }
  .cover.geel {
    width: 100%;
    height: 600px;
    border-top-width: 15px;
    border-right-width: 15px;
    border-left-width: 15px;
    background-position: 60% 100%, 0px 0px;
  }
  .body-2 {
    border-width: 15px;
  }
  .special2020_h1_blauw {
    font-size: 35px;
    line-height: 30px;
    letter-spacing: 0px;
    text-shadow: none;
  }
  .introwit {
    padding-top: 20px;
    line-height: 20px;
  }
  .introwit.geel {
    margin-left: 0px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 18px;
    line-height: 22px;
  }
  .text-block-5 {
    font-size: 30px;
  }
  .content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bold-text.links {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-14 {
    display: block;
    width: 70%;
    padding-bottom: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .bold-text-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .navbarrechts {
    width: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbartopimage {
    height: 150px;
    padding-right: 82px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navlinkblock {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .uitklapnav {
    width: 40px;
    height: 40px;
  }
  .bold-text-4 {
    font-size: 12px;
  }
  .navigatietext {
    font-size: 12px;
    line-height: 16px;
  }
  .columns-3 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-7 {
    color: #4f4e4d;
  }
  .menubut {
    margin-top: 16px;
  }
  .menubut:hover {
    color: #fff;
  }
  .grid-9 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }
  .main-content.blauw {
    padding: 0px;
    border-right-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
  .bold-text-6 {
    font-size: 30px;
    line-height: 30px;
  }
  .container-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .kop-cultuurscan {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 50px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.27);
  }
  .paragraph5 {
    line-height: 20px;
  }
  .image-17 {
    margin-top: -86px;
  }
  .container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-27 {
    width: 100.086163776677%;
  }
  .container-9 {
    height: 276.6847839355469px;
  }
  .column-7 {
    padding-right: 10px;
  }
  .video {
    margin-bottom: 10px;
  }
  .image-19 {
    margin-top: -131px;
  }
  .div-block-29 {
    width: 80%;
  }
}

#w-node-59d1c0c2d560-a3fabc3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-59d1c0c2d561-a3fabc3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-59d1c0c2d562-a3fabc3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-59d1c0c2d564-a3fabc3c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-a55e0cdeb078-a3fabc3c {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-b938212ba161-02fabc3e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c7c3992677f6-02fabc3e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-febc342bfa8c-02fabc3e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-88dbcfb4a0b3-02fabc3e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fa47417a09d8-37fabc42 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a55e0cdeb078-a3fabc3c {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-7b856e628e8e-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-ed17c704391d-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-629860d05192-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-38070f9d691b-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-29fbb2c9dc0e-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-826dbcf2cece-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4502fb575945-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-8c2cf4771fb3-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-31dcc024cc4c-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d3ad6542e736-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-ac13c94a2bcc-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-a4f2eb4f1fbe-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09d8-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09df-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09e6-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09ed-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09f4-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a09fb-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a02-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a09-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a10-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a17-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a1e-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-fa47417a0a25-37fabc42 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Helveticaneueltstd bd';
  src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneueltstd th';
  src: url('../fonts/HelveticaNeueLTStd-Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}