/*
FONTS:

font-family: 'Montserrat', sans-serif;
font-family: 'geogrotesque';

COLORS:

Blauw cyaan: rgba(61, 190, 228, 1);
Blauw cyaan (fade): rgba(38, 151, 213, 1);
Blauw donker: rgba(11, 19, 30, 1);

Rood: rgba(190, 35, 35, 1);
Rood (hover): rgba(155, 25, 25, 1);
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
a, a:hover {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  text-decoration: none;
}
.disable-lg {
  display: none;
}
.cookieinfo {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  padding-left: 80px !important;
  padding-right: 35px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  background-color: rgba(61, 190, 228, 1) !important;
  color: #fff !important;
  background-image: url(/public/imgs/layout/cookies.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  background-position: 35px 15px !important
}
.cookieinfo a {
  text-decoration: underline !important;
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
  color: #fff !important
}
.cookieinfo-close {
  -webkit-transition: all .7s ease !important;
  transition: all .7s ease !important;
  letter-spacing: .5px !important;
  background-color: rgba(11, 19, 30, 1) !important;
  color: #fff !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 4px !important;
}
.cookieinfo-close:hover {
  background-color: rgba(190, 35, 35, 1) !important
}
h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  margin: 0px 0px 50px 0px;
  padding: 0px;
  font-family: 'geogrotesque';
  color: rgba(11, 19, 30, 1);
}
h2 strong {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
h2 strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(61, 190, 228, 1);
}
h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin: 0px 0px 50px 0px;
  padding: 0px;
  font-family: 'geogrotesque';
  color: rgba(11, 19, 30, 1);
}
h3:after {
  content: '';
  display: block;
  border: 2px solid rgba(61, 190, 228, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.btn-red {
  background-color: rgba(190, 35, 35, 1);
  color: rgba(255, 255, 255, 1) !important;
  padding: 14px 35px 14px 35px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  border-radius: 4px;
	display: inline-block;
}
.btn-red:hover {
  background-color: rgba(155, 25, 25, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, .75) !important;
}
.btn-outline-red {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(190, 35, 35, 1);
  padding: 10px 35px 10px 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  border-radius: 4px;
  border: solid 1px rgba(190, 35, 35, 1);
}
.btn-outline-red:hover {
  background-color: rgba(190, 35, 35, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
}
.btn-filled-red {
  background-color: rgba(190, 35, 35, 1);
  color: rgba(255, 255, 255, 1);
  padding: 10px 35px 10px 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  border-radius: 4px;
  border: solid 1px rgba(190, 35, 35, 1);
}
.btn-filled-red:hover {
  background-color: rgba(155, 25, 25, 1);
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
}
.photo-square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo-baseline {
  padding-top: 35px;
  color: rgba(61, 190, 228, 1);
  font-size: 12px;
  font-weight: 500;
  padding-right: 140px;
}
.full-page-wrapper {
  padding: 50px 70px 15px 70px;
}
.full-wrapper-intro {
  position: relative;
}
#top-header .top-logo {
  padding-bottom: 50px;
}
#top-header .btn-outline-red {
  margin-left: 50px;
  margin-right: 10px;
}
#top-header nav {
  padding-top: 15px;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(61, 190, 228, 1);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(11, 19, 30, 1);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(61, 190, 228, 1);
}
.navbar-light .navbar-nav .dropdown-menu {
  background-color: rgba(11, 19, 30, 1);
  border: none;
}
.navbar-light .navbar-nav .dropdown-menu li a {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: rgba(61, 190, 228, 1);
}
.disable-md {
  padding-top: 5px;
  margin-left: 40px;
}
.wrapper-content-intro {
  position: absolute;
  display: block;
  z-index: 10;
  bottom: 70px;
  right: 0;
}
.content-intro {
  background-color: background: rgb(61, 190, 228);
  background: -moz-linear-gradient(45deg, rgba(61, 190, 228, 1) 0%, rgba(38, 151, 213, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(61, 190, 228, 1) 0%, rgba(38, 151, 213, 1) 100%);
  background: linear-gradient(45deg, rgba(61, 190, 228, 1) 0%, rgba(38, 151, 213, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3dbee4", endColorstr="#2697d5", GradientType=1);
  padding: 50px 70px 50px 70px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px 5px 0px 0px;
}
.content-intro h1 {
  font-size: 45px;
  line-height: 46px;
  font-family: 'geogrotesque';
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 35px;
}
.content-intro h1 strong {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}
.content-intro h1 strong:after {
  content: "";
  position: absolute;
  left: 0;
  top: 85%;
  display: block;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 1);
}
.btn-content-intro a {
  border-radius: 0px 0px 5px 5px;
}
.scroll-content-intro {
  padding-top: 45px;
  text-align: right;
}
.photo-intro {
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px 5px 5px 5px;
}
#intro {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: url("../../imgs/layout/bg-logo-path.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 100px;
  margin-bottom: 140px;
}
#intro .text-block-content {
  position: absolute;
  z-index: 10;
  width: 25%;
}
#intro .text-block-content h2 {
  margin-bottom: 70px;
}
#intro .photo-intro-text {
  text-align: right;
}
.text-block-content {
  padding-top: 70px;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.text-block-content ul li {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(61, 190, 228, .4);
}
.text-block-content ul li:last-child {
  border-bottom: none;
}
.text-block-content a {
  color: rgba(61, 190, 228, 1);
  text-decoration: underline;
}
.text-block-content a:hover {
  color: rgba(190, 35, 35, 1);
}
#terugnaarkantoor, #overons, #backtotheoffice, #aboutus {
  background-color: rgba(238, 249, 253, 1);
  border-radius: 5px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../../imgs/layout/bg-lines-top.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#text {
  background-color: rgba(238, 249, 253, 1);
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 70px;
  /*background-image: url("../../imgs/layout/bg-lines-top.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;*/
}
#terugnaarkantoor .photo-square, #backtotheoffice .photo-square {
  margin-top: -140px;
}
#terugnaarkantoor, #voordelen, #hoewerkthet, #vergaderruimtes, #eerstziendangeloven, #ondersteuning, #contact, #seetobelieve, #benefits, #backtotheoffice {
  margin-bottom: 70px;
}
#eerstziendangeloven, #seetobelieve {
  margin-bottom: 80px;
}
#hoeveelkosthet {
  background-color: rgba(61, 190, 228, 1);
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 90px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  background-image: url("../../imgs/layout/lines-full-bt-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
#hoeveelkosthet h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  margin: 0px 0px 50px 0px;
  padding: 0px;
  font-family: 'geogrotesque';
  color: rgba(255, 255, 255, 1);
}
#hoeveelkosthet h2:after {
  content: '';
  display: block;
  border: 2px solid rgba(255, 255, 255, 1);
  width: 70px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
#cta-probeergratis {
  background-color: rgba(238, 249, 253, 1);
  text-align: center;
}
#cta-probeergratis .wrapper-btn-red {
  margin-top: -25px;
}
#veelgesteldevragen {
  background-color: rgba(238, 249, 253, 1);
  padding-top: 70px;
  padding-bottom: 70px;
}
#veelgesteldevragen h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  margin: 0px 0px 50px 0px;
  padding: 0px;
  font-family: 'geogrotesque';
  color: rgba(11, 19, 30, 1);
}
#veelgesteldevragen h2:after {
  content: '';
  display: block;
  border: 2px solid rgba(61, 190, 228, 1);
  width: 70px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
#veelgesteldevragen .accordion-item {
  margin-bottom: 15px;
  border: solid 2px rgba(61, 190, 228, .3);
  border-radius: 5px;
}
#veelgesteldevragen .accordion-item h4 {
  font-size: 20px;
  font-weight: 700;
}
#veelgesteldevragen .accordion-item h4 strong {
  color: rgba(61, 190, 228, 1);
  font-weight: 700;
  display: inline-block;
  width: 50px;
  line-height: 26px;
}
#veelgesteldevragen .accordion-header a {
  -webkit-appearance: none;
  opacity: 1;
}
#veelgesteldevragen .accordion-header a:hover {
  color: rgba(61, 190, 228, 1);
  -webkit-appearance: none;
  opacity: 1;
}
#veelgesteldevragen .accordion-button:not(.collapsed) {
  color: rgba(61, 190, 228, 1);
  background-color: transparent;
  box-shadow: none;
}
#veelgesteldevragen .accordion-body {
  font-size: 15px;
  font-weight: 500;
  padding: 0px 50px 30px 75px;
}
#cta-bottom {
  background-color: rgba(11, 19, 30, 1);
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 34px;
  line-height: 36px;
  font-weight: 600;
  font-family: 'geogrotesque';
}
.bg-cta-bottom {
  background-image: url("../../imgs/layout/bg-wrapper-cta-bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 100px;
  padding-bottom: 100px;
}
#cta-bottom span {
  display: inline-block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 30px;
}
#cta-bottom a {
  color: rgba(255, 255, 255, 1);
}
#cta-bottom a:hover {
  text-decoration: underline;
  color: rgba(61, 190, 228, 1);
}
/*#cta-bottom-button .container-fluid {
  padding: 0;
}*/
#cta-bottom-button a, .btn-content-intro a {
  background-color: rgba(190, 35, 35, 1);
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
#cta-bottom-button a:hover, .btn-content-intro a:hover {
  background-color: rgba(155, 25, 25, 1);
  color: rgba(255, 255, 255, .75);
}
.column-page-menu {
  background-color: rgba(11, 19, 30, 1);
  padding: 35px;
  color: #fff;
}
.column-page-menu .title {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: dotted 1px rgba(61, 190, 228, .5);
  color: rgba(61, 190, 228, 1);
}
.page-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-menu-list ul {
  margin: 0;
  padding: 0;
}
.page-menu-list a {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: block;
}
.page-menu-list a:hover {
  color: rgba(61, 190, 228, 1);
}
.page-menu-list ul li {
  padding-bottom: 0px;
  list-style: none;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: solid 1px rgba(61, 190, 228, .5);
}
.page-menu-list ul li:first-child {
  margin-top: 10px;
}
.page-menu-list ul li a.active {
  background-color: rgba(190, 35, 35, 1);
  color: rgba(255, 255, 255, 1);
}
.page-menu-list ul li a {
  color: rgba(61, 190, 228, 1);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: block;
  padding: 8px 5px 8px 5px;
}
.page-menu-list ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.page-menu-list ul li:last-child {
  margin-bottom: 35px;
}
.text-block-handleiding {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  margin-top: 70px;
}
.text-block-handleiding img {
  max-width: 100%;
}
.text-block-handleiding h3:not(:first-child) {
  margin-top: 25px;
}
  footer {
    padding-top: 35px;
  }
footer .privacy-ft a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(11, 19, 30, 1);
  text-decoration: none;
}
footer .privacy-ft a:hover {
  color: rgba(61, 190, 228, 1);
}
footer .privacy-ft ul li {
  padding-right: 20px;
}
footer .copyright-ft {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(11, 19, 30, .5);
  font-size: 12px;
}
footer .copyright-ft a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(11, 19, 30, .5);
}
footer .copyright-ft a:hover {
  color: rgba(61, 190, 228, 1);
}
@media(max-width:1300px) {
  .full-page-wrapper {
    padding: 50px 35px 15px 35px;
  }
}
@media(max-width:1215px) {
  .content-intro {
    padding: 50px 50px 50px 50px;
  }
}
@media(max-width:1200px) {
  .wrapper-content-intro {
    position: relative;
    bottom: 0px;
  }
  #intro {
    padding-top: 70px;
    padding-bottom: 140px;
    margin-top: 0px;
    margin-bottom: 70px;
  }
  #intro .text-block-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding-bottom: 50px;
  }
  #top-header .top-logo {
    padding-bottom: 0px;
  }
  #top-header nav {
    padding-bottom: 35px;
  }
}
@media(max-width:991px) {
  .disable-md {
    display: none;
  }
  .disable-lg {
    display: block;
  }
  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .75) !important;
    border-color: rgba(36, 48, 65, 1);
    background-color: rgba(11, 19, 30, 1);
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-light .navbar-toggler:hover {
    color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(166, 142, 179, 1);
    background-color: rgba(61, 190, 228, 1);
  }
  .text-block-handleiding {
    padding: 40px;
    margin-top: 0px;
  }
}
@media(max-width:767px) {
  .cta-buttons-top, #top-header .top-logo, footer .copyright-ft, .privacy-ft, footer {
    text-align: center;
  }
  #top-header .top-logo {
    padding-bottom: 20px;
  }
  #veelgesteldevragen .accordion-body {
    padding: 0px 50px 30px 20px;
  }
  #veelgesteldevragen .accordion-item h4 strong {
    width: auto;
  }
  .full-page-wrapper {
    padding: 20px 0px 15px 0px;
  }
  .cta-buttons-top a {
    display: block;
    margin-left: 0px;
    margin-bottom: 10px;
    width: 100%;
  }
  #top-header .btn-outline-red {
    margin-left: 0px;
    margin-right: 0px;
  }
  .content-intro {
    padding: 30px 20px 30px 20px;
    font-size: 16px;
  }
  .content-intro h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .photo-baseline {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  #cta-bottom-button a, .btn-content-intro a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .text-block-content {
    padding-top: 0px;
  }
  .wrapper-btn-red .btn-red {
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
  }
  #cta-bottom {
    font-size: 28px;
    line-height: 32px;
  }
  #hoewerkthet h3 {
    margin-top: 50px;
  }
}
@media(max-width:550px) {}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
/*.full-page-wrapper .fixed-top {
	background-color: rgba(255, 255, 255, 1);
	padding-top: 50px;
	padding-right: 70px;
	padding-left: 70px;
}
@media(max-width:991px) {
	.full-page-wrapper .fixed-top {
		position: relative;
		padding: 0;
	}
}*/