@import url(https://fonts.googleapis.com/css?family=Nunito:400,700,900|Open+Sans:400,400i,700&display=swap);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none;
}

body {
  font-size: 14px;
  width: 100vw;
  overflow-x: hidden;
  color: #2B2B45;
  background-color: #F2FBFF;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}

b {
  font-weight: bold;
  color: #0092D6;
}

i {
  font-style: italic;
}

.button {
  background-color: #0092D6;
  font-family: "Nunito", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 44px;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border: 2px solid #0092D6;
  transition: all 0.3s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.22);
}

.button:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

.button_orange {
  background-color: #DB7837;
  border: 2px solid #DB7837;
}

.button_white {
  background-color: #fff;
  border: 2px solid #fff;
  color: #DB7837;
}

.button_white:hover {
  color: #DB7837;
}

.round_button {
  width: 44px;
  padding: 0;
}

.stapsteen_container {
  width: 100%;
  padding-left: calc(50vw - 640px);
  padding-right: calc(50vw - 640px);
}

@media only screen and (max-width: 1340px) {
  .stapsteen_container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media only screen and (max-width: 900px) {
  .stapsteen_container {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Nunito", serif;
  font-weight: 700;
}

.top_title h1 {
  font-size: 35px;
  color: #0092D6;
  margin-bottom: 30px;
}

.content_block {
  font-size: 16px;
  color: #2B2B45;
  line-height: 20px;
}

.content_block .m0 {
  margin: 0 !important;
}

.content_block .mt0 {
  margin-top: 0 !important;
}

.content_block .mt5 {
  margin-top: 5px !important;
}

.content_block .mt10 {
  margin-top: 10px !important;
}

.content_block .mt15 {
  margin-top: 15px !important;
}

.content_block .mt20 {
  margin-top: 20px !important;
}

.content_block .mt30 {
  margin-top: 30px !important;
}

.content_block .mt40 {
  margin-top: 40px !important;
}

.content_block .mt50 {
  margin-top: 50px !important;
}

.content_block .ml0 {
  margin-left: 0 !important;
}

.content_block .ml5 {
  margin-left: 5px !important;
}

.content_block .ml10 {
  margin-left: 10px !important;
}

.content_block .ml15 {
  margin-left: 15px !important;
}

.content_block .ml20 {
  margin-left: 20px !important;
}

.content_block .ml30 {
  margin-left: 30px !important;
}

.content_block .ml40 {
  margin-left: 40px !important;
}

.content_block .ml50 {
  margin-left: 50px !important;
}

.content_block .mb0 {
  margin-bottom: 0 !important;
}

.content_block .mb5 {
  margin-bottom: 5px !important;
}

.content_block .mb10 {
  margin-bottom: 10px !important;
}

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

.content_block .mb20 {
  margin-bottom: 20px !important;
}

.content_block .mb30 {
  margin-bottom: 30px !important;
}

.content_block .mb40 {
  margin-bottom: 40px !important;
}

.content_block .mb50 {
  margin-bottom: 50px !important;
}

.content_block .mr0 {
  margin-right: 0 !important;
}

.content_block .mr5 {
  margin-right: 5px !important;
}

.content_block .mr10 {
  margin-right: 10px !important;
}

.content_block .mr15 {
  margin-right: 15px !important;
}

.content_block .mr20 {
  margin-right: 20px !important;
}

.content_block .mr30 {
  margin-right: 30px !important;
}

.content_block .mr40 {
  margin-right: 40px !important;
}

.content_block .mr50 {
  margin-right: 50px !important;
}

.content_block .p0 {
  padding: 0 !important;
}

.content_block .pt0 {
  padding-top: 0 !important;
}

.content_block .pt5 {
  padding-top: 5px !important;
}

.content_block .pt10 {
  padding-top: 10px !important;
}

.content_block .pt15 {
  padding-top: 15px !important;
}

.content_block .pt20 {
  padding-top: 20px !important;
}

.content_block .pt30 {
  padding-top: 30px !important;
}

.content_block .pt40 {
  padding-top: 40px !important;
}

.content_block .pt50 {
  padding-top: 50px !important;
}

.content_block .pt55 {
  padding-top: 55px !important;
}

.content_block .pl0 {
  padding-left: 0 !important;
}

.content_block .pl5 {
  padding-left: 5px !important;
}

.content_block .pl10 {
  padding-left: 10px !important;
}

.content_block .pl15 {
  padding-left: 15px !important;
}

.content_block .pl20 {
  padding-left: 20px !important;
}

.content_block .pl30 {
  padding-left: 30px !important;
}

.content_block .pl40 {
  padding-left: 40px !important;
}

.content_block .pl50 {
  padding-left: 50px !important;
}

.content_block .pb0 {
  padding-bottom: 0 !important;
}

.content_block .pb5 {
  padding-bottom: 5px !important;
}

.content_block .pb10 {
  padding-bottom: 10px !important;
}

.content_block .pb15 {
  padding-bottom: 15px !important;
}

.content_block .pb20 {
  padding-bottom: 20px !important;
}

.content_block .pb30 {
  padding-bottom: 30px !important;
}

.content_block .pb40 {
  padding-bottom: 40px !important;
}

.content_block .pb50 {
  padding-bottom: 50px !important;
}

.content_block .pr0 {
  padding-right: 0 !important;
}

.content_block .pr5 {
  padding-right: 5px !important;
}

.content_block .pr10 {
  padding-right: 10px !important;
}

.content_block .pr15 {
  padding-right: 15px !important;
}

.content_block .pr20 {
  padding-right: 20px !important;
}

.content_block .pr30 {
  padding-right: 30px !important;
}

.content_block .pr40 {
  padding-right: 40px !important;
}

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

.content_block h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.content_block h1 {
  font-size: 35px;
  line-height: 30px;
}

.content_block h2 {
  font-size: 30px;
  line-height: 26px;
}

.content_block h3 {
  font-size: 25px;
  line-height: 22px;
}

.content_block a {
  color: #0092D6;
}

.content_block a:hover {
  color: #2B2B45;
  text-decoration: underline;
}

.content_block .button {
  color: #fff;
}

.content_block .button:hover {
  text-decoration: none;
  color: #fff;
}

.content_block .carousel-indicators {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}

.content_block .carousel-inner {
  width: 100%;
}

.content_block .carousel-inner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 990px) {
  .content_block p {
    font-size: 14px;
    line-height: 19px;
  }

  .content_block h2 {
    font-size: 16px;
  }
}

.js-cookie-consent-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

.js-cookie-consent {
  position: relative;
  padding: 22px;
  background-color: #ededed;
  width: 100%;
  padding-left: 40px;
}

.js-cookie-consent-agree {
  position: absolute;
  right: 40px;
  bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #f9376e;
  padding: 10px 30px;
  margin-left: 15px;
}

.tabel {
  width: 100%;
}

.tabel th,
.tabel td {
  border: 1px solid #2B2B45;
  color: #2B2B45;
  font-size: 18px;
}

.tabel th,
.tabel td {
  padding: 4px 10px;
}

.tabel th {
  background-color: #2B2B45;
  color: blue;
}

.content_container {
  display: flex;
  padding-top: 50px;
}

.content_container > .contentBlock {
  width: calc(100% - 320px);
}

.content_container > .content_sidebar {
  width: 320px;
}

@media only screen and (max-width: 990px) {
  .content_container {
    flex-direction: column;
  }

  .content_container > .contentBlock {
    width: 100%;
  }

  .content_container > .content_sidebar {
    width: 100%;
  }
}

.header {
  display: flex;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 0px;
  z-index: 400;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .header {
    display: none;
  }
}

.header::after {
  background-image: url(/images/white_bottom.svg?4da7cb8b538cb92b8afa1d0106bfe751);
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  left: 0;
  top: 100px;
  z-index: -1;
}

.header .left a img {
  height: 90px;
  width: 275px;
}

.header .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(100% - 315px);
  background-image: url(/images/header_bg.svg?f019f6a301df2b4fe8ed0508d1bb3003);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.header .right .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .right .top .button {
  margin-left: 10px;
}

.header .right .top .button_orange .header_top_menu {
  margin-left: 10px;
}

.header .right .bottom nav ul {
  display: flex;
  margin-top: 25px;
}

.header .right .bottom nav ul li {
  margin-left: 15px;
}

.header .right .bottom nav ul li a {
  color: #2B2B45;
  transition: all 0.3s;
  font-size: 16px;
}

.header .right .bottom nav ul li a:hover {
  text-decoration: none;
  color: #0092D6;
}

.breadcrumbs {
  background-image: url(/images/blue_bottom.svg?b5ae10ffd83ee136d19cb2ccf5282700);
  position: absolute;
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  left: 0;
  top: 103px;
  z-index: -2;
}

@media only screen and (max-width: 1000px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs_full {
  top: 123px;
  margin-bottom: 20px;
}

.breadcrumbs_nav {
  display: flex;
  margin-top: 31px;
}

@media only screen and (max-width: 1000px) {
  .breadcrumbs_nav {
    display: none;
  }
}

.breadcrumbs_nav li {
  margin-right: 10px;
  z-index: 400;
  position: relative;
}

.breadcrumbs_nav li::after {
  content: "/";
  margin-left: 10px;
  display: inline-block;
  color: #fff;
}

.breadcrumbs_nav li:last-of-type::after {
  content: "";
}

.breadcrumbs_nav a {
  color: #fff;
}

.header_spacer {
  height: 40px;
}

@media only screen and (max-width: 1000px) {
  .header_spacer {
    height: 100px;
  }
}

.header_spacer_full {
  height: 100px;
  z-index: -400;
}

@media only screen and (max-width: 1000px) {
  .header_spacer_full {
    height: 100px;
  }
}

.header_nav_dropdown::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  margin-bottom: 3px;
}

.header_nav_dropdown ul {
  margin-top: 0 !important;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #0092D6;
  border-radius: 5px;
  overflow: hidden;
  z-index: -400;
  opacity: 0;
  transition: all 0.3s;
}

.header_nav_dropdown ul:hover {
  z-index: 400;
  opacity: 1;
}

.header_nav_dropdown ul li {
  margin-left: 0 !important;
}

.header_nav_dropdown ul li:last-of-type a {
  border-bottom: 0px solid #fff;
}

.header_nav_dropdown ul li a {
  color: #fff !important;
  padding: 0px 25px !important;
  display: inline-block;
  background-color: #0092D6;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.header_nav_dropdown ul li a:hover {
  color: #fff !important;
  text-decoration: underline;
  background-color: #DB7837;
}

.header_nav_dropdown:hover ul {
  z-index: 400;
  opacity: 1;
}

.header_nav_dropdown:hover ul li a {
  padding: 12px 25px !important;
}

.header_mobile {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  padding: 5px 20px;
  margin-bottom: 40px;
  align-items: center;
  z-index: 4000;
}

@media only screen and (max-width: 1000px) {
  .header_mobile {
    display: flex;
  }
}

.header_mobile .mobile_logo {
  height: auto;
  width: 180px;
}

.header_mobile .menubar label {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.header_mobile .menubar label .hamburger_bar {
  background-color: #0092D6;
  height: 3px;
  width: 30px;
  margin: 3px;
  border-radius: 3px;
  transition: all 0.3s;
}

.header_mobile .menubar .slide_menu {
  z-index: 4000;
  background-color: #fff;
  position: absolute;
  width: 250px;
  height: calc(100vh - 74px);
  padding-bottom: 40px;
  left: -250px;
  top: 74px;
  transition: all 0.3s;
  padding: 20px;
  overflow: scroll;
}

.header_mobile .menubar .slide_menu nav > ul > li > a {
  color: #2B2B45;
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}

.header_mobile .menubar .slide_menu nav > ul > li > a:hover {
  text-decoration: none;
  color: #0092D6;
}

.header_mobile .menubar .slide_menu nav > ul > li > ul a {
  color: #2B2B45;
  padding: 2px;
  margin-left: 10px;
  font-size: 14px;
  transition: all 0.3s;
  display: inline-block;
}

.header_mobile .menubar .slide_menu nav > ul > li > ul a:hover {
  text-decoration: none;
  color: #DB7837;
}

.header_mobile .menubar #menubar {
  display: none;
}

.header_mobile .menubar #menubar:checked + label .hamburger_bar {
  margin: 0;
  position: absolute;
  background-color: #DB7837;
}

.header_mobile .menubar #menubar:checked + label .hamburger_bar:nth-of-type(1) {
  transform: rotate(-45deg);
}

.header_mobile .menubar #menubar:checked + label .hamburger_bar:nth-of-type(2) {
  display: none;
}

.header_mobile .menubar #menubar:checked + label .hamburger_bar:nth-of-type(3) {
  transform: rotate(45deg);
}

.header_mobile .menubar #menubar:checked + label + .slide_menu {
  left: 0;
}

.home_news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media only screen and (max-width: 900px) {
  .home_news > * {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.home_news .carousel {
  width: calc(100% - 495px);
  border-radius: 5px;
  overflow: hidden;
}

.home_news .carousel .carousel-item {
  width: 100%;
  height: 350px;
  background-size: cover;
}

.home_news .carousel .carousel-item .carousel-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.home_news .carousel .carousel-item .carousel_text {
  position: relative;
  bottom: 0;
  background-color: rgba(0, 146, 214, 0.78);
  width: 100%;
  padding: 20px;
}

.home_news .carousel .carousel-item .carousel_text h3 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (max-width: 700px) {
  .home_news .carousel .carousel-item .carousel_text h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.home_news .carousel .carousel-item .carousel_text a {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.home_news .carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.home_news .home_news_right {
  width: 475px;
}

.home_news_list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home_news_list .home_news_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.home_news_list .home_news_list_item img {
  width: 40px;
  height: 51px;
  margin-right: 10px;
}

.home_news_list .home_news_list_item .home_news_text h3 {
  font-size: 20px;
  line-height: 25px;
}

.home_news_list .home_news_list_item .home_news_text a {
  color: #2B2B45;
}

.home_news_list .home_news_list_item::after {
  content: "";
  display: inline-block;
  background-image: url(/images/orange_line.svg?40509484ac6133d7f342a866702c5159);
  height: 10px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 115px;
}

.home_news_list .home_news_list_item:last-of-type::after {
  display: none;
}

.home_ctas {
  background-color: #0092D6;
  color: #fff;
  margin-top: 120px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 900px) {
  .home_ctas {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.home_ctas::before {
  background-image: url(/images/blue_top.svg?9bc75035a0777859bd1544f735f15f27);
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  z-index: -1;
  left: 0;
  margin-top: -50px;
}

.home_ctas::after {
  background-image: url(/images/blue_bottom.svg?b5ae10ffd83ee136d19cb2ccf5282700);
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: top;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  z-index: -1;
  left: 0;
}

.home_ctas h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.home_ctas_container {
  display: flex;
  padding-top: 30px;
  background-image: url(/images/home_cta_bg.svg?7a9947bb8e2666f202b232cb56c16060);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 900px) {
  .home_ctas_container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home_ctas_container .home_cta_line {
    display: none;
  }

  .home_ctas_container .home_cta {
    margin-bottom: 40px;
  }
}

.home_ctas_container .home_cta_line {
  height: 155px;
  width: 6px;
  margin: 0px 60px;
}

.home_ctas_container .home_cta h3 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.home_ctas_container .home_cta a {
  color: #fff;
  margin-top: 20px;
  text-decoration: underline;
  display: inline-block;
}

.map_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.map_container h2 {
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  color: #0092D6;
}

@media only screen and (max-width: 1050px) {
  .map_container h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}

.map_container .map_text {
  width: calc(100% - 690px);
}

@media only screen and (max-width: 1050px) {
  .map_container .map_text {
    width: 100%;
    text-align: center;
  }
}

.map_container .map_text h3 {
  font-size: 25px;
  line-height: 30px;
  color: #0092D6;
  margin-bottom: 30px;
  font-weight: 400;
}

.map_container .map_text p {
  margin-bottom: 30px;
}

.map_container .map_text p b {
  color: #0092D6;
  font-weight: bold;
}

.map_container img {
  width: 690px;
  height: 540px;
}

@media only screen and (max-width: 1050px) {
  .map_container img {
    width: 100%;
    height: auto;
    font-size: 14px;
  }
}

.orange_cta {
  background-color: #DB7837;
  color: #fff;
  margin-top: 120px;
  padding-bottom: 100px;
}

.orange_cta .orange_cta_container {
  display: flex;
  flex-wrap: wrap;
  background-image: url(/images/home_sec_cta_bg.svg?9b7e8cc5f81a0c6f21f613856153dd8f);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
  .orange_cta .orange_cta_container {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 900px) {
  .orange_cta {
    margin-top: 30px;
  }
}

.orange_cta::before {
  background-image: url(/images/orange_top.svg?a3098aa6b1a4740d8d5da1a11aae59fc);
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  z-index: -1;
  left: 0;
  margin-top: -50px;
}

.orange_cta .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
}

@media only screen and (max-width: 900px) {
  .orange_cta .left {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    align-items: center;
    padding-right: 0px;
  }

  .orange_cta .left a {
    width: 100%;
  }
}

.orange_cta .left h3 {
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (max-width: 900px) {
  .orange_cta .left h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.orange_cta .left p {
  margin: 20px 0;
}

.orange_cta .right {
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .orange_cta .right {
    width: 100%;
  }
}

.orange_cta .right img {
  width: 100%;
  border-radius: 5px;
}

[data-key*=orange_cta] {
  z-index: 0;
}

[data-key*=orange_cta] > * {
  z-index: -1;
}

[data-key*=orange_cta] > * > * {
  z-index: -1;
}

[data-key*=orange_cta] > * > * .button_white {
  color: #DB7837;
  z-index: 4000;
}

.wieiswie_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wieiswie_items .wieiswie_item {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 20px;
}

@media only screen and (max-width: 1120px) {
  .wieiswie_items .wieiswie_item {
    width: calc(33% - 20px);
  }
}

@media only screen and (max-width: 850px) {
  .wieiswie_items .wieiswie_item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 600px) {
  .wieiswie_items .wieiswie_item {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

.wieiswie_items .wieiswie_item .wieiswie_profiel {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.wieiswie_items .wieiswie_item .wieiswie_foot {
  width: 84px;
  height: 99px;
  position: absolute;
  margin-left: 144px;
  margin-top: 83px;
}

@media only screen and (max-width: 600px) {
  .wieiswie_items .wieiswie_item .wieiswie_foot {
    margin-left: 0px;
    margin-top: 80px;
    padding-left: 0px;
    padding-top: 0px;
    left: calc(50% + 40px);
  }
}

.wieiswie_items .wieiswie_item h3 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 20px;
  margin-top: 20px;
  color: #0092D6;
}

.wieiswie_items .wieiswie_item p b {
  color: #2B2B45;
  font-size: 16px;
}

.wieiswie_items .wieiswie_item .wieiswie_mail {
  margin-top: 15px;
  width: 22px;
  height: 18px;
}

.wieiswie_items .wieiswie_item a {
  color: #0092D6;
  text-decoration: none;
  transition: all 0.3s;
}

.wieiswie_items .wieiswie_item a:hover {
  color: #DB7837;
}

.content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 900px) {
  .content {
    flex-direction: column;
  }
}

.content .content_container {
  width: calc(100% - 360px);
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  .content .content_container {
    width: 100%;
  }
}

.content .sidebar {
  width: 320px;
}

@media only screen and (max-width: 900px) {
  .content .sidebar {
    width: 100%;
    margin-top: 40px;
  }
}

.content .sidebar .sidebar_links {
  margin-bottom: 40px;
}

.content .sidebar .sidebar_links li:last-of-type a {
  border-bottom: none;
}

.content .sidebar .sidebar_links a {
  width: 100%;
  background-color: #fff;
  padding: 8px 12px;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #0092D6;
  color: #2B2B45;
  transition: all 0.3s;
}

.content .sidebar .sidebar_links a:hover {
  padding-left: 16px;
  text-decoration: none;
  color: #0092D6;
}

.content .sidebar .sidebar_links a.active {
  background-color: #0092D6;
  color: #fff;
}

.content .sidebar .sidebar_links a.active:hover {
  color: #fff;
  padding-left: 12px;
  cursor: default;
}

.content .sidebar > h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #0092D6;
}

.content .sidebar .sidebar_kijker_item {
  margin-bottom: 30px;
  height: 258px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}

.content .sidebar .sidebar_kijker_item .sidebar_kijker_item_text {
  background-color: rgba(0, 146, 214, 0.78);
  padding: 15px;
  width: 100%;
}

.content .sidebar .sidebar_kijker_item .sidebar_kijker_item_text h3 {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}

.content .sidebar .sidebar_kijker_item .sidebar_kijker_item_text a {
  color: #fff;
}

.content_socs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.content_socs h3 {
  font-size: 20px;
  color: #0092D6;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content_socs .buttons {
  display: flex;
}

.content_socs a {
  width: 44px;
  padding: 0;
  margin-right: 10px;
}

.klassen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.klassen .klas {
  width: calc(33% - 40px);
  height: 200px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
}

@media only screen and (max-width: 1050px) {
  .klassen .klas {
    width: calc(50% - 40px);
  }
}

@media only screen and (max-width: 650px) {
  .klassen .klas {
    width: calc(100% - 40px);
  }
}

.klassen .klas img {
  width: 108px;
  height: 126px;
  margin-left: calc(100% - 55px);
  margin-bottom: -20px;
}

.klassen .klas .klas_text {
  background-color: rgba(0, 146, 214, 0.78);
  margin-bottom: -106px;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

.klassen .klas .klas_text h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 25px;
}

.klassen .klas .klas_text a {
  color: #fff;
}

.nieuws_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nieuws_items .nieuws_item {
  width: calc(33% - 20px);
  height: 200px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
}

@media only screen and (max-width: 1050px) {
  .nieuws_items .nieuws_item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 650px) {
  .nieuws_items .nieuws_item {
    width: 100%;
  }
}

.nieuws_items .nieuws_item .nieuws_text {
  background-color: rgba(0, 146, 214, 0.78);
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

.nieuws_items .nieuws_item .nieuws_text h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 25px;
}

.nieuws_items .nieuws_item .nieuws_text a {
  color: #fff;
}

.klas_detail .klas_content {
  background-image: url(/images/klascontent_bg.svg?ae62040df56ded4d09bb8f4574f266a5);
  background-position: right bottom;
  background-size: 131px 234px;
  background-repeat: no-repeat;
  width: 100%;
}

.klas_detail .klas_content .top {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 750px) {
  .klas_detail .klas_content .top {
    flex-direction: column;
  }
}

.klas_detail .klas_content .top .leerkracht {
  width: calc(33% - 10px);
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 750px) {
  .klas_detail .klas_content .top .leerkracht {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}

.klas_detail .klas_content .top .klas {
  width: calc(66% - 10px);
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 750px) {
  .klas_detail .klas_content .top .klas {
    height: auto;
    width: 100%;
  }
}

.klas_detail .klas_content .mid h2 {
  font-size: 25px;
  color: #0092D6;
  margin-top: 15px;
  margin-bottom: 5px;
}

.klas_detail .klas_content .mid a {
  color: #0092D6;
}

.klas_detail .klas_content .bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.klas_detail .klas_content .bottom a {
  margin-right: 20px;
  margin-bottom: 20px;
}

.contact {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 900px) {
  .contact {
    padding: 20px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .contact {
    padding: 10px;
  }
}

.contact .contact_info {
  width: calc(33% - 20px);
}

@media only screen and (max-width: 900px) {
  .contact .contact_info {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contact .contact_info h3 {
  color: #0092D6;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .contact .contact_info h3 {
    text-align: center;
  }
}

.contact .contact_info ul {
  display: flex;
  flex-direction: column;
}

.contact .contact_info ul li {
  margin-bottom: 5px;
}

.contact .contact_info ul li p {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .contact .contact_info ul li p {
    flex-direction: column;
    text-align: center;
  }
}

.contact .contact_info ul li p span {
  font-weight: bold;
  width: 110px;
}

@media only screen and (max-width: 600px) {
  .contact .contact_info ul li p span {
    width: 100%;
  }
}

.agenda_container {
  background-color: #fff;
  padding: 20px 35px;
  border-radius: 10px;
  min-width: 1000px;
}

@media only screen and (max-width: 1070px) {
  .agenda_scroller {
    overflow-x: scroll;
  }
}

.agenda_top {
  font-size: 20px;
  color: #DB7837;
  display: flex;
  justify-content: center;
  font-family: "Nunito", serif;
  font-weight: bold;
}

.agenda_top > a {
  padding: 10px;
  color: #DB7837;
  transition: all 0.1s;
}

.agenda_top > a:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.agenda_top p {
  margin: 10px;
}

.agenda_dagen {
  background-color: #0092D6;
  color: #fff;
  font-family: "Nunito", serif;
  font-weight: bold;
  font-weight: 20px;
}

.agenda_dagen > div {
  width: 14.2857142857%;
  padding: 5px;
  border-left: 1px solid #fff;
}

.agenda_dagen > div:first-of-type {
  border-left: 1px solid #0092D6;
}

.agenda_dagen > div:last-of-type {
  border-right: 1px solid #0092D6;
}

.agenda_dag {
  padding: 5px;
  width: 14.2857142857%;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  border-left: 1px solid #0092D6;
  border-bottom: 1px solid #0092D6;
}

.agenda_dag > p {
  font-family: "Nunito", serif;
  font-weight: bold;
  font-weight: 20px;
  color: #0092D6;
  text-align: right;
  width: 100%;
}

.agenda_dag.pas_dag {
  background-color: rgba(0, 146, 214, 0.3);
}

.agenda_dag.pas_dag > p {
  color: #fff;
}

.agenda_week {
  border-right: 1px solid #0092D6;
}

.agenda_event {
  background-color: #DB7837;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  margin-bottom: 3px;
}

#footer {
  background-color: #fff;
}

#footer::before {
  background-image: url(/images/white_top.svg?0c718e4fc43704b2ea8a2f0576606794);
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100vw;
  height: 50px;
  left: 0;
  margin-top: -50px;
}

#footer .footer_top {
  display: flex;
}

@media only screen and (max-width: 800px) {
  #footer .footer_top {
    flex-direction: column;
  }
}

#footer .footer_top h2 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #0092D6;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  #footer .footer_top h2 {
    text-align: center;
  }
}

#footer .footer_top .footer_left {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  #footer .footer_top .footer_left {
    width: 100%;
  }
}

#footer .footer_top .footer_right {
  width: 50%;
  background-image: url(/images/footer_bg.svg?ee75e7826add5a4c5fa0ccfaa9f9387a);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  #footer .footer_top .footer_right {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

#footer .footer_top .footer_right ul li {
  margin-bottom: 15px;
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_right ul li {
    margin-bottom: 25px;
  }
}

#footer .footer_top .footer_right ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2B2B45;
  transition: all 0.3s;
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_right ul li a {
    flex-direction: column;
  }
}

#footer .footer_top .footer_right ul li a img {
  width: 28px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 20px;
  transition: all 0.3s;
}

#footer .footer_top .footer_right ul li a:hover {
  text-decoration: none;
  color: #0092D6;
}

#footer .footer_top .footer_right ul li a:hover img {
  transform: scale(1.1);
}

#footer .footer_top .footer_right > a img {
  width: 180px;
  margin-top: 40px;
}

#footer .footer_top .footer_nav {
  height: 330px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 800px) {
  #footer .footer_top .footer_nav {
    flex-direction: row;
    height: auto;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_nav {
    align-items: center;
  }
}

#footer .footer_top .footer_nav > li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  #footer .footer_top .footer_nav > li {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_nav > li {
    width: 100%;
    text-align: center;
  }
}

#footer .footer_top .footer_nav h3 a {
  font-size: 16px;
  color: #2B2B45;
  transition: all 0.3s;
}

#footer .footer_top .footer_nav h3 a:hover {
  text-decoration: none;
  color: #0092D6;
}

#footer .footer_top .footer_nav .footer_nav_sub {
  padding-left: 20px;
}

@media only screen and (max-width: 500px) {
  #footer .footer_top .footer_nav .footer_nav_sub {
    padding-left: 0;
    text-align: center;
  }
}

#footer .footer_top .footer_nav .footer_nav_sub a {
  color: #2B2B45;
  transition: all 0.3s;
}

#footer .footer_top .footer_nav .footer_nav_sub a:hover {
  text-decoration: none;
  color: #DB7837;
}

.footer_bottom {
  background-color: #2B2B45;
  height: 50px;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 300;
}

.footer_bottom span {
  color: #0092D6;
}

.footer_bottom span a {
  color: #DB7837;
}

