body {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #3a3a3a;
}

/* divs & inhoud */
.site_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: auto;
  background-color: unset;
  z-index: 3;
}

.content_wrapper {
  position: relative;
  left: -516px;
  margin-left: 50%;
  width: 100%;
  max-width: 1032px;
  height: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%);
  top: 20px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.content_wrapper .header {
  width: 90%;
  padding: 5%;
  height: auto;
  background-image: url(../images/video_achtergrond_youtube.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_wrapper .content {
  width: 90%;
  padding: 0 5% 5% 5%;
  height: auto;
  top: 0;
  bottom: 0;
}

.floating_kader {
  display: inline-block;
  width: 96%;
  padding: 2%;
  height: auto;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 7px 0px rgba(0, 0, 0, 0.15);
}

.background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/achtergrond_riet.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.background_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}

.video_background {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gradient_background_overlay {
  background: rgba(0, 58, 101, 0.97);
  background: radial-gradient(circle, rgba(0, 58, 101, 0.93) 0%, rgba(0, 58, 101, 1) 100%);
}

.bkgd_grad_wit {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}

.bkgd_grad_oranje {
  background: linear-gradient(0deg, rgba(240, 127, 7, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.bkgd_grad_blauw {
  background: linear-gradient(0deg, rgba(0, 58, 101, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.word_cloud_wrappper,
.logo_wrapper {
  max-width: 100%;
}

#awesomeCloudcloud {
  margin-top: 1.5rem;
}

footer {
  width: calc(90% - 40px);
  height: auto;
  bottom: 0px;
  text-align: center;
  padding: 20px;
  border-top: solid 1px #003A65;
  color: #003A65;
  font-size: 1rem;
}

/* content */
h1 {
  font-size: 2.2rem;
  color: #003A65;
  line-height: 2.8rem;
  color: white;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

#titel_h1 {
  position: relative;
  z-index: 3;
}

h2 {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 2.2rem;
  margin-top: 0;
}

h3 {
  font-size: 1.1rem;
  color: #003A65;
  line-height: 1.6rem;
  font-weight: 600;
  margin: 1.1rem;
}

h4 {
  font-size: 1.1rem;
  color: #003A65;
  line-height: 1.6rem;
  font-weight: 400;
}

p {
  margin: 1.1rem;
}

.margin_top_1 {
  margin-top: 3.2rem;
}

.margin_top_2 {
  margin-top: 6.4rem;
}

.margin_bottom_1 {
  margin-bottom: 1.2rem;
}

.margin_bottom_2 {
  margin-bottom: 2rem;
}

.span_schuin {
  font-style: italic;
}

.span_strong {
  font-weight: 600;
}

.small {
  font-size: 0.8rem;
}

.oranje {
  color: #f07f07;
}

.footer_text_margin {
  margin: 0 0.5rem;
}

.scroll_link_font_size {
  font-size: 1rem;
}

/* Taal menu */
.taal_icon {
  position: absolute;
  display: block;
  top: 12px;
  left: 50%;
  margin-left: 448px;
  max-width: 48px;
  width: 100%;
  height: auto;
  padding: 8px 8px 0 8px;
  cursor: pointer;
  z-index: 3;
}

.svg_wrapper {
  width: 32px;
  height: 32px;
}

.svg_wrapper>svg {
  width: 32px;
  height: 32px;
  fill: none;
}

.taal_menu_wrapper {
  position: relative;
  top: 8px;
  width: 40px;
  background-color: rgb(183, 211, 231);
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
  display: none;
}

ul.vert_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.vert_menu>li {
  font-size: 1rem;
  text-align: center;
}

ul.vert_menu>li>a {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-weight: 300;
}

ul.vert_menu>li>a:link,
ul.vert_menu>li>a:visited {
  color: #003A65;
  text-decoration: none;
}

ul.vert_menu>li>a:hover,
ul.vert_menu>li>a:active {
  color: #f07f07;
}

/* Horizontaal menu */
menu {
  display: flex;
  justify-content: center;
  padding: 0;
  background-color: rgba(0, 58, 101, 0.1);
  margin-top: 0;
}

ul.hor_menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.hor_menu>li {
  float: left;
  font-size: 1rem;
}

ul.hor_menu>li>a {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-weight: 300;
}

ul.hor_menu>li>a:link,
ul.hor_menu>li>a:visited {
  color: #003A65;
}

ul.hor_menu>li>a:hover,
ul.hor_menu>li>a:active {
  color: #f07f07;
}

/* Links & buttons */
a:link,
a:visited {
  color: #003A65;
  font-size: 1rem;
}

a:hover,
a:active {
  color: #f07f07;
}

a.top:link,
a.top:visited {
  color: #f07f07;
}

a.top:hover,
a.top:active {
  color: #003A65;
}

a.video:link,
a.video:visited {
  color: #003A65;
}

a.video:hover,
a.video:active {
  color: #f07f07;
}

a.belButton {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

a.belButton:link,
a.belButton:visited {
  border-radius: 4px;
  font-size: 16px;
  padding: 12px;
  border: none;
  background: rgb(0, 58, 101);
  color: #fff;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  cursor: pointer;
  margin-right: 16px;
  text-decoration: none;
}

a.belButton:hover,
a.belButton:active {
  background: #f07f07;
  color: white;
  transition: all 0.2s;
  text-decoration: none;
}

a.linkedInButton {
  padding: 12px;
}

/* afbeeldingen */
img.LinkedIn {
  max-width: 100px !important;
  vertical-align: middle;
}

.content_wrapper .content img.logo {
  width: 80%;
  height: auto;
}

.logo {
  margin: 0 10%;
}

#logo {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: auto;
  cursor: pointer;
  z-index: 3;
}

#logo>img {
  max-width: 200px;
  width: 100%;
}

/* overige */
.clear_both {
  clear: both;
  width: 100%;
  height: 0;
}

.hide_element {
  display: none;
}

/* Responsive styles */
@media screen and (max-width: 1200px) {
  .gradient_background_overlay {
    background: radial-gradient(circle, rgba(0, 58, 101, 0.90) 0%, rgba(0, 58, 101, 1) 100%);
  }
}

@media screen and (max-width: 1072px) {
  .content_wrapper {
    width: calc(100% - 40px);
    max-width: unset;
    left: 20px;
    right: 20px;
    margin-left: unset;
  }

  .taal_icon {
    left: unset;
    margin-left: unset;
    right: 4px;
  }
}

@media screen and (max-width: 580px) {
  .content_wrapper {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  body {
    margin: 0 10px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .content_wrapper {
    width: calc(100% - 20px);
    top: 10px;
  }

  ul.hor_menu>li {
    float: unset;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  ul.hor_menu>li:first-child {
    margin-top: 0.4rem;
  }

  ul.hor_menu>li:last-child {
    margin-bottom: 0.4rem;
  }

  ul.hor_menu>li {
    float: unset;
  }

  h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-top: 1rem;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .word_cloud_wrappper,
  .logo_wrapper {
    max-width: 96%;
  }

  footer {
    width: calc(100% - 40px);
    background-color: rgba(0, 58, 101, 0.1);
  }

  .content_wrapper .content img {
    max-width: unset;
    width: 88%;
  }
}

@media screen and (max-width: 460px) {
  a.linkedInButton {
    display: block;
    width: fit-content;
    padding: 12px;
    margin-top: 1rem;
  }

  a.belButton {
    display: block;
    width: fit-content;
    margin-right: 0 !important;
    margin-top: -1.2rem;
  }
}

@media screen and (max-width: 360px) {
  .content_wrapper .content img {
    max-width: unset;
    width: 88%;
    margin-top: 1rem;
    ;
  }

  .logo {
    margin: 8% 4%;
  }

  .content_wrapper .content img.logo {
    width: 92%;
  }

  .taal_icon {
    top: 8px;
    right: 0px;
  }
}