.basic-font {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.titel-font {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  background-color: #f2f7fc;
  color: #24292e;
  font-size: 16px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(16px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(16px - 2px);
  }
}
html.admin-bar .headermelding-wrapper .headermelding,
body.admin-bar .headermelding-wrapper .headermelding {
  top: 32px;
}
body::before {
  position: absolute;
  content: '';
  pointer-events: none;
  top: 0;
  right: 0;
  width: 81%;
  background: left top no-repeat;
  background-size: contain;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/banner-shape-small.svg');
  height: 100%;
}
body.grote-golf::before,
body.home::before {
  width: 62%;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/banner-shape.svg');
}
@media only screen and (min-width: 1200px) {
  body::before {
    width: 75%;
  }
  body.grote-golf::before,
  body.home::before {
    width: 52%;
  }
}
@media only screen and (min-width: 1400px) {
  body::before {
    width: 65%;
  }
}
@media only screen and (min-width: 1600px) {
  body::before {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  body::before {
    width: 60%;
  }
  body.grote-golf::before,
  body.home::before {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  body.grote-golf::before,
  body.home::before {
    width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  body::before {
    width: 65%;
  }
}
@media only screen and (max-width: 425px) {
  body::before {
    width: 67%;
  }
  body.grote-golf::before,
  body.home::before {
    width: 40%;
  }
}
h1,
.look-h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 1.25925926;
  margin-bottom: 1.5rem;
  color: #24292e;
}
h1 strong,
.look-h1 strong {
  color: #2776c1;
}
h2,
.look-h2 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21428571;
  margin-bottom: 1.5rem;
  color: #24292e;
}
h3,
.look-h3 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.22727273;
  margin-bottom: 1rem;
  color: #24292e;
}
h4,
.look-h4 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #24292e;
}
h5,
.look-h5 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #24292e;
}
h6,
.look-h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #24292e;
}
.look-alt {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #ea5734;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0;
}
p,
span,
a,
li,
.look-p {
  color: #24292e;
  line-height: 2;
}
p {
  margin-bottom: 2em;
}
p b,
p strong {
  font-weight: 600;
}
p i,
p em {
  font-style: italic;
}
small {
  font-size: .8rem;
}
a {
  color: #ea5734;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
*::selection {
  background: #2776c1;
  color: #ffffff;
}
*::-moz-selection {
  background: #2776c1;
  color: #ffffff;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box-shadow {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.center {
  text-align: center;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.container {
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
[class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .website-content {
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 991px) {
  .website-content {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .website-content {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 992px) {
  .margin-bottom {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .margin-bottom {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 3rem;
  }
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: .5rem 0;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: .9rem;
}
#old-ie-banner a {
  display: inline-block;
  color: #ffffff;
}
#old-ie-banner a::after {
  width: 100%;
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #old-ie-banner {
    display: inline-block;
  }
}
.button {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  line-height: 2;
  font-weight: 600;
  display: inline-block;
  background-color: #ea5734;
  color: #ffffff;
  font-size: 1rem;
  padding: .3rem 4rem;
  border-radius: 200px;
  border: none;
}
.button:hover,
.button.hoverbutton {
  background-color: #de3d17;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.small {
  padding: .1rem 1.5rem;
}
.button.white {
  background: #ffffff;
  color: #2776c1;
}
.button.white:hover,
.button.white:focus,
.button.white:active {
  background-color: #20619f;
  color: #ffffff;
}
.button.blue {
  background: #2776c1;
  color: #ffffff;
}
.button.blue:hover,
.button.blue:focus,
.button.blue:active {
  background-color: #20619f;
  color: #ffffff;
}
.button.back {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.button.back:hover {
  background-position: left 1.5rem center;
}
.hoverbutton {
  background-color: #de3d17;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.back {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left-white.svg');
  background-position: left 2rem center;
  padding: .5rem 4.5rem .5rem 6rem;
}
.back:hover {
  background-position: left 1.5rem center;
}
.text-link {
  position: relative;
}
.text-link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2776c1;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.text-link:hover {
  color: #2776c1;
}
.text-link:hover:after {
  width: 100%;
}
.text-link.back {
  color: white;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.text-link.back::after {
  background-color: white;
}
.text-link.back:hover {
  background-position: left 0px center;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after {
  width: 100%;
}
.link-text.button::after {
  display: none;
}
#breadcrumbs {
  margin-bottom: .5rem;
}
#breadcrumbs span span {
  color: #8A8B8D;
  font-weight: 600;
}
#breadcrumbs span span a {
  color: #8A8B8D;
  font-weight: 400;
}
#breadcrumbs span span strong {
  color: #2776c1;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 1.5rem) center !important;
  }
  .button:hover {
    background-position: calc(100% - 1rem) center !important;
  }
}
.input-font-color {
  color: #24292e;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .default-block {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .default-block {
    margin-bottom: 3rem;
  }
}
.default-block.no-margin {
  margin-bottom: 0;
}
.default-block .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ul li strong {
  font-weight: 600;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 100%;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
.default-block .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.default-block .tekst table * {
  text-align: left;
}
.default-block .tekst table thead tr,
.default-block .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.default-block .tekst table thead tr th,
.default-block .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.default-block .tekst table thead tr td,
.default-block .tekst table tbody tr td {
  padding: 10px 10px;
}
.default-block .tekst table thead tr:nth-child(odd),
.default-block .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.default-block .tekst table thead tr img,
.default-block .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .default-block .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.whatsapp {
  z-index: 100;
  display: none;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 100%;
}
.whatsapp .whatsapp-button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #25d366;
  border-radius: 50%;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-whatsapp-white.svg');
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
}
.whatsapp .whatsapp-button:hover {
  background-color: #075e54;
}
.whatsapp .whatsapp-popup {
  position: absolute;
  right: 3.4rem;
  bottom: 4.4rem;
  width: 300px;
  max-width: 70%;
  padding: 1.25rem 1.8rem;
  font-size: 14px;
  color: #24292e;
  background-color: rgba(236, 229, 221, 0.97);
  border-radius: .3rem;
  box-shadow: 8px 9px 19px -9px rgba(107, 107, 107, 0.53);
}
.whatsapp .whatsapp-popup::after {
  content: '';
  position: absolute;
  right: .5rem;
  bottom: -1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 1rem 0;
  border-color: transparent rgba(236, 229, 221, 0.97) transparent transparent;
}
.whatsapp .whatsapp-popup .title {
  display: block;
  font-weight: 600;
}
.whatsapp .whatsapp-popup .close {
  position: absolute;
  top: .3rem;
  right: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #24292e;
  text-shadow: 0 1px 0 #fff;
  opacity: .4;
  -webkit-transition: 0.5s ease-out 0s;
  -moz-transition: 0.5s ease-out 0s;
  -o-transition: 0.5s ease-out 0s;
  -ms-transition: 0.5s ease-out 0s;
  transition: 0.5s ease-out 0s;
  cursor: pointer;
}
.whatsapp .whatsapp-popup .close:hover {
  opacity: 1;
}
.usp-blok {
  background: #24292e;
  border-radius: 20px;
  padding: 1.5rem 2rem;
}
.usp-blok * {
  color: #ffffff !important;
}
.usp-blok .titel {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222222;
  color: #24292e;
  margin-bottom: 1rem;
}
.usp-blok ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
}
.usp-blok ul li::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-check.svg');
}
.usp-blok ul li:last-child {
  margin-bottom: 0;
}
.headermelding {
  position: fixed;
  background: #24292e;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.headermelding .headermelding-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .9rem;
  max-width: 1320px;
}
.headermelding .headermelding-inner .look-h4 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.headermelding .headermelding-inner .tekst {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin: 0 1.5rem;
  text-align: center;
}
.headermelding .headermelding-inner .button {
  padding: .3rem 4rem .3rem 2.5rem;
}
@media only screen and (max-width: 991px) {
  .headermelding .headermelding-inner {
    flex-direction: column;
  }
  .headermelding .headermelding-inner .tekst {
    margin: .5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .headermelding .headermelding-inner {
    padding: 15px 15px 10px;
  }
  .headermelding .headermelding-inner .button {
    padding: .1rem 3.5rem .1rem 2rem;
    background-position: right 1.2rem center;
  }
}
body > header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
body > header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body > header .header-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .logolink {
  display: block;
  position: relative;
  height: 4rem;
  z-index: 1;
}
body > header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
}
body > header .header-inner .navigation {
  position: relative;
  text-align: right;
}
body > header .header-inner .navigation .top-nav li {
  margin-right: .5rem;
}
body > header .header-inner .navigation .top-nav li a {
  font-size: .9rem;
}
body > header .header-inner .navigation .nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: .5rem;
}
body > header .header-inner .navigation .nav .menu {
  margin-right: 1rem;
}
body > header .header-inner .navigation .nav .button.highlight {
  color: #ea5734;
}
body > header .header-inner .navigation .nav .button.highlight:hover,
body > header .header-inner .navigation .nav .button.highlight:focus,
body > header .header-inner .navigation .nav .button.highlight:active {
  background-color: #de3d17;
  color: #ffffff;
}
body > header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body > header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
body > header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  padding: 0 .5rem;
  margin-right: 1.5rem;
}
body > header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  color: #24292e;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-decoration: none;
}
body > header .header-inner .navigation li a.sf-with-ul {
  position: relative;
}
body > header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down-white.svg');
  background-size: .5rem;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
body > header .header-inner .navigation li:hover > a,
body > header .header-inner .navigation li:active > a,
body > header .header-inner .navigation li.current-menu-item > a,
body > header .header-inner .navigation li.current_page_parent > a {
  color: #ffffff;
  text-decoration: underline;
}
body > header .header-inner .navigation li:hover > a.sf-with-ul::after,
body > header .header-inner .navigation li:active > a.sf-with-ul::after,
body > header .header-inner .navigation li.current-menu-item > a.sf-with-ul::after,
body > header .header-inner .navigation li.current_page_parent > a.sf-with-ul::after {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down-white.svg');
}
body > header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: absolute;
  top: calc(100% + 16px);
  min-width: 100%;
  background: #ffffff;
  margin: 0;
  left: 50%;
  text-align: left;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
body > header .header-inner .navigation li > ul.sub-menu li:first-child {
  border-radius: 1rem 1rem 0 0;
}
body > header .header-inner .navigation li > ul.sub-menu li:last-child {
  border-radius: 0 0 1rem 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li:after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li:hover,
body > header .header-inner .navigation li > ul.sub-menu li:active,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent {
  background: rgba(255, 255, 255, 0.1);
}
body > header .header-inner .navigation li > ul.sub-menu li:hover a,
body > header .header-inner .navigation li > ul.sub-menu li:active a,
body > header .header-inner .navigation li > ul.sub-menu li.current-menu-item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_item a,
body > header .header-inner .navigation li > ul.sub-menu li.current_page_parent a {
  color: #2776c1;
}
body > header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  padding: .75rem 1.5rem;
  margin: 0;
  color: #2776c1;
  font-size: 1rem;
  border-top: none;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 3rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-right.svg');
  background-size: 1rem;
  top: -1px;
  right: 1rem;
}
body > header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
body > header .header-inner .navigation li > ul.sub-menu ul.sub-menu li {
  display: block;
}
body > header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
body > header .header-inner .nav-toggle .hamburger-menu {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  padding: .5rem;
  width: 2rem;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #ffffff;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
body > header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part {
  background: #2776c1 !important;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
body > header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
body > header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #ffffff;
}
@media only screen and (min-width: 1400px) {
  body > header .header-inner .navigation::before {
    width: calc(100% + ((100vw - 1400px + 300px + 2rem) / 2));
  }
}
@media only screen and (max-width: 991px) {
  body > header {
    z-index: 10000;
  }
  body > header .header-inner {
    padding: .5rem 0;
  }
  body > header .header-inner .logolink {
    height: 3rem;
  }
  body > header .header-inner .navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: static;
  }
  body > header .header-inner .navigation .nav {
    margin: 0;
  }
  body > header .header-inner .navigation .nav .menu {
    display: none;
  }
  body > header .header-inner .navigation::before {
    width: calc(70% + 1rem);
    left: 30%;
  }
  body > header .header-inner .navigation .button {
    margin-right: 2rem;
  }
}
body > header.scrolled {
  background: #ffffff;
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
  z-index: 5000;
}
body > header.scrolled .header-inner .nav-toggle .hamburger-menu .menu-part {
  background: #2776c1;
}
body > header.scrolled .header-inner .navigation .nav .button {
  background: #2776c1;
  color: #ffffff;
}
body > header.scrolled .header-inner .navigation .nav .button:hover,
body > header.scrolled .header-inner .navigation .nav .button:focus,
body > header.scrolled .header-inner .navigation .nav .button:active {
  background-color: #20619f;
  color: #ffffff;
}
body > header.scrolled .header-inner .navigation .nav .button.highlight {
  background: #ea5734;
}
body > header.scrolled .header-inner .navigation .nav .button.highlight:hover,
body > header.scrolled .header-inner .navigation .nav .button.highlight:focus,
body > header.scrolled .header-inner .navigation .nav .button.highlight:active {
  background: #de3d17;
}
@media only screen and (min-width: 992px) {
  body > header.scrolled .header-inner {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  body > header.scrolled .header-inner .logolink {
    height: 3.5rem;
  }
  body > header.scrolled .header-inner .navigation .nav {
    margin-top: .5rem;
  }
  body > header.scrolled .header-inner .navigation li a {
    color: #24292e;
  }
  body > header.scrolled .header-inner .navigation li a.sf-with-ul::after {
    background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down.svg');
  }
  body > header.scrolled .header-inner .navigation li > ul.sub-menu {
    top: calc(100% + 8px);
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f7fc;
  z-index: 1490;
  padding-top: 7.5rem;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  padding: 0 1.5rem;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22222222;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 1rem;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #24292e;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down.svg');
  background-size: 1rem;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a {
  color: #2776c1;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 2rem;
  font-size: 1rem;
  color: #24292e;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #2776c1;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 3rem;
  color: #24292e;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #2776c1;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
.responsive-nav .nav.topnav {
  border-top: 1px solid #24292e;
  padding-top: 1rem;
  margin-top: 1rem;
}
.responsive-nav .nav.topnav li a {
  font-size: 1rem;
  padding: .5rem 1rem;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    text-align: center;
    width: calc(100% - 5rem);
    margin: 1rem 2rem;
    font-size: 1rem;
  }
}
footer {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  background-color: #2776c1;
}
footer .cta-footer {
  position: relative;
}
footer .cta-footer::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f2f7fc;
}
footer .cta-footer .cta-footer-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #24292e;
  padding: 2rem 3rem;
  border-radius: 20px;
}
footer .cta-footer .cta-footer-item .cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 2rem;
}
footer .cta-footer .cta-footer-item .cta-wrapper .footer-logo {
  background: center center no-repeat;
  background-size: contain;
  width: 200px;
  height: 70px;
}
footer .cta-footer .cta-footer-item .cta-wrapper .footer-content {
  width: calc(100% - 200px);
  padding-left: 3rem;
}
footer .cta-footer .cta-footer-item .cta-wrapper .footer-content * {
  color: #ffffff;
  margin: 0;
}
footer .top-footer {
  box-sizing: border-box;
  padding: 6rem 0 4rem;
}
footer .top-footer .footer-block p,
footer .top-footer .footer-block a,
footer .top-footer .footer-block li,
footer .top-footer .footer-block span {
  color: #ffffff;
  font-size: 1rem;
}
footer .top-footer .footer-block a {
  position: relative;
}
footer .top-footer .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-block a::after {
  background-color: #ffffff;
}
footer .top-footer .footer-block li {
  line-height: 1;
}
footer .top-footer .footer-block .titel {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
footer .top-footer .footer-block .logolink img {
  max-width: 170px;
  height: auto;
  display: block;
}
footer .top-footer .footer-block .footer-tekst {
  margin: 1rem 0 1.5rem;
}
footer .top-footer .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-block .menu {
  column-count: 2;
}
footer .top-footer .footer-block .button {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-weight: 600;
  padding: .5rem 4rem .5rem 2rem;
  color: #ffffff;
}
footer .top-footer .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-block .icons a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .top-footer .footer-block .icons a span {
  background: center center no-repeat;
  background-size: contain;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
}
footer .top-footer .footer-block .social-media {
  margin-top: -.5rem;
}
footer .top-footer .footer-block .social-media a {
  position: relative;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  margin-right: .5rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-block .social-media a::after {
  display: none;
}
footer .top-footer .footer-block .social-media a.facebook {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-social-facebook.svg');
}
footer .top-footer .footer-block .social-media a.instagram {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-social-instagram.svg');
}
footer .top-footer .footer-block .social-media a.linkedin {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-social-linkedin.svg');
}
footer .top-footer .footer-block .social-media a.youtube {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-social-youtube.svg');
}
footer .top-footer .footer-block .social-media a.twitter {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-social-twitter.svg');
}
footer .top-footer .footer-block .social-media a:hover {
  transform: scale(1.2);
}
footer .bottom-footer {
  background: #2776c1;
}
footer .bottom-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #b4cde4;
  margin: 0 auto;
  max-width: 1400px;
  padding: 1.5rem 0;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner li,
footer .bottom-footer .footer-inner span {
  color: #ffffff;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: #ffffff;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding-right: .5rem;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "/";
  margin-left: .5rem;
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .colofon-left *,
footer .bottom-footer .footer-inner .colofon-right * {
  font-weight: 500;
  font-size: .8rem;
  color: #b4cde4;
}
@media only screen and (max-width: 991px) {
  footer .cta-footer .cta-footer-item {
    padding: 2rem 2rem;
  }
  footer .cta-footer .cta-footer-item .cta-wrapper .footer-logo {
    width: 150px;
  }
  footer .cta-footer .cta-footer-item .cta-wrapper .footer-content {
    width: calc(100% - 150px);
  }
  footer .top-footer .footer-block {
    padding-bottom: 1rem;
  }
  footer .top-footer .footer-block .logolink img {
    margin: 0 auto;
  }
  footer .top-footer .footer-block.cta {
    text-align: center;
    padding-bottom: 2rem;
  }
  footer .top-footer .footer-block.cta .footer-tekst {
    max-width: 500px;
    margin: 1rem auto 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .cta-footer .cta-footer-item {
    padding: 3rem 1.5rem;
    flex-direction: column;
  }
  footer .cta-footer .cta-footer-item .cta-wrapper {
    padding: 0;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  footer .cta-footer .cta-footer-item .cta-wrapper .footer-logo {
    margin-bottom: 1rem;
  }
  footer .cta-footer .cta-footer-item .cta-wrapper .footer-content {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer .top-footer {
    padding: 3rem 0 0 0;
  }
  footer .top-footer .footer-block p,
  footer .top-footer .footer-block a,
  footer .top-footer .footer-block li,
  footer .top-footer .footer-block span {
    font-size: .9rem;
  }
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht {
    margin-bottom: 3rem;
  }
}
.module-overzicht.no-margin {
  margin-bottom: 0;
}
.module-overzicht .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ul li strong {
  font-weight: 600;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 100%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.module-overzicht .tekst table * {
  text-align: left;
}
.module-overzicht .tekst table thead tr,
.module-overzicht .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.module-overzicht .tekst table thead tr th,
.module-overzicht .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.module-overzicht .tekst table thead tr td,
.module-overzicht .tekst table tbody tr td {
  padding: 10px 10px;
}
.module-overzicht .tekst table thead tr:nth-child(odd),
.module-overzicht .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.module-overzicht .tekst table thead tr img,
.module-overzicht .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .module-overzicht .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.module-overzicht .filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.module-overzicht .filters .filter {
  font-size: .9rem;
  padding: 3px 25px;
  background: #ffffff;
  color: #99A6B3;
  border-radius: 4px;
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.module-overzicht .filters .filter:hover,
.module-overzicht .filters .filter:focus,
.module-overzicht .filters .filter.active {
  background: #24292e;
  color: #ffffff;
}
.module-overzicht .filters .filter.active {
  font-weight: 600;
}
.module-overzicht .module-item {
  height: 100%;
  padding-bottom: 2rem;
}
.module-overzicht .module-item .module-item-inner {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  position: relative;
  display: block;
  padding: 1.5rem 1.5rem;
  width: 100%;
  overflow: hidden;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  display: block;
  background: center center no-repeat;
  background-size: contain;
  padding-bottom: 50%;
  border-radius: 20px;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 0 2rem 0 2rem ;
  display: block;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht .titel {
  margin: 0;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht .datum {
  display: block;
  margin-bottom: 1rem;
  color: #2776c1;
  font-size: .9rem;
}
.module-overzicht .module-item .module-item-inner .link-overzicht {
  padding: 0 2rem 1.5rem 2rem;
}
.module-overzicht .module-item:hover a.module-item-inner {
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-item:hover a.module-item-inner .link-overzicht .button {
  background-color: #de3d17;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: .5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  background: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .5rem;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #2776c1;
  font-weight: 600;
}
.module-overzicht .module-pagination a.page-numbers {
  position: relative;
  color: #24292e;
  font-weight: 500;
}
.module-overzicht .module-pagination a.page-numbers:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #2776c1;
  height: 1px;
  width: 0;
  transition: all ease-in-out 0.2s;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  color: #2776c1;
}
.module-overzicht .module-pagination a.page-numbers:hover:after {
  width: 100%;
}
.module-overzicht .module-pagination a.page-numbers.back {
  color: white;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left-white.svg');
  background-repeat: no-repeat;
  background-position: left .5rem center;
  background-size: 1rem;
  padding: .5rem 0 .5rem 2.5rem;
}
.module-overzicht .module-pagination a.page-numbers.back::after {
  background-color: white;
}
.module-overzicht .module-pagination a.page-numbers.back:hover {
  background-position: left 0px center;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  color: #2776c1;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-left.svg');
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-right.svg');
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-arrow-right.svg');
}
@media only screen and (max-width: 767px) {
  .module-overzicht .filters .filter {
    font-size: .8rem;
    padding: 3px 20px;
  }
  .module-overzicht .module-pagination {
    margin-top: .5rem;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: .5rem .5rem .5rem 1rem;
    line-height: 1;
  }
  .module-overzicht .module-item.downloads .module-item-icoon img {
    width: 2rem;
  }
  .module-overzicht .module-item.downloads .module-item-titel {
    padding: .5rem;
  }
}
.banner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .banner {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    margin-bottom: 3rem;
  }
}
.banner.banner-home {
  height: 600px;
}
.banner h1.titel {
  color: #ffffff;
  text-shadow: 0px 3px 9px rgba(0, 0, 0, 0.9);
  margin-bottom: 0;
}
.banner a.button {
  margin-top: 1.5rem;
}
.banner .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
.banner .videocontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .videocontainer video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .banner {
    height: 250px;
    padding: 3rem 0;
  }
  .banner.banner-home {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 2rem 0;
  }
  .banner.banner-home {
    height: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .content-tekst {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .content-tekst {
    margin-bottom: 3rem;
  }
}
.content-tekst.no-margin {
  margin-bottom: 0;
}
.content-tekst .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ul li strong {
  font-weight: 600;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 100%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
.content-tekst .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.content-tekst .tekst table * {
  text-align: left;
}
.content-tekst .tekst table thead tr,
.content-tekst .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.content-tekst .tekst table thead tr th,
.content-tekst .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.content-tekst .tekst table thead tr td,
.content-tekst .tekst table tbody tr td {
  padding: 10px 10px;
}
.content-tekst .tekst table thead tr:nth-child(odd),
.content-tekst .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.content-tekst .tekst table thead tr img,
.content-tekst .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .content-tekst .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 992px) {
  .intro-titel {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .intro-titel {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .intro-titel {
    margin-bottom: 3rem;
  }
}
.intro-titel.no-margin {
  margin-bottom: 0;
}
.intro-titel .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.intro-titel .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.intro-titel .tekst ul li strong {
  font-weight: 600;
}
.intro-titel .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.intro-titel .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.intro-titel .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.intro-titel .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.intro-titel .tekst a {
  white-space: nowrap;
  position: relative;
}
.intro-titel .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.intro-titel .tekst a:hover::after {
  width: 100%;
}
.intro-titel .tekst a.button::after {
  display: none;
}
.intro-titel .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.intro-titel .tekst *:last-child {
  margin-bottom: 0;
}
.intro-titel .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.intro-titel .tekst table * {
  text-align: left;
}
.intro-titel .tekst table thead tr,
.intro-titel .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.intro-titel .tekst table thead tr th,
.intro-titel .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.intro-titel .tekst table thead tr td,
.intro-titel .tekst table tbody tr td {
  padding: 10px 10px;
}
.intro-titel .tekst table thead tr:nth-child(odd),
.intro-titel .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.intro-titel .tekst table thead tr img,
.intro-titel .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .intro-titel .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .intro-titel .usp-blok {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .cta-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .cta-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blok {
    margin-bottom: 3rem;
  }
}
.cta-blok.no-margin {
  margin-bottom: 0;
}
.cta-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst ul li strong {
  font-weight: 600;
}
.cta-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.cta-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.cta-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.cta-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.cta-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.cta-blok .tekst a:hover::after {
  width: 100%;
}
.cta-blok .tekst a.button::after {
  display: none;
}
.cta-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.cta-blok .tekst *:last-child {
  margin-bottom: 0;
}
.cta-blok .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.cta-blok .tekst table * {
  text-align: left;
}
.cta-blok .tekst table thead tr,
.cta-blok .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.cta-blok .tekst table thead tr th,
.cta-blok .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.cta-blok .tekst table thead tr td,
.cta-blok .tekst table tbody tr td {
  padding: 10px 10px;
}
.cta-blok .tekst table thead tr:nth-child(odd),
.cta-blok .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.cta-blok .tekst table thead tr img,
.cta-blok .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cta-blok .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.cta-blok .cta-blok-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 6rem);
  background: #ffffff;
  border-radius: 20px;
  margin: 0 3rem;
}
.cta-blok .cta-blok-wrapper .cta-blok-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: right top no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}
.cta-blok .cta-blok-wrapper .cta-image {
  position: relative;
  left: -3rem;
  width: 40%;
  background: center center no-repeat;
  background-size: contain;
}
.cta-blok .cta-blok-wrapper .tekst {
  position: relative;
  width: 60%;
  padding: 3rem 4rem 3rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-blok .cta-blok-wrapper {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }
  .cta-blok .cta-blok-wrapper .tekst {
    padding: 2rem 3rem 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-blok .cta-blok-wrapper {
    flex-direction: column;
    width: 100%;
    margin: 1rem 0 0 0;
  }
  .cta-blok .cta-blok-wrapper .cta-blok-background {
    width: 100%;
    height: 220px;
    border-radius: 0;
  }
  .cta-blok .cta-blok-wrapper .cta-image {
    width: calc(100% + 2rem);
    height: 220px;
    top: -1rem;
    left: -1rem;
  }
  .cta-blok .cta-blok-wrapper .tekst {
    width: 100%;
    padding: 2rem 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .module-overzicht.team,
  .tekst-afbeelding {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .module-overzicht.team,
  .tekst-afbeelding {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht.team,
  .tekst-afbeelding {
    margin-bottom: 3rem;
  }
}
.module-overzicht.team.no-margin,
.tekst-afbeelding.no-margin {
  margin-bottom: 0;
}
.module-overzicht.team .tekst ul,
.tekst-afbeelding .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.module-overzicht.team .tekst ul li,
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht.team .tekst ul li strong,
.tekst-afbeelding .tekst ul li strong {
  font-weight: 600;
}
.module-overzicht.team .tekst ul li::before,
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.module-overzicht.team .tekst ol,
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.module-overzicht.team .tekst ol li,
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.module-overzicht.team .tekst ol li::before,
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.module-overzicht.team .tekst a,
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht.team .tekst a::after,
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht.team .tekst a:hover::after,
.tekst-afbeelding .tekst a:hover::after {
  width: 100%;
}
.module-overzicht.team .tekst a.button::after,
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.module-overzicht.team .tekst blockquote,
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.module-overzicht.team .tekst *:last-child,
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
.module-overzicht.team .tekst table,
.tekst-afbeelding .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.module-overzicht.team .tekst table *,
.tekst-afbeelding .tekst table * {
  text-align: left;
}
.module-overzicht.team .tekst table thead tr,
.tekst-afbeelding .tekst table thead tr,
.module-overzicht.team .tekst table tbody tr,
.tekst-afbeelding .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.module-overzicht.team .tekst table thead tr th,
.tekst-afbeelding .tekst table thead tr th,
.module-overzicht.team .tekst table tbody tr th,
.tekst-afbeelding .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.module-overzicht.team .tekst table thead tr td,
.tekst-afbeelding .tekst table thead tr td,
.module-overzicht.team .tekst table tbody tr td,
.tekst-afbeelding .tekst table tbody tr td {
  padding: 10px 10px;
}
.module-overzicht.team .tekst table thead tr:nth-child(odd),
.tekst-afbeelding .tekst table thead tr:nth-child(odd),
.module-overzicht.team .tekst table tbody tr:nth-child(odd),
.tekst-afbeelding .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.module-overzicht.team .tekst table thead tr img,
.tekst-afbeelding .tekst table thead tr img,
.module-overzicht.team .tekst table tbody tr img,
.tekst-afbeelding .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .module-overzicht.team .tekst table,
  .tekst-afbeelding .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.module-overzicht.team .look-alt,
.tekst-afbeelding .look-alt {
  margin-bottom: .5rem;
}
.module-overzicht.team .button,
.tekst-afbeelding .button {
  margin-top: 2rem;
}
.module-overzicht.team .afbeelding-flex .afbeelding,
.tekst-afbeelding .afbeelding-flex .afbeelding {
  position: relative;
  z-index: 0;
  width: 90%;
}
.module-overzicht.team .afbeelding-flex .afbeelding::before,
.tekst-afbeelding .afbeelding-flex .afbeelding::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #2776c1;
  border-radius: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
.module-overzicht.team .afbeelding-flex .afbeelding::after,
.tekst-afbeelding .afbeelding-flex .afbeelding::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
  background-color: #2776c1;
  border-radius: 24px;
  z-index: -1;
}
.module-overzicht.team .afbeelding-flex .afbeelding img,
.tekst-afbeelding .afbeelding-flex .afbeelding img {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  border-radius: 20px;
}
.module-overzicht.team .afbeelding-flex .onderschrift,
.tekst-afbeelding .afbeelding-flex .onderschrift {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin-top: 2rem;
  background: #ffffff;
  padding: .5rem 1rem;
  border-radius: 15px;
  text-align: center;
}
.module-overzicht.team .afbeelding-flex .onderschrift::before,
.tekst-afbeelding .afbeelding-flex .onderschrift::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #ffffff;
}
.module-overzicht.team .afbeelding-flex .onderschrift *,
.tekst-afbeelding .afbeelding-flex .onderschrift * {
  font-weight: 500;
  font-size: .9rem;
  margin: 0;
  line-height: 1.25;
}
.module-overzicht.team .afbeelding-flex .onderschrift span,
.tekst-afbeelding .afbeelding-flex .onderschrift span {
  color: #2776c1;
}
.module-overzicht.team .afbeelding-flex.order-last .afbeelding,
.tekst-afbeelding .afbeelding-flex.order-last .afbeelding {
  margin-left: 10%;
}
.module-overzicht.team .afbeelding-flex.order-last .onderschrift,
.tekst-afbeelding .afbeelding-flex.order-last .onderschrift {
  margin-left: 10%;
}
.module-overzicht.team .afbeelding-flex.geen-rand .afbeelding::before,
.tekst-afbeelding .afbeelding-flex.geen-rand .afbeelding::before,
.module-overzicht.team .afbeelding-flex.geen-rand .afbeelding::after,
.tekst-afbeelding .afbeelding-flex.geen-rand .afbeelding::after {
  display: none;
}
.module-overzicht.team .afbeelding-flex.geen-rand .afbeelding img,
.tekst-afbeelding .afbeelding-flex.geen-rand .afbeelding img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border: none;
}
.module-overzicht.team.breed .afbeelding-flex .onderschrift,
.tekst-afbeelding.breed .afbeelding-flex .onderschrift {
  max-width: 90%;
}
.module-overzicht.team.in-view .afbeelding-flex .afbeelding::before,
.tekst-afbeelding.in-view .afbeelding-flex .afbeelding::before {
  transform: rotate(-5deg);
}
.module-overzicht.team.in-view .afbeelding-flex.order-first .afbeelding::before,
.tekst-afbeelding.in-view .afbeelding-flex.order-first .afbeelding::before {
  transform: rotate(5deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .module-overzicht.team .row,
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .module-overzicht.team .afbeelding-flex,
  .tekst-afbeelding .afbeelding-flex {
    order: -2;
    margin-bottom: 3rem;
  }
  .module-overzicht.team .afbeelding-flex .afbeelding,
  .tekst-afbeelding .afbeelding-flex .afbeelding {
    margin-left: 5% !important;
  }
  .module-overzicht.team .afbeelding-flex .onderschrift,
  .tekst-afbeelding .afbeelding-flex .onderschrift {
    margin-left: 5% !important;
  }
}
@media only screen and (max-width: 575px) {
  .module-overzicht.team .afbeelding-flex .afbeelding,
  .tekst-afbeelding .afbeelding-flex .afbeelding {
    width: 100%;
    margin-left: 0 !important;
  }
  .module-overzicht.team .afbeelding-flex .onderschrift,
  .tekst-afbeelding .afbeelding-flex .onderschrift {
    width: 100%;
    margin-left: 0 !important;
  }
}
.module-overzicht.team .tekst-afbeelding .titel,
.uitlichten-werknemer .tekst-afbeelding .titel {
  margin-bottom: .5rem;
}
.module-overzicht.team .tekst-afbeelding .functie,
.uitlichten-werknemer .tekst-afbeelding .functie {
  color: #2776c1;
}
.module-overzicht.team .tekst-afbeelding .linkedin,
.uitlichten-werknemer .tekst-afbeelding .linkedin {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 600;
  align-items: center;
  background: #DEE9F5;
  border-radius: 8px;
  font-size: .9rem;
  color: #2776c1;
  padding: .3rem 1rem;
}
.module-overzicht.team .tekst-afbeelding .linkedin::before,
.uitlichten-werknemer .tekst-afbeelding .linkedin::before {
  content: '';
  width: 1rem;
  height: 1rem;
  background: center center no-repeat;
  background-size: contain;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/linkedin-team.svg');
  margin-right: .5rem;
}
.module-overzicht.team .tekst-afbeelding .linkedin:hover,
.uitlichten-werknemer .tekst-afbeelding .linkedin:hover,
.module-overzicht.team .tekst-afbeelding .linkedin:focus,
.uitlichten-werknemer .tekst-afbeelding .linkedin:focus {
  background: #2776c1;
  color: #ffffff;
}
.module-overzicht.team .tekst-afbeelding .linkedin:hover::before,
.uitlichten-werknemer .tekst-afbeelding .linkedin:hover::before,
.module-overzicht.team .tekst-afbeelding .linkedin:focus::before,
.uitlichten-werknemer .tekst-afbeelding .linkedin:focus::before {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/linkedin-team-white.svg');
}
@media only screen and (min-width: 992px) {
  .uitlichten-werknemer {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .uitlichten-werknemer {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .uitlichten-werknemer {
    margin-bottom: 3rem;
  }
}
.uitlichten-werknemer.no-margin {
  margin-bottom: 0;
}
.uitlichten-werknemer .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.uitlichten-werknemer .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.uitlichten-werknemer .tekst ul li strong {
  font-weight: 600;
}
.uitlichten-werknemer .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.uitlichten-werknemer .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.uitlichten-werknemer .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.uitlichten-werknemer .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.uitlichten-werknemer .tekst a {
  white-space: nowrap;
  position: relative;
}
.uitlichten-werknemer .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.uitlichten-werknemer .tekst a:hover::after {
  width: 100%;
}
.uitlichten-werknemer .tekst a.button::after {
  display: none;
}
.uitlichten-werknemer .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.uitlichten-werknemer .tekst *:last-child {
  margin-bottom: 0;
}
.uitlichten-werknemer .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.uitlichten-werknemer .tekst table * {
  text-align: left;
}
.uitlichten-werknemer .tekst table thead tr,
.uitlichten-werknemer .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.uitlichten-werknemer .tekst table thead tr th,
.uitlichten-werknemer .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.uitlichten-werknemer .tekst table thead tr td,
.uitlichten-werknemer .tekst table tbody tr td {
  padding: 10px 10px;
}
.uitlichten-werknemer .tekst table thead tr:nth-child(odd),
.uitlichten-werknemer .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.uitlichten-werknemer .tekst table thead tr img,
.uitlichten-werknemer .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .uitlichten-werknemer .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .uitlichten-werknemer .content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .uitlichten-werknemer .content {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .uitlichten-werknemer .content {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .afbeelding-groot-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .afbeelding-groot-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .afbeelding-groot-blok {
    margin-bottom: 3rem;
  }
}
.afbeelding-groot-blok.no-margin {
  margin-bottom: 0;
}
.afbeelding-groot-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.afbeelding-groot-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.afbeelding-groot-blok .tekst ul li strong {
  font-weight: 600;
}
.afbeelding-groot-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.afbeelding-groot-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.afbeelding-groot-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.afbeelding-groot-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.afbeelding-groot-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.afbeelding-groot-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.afbeelding-groot-blok .tekst a:hover::after {
  width: 100%;
}
.afbeelding-groot-blok .tekst a.button::after {
  display: none;
}
.afbeelding-groot-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.afbeelding-groot-blok .tekst *:last-child {
  margin-bottom: 0;
}
.afbeelding-groot-blok .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.afbeelding-groot-blok .tekst table * {
  text-align: left;
}
.afbeelding-groot-blok .tekst table thead tr,
.afbeelding-groot-blok .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.afbeelding-groot-blok .tekst table thead tr th,
.afbeelding-groot-blok .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.afbeelding-groot-blok .tekst table thead tr td,
.afbeelding-groot-blok .tekst table tbody tr td {
  padding: 10px 10px;
}
.afbeelding-groot-blok .tekst table thead tr:nth-child(odd),
.afbeelding-groot-blok .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.afbeelding-groot-blok .tekst table thead tr img,
.afbeelding-groot-blok .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .afbeelding-groot-blok .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.afbeelding-groot-blok .afbeelding {
  position: relative;
  z-index: 0;
  width: 100%;
}
.afbeelding-groot-blok .afbeelding::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #2776c1;
  border-radius: 20px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: -1;
}
.afbeelding-groot-blok .afbeelding::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
  background-color: #2776c1;
  border-radius: 24px;
  z-index: -1;
}
.afbeelding-groot-blok .afbeelding img {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  border-radius: 20px;
}
.afbeelding-groot-blok .onderschrift {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 2rem;
  background: #ffffff;
  padding: .5rem 1rem;
  border-radius: 15px;
  text-align: center;
}
.afbeelding-groot-blok .onderschrift::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #ffffff;
}
.afbeelding-groot-blok .onderschrift * {
  font-weight: 500;
  font-size: .9rem;
  margin: 0;
  line-height: 1.25;
}
.afbeelding-groot-blok .onderschrift span {
  color: #2776c1;
}
.afbeelding-groot-blok.geen-rand .afbeelding::before,
.afbeelding-groot-blok.geen-rand .afbeelding::after {
  display: none;
}
.afbeelding-groot-blok.geen-rand .afbeelding img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  border: none;
}
.tekst-button {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tekst-button {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-button {
    margin-bottom: 3rem;
  }
}
.tekst-button.no-margin {
  margin-bottom: 0;
}
.tekst-button .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ul li strong {
  font-weight: 600;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 100%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-button .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.tekst-button .tekst table * {
  text-align: left;
}
.tekst-button .tekst table thead tr,
.tekst-button .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.tekst-button .tekst table thead tr th,
.tekst-button .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.tekst-button .tekst table thead tr td,
.tekst-button .tekst table tbody tr td {
  padding: 10px 10px;
}
.tekst-button .tekst table thead tr:nth-child(odd),
.tekst-button .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.tekst-button .tekst table thead tr img,
.tekst-button .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tekst-button .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tekst-button h1,
.tekst-button h2 {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.tekst-button .look-alt {
  margin-bottom: .5rem;
}
.tekst-button .button {
  margin-top: 2rem;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .tekst-formulier {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tekst-formulier {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-formulier {
    margin-bottom: 3rem;
  }
}
.tekst-formulier.no-margin {
  margin-bottom: 0;
}
.tekst-formulier .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ul li strong {
  font-weight: 600;
}
.tekst-formulier .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.tekst-formulier .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tekst-formulier .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tekst-formulier .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-formulier .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-formulier .tekst a:hover::after {
  width: 100%;
}
.tekst-formulier .tekst a.button::after {
  display: none;
}
.tekst-formulier .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.tekst-formulier .tekst *:last-child {
  margin-bottom: 0;
}
.tekst-formulier .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.tekst-formulier .tekst table * {
  text-align: left;
}
.tekst-formulier .tekst table thead tr,
.tekst-formulier .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.tekst-formulier .tekst table thead tr th,
.tekst-formulier .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.tekst-formulier .tekst table thead tr td,
.tekst-formulier .tekst table tbody tr td {
  padding: 10px 10px;
}
.tekst-formulier .tekst table thead tr:nth-child(odd),
.tekst-formulier .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.tekst-formulier .tekst table thead tr img,
.tekst-formulier .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tekst-formulier .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .tekst-formulier .formulier {
    order: 13;
  }
  .tekst-formulier .formulier.col-md-6 {
    margin-top: 3rem;
  }
  .tekst-formulier .formulier.col-md-6 .inner {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .logoslider {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .logoslider {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .logoslider {
    margin-bottom: 3rem;
  }
}
.logoslider.no-margin {
  margin-bottom: 0;
}
.logoslider .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.logoslider .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.logoslider .tekst ul li strong {
  font-weight: 600;
}
.logoslider .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.logoslider .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.logoslider .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.logoslider .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.logoslider .tekst a {
  white-space: nowrap;
  position: relative;
}
.logoslider .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.logoslider .tekst a:hover::after {
  width: 100%;
}
.logoslider .tekst a.button::after {
  display: none;
}
.logoslider .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.logoslider .tekst *:last-child {
  margin-bottom: 0;
}
.logoslider .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.logoslider .tekst table * {
  text-align: left;
}
.logoslider .tekst table thead tr,
.logoslider .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.logoslider .tekst table thead tr th,
.logoslider .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.logoslider .tekst table thead tr td,
.logoslider .tekst table tbody tr td {
  padding: 10px 10px;
}
.logoslider .tekst table thead tr:nth-child(odd),
.logoslider .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.logoslider .tekst table thead tr img,
.logoslider .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .logoslider .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.logoslider .logo-wrapper {
  text-align: center;
  margin-top: 1rem;
}
.logoslider .logo-wrapper .logo-item {
  display: inline-block;
  padding: 2rem 1rem;
  width: 160px;
  text-align: center;
  outline: none;
}
.logoslider .logo-wrapper .logo-item .logo-item-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 130px;
  background: #ffffff;
  padding: 1rem 2rem;
  text-align: center;
  border-radius: 10px;
}
.logoslider .logo-wrapper .logo-item .logo-item-inner img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.logoslider .button {
  margin-top: 1rem;
}
@media only screen and (max-width: 991px) {
  .logoslider .logo-wrapper .logo-item {
    padding: 1rem .5rem;
  }
  .logoslider .logo-wrapper .logo-item .logo-item-inner {
    padding: 1rem 1rem;
    height: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .fact-sheet {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .fact-sheet {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fact-sheet {
    margin-bottom: 3rem;
  }
}
.fact-sheet.no-margin {
  margin-bottom: 0;
}
.fact-sheet .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.fact-sheet .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fact-sheet .tekst ul li strong {
  font-weight: 600;
}
.fact-sheet .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.fact-sheet .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.fact-sheet .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fact-sheet .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fact-sheet .tekst a {
  white-space: nowrap;
  position: relative;
}
.fact-sheet .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fact-sheet .tekst a:hover::after {
  width: 100%;
}
.fact-sheet .tekst a.button::after {
  display: none;
}
.fact-sheet .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.fact-sheet .tekst *:last-child {
  margin-bottom: 0;
}
.fact-sheet .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.fact-sheet .tekst table * {
  text-align: left;
}
.fact-sheet .tekst table thead tr,
.fact-sheet .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.fact-sheet .tekst table thead tr th,
.fact-sheet .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.fact-sheet .tekst table thead tr td,
.fact-sheet .tekst table tbody tr td {
  padding: 10px 10px;
}
.fact-sheet .tekst table thead tr:nth-child(odd),
.fact-sheet .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.fact-sheet .tekst table thead tr img,
.fact-sheet .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .fact-sheet .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.fact-sheet .fact-sheet-item {
  display: block;
  height: 100%;
  padding-bottom: 2rem;
}
.fact-sheet .fact-sheet-item .item-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 1rem;
}
.fact-sheet .fact-sheet-item .item-inner .item-top {
  padding: 3rem 1.5rem;
}
.fact-sheet .fact-sheet-item .item-inner .item-top .afbeelding {
  width: 100px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fact-sheet .fact-sheet-item .item-inner .item-top .afbeelding .ratio {
  display: block;
  padding-bottom: 100%;
}
.fact-sheet .fact-sheet-item .item-inner .item-bottom {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 1.5rem;
}
.fact-sheet .fact-sheet-item .item-inner .item-bottom .titel {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2776c1;
  font-size: 1.5rem;
}
.fact-sheet .fact-sheet-item .item-inner .item-bottom .open-modal {
  font-weight: 600;
  font-size: .9rem;
  text-align: center;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
}
.modal-wrapper.hide {
  display: none;
}
.modal-wrapper .modal-achtergrond {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 41, 46, 0.7);
  z-index: -1;
}
.modal-wrapper .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2rem);
  max-width: 1000px;
  height: 100%;
  max-height: 70vh;
}
.modal-wrapper .modal .close-modal {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1rem 1rem auto;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-times-white.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal-wrapper .modal .modal-inner {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  height: 70vh;
  padding: 2.5rem 3.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
  overflow: auto;
}
.modal-wrapper .modal .modal-inner::-webkit-scrollbar {
  display: none;
}
.modal-wrapper .modal .modal-inner .modal-top {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.modal-wrapper .modal .modal-inner .modal-top .titel {
  margin: 0;
  padding-right: 2rem;
}
.modal-wrapper .modal .modal-inner .modal-top .afbeelding {
  width: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-wrapper .modal .modal-inner .modal-top .afbeelding .ratio {
  display: block;
  padding-bottom: 100%;
}
.modal-wrapper .modal .modal-inner .modal-tiers {
  min-height: 250px;
}
.modal-wrapper .modal .modal-inner .modal-tiers .content ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
}
.modal-wrapper .modal .modal-inner .modal-tiers .content ul li::before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: .3rem;
  height: .3rem;
  background: #24292e;
  border-radius: 50%;
}
.modal-wrapper .modal .modal-inner .modal-tiers .content ul li:last-child {
  margin-bottom: 0;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier {
  width: calc(100% / 5 - 1rem);
  margin: 0 .5rem;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .afbeelding {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .afbeelding:hover ~ .content-arrow,
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .afbeelding:hover ~ .tier-content {
  opacity: 1;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .content-arrow {
  display: block;
  transition: none;
  transform: rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  margin: 1rem auto 0;
  background: #24292e;
  opacity: 0;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .tier-content {
  position: absolute;
  transition: none;
  top: calc(100% - 1rem);
  left: 0;
  width: 100%;
  padding: 1.3rem 2rem;
  background: #24292e;
  border-radius: .5rem;
  opacity: 0;
}
.modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .tier-content * {
  margin: 0;
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.5;
}
.modal-wrapper .modal .modal-inner .modal-tabel table {
  width: 100%;
  border-top: 1px solid #24292e;
  border-bottom: 1px solid #24292e;
}
.modal-wrapper .modal .modal-inner .modal-tabel table th,
.modal-wrapper .modal .modal-inner .modal-tabel table td {
  padding: 1rem 0;
  text-align: left;
  border-bottom: 1px solid #D9E2EB;
}
.modal-wrapper .modal .modal-inner .modal-tabel table tr:last-of-type th,
.modal-wrapper .modal .modal-inner .modal-tabel table tr:last-of-type td {
  border: none;
}
.modal-wrapper .modal .modal-inner .modal-tabel table a {
  color: #2776c1;
  text-decoration: underline;
}
.modal-wrapper .modal .modal-inner .modal-tabel table a:hover {
  color: #ea5734;
}
.modal-wrapper .modal .modal-inner .modal-tabel table .tier {
  vertical-align: middle;
}
.modal-wrapper .modal .modal-inner .modal-tabel table .tier .afbeelding {
  display: block;
  width: 2rem;
  height: 2rem;
  background-size: 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-wrapper.contact-modal-wrapper .modal {
  max-width: 700px;
  height: unset;
}
.modal-wrapper.contact-modal-wrapper .modal .modal-inner {
  height: auto;
}
.modal-wrapper.contact-modal-wrapper .modal .modal-inner .modal-titel {
  line-height: 1.5;
}
.modal-wrapper.contact-modal-wrapper .modal .modal-inner .buttons {
  margin-top: 2.5rem;
}
.modal-wrapper.contact-modal-wrapper .modal .modal-inner .buttons .button-no {
  margin: 0 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal-wrapper .modal .modal-inner {
    padding: 2rem;
  }
  .modal-wrapper .modal .modal-inner .modal-top {
    margin-bottom: 1.5rem;
  }
  .modal-wrapper .modal .modal-inner .modal-top .afbeelding {
    width: 80px;
  }
  .modal-wrapper .modal .modal-inner .modal-tiers {
    min-height: unset;
  }
  .modal-wrapper .modal .modal-inner .modal-tiers .tiers {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .modal-wrapper .modal .modal-inner .modal-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-wrapper .modal .modal-inner .modal-top .titel {
    margin-bottom: 1rem;
  }
  .modal-wrapper .modal .modal-inner .modal-top .afbeelding {
    width: 60px;
  }
  .modal-wrapper .modal .modal-inner .modal-tiers .tiers .tier .afbeelding {
    width: 100%;
    max-width: 2rem;
  }
  .modal-wrapper .modal .modal-inner .modal-tabel tr {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-wrapper .modal .modal-inner .modal-tabel tr:last-of-type th {
    border-bottom: 1px solid #D9E2EB !important;
  }
  .modal-wrapper .modal .modal-inner .modal-tabel th,
  .modal-wrapper .modal .modal-inner .modal-tabel td {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .modal-wrapper .modal .modal-inner .modal-tabel th {
    font-weight: 600;
    width: 100%;
  }
  .modal-wrapper .modal .modal-inner .modal-tabel td {
    width: calc(100% / 2 - 1.5rem);
  }
  .modal-wrapper .modal .modal-inner .modal-tabel td.tier {
    width: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .fotogalerij {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij {
    margin-bottom: 3rem;
  }
}
.fotogalerij.no-margin {
  margin-bottom: 0;
}
.fotogalerij .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ul li strong {
  font-weight: 600;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 100%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
.fotogalerij .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.fotogalerij .tekst table * {
  text-align: left;
}
.fotogalerij .tekst table thead tr,
.fotogalerij .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.fotogalerij .tekst table thead tr th,
.fotogalerij .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.fotogalerij .tekst table thead tr td,
.fotogalerij .tekst table tbody tr td {
  padding: 10px 10px;
}
.fotogalerij .tekst table thead tr:nth-child(odd),
.fotogalerij .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.fotogalerij .tekst table thead tr img,
.fotogalerij .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 2rem;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: .5rem;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #2776c1;
  opacity: .6;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-zoom-in.svg');
  background-size: 1rem;
}
.fotogalerij .galerij .afb.more span.count {
  font-weight: 600;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #2776c1;
  opacity: .8;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.fotogalerij .slider .slide .afb {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slide .onderschrift {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  margin: 2rem 1rem 1rem 1rem;
  background: #ffffff;
  padding: .5rem 1rem;
  border-radius: 15px;
  text-align: center;
}
.fotogalerij .slider .slide .onderschrift::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 1.5rem;
  width: 0;
  height: 0;
  border-left: .5rem solid transparent;
  border-right: .5rem solid transparent;
  border-bottom: 0.5rem solid #ffffff;
}
.fotogalerij .slider .slide .onderschrift * {
  font-weight: 500;
  font-size: .9rem;
  margin: 0;
  line-height: 1.25;
}
.fotogalerij .slider .slide .onderschrift span {
  color: #2776c1;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2776c1;
  opacity: .3;
  width: 3.5rem;
  height: 6.5rem;
  background-size: 1rem;
  top: calc(50% - 2rem);
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: .8;
  cursor: pointer;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-slider-left.svg');
  border-radius: 0 10px 10px 0;
  left: 0;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-slider-right.svg');
  border-radius: 10px 0 0 10px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 3rem;
    height: 5rem;
    background-size: 1rem;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-slider-left.svg') !important;
  background-position: right center;
  background-size: 1rem;
}
#swipebox-next {
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-slider-right.svg') !important;
  background-position: left center;
  background-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .faq-blok {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .faq-blok {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok {
    margin-bottom: 3rem;
  }
}
.faq-blok.no-margin {
  margin-bottom: 0;
}
.faq-blok .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ul li strong {
  font-weight: 600;
}
.faq-blok .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.faq-blok .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.faq-blok .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.faq-blok .tekst a {
  white-space: nowrap;
  position: relative;
}
.faq-blok .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.faq-blok .tekst a:hover::after {
  width: 100%;
}
.faq-blok .tekst a.button::after {
  display: none;
}
.faq-blok .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.faq-blok .tekst *:last-child {
  margin-bottom: 0;
}
.faq-blok .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.faq-blok .tekst table * {
  text-align: left;
}
.faq-blok .tekst table thead tr,
.faq-blok .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.faq-blok .tekst table thead tr th,
.faq-blok .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.faq-blok .tekst table thead tr td,
.faq-blok .tekst table tbody tr td {
  padding: 10px 10px;
}
.faq-blok .tekst table thead tr:nth-child(odd),
.faq-blok .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.faq-blok .tekst table thead tr img,
.faq-blok .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .faq-blok .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.faq-blok .accordion .collapse-item {
  margin-bottom: 1rem;
}
.faq-blok .accordion .collapse-item .titel {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1rem 2rem;
  background: #2776c1;
  border-radius: 5px;
}
.faq-blok .accordion .collapse-item .titel * {
  color: #ffffff;
  margin: 0;
}
.faq-blok .accordion .collapse-item .titel .vraag {
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .titel .vraag button {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.22727273;
  margin-bottom: 1rem;
  color: #24292e;
  font-size: 1.2rem;
  text-align: left;
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
}
.faq-blok .accordion .collapse-item .titel .close {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.faq-blok .accordion .collapse-item .titel .close svg {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #ffffff;
  content: '';
  top: .5rem;
  right: 0;
  width: 1rem;
  height: 1rem;
}
.faq-blok .accordion .collapse-item .collapse-itself {
  padding-bottom: 2rem;
  display: none;
  width: calc(100% - 2rem);
}
.faq-blok .accordion .collapse-item .collapse-itself *:last-child {
  margin-bottom: 0;
}
.faq-blok .accordion .collapse-item .collapse-itself .antwoord {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  padding: 1rem 2rem 0 2rem;
}
.faq-blok .accordion .collapse-item:hover .titel,
.faq-blok .accordion .collapse-item:focus .titel {
  background-color: rgba(39, 118, 193, 0.85);
}
.faq-blok .accordion .collapse-item:hover .titel .close,
.faq-blok .accordion .collapse-item:focus .titel .close {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.faq-blok .accordion .collapse-item.show .titel {
  background: transparent;
}
.faq-blok .accordion .collapse-item.show .titel * {
  color: #24292e;
}
.faq-blok .accordion .collapse-item.show .titel .vraag button {
  color: #24292e;
}
.faq-blok .accordion .collapse-item.show .titel .close {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: #2776c1;
}
.faq-blok .accordion .collapse-item.show .titel .close svg {
  opacity: 1;
}
.faq-blok .accordion .collapse-item.show .collapse-itself .antwoord {
  padding-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .faq-blok .accordion .collapse-item .collapse-itself {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-blok .accordion .collapse-item .titel {
    padding: 1rem 1rem;
  }
  .faq-blok .accordion .collapse-item .collapse-itself .antwoord {
    padding: 1rem 1rem 0 1rem;
  }
}
.contactgegevens .titel {
  margin-bottom: .5rem;
}
.contactgegevens ul {
  margin: 0 !important;
}
.contactgegevens ul li {
  padding-left: 0 !important;
}
.contactgegevens ul li::before {
  display: none;
}
.form-group {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #24292e;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 1rem;
  top: 1rem;
  z-index: 1;
  width: calc(calc(100% - 2.5rem));
  overflow: hidden;
  height: calc(2px + 16px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 2rem;
  margin-right: 1rem;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #24292e;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border: none;
  font-weight: 500;
  position: relative;
  display: block;
  height: calc(2rem + 16px);
  border: 1px solid #e0e0e0;
  font-size: 16px;
  line-height: calc(calc(16px + 2px));
  letter-spacing: 0px;
  padding: 1rem 1rem .5rem 1rem;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.form-group textarea {
  resize: vertical;
  height: 9rem;
  min-height: 9rem;
  max-height: 400px;
  line-height: normal;
  padding-top: 1rem;
}
.form-group select {
  padding-top: 1.5rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid .5rem #A6A6A6;
  border-right: solid .5rem transparent;
  border-bottom: solid .5rem transparent;
  border-left: solid .5rem transparent;
  top: 1.5rem;
  right: 1rem;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: .5rem;
  top: 2px;
  left: 0;
  width: 1rem;
  height: 1rem;
  max-height: 1rem;
  max-width: 1rem;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 1rem;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 1rem;
}
.form-group input[type="radio"]:checked {
  background-size: .5rem;
  background-image: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.5rem;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.form-group.input-active input[type="date"] {
  color: #24292e;
}
.form-group.input-active label.filename {
  color: #24292e;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 600;
  color: transparent;
  pointer-events: none;
  left: 3.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.form-group.fileupload label.titel {
  font-weight: 500;
  color: #24292e;
  left: 3.5rem;
  width: calc(100% - 3.5rem);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 1rem;
  background: url('https://www.tiobe.com/wp-content/themes/tiobe/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 1.5rem;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 5rem;
}
.form-group.required.select select {
  padding-right: 3.5rem;
}
.form-group.required.select::before {
  right: 2.5rem;
}
.form-group.required input {
  padding-right: 2.5rem;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 600;
  color: #ea5734;
  height: 1rem;
  font-size: 1.375rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - .5rem);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: .5rem 1rem;
  color: #24292e;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 1rem;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.single-nieuws .single-titel {
  margin-bottom: 0;
}
.single-nieuws .datum {
  display: block;
  margin-bottom: 1rem;
  color: #2776c1;
}
.single-nieuws .news-image {
  background: center center no-repeat;
  background-size: contain;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.single-nieuws .news-image .ratio {
  padding-bottom: 50%;
}
@media only screen and (min-width: 992px) {
  .tiobe-index .content {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991px) {
  .tiobe-index .content {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .tiobe-index .content {
    margin-bottom: 3rem;
  }
}
.tiobe-index .content.no-margin {
  margin-bottom: 0;
}
.tiobe-index .content .tekst ul {
  margin: 0 0 2em 0.5rem;
}
.tiobe-index .content .tekst ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tiobe-index .content .tekst ul li strong {
  font-weight: 600;
}
.tiobe-index .content .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #24292e;
  top: calc(32px / 2 - 3px);
}
.tiobe-index .content .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 2em 0.5rem;
}
.tiobe-index .content .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 1.5rem;
}
.tiobe-index .content .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.tiobe-index .content .tekst a {
  white-space: nowrap;
  position: relative;
}
.tiobe-index .content .tekst a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #ea5734;
  height: 1px;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tiobe-index .content .tekst a:hover::after {
  width: 100%;
}
.tiobe-index .content .tekst a.button::after {
  display: none;
}
.tiobe-index .content .tekst blockquote {
  margin: 0 0 2rem .5rem;
  border-left: 3px solid #24292e;
  padding: 0 0 0 1.5rem;
}
.tiobe-index .content .tekst *:last-child {
  margin-bottom: 0;
}
.tiobe-index .content .tekst table {
  margin-bottom: 2rem;
  width: 100%;
}
.tiobe-index .content .tekst table * {
  text-align: left;
}
.tiobe-index .content .tekst table thead tr,
.tiobe-index .content .tekst table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.tiobe-index .content .tekst table thead tr th,
.tiobe-index .content .tekst table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.tiobe-index .content .tekst table thead tr td,
.tiobe-index .content .tekst table tbody tr td {
  padding: 10px 10px;
}
.tiobe-index .content .tekst table thead tr:nth-child(odd),
.tiobe-index .content .tekst table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
.tiobe-index .content .tekst table thead tr img,
.tiobe-index .content .tekst table tbody tr img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .tiobe-index .content .tekst table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.tiobe-index .content ul {
  padding-left: 15px;
}
.tiobe-index .content ul li {
  list-style: disc;
}
.tiobe-index .content pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  line-height: 1.5;
  color: #333;
  white-space: pre-line;
  word-break: keep-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tiobe-index .content pre p {
  margin: 0;
}
.tiobe-index .content pre img {
  vertical-align: middle;
}
.tiobe-index .content table {
  margin-bottom: 2rem;
  width: 100%;
}
.tiobe-index .content table * {
  text-align: left;
}
.tiobe-index .content table thead tr,
.tiobe-index .content table tbody tr {
  border-bottom: 2px solid #a6aaaf;
}
.tiobe-index .content table thead tr th,
.tiobe-index .content table tbody tr th {
  font-weight: 600;
  padding: 10px 10px;
}
.tiobe-index .content table thead tr td,
.tiobe-index .content table tbody tr td {
  padding: 10px 10px;
}
.tiobe-index .content table thead tr:nth-child(odd),
.tiobe-index .content table tbody tr:nth-child(odd) {
  background: #dbe0e5;
}
@media only screen and (max-width: 767px) {
  .tiobe-index .content table thead tr th,
  .tiobe-index .content table tbody tr th {
    display: table-cell;
    margin: 0;
  }
}
table td b,
table td strong {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  table#large thead,
  table#mid thead,
  table#small thead {
    display: none;
  }
  table#large td,
  table#mid td,
  table#small td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  table#large td::before,
  table#mid td::before,
  table#small td::before {
    display: inline-block;
    font-weight: 600;
    width: 100px;
  }
  table#large td:nth-child(1)::before,
  table#mid td:nth-child(1)::before,
  table#small td:nth-child(1)::before {
    content: 'Q1-2022:';
  }
  table#large td:nth-child(2)::before,
  table#mid td:nth-child(2)::before,
  table#small td:nth-child(2)::before {
    content: 'Q4-2022:';
  }
  table#large td:nth-child(3)::before,
  table#mid td:nth-child(3)::before,
  table#small td:nth-child(3)::before {
    content: 'Project:';
  }
  table#large td:nth-child(4)::before,
  table#mid td:nth-child(4)::before,
  table#small td:nth-child(4)::before {
    content: 'Company:';
  }
  table#large td:nth-child(5)::before,
  table#mid td:nth-child(5)::before,
  table#small td:nth-child(5)::before {
    content: 'TQI Score:';
  }
  table#large td:nth-child(6)::before,
  table#mid td:nth-child(6)::before,
  table#small td:nth-child(6)::before {
    content: 'TQI Level:';
  }
  table#mid td:nth-child(1)::before,
  table#small td:nth-child(1)::before {
    content: 'Q1-2022:';
  }
  table#mid td:nth-child(2)::before,
  table#small td:nth-child(2)::before {
    content: 'Project:';
  }
  table#mid td:nth-child(3)::before,
  table#small td:nth-child(3)::before {
    content: 'Company:';
  }
  table#mid td:nth-child(4)::before,
  table#small td:nth-child(4)::before {
    content: 'TQI Score:';
  }
  table#mid td:nth-child(5)::before,
  table#small td:nth-child(5)::before {
    content: 'TQI Level:';
  }
}
@media only screen and (max-width: 767px) {
  table#large,
  table#mid,
  table#small {
    display: inherit;
  }
  table#large td,
  table#mid td,
  table#small td {
    width: 100vw;
  }
}
@media only screen and (max-width: 575px) {
  table#top20 thead,
  table#otherPL thead,
  table#VLTH thead {
    display: none;
  }
  table#top20 tr td,
  table#otherPL tr td,
  table#VLTH tr td {
    display: block;
    width: 100%;
    white-space: nowrap;
  }
  table#top20 tr td::before,
  table#otherPL tr td::before,
  table#VLTH tr td::before {
    display: inline-block;
    width: 65%;
  }
  table#top20 tr td:nth-child(1)::before,
  table#otherPL tr td:nth-child(1)::before,
  table#VLTH tr td:nth-child(1)::before {
    font-weight: 600;
  }
  table#top20 tr td:nth-child(1)::before {
    content: 'This Month:';
  }
  table#top20 tr td:nth-child(2)::before {
    content: 'This Month Last Year:';
  }
  table#top20 tr td:nth-child(3)::before {
    content: 'Change:';
  }
  table#top20 tr td:nth-child(4)::before {
    content: 'Programming Language:';
  }
  table#top20 tr td:nth-child(5) {
    font-weight: 600;
  }
  table#top20 tr td:nth-child(5)::before {
    content: '';
  }
  table#top20 tr td:nth-child(6)::before {
    content: 'Ratings:';
  }
  table#top20 tr td:nth-child(7)::before {
    content: 'Change:';
  }
  table#otherPL tr td:nth-child(1)::before {
    content: 'Position:';
  }
  table#otherPL tr td:nth-child(2) {
    font-weight: 600;
  }
  table#otherPL tr td:nth-child(2)::before {
    content: 'Programming Language:';
  }
  table#otherPL tr td:nth-child(3)::before {
    content: 'Ratings:';
  }
  table#VLTH tr td:nth-child(1)::before {
    content: 'Programming Language:';
  }
  table#VLTH tr td:nth-child(2)::before {
    content: '2020:';
  }
  table#VLTH tr td:nth-child(3)::before {
    content: '2015:';
  }
  table#VLTH tr td:nth-child(4)::before {
    content: '2010:';
  }
  table#VLTH tr td:nth-child(5)::before {
    content: '2005:';
  }
  table#VLTH tr td:nth-child(6)::before {
    content: '2000:';
  }
  table#VLTH tr td:nth-child(7)::before {
    content: '1995:';
  }
  table#VLTH tr td:nth-child(8)::before {
    content: '1990:';
  }
  table#VLTH tr td:nth-child(9)::before {
    content: '1985:';
  }
  table#PLHoF,
  table#langtoc {
    width: 100%;
  }
  table#PLHoF tbody,
  table#langtoc tbody {
    width: 100%;
  }
  table#PLHoF tr,
  table#langtoc tr {
    display: table-row;
  }
  table#PLHoF td,
  table#langtoc td {
    display: table-cell;
  }
  table#MT tr {
    display: block;
  }
  table#MT tr td:nth-child(1) {
    max-width: 40%;
  }
  table#MT tr td:nth-child(2) {
    max-width: 80%;
  }
}
