/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: black;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: darkgrey;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.takties-actueel.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.takties-actueel.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  opacity: 0;
}
.takties-actueel.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.takties-actueel.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.takties-actueel.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.takties-actueel.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.takties-actueel.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.takties-actueel.owl-carousel .owl-item.active {
  opacity: 1;
}
.takties-actueel.owl-carousel .owl-item.active .takties-actueel-item .takties-actueel-image {
  animation: fadeIn 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-actueel.owl-carousel .owl-item.active .takties-actueel-item .takties-actueel-content {
  animation: fadeInUp 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-actueel.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  transition: 0s !important;
}
.takties-actueel.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.takties-actueel.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  overflow: unset;
}
.takties-actueel.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.takties-actueel.owl-carousel .owl-dots.disabled {
  display: none;
}
.takties-actueel.owl-carousel .owl-nav.disabled {
  display: none;
}
.takties-actueel.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.takties-actueel.owl-carousel .owl-nav {
  position: absolute;
  top: 20px;
  right: 0px;
  pointer-events: none;
  display: flex;
  gap: 10px;
}
.takties-actueel.owl-carousel .owl-nav button {
  cursor: pointer;
  pointer-events: all;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000000;
  background: white;
  border: 1px solid #000000;
  background: white;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  transition: all 0.2s;
}
.takties-actueel.owl-carousel .owl-nav button:hover {
  color: white;
  background: #000000;
}
.takties-actueel.owl-carousel .owl-nav button:hover:not(.disabled) {
  opacity: 1;
}
.takties-actueel.owl-carousel .owl-nav button i {
  font-size: 15px;
}
.takties-actueel.owl-carousel .owl-nav button.disabled {
  opacity: 0.15;
  pointer-events: none;
}
.takties-actueel.owl-carousel button.owl-dot {
  background: 0;
  color: #000000;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.takties-actueel.owl-carousel .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.takties-actueel.owl-carousel .owl-animated-in {
  z-index: 0;
}
.takties-actueel.owl-carousel .owl-animated-out {
  z-index: 1;
}
.takties-actueel.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.takties-actueel.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.takties-actueel.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.takties-actueel.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.takties-actueel.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.takties-actueel.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.takties-actueel.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.takties-actueel.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.takties-actueel.owl-carousel .owl-dots {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.takties-actueel.owl-carousel .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  margin: 5px;
  transition: all 1s;
}
.takties-actueel.owl-carousel .owl-dots button.owl-dot:hover {
  transition: all 0.2s;
  transform: scale(1.4);
}
.takties-actueel.owl-carousel .owl-dots button.owl-dot.active {
  background: white;
  border: 1px solid white;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.takties-reviews.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.takties-reviews.owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  opacity: 0;
}
.takties-reviews.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.takties-reviews.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.takties-reviews.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.takties-reviews.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.takties-reviews.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.takties-reviews.owl-carousel .owl-item.active {
  animation: fadeInBlur 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.takties-reviews.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.takties-reviews.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.takties-reviews.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  overflow: unset;
}
.takties-reviews.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.takties-reviews.owl-carousel .owl-dots.disabled {
  display: none;
}
.takties-reviews.owl-carousel .owl-nav.disabled {
  display: none;
}
.takties-reviews.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.takties-reviews.owl-carousel .animated {
  animation-duration: 3s;
  animation-fill-mode: both;
}
.takties-reviews.owl-carousel .owl-animated-in {
  z-index: 0;
}
.takties-reviews.owl-carousel .owl-animated-out {
  z-index: 1;
}
.takties-reviews.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.takties-reviews.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.takties-reviews.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../../../owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.takties-reviews.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.takties-reviews.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.takties-reviews.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.takties-reviews.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.takties-reviews.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.takties-reviews.owl-carousel .owl-dots {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.takties-reviews.owl-carousel .owl-dots button.owl-dot {
  width: 18px;
  height: 18px;
  background: none;
  border-radius: 50%;
  margin: 5px;
  transition: all 0.1s;
  background: white;
}
.takties-reviews.owl-carousel .owl-dots button.owl-dot:hover {
  transition: all 0.2s;
  transform: scale(1.4);
}
.takties-reviews.owl-carousel .owl-dots button.owl-dot.active {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.jmodedit {
  display: none;
}
p, li {
  font-size: 20px;
  line-height: 30px;
}
ul li {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
}
h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 50px;
}
h3 {
  font-size: 40px;
  line-height: 45px;
}
h4 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
}
a.underline {
  text-decoration: underline;
}
a.facebook-button {
  font-size: 50px;
  color: #000000;
  opacity: 0.5;
}
a.facebook-button:hover {
  opacity: 0.8;
}
.dashed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.dashed:before, .dashed:after {
  content: "";
  display: inline-flex;
  width: 20px;
  margin-top: 5px;
  border-bottom: 2px solid black;
}
.g-content {
  margin: unset !important;
  padding: 0;
}
.g-content .platform-content {
  padding: 0 20px;
  margin: 0;
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-footer {
  max-width: 150px;
  margin-top: 50px;
}
.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
.columns.align-center {
  margin: 0 auto;
}
.columns.width--450 {
  max-width: 450px;
}
.columns.width--600 {
  max-width: 600px;
}
.columns.width--800 {
  max-width: 800px;
}
.columns.width--1000 {
  max-width: 1000px;
}
.columns.width--1200 {
  max-width: 1200px;
}
.columns.width--1400 {
  max-width: 1400px;
}
.columns .column {
  position: relative;
  width: 50%;
  max-width: 550px;
}
.columns .column .image {
  display: flex;
  justify-content: center;
}
.columns .column.vertical-center {
  display: flex;
  align-items: center;
}
.columns .column img.circle {
  max-width: 400px;
  margin: 0 auto;
}
.columns .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.columns .column ul li span {
  display: inline-flex;
  min-width: 120px;
}
a.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 50%;
}
.spacer {
  margin-bottom: 30px;
}
.takties-button {
  position: relative;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "bahnschrift-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
  min-width: 180px;
  gap: 10px;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-button i {
  font-size: 23px;
}
.takties-button svg {
  width: 15px;
}
.takties-button.style-1 {
  color: white !important;
  background: #000000;
}
.takties-button.style-1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.takties-button.style-1:click:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-button.style-2 {
  color: #000000 !important;
  background: white;
}
span.slogan {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 47px;
  line-height: 55px;
  color: #000000;
  z-index: 10;
  animation: fadeInBlur 3s cubic-bezier(0.19, 0.49, 0.32, 1);
}
span.slogan:before {
  position: absolute;
  content: url('../../../../images/gui/quote.png');
  color: white;
  z-index: -1;
  transform: translateX(-40px);
  user-select: none;
  pointer-events: none;
}
.salonized-booking iframe {
  pointer-events: all;
}
.parallax {
  user-select: none;
}
.parallax > div {
  transition-timing-function: cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-duration: 1s;
}
.parallax:hover > div {
  transition-duration: 0.1s;
}
.parallax .layer {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.parallax .layer:nth-child(0) {
  z-index: 3;
}
.parallax .layer:nth-child(1) {
  z-index: 2;
}
.parallax .layer:nth-child(2) {
  z-index: 1;
}
.parallax .layer:nth-child(3) {
  z-index: 0;
}
.parallax .layer > img {
  position: relative;
}
.parallax .layer .splat {
  opacity: 0.5;
}
.prijslijst {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.prijslijst .item {
  min-height: 70px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  background: white;
  border-radius: 50px;
  overflow: hidden;
}
.prijslijst .item h4.title {
  margin: 0;
  padding: 0 30px;
  text-transform: unset;
  text-align: left;
}
.prijslijst .item span.prijs {
  font-family: "bahnschrift-condensed", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  color: white;
  gap: 3px;
  letter-spacing: 1px;
  font-size: 21px;
  height: 70px;
  z-index: 10;
}
.prijslijst .item span.prijs:before {
  pointer-events: none;
  user-select: none;
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  left: -30px;
  transform: skew(-10deg);
  z-index: -1;
  background: black;
}
.speckle {
  position: relative;
}
.speckle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../../../../images/gui/speckle.png') center center repeat;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: darken;
}
img.circle {
  background: white;
  border-radius: 50%;
  overflow: hidden;
  padding: 25px;
}
body.home #g-page-surround #g-container-main {
  display: none;
}
body #g-page-surround #g-navigation a.takties-logo {
  right: 50px;
}
body #g-page-surround #g-header {
  padding: 0;
  color: white;
}
body #g-page-surround #g-header .platform-content {
  padding: 0;
}
body #g-page-surround #g-header .header {
  position: relative;
}
body #g-page-surround #g-header .header .hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 600px;
  padding: 100px 0px;
  text-shadow: 5px 5px 10px black;
  margin-top: 100px;
}
body #g-page-surround #g-header .header .hero h1.page-title {
  font-size: 90px;
  line-height: 90px;
  color: white;
  font-weight: 700;
  animation: fadeInBlur 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  color: white;
  margin-bottom: 50px;
}
body #g-page-surround #g-header .header .hero span {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 50px;
}
body #g-page-surround #g-header .header .hero .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
body #g-page-surround #g-header .header .button-down {
  left: 0;
  right: 0;
  bottom: -30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-header .header .button-down button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
  color: #000000;
  box-shadow: 0px 5px 50px #00000050;
}
body #g-page-surround #g-header .header .button-down button:hover {
  background: #000000;
  color: white;
}
body #g-page-surround #g-intro {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px;
  background: #ebe6df;
}
body #g-page-surround #g-diensten {
  position: relative;
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 100px;
}
body #g-page-surround #g-prijzen {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ebe6df;
}
body #g-page-surround #g-over-1 {
  padding: 100px 0px;
  background: black;
  color: white;
}
body #g-page-surround #g-over-1 .splat {
  right: -100px;
  bottom: -100px;
}
body #g-page-surround #g-over-2 {
  padding: 100px 0px;
  background: white;
  color: black;
}
body #g-page-surround #g-over-3 {
  padding: 100px 0px;
  background: black;
  color: white;
}
body #g-page-surround #g-over-3 a.underline {
  color: white;
}
body #g-page-surround #g-over-3 .endless {
  bottom: -100px;
}
body #g-page-surround #g-over-3 .splat {
  right: -100px;
}
body #g-page-surround #g-reviews {
  background: #ebe6df;
  padding: 100px 0px;
}
body #g-page-surround #g-reviews h2.g-title {
  text-align: center;
}
body #g-page-surround #g-socials {
  padding-top: 100px;
  padding-bottom: 25px;
  background: black;
}
body #g-page-surround #g-socials h2 {
  text-align: center;
  color: white;
}
body #g-page-surround #g-cta {
  padding-top: 0;
  padding-bottom: 100px;
  background: black;
}
body #g-page-surround #g-cta .social {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 25px;
}
body #g-page-surround #g-cta .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  color: black;
  font-size: 30px;
  border-radius: 50%;
  border: 2px solid white;
}
body #g-page-surround #g-cta .social a:hover {
  background: none;
  color: white;
}
body #g-page-surround #g-cta .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-cta .cta span.slogan {
  margin-top: 25px;
  text-align: center;
  color: white;
}
body #g-page-surround #g-cta .cta span.slogan:before {
  opacity: 0.15;
  transform: translateX(0);
}
body #g-page-surround #g-cta .cta .takties-button {
  margin-top: 50px;
}
body #g-page-surround #g-contact {
  padding-top: 100px;
  padding-bottom: 0;
}
body #g-page-surround #g-contact h3 {
  margin-top: 0;
}
body #g-page-surround #g-copyright {
  padding: 25px 0px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}
#g-navigation {
  display: flex;
  align-items: center;
  position: fixed;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 80px;
  opacity: 0;
  background: white;
  pointer-events: none;
  user-select: none;
  z-index: 1000;
}
#g-navigation .g-content {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#g-navigation.active {
  pointer-events: all;
  opacity: 1;
}
#g-navigation.change {
  margin-top: 0;
  background: white;
  box-shadow: 0px 10px 70px #00000026;
}
#g-navigation.change .takties-logo {
  width: 125px;
  height: 125px;
}
#g-navigation .g-main-nav {
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-dropdown {
  width: unset;
  padding: 25px 0px;
  border-radius: 30px;
  border: none;
  background: #000000;
  box-shadow: 0px 30px 60px -20px rgba(0, 0, 0, 0.25);
}
#g-navigation .g-main-nav .g-standard > .g-dropdown:before {
  top: -15px !important;
}
#g-navigation .g-main-nav .g-toplevel {
  line-height: unset;
  display: flex;
  gap: 50px;
  padding: 0 20px;
}
#g-navigation .g-main-nav .g-toplevel .g-dropdown-column {
  border: none;
}
#g-navigation .g-main-nav .g-toplevel > li {
  display: block;
  padding: 0;
  margin-left: 0;
  margin: 0;
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected:has(.accent)::before {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > span > span {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container:before {
  transform: translateY(0px);
  opacity: 1;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #000000;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  padding: 0;
  margin-bottom: 1px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  height: calc(100% + 15px);
  background: black;
  z-index: -1;
  transition-timing-function: cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-duration: 0.2s;
  pointer-events: none;
  user-select: none;
  transform: translateY(20px);
  opacity: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-parent-indicator {
  display: none;
  position: absolute;
  bottom: 15px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: all 0.5s;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-parent-indicator:after {
  content: "";
  padding: 0;
  height: unset;
  width: unset;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-dropdown {
  position: absolute;
  margin-top: 10px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-dropdown .g-dropdown-shadow {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  pointer-events: none;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container > .g-menu-parent-indicator {
  transform: translateY(5px);
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-dropdown {
  animation: zoomInBounce 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19) forwards;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected:not(.active) > .g-menu-item-container {
  color: #8a7f70;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #000000;
  box-shadow: unset;
}
#g-navigation .g-main-nav .g-sublevel > li {
  position: relative;
  border: none;
  margin: 0;
  padding: 0px 25px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > a {
  color: #8a7f70 !important;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-weight: 300;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-item-content {
  display: block;
  margin-right: unset;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-dropdown {
  position: absolute;
  top: -25px;
  border-radius: 20px;
  margin: 0;
  transform: translateX(5px);
  transition: all 0.5s;
  pointer-events: none;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected {
  background: white;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > .g-dropdown {
  transform: translateX(-5px);
  pointer-events: all;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > .g-menu-item-container > .g-menu-parent-indicator {
  transform: translateX(5px);
}
#g-navigation .g-main-nav .g-sublevel li.g-parent .g-menu-parent-indicator {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -5px;
  top: unset;
  text-align: unset;
  margin-top: unset;
  font-size: 10px;
  transition: all 0.5s;
  color: #8a7f70;
}
#g-navigation .g-main-nav .g-sublevel li.g-parent .g-menu-parent-indicator:after {
  content: "";
  padding: 0;
  top: unset;
  height: unset;
  width: unset;
}
#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0;
}
.g-offcanvas-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 15px;
  background: #8a7f70;
  top: 20px;
  left: 20px;
}
.g-offcanvas-toggle:hover {
  background: #ff7300;
}
.g-offcanvas-toggle[aria-expanded="true"] {
  background: #ff7300;
}
#g-offcanvas {
  background: #000000;
  box-shadow: 10px 10px 10px black;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: none;
}
#g-offcanvas #g-mobilemenu-container ul li:hover {
  background: unset !important;
}
#g-offcanvas #g-mobilemenu-container ul li.active {
  background: unset !important;
}
#g-offcanvas #g-mobilemenu-container ul li.active > a {
  color: #8a7f70 !important;
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container span {
  display: block;
  line-height: 20px;
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container span.g-menu-parent-indicator {
  position: unset !important;
  border: unset !important;
  background: unset !important;
  margin: unset !important;
  padding: unset !important;
  border-radius: unset !important;
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container span.g-menu-parent-indicator:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container span.g-menu-parent-indicator:hover:after {
  background: rgba(255, 255, 255, 0.1);
}
#g-offcanvas #g-mobilemenu-container ul li a.g-menu-item-container:hover {
  background: rgba(255, 255, 255, 0.05);
}
#g-offcanvas #g-mobilemenu-container ul li.g-go-back a {
  height: 60px;
  width: 60px;
  background: rgba(255, 255, 255, 0.05);
}
#g-offcanvas #g-mobilemenu-container ul li.g-go-back a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: unset;
  height: 60px;
  width: 60px;
  opacity: 1;
}
#g-offcanvas #g-mobilemenu-container ul li.g-go-back a:hover {
  background: rgba(255, 255, 255, 0.1);
}
#g-offcanvas #g-mobilemenu-container ul li.g-go-back a span {
  display: none;
  pointer-events: none;
}
button.afspraak-maken {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "bahnschrift-condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 0;
  gap: 10px;
  bottom: 20px;
  right: 20px;
  width: 170px;
  height: 50px;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  z-index: 10000;
  background: #000000;
  color: white;
  transform: translateY(100px);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
button.afspraak-maken svg {
  width: 15px;
}
button.afspraak-maken:hover {
  background: #333;
}
button.afspraak-maken.active {
  opacity: 1;
  transform: translateY(0px);
}
.takties-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 1000px;
  min-height: 600px;
  height: calc(100vh - 80px);
}
.takties-header-wrapper .takties-header-link {
  position: absolute;
  right: 80px;
  top: 220px;
  z-index: 1;
  opacity: 0;
  animation: zoomIn 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 1s;
}
.takties-header-wrapper .takties-header-content .takties-header-media {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-header-wrapper .takties-header-content .takties-header-media img, .takties-header-wrapper .takties-header-content .takties-header-media video {
  position: relative;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-header-wrapper .takties-header-content .takties-header-media.active {
  opacity: 1;
}
.takties-header-wrapper .takties-header-overlay {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 20px;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.animation-delay-750 {
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.animation-delay-1000 {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeInUp {
  animation-name: fadeInUp;
}
button.toggle-menu {
  position: fixed;
  font-size: 40px;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  z-index: 20001;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  user-select: none;
  pointer-events: none;
  color: #dc0000;
}
button.toggle-menu.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
button.toggle-menu span {
  font-family: "bahnschrift-condensed", sans-serif;
  letter-spacing: 1px;
  line-height: 6px;
  font-size: 17px;
  user-select: none;
}
.takties-mobilemenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(207, 198, 187, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  padding: 50px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
.takties-mobilemenu.active {
  opacity: 1;
  pointer-events: all;
}
.takties-mobilemenu.active .menu {
  transform: translateY(0px);
}
.takties-mobilemenu .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transform: translateY(20px);
}
.takties-mobilemenu .menu.active {
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-mobilemenu .menu .menu-item {
  display: none;
  align-items: center;
  justify-content: center;
}
.takties-mobilemenu .menu .menu-item a, .takties-mobilemenu .menu .menu-item span {
  font-family: "bahnschrift-condensed", sans-serif;
  display: flex;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 25px 5px 25px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #000000;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-mobilemenu .menu .menu-item a i, .takties-mobilemenu .menu .menu-item span i {
  display: none;
  font-size: 20px;
  margin-right: 10px;
}
.takties-mobilemenu .menu .menu-item a:hover, .takties-mobilemenu .menu .menu-item span:hover {
  color: #333;
}
.takties-mobilemenu .menu .menu-item.active {
  display: flex;
}
.takties-mobilemenu .menu .menu-item.back a, .takties-mobilemenu .menu .menu-item.back span {
  color: #000000;
}
.takties-mobilemenu .menu .menu-item.back a i, .takties-mobilemenu .menu .menu-item.back span i {
  display: block;
}
.takties-mobilemenu .menu .menu-item.selected a, .takties-mobilemenu .menu .menu-item.selected span {
  background: #8a7f70;
  color: white;
}
.takties-mobilemenu .menu .menu-item.selected a:hover, .takties-mobilemenu .menu .menu-item.selected span:hover {
  background: #b8b1a8;
}
.takties-mobilemenu .menu .menu-item.logo {
  display: none;
}
.takties-diensten {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 280px;
  z-index: 11;
  color: #000000;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item:hover .takties-dienst-image img {
  transform: scale(1.1);
}
.takties-diensten .takties-diensten-item a.takties-dienst-item:hover .bekijk {
  transform: translateX(0px);
  opacity: 1;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .bekijk {
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  font-size: 18px;
  font-family: "Nave", sans-serif;
  font-weight: 300;
  color: white;
  background: #000000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-25px);
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  z-index: 11;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .takties-dienst-image {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .takties-dienst-image img {
  transition: transform 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .takties-dienst-content {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .takties-dienst-content h3.takties-dienst-title {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
}
.takties-diensten .takties-diensten-item a.takties-dienst-item .takties-dienst-content p.takties-dienst-text {
  margin: 0;
  font-style: italic;
  line-height: 25px;
}
.takties-actueel .takties-actueel-item {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 11;
  height: 600px;
}
.takties-actueel .takties-actueel-item .takties-actueel-image {
  display: flex;
  width: 35%;
  height: 100%;
}
.takties-actueel .takties-actueel-item .takties-actueel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-actueel .takties-actueel-item .takties-actueel-content {
  width: 65%;
  padding: 60px;
  padding-right: 0;
}
.takties-actueel .takties-actueel-item .takties-actueel-content .takties-actueel-title {
  margin-top: 0;
  max-width: 450px;
}
.takties-actueel .takties-actueel-item .takties-actueel-content p.takties-actueel-text {
  margin: 0;
  font-style: italic;
  line-height: 25px;
}
.takties-reviews .takties-reviews-item {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 11;
  max-width: 600px;
}
.takties-reviews .takties-reviews-item .takties-review-content {
  position: relative;
  z-index: 11;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-title {
  margin-top: 0;
  text-transform: unset;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text {
  margin: 0;
}
.takties-facebook-wrapper .takties-facebook {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item {
  position: relative;
  background: none;
  width: calc(25% - 30px);
  max-width: 250px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item:hover {
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item:hover .facebook-image {
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-image i {
  position: absolute;
  color: white;
  font-size: 40px;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-image img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-likes {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-likes i {
  font-size: 32px;
  color: white;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-likes span {
  position: absolute;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
  color: black;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-content {
  position: relative;
  height: 240px;
  width: 100%;
  background: white;
  padding: 25px 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.75, -0.06, 0.19, 1.22);
  transition: height 0.5s;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-content span.date {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-content p.facebook-text {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  border-bottom: 30px solid white;
  opacity: 1;
  transition: opacity 0.5s;
  pointer-events: none;
  user-select: none;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
  color: #000000;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons .expand, .takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons .facebook-link {
  opacity: 0.8;
  transition: all 0.2s;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons .expand:hover, .takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons .facebook-link:hover {
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons button.expand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0;
  border-radius: 50%;
  background: none;
  transform: rotate(90deg);
  font-size: 10px;
  color: white;
  background: #000000;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .facebook-buttons a.facebook-link {
  display: flex;
  font-size: 25px;
  margin-left: 5px;
  color: #000000 !important;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item.active .facebook-content:after {
  opacity: 0;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item.active .facebook-buttons button.expand {
  transform: rotate(-90deg);
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item.disabled .facebook-content:after {
  display: none;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item.disabled .facebook-buttons button.expand {
  pointer-events: none;
  opacity: 0.1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item.disabled .facebook-buttons button.expand:hover {
  opacity: 0.1;
}
.takties-facebook-wrapper .takties-facebook a.takties-facebook-item .takties-facebook-more {
  width: 100%;
  background: #000000;
}
.TaktiesImageGallery {
  padding-top: 50px;
  display: flex;
  flex-wrap: warp;
  flex-direction: row;
  margin: 0 calc(-25px / 2);
}
.TaktiesImageGallery a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 50%;
  margin-bottom: 25px;
}
.TaktiesImageGallery a img {
  padding: 0 calc(25px / 2);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TaktiesImageGallery a i {
  position: absolute;
  font-size: 50px;
  color: white;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1);
  transition: all 0.2s;
}
.TaktiesImageGallery a:hover i {
  opacity: 0.8;
  transform: scale3d(1, 1, 1);
}
.takties-salonized {
  font-family: "bahnschrift-condensed", sans-serif;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.takties-salonized .category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 30px;
}
.takties-salonized .category .category-heading {
  font-size: 21px;
  line-height: 25px;
}
.takties-salonized .category .service {
  min-height: 70px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  background: white;
  border-radius: 50px;
  overflow: hidden;
}
.takties-salonized .category .service .service-left {
  font-size: 24px;
  line-height: 30px;
}
.takties-salonized .category .service .service-left .service-name {
  margin: 0;
  padding: 0 30px;
  text-transform: unset;
  text-align: left;
}
.takties-salonized .category .service .service-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 21px;
}
.takties-salonized .category .service .service-right .service-duration {
  min-width: 60px;
}
.takties-salonized .category .service .service-right .service-price {
  font-family: "bahnschrift-condensed", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  color: white;
  letter-spacing: 1px;
  height: 70px;
  letter-spacing: 1px;
  z-index: 10;
}
.takties-salonized .category .service .service-right .service-price:before {
  pointer-events: none;
  user-select: none;
  content: "";
  position: absolute;
  width: 200px;
  height: 100px;
  left: -30px;
  transform: skew(-10deg);
  z-index: -1;
  background: black;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.taktiesform-g-recaptcha {
  display: none;
}
.taktiesform-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.taktiesform-wrapper form.taktiesform .invalid {
  color: #000000;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-loading {
  animation: spin 2s linear infinite;
  opacity: 1;
}
.taktiesform-wrapper form.taktiesform.loading .taktiesform-content {
  opacity: 0.5;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-loading {
  position: absolute;
  border: 15px solid white;
  border-radius: 50%;
  border-top: 15px solid #8a7f70;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  pointer-events: all;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox {
  display: flex;
  align-items: center;
  line-height: 40px;
  margin: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row span.checkbox input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: translatey(-3px);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 15px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span {
  display: flex;
  align-items: center;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span i {
  margin-left: 5px;
  font-size: 10px;
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages i {
  margin-right: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox i {
  position: relative;
  font-size: 40px;
  margin-bottom: 10px;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox span {
  position: relative;
  font-size: 12px;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox input:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox.dragging {
  background: rgba(255, 255, 255, 0.2);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-radius: 0px;
  border: 1px solid #000000;
  background: #000000;
  display: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles.active {
  display: block;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details {
  display: flex;
  align-items: center;
  color: white;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  user-select: none;
  background: rgba(255, 255, 255, 0.25);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .preview i {
  font-size: 21px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .name {
  margin-right: 10px;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .size {
  font-size: 12px;
  opacity: 0.5;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles .upload-details .remove {
  margin-left: auto;
  cursor: pointer;
  padding: 0 15px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes {
  display: flex;
  flex-direction: row;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes input {
  margin-top: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label {
  margin-left: 10px;
  flex-direction: column;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: 32px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label span {
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a {
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .takties-checkboxes label a:hover {
  text-decoration: underline;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  border: 1px solid #faf6f3;
  border-radius: 0px;
  background: #faf6f3;
  box-shadow: none;
  transition: all 0s;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #000000;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content input:focus span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus span {
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #000000;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content input:hover span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover span {
  color: #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 1px solid #000000;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input {
  margin: 0;
  padding: 0 20px;
  height: 45px;
  position: relative;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select {
  width: 100%;
  margin: 0;
  height: 40px;
  position: relative;
  padding: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select option {
  padding: 0;
  margin: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid:focus {
  border: none;
  border: none;
  outline: none;
  outline: none;
  box-shadow: none;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  margin: 0;
  width: 100%;
  position: relative;
  margin: 0;
  overflow-X: hidden;
  padding: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 0px;
  box-shadow: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-track {
  background: white;
}
.taktiesform-wrapper form.taktiesform .button-box {
  width: 100%;
  display: flex;
}
.taktiesform-wrapper form.taktiesform .button-box button {
  margin-top: 0;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message {
  width: 100%;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message .alert {
  text-align: center;
  margin-top: 25px;
  padding: 20px;
  border-radius: 0;
}
.alert-success {
  border: 1px solid #000000;
  background: none;
  color: #000000;
}
.takties-modal-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  user-select: none;
  z-index: 10000;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.takties-modal-wrapper .takties-modal {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  max-height: 80vh;
  max-width: 500px;
  background: white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
}
.takties-modal-wrapper .takties-modal button.close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  padding: 0;
  pointer-events: all;
}
.takties-modal-wrapper .takties-modal button.close:hover span {
  background-color: #000000;
}
.takties-modal-wrapper .takties-modal button.close span {
  display: block;
  mask-image: url('data:image/svg+xml,<svg%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%2024%2024"><path%20d="M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z"/><path%20d="M0%200h24v24H0z"%20fill="none"/></svg>');
  width: 21px;
  height: 21px;
  background-color: black;
}
.takties-modal-wrapper .takties-modal .takties-modal-content {
  width: 100%;
  overflow: auto;
}
.takties-modal-wrapper.active {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  animation: fadeIn 0.5s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  pointer-events: all;
}
.takties-modal-wrapper.active .takties-modal {
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19) forwards;
}
body.disable-scroll {
  overflow: hidden;
}
button.totop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 16px;
  z-index: 10000;
  background: #000000;
  color: white;
  transform: translateY(100px);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
button.totop:hover {
  background: #333;
}
button.totop.active {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .columns {
    flex-direction: column;
    align-items: center;
  }
  .columns .column {
    width: 100%;
  }
  .columns .column.parallax {
    height: 500px;
  }
  .columns .column.parallax .layer img {
    max-height: 600px;
  }
  .takties-header-wrapper .takties-header-content .takties-header-media {
    justify-content: left;
  }
  .takties-header-wrapper .takties-header-content .takties-header-media img, .takties-header-wrapper .takties-header-content .takties-header-media video {
    width: 175%;
  }
  .takties-diensten {
    flex-direction: column;
    align-items: center;
  }
  .takties-actueel .takties-actueel-item {
    height: unset;
    flex-direction: column;
    align-items: center;
  }
  .takties-actueel .takties-actueel-item .takties-actueel-image {
    height: 600px;
    width: 100%;
    max-width: 500px;
    margin-bottom: 50px;
  }
  .takties-actueel .takties-actueel-item .takties-actueel-content {
    padding: 0;
    width: 100%;
    max-width: 500px;
  }
  .takties-actueel.owl-carousel .owl-nav {
    width: 100%;
    top: 500px;
    align-items: center;
    justify-content: center;
  }
  .takties-actueel.owl-carousel .owl-nav button {
    background: white;
  }
  .takties-actueel.owl-carousel .owl-dots {
    display: none;
  }
  .takties-facebook-wrapper .takties-facebook a.takties-facebook-item {
    width: calc(50% - 25px);
  }
  body #g-page-surround a.header-logo {
    display: block;
  }
  body #g-page-surround #g-header {
    margin-top: 0 !important;
  }
  body #g-page-surround #g-header .header .hero {
    margin-top: 0;
  }
  body #g-page-surround #g-intro {
    text-align: left;
  }
  body #g-page-surround #g-over-1 .columns, body #g-page-surround #g-over-3 .columns {
    flex-direction: column-reverse;
  }
  body #g-page-surround #g-reviews {
    padding: 100px 0px;
  }
  body #g-page-surround #g-cta .cta span.slogan {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .columns .column.parallax {
    height: 400px;
  }
  .columns .column.parallax .layer img {
    max-height: 500px;
  }
  body #g-page-surround #g-header .header .hero {
    justify-content: center;
    align-items: center;
  }
  body #g-page-surround #g-header .header .hero h1.page-title {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
  }
  body #g-page-surround #g-header .header .hero .buttons {
    flex-direction: column;
  }
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
/*# sourceMappingURL=custom_12.css.map */