@charset "UTF-8";
/* Colors */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i&display=swap");
body {
  color: #666666;
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .sidebar h2 {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #e66733;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  h1, .sidebar h2 {
    margin-bottom: 1rem;
  }
}

h1:before, .sidebar h2:before {
  font-family: FontAwesome;
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 768px) {
  h1:before, .sidebar h2:before {
    margin-left: -25px;
  }
}

h2,
h3,
h4,
h5,
h6 {
  color: #2d80b9;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 900;
}

h2 {
  font-size: 18px;
}

h3, h4, h5 {
  font-size: 16px;
  color: #666666;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 33px;
}

p {
  color: #666666;
  line-height: 1.6;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #666666;
}

.content h1:first-child, .content .sidebar h2:first-child, .sidebar .content h2:first-child {
  margin-bottom: 10px;
}

html {
  scroll-behavior: smooth;
}

.print-notification {
  font-size: 0.8em;
}

.print-only {
  display: none;
}

.limiter {
  box-sizing: border-box;
  max-width: 74.6666666667em;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0.8333333333em;
}

.pre-content {
  margin-bottom: 15px;
  float: left;
}
@media screen and (min-width: 768px) {
  .pre-content {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .pre-content {
    float: none;
  }
}

.pre-content .limiter {
  padding: 0;
}

button {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  height: auto;
  max-width: 100%;
}

img[src="/wp-content/themes/Kwotea/img/placeholder.jpg"],
img[src="/kwotea/wp-content/themes/Kwotea/img/placeholder.jpg"] {
  height: 100%;
  width: auto;
  max-height: 200px;
}

#submitFrmBtn {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  color: white;
}

main .content {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
  margin-bottom: 50px;
}
main .content:last-child {
  width: 100%;
}
main .content:last-child {
  margin-right: 0;
}
main aside {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
main aside:last-child {
  width: 100%;
}
main aside:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  main aside {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    margin-bottom: 50px;
    padding-right: 20px;
  }
  main aside:last-child {
    width: 31.8112633181%;
  }
  main aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 996px) {
  main aside {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    margin-bottom: 50px;
    padding-right: 60px;
  }
  main aside:last-child {
    width: 31.8112633181%;
  }
  main aside:last-child {
    margin-right: 0;
  }
}
main aside + .content {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
main aside + .content:last-child {
  width: 100%;
}
main aside + .content:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  main aside + .content {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  main aside + .content:last-child {
    width: 65.9056316591%;
  }
  main aside + .content:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  main .limiter:first-child {
    display: flex;
    flex-flow: column;
  }

  aside {
    order: 2;
  }

  .content {
    order: 1;
  }
}
/*
.home__content {
}

.main__content {
  @include make-col-ready();

  @include media-breakpoint-up(lg) {
    @include make-col(9);
  }
}

.main__sidebar {
  @include make-col-ready();

  @include media-breakpoint-up(lg) {
    @include make-col(3);
  }
}

.main__infoguide {
  @include make-col-ready();

  @include media-breakpoint-up(lg) {
    @include make-col(12);
  }
}

.single__infoguide {
  @include make-col-ready();

  @include media-breakpoint-up(lg) {
    @include make-col(3);
  }

}

.articles {
}

.bisbeurs__content {
}

.single__brochure {
  @include make-col-ready();

  @include media-breakpoint-up(sm) {
    @include make-col(4);
  }
}

.main__company {
  @include media-breakpoint-up(sm) {
    @include make-col(4);
  }
}

.main__companybig {
  @include media-breakpoint-up(sm) {
    @include make-col(6);
  }
}
*/
.header__logo {
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  width: 180px;
  margin: 15px auto 0 auto;
}

.sb-toggle-right {
  position: absolute;
  top: 5px;
  right: 10px;
  height: 20px;
  width: 20px;
  z-index: 999;
}

.header {
  height: 75px;
}

@media screen and (min-width: 992px) {
  .header {
    padding: 25px 0;
    height: auto;
  }

  .header__logo {
    float: left;
    padding-bottom: 0;
    width: 200px;
    margin-top: 0;
  }

  .sb-toggle-right {
    display: none;
  }
}
.parentname a {
  display: none;
}

.counterArticles {
  display: inline;
}
.counterArticles a {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  border-radius: 50%;
  margin-left: 25px;
  color: #FFF !important;
  padding: 0 5px;
  text-decoration: none;
}

.navbar--primary ul li:hover > a {
  border-bottom: 1px solid #e66733;
}

.navbar--primary ul li.parentname:hover > a {
  border-bottom: none;
}

.navbar--primary ul li a {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .navbar--primary {
    padding-bottom: 0;
  }
  .navbar--primary .parentname a {
    display: block;
  }
  .navbar--primary ul.menu {
    font-size: 15px;
    line-height: 1;
    list-style: none;
    margin-bottom: 0;
  }
  .navbar--primary ul.menu a {
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
  }
  .navbar--primary ul.menu a:hover,
.navbar--primary .active > a {
    border-bottom: 1px solid #e66733;
  }
  .navbar--primary ul.menu li {
    display: inline;
    position: relative;
    padding-bottom: 3px;
  }
  .navbar--primary .hover {
    border-bottom: 1px solid #e66733;
  }
  .navbar--primary ul.menu li + li {
    margin-left: 40px;
  }
  .navbar--primary .sub-menu {
    display: none;
    position: absolute;
    column-gap: 0;
    column-fill: balance;
    -moz-column-fill: balance;
    top: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 5px 0 rgba(211, 211, 211, 0.75);
    width: 750px;
    height: 308px;
    padding: 25px;
    padding-top: 45px;
    margin-left: -442px;
    z-index: 26;
  }
  .navbar--primary .sub-menu .menu-item {
    width: 43%;
    float: left;
  }
  .navbar--primary .sub-menu li {
    display: block !important;
    margin-left: 0 !important;
    text-align: left;
    padding-top: 13px;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .navbar--primary .sub-menu li:nth-child(2) {
    padding-top: 20px;
  }
  .navbar--primary .sub-menu li:nth-child(3) {
    padding-top: 20px;
  }
  .navbar--primary .sub-menu li:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .navbar--primary .sub-menu .parentname {
    position: absolute;
    padding-top: 0;
    top: 25px;
    left: 25px;
  }
  .navbar--primary .sub-menu .parentname a {
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-weight: 700;
    color: #e66733;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .navbar--primary .sub-menu .menucat {
    position: absolute;
    padding-top: 0;
    left: 535px;
    top: 65px;
    padding-left: 15px;
  }
  .navbar--primary .sub-menu .menucat.cat-1 {
    top: 65px;
    z-index: 8;
  }
  .navbar--primary .sub-menu .menucat.cat-2 {
    padding-top: 28px;
    z-index: 7;
  }
  .navbar--primary .sub-menu .menucat.cat-3 {
    padding-top: 53px;
    z-index: 6;
  }
  .navbar--primary .sub-menu .menucat.cat-4 {
    padding-top: 78px;
    z-index: 5;
  }
  .navbar--primary .sub-menu .menucat.cat-5 {
    padding-top: 103px;
    z-index: 4;
  }
  .navbar--primary .sub-menu .menucat.cat-6 {
    padding-top: 128px;
    z-index: 3;
  }
  .navbar--primary .sub-menu .menucat.cat-7 {
    padding-top: 153px;
    z-index: 2;
  }
  .navbar--primary .sub-menu .menucat.cat-8 {
    padding-top: 178px;
    z-index: 1;
  }
  .navbar--primary .sub-menu .menucat.cat-9 {
    padding-top: 203px;
    border-left: 1px solid #e66733;
    z-index: 0;
  }
  .navbar--primary ul.menu > li:hover ul.sub-menu {
    display: block;
  }
}
.navbar--secondary {
  padding-top: 0;
  margin-bottom: 10px;
}
.navbar--secondary ul.menu {
  font-size: 13px;
  line-height: 1;
  list-style: none;
}
.navbar--secondary ul.menu a {
  color: #d3d3d3;
  text-decoration: none;
}
.navbar--secondary ul.menu a:hover,
.navbar--secondary .active > a {
  border-bottom: 1px solid #e66733;
}
.navbar--secondary ul.menu li {
  display: inline;
}
.navbar--secondary ul.menu li + li {
  margin-left: 25px;
}

#language-selector {
  font-size: 11.7px;
  margin-left: 25px;
  padding: 0;
}
#language-selector li {
  display: inline;
}
#language-selector a {
  color: #cccccc !important;
}
#language-selector .current-lang a {
  color: #999999 !important;
}
#language-selector .lang-item {
  margin: 0 !important;
}
#language-selector .lang-item.lang-item-first:after {
  padding-left: 4px;
  padding-right: 4px;
  content: "|";
  font-weight: normal;
  color: #d3d3d3;
}

.navbar-toggler {
  display: block;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
}

[off-canvas] {
  background: #4c7994;
}

.navbar--sidebar .navbar--primary {
  border-bottom: 1px solid #ffffff;
  margin-top: -2px;
}
.navbar--sidebar .navbar--primary .cat-1 {
  border-top: 1px solid white;
}

.navbar--siderbar--header {
  overflow: hidden;
  margin-bottom: 25px;
}
.navbar--siderbar--header a {
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  width: 180px;
  margin: 15px auto 0 auto;
  display: block;
}

.navbar--sidebar .sb-toggle-right {
  position: absolute;
  top: 5px;
  right: -20px;
  height: 20px;
  width: 20px;
}
.navbar--sidebar .sb-toggle-right img {
  height: 16px;
}

.sb-slidebar {
  background: white;
  padding: 0 30px 20px;
}

.navbar--sidebar .sidebar--header {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #e66733;
}

.navbar--sidebar .navbar--secondary ul li {
  font-size: 15px;
}
.navbar--sidebar .navbar--secondary #menu-secundair-menu-1 li:nth-child(1) {
  margin-top: 2px;
}
.navbar--sidebar .navbar--secondary #menu-secundair-menu-1 li:nth-child(2) {
  margin-top: 25px;
}

.navbar--sidebar ul {
  line-height: 20px !important;
}

.navbar--sidebar .navbar--primary ul.menu {
  margin-bottom: 0;
}

.navbar--sidebar .navbar--primary ul.menu li,
.navbar--sidebar .navbar--secondary ul.menu li {
  display: block;
  margin: 0;
}

.navbar--sidebar .sub-menu {
  display: none;
  padding-left: 10px;
}

.navbar--sidebar .navbar--primary .menu,
.navbar--sidebar .navbar--secondary .menu {
  width: 100%;
}

.navbar--sidebar .navbar--primary .menu a,
.navbar--sidebar .navbar--secondary .menu a {
  color: #666666;
}

.navbar--sidebar .lang-item a {
  color: #666666 !important;
}

.navbar--sidebar .current-lang a {
  color: #e66733 !important;
}

.navbar--sidebar #language-selector {
  margin: 0;
  padding: 10px;
  padding-top: 25px;
  padding-left: 0;
}

.navbar__sidebar--labels {
  float: left;
  display: block;
  width: 25.5707762557%;
  margin-right: 2.2831050228%;
  width: 23.2876712329%;
  overflow: hidden;
}
.navbar__sidebar--labels:last-child {
  width: 23.2876712329%;
}
.navbar__sidebar--labels:last-child {
  margin-right: 0;
}

.navbar__sidebar--menus {
  float: left;
  display: block;
  width: 76.7123287671%;
  margin-right: 2.2831050228%;
  width: 74.4292237443%;
}
.navbar__sidebar--menus:last-child {
  width: 74.4292237443%;
}
.navbar__sidebar--menus:last-child {
  margin-right: 0;
}
.navbar__sidebar--menus .counterArticles a {
  margin-left: 0;
}

.navbar__sidebar--label {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  width: 90%;
  transform: skew(-17deg);
  margin-left: -5px;
}
.navbar__sidebar--label p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  transform: skew(18deg);
  padding-left: 10px;
  font-size: 12px;
}

.navbar__sidebar--label:nth-child(2) {
  margin-top: 53px;
}

.navbar__sidebar--label:nth-child(3) {
  margin-top: 180px;
}

.navbar__sidebar--label:nth-child(4) {
  margin-top: 25px;
}

.navbar__sidebar--label:nth-child(5) {
  margin-top: 65px;
}

.navbar--categories {
  margin-top: 12px;
}
.navbar--categories ul {
  padding: 0;
  list-style: none;
}

.navbar {
  padding: 0;
}

.navbar ul.menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .submenu {
  display: none;
}

.header .navbar--primary,
.header .navbar--secondary {
  display: none;
  text-align: right;
}

.iconmobile {
  display: block;
}

@media screen and (min-width: 992px) {
  .header .navbar--primary {
    display: block;
  }

  .header .navbar--secondary {
    display: block;
  }

  .iconmobile {
    display: none;
  }
}
.headerimage {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .headerimage__image {
    height: auto;
  }
}

.headerimage__overlay {
  background: rgba(173, 79, 40, 0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173, 79, 40, 0.8)), color-stop(100%, rgba(230, 103, 51, 0.8)));
  background: linear-gradient(to right, rgba(173, 79, 40, 0.8) 0%, rgba(230, 103, 51, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  height: 100%;
  position: absolute;
  top: 0;
  transform: skew(-17deg);
  width: 77%;
  left: -15%;
}

.headerimage__category {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #ffffff;
  left: 10px;
  top: 5px;
  position: absolute;
  z-index: 10;
  width: 55%;
  line-height: 1;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .headerimage__category {
    line-height: 1.5;
    left: 25px;
  }
}

.headerimage__text {
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  color: #FFF;
  font-size: 22px;
  top: 130px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .headerimage__text {
    top: 90px;
    font-size: 16px;
  }
}
@media screen and (min-width: 996px) {
  .headerimage__text {
    top: 130px;
    font-size: 22px;
  }
}

.headerimage__category--parent {
  background: #ffffff;
  color: #e66733;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
  left: 15px;
  padding: 2px 9px;
  position: absolute;
  text-transform: lowercase;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .headerimage__category--parent {
    font-size: 22px;
    top: 15px;
  }
}

.headerimage__category--parent + .headerimage__category {
  top: 35px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .headerimage__category--parent + .headerimage__category {
    top: 55px;
  }
}

.big_header img:nth-child(2n) {
  position: absolute;
  top: 0;
  left: 0;
}

.big_header {
  position: relative;
  height: 80px !important;
}

.big_header h1, .big_header .sidebar h2, .sidebar .big_header h2 {
  top: 0;
  color: white;
  font-size: 17px;
  padding-left: 12px;
  padding-top: 5px;
  position: absolute;
}
.big_header h1:before, .big_header .sidebar h2:before, .sidebar .big_header h2:before {
  display: none;
}

.big_header .subtitle {
  font-size: 14px;
  padding-left: 41px;
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .headerimage__category {
    font-size: 35px;
  }

  .big_header h1, .big_header .sidebar h2, .sidebar .big_header h2 {
    color: white;
    font-size: 35px;
    padding-left: 30px;
    padding-top: 25px;
    position: absolute;
  }

  .big_header .subtitle {
    font-size: 25px;
    padding-left: 110px;
    padding-top: 62px;
  }

  .big_header img {
    height: 240px !important;
  }

  .big_header {
    height: 240px !important;
  }
}
@media screen and (min-width: 992px) {
  .headerimage__category {
    font-size: 45px;
  }

  .headerimage__category {
    width: 55%;
  }

  .big_header img {
    height: 320px !important;
  }

  .big_header {
    height: 320px !important;
  }

  .big_header h1, .big_header .sidebar h2, .sidebar .big_header h2 {
    color: white;
    font-size: 45px;
    padding-left: 30px;
    padding-top: 25px;
    position: absolute;
  }

  .big_header .subtitle {
    font-size: 32px;
    font-weight: 900;
    font-style: italic;
    padding-left: 180px;
    padding-top: 62px;
  }
}
.content--text {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.content--image {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
}

.content--text_image {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.content--text_image .content__text {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_image .content__text:last-child {
  width: 100%;
}
.content--text_image .content__text:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image .content__text {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  .content--text_image .content__text:last-child {
    width: 65.9056316591%;
  }
  .content--text_image .content__text:last-child {
    margin-right: 0;
  }
}
.content--text_image .content__image {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_image .content__image:last-child {
  width: 100%;
}
.content--text_image .content__image:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image .content__image {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
  }
  .content--text_image .content__image:last-child {
    width: 31.8112633181%;
  }
  .content--text_image .content__image:last-child {
    margin-right: 0;
  }
}

.content--text_image_cols,
.content--text_icon_cols {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content--text_image_cols,
.content--text_icon_cols {
    margin: 50px 0;
  }
}
.content--text_image_cols .column-2,
.content--text_icon_cols .column-2 {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
  margin-top: 20px;
}
.content--text_image_cols .column-2:last-child,
.content--text_icon_cols .column-2:last-child {
  width: 100%;
}
.content--text_image_cols .column-2:last-child,
.content--text_icon_cols .column-2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image_cols .column-2,
.content--text_icon_cols .column-2 {
    float: left;
    display: block;
    width: 51.1415525114%;
    margin-right: 2.2831050228%;
    width: 48.8584474886%;
    margin-top: 0;
  }
  .content--text_image_cols .column-2:last-child,
.content--text_icon_cols .column-2:last-child {
    width: 48.8584474886%;
  }
  .content--text_image_cols .column-2:last-child,
.content--text_icon_cols .column-2:last-child {
    margin-right: 0;
  }
}
.content--text_image_cols .column-3,
.content--text_icon_cols .column-3 {
  margin-top: 20px;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_image_cols .column-3:last-child,
.content--text_icon_cols .column-3:last-child {
  width: 100%;
}
.content--text_image_cols .column-3:last-child,
.content--text_icon_cols .column-3:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image_cols .column-3,
.content--text_icon_cols .column-3 {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    margin-top: 0;
  }
  .content--text_image_cols .column-3:last-child,
.content--text_icon_cols .column-3:last-child {
    width: 31.8112633181%;
  }
  .content--text_image_cols .column-3:last-child,
.content--text_icon_cols .column-3:last-child {
    margin-right: 0;
  }
}
.content--text_image_cols .column-4,
.content--text_icon_cols .column-4 {
  margin-top: 20px;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_image_cols .column-4:last-child,
.content--text_icon_cols .column-4:last-child {
  width: 100%;
}
.content--text_image_cols .column-4:last-child,
.content--text_icon_cols .column-4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image_cols .column-4,
.content--text_icon_cols .column-4 {
    float: left;
    display: block;
    width: 25.5707762557%;
    margin-right: 2.2831050228%;
    width: 23.2876712329%;
    margin-top: 0;
  }
  .content--text_image_cols .column-4:last-child,
.content--text_icon_cols .column-4:last-child {
    width: 23.2876712329%;
  }
  .content--text_image_cols .column-4:last-child,
.content--text_icon_cols .column-4:last-child {
    margin-right: 0;
  }
}
.content--text_image_cols .column-5,
.content--text_icon_cols .column-5 {
  margin-top: 20px;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_image_cols .column-5:last-child,
.content--text_icon_cols .column-5:last-child {
  width: 100%;
}
.content--text_image_cols .column-5:last-child,
.content--text_icon_cols .column-5:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_image_cols .column-5,
.content--text_icon_cols .column-5 {
    float: left;
    display: block;
    width: 17.0471841705%;
    margin-right: 2.2831050228%;
    width: 14.7640791476%;
    margin-top: 0;
  }
  .content--text_image_cols .column-5:last-child,
.content--text_icon_cols .column-5:last-child {
    width: 14.7640791476%;
  }
  .content--text_image_cols .column-5:last-child,
.content--text_icon_cols .column-5:last-child {
    margin-right: 0;
  }
}

.content--faq {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
  float: left;
  display: block;
  width: 85.2359208524%;
  margin-right: 2.2831050228%;
  width: 82.9528158295%;
  overflow: visible;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.content--faq:last-child {
  width: 82.9528158295%;
}
.content--faq:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--faq {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  .content--faq:last-child {
    width: 65.9056316591%;
  }
  .content--faq:last-child {
    margin-right: 0;
  }
}

.content--advantages {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
  float: left;
  display: block;
  width: 85.2359208524%;
  margin-right: 2.2831050228%;
  width: 82.9528158295%;
  overflow: visible;
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.content--advantages:last-child {
  width: 82.9528158295%;
}
.content--advantages:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--advantages {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  .content--advantages:last-child {
    width: 65.9056316591%;
  }
  .content--advantages:last-child {
    margin-right: 0;
  }
}

.content--cta {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.content--cta .content__cta--image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.content--cta .content__cta--text {
  position: absolute;
  top: 4%;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  right: 0;
  left: 0;
  text-shadow: 5px 3px 5px #000000;
}
.content--cta .content__cta--button {
  display: block;
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.content--cta .content__cta--text.right {
  position: absolute;
  text-align: left;
  top: 15%;
  left: 4%;
  margin-left: 0;
  margin-right: 0;
  width: 60%;
}
.content--cta .content__cta--button.right {
  position: absolute;
  right: 4%;
  top: 40%;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: auto;
}
.content--cta .content__cta--text h2 {
  font-size: 35px;
  color: #ffffff;
}
.content--cta .content__cta--text p {
  color: #ffffff;
}

.content--youtube {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
  position: relative;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.content--youtube:last-child {
  width: 100%;
}
.content--youtube:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--youtube {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
    position: relative;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .content--youtube:last-child {
    width: 65.9056316591%;
  }
  .content--youtube:last-child {
    margin-right: 0;
  }
}
.content--youtube .youtube {
  display: block;
  margin: 0 auto;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.content--youtube .youtube img {
  position: absolute;
  cursor: pointer;
  width: 70px;
  height: 50px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.content--youtube .youtube-box {
  display: block;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56%;
  position: relative;
  width: 100%;
}
.content--youtube .youtube-box iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.content--text_quote {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
  margin: 50px 0;
}
.content--text_quote .content--text_quote--text {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_quote .content--text_quote--text:last-child {
  width: 100%;
}
.content--text_quote .content--text_quote--text:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_quote .content--text_quote--text {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
    padding-right: 30px;
  }
  .content--text_quote .content--text_quote--text:last-child {
    width: 65.9056316591%;
  }
  .content--text_quote .content--text_quote--text:last-child {
    margin-right: 0;
  }
}
.content--text_quote .content--text_quote--quote {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.content--text_quote .content--text_quote--quote:last-child {
  width: 100%;
}
.content--text_quote .content--text_quote--quote:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--text_quote .content--text_quote--quote {
    float: left;
    display: block;
    width: 85.2359208524%;
    margin-right: 2.2831050228%;
    width: 82.9528158295%;
  }
  .content--text_quote .content--text_quote--quote:last-child {
    width: 82.9528158295%;
  }
  .content--text_quote .content--text_quote--quote:last-child {
    margin-right: 0;
  }
}
.content--text_quote .content--text_quote--quote .quote {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}
.content--text_quote .content--text_quote--quote .quote::before {
  content: url(../img/icons/quote.svg);
  display: block;
  height: 23px;
  width: 32px;
  margin-left: 3px;
  margin-right: 3px;
  float: left;
  background-repeat: no-repeat;
}
.content--text_quote .content--text_quote--quote .author {
  font-size: 14px;
}
.content--text_quote .content--text_quote--quote .author::before {
  content: url(../img/icons/author.svg);
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 3px;
  float: left;
  background-repeat: no-repeat;
  vertical-align: -50%;
}

.content--quote {
  float: left;
  display: block;
  width: 85.2359208524%;
  margin-right: 2.2831050228%;
  width: 82.9528158295%;
  clear: both;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12.5px;
  margin-top: 25px;
}
.content--quote:last-child {
  width: 82.9528158295%;
}
.content--quote:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content--quote {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .content--quote:last-child {
    width: 65.9056316591%;
  }
  .content--quote:last-child {
    margin-right: 0;
  }
}
.content--quote .quote {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: #666;
  margin-bottom: 5px;
}
.content--quote .quote::before {
  content: url(../img/icons/quote.svg);
  display: block;
  height: 23px;
  width: 32px;
  margin-left: 3px;
  margin-right: 3px;
  float: left;
  background-repeat: no-repeat;
}
.content--quote .author {
  font-size: 14px;
}
.content--quote .author::before {
  content: url(../img/icons/author.svg);
  display: block;
  height: 1px;
  width: 40px;
  margin-right: 3px;
  float: left;
  background-repeat: no-repeat;
  vertical-align: -50%;
}

.content--gallery {
  clear: both;
  margin-bottom: 1.2em;
  overflow: hidden;
}
.content--gallery .gallery {
  float: left;
  display: block;
  width: 34.0943683409%;
  margin-right: 2.2831050228%;
  width: 31.8112633181%;
}
.content--gallery .gallery:last-child {
  width: 31.8112633181%;
}
.content--gallery .gallery:last-child {
  margin-right: 0;
}

.content__text h2 {
  color: #666666;
  font-size: 35px;
  text-align: center;
}
.content__text p {
  margin-bottom: 15px;
  text-align: left;
}
.content--text_image_col .content__text {
  background: #ededed;
  padding: 12px 15px 15px 15px;
  font-size: 0.9em;
}
.content--text_image_col .content__text p {
  text-align: left;
}
.content--text_icon_col .content__text {
  font-size: 0.9em;
  text-align: center;
}

.content__image img {
  width: 100% !important;
}
.content--text_image .content__image {
  margin-top: 4px;
}
.content--text_icon_col .content__image {
  margin-bottom: 1em;
}

.content__button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
}
.content--text_image_col .content__button, .content--text_icon_col .content__button {
  width: 100%;
}
.content--text_image_col .content__button button, .content--text_icon_col .content__button button {
  padding-left: 10px;
  padding-right: 10px;
}

.content__collapsible {
  margin-bottom: 1em;
}
.content__collapsible.expanded .content__collapsible__title::before {
  content: url(../img/icons/faqexpanded.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}
.content__collapsible.expanded .content__collapsible__title.advantage::before {
  content: url(../img/icons/advantageexpanded.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}
.content__collapsible.expanded .content__collapsible__title.disadvantage::before {
  content: url(../img/icons/disadvantageexpanded.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}
.content__collapsible__title {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #e66733;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.content__collapsible__title::before {
  content: url(../img/icons/faq.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}
.content__collapsible__title.advantage::before {
  content: url(../img/icons/advantage.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}
.content__collapsible__title.disadvantage::before {
  content: url(../img/icons/disadvantage.svg);
  display: block;
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: -28px;
  float: left;
  background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
  .social_sharing hr {
    width: 85px;
  }
}
.item__article .circle img {
  -webkit-clip-path: circle();
          clip-path: circle();
}
.item__article .faq__block {
  text-align: left;
}
.item__article .faq__block h2 {
  font-size: 35px;
  color: #666;
  text-align: center;
}
.item__article .question {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #e66733;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.item__article .faq {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 25px;
}
.item__article .faq li {
  margin-bottom: 15px;
}
.item__article .faq li.active .answer {
  max-height: 100% !important;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.item__article .faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.item__article .faq .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -30px;
  top: 50%;
  z-index: 2;
}
.item__article .faq .plus-minus-toggle:before, .item__article .faq .plus-minus-toggle:after {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  transition: transform 500ms ease;
}
.item__article .faq .plus-minus-toggle:after {
  transform-origin: center;
}
.item__article .faq .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.item__article .faq .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.item__article .faq .question {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  color: #e66733;
  transition: color 0.5s ease;
  text-align: left;
}

.content__text a {
  text-decoration: underline;
}
.content__text a:hover {
  color: #e66733;
}
.content__text p {
  margin-bottom: 15px;
  text-align: justify;
  padding-right: 5px;
}

.sidebar__menu-blue,
.sidebar__menu-orange {
  display: none;
}
@media screen and (min-width: 768px) {
  .sidebar__menu-blue,
.sidebar__menu-orange {
    display: block;
  }
}

.sidebar__image--category {
  display: none;
}
@media screen and (min-width: 768px) {
  .sidebar__image--category {
    display: block;
  }
}

.top__articles {
  display: none;
}
@media screen and (min-width: 768px) {
  .top__articles {
    display: block;
  }
}
.top__articles a:hover {
  color: #2d80b9;
}

.sidebar h2 {
  font-size: 16px;
  border: 1px solid #ededed;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 10px 16px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sidebar h2 {
    font-size: 24px;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 1rem;
  }
}
.sidebar .sidebar__text--mobile {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  color: #e66733;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .sidebar .sidebar__text--mobile {
    display: none;
  }
}
.sidebar h2:before {
  display: none;
}
.sidebar h2::after,
.sidebar h3::after {
  background-image: url(../img/icons/arrowbefore.svg);
  background-size: 100% 100%;
  content: "";
  display: block;
  float: right;
  margin-right: -4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .sidebar h2::after,
.sidebar h3::after {
    background-image: none;
  }
}
.sidebar h2.active::after,
.sidebar h3.active::after {
  height: 12px;
  margin-top: 5px;
  background-image: url(../img/icons/arrow.svg);
}
@media screen and (min-width: 768px) {
  .sidebar h2.active::after,
.sidebar h3.active::after {
    background-image: none;
  }
}
.sidebar h3 {
  color: #2d80b9;
  font-size: 16px;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .sidebar h3 {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.sidebar ul {
  list-style: none;
  padding-left: 40px;
}
@media screen and (min-width: 768px) {
  .sidebar ul {
    padding-left: 30px;
  }
}
.sidebar a {
  text-decoration: none;
}
.sidebar ul li a:before {
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  margin-left: -25px;
  padding-right: 10px;
  position: relative;
  top: -1px;
  color: #e66733;
}
.sidebar ul li a:hover {
  color: #e66733;
}
.sidebar .sub-menu {
  padding-left: 10px;
}
.sidebar .sidebar__menu-orange .active a {
  font-weight: 700;
}
.sidebar .sidebar__menu-orange.sidebar__extra ul {
  margin-bottom: 0;
}
.sidebar .sidebar__menu-orange .active ul li a {
  font-weight: normal;
}
.sidebar .sidebar__menu-orange ul#menu-primair-menu-1 li ul.sub-menu {
  display: none;
}
.sidebar .sidebar__menu-orange ul li.current-menu-parent,
.sidebar .sidebar__menu-orange ul li.current-menu-parent ul.sub-menu,
.sidebar .sidebar__menu-orange ul li.current-menu-item ul.sub-menu,
.sidebar .sidebar__menu-orange ul li.current-menu-item ul.sub-menu {
  display: block !important;
}
.sidebar .sidebar__menu-blue .current-menu-item a,
.sidebar .sidebar__menu-blue .current-menu-ancestor .current-menu-ancestor a,
.sidebar .sidebar__menu-blue .current-menu-ancestor .current-menu-parent a {
  color: #2d80b9 !important;
}
.sidebar .sidebar__menu-blue .current-menu-parent ul li a {
  color: #666666;
}
.sidebar .sidebar__menu-blue .active a {
  color: #2d80b9;
}
.sidebar .sidebar__menu-blue ul li a:before {
  color: #2d80b9;
}
.sidebar .sidebar__menu-blue ul li a:hover {
  color: #2d80b9;
}
.sidebar .sidebar__menu-blue .current-menu-ancestor a:before {
  display: inline-block;
  transform: rotate(90deg);
  padding: 0;
  padding-top: 7px;
  padding-left: 7px;
  margin-right: 3px;
}
.sidebar .sidebar__menu-blue .current-menu-ancestor .sub-menu li a:before {
  display: inline-block;
  transform: rotate(0deg);
  padding: 0 10px 0 0;
  margin-right: 0;
}
.sidebar .sidebar__image--category {
  margin: 15px 0;
}
.sidebar .top__articles {
  margin-bottom: 20px;
}
.sidebar .top__articles a {
  margin-left: 5px;
}
.sidebar .top__articles a:before {
  font-family: FontAwesome;
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  padding-right: 10px;
  top: -1px;
  color: #2d80b9;
}

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

.main__sidebar li {
  list-style: none;
}

.main__sidebar li a {
  list-style: none;
  color: #666666;
}

.sidebar__bouwgids__image:after {
  content: "";
  clear: both;
  display: block;
}

.sidebar__bouwgids--image {
  float: left;
  width: 40%;
  padding-top: 25px;
  padding-bottom: 10px;
}

.sidebar__bouwgids--image--inlay {
  float: left;
  width: 60%;
  margin-top: 17%;
}

.sidebar__bouwgids p {
  clear: both;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.sidebar__bouwgids .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.sidebar__bouwgids .bigtitle {
  font-size: 31px;
  font-family: "Noto Serif", serif;
  color: #2d80b9;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  line-height: 14px;
  padding-top: 10px;
}

.sidebar__bouwgids span {
  padding: 0;
  font-size: 17px;
  padding-left: 120px;
  font-family: "Noto Serif", serif;
  color: #2d80b9;
  font-weight: bold;
  font-style: italic;
}

.sidebar__bouwgids .smalltitle {
  font-size: 12px;
}

.sidebar__bouwgids .button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  background: #2d80b9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2d80b9), color-stop(100%, #419cd4));
  background: linear-gradient(to right, #2d80b9 0%, #419cd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  margin-top: 22px;
}

@media screen and (min-width: 768px) {
  .sidebar__bouwgids span {
    padding-left: 103px;
  }

  .sidebar__bouwgids .bigtitle {
    line-height: 15px;
  }
}
@media screen and (min-width: 996px) {
  .sidebar__bouwgids span {
    padding-left: 120px;
  }

  .sidebar__bouwgids .bigtitle {
    line-height: 14px;
  }
}
.kwp {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
}
.kwp + * {
  clear: both;
}
.kwp.article-logo {
  max-height: 100px;
  text-align: center;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.kwp.article-logo:last-child {
  width: 100%;
}
.kwp.article-logo:last-child {
  margin-right: 0;
}
@media screen and (min-width: 996px) {
  .kwp.article-logo {
    float: left;
    display: block;
    width: 51.1415525114%;
    margin-right: 2.2831050228%;
    width: 48.8584474886%;
  }
  .kwp.article-logo:last-child {
    width: 48.8584474886%;
  }
  .kwp.article-logo:last-child {
    margin-right: 0;
  }
}
.kwp.content-sidebar img, .kwp.article-ad img, .kwp.forum-ad img, .kwp.checklist-ad img {
  width: 100%;
}
.kwp.article-logo img, .kwp.forum-logo img, .kwp.checklist-logo img {
  height: 100%;
  width: auto;
}
.kwp.article-logo img[src="/wp-content/themes/Kwotea/img/placeholder.jpg"],
.kwp.article-logo img[src="/kwotea/wp-content/themes/Kwotea/img/placeholder.jpg"], .kwp.forum-logo img[src="/wp-content/themes/Kwotea/img/placeholder.jpg"],
.kwp.forum-logo img[src="/kwotea/wp-content/themes/Kwotea/img/placeholder.jpg"], .kwp.checklist-logo img[src="/wp-content/themes/Kwotea/img/placeholder.jpg"],
.kwp.checklist-logo img[src="/kwotea/wp-content/themes/Kwotea/img/placeholder.jpg"] {
  max-height: 100%;
}

.social_sharing {
  clear: both;
  display: block;
  margin-top: 30px;
}
.social_sharing hr {
  border-top: 1px solid #419cd4;
  display: inline-block;
  padding-top: 3px;
  margin: 11px 8px 0 0;
  width: 100%;
}
.social_sharing form {
  display: inline-block;
}
.social_sharing p {
  color: #d3d3d3;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .social_sharing p {
    display: inline-block;
    margin-left: 40px;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.social_sharing p:first-of-type {
  margin-left: 0;
}
.social_sharing img {
  height: 20px !important;
  width: 20px !important;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .social_sharing img {
    margin-left: 8px;
    margin-right: 0;
  }
}
.social_sharing .save input {
  background: url("../img/icons/save.svg") no-repeat;
  cursor: pointer;
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
}
.social_sharing .savePicked input {
  background: url("../img/icons/savepicked.svg") no-repeat;
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.desktop a.whatsapp {
  display: none;
}

@media screen and (min-width: 992px) {
  .social_sharing hr {
    width: 85px;
  }

  .save {
    padding-left: 65px;
    margin-left: -65px;
  }

  .save2 {
    padding-left: 125px;
    margin-left: -125px;
  }
}
.bisbeurs__content-intro {
  width: 100%;
}

.bisbeurs__content-tickets {
  width: 100%;
  float: right;
  background-color: rgba(234, 238, 244, 0.5);
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.bisbeurs__content-tickets .icon-tickets {
  width: 78px;
  height: 78px;
  float: right;
  margin-top: -40px;
  margin-left: auto;
  z-index: 2;
}

.bisbeurs__content-tickets p {
  margin-top: 40px;
  margin-bottom: 0;
}

.bisbeurs__content-tickets p span {
  font-size: 40px;
  font-family: "Noto Serif", serif;
  color: #2d80b9;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bisbeurs__content-tickets-text {
  font-size: 16px;
  font-weight: normal !important;
}

.bisbeurs__content-tickets button {
  color: white;
  width: 100%;
  background: #2d80b9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2d80b9), color-stop(100%, #419cd4));
  background: linear-gradient(to right, #2d80b9 0%, #419cd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bisbeurs__content-tickets .logobis {
  height: 60px;
  margin-bottom: 30px;
}

.bisbeurs__content__form {
  clear: both;
  margin-top: 70px;
}

.bisbeurs__content__form {
  position: relative;
}
.bisbeurs__content__form .text-before-checkboxes {
  margin-bottom: 20px;
}
.bisbeurs__content__form .checkbox-row .checkbox:nth-child(1) {
  width: 70%;
  display: block;
  margin: 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.bisbeurs__content__form .checkbox-row .checkbox {
  width: 50%;
  float: left;
  margin: 0;
}
.bisbeurs__content__form .checkbox .form-group {
  width: 100%;
}
.bisbeurs__content__form .checkbox-row label {
  font-size: 12px;
}

.bisbeurs__content__form .form-group {
  width: 70%;
  display: block;
  margin: 0 0;
  margin-left: auto;
  margin-right: auto;
}

.bisbeurs__content__form .form-group:before {
  font-size: 11px;
}

.bisbeurs__content__form fieldset .form-group:nth-child(2):before {
  content: "Voornaam";
}

.bisbeurs__content__form fieldset .form-group:nth-child(3):before {
  content: "Familienaam";
}

.bisbeurs__content__form fieldset .form-group:nth-child(4):before {
  content: "E-mailadres";
}

.bisbeurs__content__form fieldset .form-group:nth-child(5):before {
  content: "Telefoonnummer";
}

.bisbeurs__content__form fieldset .form-group:nth-child(6):before {
  content: "Straat + nr";
}

.bisbeurs__content__form fieldset .form-group:nth-child(7):before {
  content: "Postcode";
}

.bisbeurs__content__form #municipality {
  margin-top: -38px !important;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(2):before {
  content: none !important;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(3):before {
  content: none !important;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(4):before {
  content: none;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(5):before {
  content: none;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(6):before {
  content: none;
}

.bisbeurs__content__form fieldset .checkbox-row .form-group:nth-child(7):before {
  content: none;
}

.bisbeurs__content__form {
  background: url("../img/formimage.png") center center no-repeat;
  background-size: cover;
  padding: 30px 0;
}

.bisbeurs__content__form input::placeholder {
  opacity: 0;
}

.bisbeurs__content__form-box {
  background: rgba(236, 236, 236, 0.8);
  top: 30px;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding: 30px 25px;
}

.bisbeurs__content__form-box-title {
  font-weight: 900;
  font-size: 18px;
}

.bisbeurs__content__form-box-titletext {
  font-size: 14px;
}

.bisbeurs__content_form-box-textextra {
  font-size: 15px;
}

.bisbeurs__content__form-categories input {
  margin-right: 5px;
}

.bisbeurs__content__form-categories-switch {
  margin: 0;
}

.bisbeurs__content__form-box button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  color: white;
  width: 100%;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.bisbeurs__content__form__footer {
  margin-top: 25px;
}

.bisbeurs__content__form__footer p {
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}

.bisbeurs__content__form__footer_samenwerking {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #e66733;
}

.bisbeurs__content__form__footer_samenwerking p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.bisbeurs__content__form__footer_samenwerking .bis {
  height: 40px;
  margin-top: 10px;
  margin-right: 5px;
}

.bisbeurs__content__form__footer_samenwerking .kwotea {
  height: 33px;
  margin-left: 5px;
}

.bisbeurs__content__footer {
  margin-top: 40px;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%;
}

.bisbeurs__content__footer-image {
  width: 100%;
}

.bisbeurs__content__footer-image img {
  width: 100%;
  height: 96%;
  margin-bottom: 20px;
}

.bisbeurs__content__footer-text {
  width: 100%;
  overflow: hidden;
}

.bisbeurs__content__footer-text span {
  font-size: 18px;
  font-weight: 900;
}

.bisbeurs__content__footer-text-title {
  color: #e66733;
  font-style: italic;
  font-size: 24px;
  font-weight: 900;
  font-family: "Noto Serif", serif;
}

.bisbeurs__content__form #submitFrmBtn {
  display: none;
}

.bisbeurs__content__form .selector_address:before {
  content: "Adres";
  font-size: 14px;
  padding-left: 5px;
}

.bisbeurs__content__form .selector_municipality:before {
  content: "Gemeente";
  font-size: 14px;
  width: 65%;
  float: right;
  margin-top: -70px;
  padding-left: 5px;
}

.bisbeurs__content__form #zipcode {
  width: 30%;
}

.bisbeurs__content__form #municipality {
  width: 65%;
  float: right;
  margin-top: -48px;
  margin-left: 107px;
}

.bisbeurs__content__form-categories-single {
  width: 50%;
  float: left;
}

.bisbeurs__content__partner {
  text-align: center;
}

.bisbeurs__content__partner p:first-child {
  font-weight: bold;
  font-size: 18px;
}

.bisbeurs__content__partner p:first-child::first-letter {
  text-transform: uppercase;
}

.bisbeurs__content__partner img.cardpartner {
  width: 500px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .bisbeurs__content__form #municipality {
    margin-left: 127px;
  }
}
@media screen and (min-width: 992px) {
  .bisbeurs__content-intro {
    width: 70%;
    float: left;
  }

  .bisbeurs__content-tickets {
    width: 30%;
  }

  .bisbeurs__content__footer-image {
    float: left;
    display: block;
    width: 30.8256880734%;
    margin-right: 2.752293578%;
    width: 28.0733944954%;
  }
  .bisbeurs__content__footer-image:last-child {
    width: 28.0733944954%;
  }
  .bisbeurs__content__footer-image:last-child {
    margin-right: 0;
  }

  .bisbeurs__content__footer-text {
    float: left;
    display: block;
    width: 71.9266055046%;
    margin-right: 2.752293578%;
    width: 69.1743119266%;
  }
  .bisbeurs__content__footer-text:last-child {
    width: 69.1743119266%;
  }
  .bisbeurs__content__footer-text:last-child {
    margin-right: 0;
  }

  .bisbeurs__content {
    margin-top: 20px;
  }

  .bisbeurs__content__form-box {
    width: 44%;
  }

  .bisbeurs__content__form img.bgimage {
    width: 100%;
    height: 1170px;
  }
}
@media screen and (min-width: 1200px) {
  .bisbeurs__content__form img.bgimage {
    width: 100%;
  }
}
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #FFF;
  font-size: 3rem;
}

.sl-wrapper .sl-close:focus {
  outline: none;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #FFF;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #FFF;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button:focus {
  outline: none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.front__page__block {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
  background: #f7f9fc;
  border-bottom: 2px solid #2d80b9;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.front__page__block:last-child {
  width: 100%;
}
.front__page__block:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .front__page__block {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    margin-bottom: 30px;
  }
  .front__page__block:last-child {
    width: 31.8112633181%;
  }
  .front__page__block:last-child {
    margin-right: 0;
  }
}
.front__page__block a {
  text-decoration: none;
  color: inherit !important;
}
.front__page__block a:hover {
  text-decoration: none;
  color: inherit !important;
}
.front__page__block img {
  width: 100%;
  height: auto;
  float: left;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .front__page__block img {
    width: 100%;
    height: auto;
    float: none;
    max-width: 100%;
  }
}

.front__page__block:nth-child(3n) {
  margin-right: 0;
}

.front__page__block--text {
  display: none;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .front__page__block--text {
    margin-bottom: 30px;
    display: block;
    padding: 15px 10px;
  }
}
.front__page__block--text h2 {
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  font-style: normal;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .front__page__block--text h2 {
    padding-left: 0;
    font-size: 16px;
  }
}
.front__page__block--text p {
  font-size: 14px;
  color: #555555;
}
.front__page__block--text p:last-child {
  margin: 0;
}
.front__page__block--text .front__page__block--text--category {
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  .front__page__block--text .front__page__block--text--category {
    bottom: 15px;
  }
}
.front__page__block--text .front__page__block--text--category span {
  color: #2d80b9;
  font-weight: 700;
}

.fpbt-mobile {
  display: block;
  width: 49%;
  float: left;
}
@media screen and (min-width: 768px) {
  .fpbt-mobile {
    display: none;
  }
}

#loadMore {
  display: none;
}

#loadMore2 {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  margin-right: auto;
}

.front__page__block--label {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 30px;
  transform: skew(-17deg);
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .front__page__block--label {
    width: 100px;
  }
}
.front__page__block--label.forum-label {
  background: rgba(128, 128, 128, 0.7);
}
.front__page__block--label.info-label {
  background: rgba(230, 103, 51, 0.7);
}
.front__page__block--label.actua-label {
  background: rgba(45, 128, 185, 0.7);
}
.front__page__block--label p {
  font-size: 16px;
  text-transform: lowercase;
  color: #ffffff;
  font-weight: 700;
  padding: 8px;
  padding-top: 3px;
  padding-left: 16px;
  transform: skew(18deg);
}

.span_errorpage {
  font-size: 35px;
  position: absolute;
  top: 65px;
}

.errorpage a {
  text-decoration: underline;
}
.errorpage a:hover {
  color: #e66733;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: white;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #58a9db;
  border-radius: 25px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  font-size: 0 !important;
  top: 0;
  left: 0;
  content: "•";
  width: 16px;
  height: 16px;
  font-family: "slick";
  line-height: 20px;
  text-align: center;
  color: white;
  border-radius: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #e66733;
}

.slick-active button {
  background: #e66733 !important;
}

.slick-dots {
  display: none !important;
}
@media (min-width: 768px) {
  .slick-dots {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .slick-dots:after {
    content: "";
    display: block;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -11px;
    border-bottom: 2px solid #58a9db;
  }
}

#map {
  width: 100%;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#map button,
#map .gm-style-cc,
#map .gmnoprint {
  display: none;
}

#map > div:nth-child(1) > div > div:nth-child(3) > a > div > img {
  display: none;
}

#map > div:nth-child(2) {
  display: none;
}

header {
  padding: 0 !important;
}

.pre-content {
  margin-bottom: 0 !important;
}

main {
  background-image: url(../img/enquetebg.png);
  padding-bottom: 130px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main {
    background-size: 100% 100%;
  }
}

footer {
  background: linear-gradient(45deg, #AD4F28, #EC663B) !important;
  height: 100px !important;
  padding: 0 !important;
  overflow: visible !important;
}
footer .footer__logoenquete {
  height: 50%;
}
footer img {
  width: 195px !important;
  position: relative;
  top: -88px;
  z-index: 999;
}

.enquete h1, .enquete .sidebar h2, .sidebar .enquete h2 {
  font-size: 45px;
  margin-top: 55px;
  color: white;
  text-align: center;
  margin-bottom: 0 !important;
}
.enquete h1:before, .enquete .sidebar h2:before, .sidebar .enquete h2:before {
  content: none;
}
.enquete p {
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: white;
  margin: 0;
}
.enquete .limiter {
  height: 100%;
}
.enquete .enquetebg {
  background: rgba(255, 255, 255, 0.8);
  height: 430px;
  margin-top: 55px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 30px 23px 27px 30px;
}
.enquete .enquetecontent h2 {
  color: #e66733;
}
.enquete .enquetecontent p {
  text-align: left;
  color: black;
  font-size: 17px;
  font-style: italic;
  line-height: 30px;
}

#msform {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 55px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 30px 23px 27px 30px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #msform {
    height: 430px;
  }
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #msform fieldset {
    height: 430px;
  }
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}

#msform .action-button {
  max-width: 270px;
  background: linear-gradient(45deg, #AD4F28, #EC663B) !important;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  padding: 13px;
  font-size: 17px;
  margin-bottom: 0;
}

#msform .button {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #msform .button {
    width: 35%;
    float: left;
    margin-top: 0;
  }
}

.fs-title {
  font-size: 24px;
  color: #e66733;
  margin-bottom: 15px;
  font-style: italic;
}
.fs-title span {
  color: black;
}

#msform .fs-text {
  text-align: left;
  color: black;
  font-size: 17px;
  font-style: italic;
  line-height: 30px;
}

.fs-footer {
  width: 100%;
  max-width: 900px;
  /*progressbar connectors*/
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
}
@media screen and (min-width: 768px) {
  .fs-footer {
    position: absolute;
    bottom: 0;
  }
}
.fs-footer .finishline {
  width: 17px;
  height: 16px;
  margin-left: auto;
  display: block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.fs-footer .progress__percentage:after {
  top: -3px;
  border-width: 25px 0 25px 10px;
}
.fs-footer .progress_container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fs-footer .progress_container {
    float: left;
    width: 65%;
  }
}
.fs-footer .progress__percentage {
  position: relative;
  text-align: right;
  font-family: "RobotoMedium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 12px 0 0;
  background: linear-gradient(45deg, #AD4F28, #EC663B) !important;
  color: transparent;
  border-radius: 20px;
  -moz-transition: width 1.5s 0s;
  -o-transition: width 1.5s 0s;
  -webkit-transition: width 1.5s;
  -webkit-transition-delay: 0s;
  transition: width 1.5s 0s;
  width: 0%;
  min-width: 10px;
  height: 10px;
  line-height: 10px;
}
.fs-footer .progress {
  max-height: 10px;
}
.fs-footer .progress {
  position: relative;
  margin: 0;
  overflow: hidden;
  color: white;
  background-color: #CCCCCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
}
.fs-footer #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
.fs-footer #progressbar li {
  list-style-type: none;
  color: #1b1919;
  text-transform: uppercase;
  font-size: 11px;
  width: 16%;
  float: left;
  position: relative;
}
.fs-footer #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 14px;
  color: #333;
  background: #ccc;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
.fs-footer #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
.fs-footer #progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
.fs-footer #progressbar li.active:before, .fs-footer #progressbar li.active:after {
  background: #27AE60;
  color: white;
}

.fs-footer-container {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .progress_container {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.button input {
  margin-left: auto;
  display: block;
}

.lastfieldset .finishline,
.lastfieldset .progress__percentage {
  display: none;
}

.lastfieldset .reward {
  margin-top: 25px;
  color: black;
  font-size: 16px;
  line-height: initial;
  text-align: left;
}
.lastfieldset .fs-body input {
  margin-top: 5px;
  max-width: 350px;
  height: 40px;
  border: 1px solid #666666 !important;
  padding-left: 10px !important;
  color: #AAAAAA;
}
.lastfieldset .fs-body input:first-of-type {
  margin-right: 10px;
}
.lastfieldset .fs-body input::placeholder {
  color: #AAAAAA;
}

.fs-body p {
  font-size: 14px;
  text-align: left;
  color: black;
  line-height: 30px;
}

.fs-1 .fs-body {
  margin-top: 70px;
}
.fs-1 .fs-body input {
  margin-top: 5px;
  max-width: 350px;
  height: 40px;
  border: 1px solid #666666 !important;
  padding-left: 10px !important;
  color: #AAAAAA;
}
.fs-1 .fs-body input::placeholder {
  color: #AAAAAA;
}

.fs-2 img,
.fs-3 img {
  height: 120px;
  width: 120px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.fs-2 .fs-body,
.fs-3 .fs-body {
  margin-top: 65px;
}
.fs-2 label,
.fs-3 label {
  display: block;
  padding-bottom: 5px;
  padding-top: 130px;
  margin-top: -130px;
  position: relative;
}
.fs-2 ul,
.fs-3 ul {
  overflow: hidden;
  height: 100%;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .fs-2 ul,
.fs-3 ul {
    position: relative;
    top: -50px;
    margin-left: auto;
    width: 90%;
  }
}
.fs-2 ul li,
.fs-3 ul li {
  width: 23%;
  margin-right: 2%;
  float: left;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fs-2 ul li,
.fs-3 ul li {
    width: 85px;
    width: 25%;
    margin-right: initial;
  }
}

.fs-4 .fs-body {
  margin-top: 55px;
}
.fs-4 .fs-body input {
  max-width: 130px;
  height: 40px;
  padding-left: 10px !important;
}
@media screen and (min-width: 768px) {
  .fs-4 .pre-province {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .fs-4 .province {
    width: 50%;
    float: left;
    position: relative;
    top: -35px;
  }
}
.fs-4 .province img {
  display: none;
}
.fs-4 .postcodeparent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.fs-4 .postcodeparent img {
  width: 18px;
  position: absolute;
  top: 11px;
  right: 10px;
  display: none;
}
.fs-4 .repprov {
  display: none;
}

.fs-5 .fs-body,
.fs-6 .fs-body {
  margin-top: 50px;
}
.fs-5 .fs-body input,
.fs-6 .fs-body input {
  width: initial !important;
}
@media screen and (min-width: 768px) {
  .fs-5 .text,
.fs-6 .text {
    width: 40%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .fs-5 .option,
.fs-6 .option {
    margin-top: 5px;
    width: 30%;
    float: left;
    position: relative;
  }
}
.fs-5 .image,
.fs-6 .image {
  display: none;
}
@media screen and (min-width: 768px) {
  .fs-5 .image,
.fs-6 .image {
    display: block;
    position: relative;
    top: -70px;
    width: 30%;
    float: left;
  }
}
.fs-5 .image img,
.fs-6 .image img {
  height: 220px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.fs-5 .option,
.fs-6 .option {
  z-index: 2;
}
.fs-5 .option2,
.fs-6 .option2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .fs-5 .option2,
.fs-6 .option2 {
    position: relative;
    top: -105px;
  }
}
.fs-5 .extraoption,
.fs-6 .extraoption {
  display: none;
  max-width: 380px;
  z-index: 999;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fs-5 .extraoption,
.fs-6 .extraoption {
    position: initial;
  }
}
.fs-5 .extraoption img,
.fs-6 .extraoption img {
  position: absolute;
  top: -7px;
  right: 88px;
  width: 57%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fs-5 .extraoption img,
.fs-6 .extraoption img {
    top: 22px;
    right: -12px;
    width: 75%;
  }
}
.fs-5 .extraoption span,
.fs-6 .extraoption span {
  color: black;
  position: relative;
  top: -2px;
}
.fs-5 .extraoption input,
.fs-6 .extraoption input {
  margin-left: 13px;
  margin-right: 38px;
  position: relative;
  z-index: 3;
}
.fs-5 .extraoption input:first-of-type,
.fs-6 .extraoption input:first-of-type {
  margin-left: 35px;
}
.fs-5 .extraoption input:last-of-type,
.fs-6 .extraoption input:last-of-type {
  margin-left: 10px;
  margin-right: 0;
}
.fs-5 label,
.fs-6 label {
  color: black;
  display: block;
  margin-bottom: 3px;
}
.fs-5 select,
.fs-6 select {
  height: 40px;
  width: 260px;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 10px;
}

.fs-7 .fs-body,
.fs-10 .fs-body,
.fs-11 .fs-body,
.fs-12 .fs-body,
.fs-13 .fs-body {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .fs-7 .fs-body .col,
.fs-10 .fs-body .col,
.fs-11 .fs-body .col,
.fs-12 .fs-body .col,
.fs-13 .fs-body .col {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
}
.fs-7 .fs-body .col input,
.fs-10 .fs-body .col input,
.fs-11 .fs-body .col input,
.fs-12 .fs-body .col input,
.fs-13 .fs-body .col input {
  width: initial !important;
}
.fs-7 .fs-body .col label,
.fs-10 .fs-body .col label,
.fs-11 .fs-body .col label,
.fs-12 .fs-body .col label,
.fs-13 .fs-body .col label {
  color: black;
  display: block;
}

.fs-8 .fs-body,
.fs-9 .fs-body,
.fs-15 .fs-body,
.fs-16 .fs-body {
  margin-top: 20px;
}
.fs-8 .fs-body input,
.fs-9 .fs-body input,
.fs-15 .fs-body input,
.fs-16 .fs-body input {
  width: initial !important;
  margin-right: 10px;
}
.fs-8 .fs-body label,
.fs-9 .fs-body label,
.fs-15 .fs-body label,
.fs-16 .fs-body label {
  color: black;
  display: block;
  padding-top: 5px;
}

.fs-14 .fs-body {
  margin-top: 45px;
}
.fs-14 .fs-body div {
  margin-bottom: 35px;
}
.fs-14 .fs-body p {
  display: block;
  width: 130px;
  margin-right: 55px;
}
@media screen and (min-width: 768px) {
  .fs-14 .fs-body p {
    display: inline-block;
  }
}
.fs-14 input {
  width: initial !important;
}
.fs-14 label {
  display: block;
  color: black;
  font-size: 14Px;
  margin-right: 35px;
}
@media screen and (min-width: 768px) {
  .fs-14 label {
    display: initial;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[required].error {
  border-color: red !important;
}

input[required].error::placeholder {
  color: red;
}

@media screen and (min-width: 768px) {
  .front__intro {
    height: 165px;
  }
}

.front__intro--menu #menu-categoriemenu {
  padding-left: 0;
}

.front__intro h1, .front__intro .sidebar h2, .sidebar .front__intro h2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .front__intro h1, .front__intro .sidebar h2, .sidebar .front__intro h2 {
    color: #2d80b9;
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 15px;
    width: 50%;
    padding-left: 10px;
  }
}

.front__intro h1:before, .front__intro .sidebar h2:before, .sidebar .front__intro h2:before {
  display: none;
}

.front__intro p {
  display: none;
}
@media screen and (min-width: 768px) {
  .front__intro p {
    display: block;
    color: #419cd4;
    line-height: 1.3;
    font-size: 0.62em;
    margin-bottom: 0;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .front__intro--background {
    background: url("../img/home-intro-bg.png") center center no-repeat;
    background-size: cover;
    width: 100%;
  }
}

.front__intro {
  padding: 0 15px;
}

.front__intro--button {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50px;
  color: #e66733;
  font-size: 12px;
  line-height: 1;
  margin-top: 15px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 25;
}
@media screen and (min-width: 768px) {
  .front__intro--button {
    border: none;
  }
}

.front__intro--button:after {
  background-image: url("../img/icons/arrow.svg");
  background-size: 100% 100%;
  content: "";
  display: block;
  float: right;
  height: 12px;
  margin-right: -4px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .front__intro--button:after {
    width: 20px;
  }
}

.front__intro--menu {
  width: 91%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -15px;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 20;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .front__intro--menu {
    padding: 10px 10px 40px 10px;
  }
}

.front__intro--menu li,
.front__intro--menu li a {
  text-decoration: none !important;
}

.front__intro--menu li:hover,
.front__intro--menu li a:hover {
  color: #e66733;
}

.front__intro--menu ul {
  list-style: none;
  text-align: center;
}

.front__intro--menu li a {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .front__intro--menu li a {
    color: #e66733;
    font-family: "Noto Serif", serif;
    font-weight: bold;
    font-style: italic;
  }
}

.front__intro--menu .menu-item,
.front__intro--menu .cat-item {
  text-align: center;
  display: block;
  float: left;
  margin: 25px 0 0 0;
  cursor: pointer;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.front__intro--menu .menu-item:last-child,
.front__intro--menu .cat-item:last-child {
  width: 100%;
}
.front__intro--menu .menu-item:last-child,
.front__intro--menu .cat-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .front__intro--menu .menu-item,
.front__intro--menu .cat-item {
    margin: 35px 0 0 0;
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
  }
  .front__intro--menu .menu-item:last-child,
.front__intro--menu .cat-item:last-child {
    width: 31.8112633181%;
  }
  .front__intro--menu .menu-item:last-child,
.front__intro--menu .cat-item:last-child {
    margin-right: 0;
  }
}

.front__intro--menu .menu-item:nth-child(3n),
.front__intro--menu .cat-item:nth-child(3n) {
  margin-right: 0;
}

.front__intro--menu .menu-item:hover a,
.front__intro--menu .cat-item:hover a {
  text-decoration: underline;
}

.front__intro--menu .cat-item:before,
.front__intro--menu .menu-item:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  position: relative;
  width: 100%;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .front__intro--menu .cat-item:before,
.front__intro--menu .menu-item:before {
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 50px;
    position: relative;
    width: 100%;
    cursor: default;
  }
}
.front__intro--menu .menu-item-1683:before,
.front__intro--menu .cat-item-255:before {
  background-image: url("../img/icons/afwerking.svg");
}
.front__intro--menu .menu-item-1464:before,
.front__intro--menu .cat-item-71:before {
  background-image: url("../img/icons/dak.svg");
}
.front__intro--menu .menu-item-1396:before,
.front__intro--menu .cat-item-13:before {
  background-image: url("../img/icons/grondwerken.svg");
}
.front__intro--menu .menu-item-1711:before,
.front__intro--menu .cat-item-291:before {
  background-image: url("../img/icons/inrichting.svg");
}
.front__intro--menu .menu-item-1530:before,
.front__intro--menu .cat-item-95:before {
  background-image: url("../img/icons/isolatie.svg");
}
.front__intro--menu .menu-item-1556:before,
.front__intro--menu .cat-item-120:before {
  background-image: url("../img/icons/ramenendeuren.svg");
}
.front__intro--menu .menu-item-1392:before,
.front__intro--menu .cat-item-31:before {
  background-image: url("../img/icons/ruwbouw.svg");
}
.front__intro--menu .menu-item-1600:before,
.front__intro--menu .cat-item-171:before {
  background-image: url("../img/icons/technieken.svg");
}
.front__intro--menu .menu-item-1755:before,
.front__intro--menu .cat-item-318:before {
  background-image: url("../img/icons/tuin.svg");
}
.front__intro--menu .cat-item-822,
.front__intro--menu .cat-item-824,
.front__intro--menu .cat-item-826 {
  display: none;
}

.front__intro--menu li a {
  display: block;
  margin-top: -23px;
  position: relative;
  text-align: left;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  .front__intro--menu li a {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    position: relative;
    text-align: center;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .front__intro {
    height: 410px;
  }

  .front__intro--button {
    font-family: "Noto Serif", serif;
    font-style: italic;
    font-weight: 700;
    background: #ffffff;
    border: none;
    border-radius: 50px;
    color: #e66733;
    font-size: 21px;
    line-height: 1;
    margin-top: 25px;
    padding: 32px 85px 31px 45px;
    position: relative;
    text-align: left;
    margin-left: 20px;
    width: 700px;
    z-index: 25;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }

  .front__intro--button:after {
    background-image: url("../img/icons/arrow.svg");
    background-size: 100% 100%;
    content: "";
    display: block;
    float: right;
    height: 17px;
    margin-right: -40px;
    margin-top: 5px;
    width: 30px;
  }

  .front__intro h1, .front__intro .sidebar h2, .sidebar .front__intro h2 {
    color: #2d80b9;
    font-size: 26px;
    margin-bottom: 35px;
    padding-top: 45px;
    padding-left: 15px;
    width: 100%;
  }

  .front__intro p {
    color: #419cd4;
    font-size: 1.3em;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .front__intro--menu {
    margin-left: 65px;
    margin-top: -5px;
    width: 620px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  }

  .front__intro--menu li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 996px) {
  .front__intro h1, .front__intro .sidebar h2, .sidebar .front__intro h2 {
    color: #2d80b9;
    font-size: 30px;
    margin-bottom: 35px;
    padding-top: 45px;
    width: 100%;
  }

  .front__intro p {
    color: #419cd4;
    font-size: 1.3em;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
.front__timeline {
  margin-top: 30px;
}
.front__timeline .limiter {
  overflow: visible;
  max-width: 900px;
}

.timeline__image {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.timeline__image:last-child {
  width: 100%;
}
.timeline__image:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .timeline__image {
    margin-top: -45px;
    float: left;
    display: block;
    width: 76.7123287671%;
    margin-right: 2.2831050228%;
    width: 74.4292237443%;
  }
  .timeline__image:last-child {
    width: 74.4292237443%;
  }
  .timeline__image:last-child {
    margin-right: 0;
  }
}

.timeline__text {
  text-decoration: none;
  padding: 20px;
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.timeline__text a {
  text-decoration: none;
}
.timeline__text:last-child {
  width: 100%;
}
.timeline__text:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .timeline__text {
    padding: 0;
    margin-left: 0;
    margin-top: 20px;
    float: left;
    display: block;
    width: 25.5707762557%;
    margin-right: 2.2831050228%;
    width: 23.2876712329%;
  }
  .timeline__text:last-child {
    width: 23.2876712329%;
  }
  .timeline__text:last-child {
    margin-right: 0;
  }
}

.front__timeline h3 {
  color: #e66733;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Serif", serif;
}

.timeline__text a span {
  text-decoration: underline;
}
.timeline__text a span:hover {
  color: #666666;
}

.slick-prev:before, .slick-next:before {
  color: #666666 !important;
}

.slick-prev {
  left: 5px !important;
  top: 100px;
  z-index: 100;
}
@media (min-width: 996px) {
  .slick-prev {
    left: 5% !important;
    top: 50%;
  }
}
@media (min-width: 1240px) {
  .slick-prev {
    left: 18% !important;
  }
}

.slick-next {
  right: 5px !important;
  top: 100px;
  z-index: 100;
}
@media (min-width: 996px) {
  .slick-next {
    right: 5% !important;
    top: 50%;
  }
}
@media (min-width: 1240px) {
  .slick-next {
    right: 18% !important;
  }
}

.slick-prev::before {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  content: "";
  background: url(../img/icons/arrowleft.svg) no-repeat 0 0;
  background-size: 22px 22px;
}

.slick-next::before {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  content: "";
  background: url(../img/icons/arrowright.svg) no-repeat 0 0;
  background-size: 22px 22px;
}

.slick-dots {
  display: none;
}
@media (min-width: 768px) {
  .slick-dots {
    display: block;
  }
}

.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
}

/*
.front__timeline {
  height: auto;
  margin-top: 15px;

  .limiter{
    overflow: visible;
    max-width: 900px;
  }

  @media (min-width: 768px) {
    margin-top: 70px;
  }
}

.front__timeline h2 {
  text-align: center;
  font-size:25px;
  margin-bottom: 30px;
  color: $base-blue-dark;
}

.timeline_text a {
  text-decoration: underline;
}

// Timeline
.slidtim .timeline {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;

  !*@media (min-width: 768px) {
    padding: 0 0px;
  }
  *!
}

.slidtim .timeline .timeline-slider {
  position: relative;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

// Timeline list and track
.slidtim .timeline .timeline-list,
.slidtim .timeline .timeline-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slidtim .timeline .timeline-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0;
  padding-left: 10px;
  @media (min-width: 768px) {
    padding-left: 0px;
  }
}

.slidtim .timeline .timeline-track {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  transition: transform 1s ease;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-left: 3px solid #3d9cd1;
  &::before, &::after {
    content: "";
    display: table;
  }
  &::after {
    clear: both;
  }
  @media (min-width: 768px) {
    padding-left: 0px;
    border-left: 0px;
  }
}

// Timeline slide
.slidtim .timeline .timeline-slide {
  display: block;
  user-select: none;
  outline: none;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 1px;

  &.active {
    display: block;
  }
  .timeline-dot {
    display: block;
    left:-23px;
    top: 0px;
    margin-bottom: 20px;
    @media (min-width: 768px) {
      display: none;
    }
  }
  .timeline-year {
    padding-top: 0px;
  }
  @media (min-width: 768px) {
    padding: 0px;
  }
}

// Timeline dots
.slidtim .timeline-dots {
  display: none;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  height: 3px;
  padding-left: 65px;
  padding-right: 65px;
  background-color: #3d9cd1;
  text-align: center;
  margin-bottom: 11.5px;
  @media (min-width: 768px) {
    margin-top: 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  @media (min-width: 996px) {
    margin-top: 0;
  }
}
.slidtim .timeline-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #3d9cd1;
  cursor: pointer;
  top: -8px;
  &.active {
    color: $base-orange-light;
    background-color: $base-orange-light;
   // border: none;
    width: 20px;
    height: 20px;
    border: 2px solid #3d9cd1;
  }
}
.slidtim .timeline-year {
  position: absolute;
  top: 1px;
  left: 20px;
  width: 60px;
  padding-top: 9px;
  @media (min-width: 768px) {
    top: 16px;
    left: -20px;
  }
}

.slidtim .timeline-arrow.active {
  color:$base-orange-light;
}
.slidtim .timeline-prev {
  left: 0;
}
.slidtim .timeline-next {
  right: 0;

}

.slidtim{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.slidtim .hide {
  display: none;
}

.slidtim h3{
  color:$base-orange-light;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
}

.slidtim a{
  color: $base-font-color;
}

.timlinephp{
  @include span-columns(12 of 12);
  @media (min-width: 768px) {
    @include span-columns(9 of 12);
  }
  //float: left;
}

.timeline_text{
  margin-left: 20px;
  @include span-columns(12 of 12);
  @media (min-width: 768px) {
    margin-left: 0;
    margin-top: 20px;
    @include span-columns(3 of 12);
  }
  //float: right;
}

.timlinephp img{
  width: 100%;
}

.timlinephp .timeline-slide{
  padding-bottom: 0px;
}

*/
.front__topics {
  margin-bottom: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .front__topics {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}

.topic {
  position: relative;
  margin-bottom: 12.5px;
  float: left;
  display: block;
  width: 51.1415525114%;
  margin-right: 2.2831050228%;
  width: 48.8584474886%;
  width: 47.7%;
  overflow: hidden;
  max-height: 300px;
}
.topic:last-child {
  width: 48.8584474886%;
}
.topic:last-child {
  margin-right: 0;
}
.topic img {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
}
.topic a {
  cursor: pointer;
  z-index: 3;
}

.topic__overlay {
  background: rgba(173, 79, 40, 0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173, 79, 40, 0.8)), color-stop(100%, rgba(230, 103, 51, 0.8)));
  background: linear-gradient(to right, rgba(173, 79, 40, 0.8) 0%, rgba(230, 103, 51, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.topic__overlay__text p {
  color: white;
  font-family: "Noto Serif", serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  left: 15px;
  line-height: 40px;
  top: 10px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  .topic__overlay__text p {
    line-height: 20px;
    font-size: 18px;
    left: 10px;
  }
}

.topic__overlay__text span {
  font-size: 40px;
  line-height: 50px;
}

.topic__button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  bottom: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: calc(100% - 2 * 15px);
  z-index: 3;
  font-size: 11px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .topic__button {
    font-size: 15px;
    padding: 7px 30px 8px 30px;
  }
}

.topic__button.negative {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  background: #ffffff;
  color: #e66733;
  width: calc(100% - 2 * 15px);
  font-size: 11px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .topic__button.negative {
    font-size: 15px;
    padding: 7px 30px 8px 30px;
  }
}

@media screen and (min-width: 768px) {
  .topic {
    width: 49%;
    margin-right: 2%;
  }

  .topic:last-child {
    width: 49%;
    margin-right: 2%;
  }

  .topic:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .topic {
    width: 100%;
    position: relative;
    margin: 0;
    float: left;
    display: block;
    width: 25.5707762557%;
    margin-right: 2.2831050228%;
    width: 23.2876712329%;
  }
  .topic:last-child {
    width: 23.2876712329%;
  }
  .topic:last-child {
    margin-right: 0;
  }

  .topic:nth-child(2n) {
    margin-right: 2.28311%;
  }

  .topic:last-child {
    margin-right: 0;
  }
}
.front__shortcuts {
  background-color: #4c7994;
  color: white;
  height: auto;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 45px;
}

.front__shortcuts h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.front__shortcuts p {
  color: #ffffff;
  font-size: 16px;
}

#menu-shortcuts {
  padding-left: 0;
}

#menu-shortcuts .menu-item:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 35px;
  position: relative;
  width: 35px;
  margin-top: -8px;
  margin-right: 23px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  #menu-shortcuts .menu-item:before {
    content: "";
    background-size: 100% 100%;
    display: inline-block;
    height: 90px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    margin-top: 14px;
  }
}

.menu-item-2398:before,
.menu-item-2425:before {
  background-image: url("../img/icons/ico_bouwgids2.svg");
}
@media screen and (min-width: 768px) {
  .menu-item-2398:before,
.menu-item-2425:before {
    background-image: url("../img/ico_bouwgids.svg");
  }
}

.menu-item-2399:before,
.menu-item-2426:before {
  background-image: url("../img/icons/ico_budget2.svg");
}
@media screen and (min-width: 768px) {
  .menu-item-2399:before,
.menu-item-2426:before {
    background-image: url("../img/ico_budget.svg");
  }
}

.menu-item-2400:before,
.menu-item-2427:before {
  background-image: url("../img/icons/ico_forum2.svg");
}
@media screen and (min-width: 768px) {
  .menu-item-2400:before,
.menu-item-2427:before {
    background-image: url("../img/ico_forum.svg");
  }
}

.menu-item-2401:before,
.menu-item-2428:before {
  background-image: url("../img/icons/ico_aannemer2.svg");
}
@media screen and (min-width: 768px) {
  .menu-item-2401:before,
.menu-item-2428:before {
    background-image: url("../img/ico_aannemer.svg");
  }
}

.menu-item-2402:before,
.menu-item-2429:before {
  background-image: url("../img/icons/ico_evenementen2.svg");
}
@media screen and (min-width: 768px) {
  .menu-item-2402:before,
.menu-item-2429:before {
    background-image: url("../img/ico_evenementen.svg");
  }
}

.shortcut {
  float: left;
  display: block;
  width: 102.752293578%;
  margin-right: 2.752293578%;
  width: 100%;
  text-align: left;
  padding-left: 20%;
}
.shortcut:last-child {
  width: 100%;
}
.shortcut:last-child {
  margin-right: 0;
}
.shortcut a {
  color: #ffffff;
  line-height: 21px;
  margin-bottom: 0;
  text-decoration: none;
  position: absolute;
  padding-left: 55px;
  margin-left: -60px;
  cursor: pointer;
}
.shortcut img {
  height: 90px;
  margin-bottom: 20px;
  margin-top: 14px;
}
.shortcut p {
  font-size: 13px;
}

.shortcut_hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .shortcut {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
  }
  .shortcut a {
    padding-top: 115px;
    margin-top: -115px;
    position: relative;
  }
}
.home .pre-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .pre-content {
    background: url("../img/texture.png");
    background-position: center center;
    background-repeat: repeat;
  }
}

.home .pre-content .limiter {
  overflow: visible;
}

.subpages {
  margin-top: -40px;
}
.subpages .cat-1 a,
.subpages .cat-2 a,
.subpages .cat-3 a,
.subpages .cat-4 a,
.subpages .cat-5 a,
.subpages .cat-6 a,
.subpages .cat-7 a,
.subpages .cat-8 a,
.subpages .cat-9 a {
  display: none !important;
}

.subpages ul {
  padding: 0;
  margin-bottom: 0;
}

.subpages ul li {
  display: none !important;
}

.subpages ul li.active {
  display: block !important;
}

.subpages ul.menu > li > ul.sub-menu {
  column-count: 2;
}

.subpages ul li.active .sub-menu li.parentname {
  margin-bottom: 0 !important;
}

.subpages ul li.active .sub-menu li.parentname {
  margin-bottom: 0;
}

.subpages ul li.active .sub-menu li {
  display: block !important;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 30px;
}
.subpages ul li.active .sub-menu li li {
  margin-bottom: 0;
}

.subpages ul li.active .sub-menu li a {
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  pointer-events: visible;
}

.subpages .parentname a {
  display: none !important;
}

.subpages li.menu-item-object-categorypage {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  width: 100%;
}

.subpages .menu-item-object-menupage a {
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
  color: white;
  cursor: auto;
  pointer-events: none;
}

.menu__category .cat-item {
  width: 100%;
  float: none;
}

.pbc__columns ul {
  padding: 0;
  margin-bottom: 25px;
}

.menu__category .cat-item:before {
  content: "";
  background-image: url(http://localhost:8080/kwotea/wp-content/themes/kwotea/img/catmini.png);
  background-size: 100% 100%;
  display: inline-block;
  height: 175px;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  margin-top: 40px;
}

.children .cat-item:before {
  content: "";
  background-image: none;
  height: 0;
  width: 0;
  margin-top: 0px;
}

.menu__category ul {
  list-style: none;
}

.menu__category li {
  list-style: none;
}

.menu__category li.menu-item {
  margin-bottom: 20px;
}

.menu__category li.menu-item .sub-menu li {
  margin-bottom: 0;
}

.menu__category li a {
  color: #e66733;
  font-family: "Noto Serif", serif;
  font-weight: bold;
  font-style: italic;
}

.menu__category .children li a {
  list-style: none;
  color: #666666;
  padding-left: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.menu__category .children li a:before {
  font-family: FontAwesome;
  content: "";
  color: #e66733;
  padding-right: 5px;
}

.menu__category .children .cat-item {
  width: 100%;
}

.menu__category .children {
  padding-left: 0px;
}

.menu__intro ul {
  margin-top: 35px;
}

.menu__intro ul {
  padding-left: 0;
}

.menu__intro ul li {
  list-style: none;
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
}

.menu__intro ul li a {
  color: #666666 !important;
  font-weight: 700;
  font-style: italic;
  display: inline;
}

.menu__intro ul li a:hover {
  text-decoration: none;
}

.menu__category .menu-item-object-menupage:before {
  content: "";
  display: inline-block;
  height: 140px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.menu-item-1683:before {
  background-image: url("../img/icons/Afwerking.jpg");
}

.menu-item-1396:before {
  background-image: url("../img/icons/Grondwerken.jpg");
}

.menu-item-1392:before {
  background-image: url("../img/icons/Ruwbouw.jpg");
}

.menu-item-1464:before {
  background-image: url("../img/icons/Dak.jpg");
}

.menu-item-1530:before {
  background-image: url("../img/icons/Isolatie.jpg");
}

.menu-item-1556:before {
  background-image: url("../img/icons/Ramenendeuren.jpg");
}

.menu-item-1600:before {
  background-image: url("../img/icons/Technieken.jpg");
}

.menu-item-1711:before {
  background-image: url("../img/icons/Inrichting.jpg");
}

.menu-item-1755:before {
  background-image: url("../img/icons/Tuin.jpg");
}

.menu__category ul.sub-menu .menu-item a {
  list-style: none;
  color: #666666;
  padding-left: 0px;
  font-family: "Noto Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.menu__category ul.sub-menu .menu-item a:before {
  font-family: FontAwesome;
  content: "";
  color: #e66733;
  padding-right: 5px;
}

.subpages ul li ul li ul li {
  margin-top: 10px !important;
}

.subpages ul li ul li ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.subpages ul li ul li ul li a:before {
  font-family: FontAwesome;
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  color: #e66733;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .menu__category .menu-item,
.menu__category .cat-item {
    float: left;
    display: block;
    width: 59.6651445967%;
    margin-right: 2.2831050228%;
    width: 57.3820395738%;
    display: inline-block;
    vertical-align: top;
  }
  .menu__category .menu-item:last-child,
.menu__category .cat-item:last-child {
    width: 57.3820395738%;
  }
  .menu__category .menu-item:last-child,
.menu__category .cat-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .menu__category .menu-item,
.menu__category .cat-item {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
  }
  .menu__category .menu-item:last-child,
.menu__category .cat-item:last-child {
    width: 31.8112633181%;
  }
  .menu__category .menu-item:last-child,
.menu__category .cat-item:last-child {
    margin-right: 0;
  }

  .menu__category .menu-item:nth-child(3n),
.menu__category .cat-item:nth-child(3n) {
    margin-right: 0;
  }

  .menu__category ul.sub-menu .menu-item {
    width: 100%;
    display: block;
  }

  .menu__category ul.sub-menu .menu-item a:hover {
    color: #e66733;
  }

  .menu__intro ul li {
    list-style: none;
    padding-bottom: 20px;
  }

  .menu__intro ul {
    column-count: 2;
  }
}
.item__category ul {
  margin-top: 35px;
}

.item__category img {
  width: 100%;
  height: auto;
}

.item__category__icons {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  height: auto;
}

.item__category__icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.item__category__icon img {
  width: 90px;
  margin-bottom: 20px;
}

.grid {
  margin-top: 25px;
}
.grid p {
  font-size: 14px;
  line-height: 20px;
}
.grid h2 {
  color: #555555;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}
.grid img {
  margin-bottom: 15px;
}
.grid a {
  text-decoration: none;
  color: #555;
}

.grid .grid-item {
  width: 100%;
  word-wrap: break-word;
  border-bottom: 2px solid #2D80B9;
  background: #f7f9fc;
  height: auto;
  padding: 10px;
  margin-bottom: 25px;
}

.aannemer_search p {
  padding-bottom: 0;
  margin-bottom: 25px;
}

.grid-item.aannemer {
  border-bottom: none;
  padding: 0;
}

.grid-item.aannemer .aannemer_search {
  padding: 10px;
  padding-bottom: 0;
}

.aannemer h2 {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}

.aannemer h2 span {
  font-size: 20px;
}

.aannemer img {
  width: 100%;
  padding-left: -10px;
  margin-bottom: 0;
  margin-top: 25px;
  position: relative;
}

.aannemer_search-2 {
  background: #f7f9fc;
}

.aannemer_search-2 input {
  padding-left: 10px;
  color: #666666;
}

.aannemer_search-2 #s {
  width: 93%;
  height: 40px;
  margin: auto;
  border: 2px solid #c7c7c7;
  border-radius: 5px;
  margin-left: 9px;
}

.aannemer_search-2 #searchsubmit {
  cursor: pointer;
  width: 100%;
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  color: white;
  border-radius: 7px;
  border: 0;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  z-index: -10;
  padding-top: 17px;
  padding-bottom: 11px;
  margin-top: -8px;
}

.aannemer_search-2 a {
  width: 100%;
  background-color: #e66733;
  color: white;
  border-radius: 7px;
  border: 0;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  z-index: -10;
  padding-top: 17px;
  padding-bottom: 11px;
  margin-top: -8px;
  display: block;
  text-align: center;
}

.aannemer_search-2 small {
  padding-left: 14px;
  font-size: 12px;
  color: #949494;
}

#loadMorea,
#loadMoreb {
  display: none;
}

#loadMore4 {
  margin-top: 25px;
}

#loadMore3,
#loadMore4,
#loadMoreb,
#loadMorec,
#loadMore {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  margin-right: auto;
}

.grid__button,
.totm {
  text-align: center;
}

.grid__button .grid-item,
.totm .grid-item,
.totm p,
.totm h2 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .item__category__icon {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    margin-bottom: 0;
  }
  .item__category__icon:last-child {
    width: 31.8112633181%;
  }
  .item__category__icon:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .item__category__icons {
    display: inline-flex;
  }

  .grid .grid-item {
    width: 30.5%;
  }
}
.item__content-subsidy {
  background-color: rgba(234, 238, 244, 0.5);
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #2d80b9;
  margin-bottom: 55px;
  z-index: 1;
  margin-top: 45px;
}

.item__content-subsidy img {
  width: 78px;
  margin-top: -55px;
  float: right;
  z-index: 2;
}

.item__content-legal {
  background-color: rgba(234, 238, 244, 0.5);
  padding: 15px 10px;
  border-bottom: 1px solid #2d80b9;
  margin-top: 55px;
}

.item__content-legal img {
  width: 78px;
  margin-top: -55px;
  float: right;
  z-index: 2;
}

.content--form {
  background: rgba(234, 238, 244, 0.5);
  padding: 20px;
  display: block;
  margin-right: auto;
}
@media (min-width: 768px) {
  .content--form {
    width: 60%;
    float: left;
  }
}
.content--form .selector_address:before {
  content: "Adres";
  font-size: 14px;
  padding-left: 5px;
}
.content--form .selector_municipality:before {
  content: "Gemeente";
  font-size: 14px;
  padding-left: 5px;
}
.content--form .selector_message:before {
  content: "Bericht";
  font-size: 14px;
  padding-left: 5px;
}
.content--form .form-group input::placeholder,
.content--form .form-group textarea::placeholder {
  color: transparent;
}
.content--form h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.content--form form .row fieldset,
.content--form form .row button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content--form fieldset .form-group #zipcode {
  width: 100%;
}

.content--form--advantages {
  float: left;
  padding: 20px;
}
@media (min-width: 768px) {
  .content--form--advantages {
    width: 40%;
  }
}

.content--form--advantages--star {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.content--form--advantages--star img {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content--form--advantages--text p {
  position: relative;
  padding-left: 23px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content--form--advantages--text p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  background-size: 100% 100%;
  background-image: url(../img/icons/landing_check.svg);
}

.selector_string10 {
  display: none;
}

footer {
  background: url("../img/texture.png");
  background-position: center center;
  background-repeat: repeat;
  clear: both;
  Font-size: 13px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
  }
}

.footer__copyright {
  margin: 0;
}

.footer__logo {
  height: 40px;
  width: 160px;
  margin: auto;
  margin-bottom: 15px;
}

.footer__copyright a {
  color: #666666;
  text-decoration: none;
}

.contactfooter {
  margin-bottom: 30px;
}

.footer__subscribeform {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__subscribeform {
    width: 50%;
  }
}
.footer__subscribeform p {
  text-align: center;
  font-weight: 700;
}
.footer__subscribeform .btn {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 700;
}
.footer__subscribeform #mc_embed_signup_scroll {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .footer__subscribeform #mc_embed_signup_scroll {
    width: 55%;
  }
}
.footer__subscribeform #mce-responses {
  margin: 0 !important;
  padding: 0 !important;
}
.footer__subscribeform .response {
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 11px !important;
}
.footer__subscribeform .mce_inline_error {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 11px !important;
}

@media (min-width: 768px) {
  footer {
    margin-top: 25px;
  }
}
@media (min-width: 996px) {
  footer {
    margin-top: 0;
  }
}
#mc-embedded-subscribe-form {
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer__subscribeform #mc_embed_signup_scroll {
    width: 100%;
  }
}
#mc_embed_signup form {
  padding: 0;
  margin-bottom: 30px;
}

#mc_embed_signup_scroll {
  max-width: 450px;
  position: relative;
  width: 100%;
}

#mc_embed_signup_scroll .mc-field-group {
  padding-right: 140px;
  width: 100% !important;
}
#mc_embed_signup_scroll .mc-field-group input {
  padding-left: 5px !important;
}

#mc_embed_signup_scroll .mc-submit {
  position: absolute;
  top: 0;
  right: 0;
}

#mc_embed_signup_scroll .mc-submit input {
  height: 37px;
}

#mc_embed_signup .button {
  font-weight: 700 !important;
}

.limbrochure {
  padding: 0;
  margin-top: 25px;
}

.single__brochure {
  float: left;
  display: block;
  width: 34.0943683409%;
  margin-right: 2.2831050228%;
  width: 31.8112633181%;
  padding: 0;
}
.single__brochure:last-child {
  width: 31.8112633181%;
}
.single__brochure:last-child {
  margin-right: 0;
}

.single__brochure .div {
  position: relative;
}

.single__brochure .brochure_cover {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single__brochure-form-switch {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  z-index: 100;
}

.brochureform .form-group {
  width: 100%;
}

.brochureform #call_hidden {
  display: none;
}

.brochure__intro-bouwgids-opmaat {
  width: 100%;
  float: left;
}

.brochure__intro-bouwgids-image {
  width: 100%;
  float: left;
  position: relative;
}
.brochure__intro-bouwgids-image p {
  position: absolute;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  bottom: 85px;
  right: 42px;
  text-shadow: 5px 3px 5px #000000;
}
.brochure__intro-bouwgids-image p:before {
  content: "|";
}

.brochure__intro-bouwgids-image .bouwgidsmini {
  width: 225px;
}

.brochure__intro-bouwgids-image .bouwgids {
  width: 150px;
  position: relative;
  margin-left: 20px;
  margin-top: 80px;
}

.brochure__intro-bouwgids-image .bouwgidspijl {
  height: 59px;
  position: absolute;
  z-index: 2;
  margin-top: 45px;
}

.brochure__intro-bouwgids-opmaat p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.brochure__intro-bouwgids-opmaat .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.brochure__intro-bouwgids-opmaat .bigtitle {
  font-size: 31px;
  font-family: "Noto Serif", serif;
  color: #2d80b9;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  line-height: 14px;
  padding-top: 10px;
}

.brochure__intro-bouwgids-opmaat span {
  padding: 0;
  font-size: 17px;
  padding-left: 120px;
  font-family: "Noto Serif", serif;
  color: #2d80b9;
  font-weight: bold;
  font-style: italic;
}

.brochure__intro-bouwgids-opmaat .smalltitle {
  font-size: 12px;
}

.brochure__intro-bouwgids-opmaat .button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  background: #2d80b9;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2d80b9), color-stop(100%, #419cd4));
  background: linear-gradient(to right, #2d80b9 0%, #419cd4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  margin-top: 25px;
  margin-bottom: 25px;
}

.single__brochure {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.single__brochure .container {
  display: block;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
.single__brochure .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single__brochure .checkmark {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.single__brochure .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.single__brochure .checkmark:after {
  font-family: FontAwesome;
  content: "";
  position: absolute;
  display: none;
}
.single__brochure .container input:checked ~ .checkmark:after {
  display: block;
  margin-top: -10px;
  left: 0;
}
.single__brochure .container .checkmark:after {
  left: 5px;
  color: black;
}

.brochure__intro-bouwgids-image .bouwgidsmini {
  width: 150px;
}

.brochure__intro-bouwgids-image .bouwgids {
  width: 85px;
}

@media screen and (min-width: 768px) {
  .single__brochure .checkmark {
    margin: 0 10px 10px 0;
    height: 32px;
    width: 32px;
  }

  .container input:checked ~ .checkmark:after {
    margin-top: 0 !important;
    left: 5px !important;
  }

  .container .checkmark:after {
    left: 5px;
  }

  .brochure__intro-bouwgids-opmaat {
    width: 40%;
  }

  .brochure__intro-bouwgids-image {
    width: 60%;
  }
  .brochure__intro-bouwgids-image p {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    bottom: 90px;
    right: 40px;
    text-shadow: 5px 3px 5px #000000;
  }
}
@media screen and (min-width: 992px) {
  .single__brochure .checkmark {
    margin: 0 20px 20px 0;
  }

  .brochure__intro-bouwgids-opmaat {
    width: 30%;
  }

  .brochure__intro-bouwgids-image {
    width: 70%;
  }
  .brochure__intro-bouwgids-image p {
    font-size: 12px;
    bottom: 175px;
    right: 153px;
  }

  .brochure__intro-bouwgids-image .bouwgidsmini {
    width: 225px;
  }

  .brochure__intro-bouwgids-image .bouwgids {
    width: 150px;
    position: relative;
    margin-left: 20px;
    margin-top: 80px;
  }
}
.calendar__title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
}

.artikel__intro .loadMoreBtn {
  margin-top: 30px;
}

.calendar__item {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

.calendar__item h2 {
  color: #e66733;
  font-size: 16px !important;
}

.calendar__date {
  width: 22%;
  text-align: center;
  margin-right: 35px;
  float: left;
  margin-top: -5px;
}
.calendar__date p {
  line-height: 1;
}

.calendar__date .calendar__date-day {
  margin-bottom: 4px;
  font-size: 50px;
  font-weight: 900;
}

.calendar__date .calendar__date-month {
  margin: -7px 0 3px 0;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
}

.calendar__date .calendar__date-year {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 900;
}

.calendar__content {
  width: 66%;
  margin-left: auto;
}
.calendar__content p {
  font-size: 0.9em;
  margin-bottom: 0;
}

.calendar__item img {
  width: 50%;
  float: right;
}

.calendar__item a {
  text-decoration: none;
}

.artikel__intro-search {
  display: block;
  position: relative;
}
.artikel__intro-search #searchautocomplete-list {
  position: absolute;
  z-index: 9999;
}
#searchsubmitcalendar {
  color: white;
  cursor: pointer;
  font-weight: 900;
  border: none;
  border-radius: 2px;
  padding: 8px 13px;
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
}

.searchinputcalendar {
  border-radius: 5px;
  border: 2px solid #d8d8d8;
  padding-left: 7px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.autocomplete-items div {
  word-break: break-all;
  padding: 7px;
  cursor: pointer;
  text-align: left;
  border: 1px solid #d4d4d4;
  background: #ffffff;
}

#searchautocomplete-list {
  padding-left: 5px;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: lightgrey !important;
  font-style: italic !important;
}

@media screen and (min-width: 768px) {
  .calendar__content {
    width: 100%;
  }

  .calendar__date {
    float: left;
    display: block;
    width: 17.0471841705%;
    margin-right: 2.2831050228%;
    width: 14.7640791476%;
    text-align: center;
  }
  .calendar__date:last-child {
    width: 14.7640791476%;
  }
  .calendar__date:last-child {
    margin-right: 0;
  }

  .calendar__content {
    float: left;
    display: block;
    width: 59.6651445967%;
    margin-right: 2.2831050228%;
    width: 57.3820395738%;
  }
  .calendar__content:last-child {
    width: 57.3820395738%;
  }
  .calendar__content:last-child {
    margin-right: 0;
  }

  .calendar__item img {
    float: none;
    width: 100%;
  }

  .calendar__logo {
    float: left;
    display: block;
    width: 25.5707762557%;
    margin-right: 2.2831050228%;
    width: 23.2876712329%;
  }
  .calendar__logo:last-child {
    width: 23.2876712329%;
  }
  .calendar__logo:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .artikel__intro-search {
    display: inline-flex;
  }

  #searchsubmitcalendar {
    margin-left: 20px;
  }

  .calendar__title {
    margin: 8px;
    margin-left: 0;
  }
}
#registration_form fieldset:not(:first-of-type) {
  display: none;
}

.directory__category-head li {
  margin-top: 0;
}

.directory__category-headsub {
  margin-bottom: 15px;
  padding-left: 0;
  cursor: pointer;
}
.directory__category-headsub ul li a {
  cursor: pointer;
}

.directory__category-headsub p:not(:last-child) {
  margin: 0;
  margin-bottom: 10px;
}

.directory__category-headsub li {
  margin-bottom: 5px;
}

.directory__intro {
  margin-bottom: 120px;
}

.directory__intro h2,
.directory__search h2,
.directory__results h2 {
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.directory__results h2 span,
.directory__search h2 span {
  font-size: 18.5px;
  color: #419cd4;
  font-family: "Noto Sans", serif;
}

.directory__category .directory__category-head {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 0;
}

.directory__category li {
  list-style: none;
}

.directory__category li a {
  color: #666666;
  font-weight: bold;
  font-style: italic;
  font-family: "Noto Serif", serif;
  text-decoration: none;
}

.main__company {
  margin-bottom: 35px;
}

.detail_text_company p {
  font-size: 14px;
  margin: 0;
}

.detail_text_company p:first-child {
  font-family: "Noto Serif", serif;
  color: #e66733;
  margin-bottom: 3px;
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
}

.main__companybig {
  width: 100%;
}

.main__companybigbg {
  background: white;
  padding: 15px 20px;
  margin-bottom: 25px;
  background-origin: content-box;
  width: 100%;
  box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
}

.main__companybig img {
  height: 70px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main__companybig a {
  text-decoration: none;
  cursor: pointer;
}

.limcomp {
  margin-top: 30px;
}

.directory__search .aannemer_search-2 #search {
  width: 93%;
  height: 40px;
  margin: auto;
  border: 2px solid #c7c7c7;
  border-radius: 5px;
  margin-left: 9px;
}

.directory__search .aannemer {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 50px;
}

.directory__search p {
  color: #999999;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.directory__search__footer.previous {
  color: #999999;
  text-decoration: underline;
  cursor: pointer;
}

.directory__search__footer {
  color: #999999;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#registration_form .next {
  cursor: pointer;
}

.directory__category-accordion {
  display: none;
}

#registration_form .next:before {
  font-family: FontAwesome;
  content: "";
  color: #e66733;
  padding-right: 5px;
}

.directory__results .limiter {
  padding: 0;
  margin-top: 30px;
}

#beroepautocomplete-list {
  position: absolute;
  margin: 5px;
  margin-top: 0;
  width: calc(180px + 5px + 95px);
}

@media screen and (min-width: 768px) {
  .main__company {
    width: 33%;
    float: left;
  }

  .main__companybig {
    width: 50%;
  }

  .main__companybigbg {
    background: white;
    padding: 15px 20px;
    margin-bottom: 25px;
    background-origin: content-box;
    width: 95%;
    box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, 0.35);
  }

  .directory__search .aannemer {
    width: 100%;
  }

  .directory__search p {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .directory__search .aannemer {
    width: 25%;
  }

  .directory__search p {
    width: 25%;
  }

  #beroepautocomplete-list {
    width: calc(180px + 20px + 100px);
  }
}
.directory__paid--text {
  float: left;
  display: block;
  width: 68.1887366819%;
  margin-right: 2.2831050228%;
  width: 65.9056316591%;
}
.directory__paid--text:last-child {
  width: 65.9056316591%;
}
.directory__paid--text:last-child {
  margin-right: 0;
}

.directory__paid--info {
  float: left;
  display: block;
  width: 25.5707762557%;
  margin-right: 2.2831050228%;
  width: 23.2876712329%;
}
.directory__paid--info:last-child {
  width: 23.2876712329%;
}
.directory__paid--info:last-child {
  margin-right: 0;
}

.detail_text_company-single p {
  font-size: 14px;
  margin: 0;
}

.detail_text_company p:first-child {
  font-family: "Noto Serif", serif;
  color: #e66733;
  margin-bottom: 3px;
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
}

.detail_text_company-logo {
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main__infoguide h1, .main__infoguide .sidebar h2, .sidebar .main__infoguide h2 {
  margin-bottom: 1rem;
}
.main__infoguide h3 {
  color: #419cd4;
  font-size: 20px;
  margin-top: 30px;
}

.main__infoguide h2 {
  font-size: 25px;
  text-align: center;
  line-height: 35px;
}

.main__infoguide img.introcover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 425px;
  width: 100%;
  margin-top: 30px;
  box-shadow: 0 0 25px 0 rgba(50, 50, 50, 0.3) inset;
}

.single__infoguide {
  float: left;
  display: block;
  width: 51.7321016166%;
  margin-right: 3.4642032333%;
  width: 48.2678983834%;
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  float: left;
  margin-right: 1.65229%;
}
.single__infoguide:last-child {
  width: 48.2678983834%;
}
.single__infoguide:last-child {
  margin-right: 0;
}

.single__infoguide p {
  position: absolute;
  font-size: 12px;
  color: #FFF;
  font-weight: 900;
  left: 10%;
  top: 10%;
  z-index: 100;
  line-height: 22px;
  border-left: 2px solid #ffffff;
  padding-left: 5px;
}

.infoguide_filter {
  -webkit-filter: brightness(70%) sepia(100%) hue-rotate(-200deg) saturate(80%);
}

.main__infoguide .infoguide_cover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 8px 13px -7px #000000, 5px 50px 0px -22px rgba(0, 0, 0, 0);
}

.form-switch {
  position: absolute;
}

.single__infoguide .overlay {
  display: block;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background: rgba(0, 52, 84, 0.5);
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
}

.single__infoguide.active .overlay {
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.box {
  height: 425px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 45px;
  transition: transform 0.2s;
}

.box:hover {
  transform: scale(1.01);
}

.curvedshadow {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.curvedshadow:before, .effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px/10px;
}

.curvedshadow:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}

.form__infoguide-header {
  background-color: #4c7994;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form__infoguide-header h3 {
  color: #FFF;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
}

.form__infoguide-header p {
  color: #FFF;
  text-align: center;
}

.form__infoguide-body {
  background-color: #ededed;
  padding-top: 30px;
  padding-bottom: 70px;
}

.form__infoguide-body .row {
  margin: 0;
}

.form__infoguide-body fieldset {
  width: 585px;
  margin: auto;
}

.form__infoguide-body input,
.form__infoguide-body input:focus,
.form__infoguide-body select,
.form__infoguide-body select:focus,
.form__infoguide-body textarea,
.form__infoguide-body textarea:focus {
  background: #ededed;
  border-color: #c7c7c7;
}

.form__infoguide-body input::placeholder {
  opacity: 0;
}

.selector_email:before {
  content: "Voornaam";
  font-size: 14px;
  padding-left: 5px;
}

.selector_lastname:before {
  content: "Familienaam";
  font-size: 14px;
  padding-left: 5px;
}

.selector_firstname:before {
  content: "E-mail";
  font-size: 14px;
  padding-left: 5px;
}

.selector_telephone:before {
  content: "Telefoon";
  font-size: 14px;
  padding-left: 5px;
}

.selector_zipcode:before {
  content: "Postcode";
  font-size: 14px;
  padding-left: 5px;
}

.selector_province:before {
  font-size: 14px;
  padding-left: 5px;
}

.form__infoguide-body button {
  border: none;
  margin: auto;
  color: white;
  background-image: linear-gradient(to right bottom, #2c80b5, #78b2d6);
  font-size: 17px;
  font-weight: 900;
}

.form__infoguide-body .selector_string03,
.form__infoguide-body .selector_string04 {
  display: none;
}

img.form__infoguide-body-roadmap {
  width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form__infoguide-body-roadmap-text {
  font-size: 14px;
  text-align: center;
  color: #e66733;
  margin-left: 15px;
}

.form__infoguide-body-roadmap-text .span1 {
  font-weight: 900;
  color: #e66733;
  padding-left: 15px;
}

.form__infoguide-body-roadmap-text .span2 {
  color: #666;
  padding-left: 15px;
}

.selector_string01:before {
  font-size: 14px;
  padding-left: 5px;
}

.selector_string02:before {
  font-size: 14px;
  padding-left: 5px;
}

.form-switch {
  position: absolute;
  z-index: 99;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 40%;
  bottom: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: rgba(45, 128, 185, 0.8);
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
  background-color: #e66733;
}
.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.form__infoguide-body .form-group select,
.form__infoguide-body .form-group input {
  width: 100%;
}

#string01 {
  float: none;
  margin-top: 0;
}

#string02 {
  float: none;
  margin-top: 0;
}

#province {
  width: 100%;
  float: none;
  margin-top: 0;
  margin-left: 0;
}

#zipcode {
  width: 100%;
}

.form__infoguide-body fieldset {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .main__infoguide {
    margin-top: 45px;
  }

  .single__infoguide {
    float: left;
    display: block;
    width: 30.8256880734%;
    margin-right: 2.752293578%;
    width: 28.0733944954%;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    float: left;
    margin-right: 1.75229%;
  }
  .single__infoguide:last-child {
    width: 28.0733944954%;
  }
  .single__infoguide:last-child {
    margin-right: 0;
  }

  .box,
.main__infoguide img.introcover {
    width: 300px;
  }

  .single__infoguide p {
    font-size: 16px;
    left: 15px;
    right: 15px;
  }

  .single__infoguide p:before {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .single__infoguide {
    float: left;
    display: block;
    width: 20.5504587156%;
    margin-right: 2.752293578%;
    width: 17.7981651376%;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 10px;
    float: left;
    margin-right: 1.75229%;
  }
  .single__infoguide:last-child {
    width: 17.7981651376%;
  }
  .single__infoguide:last-child {
    margin-right: 0;
  }

  .form__infoguide-body .form-group select,
.form__infoguide-body .form-group input {
    width: 48%;
  }

  #string01 {
    float: right;
    margin-top: -358px;
  }

  #string02 {
    float: right;
    margin-top: -282px;
  }

  #province {
    width: 26%;
    float: left;
    margin-top: -54px;
    margin-left: 127px;
  }

  #zipcode {
    width: 20%;
  }

  .form__infoguide-body fieldset {
    padding: 0;
  }
}
.landingleadgen__form {
  background-color: #ededed;
  padding: 20px 15px;
  overflow: hidden;
}
@media screen and (min-width: 996px) {
  .landingleadgen__form {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  .landingleadgen__form:last-child {
    width: 65.9056316591%;
  }
  .landingleadgen__form:last-child {
    margin-right: 0;
  }
}
.landingleadgen__form p:first-of-type {
  color: #444444;
  font-weight: 700;
  font-size: 24px;
}
.landingleadgen__form .checkbox,
.landingleadgen__form #zipcode {
  width: 100%;
}
.landingleadgen__form #submitFrmBtn {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
}
.landingleadgen__form .landingleadgen__form--image {
  float: left;
  display: block;
  width: 20.5504587156%;
  margin-right: 2.752293578%;
  width: 17.7981651376%;
  position: relative;
  display: none;
}
.landingleadgen__form .landingleadgen__form--image:last-child {
  width: 17.7981651376%;
}
.landingleadgen__form .landingleadgen__form--image:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .landingleadgen__form .landingleadgen__form--image {
    display: block;
  }
}
.landingleadgen__form .landingleadgen__form--image img {
  width: 70%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: #ededed;
  padding-top: 5px;
  padding-bottom: 5px;
}
.landingleadgen__form .landingleadgen__form--image img:nth-child(2) {
  margin-top: 65px;
}
.landingleadgen__form .landingleadgen__form--image img:nth-child(3) {
  margin-top: 90px;
}
.landingleadgen__form .landingleadgen__form--image img:nth-child(4) {
  margin-top: 80px;
}
.landingleadgen__form .landingleadgen__form--form {
  float: left;
  display: block;
  width: 102.752293578%;
  margin-right: 2.752293578%;
  width: 100%;
  border-left: 1px solid #989898;
  margin-left: -80px;
  padding-left: 80px;
}
.landingleadgen__form .landingleadgen__form--form:last-child {
  width: 100%;
}
.landingleadgen__form .landingleadgen__form--form:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .landingleadgen__form .landingleadgen__form--form {
    float: left;
    display: block;
    width: 82.2018348624%;
    margin-right: 2.752293578%;
    width: 79.4495412844%;
  }
  .landingleadgen__form .landingleadgen__form--form:last-child {
    width: 79.4495412844%;
  }
  .landingleadgen__form .landingleadgen__form--form:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .landingleadgen__form .landingleadgen__form--form .form-group {
    width: 55%;
  }
}
.landingleadgen__form .landingleadgen__form--form .form-group #message {
  width: 55%;
}
.landingleadgen__form .landingleadgen__form--form .form-group #string02 {
  margin: 10px 0;
}
.landingleadgen__form .landingleadgen__form--form fieldset {
  width: 100%;
}
.landingleadgen__form .landingleadgen__form--form #string02 {
  margin-top: 0;
}
.landingleadgen__form .landingleadgen__form--form .form-group:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .landingleadgen__form .landingleadgen__form--form .checkbox .form-group:last-of-type {
    width: 55%;
  }
}
.landingleadgen__form .landingleadgen__form--form .checkbox {
  width: 100%;
}

.landingleadgen__sidebar {
  float: left;
  display: block;
  width: 102.2831050228%;
  margin-right: 2.2831050228%;
  width: 100%;
}
.landingleadgen__sidebar:last-child {
  width: 100%;
}
.landingleadgen__sidebar:last-child {
  margin-right: 0;
}
@media screen and (min-width: 996px) {
  .landingleadgen__sidebar {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
  }
  .landingleadgen__sidebar:last-child {
    width: 31.8112633181%;
  }
  .landingleadgen__sidebar:last-child {
    margin-right: 0;
  }
}
.landingleadgen__sidebar .landingleadgen__sidebar--advantage {
  margin-bottom: 30px;
  font-size: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .landingleadgen__sidebar .landingleadgen__sidebar--advantage {
    width: 50%;
  }
}
@media screen and (min-width: 996px) {
  .landingleadgen__sidebar .landingleadgen__sidebar--advantage {
    margin-top: 0;
    width: 100%;
  }
}
.landingleadgen__sidebar .landingleadgen__sidebar--advantage p {
  position: relative;
  padding-left: 35px;
}
.landingleadgen__sidebar .landingleadgen__sidebar--advantage p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
  background-image: url("../img/icons/landing_check.svg");
}
.landingleadgen__sidebar .landingleadgen__sidebar--review {
  text-align: center;
  font-size: 14px;
}
.landingleadgen__sidebar .landingleadgen__sidebar--review img {
  width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.landingleadgen__header--image {
  position: relative;
}

.landingleadgen__header--overlay {
  background: rgba(173, 79, 40, 0.8);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(173, 79, 40, 0.8)), color-stop(100%, rgba(230, 103, 51, 0.8)));
  background: linear-gradient(to right, rgba(173, 79, 40, 0.8) 0%, rgba(230, 103, 51, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.landingleadgen__header--image--icons {
  position: absolute;
  bottom: 80px;
  width: 65%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--icons {
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 996px) {
  .landingleadgen__header--image--icons {
    width: 65%;
  }
}
.landingleadgen__header--image--icons1 {
  position: absolute;
  bottom: 25px;
  left: 175px;
  display: none;
}
.landingleadgen__header--image--icons1 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.landingleadgen__header--image--icons1 span {
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--icons1 {
    display: block;
  }
}
.landingleadgen__header--image--icons2 {
  position: absolute;
  bottom: 25px;
  left: 480px;
  display: none;
}
.landingleadgen__header--image--icons2 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.landingleadgen__header--image--icons2 span {
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--icons2 {
    display: block;
  }
}
.landingleadgen__header--image--icons3 {
  position: absolute;
  bottom: 25px;
  left: 770px;
  display: none;
}
.landingleadgen__header--image--icons3 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.landingleadgen__header--image--icons3 span {
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--icons3 {
    display: block;
  }
}

.landingleadgen__header--image--text {
  position: absolute;
  top: 5px;
  left: 10px;
}
@media screen and (min-width: 996px) {
  .landingleadgen__header--image--text {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.landingleadgen__header--image--text p {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--text p {
    font-size: 18px;
  }
}
.landingleadgen__header--image--text p:first-of-type {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .landingleadgen__header--image--text p:first-of-type {
    font-size: 30px;
  }
}

.landingoverlay__header-image img {
  width: 100%;
}

.landingoverlay__header-form {
  background: #ededed;
  width: 100%;
  height: auto;
  padding: 20px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.landingoverlay__header-form h2 {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-family: "Noto Sans", sans-serif;
}

.landingoverlay__header-form form {
  margin: 10px;
}

.landingoverlay__header-form .form-group1 {
  width: 100%;
}

.landingoverlay__header-form .form-group2 {
  width: 100%;
}

.landingoverlay__header-form .form-group1:before {
  content: "postcode";
  font-size: 11px;
  color: #949494;
  padding-left: 4px;
}

.landingoverlay__header-form .form-group2:before {
  content: "telefoonnummer";
  font-size: 11px;
  color: #949494;
  padding-left: 4px;
}

.landingoverlay__header-form .form-group2 input,
.landingoverlay__header-form .form-group1 input {
  height: 40px;
}

.landingoverlay__header-form button {
  width: 100%;
  overflow: hidden;
}

.landingoverlay__header-form button {
  color: white;
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  border: none;
  border-radius: 3px;
  height: 38px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  margin-top: 23px;
}

.landingoverlay__header-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.landingoverlay_slider {
  margin-bottom: 5px !important;
}
.landingoverlay_slider .landingoverlay__header-image {
  position: relative;
}
.landingoverlay_slider .slick-dots {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  text-align: right;
}
.landingoverlay_slider .slick-dots li button {
  background: transparent;
  border: 2px solid #ffffff;
}
.landingoverlay_slider .slick-dots li.slick-active button:before {
  background: #ffffff;
}
.landingoverlay_slider .slick-dots:after {
  border-bottom: 0;
}
.landingoverlay_slider .slick-active button {
  background: #ffffff !important;
}
.landingoverlay_slider .slick-dots li button:before {
  position: initial;
}
.landingoverlay_slider .slick-dots li {
  margin: 0 7px;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 992px) {
  .landingoverlay__header-form {
    width: 540px;
    margin-top: -43px;
  }

  .landingoverlay__header-text {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .landingoverlay__header-form button {
    width: 40%;
    overflow: hidden;
  }

  .landingoverlay__header-form .form-group1 {
    width: 20%;
    float: left;
    height: 40px;
    padding-right: 10px;
    text-transform: capitalize;
  }

  .landingoverlay__header-form .form-group2 {
    width: 40%;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    text-transform: capitalize;
  }
}
.landingsidebar__header--image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .landingsidebar__header--text {
    float: left;
    display: block;
    width: 68.1887366819%;
    margin-right: 2.2831050228%;
    width: 65.9056316591%;
  }
  .landingsidebar__header--text:last-child {
    width: 65.9056316591%;
  }
  .landingsidebar__header--text:last-child {
    margin-right: 0;
  }
}

.landingsidebar__header--sidebar {
  background-color: #ededed;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .landingsidebar__header--sidebar {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
  }
  .landingsidebar__header--sidebar:last-child {
    width: 31.8112633181%;
  }
  .landingsidebar__header--sidebar:last-child {
    margin-right: 0;
  }
}
.landingsidebar__header--sidebar p:first-of-type {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.landingsidebar__header--sidebar #zipcode {
  width: 100%;
}
.landingsidebar__header--sidebar .checkbox {
  width: 100%;
}
.landingsidebar__header--sidebar #submitFrmBtn {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
}

.landingsidebar__header--image--text {
  height: 94%;
  top: 10px;
  right: 10px;
  bottom: 10px;
  float: none;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .landingsidebar__header--image--text {
    float: left;
    display: block;
    width: 34.0943683409%;
    margin-right: 2.2831050228%;
    width: 31.8112633181%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .landingsidebar__header--image--text:last-child {
    width: 31.8112633181%;
  }
  .landingsidebar__header--image--text:last-child {
    margin-right: 0;
  }
}
.landingsidebar__header--image--text p {
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 700;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .landingsidebar__header--image--text p {
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .landingsidebar__header--image--text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.landingsidebar__header--image--text p:first-of-type {
  font-size: 20px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  .landingsidebar__header--image--text p:first-of-type {
    font-size: 25px;
    line-height: 30px;
  }
}
.landingsidebar__header--image--text .btn {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  font-family: "Noto Sans", sans-serif;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 30px 8px 30px;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}

/*
.landingleadgen {
  width: 100%;
  margin-bottom: 70px;
}

.landingleadgen__header-image {
  position: relative;
}

.landingleadgen__header-image img {
  height: 320px;
  width: 100%;
  float: left;
}

.landingleadgen__header-image h1 {
  position: absolute;
  color: white;
  font-size: 27px;
  font-style: italic;
  font-weight: 900;
  left: 30px;
  top: 30px;
}

.landingleadgen__header-image p {
  position: absolute;
  color: white;
  font-size: 14px;
  top: 110px;
  left: 30px;
  line-height: 30px;
}

.landingleadgen__header-text span {
  font-weight: 900;
}

.landingleadgen__header-form {
  height: 320px;
  background: #ededed;
  width: 100%;
  overflow: hidden;
  padding: 20px 27px;
}

.landingleadgen__header-form h2 {
  color: #666;
  font-style: normal;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin-bottom: 27px;
}

.landingleadgen__header-form label {
  font-size: 11px;
  margin-bottom: 0;
  margin-left: 3px;
  color: #949494;
}

.landingleadgen__header-form input {
  background: white;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  width: 100%;
  height: 40px;
}

.landingleadgen__header-form button {
  margin-top: 30px;
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__block1 {
  position: relative;
  margin-top: 70px;
}

.landingleadgen__block1-text {
  width: 100%;
  float: left;
}

.landingleadgen__block1-text button {
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}

.landingleadgen__block1-image img {
  width: 100%;
  overflow: hidden;
}

.landingleadgen__block2 {
  position: relative;
  margin-top: 70px;
}

.landingleadgen__block2-text {
  width: 100%;
  overflow: hidden;
}

.landingleadgen__block2-text button {
  margin-top: 40px;
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
  margin-bottom: 20px;
}

.landingleadgen__block2-image img {
  width: 100%;
  float: left;
}

.landingleadgen__block3 {
  width: 100%;
  display: block;
  margin-top: 60px;
  //overflow: hidden;
}

.landingleadgen__block3__single {
  margin: 7.5px;
}

.landingleadgen__block3__single img {
  width: 100%;
  height: 225px;
}

.landingleadgen__block3__single-text {
  padding: 25px 20px;
  background: #ededed;
}

.landingleadgen__block3__single-text button {
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__block4 {
  width: 100%;
  display: block;
  margin-top: 60px;
  //overflow: hidden;
}

.landingleadgen__block4__single {
  margin: 7.5px;
}

.landingleadgen__block4__single img {
  width: 100%;
  height: 225px;
}

.landingleadgen__block4__single-text {
  padding: 25px 20px;
  background: #ededed;
}

.landingleadgen__block4__single-text button {
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__block5 {
  width: 100%;
  display: block;
  margin-top: 60px;
  //overflow: hidden;
}

.landingleadgen__block5__single {
  margin: 7.5px;
}

.landingleadgen__block5__single img {
  height: 120px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landingleadgen__block5__single-text {
  padding: 25px 20px;
  text-align: center;
}

.landingleadgen__block5__single-text button {
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__block6 {
  width: 100%;
  display: block;
  margin-top: 60px;
  //overflow: hidden;
}

.landingleadgen__block6__single {
  margin: 7.5px;
}

.landingleadgen__block6__single img {
  height: 120px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.landingleadgen__block6__single-text {
  padding: 25px 20px;
  text-align: center;
}

.landingleadgen__block6__single-text button {
  width: 100%;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__faq {
  margin-top: 60px;
}


.landingleadgen__offertes {
  position: relative;
  margin-bottom: 60px;
}

.landingleadgen__offertes img {
  width: 100%;
}

.landingleadgen__offertes-text {
  width: 70%;
  position: absolute;
  top: 55px;
  left: 11%;
  color: white;
}

.landingleadgen__offertes-text p {
  color: white;
}

.landingleadgen__offertes-text h4 {
  color: white;
  font-size: 35px;
  font-weight: 900;
  font-style: italic;
  font-family: "Noto Serif", serif;
  margin-bottom: 35px;
}

.landingleadgen__offertes-button {
  width: 30%;
  position: absolute;
  top: 85px;
  right: 0;
}

.landingleadgen__offertes-button button,
.landingleadgen__offertes-button2 button {
  width: 270px;
  color: white;
  @include gradient-orange;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingleadgen__offertes-text2 {
  position: absolute;
  top: 12%;
  text-align: center;
  width: 100%;
}

.landingleadgen__offertes-text2 p {
  color: white;
}

.landingleadgen__offertes-text2 h4 {
  color: white;
  font-size: 35px;
  font-weight: 900;
  font-style: italic;
  font-family: "Noto Serif", serif;
  margin-bottom: 35px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.landingleadgen__offertes-button2 {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 40px;
}



.landingleadgen__partners{
  margin: 0 auto;
  text-align: center;
}

.landingleadgen__partners p {
  font-size:20px;
  font-style: italic;
  font-weight: 900;
}

@media screen and (min-width: 768px) {

  .landingleadgen__header-image h1 {
    font-size: 45px;
  }

  .landingleadgen__header-image p {
    font-size: 18px;
    top: 155px;
  }
}

@media screen and (min-width: 992px) {

  .landingleadgen__header-image img {
    width: 70%;
  }

  .landingleadgen__header-form {
    width: 30%;
  }

  .landingleadgen__block1-text button {
    width: 40%;
  }

  .landingleadgen__block2-text button {
    width: 40%;
  }

  .landingleadgen__block1-text {
    width: 70%;
    float: left;
    padding-right: 30px;
  }

  .landingleadgen__block1-image img {
    width: 30%;
    overflow: hidden;
  }

  .landingleadgen__block2-text {
    width: 70%;
    float: left;
    padding-left: 30px;
  }

  .landingleadgen__block2-image img {
    width: 30%;
    overflow: hidden;
  }

  .landingleadgen__block3,
  .landingleadgen__block4,
  .landingleadgen__block5,
  .landingleadgen__block6 {
    display: flex;
  }



}

@media screen and (min-width: 1025px) {

  .landingleadgen__block1-text button {
    margin-top: 40px;
  }

  .landingleadgen__block2-text button {
    margin-top: 40px;
  }

}

*/
.landingbannerblock__header {
  position: relative;
}

.landingbannerblock__header-image img {
  width: 100%;
}

.landingbannerblock__header-form {
  height: auto;
  background: #ededed;
  width: 100%;
  padding: 20px 27px;
  margin-bottom: 20px;
}

.landingbannerblock__header-text {
  background-color: rgba(230, 103, 51, 0.8);
  width: 100%;
  padding: 20px;
}

.landingbannerblock__header-text h1, .landingbannerblock__header-text .sidebar h2, .sidebar .landingbannerblock__header-text h2 {
  color: white;
  font-size: 27px;
  font-style: italic;
  font-weight: 900;
  left: 30px;
  top: 30px;
}
.landingbannerblock__header-text h1:before, .landingbannerblock__header-text .sidebar h2:before, .sidebar .landingbannerblock__header-text h2:before {
  content: none;
}

.landingbannerblock__header-text p {
  color: white;
  font-size: 14px;
  top: 110px;
  left: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

.landingbannerblock__header-form img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.landingbannerblock__header-form h2 {
  color: #666;
  font-style: normal;
  font-size: 22px;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  margin-bottom: 27px;
}

.landingbannerblock__header-form label {
  font-size: 11px;
  margin-bottom: 0;
  margin-left: 3px;
  color: #949494;
}

.landingbannerblock__header-form input {
  background: white;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  width: 100%;
  height: 40px;
}

.landingbannerblock__header-form button {
  background: #ad4f28;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ad4f28), color-stop(100%, #e66733));
  background: linear-gradient(to right, #ad4f28 0%, #e66733 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color1, endColorstr=$color2, GradientType=$opacity);
  margin-top: 25px;
  width: 100%;
  color: white;
  border: none;
  border-radius: 3px;
  height: 40px;
  font-size: 17px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 900;
}

.landingbannerblock-text {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .landingbannerblock__header-form {
    width: 30%;
  }

  .landingbannerblock-text {
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .landingbannerblock__header-form {
    height: auto;
    background: #ededed;
    width: 30%;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 6%;
    right: 10%;
    margin-bottom: 0;
  }

  .landingbannerblock__header-text {
    position: absolute;
    background-color: rgba(230, 103, 51, 0.8);
    width: 400px;
    padding: 20px;
    top: 6%;
    left: 10%;
  }
}
@media screen and (min-width: 1140px) {
  .landingbannerblock__header-text {
    width: 48%;
  }
}
/**** MOBILE FIRST ****/
.article__success {
  background-color: #5cb85c;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.article__success i {
  padding-right: 5px;
}

.article__delete {
  background-color: #d9534f;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.article__delete i {
  padding-right: 5px;
}

.saved_article {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.saved_article .delete {
  float: right;
  margin-top: -15px;
}
.saved_article input:focus {
  outline: 0 !important;
}
.saved_article .delete input {
  background: url("../img/icons/delete_cookie2.svg") no-repeat;
  background-size: 60%;
  color: transparent;
  width: 15px;
  height: 20px;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
}
.saved_article .delete input:hover path {
  fill: red;
}
.saved_article h2 {
  font-family: "Noto Sans", sans-serif;
  color: #666666;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  float: left;
  margin-right: 10px;
}
.saved_article h2:before {
  font-family: FontAwesome;
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  color: #e66733;
  padding-right: 5px;
}
.saved_article h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 10px;
  color: #e66733;
  margin: 0;
  padding-top: 5px;
  text-transform: uppercase;
  font-style: normal;
}
.saved_article a {
  text-decoration: none;
}
.saved_article a:hover {
  color: inherit;
}

.saved_article_nocat .delete {
  margin-top: 0;
}

.totm {
  margin-top: 275px;
}
.totm h2 {
  font-size: 24px;
}
.totm h2:before {
  font-family: FontAwesome;
  content: "▶";
  font-style: normal;
  font-size: 0.7em;
  padding-right: 10px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 768px) {
  .totm h2:before {
    margin-left: -25px;
  }
}
.totm h3 {
  color: #555555;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}

.inbox__articles {
  margin-left: 20px;
}

.divArticles {
  display: inline-block;
  position: relative;
}

.counterArticles {
  display: initial;
  position: absolute;
  left: 10px;
  top: 10px;
}
.counterArticles a {
  font-size: 13px;
}

.checkbox input {
  width: auto !important;
  margin: 10px 5px 10px 0;
  position: relative;
  padding: 10px;
}

.checkbox {
  margin-bottom: 0;
}