/* 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 fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  0% {
    background-position: 0vw;
  }
  100% {
    background-position: 100vw;
  }
}
@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 pulse {
  0% {
    opacity: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  100% {
    opacity: 0;
    top: -10px;
    right: -12px;
    bottom: -10px;
    left: -12px;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes zoomInBounce {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes blobs-1 {
  0% {
    opacity: 0;
    transform: scale(0.9) rotate(5deg);
  }
  100% {
    opacity: 0.5;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes blobs-2 {
  0% {
    opacity: 0;
    transform: scale(2) translateX(200px) rotate(-5deg);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.9) translateX(0px) rotate(5deg);
  }
}
@keyframes bob-1 {
  0% {
    transform: translateX(1px) rotate(-1deg);
  }
  100% {
    transform: translateX(-1px) rotate(1deg);
  }
}
@keyframes bob-2 {
  0% {
    transform: translateY(1px) rotate(-1deg);
  }
  100% {
    transform: translateY(-1px) rotate(1deg);
  }
}
@keyframes stretch {
  0% {
    transform: scale(1, 1);
    opacity: 0.2;
  }
  33% {
    transform: scale(1, 2);
    opacity: 0.3;
  }
  66% {
    transform: scale(1, 1);
    opacity: 0.4;
  }
  100% {
    transform: scale(2, 1);
    opacity: 0.3;
  }
}
@keyframes stretch-2 {
  0% {
    transform: scaleX(1) translateX(0%);
  }
  100% {
    transform: scaleX(2) translateX(25%);
  }
}
@keyframes maskSize {
  0% {
    mask-size: 200% 110%;
  }
  100% {
    mask-size: 100% 100%;
  }
}
@keyframes maskSizeOverig {
  0% {
    mask-size: 200% 110%;
  }
  100% {
    mask-size: 100% 100%;
  }
}
@keyframes maskSizePhone {
  0% {
    mask-size: 200% 110%;
  }
  100% {
    mask-size: 1500px 100%;
  }
}
@keyframes maskSizeOverigPhone {
  0% {
    mask-size: 200% 110%;
  }
  100% {
    mask-size: 1500px 100%;
  }
}
@keyframes skew {
  0% {
    transform: translateX(2px) rotate(2deg) skewX(2deg);
  }
  100% {
    transform: translateX(-2px) rotate(2deg) skewX(-2deg);
  }
}
@keyframes skew-y {
  0% {
    transform: skewY(2deg) translateY(0);
  }
  100% {
    transform: skewY(-2deg) translateY(20px);
  }
}
@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);
  }
}
p {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 15px;
}
a {
  line-height: 30px;
  font-size: 18px;
}
ul {
  line-height: 30px;
  font-size: 18px;
}
h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
h2 {
  margin-top: 50px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
p.lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
.page-header {
  margin-bottom: 50px;
}
.page-header h1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-header h1 span.subtitle {
  color: #888;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 25px;
}
.g-content {
  padding: 25px;
  margin: 0;
}
.search {
  margin: 36px 0px;
  padding: 0 10px;
  display: block;
}
.socials {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 25px;
}
.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2d9efa;
  color: white;
}
.axisHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.axisHeader h2, .axisHeader h3 {
  margin-top: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  text-wrap-mode: nowrap;
  color: #2a2a2a;
  font-weight: 700;
}
.axisHeader h2:before, .axisHeader h2:after, .axisHeader h3:before, .axisHeader h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  max-width: 200px;
  background: #2d9efa;
  opacity: 0.25;
}
.melding {
  text-align: center;
  padding: 20px 50px;
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #0090ff;
}
.melding .axisHeader h3 {
  background: white;
}
.readmore {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  margin-top: 10px;
}
.readmore:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.readmore:hover {
  gap: 10px;
}
.axisVideo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
img.article-image {
  max-width: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.article-image.align-left {
  float: left;
  margin: 10px 40px 35px 0px;
}
img.article-image.align-right {
  float: right;
  margin: 10px 0px 40px 35px;
}
img.article-image.align-left:after, img.article-image.align-right:after {
  content: "";
  clear: both;
  display: table;
}
img.article-image.full-width {
  margin: 20px 0px;
  max-width: 100%;
}
.axis-table {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  gap: 0px !important;
  margin-bottom: 50px;
}
.axis-table prijs {
  font-size: 35px;
}
.axis-table span {
  display: block;
  color: #aaa;
}
.axis-table .column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.axis-table .column:nth-child(2) {
  background: #f4faff;
}
.axis-table .column p.center {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactblok {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.praktijkinfo {
  margin-bottom: 20px;
  padding: 25px;
  text-align: left;
  background: white;
  border-radius: 5px;
  border: 1px solid #d2ebff;
}
.praktijkinfo h3 {
  margin: 0;
}
.praktijkinfo a.knopAfspraak {
  max-width: 200px;
}
.content.width--800 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.content.width--1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.content.width--1100 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.content.width--1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.columns .column {
  display: flex;
  flex-direction: column;
}
.columns .column.width--25 {
  width: 30%;
}
.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%;
}
.knopHeader {
  font-family: marvel;
  text-transform: uppercase;
  transition: all 150ms;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  display: block;
  width: auto;
  padding: 20px;
  color: #fff !important;
  background: #0090ff;
  border-radius: 2px;
}
.knopHeader:hover {
  background: #5cb6ff;
}
a.takties-button, button.takties-button {
  font-family: marvel;
  text-transform: uppercase;
  transition: all 150ms;
  line-height: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: block;
  margin: 0px;
  padding: 15px;
  max-width: 250px;
  min-width: 200px;
  color: #fff !important;
  background: #0090ff;
  border-radius: 5px;
}
a.takties-button:hover, button.takties-button:hover {
  background: #5cb6ff;
}
a.takties-button.style-2, button.takties-button.style-2 {
  padding: 25px;
  border: 1px solid #2d9efa;
  background: #f4faff;
  color: #2d9efa !important;
}
a.takties-button.style-2:hover, button.takties-button.style-2:hover {
  background: #2d9efa;
  color: white !important;
}
ul.nolist {
  list-style: none;
  margin: 0;
}
ul.checklist {
  list-style: none;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  margin: 0;
  color: white;
}
ul.checklist li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
ul.checklist li i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #2d9efa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  margin-right: 15px;
  font-size: 20px;
}
.contactblok {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.spacer {
  padding-top: 50px;
}
.contactbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
}
.video-responsive {
  margin-top: 25px;
}
.header-logo {
  display: flex;
  flex-direction: column;
  gap: 50px;
  opacity: 0;
  width: 100%;
  max-width: 350px;
  animation: 1s fadeInUp forwards cubic-bezier(0.19, 0.49, 0.32, 1);
  margin-bottom: 100px;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
span.slogan {
  font-family: "marvel";
  display: block;
  font-size: 80px;
  line-height: 80px;
  color: white;
  font-weight: 900;
}
body.home #g-page-surround #g-header {
  min-height: 550px;
  max-height: unset;
}
body:not(.home) .takties-header-wrapper .takties-header-overlay .columns ul.checklist {
  display: none;
}
body:not(.home) .header-logo {
  max-width: 275px;
  margin-bottom: 0;
}
body:not(.home) .header-logo img.slogan {
  display: none;
}
body:not(.home) #g-page-surround #g-container-main #g-mainbar {
  max-width: 800px;
  margin: 0 auto;
}
body {
  font-size: unset;
  line-height: unset;
}
body #g-page-surround #g-header {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  margin-top: 120px;
  max-height: 300px;
}
body #g-page-surround #g-intro {
  display: flex;
  justify-content: center;
  position: relative;
  background: #f4faff;
  padding: 25px 0px;
  z-index: 12;
}
body #g-page-surround #g-intro:before {
  content: "";
  position: absolute;
  bottom: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid white;
  z-index: 13;
}
body #g-page-surround #g-intro:after {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 100px;
  width: 175%;
  background: radial-gradient(#2d9efa, transparent, transparent);
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-contact {
  display: flex;
  justify-content: center;
  position: relative;
  background: #f4faff;
  padding: 25px 0px;
  z-index: 11;
}
body #g-page-surround #g-contact:before {
  content: "";
  position: absolute;
  top: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
}
body #g-page-surround #g-contact:after {
  content: "";
  position: absolute;
  top: -60px;
  height: 100px;
  width: 175%;
  background: radial-gradient(#2d9efa, transparent, transparent);
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-container-main {
  background: white;
  position: relative;
  z-index: 12;
  padding: 50px 0px;
}
body #g-page-surround #g-container-main #g-mainbar {
  position: relative;
  padding: 0px;
  background: none;
}
body #g-page-surround #g-container-main #g-mainbar:before {
  content: "";
  position: absolute;
  background: url('../../../../images/logo/a.png') center center no-repeat;
  background-size: contain;
  width: 600px;
  height: 600px;
  right: 0;
  bottom: 50px;
  opacity: 0.25;
  pointer-events: none;
  user-select: none;
}
body #g-page-surround #g-container-main .praktijkRuimte {
  padding-top: 30px;
  font-size: 0;
  display: inline-block;
  margin: 0 -10px;
}
body #g-page-surround #g-container-main .praktijkRuimte a {
  display: inline-block;
  width: 33.3333%;
}
body #g-page-surround #g-container-main .praktijkRuimte a img {
  transition: opacity 200ms;
  padding: 10px;
}
body #g-page-surround #g-footer {
  background: #2a2a2a;
  padding: 50px 0px;
  color: #ccc;
}
body #g-page-surround #g-footer .columns {
  margin-bottom: 100px;
}
body #g-page-surround #g-footer .columns p {
  margin-top: 0;
}
body #g-page-surround #g-footer .columns ul {
  margin-top: 0;
  margin-bottom: 20px;
}
body #g-page-surround #g-footer .columns h3 {
  margin-top: 25px;
  color: white;
}
body #g-page-surround #g-footer .footer-slogan {
  max-width: 250px;
  margin: 0 auto;
}
body #g-page-surround #g-copyright {
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  background: #252525;
  color: #ccc;
}
body #g-page-surround #g-copyright a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ccc;
}
.break {
  -webkit-column-break-after: always;
}
@media only screen and (max-width: 1000px) {
  .break {
    -webkit-column-break-after: unset;
  }
}
@media only screen and (max-width: 767px) {
  #g-container-main .osteopaten .left {
    padding-right: 0px;
  }
  #g-container-main .osteopaten .right {
    padding-left: 0px;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #2d9efa;
  border-radius: 0;
  box-shadow: none;
}
::-webkit-scrollbar-track {
  background: #2a2a2a;
}
#g-navigation {
  text-align: center;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 20px #00000020;
}
#g-navigation .top {
  background: #f4faff;
}
#g-navigation .contact-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 25px;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  gap: 20px;
}
#g-navigation .contact-top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 100%;
  height: 100px;
  background: radial-gradient(#2d9efa, transparent, transparent);
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.2;
  user-select: none;
  pointer-events: none;
}
#g-navigation .contact-top a {
  color: #2d9efa;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
#g-navigation .contact-top .address-top {
  display: flex;
  flex-direction: row;
}
#g-navigation .contact-top .address-top a:first-child {
  border-right: 2px solid #2d9efa;
  padding-right: 10px;
  margin-right: 10px;
}
#g-navigation .contact-top .phone-top a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
#g-navigation .contact-top .socials-top {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
#g-navigation .contact-top .socials-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2d9efa;
}
#g-navigation .contact-top .socials-top a i {
  margin-top: 1px;
}
#g-navigation .g-main-nav {
  position: relative;
  padding: 0 25px;
  max-width: 1600px;
  margin: 0 auto;
}
#g-navigation .g-main-nav .g-dropdown {
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0px 40px 50px #00000020;
}
#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;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 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-menu-item-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 19px;
  padding: 0;
  height: 80px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  padding: 0;
  transition: all 0.2s;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-parent-indicator {
  position: absolute;
  bottom: 15px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a2a2a;
  transition: all 0.2s;
}
#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: 0px;
  padding: 15px 25px;
  transform: translateX(-25px);
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container > .g-menu-item-content {
  color: #5cb6ff;
}
#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.active > .g-menu-item-container {
  color: #5cb6ff;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  box-shadow: none;
}
#g-navigation .g-main-nav .g-sublevel > li {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-item-content {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #2a2a2a;
  margin-right: unset;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-dropdown {
  position: absolute;
  top: -15px;
  border-radius: 0;
  margin-left: 25px;
  transform: translateX(20px);
  transition: all 0.2s;
  pointer-events: none;
  padding: 15px 25px;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > .g-dropdown {
  transform: translateX(0px);
  pointer-events: all;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > .g-menu-item-container .g-menu-item-content {
  color: #5cb6ff;
}
#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.active > .g-menu-item-container .g-menu-item-content {
  color: #5cb6ff;
}
#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.2s;
}
#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 #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #fff;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: none;
}
.g-offcanvas-toggle {
  position: fixed;
  top: 60px;
  left: 20px;
}
body:not(.home) .takties-header-wrapper .takties-header-overlay .takties-header-text {
  display: none;
}
.takties-header-wrapper {
  display: flex;
  align-items: center;
}
.takties-header-wrapper .takties-header-overlay {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 11;
}
.takties-header-wrapper .takties-header-overlay .columns {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.takties-header-wrapper .takties-header-overlay .columns ul.checklist {
  max-width: 400px;
}
.takties-header-wrapper .takties-header-overlay .takties-header-text {
  opacity: 0;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  animation: 1s fadeInUp forwards cubic-bezier(0.19, 0.49, 0.32, 1);
  max-width: 400px;
}
.takties-header-wrapper .takties-header-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
  animation: darken 2s forwards;
  animation-delay: 1s;
}
.takties-header-wrapper .takties-header-content .takties-header-image {
  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-image img {
  position: relative;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-header-wrapper .takties-header-content .takties-header-image.active {
  opacity: 1;
}
.takties-header-wrapper .takties-header-content .takties-header-image.active .text {
  opacity: 1;
}
.takties-header-wrapper .takties-header-content .takties-header-image.active .image {
  width: 110%;
}
.takties-header-wrapper .takties-header-content .takties-header-image.active .image:after {
  opacity: 0.2;
}
.takties-header-wrapper .takties-header-content .takties-header-image.fadeOut .text {
  opacity: 0;
  filter: blur(10px);
}
.takties-header-wrapper .takties-header-content .takties-header-image .text {
  opacity: 0;
  transition: all 2s;
  margin: 0 20px;
}
.takties-header-wrapper .takties-header-content .takties-header-image .text span {
  font-size: 30px;
  color: white;
}
@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: #dc3545;
}
.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 #2d9efa;
  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);
  gap: 20px;
}
.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 {
  position: absolute;
  width: 100%;
  display: flex;
  font-size: 17px;
  margin-top: 13px;
  margin-bottom: 0;
  font-weight: 500;
  justify-content: flex-end;
  padding: 0 20px;
  z-index: 1;
}
.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:first-child {
  display: none;
}
.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: #2d9efa;
}
.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: #2a2a2a;
}
.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: 5px;
  border: 1px solid #2d9efa;
  background: #2d9efa;
  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: 17px;
  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: #2a2a2a;
}
.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 #d2ebff;
  border-radius: 5px;
  background: white;
  box-shadow: none;
  transition: all 0s;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #2d9efa;
  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: #2a2a2a;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #2d9efa;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #2d9efa;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #2d9efa;
  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: #2d9efa;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 1px solid #dc3545;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  font-size: 17px;
  font-weight: 300 !important;
  line-height: 25px;
}
.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;
  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: #2d9efa;
  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: 5px;
}
.TaktiesImageGallery {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 0px -10px;
  padding-bottom: 50px;
}
.TaktiesImageGallery a.TaktiesGalleryItem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 0;
  width: 0;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  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);
}
.TaktiesImageGallery a.TaktiesGalleryItem.active {
  opacity: 1;
  height: 320px;
  width: calc(100% / 3);
  pointer-events: all;
}
.TaktiesImageGallery a.TaktiesGalleryItem.active img {
  padding: 10px;
}
.TaktiesImageGallery .controls {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px;
}
.TaktiesImageGallery .controls button.showmore {
  display: flex;
  align-items: center;
  background: none;
  font-size: 19px;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.TaktiesImageGallery .controls button.showmore i {
  font-size: 27px;
  color: #0090ff;
}
.TaktiesImageGallery .controls.active {
  display: flex;
}
#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;
  transition-timing-function: cubic-bezier(0.75, -0.06, 0.19, 1.22);
}
#takties-message.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
#takties-message.active .takties-message-container {
  border-radius: 20px;
}
#takties-message.active .takties-message-container .takties-message {
  opacity: 1;
}
#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.active .takties-message-container .takties-message-alert:after {
  transform: scale(5);
  border: 5px solid black;
  opacity: 0;
}
#takties-message .takties-message-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  position: relative;
  background: white;
  color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  border-radius: 100px;
  transition: border-radius 1s;
  transition-delay: 1s;
  overflow: hidden;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
}
#takties-message .takties-message-container .takties-message-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  opacity: 0;
  transition: all 0.5s;
  transition-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 .takties-message-container .takties-message {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 1s;
}
#takties-message .takties-message-container .takties-message p {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
}
#takties-message .takties-message-container .takties-message-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  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;
}
@media only screen and (max-width: 1000px) {
  #takties-message .takties-message-container {
    flex-direction: column;
  }
  #takties-message .takties-message-container .takties-message-alert {
    display: none;
  }
  #takties-message .takties-message-container .takties-message {
    padding: 0 10px;
  }
  #takties-message .takties-message-container .takties-message p {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
  }
  #takties-message .takties-message-container .takties-message-close {
    padding-top: 20px;
    transform: translateY(100px);
  }
  #takties-message .takties-message-container .takties-message-close.active {
    transform: translateY(0px);
  }
  #takties-message .takties-message-container .takties-message-close:after {
    left: unset;
    bottom: 100px;
    top: -25px;
  }
}
.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;
}
@media only screen and (max-width: 1000px) {
  img.article-image {
    max-width: 100%;
  }
  .takties-header-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
  .takties-header-wrapper .takties-header-overlay .columns {
    align-items: flex-start;
    gap: 0;
  }
  .contactbuttons {
    flex-direction: column;
  }
  .columns {
    flex-direction: column;
    justify-content: center;
  }
  .columns .column {
    width: 100% !important;
  }
  .container {
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .col {
    padding: 0;
  }
  body #g-page-surround #g-navigation .g-container .g-grid:nth-child(2) {
    display: none;
  }
  body #g-page-surround #g-navigation .g-container .contact-top {
    justify-content: center;
  }
  body #g-page-surround #g-navigation .g-container .contact-top .address-top {
    display: none;
  }
  body #g-page-surround #g-header {
    margin-top: 0;
  }
  body #g-page-surround #g-intro {
    padding: 0;
  }
}
/*# sourceMappingURL=custom_9.css.map */