/** Import globals */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;500;700;800&display=swap");
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #ffffff;
}

a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #183D48;
}

a.active, .current-menu-item a {
  color: #D18541 !important;
  font-weight: 700;
}

.text-gold {
  color: #D18541 !important;
}

.form-check {
  padding-left: 2.3rem !important;
}

.alert-success::before {
  display: none;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

.bg-blue-100 {
  background-color: #183D48;
}

.bg-blue-200 {
  background-color: #12272E;
}

.bg-neutral-100 {
  background-color: #F8F9FA;
}

.bg-neutral-400 {
  background-color: #DEE2E6;
}

.color-blue-100 {
  color: #183D48;
}

.color-gold-100 {
  color: #D18541;
}

.card {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 4px 12px -2px rgba(0, 0, 0, 0.08);
}

.bg-gold-100 {
  background-color: #D18541;
}

.nav-link {
  text-transform: uppercase;
}

.color-white * {
  color: #ffffff;
}

.neutrals-100 {
  background: #F8F9FA;
}

.service-inside .accordion-header {
  border-top: 2px solid #F1F3F5 !important;
}

.accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: unset !important;
  border: 0;
  color: #183D48;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: unset !important;
}

.body-l {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #183D48;
}

th, tr, td {
  color: #183D48 !important;
}

* {
  font-family: "Karla", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
}

h1.bold,
h2.bold,
h3.bold,
h4.bold {
  font-weight: 800 !important;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 44px;
    line-height: 52px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #183D48;
}
@media screen and (min-width: 600px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

p.bold {
  font-weight: 700 !important;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #183D48;
}

p.small {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #183D48;
}

p.large {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #183D48;
}

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 18.7px;
  color: #183D48;
  border-radius: 0 !important;
}

.btn-blue, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #183D48 !important;
  padding: 12px 24px 12px 24px;
  color: #ffffff;
  border-radius: 0 !important;
}
.btn-blue:hover, .nav-pills .nav-link.active:hover, .nav-pills .show > .nav-link:hover {
  color: #D18541 !important;
}

.nav-pills .nav-link {
  padding: 12px 24px !important;
}

.acf-file-uploader .acf-button {
  background-color: #183D48 !important;
  margin-left: 50%;
  text-decoration: none;
}

.acf-file-uploader .acf-button:hover {
  color: #D18541 !important;
}

.btn-gold, .acf-button {
  border: 0 !important;
  background-color: #D18541 !important;
  padding: 12px 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  width: auto !important;
}
.btn-gold:hover, .acf-button:hover {
  color: #183D48 !important;
}
.btn-gold:hover, .acf-button:hover {
  color: #183D48 !important;
}

#wp-submit {
  border: 0 !important;
  background-color: #D18541 !important;
  padding: 12px 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
#wp-submit:hover {
  color: #183D48 !important;
}

.btn-gold-search {
  background-color: #D18541 !important;
  padding: 10px 24px;
  color: #ffffff;
}
.btn-gold-search:hover {
  color: #183D48 !important;
}

.btn-dark-gold {
  background-color: #AB682B !important;
  padding: 12px 24px 12px 24px;
  color: #ffffff;
}
.btn-dark-gold:hover {
  color: #183D48 !important;
}

input, textarea, select {
  border-radius: 0 !important;
}

input:focus, textarea:focus, select:focus {
  border: 2px solid #AB682B !important;
  box-shadow: none !important;
}

.input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/** Import layouts */
#nav-main {
  background-color: #ffffff;
}
@media screen and (max-width: 993px) {
  #nav-main .navbar-brand {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  #nav-main .navbar-brand {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  #nav-main .navbar-brand .logo {
    max-width: 70% !important;
  }
}
#nav-main .menu-icon {
  color: #183D48 !important;
  font-size: 30px;
}
@media screen and (max-width: 993px) {
  #nav-main .menu-icon-item {
    padding: 0 !important;
  }
}
@media screen and (max-width: 993px) {
  #nav-main .offcanvas {
    width: 100% !important;
    background-color: #183D48 !important;
  }
}
@media screen and (max-width: 993px) {
  #nav-main .offcanvas .offcanvas-body {
    padding: 70px;
    background-image: url("../../img/logo/union.svg");
    background-repeat: no-repeat;
    background-position: 100% 75%;
  }
}
#nav-main .offcanvas .offcanvas-body .nav-link {
  color: #000000;
}
@media screen and (max-width: 993px) {
  #nav-main .offcanvas .offcanvas-body .nav-link {
    color: #ffffff;
    font-size: 20px !important;
  }
}

@media screen and (max-width: 993px) {
  #bootscore-navbar {
    margin-bottom: 2rem;
  }
}

footer a.active, footer .current-menu-item a {
  color: #ffffff !important;
}
footer a:hover {
  color: #D18541 !important;
}
footer p {
  color: #ffffff !important;
}
footer a {
  color: #ffffff !important;
  text-decoration: none !important;
}
footer .footer-body {
  padding: 120px 0;
}
footer .footer-body .footer-items .footer-num {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 993px) {
  footer .footer-body .footer-items .footer-num {
    text-align: left !important;
    padding-left: 70px;
  }
}
footer .footer-body .footer-items > div {
  border-right: 2px solid #ffffff;
  padding-left: 100px;
}
@media screen and (max-width: 993px) {
  footer .footer-body .footer-items > div {
    border-right: 0;
  }
}
footer .footer-body .footer-items > div:first-child {
  border-right: 0;
}
@media screen and (max-width: 993px) {
  footer .footer-body .footer-items > div:first-child {
    padding-left: 30px;
  }
}
footer .footer-body .footer-items > div:last-child {
  border-right: 0;
}
footer .footer-blue {
  background-color: #183D48 !important;
  color: #ffffff !important;
}
footer .footer-bottom {
  background-color: #D18541 !important;
}

/** Import partials */
.home-main {
  margin-bottom: 300px;
}
@media screen and (max-width: 600px) {
  .home-main {
    margin-bottom: 100px;
  }
}

.hero {
  position: relative;
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .hero {
    background-position: top;
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  .hero__desktop {
    display: none;
  }
}
.hero__mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  .hero__mobile {
    display: block;
  }
}
.hero__image {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .left-block {
  background-color: #D18541;
  padding: 120px 180px;
  margin-bottom: -300px;
}
@media screen and (max-width: 993px) {
  .hero .left-block {
    margin-bottom: -90px;
    padding: 0;
    height: 60%;
  }
}
@media screen and (max-width: 1300px) {
  .hero .left-block {
    height: 60%;
  }
}
@media screen and (max-width: 600px) {
  .hero .left-block {
    height: 90%;
  }
}
.hero .left-block .left-block-items {
  display: block;
}
@media screen and (max-width: 993px) {
  .hero .left-block .left-block-items {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .hero .left-block .left-block-items {
    display: none;
  }
}
.hero .left-block h3, .hero .left-block p {
  color: #ffffff;
}
.hero .right-block {
  background-color: #183D48;
  padding: 120px 120px;
  margin-bottom: -200px;
  margin-left: -100px;
  width: 70%;
}
@media screen and (max-width: 993px) {
  .hero .right-block {
    margin-left: -50px;
    margin-bottom: -40px;
    padding: 40px;
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .hero .right-block {
    width: 100%;
  }
}
.hero .right-block h3, .hero .right-block p {
  color: #ffffff;
}

.image-text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #183D48;
  font-weight: 800;
}
@media screen and (min-width: 600px) {
  .image-text h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.swiper-container {
  padding-right: 8rem;
  padding-left: 8rem;
}
@media screen and (max-width: 993px) {
  .swiper-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.swiper .swiper-slide {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}
@media screen and (max-width: 993px) {
  .swiper .swiper-slide {
    padding: 0 !important;
  }
}
.swiper .swiper-slide .image-slider-item {
  padding: 20rem;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 993px) {
  .swiper .swiper-slide .image-slider-item {
    padding: 10rem;
  }
}
.swiper .swiper-slide .items-block {
  background-color: #183D48;
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 56px;
}
@media screen and (max-width: 993px) {
  .swiper .swiper-slide .items-block {
    width: auto;
    margin-bottom: -70px;
  }
}
.swiper .swiper-slide .items-block h4 {
  color: #ffffff;
}
.swiper .swiper-slide .items-block h4:first-child {
  color: #D18541;
}
.swiper .swiper-button-prev {
  background-image: url("../../img/arrow-right.svg") !important;
  background-color: #D18541;
  background-size: 70%;
  background-position: center;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 993px) {
  .swiper .swiper-button-prev {
    display: none;
  }
}
.swiper .swiper-button-prev::after {
  content: "";
}
.swiper .swiper-button-next {
  background-image: url("../../img/arrow-left.svg") !important;
  background-color: #D18541;
  background-size: 70%;
  background-position: center;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 993px) {
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-button-next::after {
  content: "";
}
.swiper .swiper-pagination-bullet-active {
  background-color: #D18541 !important;
}

@media screen and (max-width: 993px) {
  .company-highlight {
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.company-highlight .company-highlight-container {
  padding: 3rem !important;
}
.company-highlight .row {
  padding: 0 !important;
}
.company-highlight h1 {
  color: #ffffff;
}
@media screen and (max-width: 993px) {
  .company-highlight h1 {
    margin-bottom: 3rem;
  }
}
.company-highlight h4 {
  color: #D18541;
  font-weight: 800;
}
.company-highlight .highlight-descripton * {
  color: #ffffff;
}
.company-highlight img {
  border: 8px solid #ffffff;
  margin-bottom: -900px;
}
@media screen and (max-width: 993px) {
  .company-highlight img {
    margin-bottom: -100px;
  }
}

.home-werkwijze {
  margin-bottom: 14rem;
}

.hero-werkwijze {
  position: relative;
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .hero-werkwijze {
    background-position: top;
    background-size: contain;
    height: 300px !important;
    margin-top: 4rem;
  }
}
.hero-werkwijze .hero-block {
  background-color: #183D48;
  padding: 100px;
  margin-bottom: -200px;
  width: 50%;
}
@media screen and (max-width: 993px) {
  .hero-werkwijze .hero-block {
    padding: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .hero-werkwijze .hero-block {
    width: 90%;
  }
}
.hero-werkwijze .hero-block h3, .hero-werkwijze .hero-block p {
  color: #ffffff;
}

.service-left {
  background-color: #D18541;
  padding: 5rem;
}
@media screen and (max-width: 993px) {
  .service-left {
    padding: 1rem;
  }
}
.service-left h3 {
  padding: 5rem;
}
@media screen and (max-width: 993px) {
  .service-left h3 {
    padding: 2rem;
  }
}
.service-left h3, .service-left h4 {
  color: #ffffff;
  font-weight: 800;
}

.service-right {
  background-color: #183D48;
  padding: 5rem;
}
@media screen and (max-width: 993px) {
  .service-right {
    padding: 1rem;
  }
}
@media screen and (max-width: 993px) {
  .service-right img {
    max-width: 50px;
  }
}
@media screen and (max-width: 993px) {
  .service-right h4 {
    padding: 0 0.2rem !important;
  }
}
.service-right h3, .service-right h4 {
  color: #ffffff;
  font-weight: 800;
}

.under-item {
  margin-left: -100px;
  width: 100%;
  margin-top: -50px;
  position: relative;
}
@media screen and (max-width: 993px) {
  .under-item {
    margin-left: -70px;
    margin-top: -70px !important;
  }
}

.top-item {
  position: relative;
  z-index: 1;
}

.service-item {
  padding: 7rem !important;
}
@media screen and (max-width: 993px) {
  .service-item {
    padding: 0 !important;
  }
}
@media screen and (max-width: 993px) {
  .service-item .container {
    padding: 0.75rem !important;
  }
}
.service-item .accordion-button {
  padding: 0.3rem !important;
}
.service-item .accordion-button::after {
  background-image: url("../../img/arrow-down-2.svg") !important;
}

@media screen and (max-width: 993px) {
  .service-inside {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 993px) {
  .service-inside .col-12 {
    margin-bottom: 3rem;
  }
}

.home-mijn {
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .home-mijn {
    margin-bottom: 0;
  }
}

.hero-mijn {
  position: relative;
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .hero-mijn {
    background-position: center;
    background-size: cover;
    height: 150px !important;
    margin-top: 4rem;
  }
}
.hero-mijn .hero-block {
  background-color: #183D48;
  padding: 40px;
  margin-bottom: -350px;
  width: 35%;
  border-bottom: 20px solid #D18541;
}
@media screen and (max-width: 993px) {
  .hero-mijn .hero-block {
    padding: 40px;
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .hero-mijn .hero-block {
    width: 90%;
  }
}
.hero-mijn .hero-block h3, .hero-mijn .hero-block p, .hero-mijn .hero-block h4 {
  color: #ffffff;
}
.hero-mijn label {
  color: #ffffff !important;
  width: 100%;
}

.margin-login {
  margin-bottom: 20rem !important;
}
@media screen and (max-width: 993px) {
  .margin-login {
    margin-bottom: 6rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .margin-login {
    padding: 1.5rem !important;
  }
}

.bg-form {
  margin-top: 6rem;
  margin-bottom: -350px !important;
  margin-left: -200px !important;
  width: 100%;
}
@media screen and (max-width: 993px) {
  .bg-form {
    display: none;
  }
}

.login-form {
  background-color: #fff;
  position: relative;
  z-index: 5;
  margin-top: 2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 993px) {
  .login-form {
    margin-bottom: 2rem;
    padding: 1rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .login-form {
    margin-bottom: 2rem;
    padding: 1.5rem !important;
  }
}

.hero-login label {
  margin-bottom: 0.6rem;
  color: #183D48 !important;
}

.color-white-acordion * {
  color: #ffffff !important;
}

@media screen and (max-width: 993px) {
  .accordion {
    padding: 0 !important;
  }
}

.accordion-button::after {
  background-image: url("../../img/arrow-down.svg") !important;
}

@media screen and (max-width: 600px) {
  .aanvragen-row {
    padding: 0 !important;
    margin-bottom: 2rem !important;
  }
}
.aanvragen-row .aanvragen-form {
  margin-bottom: 2rem !important;
}

.aanvragen .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.aanvragen-service-box {
  margin-top: 4rem;
  margin-right: -4rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 993px) {
  .aanvragen-service-box {
    margin-right: 0;
    margin-top: -4rem;
    text-align: center;
  }
}

@media screen and (max-width: 993px) {
  .aanvragen-service {
    flex-direction: column-reverse;
  }
}

.aanvragen-service-image {
  margin-left: -2rem;
}
@media screen and (max-width: 993px) {
  .aanvragen-service-image {
    margin-left: 0;
  }
}

.single-house table tbody th {
  width: 30%;
}
.single-house .entry-header {
  background-color: rgba(16, 16, 16, 0.4);
}
@media screen and (max-width: 993px) {
  .single-house #pills-overzicht p {
    margin: 0 !important;
  }
}
@media screen and (max-width: 993px) {
  .single-house .title-mobile * {
    margin: 0 !important;
  }
}
@media screen and (max-width: 993px) {
  .single-house .hero-block {
    width: 100%;
  }
}
@media screen and (max-width: 993px) {
  .single-house .house-content {
    margin-top: 0;
    padding: 0 !important;
  }
}
@media screen and (max-width: 993px) {
  .single-house .house-content .px-5 {
    padding: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .single-house #pills-tab {
    display: block;
    margin: 0 !important;
    margin-bottom: 2rem;
  }
}
.single-house .nav-pills {
  background-color: #F8F9FA !important;
}
.single-house .nav-pills .active {
  color: #ffffff !important;
}
.single-house .nav-pills .active:hover {
  color: #ffffff !important;
}
.single-house .nav-pills .nav-link {
  color: #6A7178;
}
@media screen and (max-width: 600px) {
  .single-house .nav-pills .nav-link {
    width: 100%;
  }
}
.single-house .nav-pills .nav-link:hover {
  color: #183D48;
}
.single-house .timeline {
  position: relative;
  list-style: none;
}
.single-house .timeline .timeline-item {
  position: relative;
}
.single-house .timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}
.single-house .timeline-item {
  border-left: 2px solid #DEE2E6;
  padding: 0 3rem;
}
@media screen and (max-width: 600px) {
  .single-house .timeline-item {
    padding: 0 2rem !important;
  }
}
.single-house .timeline-item:last-of-type {
  border-left: 0 !important;
}
.single-house .timeline .timeline-item:after {
  background-color: #F8F9FA;
  left: -1.1rem;
  top: -2rem;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  content: "";
}
.single-house .timeline-content {
  position: relative;
  top: -1.8rem;
}
.single-house .timeline-item-active {
  border-left: 2px solid #D18541 !important;
}
.single-house .timeline-item-active h5 {
  color: #183D48 !important;
}
.single-house .timeline-item-active p {
  color: #183D48 !important;
}
.single-house .timeline-item-active:after {
  background-color: #D18541 !important;
  font-family: "Font Awesome 5";
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  background-image: url("../../img/correct.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.single-house #pills-rapport embed {
  min-height: 800px;
}
.single-house p.bold {
  margin-top: 2rem;
}

@media screen and (max-width: 993px) {
  .title-mobile {
    margin: 0 !important;
    padding: 0 2rem !important;
  }
}

.bottom-contact-block {
  border-bottom: 10px solid #D18541;
}

@media screen and (max-width: 600px) {
  .mijn-panden .px-5 {
    padding: 0.3rem !important;
  }
}
.mijn-panden .single-content {
  padding-left: 3rem !important;
}
@media screen and (max-width: 993px) {
  .mijn-panden .single-img {
    min-height: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
