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

@charset "UTF-8";
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  z-index: 1;
}
::-webkit-scrollbar-thumb {
  background: #bf0f32;
  box-shadow: none;
}
::-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);
  }
}
ul.mod-menu {
  display: flex;
  flex-direction: column;
}
ul.mod-menu li {
  padding: 0;
}
ul.mod-menu li.active a {
  text-decoration: none;
  color: #ed143f !important;
}
ul.mod-menu li a:hover {
  text-decoration: none;
}
#g-navigation .g-main-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 70px;
}
#g-navigation .g-main-nav .g-toplevel {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  gap: 20px;
  line-height: 20px;
}
#g-navigation .g-main-nav ul.g-dropdown {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: scale(0.9);
  transition: all 0.4s cubic-bezier(0.19, 0.49, 0.32, 1);
}
#g-navigation .g-main-nav ul.g-dropdown.g-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
  transition: all 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  color: #bf0f32;
  font-size: 20px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-item-content, #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-item-content {
  padding: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator, #g-navigation .g-main-nav .g-main-nav .g-sublevel > li > .g-menu-item-container .g-menu-parent-indicator {
  display: none;
}
#g-navigation .g-main-nav .g-toplevel > li {
  position: relative;
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li .g-menu-item-container > .g-menu-item-content {
  position: relative;
}
#g-navigation .g-main-nav .g-toplevel > li.g-selected > .g-menu-item-container {
  color: #313c7a;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container.vsoptiek-button.style-2 {
  background: #bf0f32;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container.vsoptiek-button.style-2 .g-menu-item-content {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #313c7a;
  box-shadow: none;
}
#g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  top: 20px;
  right: 6px;
  position: absolute;
  font-size: 15px;
  font-weight: 200;
  opacity: 0.3;
}
#g-navigation .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  top: 0;
  width: 15px;
  padding: 0;
  height: unset;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 20px;
  font-size: 17px;
  font-weight: 400;
}
#g-navigation .g-main-nav .g-sublevel > li {
  margin: 0;
  padding: 0;
  position: unset;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container {
  color: #000000;
  padding: 10px;
  transition: all 0s;
  border: 0;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span {
  font-family: "auster", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  position: relative;
  transition: transform 0.2s;
}
#g-navigation .g-main-nav .g-sublevel > li .g-menu-item-container span span:before {
  content: "";
  font-family: FontAwesome, serif;
  transform: rotate(-90deg);
  position: absolute;
  display: block;
  left: -20px;
  top: -1px;
  opacity: 0;
  transition: opacity 0.2s;
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span, #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span {
  transform: translateX(20px);
}
#g-navigation .g-main-nav .g-sublevel > li.g-selected > a > span > span:before, #g-navigation .g-main-nav .g-sublevel > li.active > a > span > span:before {
  opacity: 1;
}
#g-navigation .g-main-nav .g-sublevel {
  position: relative;
}
#g-navigation .g-main-nav .g-dropdown {
  width: 260px;
  background: none;
  border: none;
  border-radius: 0;
  margin-top: 25px;
  background: white;
  padding: 15px;
  text-transform: initial;
  box-shadow: 0px 20px 60px #00000020;
}
#g-navigation .g-main-nav .g-dropdown .g-dropdown-column {
  border: none;
}
#g-navigation .g-main-nav .g-dropdown:before {
  border-top: 25px solid transparent;
  top: -25px !important;
}
#g-navigation .g-main-nav .g-standard > .g-dropdown .g-dropdown, #g-navigation .g-main-nav .g-main-nav .g-fullwidth > .g-dropdown .g-dropdown {
  position: absolute;
  top: -40px;
  margin-left: 0;
}
p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
p.lead {
  font-size: 20px;
  line-height: 32px;
}
ul li {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
ul.dots {
  list-style: none;
  margin-left: 0;
}
ul.dots li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
ul.dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bf0f32;
}
h1 {
  color: #bf0f32;
  font-weight: 400;
  font-size: 45px;
  line-height: 50px;
}
h2 {
  color: #bf0f32;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
}
h3 {
  color: #bf0f32;
  font-weight: 400;
  font-size: 32px;
  line-height: 35px;
}
strong {
  weight: 600;
}
.g-content {
  padding: 0px 20px;
  margin: 0;
}
.g-content .platform-content {
  padding: 0 !important;
  margin: 0 !important;
}
.g-content .row {
  padding: 0 !important;
  margin: 0 !important;
}
.g-content .col {
  padding: 0 !important;
  margin: 0 !important;
}
.spacer {
  margin-bottom: 75px;
}
.outline {
  padding: 40px;
  border-radius: 40px;
  border: 2px solid #313c7a26;
}
.bier {
  padding: 40px;
  border-radius: 40px;
  position: relative;
  border: 2px solid #313c7a26;
}
.bier .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bier h2 {
  width: 100%;
}
.bier img {
  position: absolute;
  width: 180px;
  top: -50px;
  right: -25px;
  transform: rotate(5deg);
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #313c7a26;
  background: #fefcfd;
}
.width--350 {
  max-width: 350px;
}
.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
.columns.align-center {
  margin: 0 auto;
}
.columns.width--300 {
  max-width: 300px;
}
.columns.width--450 {
  max-width: 450px;
}
.columns.width--500 {
  max-width: 500px;
}
.columns.width--600 {
  max-width: 600px;
}
.columns.width--700 {
  max-width: 700px;
}
.columns.width--800 {
  max-width: 800px;
}
.columns.width--900 {
  max-width: 900px;
}
.columns.width--1000 {
  max-width: 1000px;
}
.columns.width--1200 {
  max-width: 1200px;
}
.columns.width--1400 {
  max-width: 1400px;
}
.columns .column {
  position: relative;
  width: 50%;
  max-width: 550px;
}
.columns .column.vertical-center {
  display: flex;
  align-items: center;
}
.columns .column img.circle {
  max-width: 400px;
  margin: 0 auto;
}
.columns .column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.columns .column ul li span {
  display: inline-flex;
  min-width: 50px;
}
a.button-boszicht {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
a.button-boszicht.style-1 {
  font-size: 15px;
  padding: 8px;
  min-width: 140px;
  border-radius: 6px;
  color: white;
  background: black;
  box-shadow: 0px 10px 20px #00000020;
}
a.button-boszicht.style-1:hover {
  background: #ed143f;
}
a.button-boszicht.style-2 {
  font-size: 17px;
  background: #bf0f32;
  padding: 20px;
  line-height: 15px;
  border-radius: 6px;
}
a.button-boszicht.style-2:hover {
  background: #ed143f;
}
a.button-boszicht.arrow {
  font-size: 18px;
  font-weight: 600;
}
a.button-boszicht.arrow:after {
  margin-left: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "";
  transition: transform 0.5s cubic-bezier(0.19, 0.49, 0.32, 1);
}
a.button-boszicht.arrow:hover:after {
  transform: translateX(5px);
  transition: transform 0.2s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.boerenbond {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 25px;
}
.boerenbond:before {
  content: url('../../../../images/gui/boerenbond_small.png');
  height: 40px;
  margin-left: -100px;
}
.boerenbond:after {
  content: url('../../../../images/gui/boerenbond_small.png');
  transform: scaleX(-1);
  height: 40px;
  margin-right: -100px;
}
.boerenbond h1, .boerenbond h2, .boerenbond h3 {
  margin: 0;
}
.diensten .dienst {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
}
.diensten .dienst img {
  border-radius: 40px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 25px;
  box-shadow: 0px 10px 30px #00000030;
}
.diensten .dienst .content {
  position: relative;
  max-width: 300px;
}
.diensten .dienst .content h3 {
  margin: 0;
}
.diensten .dienst a.button-boszicht {
  margin-top: 10px;
}
.page-header h1 {
  text-align: center;
}
body.home #g-page-surround #g-container-main {
  display: none;
}
body #g-page-surround {
  background: url('../../../../images/gui/speckle.jpg') top center;
}
body #g-page-surround #g-navigation {
  background: none;
}
body #g-page-surround #g-navigation .top {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #g-page-surround #g-navigation .top > div {
  margin: 20px 0px;
  display: flex;
  align-items: center;
  gap: 50px;
}
body #g-page-surround #g-navigation .top > div .invert {
  transform: scaleX(-1);
}
body #g-page-surround #g-navigation .top > div img.scribble {
  flex-grow: 0;
  width: 200px;
}
body #g-page-surround #g-navigation .top > div img.logo {
  flex-grow: 0;
  height: 60px;
}
body #g-page-surround #g-header {
  padding: 0;
}
body #g-page-surround #g-intro {
  background: none;
  padding-top: 100px;
  padding-bottom: 0;
  text-align: center;
}
body #g-page-surround #g-intro h1 {
  margin-top: 0;
}
body #g-page-surround #g-intro .columns .column {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
body #g-page-surround #g-diensten {
  padding-top: 0px;
  padding-bottom: 100px;
  position: relative;
  z-index: 12;
}
body #g-page-surround #g-diensten .columns {
  gap: 25px;
}
body #g-page-surround #g-diensten .diensten {
  margin-top: 50px;
}
body #g-page-surround #g-boerengrill {
  padding: 50px 0px;
  background: url('../../../../images/gui/beef.jpg') center center no-repeat;
  background-size: cover;
  color: white;
  min-height: 600px;
  display: flex;
  align-items: center;
}
body #g-page-surround #g-boerengrill h2 {
  color: white;
}
body #g-page-surround #g-boerengrill .columns {
  gap: 50px;
  align-items: center;
}
body #g-page-surround #g-boerengrill .columns .column img.bartels {
  width: 100%;
  max-width: 400px;
}
body #g-page-surround #g-boerengrill a {
  color: white;
}
body #g-page-surround #g-reviews {
  padding: 100px 0px;
}
body #g-page-surround #g-reviews a.googlereviews {
  display: block;
  margin: 0 auto;
  width: 120px;
}
body #g-page-surround #g-bartels-bier {
  padding: 50px 0px;
  background: url('../../../../images/gui/beer.jpg') center center no-repeat;
  background-size: cover;
  color: white;
  min-height: 600px;
  display: flex;
  align-items: center;
}
body #g-page-surround #g-bartels-bier h2 {
  color: white;
}
body #g-page-surround #g-bartels-bier .columns {
  gap: 50px;
  align-items: center;
}
body #g-page-surround #g-bartels-bier .columns .column img.bartels {
  width: 100%;
  max-width: 400px;
}
body #g-page-surround #g-bartels-bier a {
  color: white;
}
body #g-page-surround #g-container-main {
  padding-top: 50px;
  padding-bottom: 100px;
}
body #g-page-surround #g-container-main #g-mainbar {
  padding: 0;
  background: none;
}
body #g-page-surround #g-container-main #g-mainbar .columns {
  gap: 50px;
}
body #g-page-surround #g-container-main #g-mainbar .columns .image {
  width: 100%;
  height: 500px;
}
body #g-page-surround #g-container-main #g-mainbar .columns .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 10px 30px #00000030;
}
body #g-page-surround #g-container-main #g-mainbar .columns .column > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 10px 30px #00000030;
}
body #g-page-surround #g-container-main #g-mainbar .columns .column p:first-child {
  margin-top: 0;
}
body #g-page-surround #g-container-main #g-mainbar .columns .column p:last-child {
  margin-bottom: 0;
}
body #g-page-surround #g-facebook {
  padding: 100px 0px;
}
body #g-page-surround #g-footer {
  padding: 75px 0px;
  background: url('../../../../images/gui/footer.jpg') center center no-repeat;
  background-size: cover;
}
body #g-page-surround #g-footer .g-content {
  margin: 0;
  padding: 0 20px;
}
body #g-page-surround #g-footer h2, body #g-page-surround #g-footer h3 {
  color: white;
}
body #g-page-surround #g-footer a {
  color: white;
}
body #g-page-surround #g-footer a:hover {
  color: #ed143f !important;
}
body #g-page-surround #g-footer .columns {
  justify-content: space-between;
}
body #g-page-surround #g-footer .columns .column {
  width: unset;
}
body #g-page-surround #g-footer ul li {
  margin-bottom: 5px !important;
}
body #g-page-surround #g-footer ul.socials li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 30px;
}
body #g-page-surround #g-footer ul.socials li a i {
  min-width: 30px;
}
body #g-page-surround #g-footer ul.socials li a span.label {
  text-align: center;
  font-family: rama-gothic-e, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  display: block;
  margin-left: 10px;
  line-height: 10px;
  padding: 5px;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  background: #bf0f32;
  width: 55px;
}
body #g-page-surround #g-footer ul.socials li a:hover span.label {
  text-decoration: none !important;
  background: #ed143f;
}
body #g-page-surround #g-footer .boerenbond-footer {
  padding-top: 100px;
  padding-bottom: 20px;
}
body #g-page-surround #g-footer .g-copyright {
  text-align: center;
}
.takties-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  min-height: 500px;
  height: 600px;
}
.takties-header-wrapper .takties-header-link {
  position: absolute;
  right: 80px;
  top: 220px;
  z-index: 1;
  opacity: 0;
  animation: zoomIn 1s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 1s;
}
.takties-header-wrapper .takties-header-content .takties-header-media {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-header-wrapper .takties-header-content .takties-header-media img, .takties-header-wrapper .takties-header-content .takties-header-media video {
  position: relative;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-header-wrapper .takties-header-content .takties-header-media.active {
  opacity: 1;
}
.takties-header-wrapper .takties-header-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.takties-header-wrapper .takties-header-overlay {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 20px;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  animation: fadeInUp 2s cubic-bezier(0.19, 0.49, 0.32, 1) forwards;
  animation-delay: 0.5s;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html span.slogan {
  font-family: veneer-three, sans-serif;
  font-weight: 400;
  color: white;
  font-size: 100px;
  line-height: 100px;
  text-shadow: 0px 0px 30px #00000050;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.takties-header-wrapper .takties-header-overlay .takties-header-html .buttons a {
  color: white !important;
}
.takties-header-wrapper button.down {
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fffcfb;
  color: black;
  font-size: 14px;
  box-shadow: 0px 10px 30px #00000020;
  transition: transform 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-header-wrapper button.down:hover {
  transform: scale(1.1);
}
.animation-delay-750 {
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.animation-delay-1000 {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.takties-reviews {
  margin-top: 50px;
}
.takties-reviews .takties-reviews-item {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 11;
  max-height: 302px;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-title {
  margin-top: 0;
  text-transform: unset;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text {
  margin: 0;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text p {
  margin: 0;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text::-webkit-scrollbar-thumb {
  background: #c7b3a7;
  border-radius: 3px;
  box-shadow: none;
}
.takties-reviews .takties-reviews-item .takties-review-content .takties-review-text::-webkit-scrollbar-track {
  background: #f5eeea;
  border-radius: 2px;
}
.takties-facebook-wrapper {
  margin-top: 50px;
}
.takties-facebook-wrapper .takties-facebook {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item {
  position: relative;
  background: none;
  margin-bottom: 10px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-images {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  border-radius: 40px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-images i {
  position: absolute;
  color: white;
  font-size: 40px;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-images a {
  position: relative;
  width: 100%;
  height: 100%;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-images a img.facebook-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-images a img.facebook-image.active {
  opacity: 1;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-likes {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-likes i {
  font-size: 40px;
  color: #bf0f32;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-likes span {
  font-family: "auster", sans-serif;
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: white;
}
.takties-facebook-wrapper .takties-facebook .takties-facebook-item .facebook-text {
  overflow: hidden;
  height: 0;
}
.takties-imagegrid {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-imagegrid .takties-imagegrid-content {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
}
.takties-imagegrid .takties-imagegrid-content .takties-imagegrid-image {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
}
.takties-imagegrid .takties-imagegrid-content .takties-imagegrid-image img {
  object-fit: cover;
  box-shadow: 0px 10px 20px #00000040;
  border-radius: 8px;
  overflow: hidden;
}
.takties-imagegrid .takties-imagegrid-content .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
}
.takties-imagegrid .takties-imagegrid-content .owl-nav button.owl-prev {
  position: absolute;
  left: -25px;
}
.takties-imagegrid .takties-imagegrid-content .owl-nav button.owl-next {
  position: absolute;
  right: -25px;
}
.takties-imagegrid .takties-imagegrid-content .owl-nav button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #bf0f32;
  color: #bf0f32;
  font-size: 21px;
}
.takties-imagegrid .takties-imagegrid-content .owl-nav button:hover {
  background: #bf0f32;
  color: white;
}
button.totop {
  position: fixed;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  opacity: 0;
  font-size: 14px;
  transition: all 0.33s;
  transition-timing-function: cubic-bezier(0.25, 0.63, 0.37, 1.19);
  z-index: 10000;
  background: #bf0f32;
  pointer-events: none;
  user-select: none;
  color: white;
  transform: scale(0.75);
}
button.totop.active {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(2px);
  }
  20% {
    transform: translateX(-2px);
  }
  30% {
    transform: translateX(2px);
  }
  40% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  70% {
    transform: translateX(2px);
  }
  80% {
    transform: translateX(-2px);
  }
  90% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.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 cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-whatsapp .takties-whatsapp-button span.new-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bf0f32;
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  animation: shake 0.5s forwards;
  animation-delay: 2s;
  opacity: 0;
  transition: opacity 0.2s;
  transition-delay: 1s;
}
.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 cubic-bezier(0.19, 0.49, 0.32, 1);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}
.takties-whatsapp .takties-whatsapp-button.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
.takties-whatsapp .takties-whatsapp-button.active:before {
  transform: scale(3);
  border: 5px solid black;
  opacity: 0;
}
.takties-whatsapp .takties-whatsapp-button.active span.new-message {
  opacity: 1;
}
.takties-whatsapp .takties-whatsapp-widget {
  position: absolute;
  border-radius: 10px;
  width: 300px;
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: translateY(25px);
  transition: all 0.25s cubic-bezier(0.19, 0.49, 0.32, 1);
  overflow: hidden;
  box-shadow: 0px 2px 15px #00000035;
}
.takties-whatsapp .takties-whatsapp-widget.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
}
.takties-whatsapp .takties-whatsapp-widget.active .body .message {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  transition-delay: 0.2s;
}
.takties-whatsapp .takties-whatsapp-widget .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #20bf55;
  color: white;
  gap: 10px;
  padding: 10px 15px;
}
.takties-whatsapp .takties-whatsapp-widget .header .avatar {
  position: relative;
  flex-shrink: 0;
  background: #eee;
  border-radius: 50%;
  border: 2px solid white;
  width: 55px;
  height: 55px;
}
.takties-whatsapp .takties-whatsapp-widget .header .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.takties-whatsapp .takties-whatsapp-widget .header .avatar span.avatar-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -2px;
  bottom: -2px;
  width: 15px;
  height: 15px;
  background: #1fbe55;
  border-radius: 50%;
}
.takties-whatsapp .takties-whatsapp-widget .header .name span.title {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.takties-whatsapp .takties-whatsapp-widget .header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.takties-whatsapp .takties-whatsapp-widget .header .close svg {
  width: 100%;
  height: 100%;
}
.takties-whatsapp .takties-whatsapp-widget .body {
  padding: 10px 15px;
  background: white;
  min-height: 150px;
}
.takties-whatsapp .takties-whatsapp-widget .body .message {
  position: relative;
  background: #dcf8c6;
  padding: 10px;
  border-radius: 0px 5px 5px 5px;
  box-shadow: 0px 1px 1px #ccc;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.takties-whatsapp .takties-whatsapp-widget .body .message:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-style: solid;
  border-width: 0 10px 14px 0;
  border-color: rgba(0, 0, 0, 0) #dcf8c6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.takties-whatsapp .takties-whatsapp-widget .body .message .message-meta {
  float: right;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  bottom: -9px;
  right: -5px;
  position: relative;
  opacity: 0.5;
}
.takties-whatsapp .takties-whatsapp-widget .body .message .message-meta span.time {
  font-size: 13px;
  line-height: 15px;
  color: black;
}
.takties-whatsapp .takties-whatsapp-widget .body .message .message-meta span.checks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.takties-whatsapp .takties-whatsapp-widget .body .message .message-meta span.checks svg {
  width: 15px;
  height: 15px;
}
.takties-whatsapp .takties-whatsapp-widget .footer {
  padding: 10px 15px;
  background: #eee;
}
.takties-whatsapp .takties-whatsapp-widget .footer .input {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.takties-whatsapp .takties-whatsapp-widget .footer .input .message-input {
  width: 100%;
}
.takties-whatsapp .takties-whatsapp-widget .footer .input .message-input textarea {
  border-radius: 25px;
  border: none;
  background: white;
  overflow: hidden;
  line-height: 20px;
  padding: 10px 20px;
}
.takties-whatsapp .takties-whatsapp-widget .footer .input .whatsapp-send {
  width: 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
}
.takties-whatsapp .takties-whatsapp-widget .footer .input .whatsapp-send:hover {
  opacity: 1;
}
#g-navigation {
  user-select: none;
}
#g-navigation.disable .g-main-nav {
  display: none;
}
button.toggle-menu {
  position: fixed;
  font-size: 32px;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  z-index: 20001;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s cubic-bezier(0.25, 0.63, 0.37, 1.19);
  user-select: none;
  pointer-events: none;
  color: white;
}
button.toggle-menu.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
button.toggle-menu span {
  line-height: 10px;
  font-size: 11px;
  font-weight: 600;
}
button.toggle-menu:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #bf0f32;
  border-radius: 50%;
  z-index: -1;
}
.takties-mobilemenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20000;
  padding: 25px;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  pointer-events: none;
  user-select: none;
}
.takties-mobilemenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../../../images/gui/mobile.jpg') center center no-repeat;
  background-size: cover;
  opacity: 1;
}
.takties-mobilemenu.active {
  opacity: 1;
  pointer-events: all;
}
.takties-mobilemenu.active .menu {
  transform: translateY(0px);
}
.takties-mobilemenu .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 30px;
  opacity: 0;
  transition: transform 1s cubic-bezier(0.19, 0.49, 0.32, 1);
  transform: translateY(20px);
}
.takties-mobilemenu .menu.active {
  opacity: 1;
  transition: all 1s cubic-bezier(0.19, 0.49, 0.32, 1);
}
.takties-mobilemenu .menu .menu-item {
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
}
.takties-mobilemenu .menu .menu-item a, .takties-mobilemenu .menu .menu-item span {
  display: flex;
  line-height: 30px;
  font-size: 25px;
  align-items: center;
  cursor: pointer;
  color: white;
  transition: all 0.2s cubic-bezier(0.19, 0.49, 0.32, 1);
  gap: 15px;
}
.takties-mobilemenu .menu .menu-item a i, .takties-mobilemenu .menu .menu-item span i {
  margin-top: 2px;
  display: none;
  font-size: 20px;
}
.takties-mobilemenu .menu .menu-item a i:nth-child(2), .takties-mobilemenu .menu .menu-item span i:nth-child(2) {
  display: block;
}
.takties-mobilemenu .menu .menu-item a:hover, .takties-mobilemenu .menu .menu-item span:hover {
  color: #f4738d;
}
.takties-mobilemenu .menu .menu-item.active {
  display: flex;
}
.takties-mobilemenu .menu .menu-item.back a, .takties-mobilemenu .menu .menu-item.back span {
  color: #f04466;
}
.takties-mobilemenu .menu .menu-item.back a i, .takties-mobilemenu .menu .menu-item.back span i {
  display: block;
}
.takties-mobilemenu .menu .menu-item.back a i:nth-child(2), .takties-mobilemenu .menu .menu-item.back span i:nth-child(2) {
  display: none;
}
.takties-mobilemenu .menu .menu-item.selected a, .takties-mobilemenu .menu .menu-item.selected span {
  color: #bf0f32;
}
@media only screen and (max-width: 800px) {
  .columns {
    max-width: 500px !important;
    margin: 0 auto;
    flex-direction: column;
    gap: 25px;
  }
  .columns .column {
    width: 100%;
  }
  .columns .column .dienst {
    max-width: 350px;
    margin: 0 auto;
  }
  .columns .column:has(> img) {
    height: 300px;
  }
  body #g-page-surround #g-navigation .top img.scribble {
    display: none;
  }
  body #g-page-surround #g-diensten .columns {
    gap: 50px;
  }
  body #g-page-surround #g-boerengrill .columns {
    flex-direction: column-reverse;
  }
  body #g-page-surround #g-boerengrill .columns .column img.bartels {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  body #g-page-surround #g-bartels-bier .columns .column img.bartels {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  p {
    font-size: 17px;
    line-height: 24px;
  }
  p.lead {
    font-size: 19px;
    line-height: 28px;
  }
  ul li {
    font-size: 17px;
    line-height: 24px;
  }
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .spacer {
    margin-bottom: 25px;
  }
  .boerenbond {
    gap: 15px;
  }
  .takties-header-wrapper {
    height: calc(100vh - 200px);
  }
  .takties-header-wrapper .takties-header-overlay .takties-header-html span.slogan {
    font-size: 80px;
    line-height: 80px;
  }
  .takties-reviews-wrapper {
    margin-bottom: 40px;
  }
  .takties-reviews-wrapper .takties-reviews .takties-reviews-item .takties-review-content .takties-review-text {
    max-height: 170px;
  }
  .takties-imagegrid .takties-imagegrid-content .takties-imagegrid-image {
    margin: 0px;
  }
  .takties-imagegrid .takties-imagegrid-content .takties-imagegrid-image img {
    box-shadow: none;
  }
  .outline {
    padding: 30px;
  }
  .bier {
    padding: 30px;
  }
  .bier img {
    width: 125px;
    top: -10px;
    right: -10px;
  }
  body #g-page-surround #g-container-main #g-mainbar .columns .image {
    height: 250px;
  }
  body #g-page-surround #g-footer {
    padding: 50px 0px;
  }
  body #g-page-surround #g-footer .boerenbond-footer {
    padding-top: 50px;
  }
  body #g-page-surround #g-footer .boerenbond-footer img {
    display: block;
    margin: 0 auto;
    width: 200px;
  }
}
/*# sourceMappingURL=custom_12.css.map */