/*************
font-family: 'Nunito Sans', sans-serif;

Colors:

Purple light: color: rgba(123,51,111, 1);
Purple dark: color: rgba(100,37,79, 1);

*************/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400&display=swap');
body {
  font-family: 'Nunito Sans', sans-serif;
  background-color: rgba(100, 37, 79, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  background-image: url("../../imgs/layout/bg-lines-site.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.pl-70 {
  padding-left: 70px;
}
.mt-min70 {
  margin-top: -70px;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.outline-btn {
  border: solid 1px rgba(123, 51, 111, 1);
  border-radius: 6px;
  padding: 8px 25px;
  color: rgba(123, 51, 111, 1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  margin-top: 15px;
  display: inline-block;
}
a:hover.outline-btn {
  border: solid 1px rgba(123, 51, 111, 1);
  background-color: rgba(123, 51, 111, 1);
  color: rgba(255, 255, 255, 1) !important;
}
a.outline-btn i {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
  color: rgba(123, 51, 111, .8);
}
a:hover.outline-btn i {
  color: rgba(255, 255, 255, 1) !important;
}
.photo-square {
  padding-bottom: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 6px;
}
#global-header .top-logo {
  padding-top: 35px;
  padding-bottom: 35px;
}
#global-header .top-logo img {
  width: 215px;
  height: auto;
}
.topbar-secondnav {
  text-align: right;
  padding-top: 35px;
}
.topbar-secondnav li {
  margin-left: 20px;
}
.topbar-secondnav .list-inline-item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 1);
}
.topbar-secondnav .list-inline-item a:hover {
  color: rgba(255, 255, 255, .5);
}
.topbar-secondnav .list-inline-item a i {
  color: rgba(255, 255, 255, .5);
  margin-right: 5px;
}
.topbar-firstnav {
  margin-top: 0px;
  margin-bottom: 25px;
}
.topbar-firstnav .nav-item {
  margin-left: 10px;
  padding: 0;
}
.topbar-firstnav .nav-item a.nav-link {
  padding: 0;
  margin-left: 20px;
  color: rgba(255, 255, 255, .55);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 8px;
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.topbar-firstnav .nav-item a:hover.nav-link, .topbar-firstnav .nav-item .nav-link.active {
  background-position: 100% 100%;
  background-size: 100% 2px;
  color: rgba(255, 255, 255, 1);
}
.topbar-firstnav .dropdown-toggle::after {
  margin-left: 0px;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
.topbar-firstnav .dropdown-menu {
  min-width: 15rem;
  padding: 20px;
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(85, 27, 66, 1);
  border: 1px solid rgba(85, 27, 66, 1);
  border-radius: 6px;
  margin-left: 17px;
}
.topbar-firstnav .dropdown-menu li {
  border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.topbar-firstnav .dropdown-menu li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.topbar-firstnav .dropdown-menu a.dropdown-item {
  color: rgba(255, 255, 255, 1);
  padding: 10px 0px;
  font-weight: 500;
}
.topbar-firstnav .dropdown-menu a:hover.dropdown-item {
  background-color: transparent;
  color: rgba(255, 255, 255, .4);
}
.photozone {
  padding-bottom: 48%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 6px;
}
.wrapper-quote {
  padding-top: 90px;
}
.wrapper-quote .quote-intro {
  font-size: 100px;
  color: rgba(255, 255, 255, .5);
  padding-right: 28px;
  padding-top: 20px;
}
.wrapper-quote .quote-content {
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
  color: rgba(255, 255, 255, 1);
  padding-top: 0px;
}
.wrapper-quote .quote-content a {
  color: rgba(255, 255, 255, 1);
}
.wrapper-quote .quote-content a:hover {
  color: rgba(255, 255, 255, .5);
}
.wrapper-intro-text {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  margin-top: -70px;
  color: rgba(100, 37, 79, 1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 6px 0px 6px 6px;
}
h1 {
  font-size: 42px;
  font-weight: 900;
}
h1 span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-top: 15px;
  color: rgba(123, 51, 111, .7);
}
h1::after {
  content: '';
  display: block;
  border: 1px solid rgba(123, 51, 111, .2);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 35px;
}
h2 {
  font-size: 34px;
  font-weight: 900;
}
h2::after {
  content: '';
  display: block;
  border: 1px solid rgba(255, 255, 255, .2);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 35px;
}
h3 {
  font-size: 24px;
  font-weight: 200;
}
.global-services-bg {
  background-color: rgba(85, 27, 66, 1);
  padding-top: 140px;
  padding-bottom: 70px;
  margin-top: -70px;
}
ul.services-list {
  margin: 50px 0px 0px 0px;
  padding: 0;
  list-style: none;
}
ul.services-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 22px;
  font-weight: 300;
  padding-right: 10px;
}
ul.services-list li:last-child {
  border-bottom: none;
}
ul.services-list a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.60);
  text-decoration: none;
}
ul.services-list a:hover {
  display: block;
  color: rgba(255, 255, 255, 1);
  transform: translate(10px, 0);
  -webkit-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  -moz-transform: translate(10px, 0);
}
ul.services-list li span {
  float: right;
}
.global-review {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.global-review .content-review {
  color: rgba(100, 37, 79, 1);
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}
.global-review .content-review .content-name {
  display: inline-block;
  margin-top: 25px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
}
.wrapper-content-intro-text {
  background-color: rgba(255, 255, 255, 1);
  padding: 70px;
  margin-top: 70px;
  margin-bottom: 70px;
  color: rgba(100, 37, 79, 1);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 6px 0px 6px 6px;
}
.wrapper-content-intro-text a {
  color: rgba(100, 37, 79, .75);
}
.wrapper-content-intro-text a:hover {
  color: rgba(100, 37, 79, 1);
}
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: rgba(100, 37, 79, .3);
  content: var(--bs-breadcrumb-divider, "▸");
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: rgba(100, 37, 79, .45);
  padding-bottom: 0;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: rgba(100, 37, 79, 1);
}
.breadcrumb .breadcrumb-item.active {
  color: rgba(100, 37, 79, .75);
  font-weight: 600;
}
#global-content-pages-block-dark {
  background-color: rgba(85, 27, 66, 1);
  margin-top: 70px;
}
#global-content-pages-block-dark .photo-square {
  margin-top: -70px;
}
#global-content-pages-block-dark .text-block-dark {
  padding: 70px;
}
#global-content-pages-block .text-block {
  padding: 70px 70px 70px 0px;
}
#global-content-pages-block .photo-square {
  margin-top: 70px;
  margin-bottom: 70px;
}
.contact-form {
  font-size: 16px;
  color: rgba(123, 51, 111, .6);
  padding: 50px 0px 0px 0px;
}
.contact-form .inputfield {
  background-color: rgba(123, 51, 111, .05);
  border: 1px solid rgba(123, 51, 111, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(85, 27, 66, 1);
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(123, 51, 111, .08);
  border: 1px solid rgba(123, 51, 111, .20);
  color: rgba(85, 27, 66, 1);
}
.contact-form .select {
  background-color: rgba(123, 51, 111, .05);
  border: 1px solid rgba(123, 51, 111, .15);
  box-shadow: none;
  font-size: 16px;
  color: rgba(85, 27, 66, 1);
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .text-area {
  height: 200px
}
.contact-form .form-group label {
  color: rgba(85, 27, 66, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-check label, .contact-form .form-label {
  color: rgba(85, 27, 66, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-form .form-check span, .contact-form .form-group label span, .contact-form .form-label span {
  color: rgba(123, 51, 111, .5);
  font-size: 16px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
.contact-form.verzending .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-form.verzending .form-check label, .contact-form.verzending .form-label {
  margin-bottom: 15px;
}
.contact-form.verzending textarea {
  height: 250px;
}
::placeholder {
  color: rgba(255, 255, 255, .35) !important;
}
.btn-form {
  background-color: rgba(100, 37, 79, 1);
  color: rgba(255, 255, 255, 1) !important;
  padding-top: 10px;
  display: block;
  padding: 10px 40px 10px 40px !important;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 16px !important;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  font-weight: 600;
  border: none;
  margin-top: 35px;
}
.btn-form:hover {
  transition: all .2s;
  background-color: rgba(85, 27, 66, 1);
  border: none;
  color: rgba(255, 255, 255, 1);
}
#map {
  height: 675px;
  width: 100%;
}
.wrapper-infoblock-contact {
  padding: 70px 70px 70px 70px;
  background-color: rgba(85, 27, 66, 1);
  color: rgba(255, 255, 255, 1);
  margin-top: -10px;
  border-radius: 6px;
}
.wrapper-infoblock-contact h5 {
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
  margin: 0;
}
.wrapper-infoblock-contact .contact-adres {
  line-height: 28px;
}
.wrapper-infoblock-contact .contact-adres ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-infoblock-contact .contact-adres a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.wrapper-infoblock-contact .contact-adres a:hover {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}
#global-footer footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(85, 27, 66);
  background: -moz-linear-gradient(180deg, rgba(85, 27, 66, 1) 10%, rgba(100, 37, 79, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(85, 27, 66, 1) 10%, rgba(100, 37, 79, 1) 100%);
  background: linear-gradient(180deg, rgba(85, 27, 66, 1) 10%, rgba(100, 37, 79, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#551b42", endColorstr="#64254f", GradientType=1);
}
#global-footer footer .ft-address ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#global-footer footer .ft-address ul li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}
#global-footer footer .ft-address ul li h5 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 10px;
}
#global-footer footer .ft-address ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#global-footer footer .ft-address ul li a:hover {
  color: rgba(255, 255, 255, .5);
}
#global-footer footer .ft-social {
  text-align: right;
}
#global-footer footer .ft-social h5 {
  font-size: 30px;
  font-weight: 200;
  line-height: 45px;
  color: rgba(255, 255, 255, 1);
}
#global-footer footer .ft-social h5 span {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(255, 255, 255, .3);
}
.ft-social i {
  font-size: 22px;
  color: #f0ae05
}
.ft-social a i {
  color: rgba(255, 255, 255, .5);
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  margin-top: 35px;
  display: inline-block;
  margin-left: 10px;
}
.ft-social a:hover i {
  color: #fff
}
#global-gdpr-copyright ul, #global-gdpr-copyright ul li {
  padding: 0px;
  margin: 0px;
}
#global-gdpr-copyright .ft-disclaimer a, #global-gdpr-copyright .ft-copyright a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .5);
  font-weight: 400;
  text-decoration: none;
}
#global-gdpr-copyright .ft-disclaimer a:hover, #global-gdpr-copyright .ft-copyright a:hover {
  color: rgba(255, 255, 255, 1);
}
#global-gdpr-copyright .ft-disclaimer .list-inline .list-inline-item {
  margin-right: 20px;
  padding: 0;
}
#global-gdpr-copyright {
  background-color: rgba(85, 27, 66, 1);
  padding-top: 20px;
  padding-bottom: 20px;
}
#global-gdpr-copyright .ft-copyright {
  text-align: right;
}
#global-gdpr-copyright .ft-copyright i {
  padding-left: 10px;
  padding-right: 10px;
}
@media(max-width:1200px) {}
@media(max-width:991px) {
  .container-quote {
    display: none;
  }
  .ft-address, #global-footer footer .ft-social, .ft-disclaimer, #global-gdpr-copyright .ft-copyright {
    text-align: center;
  }
  #global-header .top-logo {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
  .topbar-secondnav {
    padding-top: 10px;
  }
  .topbar-secondnav li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .topbar-secondnav {
    text-align: center;
  }
  .navbar-toggler {
    background-color: rgba(85, 27, 66, 1);
    color: #fff;
    padding: 10px 20px 10px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 6px;
  }
  .navbar-toggler i {
    margin-right: 5px;
  }
  .navbar-toggler:hover {
    background-color: rgba(72, 18, 54, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .navbar .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-collapse {
    padding: 0px 25px 15px 15px;
    background-color: rgba(255, 255, 255, .10);
    border-radius: 6px;
  }
  .navbar .dropdown-menu {
    padding: 10px;
  }
  .navbar-nav {
    width: 100%;
    padding-top: 20px;
  }
  .navbar li a {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .topbar-firstnav .nav-item a.nav-link {
    margin-left: 5px;
  }
  .topbar-firstnav .nav-item a:hover.nav-link, .topbar-firstnav .nav-item .nav-link.active {
    background-position: 0% 0%;
    background-size: 0% 0px;
  }
  .topbar-firstnav .dropdown-menu {
    margin-left: 0px;
  }
  .topbar-firstnav .dropdown-menu {
    margin-top: 10px;
  }
  .topbar-firstnav .dropdown-menu li a {
    margin-top: 0px;
  }
  .topbar-firstnav .dropdown-menu a.dropdown-item {
    color: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    font-weight: 500;
  }
  .photozone {
    padding-bottom: 58%;
  }
  .wrapper-intro-text {
    padding: 50px;
    margin-top: -10px;
    border-radius: 0px 0px 6px 6px;
  }
  #global-services .photo-square {
    margin-top: 50px;
  }
  .wrapper-content-intro-text {
    margin-top: -10px;
  }
  #global-content-pages-block-dark .text-block-dark {
    padding: 70px 0px;
  }
  #global-content-pages-block .text-block {
    padding: 0px 0px 70px 0px;
  }
  #global-footer footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #global-footer footer .ft-social {
    margin-top: 50px;
  }
}
@media(max-width:767px) {}
@media(max-width:550px) {}