@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Diavlo";
  src: url("/sources/fonts/DiavloBold-Regular.woff2") format("woff2"), url("/sources/fonts/DiavloBold-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body, html {
  font-family: "Rubik", sans-serif !important;
}

.btn {
  border-radius: 3px;
  transition: all 200ms linear;
}
.btn.btn-block {
  width: 100%;
}

.btn-primary {
  background-color: #fe7c03;
  border-color: #fe7c03;
  color: #fff;
  font-weight: bold;
  text-transform: none;
}
.btn-primary:hover {
  color: #fe7c03;
  background-color: #fff;
  border-color: #fe7c03;
}

.btn-secondary {
  background-color: #fff;
  border-color: #fff;
  color: #fe7c03;
}
.btn-secondary:hover {
  background-color: #fe7c03;
  color: #fff;
}

footer {
  background-color: #eee;
}
footer h5 {
  color: #000;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 73px;
}
@media (max-width: 767px) {
  footer h5 {
    line-height: 43px;
    margin-bottom: 5px;
    margin-top: 7px;
  }
}
footer .footer-blocks {
  padding-top: 40px;
}
footer .footer-blocks .column:after {
  display: none;
}
footer .footer-blocks .column img.logo {
  max-width: 80%;
  margin-left: -20px;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  footer .footer-blocks .column img.logo {
    max-height: 45px;
    margin-left: -10px;
    margin-bottom: 20px;
  }
}
footer .footer-blocks .column li a {
  color: #4f4f4f;
  transition: all 200ms linear;
  font-size: 14px !important;
}
footer .footer-blocks .column li a:hover {
  text-decoration: underline;
  color: #0f0f0f !important;
}
@media (max-width: 767px) {
  footer .footer-blocks .column li.separator {
    height: 7px !important;
  }
}
footer .bottomfooter {
  border-color: #cacaca;
}
footer .bottomfooter a:hover {
  color: #0f0f0f;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  header .header-main > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header-logo {
  position: relative !important;
}
@media (max-width: 767px) {
  header .header-logo {
    top: 0px;
    padding: 0px;
  }
}
header .header-logo img {
  max-height: 70px;
  height: 100%;
  margin-top: 0px;
}
@media (max-width: 767px) {
  header .header-logo img {
    max-height: 45px;
    margin-left: -10px;
  }
}
header .header-logo a.has-transition {
  position: relative;
  display: block;
}
header .header-logo a.has-transition img {
  animation-delay: 1s;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
header .header-logo a.has-transition div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  color: #000;
  font-weight: bold;
  opacity: 0;
  animation-name: flash;
  animation-delay: 1s;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 9999;
  text-transform: lowercase;
  font-family: "Diavlo";
}
@media (max-width: 767px) {
  header .header-logo a.has-transition div {
    font-size: 18px;
  }
}
header .header-logo a.has-transition img.logo-new {
  opacity: 0;
  animation-name: fadeIn;
  animation-delay: 4s;
}
header .header-logo a.has-transition img.logo-old {
  max-height: 81px;
  height: 81px;
  opacity: 1;
  position: absolute;
  z-index: 99999;
  top: -6px;
  left: 1px;
  animation-name: fadeOut;
}
@media (max-width: 767px) {
  header .header-logo a.has-transition img.logo-old {
    max-height: 47px;
    top: -3px;
  }
}
header #top-links {
  display: flex;
  margin-right: 15px !important;
}
header #top-links:after {
  right: -15px !important;
}
@media (max-width: 1024px) {
  header #top-links {
    display: none;
  }
}
header #top-links .our-locations {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
header #top-links .our-locations:after {
  border-right: 1px solid #e6e6e6;
  content: "";
  height: 60px;
  position: absolute;
  top: -10px;
  right: 0px;
}
header #top-links .our-locations a {
  font-size: 14px;
  color: #9c9c9c;
  transition: all 300ms linear;
  line-height: 22px;
  display: flex;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
header #top-links .our-locations a:hover {
  color: #000;
}
header #top-links .our-locations a > img {
  width: 30px;
}
header #top-links .our-locations a strong {
  color: #222;
  text-transform: uppercase;
}
header #top-links .our-locations a small {
  font-size: 13px;
}
header #top-links .our-locations a strong, header #top-links .our-locations a small {
  display: block;
}
header #top-links .language-selector {
  margin-right: 30px;
}
header #top-links .language-selector:after {
  border-right: 1px solid #e6e6e6;
  content: "";
  height: 60px;
  position: absolute;
  top: -10px;
  right: -15px;
}
header #top-links .language-selector:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: -4px;
  top: 13px;
  content: "\f024";
  font-family: "FontAwesome";
  font-size: 27px;
  line-height: 20px;
  color: #030303;
  background: none !important;
}
header #top-links .language-selector > a {
  text-transform: uppercase;
  color: #000000;
  margin: 0px;
  padding: 0 0 0 41px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.5px;
}
header #top-links .language-selector div.dropdown-menu {
  min-width: 180px;
}
header #top-links .language-selector div.dropdown-menu form {
  margin: 0px;
  padding: 0px;
}
header #top-links .language-selector div.dropdown-menu form ul {
  padding: 10px;
  margin: 0px;
}
header #top-links .language-selector div.dropdown-menu form ul li button, header #top-links .language-selector div.dropdown-menu form ul li a {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
header .myaccount > a {
  background-size: 30px !important;
}
header .myaccount > a:hover, header .myaccount > a:focus {
  background-position: 0 -49px !important;
}
header .header-cart {
  margin-left: 15px !important;
}
@media (max-width: 767px) {
  header .header-cart {
    margin: 0px;
    padding: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 12px;
    margin-bottom: -10px;
  }
}
header .header-cart #cart .cart_heading {
  font-weight: bold;
}
header .header-cart #cart .cart_heading:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f07a";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 29px;
  color: #030303;
  background: none !important;
}
header .head-right-bottom {
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #eee;
}
@media (max-width: 992px) {
  header .head-right-bottom {
    border: none !important;
    box-shadow: none !important;
  }
}
header .head-right-bottom #menu .nav > li > a {
  color: #0f0f0f;
  text-transform: none;
  padding: 12px 17px;
  position: relative;
}
header .head-right-bottom #menu .nav > li > a:after {
  border-bottom: 2px solid #fe7c03;
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  transition: all 250ms linear;
}
header .head-right-bottom #menu .nav > li:hover, header .head-right-bottom #menu .nav > li.home {
  background: transparent;
}
header .head-right-bottom #menu .nav > li:hover > a, header .head-right-bottom #menu .nav > li.home > a {
  color: #fe7c03;
  background: transparent;
}
header .head-right-bottom #menu .nav > li:hover > a:after {
  width: calc(100% - 34px);
}
header .head-right-bottom #menu .nav > li .megamenu {
  padding: 10px 20px;
  border-radius: 4px;
  top: 94%;
  border: 1px solid #ddd;
}
header .head-right-bottom .nav-container.fixed {
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  header .head-right-bottom .nav-container.fixed .responsive-menu {
    background: #fff !important;
    top: 0px;
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (max-width: 992px) {
  header .head-right-bottom .nav-responsive {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  header .head-right-bottom .nav-responsive .menu-right a {
    padding: 0px 6px;
  }
  header .head-right-bottom .nav-responsive .menu-right a i {
    font-size: 20px;
    color: #030303;
  }
}
header .head-right-bottom .nav-responsive span {
  padding: 0;
}
header .head-right-bottom .nav-responsive span.menu-text {
  color: #030303;
  padding: 9px 10px 8px 10px;
}
header .head-right-bottom .nav-responsive .menu-toggle {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
header .head-right-bottom .nav-responsive .menu-toggle .menu-text {
  padding-top: 2px;
  padding-bottom: 4px;
}
header .head-right-bottom .nav-responsive .menu-toggle .menu-text small {
  display: block;
  margin-top: -5px;
  font-size: 10px;
  color: #888;
  font-weight: 100;
  line-height: 11px;
  text-transform: none;
}
header .head-right-bottom .nav-responsive .menu-toggle .expandable {
  background: none;
  color: #000;
  font-size: 18px;
  height: auto;
  width: auto;
  margin: 0px;
}
header .head-right-bottom .nav-responsive .menu-toggle .expandable .fa {
  font-size: 18px;
  color: #030303;
}
header .head-right-bottom .main-navigation {
  padding: 0px;
  max-height: inherit !important;
  top: 50px !important;
  border-radius: 4px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  header .head-right-bottom .main-navigation {
    box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.2);
    padding-left: 0px !important;
  }
}
header .head-right-bottom .main-navigation .top_level {
  padding-left: 10px;
  padding-right: 10px;
}
header .head-right-bottom .main-navigation .top_level.language-selector {
  padding: 10px;
}
header .head-right-bottom .main-navigation .top_level.language-selector form {
  padding: 0px !important;
  margin: 0px !important;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
header .head-right-bottom .main-navigation .top_level.language-selector form .language-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  padding-left: 0px !important;
}
header .head-right-bottom .main-navigation .top_level.language-selector form .language-menu li {
  flex: 1;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
}
header .head-right-bottom .main-navigation .top_level.language-selector form .language-menu li:last-child {
  border-right: none;
}
header .head-right-bottom .main-navigation .top_level.language-selector form .language-menu li .btn-link {
  padding: 0 !important;
  margin: 0;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
header .head-right-bottom .main-navigation .top_level.language-selector form .language-menu li .btn-link img {
  padding: 0 !important;
}

.slideshow {
  background-image: url("/image/homepagge-slider.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .slideshow {
    background-image: url("/image/homepagge-slider-xs.webp");
  }
}
.slideshow .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  height: 100%;
}
.slideshow .overlay .row {
  height: 100%;
}
.slideshow .overlay .row .text-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 120px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .slideshow .overlay .row .text-container {
    padding-bottom: 80px;
    padding-top: 20px;
  }
}
.slideshow .overlay .row .text-container h1 {
  font-size: 49px;
  text-transform: none;
  line-height: 63px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .slideshow .overlay .row .text-container h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.slideshow .overlay .row .text-container hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-top: 0;
  margin-left: 5px;
  border-radius: 3px;
  margin-bottom: 7px;
}
.slideshow .overlay .row .text-container h4 {
  font-size: 26px;
  line-height: 39px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  font-weight: normal;
}
@media (max-width: 767px) {
  .slideshow .overlay .row .text-container h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.slideshow .overlay .row .text-container p {
  font-size: 26px;
  color: #fff;
  line-height: 27px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .slideshow .overlay .row .text-container p {
    font-size: 18px;
    line-height: 22px;
  }
}

#treatments {
  position: relative;
  top: -75px;
}
@media (max-width: 767px) {
  #treatments {
    width: 95%;
    margin-left: 2.5%;
  }
}
#treatments .treatment-card {
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(61, 61, 61, 0.15);
  height: 100%;
}
#treatments .treatment-card:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#treatments .treatment-card:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media (max-width: 767px) {
  #treatments .treatment-card {
    border-radius: 3px;
    margin-bottom: 15px;
  }
}
#treatments .treatment-card .card-body {
  padding: 20px 40px 30px;
}
@media (max-width: 767px) {
  #treatments .treatment-card .card-body {
    padding: 20px 20px 30px;
  }
}
#treatments .treatment-card .card-body img {
  height: 80px;
  margin-bottom: 10px;
  margin-top: 30px;
}
#treatments .treatment-card .card-body h4 {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
#treatments .treatment-card .card-body ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 30px;
  padding-left: 10px;
}
#treatments .treatment-card .card-body ul li {
  font-size: 18px;
  font-weight: 100;
  color: #292b2c;
  margin-top: 15px;
  margin-bottom: 15px;
}
#treatments .treatment-card .card-body ul li i {
  color: #fe7c03;
  margin-right: 10px;
  font-size: 20px;
}
#treatments .treatment-card .card-body .btn {
  font-size: 1em;
}

#treatments .treatment-card.features .card-body img {
  height: auto !important;
}

@media (max-width: 767px) {
  #treatments .treatment-card.features .card-body {
    padding: 20px 0px 30px;
  }
}

#treatments .treatment-card.features .features p.disclaimer-text {
  padding-left: 50px;
  position: relative;
}
#treatments .treatment-card.features .features p.disclaimer-text:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 40px;
  position: absolute;
  left: 0px;
  top: 8px;
  line-height: 40px;
  color: #fe7c03;
}
#treatments .treatment-card.features .features p.disclaimer-text a {
  text-decoration: underline;
}

#treatments .treatment-card.col-md-5.col-md-offset-1 {
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  #treatments .treatment-card.col-md-5.col-md-offset-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#treatments .treatment-card.col-md-5:last-child {
  padding-right: 0px !important;
}
@media (max-width: 767px) {
  #treatments .treatment-card.col-md-5:last-child {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

#cta {
  margin-bottom: 50px;
}
#cta .col-md-10 {
  padding-left: 0px;
  padding-right: 0px;
}
#cta .col-md-10 .cta-container {
  background: #fe7c03;
  color: #fff;
  display: flex;
  padding: 20px;
  justify-content: center;
  font-size: 19px;
  gap: 13px;
  border-radius: 4px;
  box-shadow: 0 0 10px 2px rgba(61, 61, 61, 0.15);
}
#cta .col-md-10 .cta-container p {
  margin-bottom: 0px;
  line-height: 35px;
  font-weight: bold;
}
@media (max-width: 767px) {
  #cta .col-md-10 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #cta .col-md-10 .cta-container {
    flex-direction: column;
  }
  #cta .col-md-10 .cta-container p {
    line-height: 24px;
  }
}

.cta-bar {
  position: fixed;
  z-index: 9999999;
  background: #f5f5f5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 10px 2px rgba(61, 61, 61, 0.15);
}
.cta-bar a {
  font-size: 14px;
  background: #e16d00;
  border: 1px solid #e16d00;
  padding: 6px 13px;
  width: auto;
}
@media (max-width: 387px) {
  .cta-bar a {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cta-bar a {
    font-size: 11px;
    width: 169px;
  }
}

.selfcheck {
  margin-top: 70px;
  margin-bottom: 70px;
}
.selfcheck h1 {
  color: #000;
  font-size: 32px;
}
.selfcheck hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-top: 15px;
}
.selfcheck p {
  font-size: 18px;
  font-weight: 100;
  line-height: 27px;
  margin-bottom: 30px;
}
.selfcheck img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .selfcheck .btn {
    margin-bottom: 20px;
  }
}

.features {
  margin-bottom: 50px;
}
.features h1 {
  color: #000;
  font-size: 32px;
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .features h1 {
    text-align: left;
  }
}
.features hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.features p {
  margin: 0px auto;
  font-size: 18px;
  font-weight: 100;
  line-height: 27px;
  margin-bottom: 30px;
}
.features .feature-box img {
  height: 90px;
  margin-bottom: 10px;
}
.features .feature-box h4 {
  font-size: 18px;
  font-weight: 600;
}
.features .feature-box p {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  width: 90%;
}
.features .feature-box:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  border-right: 1px solid #eee;
  height: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .features .col-md-4:first-child .card {
    margin-bottom: 25px;
  }
  .features .col-md-4:first-child .card img {
    margin-bottom: 0px !important;
  }
  .features .col-md-4:first-child .card .card-body .card-title {
    margin-top: 0px !important;
  }
}

.locations {
  background-image: url("/image/luzienkliniek-locations-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .locations {
    background-image: url("/image/luzienkliniek-locations-background-xs.webp");
  }
}
.locations .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.locations .overlay .col-12.text-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.locations .overlay .col-12.text-center h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.locations .overlay .col-12.text-center hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
  margin-top: 0px;
}
.locations .overlay .col-12.text-center p {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
}
.locations .overlay .col-12.text-center .btn {
  font-size: 1.1em;
  margin-top: 15px;
}
.locations .overlay .col-12.text-center ul {
  width: 350px;
  color: #fff;
  font-size: 18px;
  margin: 0px auto;
  margin-bottom: 20px;
  list-style: none;
  padding: 0px;
}
.locations .overlay .col-12.text-center ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #fe7c03;
  font-size: 13px;
  top: -2px;
  position: relative;
}
.locations .overlay .col-12.text-center ul i {
  color: #fe7c03;
}

#reviews {
  margin-top: 50px;
  margin-bottom: 50px;
}
#reviews h1 {
  color: #000;
  font-size: 32px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
#reviews hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  border-radius: 3px;
  margin-bottom: 7px;
  margin: 15px auto;
}
#reviews h4 {
  font-size: 20px;
  margin-bottom: 60px;
  color: #888;
  font-weight: 100;
}
#reviews .review-box {
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  transition: all 150ms linear;
}
@media (max-width: 767px) {
  #reviews .review-box {
    margin-bottom: 50px;
  }
}
#reviews .review-box:hover {
  transform: scale(1.03);
}
#reviews .review-box .image-container {
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  margin-top: -30px;
  border: 3px solid #fe7c03;
}
#reviews .review-box .image-container img {
  width: 75px;
  height: 75px;
}
#reviews .review-box .name {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0px;
}
#reviews .review-box .star-container {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
#reviews .review-box .star-container li {
  display: inline-block;
}
#reviews .review-box .star-container li i {
  color: #fe7c03;
}
#reviews .review-box .review-box-body {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 100;
}
#reviews .review-box .review-box-body p {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all 300ms linear;
}
#reviews .review-box .review-box-body p.collapsed:after {
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  content: "";
  position: absolute;
  background: rgb(245, 245, 245);
  background: linear-gradient(0deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 30%, rgba(245, 245, 245, 0) 100%);
}
#reviews .review-box .review-box-body p:before {
  font-family: "FontAwesome";
  content: "\f10e";
  color: rgba(0, 0, 0, 0.05);
  left: -15px;
  top: 18px;
  position: absolute;
  font-size: 100px;
}

#schoolService .row {
  background-color: #fe7c03;
}
#schoolService .row img {
  max-height: 400px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  #schoolService .row img {
    max-width: 90% !important;
    margin-left: 5%;
  }
}
#schoolService .row > .col-md-6:first-child {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#schoolService .row .right-side {
  padding-left: 35px;
  max-width: 570px;
}
#schoolService .row .right-side h2 {
  color: #fff;
  font-size: 32px;
  margin-top: 50px;
}
#schoolService .row .right-side hr {
  background-color: #fff;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-top: 15px;
}
#schoolService .row .right-side p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #schoolService .row .right-side p {
    padding-right: 35px;
  }
}
#schoolService .row .right-side .btn {
  margin-bottom: 50px;
}

#contactSelector {
  margin-top: -25px;
}
#contactSelector .container {
  margin-bottom: 70px;
}
#contactSelector .heading-image {
  text-align: center;
}
#contactSelector .heading-image img.lead-image {
  margin-bottom: 60px;
  max-width: 100%;
  max-height: 400px;
}
#contactSelector h1 {
  font-size: 28px;
  margin-bottom: 0px;
}
#contactSelector h1 ~ hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-top: 15px;
}
#contactSelector .steps {
  display: flex;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 60px;
}
#contactSelector .steps .step {
  flex-basis: 50%;
  display: flex;
}
#contactSelector .steps .step .step-head {
  flex-grow: 0;
  width: 24px;
  color: #fe7c03;
  border-color: #fe7c03;
  position: relative;
}
#contactSelector .steps .step .step-head .step-line {
  width: 4px;
  top: 0;
  bottom: 0;
  left: 10px;
  position: absolute;
  background-color: #fe7c03;
}
#contactSelector .steps .step .step-head .step-line .step-line-inner {
  transition-delay: 0ms;
  border-width: 0px;
  height: 0%;
  display: block;
  border: 1px solid;
  border-color: inherit;
  transition: 0.15s ease-out;
  box-sizing: border-box;
  width: 0;
}
#contactSelector .steps .step .step-head .step-icon {
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fe7c03;
  transition: 0.15s ease-out;
  top: -2px;
}
#contactSelector .steps .step .step-head .step-icon .step-icon-inner {
  display: inline-block;
  user-select: none;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  transform: translateY(1px);
  color: #fff;
}
#contactSelector .steps .step .step-main {
  padding-left: 10px;
  flex-grow: 1;
  white-space: normal;
  text-align: left;
}
#contactSelector .steps .step .step-main .step-title {
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #0f0f0f;
}
#contactSelector .steps .step .step-main .step-description {
  padding-right: 10%;
  margin-top: -5px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #666;
  font-weight: 100;
  font-size: 14px;
}

.location-box {
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 25px;
  transition: all 150ms linear;
  position: relative;
  background: url(/image/luzienkliniek-locations-background.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .location-box {
    margin-bottom: 50px;
  }
}
.location-box .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(240, 240, 240, 0.8);
  border-radius: 10px;
  z-index: 0;
}
.location-box:hover {
  transform: scale(1.03);
}
.location-box .image-container {
  display: inline-block;
  border-radius: 100%;
  background: #fe7c03;
  overflow: hidden;
  margin-top: -30px;
  border: 3px solid #fe7c03;
  z-index: 9;
  position: relative;
}
.location-box .image-container img {
  width: 50px;
  height: 50px;
  margin: 15px;
}
.location-box .city {
  font-size: 26px;
  font-weight: bold;
  color: #0f0f0f;
  margin-top: 15px;
  margin-bottom: 10px;
  z-index: 9;
  position: relative;
}
.location-box .address {
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
}
.location-box .btn {
  z-index: 9;
  position: relative;
}

.contact-form-info h1 {
  font-size: 26px;
}
.contact-form-info p, .contact-form-info ul {
  font-size: 16px;
  font-weight: 100;
  color: #030303;
}

#contactForm {
  margin-bottom: 40px;
}

#contactForm .invalid-feedback {
  display: none;
  color: #b00;
  font-weight: 100;
  font-size: 14px;
}
#contactForm input.has-error {
  border-color: #f00;
  border-width: 2px;
  position: relative;
}
#contactForm input.has-error ~ .invalid-feedback {
  display: block;
}
#contactForm .person-card {
  background: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  transition: all 150ms linear;
  padding: 5px 25px;
  margin-bottom: 20px;
}
#contactForm .person-card.has-error {
  border: 4px solid #f00;
}
#contactForm .person-card h4 {
  font-size: 17px;
}
#contactForm .person-card .text-muted {
  font-weight: 100;
  font-size: 0.9em;
  color: #555;
}
#contactForm .person-card input[type=radio], #contactForm .person-card input[type=checkbox] {
  margin-top: 5px;
}

.register-error-list {
  background: #f00;
  color: #fff;
  padding: 20px 40px !important;
  border-radius: 4px;
}
.register-error-list li {
  margin-bottom: 5px !important;
  font-size: 14px;
  line-height: 18px;
}

.phone-cta {
  display: inline-block;
  background: #d26500;
  border-radius: 4px;
  color: #fff;
  margin-bottom: 2px;
}
.phone-cta i {
  font-size: 19px;
  margin-left: 5px;
  transform: translateY(1px);
}
.phone-cta .number {
  display: inline-block;
  padding: 3px 10px;
  font-size: 15px;
  background: #fe7c03;
  font-weight: 400;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.phone-cta:hover {
  color: #fff;
}

#product .form-group.qty {
  margin-top: 10px;
}
#product .form-group.qty .control-label {
  float: none;
  display: block;
  width: 100%;
}
#product .form-group.qty .control-label ~ input {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  float: none;
}
#product .form-group.qty .cart-action-buttons {
  display: flex;
}
#product .form-group.qty .input-group {
  margin-bottom: 15px;
}
#product .form-group.qty .input-group input {
  width: 100%;
  margin-bottom: 0px !important;
}
#product .form-group.qty .input-group button {
  height: 44px;
  border: none;
  font-size: 16px;
}
#product .customSelect {
  height: 44px;
}
#product .customSelect .customSelectInner {
  height: 100%;
  line-height: 30px;
}

div#tab-description * {
  font-family: "Rubik" !important;
}

.all-blog > h1 {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.all-blog > h4 {
  font-size: 20px;
  color: #999;
  font-weight: 100;
  margin-bottom: 50px;
}
.all-blog .blog-grid-container {
  margin-top: 40px;
}
.all-blog .blog-grid-container .blog-card {
  margin-bottom: 35px;
}
.all-blog .blog-grid-container .blog-card > a {
  background-color: #f5f5f5;
  display: block;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  transition: 175ms all linear;
}
.all-blog .blog-grid-container .blog-card > a:hover {
  transform: scale(1.03);
}
.all-blog .blog-grid-container .blog-card > a .blog-image {
  max-height: 320px;
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: inset 0px -20px 30px -25px rgba(0, 0, 0, 0.5);
}
.all-blog .blog-grid-container .blog-card > a .blog-body {
  padding: 20px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.all-blog .blog-grid-container .blog-card > a .blog-body .blog-title {
  font-size: 20px;
  color: #030303;
}
.all-blog .blog-grid-container .blog-card > a .blog-body .blog-desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  flex-grow: 1;
}

.home-treatment {
  font-size: 15px;
}
.home-treatment .product-upsell {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: 15px;
  gap: 20px;
  border-radius: 7px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-treatment .product-upsell {
    flex-direction: column;
  }
}
.home-treatment .product-upsell .media-left a {
  display: block;
  width: 250px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
}
.home-treatment .product-upsell .media-body {
  flex-grow: 1;
}
.home-treatment h1 {
  color: #000;
  font-size: 32px !important;
  margin-bottom: 0;
}
.home-treatment h1 small {
  font-size: 50%;
  color: #555;
}
.home-treatment hr {
  background-color: #fe7c03;
  width: 50px;
  height: 5px;
  border: none;
  margin-left: 0px;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.home-treatment ul {
  padding-left: 0px;
  list-style: none;
  color: #333 !important;
}
.home-treatment p, .home-treatment strong {
  color: #333 !important;
}

.comment-box {
  padding: 15px 20px;
  background: #f5f5f5;
  border-left: 6px solid #e16d00;
  margin-bottom: 20px;
}
.comment-box p {
  margin-bottom: 0;
  font-style: italic;
}

#collapse-payment-method .radio {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 7px 15px;
  border: 2px solid #f8f8f8;
}
#collapse-payment-method .radio label {
  margin-bottom: 0 !important;
}
#collapse-payment-method .radio label input[type=radio] {
  margin-top: 6px;
}
#collapse-payment-method .radio:has(input[type=radio]:checked) {
  border: 2px solid #fe7c03;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  body, html {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
body.information-information-15 #content, html.information-information-15 #content {
  width: 100% !important;
}

iframe {
  max-width: 100%;
}

a {
  color: #fe7c03;
}

#tabs_info {
  margin-top: 0px;
}

.container {
  max-width: 1140px;
}

@media (max-width: 767px) {
  table {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.btn-primary:hover {
  background-color: #e16d00 !important;
  color: #fff !important;
}

#accordion .panel .panel-heading {
  transition: 100ms all linear;
}
#accordion .panel .panel-heading:hover {
  border-color: #ccc;
}
#accordion .panel .panel-heading:hover .panel-title {
  background-color: #f1f1f1;
}
#accordion .panel .panel-heading .panel-title a {
  position: relative;
  padding: 10px 20px;
  display: block;
  font-size: 1.1em;
}
#accordion .panel .panel-heading .panel-title a:after {
  content: "\f103";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
#accordion .panel-body {
  font-size: 1.1em;
}
#accordion .panel-body img {
  max-width: 100%;
  margin-bottom: 20px;
}
#accordion .panel-body h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}
#accordion .panel-body strong {
  color: #000;
}
#accordion .panel-body ul {
  padding-left: 15px;
}
#accordion .panel-body ul > li {
  margin-bottom: 15px;
}

.general-terms-and-conditions-row .thumbnail {
  max-width: 80%;
  margin: 0px auto;
  transition: all 300ms linear;
}
@media (max-width: 767px) {
  .general-terms-and-conditions-row .thumbnail {
    margin-bottom: 30px;
  }
}
.general-terms-and-conditions-row .thumbnail:hover {
  transform: scale(1.05);
}
.general-terms-and-conditions-row .thumbnail img {
  border-radius: 7px;
  margin-bottom: 15px;
  border: 5px solid #fe7c03;
}
@media (max-width: 767px) {
  .general-terms-and-conditions-row .thumbnail img {
    margin-bottom: 5px;
  }
}
.general-terms-and-conditions-row .thumbnail .caption {
  padding: 9px;
  background: #fe7c03;
  color: #fff;
  border-radius: 7px;
}
.general-terms-and-conditions-row .thumbnail .caption h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px !important;
  color: #fff !important;
}
.general-terms-and-conditions-row .thumbnail .caption h3 small {
  color: #ddd !important;
  font-size: 75%;
}

.header-image-full {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
}
.header-image-full.blogger {
  height: 600px;
}
@media (max-width: 767px) {
  .header-image-full.blogger.transmission {
    height: 200px !important;
  }
}
.header-image-full.homeTreatment.blogger-xs {
  display: none;
}
@media (max-width: 767px) {
  .header-image-full.homeTreatment.blogger {
    display: none;
  }
  .header-image-full.homeTreatment.blogger-xs {
    display: block;
  }
}

.container h1, .container h2 {
  text-transform: none !important;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media (min-width: 767px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block !important;
  }
}
.diagnose-video-iframe {
  height: 400px !important;
  width: 670px !important;
}
@media (max-width: 767px) {
  .diagnose-video-iframe {
    height: 250px !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  ul {
    padding-inline-start: 20px !important;
  }
  iframe {
    max-height: 210px !important;
  }
  #newProductModal .modal-dialog {
    margin-top: 40px;
  }
  #newProductModal .modal-dialog .modal-body {
    max-height: 220px;
  }
  #newProductModal .modal-dialog .modal-body button.close {
    right: -10px !important;
    top: -25px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
.has-error > .checkbox * {
  color: #f00 !important;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .MsoNormal img {
    width: 100% !important;
  }
  .single-blog img {
    width: 100% !important;
  }
  video {
    max-width: 100%;
  }
  .product-page img {
    width: 100% !important;
  }
}
#cookieConsent {
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  max-width: 700px;
  width: 700px;
  right: inherit;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
  background: #eee;
  border-radius: 10px;
  padding: 20px;
  z-index: 9999999;
  position: fixed;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  #cookieConsent {
    width: 700px;
  }
}
@media (max-width: 767px) {
  #cookieConsent {
    max-width: 98%;
  }
}
#cookieConsent .gdprcookie-intro h1 {
  font-size: 1.7em;
}
#cookieConsent .gdprcookie-intro p {
  color: #666;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 15px;
}
#cookieConsent .gdprcookie-buttons {
  margin-bottom: 10px;
}
#cookieConsent .gdprcookie-buttons button {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-transform: none;
  line-height: inherit;
}
@media (max-width: 767px) {
  #cookieConsent .gdprcookie-buttons button {
    width: 100%;
    margin-bottom: 15px;
  }
}
#cookieConsent .gdprcookie-buttons button small {
  display: block;
  font-weight: 400;
}
#cookieConsent .gdprcookie-buttons .customize-button {
  display: inline-block;
  font-size: 13px;
  margin-left: 12px;
}
#cookieConsent .gdprcookie-buttons .btn-default {
  background: #000;
  border: none;
  margin-right: 15px;
}
#cookieConsent #cookieConsentCollapse .well {
  background-color: #f5f5f5;
  border-radius: 4px;
}
#cookieConsent #cookieConsentCollapse .well h1 {
  margin-bottom: 25px;
}
#cookieConsent #cookieConsentCollapse .well .checkbox {
  margin-bottom: 20px;
}
#cookieConsent #cookieConsentCollapse .well .checkbox label {
  font-weight: 500;
}
#cookieConsent #cookieConsentCollapse .well .checkbox label p {
  padding-left: 20px;
  font-weight: 300;
  margin-top: 4px;
}
#cookieConsent #cookieConsentCollapse .well .checkbox input {
  margin-top: 0px !important;
}

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