/* 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
 */

@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 wobble {
  0% {
    transform: scale(0.9) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(-2deg);
  }
}
@keyframes wobble_small {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@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);
  }
}
@keyframes distortion {
  0% {
    opacity: 0.5;
    transform: scale(0.9) rotate(2deg);
  }
  25% {
    opacity: 0.5;
    transform: scale(1.1) rotate(-2deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes cards {
  0% {
    transform: scale(1) translateX(0) translateY(0);
    z-index: 12;
  }
  50% {
    transform: scale(1.1) translateX(-50px) translateY(-50px) rotate(-5deg);
    z-index: 13;
  }
  100% {
    transform: scale(1) translateX(0) translateY(0);
    z-index: 13;
  }
}
.bounce {
  animation: bounce 2s;
}
.wobble {
  animation: wobble alternate-reverse infinite;
}
.wobble_small {
  animation: wobble_small alternate-reverse infinite;
}
.duration-1000 {
  animation-duration: 1s;
}
.duration-1500 {
  animation-duration: 1.5s;
}
.duration-2000 {
  animation-duration: 2s;
}
.duration-2500 {
  animation-duration: 2.5s;
}
.duration-3000 {
  animation-duration: 3s;
}
.duration-4000 {
  animation-duration: 4s;
}
.duration-5000 {
  animation-duration: 5s;
}
.delay-minus-02 {
  animation-delay: -0.2s;
}
.delay-minus-04 {
  animation-delay: -0.4s;
}
.delay-minus-06 {
  animation-delay: -0.6s;
}
.delay--minus-08 {
  animation-delay: -0.8s;
}
.triangle {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.triangle .shape {
  position: absolute;
  border-style: solid;
}
.triangle .shape.color-1 {
  border-color: #4bd9db transparent transparent transparent;
}
.triangle .shape.color-2 {
  border-color: #db64d3 transparent transparent transparent;
}
.triangle .shape.color-3 {
  border-color: #0664c5 transparent transparent transparent;
}
.triangle .shape.style-1 {
  top: -20px;
  border-width: 150px 40px 0 30px;
  transform: rotate(60deg) skew(10deg) translateX(-20px);
}
.triangle .shape.style-2 {
  top: -20px;
  border-width: 70px 10px 0 15px;
  transform: rotate(30deg) skew(0deg) translateY(-80px);
}
.triangle .shape.style-3 {
  top: 50px;
  border-width: 89px 30px 0 15px;
  transform: rotate(90deg) skew(10deg);
}
.triangle .shape.style-4 {
  top: -20px;
  border-width: 40px 15px 0 10px;
  transform: rotate(30deg) skew(10deg) translateX(-20px);
}
.endless-styles-logo-small {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 150px;
  height: 100px;
  transform: rotate(-5deg);
  background: url('../../../../images/gui/logo_white.png') center center no-repeat;
  background-size: contain;
  mix-blend-mode: overlay;
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  justify-content: space-evenly;
}
.columns .column {
  width: 50%;
}
.columns .column h3 {
  margin-top: 0;
}
ul.openingstijden {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 50px;
}
ul.openingstijden span {
  display: inline-block;
  min-width: 150px;
}
.contact_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_info a {
  color: white;
}
.contact_info a:hover {
  color: #db64d3;
}
.tablet {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 75px 100px 75px 100px;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
}
.tablet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  background: url('../../../../images/gui/grunge_side.png?680b9766') left repeat;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.tablet:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  background: url('../../../../images/gui/grunge_side.png?680b9766') left repeat;
  transform: scale(-1);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.tablet .columns {
  position: relative;
  z-index: 12;
  max-width: 800px;
}
.width--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
#g-page-surround {
  background: white;
}
#g-page-surround:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  background: url('../../../../images/gui/grunge_side.png?680b9766') left repeat;
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
#g-page-surround:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  background: url('../../../../images/gui/grunge_side.png?680b9766') left repeat;
  transform: scale(-1);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
#g-page-surround #g-navigation {
  position: relative;
  background: none;
  font-family: "Bungee";
  font-weight: 400;
  font-size: 25px;
  position: fixed;
  top: 0;
  width: 100%;
  background: none;
  pointer-events: none;
  user-select: none;
  z-index: 20;
}
#g-page-surround #g-navigation.active .header-top {
  max-width: 400px;
}
#g-page-surround #g-navigation.active .nav .logo {
  transform: translate(-10px, -10px);
  max-width: 200px;
}
#g-page-surround #g-navigation .header-top {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: -1;
  max-width: 600px;
}
#g-page-surround #g-navigation .nav {
  display: flex;
  justify-content: space-between;
  align-items: start;
  height: 100px;
  gap: 50px;
  padding: 0 40px;
  margin-top: 20px;
}
#g-page-surround #g-navigation .nav .logo {
  max-width: 300px;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
#g-page-surround #g-navigation .nav .menu {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#g-page-surround #g-navigation .nav .menu:before {
  content: url('../../../../images/gui/header_menu.png?680f5c75');
  position: absolute;
  top: -20px;
  right: -40px;
  z-index: -2;
}
#g-page-surround #g-navigation .nav .menu a {
  line-height: 20px;
  color: white;
  transform: rotate(2deg) scale(1);
  text-shadow: 3px 3px 15px black;
  pointer-events: all;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
#g-page-surround #g-navigation .nav .menu a:hover {
  transform: rotate(1deg) scale(1.1);
}
#g-page-surround #g-header {
  background: none;
  overflow: hidden;
}
#g-page-surround #g-facebook {
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
  z-index: 12;
}
#g-page-surround #g-contact {
  position: relative;
  padding-top: 300px;
  padding-bottom: 0;
  min-height: 1200px;
  background: url('../../../../images/gui/contact.jpg?680a322f') center no-repeat;
  background-size: cover;
  -webkit-mask-image: url('../../../../images/gui/grunge_contact.png?680a333b') linear-gradient(black, black);
  mask-image: url('../../../../images/gui/grunge_contact.png?680a333b'), linear-gradient(black, black);
  mask-repeat: no-repeat;
  mask-size: calc(100% + 2px);
  mask-position: -1px 0;
  mask-composite: exclude;
  color: white;
  z-index: 21;
}
#g-page-surround #g-contact .logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -50px auto 25px auto;
  max-width: 200px;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
.takties-facebook-wrapper .takties-facebook {
  display: flex;
  flex-direction: column;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 0;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  gap: 100px;
  transition: all 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  transition-delay: 0.05s;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(even) {
  flex-direction: row;
  transform: scale(0.8) rotate(-1deg);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(even) .triangles {
  transform: scaleX(-1);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(even) .facebook-content {
  transform: translateX(100px);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(odd) {
  flex-direction: row-reverse;
  transform: scale(0.8) rotate(1deg);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(odd) .facebook-content {
  transform: translateX(-100px);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item.active {
  height: unset;
  pointer-events: all;
  margin-bottom: 100px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item.visible {
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item.visible:nth-child(even) {
  transform: scale(1) rotate(1deg);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item.visible:nth-child(odd) {
  transform: scale(1) rotate(-1deg);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item.visible .facebook-content {
  transform: translateX(0);
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .triangles {
  position: absolute;
  z-index: 15;
  top: 0;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item a.facebook-image {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-mask-image: url('../../../../images/gui/grunge.png?680a0c12');
  mask-image: url('../../../../images/gui/grunge.png?680a0c12'), linear-gradient(black, black);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-composite: exclude;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item a.facebook-image img.main {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item a.facebook-image:hover img.main {
  transform: scale(1.1);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .takties-facebook-image {
  width: 100%;
  max-width: 500px;
  height: 100%;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .takties-facebook-images {
  position: relative;
  width: 100%;
  min-height: 500px;
  max-width: 500px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .takties-facebook-images a.facebook-image {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  opacity: 0;
  z-index: 12;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .takties-facebook-images a.facebook-image.active {
  z-index: 13;
  left: 0;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-likes {
  color: #db64d3;
  display: flex;
  gap: 5px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-likes i {
  font-size: 25px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-content {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-content h3 {
  line-height: 25px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-content p.facebook-text {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}
.takties-facebook-wrapper button#showmore {
  position: relative;
  font-family: "Bungee";
  font-weight: 400;
  background: none;
  color: black;
  padding: 20px;
  font-size: 25px;
}
.takties-facebook-wrapper button#showmore:before {
  content: "";
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 200px 80px 20px 20px;
  border-color: #4bd9db transparent transparent transparent;
  transform: rotate(60deg) skew(10deg) translateX(-20px) translateY(0px);
  z-index: -1;
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  pointer-events: none;
  user-select: none;
}
.takties-facebook-wrapper button#showmore:hover::before {
  border-color: #db64d3 transparent transparent transparent;
  transform: rotate(10deg) skew(20deg) translateX(30px) translateY(-30px);
}
.takties-facebook-wrapper button#showmore.hide {
  display: none;
}
.takties-carousel-wrapper {
  position: relative;
  z-index: 12;
}
.takties-carousel-wrapper .takties-carousel {
  -webkit-mask-image: url('../../../../images/gui/header_bottom.png?680a0ca6') linear-gradient(black, black);
  mask-image: url('../../../../images/gui/header_bottom.png?680a0ca6'), linear-gradient(black, black);
  mask-repeat: no-repeat;
  mask-size: calc(100% + 2px);
  mask-position: -1px calc(100% + 1px);
  mask-composite: exclude;
}
.takties-carousel-wrapper .takties-carousel .owl-stage-outer {
  overflow: unset;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item {
  display: flex;
  justify-content: center;
  height: 100vh;
  min-height: 1000px;
  overflow: hidden;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-image {
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: none;
  user-select: none;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-image img {
  height: 100%;
  object-fit: cover;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-image .carousel-image-fx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: overlay;
  opacity: 0;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area {
  position: absolute;
  top: 20%;
  width: 100%;
  max-width: 1300px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 100px;
  z-index: 20;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content {
  opacity: 0;
  position: relative;
  max-width: 600px;
  transform: rotate(-1deg) translateY(50px);
  transition: all 1s;
  transition-delay: 0.5s;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content h2.carousel-title {
  font-size: 70px;
  line-height: 70px !important;
  margin-top: 0;
  margin-bottom: 25px;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content .carousel-text {
  position: relative;
  padding: 30px 0px;
  max-height: 400px;
  overflow: hidden;
  background: linear-gradient(transparent 0%, white 5% 95%, transparent 100%);
  background-clip: text;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content .carousel-text p {
  color: transparent;
  font-size: 30px;
  line-height: 40px;
  transition: all 1s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 0.49, 0.32, 1);
  margin-top: -100%;
}
.takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -100px;
  right: -50px;
  bottom: -50px;
  background: radial-gradient(black 50%, transparent 80%);
  filter: blur(30px);
  opacity: 0.5;
  z-index: -1;
}
.takties-carousel-wrapper .takties-carousel .owl-item.active .takties-carousel-item .carousel-image .carousel-image-fx {
  animation: distortion 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
}
.takties-carousel-wrapper .takties-carousel .owl-item.active .takties-carousel-item .carousel-content-area .carousel-content {
  opacity: 1;
  transform: rotate(1deg) translateY(0px);
}
.takties-carousel-wrapper .takties-carousel .owl-item.active .takties-carousel-item .carousel-content-area .carousel-content .carousel-text p {
  margin-top: 0;
}
.takties-carousel-wrapper .takties-carousel .owl-item.active .takties-carousel-item .carousel-content-area .carousel-content .carousel-text.animate p {
  transition: all 8s;
  transition-timing-function: linear;
}
.takties-carousel-wrapper .takties-carousel .owl-dots {
  position: absolute;
  bottom: 200px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  z-index: 20;
  left: 50px;
}
.takties-carousel-wrapper .takties-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 2px solid white;
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-carousel-wrapper .takties-carousel .owl-dots .owl-dot.active {
  background: white;
  transform: scale(1.2);
}
.taktiesform-g-recaptcha {
  display: none;
}
.taktiesform-wrapper {
  margin-top: 5px;
  position: relative;
  width: 100%;
  min-width: 400px;
}
.taktiesform-wrapper form.taktiesform {
  padding-bottom: 0;
}
.taktiesform-wrapper form.taktiesform .invalid {
  color: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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 {
  width: 100%;
  display: flex;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  justify-content: space-between;
  padding: 0;
  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 i {
  margin-left: 5px;
  font-size: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content span.taktiesform-attachments-messages {
  display: flex;
  flex-direction: column;
  color: #4bd9db;
}
.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: white;
}
.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(200, 200, 200, 0.2);
}
.taktiesform-wrapper form.taktiesform .taktiesform-content .taktiesform-attachments .addedFiles {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  border-radius: 5px;
  border: 0px solid #4bd9db;
  background: #4bd9db;
  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: 16px;
  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: white;
}
.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: 0px solid #f5f5f5;
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: none;
  transition: all 0s;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus {
  border-color: #4bd9db;
  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: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid {
  border-color: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:focus:invalid:focus, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:focus:invalid:focus {
  border-color: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input:hover, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea:hover {
  border-color: #4bd9db;
  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: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input.invalid, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea.invalid {
  border: 0px solid #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content input, .taktiesform-wrapper form.taktiesform .taktiesform-content select, .taktiesform-wrapper form.taktiesform .taktiesform-content textarea {
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 25px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.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: 15px 20px;
  resize: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-content textarea::-webkit-scrollbar-thumb {
  background: #4bd9db;
  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-send {
  font-family: "Bungee";
  font-weight: 400;
  font-size: 25px;
  position: relative;
  background: none;
  color: white;
  padding: 10px;
}
.taktiesform-wrapper form.taktiesform .button-box .button-send:before {
  content: "";
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 60px 120px 0px 10px;
  border-color: #4bd9db transparent transparent transparent;
  transform: rotate(10deg) skew(10deg) translateX(0px) translateY(20px) scale(1);
  z-index: -1;
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  pointer-events: none;
  user-select: none;
}
.taktiesform-wrapper form.taktiesform .button-box .button-send:hover::before {
  border-color: #db64d3 transparent transparent transparent;
  transform: rotate(10deg) skew(10deg) translateX(0px) translateY(30px) scale(1.2);
}
.taktiesform-wrapper form.taktiesform .taktiesform-message {
  margin-top: 20px;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message p.alert {
  margin: 0;
  border: none;
  border-radius: 5px;
  padding: 0;
  background: none;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message p.alert.alert-danger {
  color: #4bd9db;
}
.taktiesform-wrapper form.taktiesform .taktiesform-message p.alert.alert-success {
  color: #db64d3;
}
button.totop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  background: none;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: 20000;
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
  user-select: none;
}
button.totop:before {
  content: "";
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 40px 80px 0px 10px;
  border-color: #4bd9db transparent transparent transparent;
  transform: rotate(-85deg) skew(10deg) translateX(0px) translateY(20px) scale(1);
  z-index: -1;
  transition: all 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  pointer-events: all;
}
button.totop:hover::before {
  border-color: #db64d3 transparent transparent transparent;
  transform: rotate(-85deg) skew(10deg) translateX(0px) translateY(20px) scale(1.2);
}
button.totop.active {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 1000px) {
  .tablet {
    padding: 50px 25px;
    border-radius: 25px;
    max-width: 400px;
  }
  .tablet ul, .tablet a {
    font-size: 15px;
    line-height: 25px;
  }
  .columns {
    flex-direction: column;
  }
  .columns .column {
    width: 100%;
  }
  .taktiesform-wrapper {
    min-width: unset;
  }
  .takties-carousel-wrapper .takties-carousel {
    display: flex;
    flex-direction: column;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item {
    min-height: 700px;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area {
    justify-content: center;
    padding: 0 25px;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content {
    margin-top: 50px;
    max-width: 400px;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content h2.carousel-title {
    font-size: 35px;
    line-height: 40px !important;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content .carousel-text {
    padding: 15px 0px;
  }
  .takties-carousel-wrapper .takties-carousel .owl-item .takties-carousel-item .carousel-content-area .carousel-content .carousel-text p {
    font-size: 20px;
    line-height: 25px;
  }
  .takties-carousel-wrapper .takties-carousel .owl-dots {
    bottom: 80px;
    left: unset;
    width: 100%;
    flex-direction: row;
    padding: 0 25px;
    justify-content: center;
  }
  .takties-facebook-wrapper .takties-facebook {
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item {
    width: 100%;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(even) .triangles {
    left: 20px;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item:nth-child(odd) .triangles {
    right: 20px;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item.active {
    flex-direction: column;
    gap: 30px;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item a.facebook-image {
    height: 350px;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item .takties-facebook-images {
    min-height: 350px;
  }
  .takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-content p.facebook-text {
    font-size: 15px;
    line-height: 25px;
  }
  body #g-page-surround #g-navigation .header-top {
    display: none;
  }
  body #g-page-surround #g-navigation .nav {
    padding: 0 20px;
    justify-content: flex-end;
    height: unset;
  }
  body #g-page-surround #g-navigation .nav .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    max-width: 200px;
  }
  body #g-page-surround #g-navigation .nav .menu {
    flex-direction: column;
    gap: 15px;
    text-align: right;
  }
  body #g-page-surround #g-navigation .nav .menu a {
    font-size: 20px;
  }
  body #g-page-surround #g-navigation.active .nav .logo {
    transform: translateY(-200px);
  }
  body #g-page-surround #g-facebook {
    padding-top: 100px;
  }
  body #g-page-surround #g-contact {
    padding-top: 100px;
  }
  body #g-page-surround #g-contact .logo {
    max-width: 200px;
  }
  body #g-page-surround #g-contact .logo img {
    padding: 0 25px;
  }
}
/*# sourceMappingURL=custom_12.css.map */