@font-face {
  font-family: AvenirRoman;
  src: url(../css/fonts/AvenirLTStdRoman.otf);
}

@font-face {
  font-family: AvenirMedium;
  src: url(../css/fonts/AvenirLTStdMedium.otf);
}

@font-face {
  font-family: AvenirBlack;
  src: url(../css/fonts/AvenirLTStdBlack.otf);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 54%;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 20em) {
  html {
    font-size: 30%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 61.5%;
  }
}
@media only screen and (min-width: 156.25em) {
  html {
    font-size: 92%;
  }
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  html {
    font-size: 49%;
  }
}

body {
  box-sizing: border-box;
}
@media only screen and (max-width: 56.25em) {
  body {
    padding: 0;
  }
}

section {
  height: 100vh;
  position: relative;
}

h1 span {
  display: block;
}

.btn--negative {
  border: #fff 0.2remsolid;
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  display: block;
  line-height: 2;
  transition: 0.5s;
}

.btn--negative:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: var(#ff634a);
}

.nav-divider.negative {
  border: 0.3rem solid #fff;
}

.fa-arrow-down {
  color: var(#ff634a);
  font-size: 3.2rem;
}

.icon--negative {
  color: #fff;
}

.nav-controls {
  text-align: center;
}

/* Page One */
.top-bar {
  width: 100%;
  background: var(#ff634a);
  height: 5.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.top-bar-left {
  background-image: url(../img/GOLF_patron.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.top-bar-right {
  background-image: url(../img/ZANDKORREL_patron.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 200% auto;
}

.top-bar-logo {
  color: #fff;
  margin: 0;
  padding: 0.3rem 0 0 0;
  font-size: 4.4rem;
  width: 30%;
  text-align: center;
  overflow-wrap: unset;
}

#page-1 .wrapper {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-1 .slogans-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 10vh 70vh;
  grid-column-gap: 0px;
  grid-row-gap: 0.5rem;
}

.static-line {
  height: 100%;
  vertical-align: middle;
}

.left {
  text-align: right;
  color: var(#ff634a);
  height: 65vh;
  overflow-y: hidden;
}

.right {
  text-align: left;
  color: var(#02e1f5);
  height: 65vh;
  overflow-y: hidden;
}

#page-1 .slogans-wrapper h1 {
  line-height: 1;
  padding-bottom: 0;
}

#page-1 {
  background-color: #fff;
}

.text-slider {
  position: relative;
}

/* Page 2 */
.patroon-wrapper {
  display: grid;
  grid-template-columns: 50vw 50vw;
  grid-template-rows: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

#page-2 .wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page-2 .wrapper .content {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.img-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.img-wrapper img {
  min-width: 50%;
  height: 100%;
  width: auto;
}

#page-2 {
  background-color: var(#ff634a);
}

/* Page 3 */
.carousel-item {
  width: 100%;
  /*width you want*/
  height: 100vh;
  /*height you want*/
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-3 {
  background-color: #fff;
}

/* Page 4 */
/* .diensten-wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}  */
.diensten-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 5vh, 35vh, 35vh, 5vh;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.dienst-header1 {
  grid-area: 1 / 2 / 2 / 4;
}

.dienst2 {
  grid-area: 2 / 1 / 3 / 2;
}

.dienst3 {
  grid-area: 2 / 2 / 3 / 3;
}

.dienst4 {
  grid-area: 2 / 3 / 3 / 4;
}

.dienst5 {
  grid-area: 2 / 4 / 3 / 5;
}

.dienst6 {
  grid-area: 3 / 1 / 4 / 2;
}

.dienst7 {
  grid-area: 3 / 2 / 4 / 3;
}

.dienst8 {
  grid-area: 3 / 3 / 4 / 4;
}

.dienst9 {
  grid-area: 3 / 4 / 4 / 5;
}

.dienst-footer10 {
  grid-area: 4 / 2 / 5 / 4;
}

.card {
  border: none;
  color: var(#ff634a);
  text-align: center;
}

.card h2 {
  min-height: 12rem;
  line-height: 1.1;
  font-size: 5rem;
}

.card p {
  line-height: 1.3;
  font-size: 1.8rem;
}

#page-4 h1 {
  color: var(#ff634a);
  display: block;
  width: auto;
}

body {
  font-family: AvenirRoman, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #ff634a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: AvenirBlack, sans-serif;
}

.header-primary {
  font-size: 15.5rem;
}
@media only screen and (max-width: 75em) {
  .header-primary {
    font-size: 14rem;
  }
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  .header-primary {
    font-size: 12rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header-primary {
    font-size: 13rem;
  }
}
@media only screen and (max-width: 20em) {
  .header-primary {
    font-size: 13rem;
  }
}

.header-secondairy {
  font-size: 4.4rem;
  display: inline-block;
  letter-spacing: 2px;
}

.header-tertiary {
  font-size: 3.85rem;
  font-weight: 700;
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  .header-tertiary {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header-tertiary {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .header-tertiary {
    font-size: 5rem;
  }
}

.paragaph {
  font-size: 1.6rem;
}
.paragaph:not(:last-child) {
  margin-bottom: 3rem;
}

.dienst--text {
  font-size: 1.5rem;
}
@media only screen and (max-width: 56.25em) {
  .dienst--text {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .dienst--text {
    font-size: 2.85rem;
  }
}
.dienst--text:not(:last-child) {
  margin-bottom: 1rem;
}

.intro {
  font-family: AvenirMedium, sans-serif;
  font-size: 3.4rem;
}
@media only screen and (max-width: 37.5em) {
  .intro {
    font-size: 3rem;
  }
}

.carousel-caption h5 {
  font-size: 3rem;
  font-family: AvenirRoman, sans-serif;
}

.carousel-caption h2 {
  font-size: 4.4rem;
}

.u-center-text {
  text-align: center;
}

.u-margin-bottom-small {
  margin-bottom: 1.5rem;
}

.u-margin-bottom-medium {
  margin-bottom: 4rem;
}

.u-margin-bottom-big {
  margin-bottom: 8rem;
}

.u-margin-top-small {
  margin-top: 1.5rem;
}

.u-margin-top-medium {
  margin-top: 4rem;
}

.u-margin-top-big {
  margin-top: 8rem;
}

.u-margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin-y-small {
  margin: 1.5rem 0;
}

:root {
  --screen-height: 620px;
}
@media only screen and (min-width: 112.5em) {
  :root {
    --screen-height: 608px;
  }
}
@media only screen and (min-width: 156.25em) {
  :root {
    --screen-height: 912px;
  }
}
@media only screen and (max-width: 75em) {
  :root {
    --screen-height: 448px;
  }
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  :root {
    --screen-height: 376px;
  }
}
@media only screen and (max-width: 56.25em) {
  :root {
    --phone-height: 610px;
  }
}
@media only screen and (max-width: 37.5em) {
  :root {
    --phone-height: 427px;
  }
}
@media only screen and (max-width: 20em) {
  :root {
    --phone-height: 320px;
  }
}

@keyframes slideUp {
  0% {
    bottom: 0;
  }
  8% {
    bottom: 0;
  }
  11% {
    bottom: var(--screen-height);
  }
  19% {
    bottom: var(--screen-height);
  }
  22% {
    bottom: calc(var(--screen-height) * 2);
  }
  30% {
    bottom: calc(var(--screen-height) * 2);
  }
  33% {
    bottom: calc(var(--screen-height) * 3);
  }
  41% {
    bottom: calc(var(--screen-height) * 3);
  }
  44% {
    bottom: calc(var(--screen-height) * 4);
  }
  52% {
    bottom: calc(var(--screen-height) * 4);
  }
  55% {
    bottom: calc(var(--screen-height) * 5);
  }
  63% {
    bottom: calc(var(--screen-height) * 5);
  }
  66% {
    bottom: calc(var(--screen-height) * 6);
  }
  74% {
    bottom: calc(var(--screen-height) * 6);
  }
  77% {
    bottom: calc(var(--screen-height) * 7);
  }
  85% {
    bottom: calc(var(--screen-height) * 7);
  }
  88% {
    bottom: calc(var(--screen-height) * 8);
  }
  100% {
    bottom: calc(var(--screen-height) * 8);
  }
}

@keyframes slideUpMobile {
  0% {
    bottom: 0;
  }
  4% {
    bottom: 0;
  }
  5% {
    bottom: var(--phone-height);
  }
  9% {
    bottom: var(--phone-height);
  }
  10% {
    bottom: calc(var(--phone-height) * 2);
  }
  14% {
    bottom: calc(var(--phone-height) * 2);
  }
  15% {
    bottom: calc(var(--phone-height) * 3);
  }
  19% {
    bottom: calc(var(--phone-height) * 3);
  }
  20% {
    bottom: calc(var(--phone-height) * 4);
  }
  24% {
    bottom: calc(var(--phone-height) * 4);
  }
  25% {
    bottom: calc(var(--phone-height) * 5);
  }
  29% {
    bottom: calc(var(--phone-height) * 5);
  }
  30% {
    bottom: calc(var(--phone-height) * 6);
  }
  34% {
    bottom: calc(var(--phone-height) * 6);
  }
  35% {
    bottom: calc(var(--phone-height) * 7);
  }
  39% {
    bottom: calc(var(--phone-height) * 7);
  }
  40% {
    bottom: calc(var(--phone-height) * 8);
  }
  44% {
    bottom: calc(var(--phone-height) * 8);
  }
  45% {
    bottom: calc(var(--phone-height) * 9);
  }
  49% {
    bottom: calc(var(--phone-height) * 9);
  }
  50% {
    bottom: calc(var(--phone-height) * 10);
  }
  54% {
    bottom: calc(var(--phone-height) * 10);
  }
  55% {
    bottom: calc(var(--phone-height) * 11);
  }
  59% {
    bottom: calc(var(--phone-height) * 11);
  }
  60% {
    bottom: calc(var(--phone-height) * 12);
  }
  64% {
    bottom: calc(var(--phone-height) * 12);
  }
  65% {
    bottom: calc(var(--phone-height) * 13);
  }
  69% {
    bottom: calc(var(--phone-height) * 13);
  }
  70% {
    bottom: calc(var(--phone-height) * 14);
  }
  74% {
    bottom: calc(var(--phone-height) * 14);
  }
  75% {
    bottom: calc(var(--phone-height) * 15);
  }
  79% {
    bottom: calc(var(--phone-height) * 15);
  }
  80% {
    bottom: calc(var(--phone-height) * 16);
  }
  84% {
    bottom: calc(var(--phone-height) * 16);
  }
  85% {
    bottom: calc(var(--phone-height) * 17);
  }
  100% {
    bottom: calc(var(--phone-height) * 17);
  }
}

@keyframes slidedown {
  0% {
    bottom: calc(var(--screen-height) * 8);
  }
  8% {
    bottom: calc(var(--screen-height) * 8);
  }
  11% {
    bottom: calc(var(--screen-height) * 7);
  }
  19% {
    bottom: calc(var(--screen-height) * 7);
  }
  22% {
    bottom: calc(var(--screen-height) * 6);
  }
  30% {
    bottom: calc(var(--screen-height) * 6);
  }
  33% {
    bottom: calc(var(--screen-height) * 5);
  }
  41% {
    bottom: calc(var(--screen-height) * 5);
  }
  44% {
    bottom: calc(var(--screen-height) * 4);
  }
  52% {
    bottom: calc(var(--screen-height) * 4);
  }
  55% {
    bottom: calc(var(--screen-height) * 3);
  }
  63% {
    bottom: calc(var(--screen-height) * 3);
  }
  66% {
    bottom: calc(var(--screen-height) * 2);
  }
  74% {
    bottom: calc(var(--screen-height) * 2);
  }
  77% {
    bottom: var(--screen-height);
  }
  85% {
    bottom: var(--screen-height);
  }
  88% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}

@keyframes slideUpPatroon {
  0% {
    bottom: 0;
  }
  10% {
    bottom: 0;
  }
  12% {
    bottom: 100vh;
  }
  22% {
    bottom: 100vh;
  }
  24% {
    bottom: calc(100vh * 2);
  }
  34% {
    bottom: calc(100vh * 2);
  }
  36% {
    bottom: calc(100vh * 3);
  }
  46% {
    bottom: calc(100vh * 3);
  }
  48% {
    bottom: calc(100vh * 4);
  }
  58% {
    bottom: calc(100vh * 4);
  }
  60% {
    bottom: calc(100vh * 5);
  }
  70% {
    bottom: calc(100vh * 5);
  }
  72% {
    bottom: calc(100vh * 6);
  }
  82% {
    bottom: calc(100vh * 6);
  }
  84% {
    bottom: calc(100vh * 7);
  }
  100% {
    bottom: calc(100vh * 7);
  }
}

@keyframes slideDownPatroon {
  0% {
    bottom: calc(100vh * 7);
  }
  10% {
    bottom: calc(100vh * 7);
  }
  12% {
    bottom: calc(100vh * 6);
  }
  22% {
    bottom: calc(100vh * 6);
  }
  24% {
    bottom: calc(100vh * 5);
  }
  34% {
    bottom: calc(100vh * 5);
  }
  36% {
    bottom: calc(100vh * 4);
  }
  46% {
    bottom: calc(100vh * 4);
  }
  48% {
    bottom: calc(100vh * 3);
  }
  58% {
    bottom: calc(100vh * 3);
  }
  60% {
    bottom: calc(100vh * 2);
  }
  70% {
    bottom: calc(100vh * 2);
  }
  72% {
    bottom: 100vh;
  }
  82% {
    bottom: 100vh;
  }
  84% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}

.btn:link,
.btn:valid {
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.2rem 2rem 0.8rem 2rem;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.2s;
  position: relative;
  font-size: 2.2rem;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.3);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
}

.btn--primary {
  color: #ff634a;
  border: 2px solid #ff634a;
}

.btn--light {
  color: #fff;
  border: 2px solid #fff;
}

.btn--hide {
  opacity: 0;
  visibility: hidden;
}

.btn--transgray {
  color: #fff;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.25);
}

.btn--blue {
  background-color: #02e1f5;
  color: #fff;
}

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.header__slogans-slides-frame {
  width: 100%;
  height: 63.5vh;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 112.5em) {
  .header__slogans-slides-frame {
    height: 608px;
  }
}
@media only screen and (min-width: 156.25em) {
  .header__slogans-slides-frame {
    height: 910px;
  }
}
@media only screen and (max-width: 75em) {
  .header__slogans-slides-frame {
    height: 448px;
  }
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  .header__slogans-slides-frame {
    height: 376px;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__slogans-slides-frame {
    display: none;
  }
}
.header__slogans-slides-frame--l {
  text-align: right;
  line-height: 1;
  color: #ff634a;
  width: 50%;
  display: block;
  float: left;
}
.header__slogans-slides-frame--l .slides {
  animation: slideUp 45s alternate infinite;
  position: relative;
}
.header__slogans-slides-frame--r {
  text-align: left;
  line-height: 1;
  color: #02e1f5;
  width: 50%;
  display: block;
  float: right;
}
.header__slogans-slides-frame--r .slides {
  animation: slidedown 45s alternate infinite;
  position: relative;
}

.header__slogans-slides-frame-mobile {
  display: none;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .header__slogans-slides-frame-mobile {
    height: 602px;
  }
}
@media only screen and (max-width: 37.5em) {
  .header__slogans-slides-frame-mobile {
    height: 428px;
  }
}
@media only screen and (max-width: 20em) {
  .header__slogans-slides-frame-mobile {
    height: 310px;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__slogans-slides-frame-mobile {
    display: block;
    text-align: center;
  }
  .header__slogans-slides-frame-mobile .slides {
    animation: slideUpMobile 90s alternate infinite;
    position: relative;
  }
  .header__slogans-slides-frame-mobile .slides .slide {
    margin-bottom: 3rem;
  }
  .header__slogans-slides-frame-mobile .slides .slide:nth-child(even) {
    color: #02e1f5;
  }
  .header__slogans-slides-frame-mobile .slides .slide .header-primary {
    line-height: 1;
  }
  .header__slogans-slides-frame-mobile
    .slides
    .slide
    .header-primary
    span:first-child {
    font-size: 6rem;
    padding: 4rem 0 2rem 0;
  }
}

.navigation .nav__controls--divider-primary {
  width: 8%;
  display: block;
  margin: 1rem auto;
  border-style: none;
  border-top-style: solid;
  border-color: #ff634a;
  border-width: 3px;
  padding-bottom: 3px;
}

.navigation .nav__controls--divider-light {
  width: 8%;
  display: block;
  margin: 2rem auto;
  border-style: none;
  border-top-style: solid;
  border-color: #fff;
  border-width: 3px;
  padding-bottom: 3px;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
    "autoRename": true,
    "stringMap":[ {
      "name"    : "prev-next",
      "search"  : "prev",
      "replace" : "next"
    } ]
  } */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  top: 0;
  bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.carousel-caption--headers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

.social {
  display: flex;
  justify-content: center;
}
.social__link:link,
.social__link:visited {
  display: block;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
.social__link:hover .social__icon {
  transform: scale(1.1);
  opacity: 0.75;
}
.social__icon {
  width: 2.5rem;
  height: 2.5rem;
  fill: #fff;
  transition: all 0.3s;
}

.header__logo-box {
  position: relative;
  background-color: #ff634a;
  display: block;
  height: 7rem;
}
.header__logo-box::after {
  content: "";
  display: table;
  clear: both;
}
.header__logo-box--logo {
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  padding-top: 0.7rem;
}
.header__logo-box--pl {
  background-image: url(../img/GOLF_patron.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 200% auto;
  display: inline-block;
  width: 50%;
  height: 7rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 37.5em) {
  .header__logo-box--pl {
    width: 100%;
  }
}
.header__logo-box--pr {
  background-image: url(../img/ZANDKORREL_patron.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 200% auto;
  display: inline-block;
  width: 50%;
  height: 7rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 37.5em) {
  .header__logo-box--pr {
    display: none;
  }
}

.header__slogans-box {
  background-color: #fff;
  position: relative;
  display: block;
  min-height: 10rem;
  padding: 1rem 0;
}
.header__slogans-box::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 112.5em) {
  .header__slogans-box {
    min-height: 9rem;
  }
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  .header__slogans-box {
    min-height: 9rem;
  }
}
@media only screen and (max-width: 75em) {
  .header__slogans-box {
    min-height: 9rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__slogans-box {
    display: none;
  }
}
.header__slogans-box--left {
  color: #ff634a;
  width: 50%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  text-align: right;
}
.header__slogans-box--right {
  color: #02e1f5;
  width: 50%;
  position: absolute;
  bottom: 0.5rem;
  right: 0;
}

.lr-row {
  max-width: 114rem;
  margin: 0 auto;
}

.lr-row-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lr-row:not(:last-child) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 56.25em) {
  .lr-row:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .lr-row {
    max-width: 100%;
    padding: 0 3rem;
  }
}
.lr-row::after {
  content: "";
  display: table;
  clear: both;
}
.lr-row [class^="col-"] {
  float: left;
}
.lr-row [class^="col-"]:not(:last-child) {
  margin-right: 2.9rem;
}
@media only screen and (max-width: 56.25em) {
  .lr-row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .lr-row [class^="col-"] {
    width: 100% !important;
  }
}
.lr-row .col-1-of-2 {
  width: calc((100% - 2.9rem) / 2);
}
.lr-row .col-1-of-3 {
  width: calc((100% - 2 * 2.9rem) / 3);
}
.lr-row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 2.9rem) / 3) + 2.9rem);
}
.lr-row .col-1-of-4 {
  width: calc((100% - 3 * 2.9rem) / 4);
}
.lr-row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 2.9rem) / 4) + 2.9rem);
}
.lr-row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 2.9rem) / 4) + 2 * 2.9rem);
}

#page-2 .page-2__wrapper {
  background-color: #ff634a;
  text-align: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
#page-2 .page-2__wrapper--content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
}
#page-2 .page-2__wrapper--content .header-primary {
  line-height: 1;
}
#page-2 .page-2__wrapper--patroon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.5s;
}
#page-2 .page-2__wrapper--patroon--left {
  width: 50%;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 56.25em) {
  #page-2 .page-2__wrapper--patroon--left {
    width: 100%;
  }
}
#page-2 .page-2__wrapper--patroon--left [class^="slide-"] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-2 .page-2__wrapper--patroon--left [class^="slide-"] img {
  min-width: 50%;
  height: 100%;
  width: auto;
  object-fit: cover;
}
#page-2 .page-2__wrapper--patroon--left .slides {
  animation: slideUpPatroon 40s alternate infinite;
  position: relative;
}
#page-2 .page-2__wrapper--patroon--right {
  width: 50%;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 56.25em) {
  #page-2 .page-2__wrapper--patroon--right {
    display: none;
  }
}
#page-2 .page-2__wrapper--patroon--right [class^="slide-"] {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#page-2 .page-2__wrapper--patroon--right [class^="slide-"] img {
  min-width: 50%;
  height: 100%;
  width: auto;
  object-fit: cover;
}
#page-2 .page-2__wrapper--patroon--right .slides {
  animation: slideDownPatroon 40s alternate infinite;
  position: relative;
}

#page-3 .navigation {
  position: absolute;
  bottom: 3rem;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}

#page-4 {
  height: auto;
  border-bottom: #ff634a 2px solid;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  #page-4 {
    padding-bottom: 10rem;
  }
}

.page-4__wrapper {
  padding-top: 3rem;
}
.page-4__wrapper .dienst--title {
  line-height: 1.1;
  height: 9rem;
}
@media (min-height: 45em) and (max-height: 57.5em) and (orientation: landscape) {
  .page-4__wrapper .dienst--title {
    height: unset;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 56.25em) {
  .page-4__wrapper .dienst--title {
    height: unset;
    padding: 2rem;
  }
}
.page-4__wrapper .dienst--text {
  padding-bottom: 2rem;
}

.page-5__wrapper {
  height: auto;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .page-5__wrapper .lr-row {
    padding-bottom: 3rem;
  }
}
.page-5__wrapper--dienst-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1;
}
.page-5__wrapper__contact-block--header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-5__wrapper__contact-block--map {
  background-image: linear-gradient(
    to right bottom,
    rgba(2, 225, 245, 0.8),
    rgba(1, 132, 144, 0.8)
  );
  overflow: hidden;
  height: 37vh;
}
.page-5__wrapper__contact-block--map .map-img {
  width: 100%;
  height: 37vh;
  border: #ccc solid 1px;
  display: flex;
}
.page-5__wrapper__contact-block--map .map-img img {
  max-width: 100%;
  object-fit: cover;
  scale: 1.25;
}
.page-5__wrapper__contact-block--map .map-img .gm-style-cc {
  display: none;
}
.page-5__wrapper__contact-block--body {
  padding: 2rem 0;
  background-color: #ff634a;
  color: #fff;
  font-size: 2.6rem;
}
.page-5__wrapper__contact-block--body::after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 37.5em) {
  .page-5__wrapper__contact-block--body {
    font-size: 2.85rem;
  }
}
.page-5__wrapper__contact-block--body ul {
  padding: 2rem 0 1.1rem 0;
  list-style: none;
}
.page-5__wrapper__contact-block--body ul li:first-child {
  font-family: AvenirBlack, sans-serif;
}

.fourofour {
  position: relative;
}
.fourofour__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fourofour__container .header__box .header-huge {
  font-size: 20rem;
}
.fourofour__container .wrong-msg {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
