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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: #0f3052;
  box-shadow: none;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  background: black;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInBlur {
  0% {
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0px;
}
p.lead {
  font-size: 21px;
  line-height: 36px;
}
h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
}
h1 span.red {
  color: #f80000;
}
h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 600;
  margin-bottom: 50px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 40px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 75px;
}
h5 {
  text-align: center;
  text-transform: uppercase;
}
.moveTo {
  cursor: pointer;
}
.icons {
  display: none;
}
.spacer {
  margin-top: 50px;
}
.menu a {
  color: #404247;
}
.menu a:hover {
  text-decoration: underline;
}
.menu a.margin {
  margin-right: 12px;
}
.menu ul {
  list-style: none;
  margin: 0;
}
.menu ul li {
  margin-bottom: 8px;
}
.social {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.social a.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  margin-bottom: 10px;
  margin-right: 20px;
  color: #0f3052 !important;
  border-radius: 50%;
}
a.takties-button, button.takties-button, li.takties-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  padding: 0px 10px;
  height: 40px;
  overflow: hidden;
  border-radius: 25px;
  min-width: 150px;
  border: 3px solid #0f3052;
}
.align-center {
  margin: 0 auto;
}
.width--450 {
  max-width: 450px;
}
.width--600 {
  max-width: 600px;
}
.width--800 {
  max-width: 800px;
}
.width--900 {
  max-width: 900px;
}
.width--1000 {
  max-width: 1000px;
}
.width--1200 {
  max-width: 1200px;
}
.width--1400 {
  max-width: 1400px;
}
.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
.columns .column {
  position: relative;
  width: 50%;
}
.columns .column .image {
  display: flex;
  justify-content: center;
}
.spacer {
  margin-bottom: 50px;
}
.g-content {
  margin: unset !important;
  padding: 0;
}
.g-content .platform-content {
  padding: 0 20px;
  margin: 0;
}
body #g-page-surround {
  background: none;
}
body #g-page-surround #g-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
body #g-page-surround #g-top .content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  height: 40px;
  color: white;
}
body #g-page-surround #g-top .content a {
  line-height: 35px;
  color: white;
}
body #g-page-surround #g-header {
  position: relative;
  background: none;
}
body #g-page-surround #g-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('../../../../images/headers/header_1.jpg?69e6235c') center center no-repeat;
  background-size: cover;
}
body #g-page-surround #g-header #header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-top: 120px;
}
body #g-page-surround #g-header #header .columns {
  align-items: center;
}
body #g-page-surround #g-header #header h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
}
body #g-page-surround #g-header #header h1 span:nth-child(1) .red {
  animation-name: fadeIn;
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
body #g-page-surround #g-header #header h1 span:nth-child(2) .red {
  animation-name: fadeIn;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
body #g-page-surround #g-header #header h1 span:nth-child(3) .red {
  animation-name: fadeIn;
  animation-delay: 1.25s;
  animation-duration: 1s;
  animation-fill-mode: both;
}
body #g-page-surround #g-header #header .diensten {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body #g-page-surround #g-header #header .diensten a.dienst {
  position: relative;
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  border-radius: 80px;
  color: black;
  width: 100%;
  background: white;
  padding: 5px;
  height: 80px;
}
body #g-page-surround #g-header #header .diensten a.dienst .icon {
  position: absolute;
  left: 0px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f80000;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  transform: scale(0.9);
}
body #g-page-surround #g-header #header .diensten a.dienst .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
body #g-page-surround #g-header #header .diensten a.dienst span {
  margin-left: 100px;
  font-weight: 600;
  line-height: 25px;
  font-size: 20px;
}
body #g-page-surround #g-header #header .diensten a.dienst:hover .icon {
  transform: scale(1);
}
body #g-page-surround #g-header #header-overig {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
  height: 250px;
}
body #g-page-surround #g-header #header-overig img {
  max-width: 350px;
}
body #g-page-surround #g-diensten {
  position: relative;
  color: #444;
  text-align: center;
  background: #f1f1f1;
}
body #g-page-surround #g-container-main {
  background: #f5f5f5;
}
body #g-page-surround #g-container-main #g-mainbar {
  padding: 75px 0px;
  background: none;
}
body #g-page-surround #g-gallery {
  background: #f5f5f5;
}
body #g-page-surround #g-contactform {
  background: white;
  padding: 75px 0px;
  min-height: 500px;
  transition: all 0.5s;
}
body #g-page-surround #g-footer {
  position: relative;
  padding: 100px 0px;
  background: #0f3052;
  color: white;
}
body #g-page-surround #g-footer a {
  color: white;
}
body #g-page-surround #g-footer h4 {
  text-transform: uppercase;
}
body #g-page-surround #g-footer img.logo {
  max-width: 300px;
}
body #g-page-surround #g-footer .g-block {
  padding: 0 0.625rem;
  position: relative;
  z-index: 12;
}
body #g-page-surround #g-copyright {
  padding: 20px 0px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  background: #0f3052;
  position: relative;
}
body #g-page-surround #g-copyright .copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body #g-page-surround #g-copyright .copyright a {
  color: white;
}
body:not(.home) #g-page-surround #g-header {
  min-height: 250px;
  height: 400px;
}
body:not(.home) #g-page-surround #g-header:before {
  width: 100%;
  background: url('../../../../images/headers/header_1.jpg?69e6235c') top center no-repeat;
  background-size: cover;
}
body:not(.home) #g-page-surround #g-header:after {
  width: 100%;
}
#g-navigation {
  background: white;
  color: white;
  position: absolute;
  width: 100%;
  z-index: 100;
  margin-top: 40px;
  padding: 0;
  box-shadow: 0px 10px 40px 0px #00000010;
}
#g-navigation.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 0;
}
#g-navigation span.g-menu-item-title {
  font-size: 17px;
  font-weight: 400;
}
#g-navigation div[id^="menu-"] .g-main-nav {
  z-index: 20;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel {
  display: flex;
  align-items: center;
  gap: 50px;
  transition: all 0.2s;
  padding: 0;
  line-height: 50px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li {
  display: flex;
  margin: 0;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li:first-child {
  margin-right: auto;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.logo a {
  height: 60px;
  margin: 10px 0px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0;
  text-decoration: none;
  line-height: 1;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
  vertical-align: top;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator:after {
  display: none;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
  padding: 0;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  opacity: 0.8;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #0f3052;
  box-shadow: none;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-selected {
  color: #0f3052;
  box-shadow: none;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-standard > .g-dropdown:before, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth > .g-dropdown:before {
  top: -7px !important;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-standard > .g-dropdown .g-dropdown, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  top: -7px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-standard .g-dropdown:after, #g-navigation div[id^="menu-"] .g-main-nav .g-fullwidth .g-dropdown:after {
  left: -30px !important;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-dropdown {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 14px 42px -11px rgba(0, 0, 0, 0.2);
}
#g-navigation div[id^="menu-"] .g-main-nav .g-dropdown > .g-dropdown-column {
  position: relative;
  border: none;
}
.dir-rtl #g-navigation div[id^="menu-"] .g-main-nav .g-dropdown {
  text-align: right;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li {
  padding: 0;
  margin: 0;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li .g-menu-item-container {
  padding: 14px 18px 12px 18px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li .g-menu-item-container span.g-menu-item-title {
  font-size: 16px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
  border-bottom: 0px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container > .g-selected {
  border-bottom: 0px;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #771469;
  background-color: #eae0ed;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li:hover > .g-menu-item-container > .g-selected, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.active > .g-menu-item-container > .g-selected {
  color: #771469;
  background-color: #eae0ed;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle > .g-menu-item-container {
  border: 0;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container, #g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle.active > .g-menu-item-container {
  border: 0;
}
#g-navigation div[id^="menu-"] .g-main-nav .g-sublevel > li.g-menu-item-type-particle:hover > .g-menu-item-container {
  background: inherit;
}
#g-navigation div[id^="menu-"] .g-menu-item-subtitle {
  text-transform: lowercase;
  font-size: 0.8rem;
  opacity: 0.8;
  padding-top: 0;
}
#hamburger {
  top: 60px;
  left: 20px;
  position: fixed;
  display: none;
  pointer-events: none;
  background: none;
  color: black;
  font-size: 30px;
  z-index: 10000;
  padding: 0;
}
#mobilemenu {
  opacity: 0;
  position: fixed;
  display: none;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: opacity 0.33s;
  height: 100vh;
  width: 100%;
  min-height: 700px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
#mobilemenu.loading #loading {
  opacity: 1;
  animation: rotate 1s linear infinite;
}
#mobilemenu.active {
  pointer-events: all;
  opacity: 1;
}
#mobilemenu .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: white;
  max-width: 400px;
  width: 100%;
  max-height: 500px;
  border-radius: 30px;
  height: 100%;
  padding: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
#mobilemenu .content a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 0 !important;
}
#mobilemenu .content a.logo img {
  align-self: center;
}
#mobilemenu .content ul.navigation {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin: 0;
  z-index: 20;
}
#mobilemenu .content ul.navigation li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.1s;
  width: 180px;
  padding: 5px 0px;
  margin-bottom: 15px;
}
#mobilemenu .content ul.navigation li:before {
  content: "";
  position: absolute;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  background: #0f3052;
  opacity: 0;
  z-index: -1;
}
#mobilemenu .content ul.navigation li.active a {
  color: white !important;
}
#mobilemenu .content ul.navigation li.active:before {
  opacity: 1;
}
#mobilemenu .content ul.navigation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
  color: #404247 !important;
}
#mobilemenu #loading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.33s;
  z-index: 10000;
}
#mobilemenu #loading .loader {
  width: 80px;
  height: 80px;
  border: 15px solid rgba(0, 0, 0, 0.2);
  border-left-color: black;
  border-radius: 100%;
}
.TaktiesImageGallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
.TaktiesImageGallery a.TaktiesGalleryItem {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}
.TaktiesImageGallery a.TaktiesGalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.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 {
  display: flex;
  animation: fadeInUp 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.TaktiesImageGalleryControls {
  display: none;
}
.TaktiesImageGalleryControls button.showmore {
  display: flex;
  align-items: center;
  background: none;
  font-size: 19px;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.TaktiesImageGalleryControls button.showmore i {
  font-size: 27px;
  color: #f80000;
}
.TaktiesImageGalleryControls.active {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .TaktiesImageGallery {
    grid-template-columns: 1fr 1fr;
  }
  .TaktiesImageGallery a.TaktiesGalleryItem {
    height: 50vw;
  }
}
@media only screen and (max-width: 500px) {
  .TaktiesImageGallery {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  #galleryHome .galerij ul li a {
    height: 250px;
  }
  div[itemprop="articleBody"] {
    max-width: 600px;
    margin: 0 auto;
  }
  #hamburger {
    display: flex;
    pointer-events: all;
  }
  #mobilemenu {
    display: flex;
  }
  #header {
    flex-direction: column;
  }
  #header #header-hero {
    margin-bottom: 100px;
    width: 100%;
  }
  #header #diensten {
    width: 100%;
  }
  #header #diensten a.dienst {
    margin: 10px 0px;
  }
  #header-overig {
    height: 300px;
    display: flex;
    justify-content: center;
  }
  #header-overig img {
    margin-top: 25px;
  }
  .amrzgooglemaps {
    max-width: 600px;
    margin: 0 auto;
  }
  .column-2:not(.item) {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .column-2:not(.item) .content {
    width: 100%;
    max-width: 600px;
  }
  .column-2:not(.item) .content:nth-child(1) {
    padding: 0;
    margin-bottom: 75px;
  }
  .column-2:not(.item) .content:nth-child(2) {
    padding: 0;
  }
  body.home #header {
    max-width: 400px;
    margin: 0 auto;
  }
  body.home #header #header-hero {
    margin-top: 100px;
    margin-bottom: 0;
  }
  body.home #header #header-hero .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  body.home #header #header-hero .content img {
    margin-bottom: 50px;
  }
  body.home #header #header-hero .content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
    text-align: center;
  }
  body.home #header #diensten a.dienst {
    min-width: unset;
    width: 100%;
    border-radius: 50px;
  }
  body.home #header #diensten a.dienst .icon {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    padding: 15px;
    left: 0;
  }
  body.home #g-page-surround #g-header {
    height: 900px;
    padding-top: 100px;
  }
  body.home #g-page-surround #g-header:after {
    width: 100%;
  }
  body.home #g-page-surround #g-header:before {
    width: 100%;
  }
  body.home #g-page-surround #g-contactform .menu {
    margin-bottom: 0;
  }
  body:not(.home) #g-page-surround #g-header {
    height: unset;
    padding-top: 0;
  }
  body h4 {
    margin-bottom: 50px;
  }
  body .menu {
    margin-bottom: 75px;
  }
  body .social {
    margin-bottom: 75px;
    flex-direction: row;
  }
  body #footer {
    max-width: 600px;
    margin: 0 auto;
  }
  body #g-page-surround #g-top {
    position: fixed;
    z-index: 10000;
  }
  body #g-page-surround #g-navigation {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .galerij ul li {
    width: 50%;
  }
  .galerij ul li a {
    height: 175px;
  }
  form.contact__form {
    padding: 40px;
  }
  .contentbox {
    padding: 40px;
  }
  body:not(.home) #g-page-surround #g-header img {
    max-width: 250px;
  }
  body h1 {
    font-size: 50px;
    line-height: 60px;
  }
  body #g-page-surround #g-top {
    text-align: center;
  }
  body #g-page-surround #g-copyright .copyright {
    flex-direction: column;
    justify-content: center;
  }
}
/*# sourceMappingURL=custom_16.css.map */