/* 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";
@keyframes gap {
  0% {
    opacity: 0;
    gap: 100px;
    margin-left: -20vw;
    margin-right: -20vw;
  }
  100% {
    opacity: 1;
    gap: 10px;
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 500px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  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.8) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes focus {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
#g-navigation .g-main-nav {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}
#g-navigation .g-main-nav .g-toplevel {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.8vw;
  line-height: 20px;
}
#g-navigation .g-main-nav ul.g-dropdown {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: scale(0.9);
  transition: all 0.4s cubic-bezier(0.19, 0.49, 0.32, 1);
}
#g-navigation .g-main-nav ul.g-dropdown.g-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0;
  text-transform: uppercase;
  font-family: cairo;
  color: #253f46;
  font-weight: 600;
  font-size: 18px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content, #g-navigation .g-main-nav .g-main-nav .g-sublevel > 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, #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li {
  position: relative;
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li .g-menu-item-container > .g-menu-item-content {
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container {
  color: #e2511a;
}
#g-navigation .g-main-nav .g-toplevel > li:nth-child(7) {
  margin-left: auto;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container.vsoptiek-button.style-2 {
  background: #253f46;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container.vsoptiek-button.style-2 .g-menu-item-content {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #e2511a;
  box-shadow: none;
}
#g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 20px;
  right: 6px;
  position: absolute;
  font-size: 15px;
  font-weight: 200;
  opacity: 0.3;
}
#g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  top: 0;
  width: 15px;
  padding: 0;
  height: unset;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  font-size: 17px;
  font-weight: 400;
}
#g-navigation .g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
  position: unset;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container {
  color: #253f46;
  padding: 10px;
  transition: all 0s;
  border: 0;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span {
  font-family: cairo;
  display: block;
  position: relative;
  transition: transform 0.2s;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span:before {
  content: "";
  font-family: FontAwesome, serif;
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  left: -20px;
  top: -1px;
  opacity: 0;
  transition: opacity 0.2s;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span, #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span {
  transform: translateX(20px);
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span:before, #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span:before {
  opacity: 1;
}
#g-navigation .g-main-nav .g-sublevel {
  position: relative;
}
#g-navigation .g-main-nav .g-dropdown {
  width: 260px;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 25px;
  background: white;
  padding: 15px;
  text-transform: initial;
  box-shadow: 0px 20px 60px #00000020;
}
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  border: none;
}
#g-navigation .g-main-nav .g-dropdown:before {
  border-top: 25px solid transparent;
  top: -25px !important;
}
#g-navigation .g-main-nav .g-standard > .g-dropdown .g-dropdown, #g-navigation .g-main-nav .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  position: absolute;
  top: -40px;
  margin-left: 0;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: #e2511a;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: #132125;
}
roca {
  font-family: "roca", "sans";
  color: #e2511a;
  font-weight: 400;
}
figure {
  margin: 0;
}
figure.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote {
  position: relative;
  font-family: "roca", "sans";
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
  border: none;
  color: #e2511a;
  max-width: 250px;
  opacity: 0;
  filter: blur(10px);
  animation: focus 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.5s;
}
.quote.left {
  float: left;
  margin-left: -100px;
  margin-right: 25px;
}
.quote.right {
  float: right;
  margin-right: -100px;
  margin-left: 25px;
}
.quote:before {
  content: "“";
  position: raltative;
  margin-right: 3px;
}
.quote:after {
  content: "”";
  position: raltative;
  margin-left: 3px;
}
ul.dots {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  list-style: none;
}
ul.dots li {
  position: relative;
  margin-bottom: 5px;
}
ul.dots li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e2511a;
}
.col {
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.g-content {
  margin: 0;
  padding: 0px 20px;
}
.g-title, .page-header {
  margin-top: 0;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 100px;
}
.columns .column {
  display: flex;
  flex-direction: column;
}
.columns .column.width--20 {
  width: 20%;
}
.columns .column.width--25 {
  width: 25%;
}
.columns .column.width--30 {
  width: 30%;
}
.columns .column.width--33 {
  width: calc(100% / 3);
}
.columns .column.width--35 {
  width: 35%;
}
.columns .column.width--40 {
  width: 40%;
}
.columns .column.width--50 {
  width: 50%;
}
.columns .column.width--60 {
  width: 60%;
}
.columns .column.width--65 {
  width: 65%;
}
.columns .column.width--70 {
  width: 70%;
}
.columns .column.width--100 {
  width: 100%;
}
.width--600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.width--700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.width--800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.width--1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.width--1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.width--1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.align-center {
  margin: 0 auto;
}
.align-right {
  align-items: flex-end;
}
.text-center {
  text-align: center;
}
.spacer {
  margin-top: 75px;
}
.vsoptiek-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  height: 350px;
  pointer-events: none;
  user-select: none;
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.vsoptiek-logo > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.vsoptiek-logo .vs_logo {
  background: url('../../../../images/logo/vs_logo.png') center center no-repeat;
  background-size: contain;
  transition-delay: 0.25s;
}
.vsoptiek-logo .vs_logo_circle {
  background: url('../../../../images/logo/vs_logo_circle.png') center center no-repeat;
  background-size: contain;
  transition-delay: 0.5s;
}
.vsoptiek-logo .vs_logo_2012 {
  background: url('../../../../images/logo/vs_logo_since2012.png') center center no-repeat;
  background-size: contain;
  transition-delay: 0.5s;
}
.vsoptiek-logo .vs_logo_ikziejezitten {
  background: url('../../../../images/logo/vs_logo_ikziejezitten.png') center center no-repeat;
  background-size: contain;
  transform: rotate(-45deg);
  transition-delay: 1s;
}
.vsoptiek-logo.active {
  transform: scale(1);
}
.vsoptiek-logo.active > div {
  opacity: 1;
}
.vsoptiek-logo.active .vs_logo_ikziejezitten {
  transform: rotate(0deg);
}
.zeiss-logo {
  width: 100px;
}
.vsoptiek-oval {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  mask-image: url('../../../../images/gui/mask_oval.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  width: 100%;
  max-width: 250px;
}
.vsoptiek-oval img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shine {
  position: relative;
}
.shine .shine-el-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0px, transparent 350px, white 400px, white 450px, transparent 500px);
  background-size: 500px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position-x: 0;
  mix-blend-mode: color-dodge;
  opacity: 0;
  transition: opacity 1s linear;
  filter: blur(0.5px);
  pointer-events: none;
  user-select: none;
}
.shine .shine-el-1 .shine-el-2 {
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}
.shine.active .shine-el-1 {
  opacity: 1;
  animation: scroll 2s linear;
}
.private-shopping {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.private-shopping span.tag {
  display: inline-flex;
  background: #e0e0dc;
  padding: 5px 15px;
  border-radius: 20px;
  line-height: 15px;
  color: #253f46;
  text-transform: uppercase;
  margin-left: 50px;
}
.private-shopping span.title {
  position: relative;
  font-family: "roca", "sans";
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  margin-left: 50px;
  color: #e2511a;
}
.private-shopping a.vsoptiek-button {
  width: 250px;
  margin-left: 40px;
}
.save-the-date {
  position: relative;
  border: 2px solid #efedeb;
  border-radius: 10px;
  margin-top: 20px;
}
.save-the-date ul {
  list-style: none;
  margin: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.save-the-date ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  z-index: 1;
}
.save-the-date ul::-webkit-scrollbar-thumb {
  background: #253f46;
  box-shadow: none;
  border-radius: 3px;
}
.save-the-date ul::-webkit-scrollbar-track {
  background: transparent;
}
.save-the-date ul li {
  position: relative;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  background: none;
  border-radius: 0;
  padding: 0;
  color: #253f46;
  margin-left: 20px;
}
.save-the-date ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e2511a;
}
.stroke-glasses {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 0 25px;
  pointer-events: none;
  user-select: none;
}
.stroke-glasses:before {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent, #e0e0dc);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-delay: 1s;
}
.stroke-glasses:after {
  content: url('../../../../images/gui/glasses.svg');
  width: 100px;
  height: 35px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transition-delay: 1s;
}
.stroke-glasses.active:before, .stroke-glasses.active:after {
  opacity: 1;
}
.imagelist {
  display: flex;
  flex-direction: row;
  margin: 40px 0px;
  gap: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.imagelist h3 {
  margin-top: 10px;
}
.imagelist .images {
  display: flex;
  flex-direction: column;
  width: 30%;
  justify-content: center;
  gap: 5px;
}
.imagelist .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagelist .list {
  padding: 40px;
  display: flex;
  flex-direction: column;
  width: 70%;
  background: #efedeb;
}
.imagelist .list h4 {
  margin-top: 0;
  line-height: 20px;
}
.imagelist .list p {
  margin: 0;
}
.imagelist .list ul {
  margin-top: 0;
  margin-bottom: 0;
}
a.vsoptiek-button, button.vsoptiek-button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  color: white !important;
  background: #e2511a;
  padding: 5px 20px !important;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
a.vsoptiek-button.big, button.vsoptiek-button.big {
  padding: 10px 25px !important;
}
a.vsoptiek-button.big > span, button.vsoptiek-button.big > span {
  font-size: 20px;
}
a.vsoptiek-button.click .pointer:before, button.vsoptiek-button.click .pointer:before {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  opacity: 0;
}
a.vsoptiek-button.click .pointer:after, button.vsoptiek-button.click .pointer:after {
  transition: all 0s;
  opacity: 0;
}
a.vsoptiek-button.active .pointer, button.vsoptiek-button.active .pointer {
  opacity: 0.8;
}
a.vsoptiek-button > span, button.vsoptiek-button > span {
  display: block;
  line-height: 20px !important;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  text-transform: uppercase;
  transform: translateY(2px);
}
a.vsoptiek-button .pointer, button.vsoptiek-button .pointer {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -150px;
  left: -150px;
  border-radius: 50%;
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
}
a.vsoptiek-button .pointer:before, button.vsoptiek-button .pointer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 100px solid black;
  transform: scale(0);
  opacity: 1;
}
a.vsoptiek-button .pointer:after, button.vsoptiek-button .pointer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: radial-gradient(black, transparent, transparent);
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
a.vsoptiek-button.style-2, button.vsoptiek-button.style-2 {
  padding: 3px 16px !important;
  background: none;
  border: 2px solid #253f46;
  color: #253f46 !important;
}
a.vsoptiek-button.style-2:hover, button.vsoptiek-button.style-2:hover {
  background: #253f46;
  color: white !important;
}
.header-overig {
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: -750px;
  z-index: 0;
  opacity: 0.2;
  filter: blur(10px);
}
.header-overig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-overig:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: linear-gradient(0deg, white, transparent);
}
body h1 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 800;
  color: #e2511a;
  margin-top: 20px;
  margin-bottom: 10px;
}
body h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #253f46;
}
body h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  color: #253f46;
  margin-top: 50px;
}
body h4 {
  font-size: 21px;
  font-family: Cairo, Sans;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
}
body p {
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0px;
}
body #g-page-surround #g-navigation {
  width: 100%;
  position: fixed;
  background: white;
  z-index: 12;
}
body #g-page-surround #g-container-main {
  position: relative;
  z-index: 11;
  padding: 100px 0px;
}
body #g-page-surround #g-container-main #g-mainbar {
  padding: 0;
  background: none;
}
body #g-page-surround #g-collectie {
  text-align: center;
  padding: 100px 0px;
  background: #efedeb;
}
body #g-page-surround #g-collectie .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body #g-page-surround #g-over {
  padding: 100px 0px;
}
body #g-page-surround #g-banner {
  position: relative;
  height: 500px;
  background: url('../../../../images/zeiss/banner.jpg') top center no-repeat;
  background-size: cover;
}
body #g-page-surround #g-banner .g-container {
  position: relative;
}
body #g-page-surround #g-banner .g-container .zeiss-logo {
  position: absolute;
  top: 0;
}
body #g-page-surround #g-zeiss {
  padding: 100px 0px;
  background: #efedeb;
}
body #g-page-surround #g-zeiss .mod-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body #g-page-surround #g-zeiss .mod-menu li.nav-item {
  padding: 0;
  margin-bottom: 0;
}
body #g-page-surround #g-zeiss .mod-menu li.nav-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 600;
  min-width: 300px;
  width: 100%;
  line-height: 40px;
}
body #g-page-surround #g-zeiss .mod-menu li.nav-item a:hover {
  text-decoration: none;
  color: #e2511a;
}
body #g-page-surround #g-zeiss .mod-menu li.nav-item a:hover:before {
  transition: all 0.1s cubic-bezier(0.19, 0.49, 0.32, 1);
  border-color: #e2511a;
  opacity: 1;
}
body #g-page-surround #g-zeiss .mod-menu li.nav-item a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  opacity: 0.2;
  border-radius: 40px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-diensten {
  padding: 100px 0px;
  text-align: center;
}
body #g-page-surround #g-diensten .takties-carousel {
  padding-top: 50px;
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
body #g-page-surround #g-reviews {
  padding: 100px 0px;
  background: #efedeb;
  text-align: center;
}
body #g-page-surround #g-reviews .owl-carousel .owl-stage-outer {
  overflow: visible;
}
body #g-page-surround #g-reviews .owl-carousel .owl-stage-outer .owl-stage {
  padding: 0;
  margin: 20px 0px;
}
body #g-page-surround #g-contact {
  padding-top: 100px;
  padding-bottom: 0px;
}
body #g-page-surround #g-contact .columns {
  gap: 75px;
}
body #g-page-surround #g-contact h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
body #g-page-surround #g-contact .contactgegevens {
  flex-direction: column;
  gap: 25px;
}
body #g-page-surround #g-contact .contactgegevens h3:first-child {
  margin-top: 0;
}
body #g-page-surround #g-contact .contactgegevens p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
body #g-page-surround #g-contact .contactgegevens a {
  display: flex;
  flex-direction: row;
  color: #253f46;
}
body #g-page-surround #g-contact .contactgegevens a:hover {
  color: #e2511a;
}
body #g-page-surround #g-contact p.openingstijden span {
  display: inline-block;
  min-width: 40px;
  font-weight: 800;
  color: #e2511a;
  text-transform: uppercase;
}
body #g-page-surround #g-footer {
  position: relative;
  background: white;
  padding: 50px 0px;
}
body #g-page-surround #g-footer .g-content {
  margin: 0;
}
body #g-page-surround #g-footer .columns {
  gap: 50px;
  justify-content: space-between;
}
body #g-page-surround #g-footer ul.mod-menu {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body #g-page-surround #g-footer ul.mod-menu li.nav-item {
  padding: 0;
  margin-bottom: 0;
  line-height: 25px;
}
body #g-page-surround #g-footer ul.mod-menu li.nav-item a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  background: none;
  border-radius: 0;
  padding: 0;
  color: #253f46;
}
body #g-page-surround #g-footer ul.mod-menu li.nav-item.active a, body #g-page-surround #g-footer ul.mod-menu li.nav-item.current a, body #g-page-surround #g-footer ul.mod-menu li.nav-item:hover a {
  color: #e2511a;
  text-decoration: none;
}
body #g-page-surround #g-footer ul.mod-menu li.item-105, body #g-page-surround #g-footer ul.mod-menu li.item-501 {
  display: none;
}
body #g-page-surround #g-footer .associatives {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 150px;
  display: flex;
  gap: 25px;
}
body #g-page-surround #g-footer .associatives a {
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-footer .associatives a:hover {
  transition: all 0.1s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  transform: scale(1.05);
}
body #g-page-surround #g-footer .follow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  margin: 0 auto;
}
body #g-page-surround #g-footer .follow .socials {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
body #g-page-surround #g-footer .follow .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: white;
  background: #89827a;
  border-radius: 50px;
  font-size: 20px;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-footer .follow .socials a:hover {
  transform: scale(1.1);
  transition: all 0.1s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  background: #e2511a;
}
body #g-page-surround #g-footer .follow .reviews {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 100px;
}
body #g-page-surround #g-footer .follow .reviews a {
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
body #g-page-surround #g-footer .follow .reviews a img {
  height: 50px;
}
body #g-page-surround #g-footer .follow .reviews a:hover {
  transition: all 0.1s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  transform: scale(1.05);
}
body #g-page-surround #g-copyright {
  padding-top: 0;
  padding-bottom: 35px;
  text-align: center;
}
body:not(.home) #g-page-surround #g-container-main {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}
body:not(.home) #g-page-surround #g-container-main:before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url('../../../../images/background/background.jpg') center top no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.taktiesform-g-recaptcha {
  display: none;
}
.taktiesform-wrapper {
  position: relative;
  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: #e2511a;
}
.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 #253f46;
  border-radius: 50%;
  border-top: 15px solid #e2511a;
  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;
  gap: 15px;
  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%;
}
.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 {
  display: flex;
  font-size: 19px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-row label.form-label span i {
  margin-left: 5px;
  font-size: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #253f46;
}
.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: #253f46;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox i {
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
  pointer-events: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .dropbox span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 12px;
  pointer-events: none;
  line-height: 15px;
}
.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: 3px;
  border: 2px solid #253f46;
  background: #253f46;
  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;
  padding: 0;
  margin-bottom: 25px;
  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: 19px;
  font-weight: 400 !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: #253f46;
}
.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 select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  border: 2px solid #efedeb;
  border-radius: 3px;
  background: #efedeb;
  box-shadow: none;
  transition: all 0s;
  font-size: 19px;
  font-weight: 400 !important;
  line-height: 25px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #253f46;
  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 select:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus span {
  color: #253f46;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #253f46;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content select:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #253f46;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content select:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #253f46;
  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 select:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content select:hover span, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover i, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover span {
  color: #253f46;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content select.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 2px solid #e2511a;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input {
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content select {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  height: 60px;
  position: relative;
}
.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: #253f46;
  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;
  justify-content: flex-end;
}
.taktiesform-wrapper form.taktiesform .button-box button {
  margin-top: 0;
  color: #253f46;
}
.taktiesform-wrapper form.taktiesform .button-box button:after {
  color: #253f46;
}
.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: 10px;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image {
  display: block;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image:hover .takties-title {
  color: #e2511a;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image:hover .aspect::before {
  opacity: 1;
  border: 2px solid #e2511a;
  transition: all 0.1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image .aspect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image .aspect:before {
  content: "";
  position: absolute;
  background: transparent;
  border-radius: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 2px solid #89827a;
  opacity: 0.2;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image .image {
  position: absolute;
  width: 100%;
  height: 100%;
  mask-image: url('../../../../images/gui/mask_circle.svg');
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item a.carousel-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-carousel-wrapper .takties-carousel .takties-carousel-item .carousel-content {
  margin-top: 20px;
}
.takties-reviews-wrapper .takties-reviews .owl-stage-outer {
  padding-top: 50px;
}
.takties-reviews-wrapper .takties-reviews .owl-stage-outer .owl-stage {
  margin-top: 0;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content {
  position: relative;
  text-align: left;
  background: #635d57;
  color: white;
  border-radius: 10px;
  padding: 40px 150px 40px 40px;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-title .stars {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  line-height: 24px;
  color: #e2511a;
  margin-bottom: 20px;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-title .takties-title {
  text-align: left;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-links a {
  pointer-events: all;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-links a img {
  height: 40px;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content p:last-child {
  margin-bottom: 0;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin-left: -125px;
  flex-shrink: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-image .image {
  width: 100%;
  height: 100%;
  background: black;
  mask-image: url('../../../../images/gui/mask_oval.svg');
  mask-repeat: no-repeat;
  mask-position: center;
}
.takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-item.active .takties-reviews-item {
  opacity: 1;
  pointer-events: none;
  user-select: none;
}
.owl-item.active .takties-reviews-item .reviews-image {
  transform: scale(1);
}
.takties-grid-wrapper .takties-grid {
  display: grid;
  grid: auto-flow / 1fr 1fr 1fr;
  grid-gap: 40px 20px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.takties-grid-wrapper .takties-grid .takties-grid-item a.grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-grid-wrapper .takties-grid .takties-grid-item .grid-content {
  margin-top: 20px;
}
.takties-grid-wrapper .takties-grid .takties-grid-item.active {
  display: block;
}
.takties-grid-wrapper .takties-grid .takties-grid-item.animate {
  transform: scale(1);
  opacity: 1;
}
.takties-tagfilter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 50px 0px;
  gap: 2px;
}
.takties-tagfilter button.tagfilter {
  background: #253f46;
  color: white;
  padding: 10px;
  line-height: 10px;
  font-size: 18px;
  transition: all 0.2s;
}
.takties-tagfilter button.tagfilter:hover {
  background: #132125;
}
.takties-tagfilter button.tagfilter.active {
  background: #e2511a !important;
}
.takties-buttons {
  width: 100%;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-showmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #e2511a;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  opacity: 0;
  transform: scale(0.5);
  pointer-events: none;
  user-select: none;
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-showmore.active {
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.takties-showmore button.button {
  max-width: 180px;
}
.takties-readmore {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 12;
}
.takties-readmore span.action {
  position: absolute;
  left: 20px;
  bottom: 20px;
  transition: all 0.2s;
  color: white;
  z-index: 12;
}
.takties-readmore span.action:after {
  color: white;
}
.takties-readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00000080, transparent);
}
.takties-readmore:after {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background: url('../../../../images/drentse_uitblinkers/shape_yellow.svg') center center no-repeat;
  background-size: contain;
  left: -80px;
  bottom: -150px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-readmore:hover:after {
  opacity: 1;
  transform: scale(1);
}
.takties-readmore:hover span.action {
  color: #e2511a;
}
.takties-readmore:hover span.action:after {
  color: #e2511a;
}
span.date, dd.published time {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #e2511a;
  line-height: 20px;
  text-transform: lowercase;
}
.takties-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #5b98a9;
}
.takties-title {
  margin-top: 0;
  margin-bottom: 20px;
  min-height: 50px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.owl-carousel .owl-stage-outer .owl-stage {
  padding: 50px 0px;
}
.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.owl-carousel .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  border: 2px solid #89827a !important;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #89827a;
}
.owl-carousel .owl-dots .owl-dot:hover:not(.active) {
  background: #b9b5b0;
  transition: all 0.1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-header-wrapper {
  display: flex;
  align-items: center;
  max-height: 1000px;
  min-height: 600px;
  height: 100vh;
  overflow: hidden;
}
.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-link a .uitgelicht {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.takties-header-wrapper .takties-header-link a .uitgelicht span {
  position: absolute;
  text-align: center;
  top: -80px;
  right: 0px;
  font-family: roca, sans;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: white;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #e2511a;
  transform: rotate(5deg);
  transition: all 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-header-wrapper .takties-header-link a .uitgelicht .merklogo {
  background: white;
  mask-repeat: no-repeat;
  width: 280px;
  transition: all 3s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-header-wrapper .takties-header-link a .uitgelicht .merklogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.takties-header-wrapper .takties-header-link a:hover .uitgelicht span {
  transform: scale(1.1);
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-header-wrapper .takties-header-link a:hover .merklogo {
  transform: scale(1.05);
}
.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-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, black);
  opacity: 0.2;
}
.takties-header-wrapper .takties-header-overlay {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 450px;
  padding: 0 20px;
}
.takties-header-wrapper .takties-header-overlay:before {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  top: -100px;
  left: -175px;
  background: #ffffff10;
  backdrop-filter: blur(20px);
  transform: rotate(-6deg);
  pointer-events: none;
  user-select: none;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  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;
}
#takties-message {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  width: 100%;
  z-index: 10000;
  opacity: 1;
  pointer-events: none;
  transform: translateY(100%);
  transition: all 1s;
  user-select: none;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.75, -0.06, 0.19, 1.22);
}
#takties-message.active {
  opacity: 1;
  transform: translateY(0px);
}
#takties-message .takties-message-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  position: relative;
  background: white;
  color: rgba(0, 0, 0, 0.75);
  margin: 20px;
  border-radius: 100px;
  transition: border-radius 1s;
  transition-delay: 1s;
  overflow: hidden;
  pointer-events: all;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
#takties-message.active .takties-message-container {
  border-radius: 20px;
}
#takties-message .takties-message-container .takties-message-alert {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-left: 20px;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 1s;
}
#takties-message.active .takties-message-container .takties-message-alert {
  opacity: 1;
}
#takties-message.active .takties-message-container .takties-message-alert i {
  animation: tilt-shaking 2s cubic-bezier(0.26, 0.62, 0.52, 1.02);
  animation-delay: 1s;
}
#takties-message .takties-message-container .takties-message-alert:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 50px solid black;
  transform: scale(0);
  transition: all 2s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.26, 0.62, 0.52, 1.02);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  z-index: -1;
}
#takties-message.active .takties-message-container .takties-message-alert:after {
  transform: scale(5);
  border: 5px solid black;
  opacity: 0;
}
#takties-message .takties-message-container .takties-message {
  overflow: hidden;
  padding: 25px 50px;
  margin-left: 30px;
  margin-right: 50px;
  max-width: calc(100vw - 150px);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
#takties-message.active .takties-message-container .takties-message {
  opacity: 1;
}
#takties-message .takties-message-container .takties-message p {
  margin: 0;
}
#takties-message .takties-message-container .takties-message-close {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding-right: 5px;
  height: 100%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.75);
  transform: translateX(60px);
  transition: all 1s cubic-bezier(0.26, 0.62, 0.52, 1.02);
  opacity: 0;
}
#takties-message .takties-message-container .takties-message-close:after {
  content: "";
  position: absolute;
  left: -10px;
  width: 400px;
  height: 400px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.26, 0.62, 0.52, 1.02);
}
#takties-message .takties-message-container .takties-message-close:hover:after {
  transform: scale(1.02);
}
#takties-message .takties-message-container .takties-message-close.active {
  transform: translateX(0px);
  opacity: 1;
}
@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes move-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(8deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(7deg);
  }
  40% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#g-navigation {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
#g-navigation.active {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
button.toggle-menu {
  position: fixed;
  font-size: 40px;
  top: 10px;
  left: 10px;
  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: white;
}
button.toggle-menu.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
button.toggle-menu span {
  line-height: 12px;
  font-size: 12px;
  font-weight: 600;
}
button.toggle-menu:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.2;
  z-index: -1;
}
.takties-mobilemenu {
  font-family: "roca", "sans";
  font-weight: 400;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(20px);
  display: flex;
  justify-content: center;
  z-index: 20000;
  padding: 25px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
.takties-mobilemenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #253f46;
  opacity: 0.9;
}
.takties-mobilemenu.active {
  opacity: 1;
  pointer-events: all;
}
.takties-mobilemenu.active .menu {
  transform: translateY(0px);
}
.takties-mobilemenu .menu {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  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;
  font-weight: 400;
}
.takties-mobilemenu .menu .menu-item a, .takties-mobilemenu .menu .menu-item span {
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-size: 25px;
  align-items: center;
  cursor: pointer;
  color: white;
  min-width: 200px;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  gap: 15px;
  margin-bottom: -2px;
}
.takties-mobilemenu .menu .menu-item a i, .takties-mobilemenu .menu .menu-item span i {
  display: none;
  font-size: 20px;
}
.takties-mobilemenu .menu .menu-item a i:nth-child(2), .takties-mobilemenu .menu .menu-item span i:nth-child(2) {
  display: block;
}
.takties-mobilemenu .menu .menu-item a:hover, .takties-mobilemenu .menu .menu-item span:hover {
  color: #f4b8a1;
}
.takties-mobilemenu .menu .menu-item a.style-2 {
  margin-top: 30px;
  border-color: white;
  color: white !important;
}
.takties-mobilemenu .menu .menu-item.active {
  display: flex;
}
.takties-mobilemenu .menu .menu-item.back a, .takties-mobilemenu .menu .menu-item.back span {
  color: #ef9573;
}
.takties-mobilemenu .menu .menu-item.back a i, .takties-mobilemenu .menu .menu-item.back span i {
  height: 25px;
  display: block;
}
.takties-mobilemenu .menu .menu-item.back a i:nth-child(2), .takties-mobilemenu .menu .menu-item.back span i:nth-child(2) {
  display: none;
}
.takties-mobilemenu .menu .menu-item.selected a, .takties-mobilemenu .menu .menu-item.selected span {
  color: #e2511a;
}
button.totop {
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  opacity: 0;
  font-size: 14px;
  transition: all 0.33s;
  transition-timing-function: cubic-bezier(0.34, -0.74, 0.66, 1.68);
  z-index: 10000;
  background: #253f46;
  pointer-events: none;
  user-select: none;
  color: white;
  transform: scale(0.75);
}
button.totop.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
.takties-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10000;
}
.takties-whatsapp .takties-whatsapp-button {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: white;
  background: #25D366;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.75, -0.06, 0.19, 1.22);
}
.takties-whatsapp .takties-whatsapp-button:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 50px solid #25D366;
  transform: scale(0);
  transition: all 2s;
  transition-timing-function: cubic-bezier(0.26, 0.62, 0.52, 1.02);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}
.takties-whatsapp.active .takties-whatsapp-button {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.takties-whatsapp.active .takties-whatsapp-button:before {
  transform: scale(3);
  border: 5px solid black;
  opacity: 0;
}
.TaktiesImageGallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -10vw;
  margin-right: -10vw;
  animation: gap 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.TaktiesImageGallery a.TaktiesGalleryItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 400px;
  transition: opacity 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.TaktiesImageGallery a.TaktiesGalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.TaktiesImageGallery a.TaktiesGalleryItem i {
  position: absolute;
  font-size: 50px;
  color: white;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1);
  transition: all 0.2s;
}
.TaktiesImageGallery a.TaktiesGalleryItem:hover i {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.blog-items {
  padding: 0;
  margin-top: 50px;
  grid-gap: 25px;
}
.blog-items .grid-item {
  display: none;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.blog-items .grid-item .item-content .item-image {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}
.blog-items .grid-item .item-content .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.blog-items .grid-item .item-content span.takties-grid-title {
  display: block;
  color: #253f46;
  font-family: "roca", "sans";
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  min-height: 50px;
  margin-bottom: 20px;
}
.blog-items .grid-item .item-content:hover .item-image::before {
  border-color: #e2511a;
  opacity: 1;
}
.blog-items .grid-item.active {
  display: block;
  height: unset;
  pointer-events: all;
}
.blog-items .grid-item.animate {
  transform: scale(1);
  opacity: 1;
}
.page-header {
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.article-title {
  opacity: 0;
  animation: fadeInUp 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.2s;
}
.article-title h2 {
  color: #253f46;
  margin-bottom: 20px;
  margin-top: 0;
}
.com-content-article {
  animation: fadeIn 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.com-content-article dl.article-info {
  margin-top: 0;
  margin-bottom: 0;
}
.com-content-article .article-title {
  margin-bottom: 50px;
}
.com-content-article .merklogo {
  margin-top: 40px;
  width: 300px;
  max-height: 200px;
}
@media only screen and (max-width: 1100px) {
  .quote {
    font-size: 21px;
    line-height: 25px;
    max-width: 170px;
  }
  .quote.right {
    margin-right: 0;
    margin-left: 20px;
  }
  .quote.left {
    margin-left: 0;
    margin-right: 20px;
  }
  .columns {
    max-width: 500px;
    flex-direction: column;
    gap: 50px;
  }
  .columns .column {
    width: 100% !important;
  }
  .takties-header-wrapper .takties-header-overlay {
    width: 100%;
  }
  .takties-header-wrapper .takties-header-overlay:before {
    transform: rotate(0);
    background: #00000020;
    backdrop-filter: blur(5px);
  }
  .takties-header-wrapper .takties-header-overlay .takties-header-html {
    gap: 20px;
    align-items: center;
  }
  .takties-header-wrapper .takties-header-link {
    right: 20px;
    top: 20px;
  }
  .takties-header-wrapper .takties-header-link a .uitgelicht span {
    top: 20px;
    width: 80px;
    height: 80px;
    font-size: 15px;
  }
  .takties-header-wrapper .takties-header-link a .uitgelicht .merklogo {
    width: 180px;
  }
  .private-shopping span, .private-shopping a {
    margin-left: 0px !important;
  }
  .private-shopping span.title {
    font-size: 50px;
    line-height: 45px;
  }
  .zeiss-logo {
    width: 50px;
  }
  .vsoptiek-logo {
    width: 250px;
    height: 250px;
  }
  .vsoptiek-oval {
    min-height: 400px;
    margin: 0 auto;
  }
  .taktiesform-wrapper {
    margin-top: 50px;
  }
  .follow {
    padding-top: 50px;
  }
  .stroke-glasses:after {
    width: 75px;
    height: 23px;
  }
  .imagelist {
    flex-direction: column;
    border-radius: 10px !important;
  }
  .imagelist .images {
    width: 100%;
    flex-direction: row;
  }
  .imagelist .list {
    width: 100%;
    padding: 20px;
  }
  .blog-items .grid-item .item-content .item-image {
    height: 250px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item {
    flex-direction: column-reverse;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content {
    padding: 100px 25px 25px 25px;
    margin-top: -75px;
    border-radius: 10px !important;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-google {
    margin-bottom: 25px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-google img {
    width: 75px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-title .stars {
    margin-top: -4px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-content .reviews-header .reviews-title .takties-title {
    min-height: unset;
    margin-top: 0px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: unset;
    border: 5px solid #efedeb;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .reviews-image .image {
    mask-image: unset;
  }
  .TaktiesImageGallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .TaktiesImageGallery a.TaktiesGalleryItem {
    height: 250px;
  }
  ul.dots {
    font-size: 17px;
    line-height: 24px;
  }
  body h1 {
    font-size: 50px;
    line-height: 50px;
  }
  body h2 {
    font-size: 35px;
    line-height: 35px;
  }
  body h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 40px;
  }
  body h4 {
    font-size: 20px;
    line-height: 23px;
  }
  body p {
    font-size: 18px;
    line-height: 27px;
  }
  body #g-page-surround #g-diensten .takties-carousel {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 250px;
    margin: 0 auto;
  }
  body #g-page-surround #g-diensten .takties-carousel .takties-carousel-item {
    width: 100%;
  }
  body #g-page-surround #g-diensten .takties-carousel .takties-carousel-item a .takties-title {
    min-height: unset;
    margin-bottom: 10px;
  }
  body #g-page-surround #g-banner {
    height: 250px;
  }
  body #g-page-surround #g-contact .columns {
    gap: 0px;
  }
  body #g-page-surround #g-footer {
    padding-top: 0;
  }
  body #g-page-surround #g-footer .columns {
    gap: 0;
  }
  body:not(.home) #g-page-surround #g-container-main {
    margin-top: 0;
  }
}
/*# sourceMappingURL=custom_20.css.map */