:root {
  --main-green: #539d47;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  letter-spacing: 4px;
  margin: 20px 20px 10px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #fff;
  letter-spacing: 2px;
  font-family: Vollkorn SC, sans-serif;
  text-decoration: none;
}

.navbar_header_wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.navbar_header_wrapper.w--current {
  justify-content: flex-start;
  width: 30%;
  height: 100%;
  padding: 10px;
}

.link {
  text-transform: uppercase;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.link:hover {
  text-shadow: 0 0 10px #000;
  transform: scale(1.2);
}

.link.footer {
  margin-top: 15px;
  margin-bottom: 15px;
}

.main_sec {
  filter: saturate(135%);
  background-image: radial-gradient(circle, #58675540, #f8f8f803 39%, #fff0), url('../images/Gartengolf-Anlage--Eppelheim---Minigolf.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
}

.oeffnungszeiten_sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.heading {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 1px 1px 2px #000;
  font-weight: 600;
}

.wrapper_offnugnszeiten {
  width: 90%;
  display: flex;
}

.offnungs_links {
  border-right: 2px solid var(--main-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.offnungs_links.moble {
  justify-content: space-between;
}

.offnungs_rechts {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.green_header {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.wrapper_kontaktinfo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 20%;
  display: none;
}

.offnungs_paragraph {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.offnungs_paragraph.number {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
}

.offnungs_paragraph.number:hover {
  text-shadow: 0 0 16px #539d4799;
  transform: scale(1.1);
}

.preise_sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.wrapper_golfball {
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer {
  background-color: var(--main-green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin: 40px;
}

.wrapper_footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  justify-content: space-between;
  height: 80%;
  display: flex;
}

.background-video {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video_wrapper {
  border-top: 2px solid var(--main-green);
  border-bottom: 2px solid var(--main-green);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100vw;
  height: 20vh;
}

.video_divider {
  border-bottom: 1px solid var(--main-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
}

.impressum_header_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.impressum_text {
  text-align: left;
  letter-spacing: 1px;
  margin: 25px 20px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.divider {
  background-color: var(--main-green);
  height: 10vh;
}

.kontakt_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.since1964 {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.kontakt_richtext_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.kontakt_text_wrapper_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  font-family: Vollkorn SC, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.legal_sub_heading {
  text-align: center;
  font-family: Vollkorn SC, sans-serif;
  font-size: 30px;
}

.karte {
  border: 2px solid var(--main-green);
  background-image: radial-gradient(circle closest-corner, #0000 82%, #539d4780), url('../images/Standort-der-Anlage-von-Oben.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.wrapper_karte {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50vh;
  display: flex;
}

.text-block {
  text-align: center;
  letter-spacing: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-span, .text-span-2 {
  color: var(--main-green);
}

.hero_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50%;
  margin-top: 10%;
  display: flex;
}

.wrapper_hero_header {
  border-bottom: 4px solid var(--main-green);
}

.wrapper_hero_buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.hero_button {
  border: 4px solid var(--main-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #3898ec00;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 30px 26px;
  padding: 14px;
  font-size: 24px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 0 50px #000;
}

.hero_button:hover {
  background-color: var(--main-green);
  transform: scale(1.05);
}

.hero_header {
  text-shadow: 7px 0 #000, 3px 3px 20px #000;
  white-space: nowrap;
  font-size: 60px;
  line-height: 60px;
}

.heading-3 {
  text-align: center;
}

.nav_link {
  color: #fff;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.nav_link:hover {
  text-shadow: 1px 1px 1px #000, 0 0 10px #000;
  transform: scale(1.1);
}

.nav_link.w--current {
  color: #000;
}

.navbar_header {
  width: 350px;
  margin: 0;
  line-height: 38px;
}

.logo {
  margin-left: 5px;
  margin-right: 5px;
}

.navbar {
  background-color: var(--main-green);
  justify-content: space-between;
  min-height: 10vh;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.ffnungs_rechts_mobile {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: none;
}

.preise_rechts {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.old_image {
  border: 4px solid var(--main-green);
  border-radius: 20px;
  width: 500px;
  display: inline-block;
}

.wrapper_impressum_top {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.grid_impres_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.wrapper_impres {
  justify-content: center;
  align-items: center;
  display: flex;
}

.impress_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.impress_right {
  border-left: 2px solid var(--main-green);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.image-5 {
  border-radius: 20px;
  width: 500px;
}

.impressum_text_left {
  text-align: right;
  letter-spacing: 1px;
  margin: 25px 20px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.datenschutz_header {
  color: var(--main-green);
}

.preise_heading {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 1px 1px 2px #000;
  font-weight: 600;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.wrapper_bilder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  display: grid;
}

.bild_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid_image {
  border: 8px solid var(--main-green);
  filter: saturate(128%);
  border-radius: 20px;
  width: 500px;
}

.grid_paragraph {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  width: 80%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Vollkorn SC, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.grid_header {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 2%;
  font-family: Vollkorn SC, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.bild_wrap_1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bild_wrap_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bild_wrap_22, .bild_wrap_11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.hetr-nke_heading {
  color: var(--main-green);
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 1px 1px 2px #000;
  margin-top: 5%;
  font-weight: 600;
}

.getr-nke_text {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.getr-nke_wrapper {
  border-right: 2px solid var(--main-green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.getr-nke_rechts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.getr-nke_rechts.kleiner {
  display: none;
}

.wrapper_getr-nkepreis {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.getr-nke_divider {
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.getr-nke_divider.speisen {
  justify-content: center;
}

.wrapper_getr-nke {
  width: 90%;
  display: flex;
}

.link-block {
  color: #000;
}

.red_header {
  color: #c20202;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: none;
}

.body {
  max-width: 100vw;
}

.wrapper_schulferien {
  display: none;
}

.offnungs_paragraph_2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.offnungs_paragraph_1 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Vollkorn SC, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.text-span-3 {
  color: red;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
  }

  .wrapper_offnugnszeiten {
    width: 95%;
  }

  .wrapper_kontaktinfo {
    width: 80%;
  }

  .impressum {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .impressum_header_wrapper {
    margin-bottom: -10px;
  }

  .impressum_text {
    letter-spacing: 0;
    font-size: 15px;
  }

  .kontakt_text_wrapper_2 {
    width: 60%;
  }

  .karte {
    background-position: 0 0, 25%;
  }

  .hero_wrapper {
    margin-top: 15%;
  }

  .hero_header {
    text-shadow: 5px 0 #000, 3px 3px 20px #000;
    font-size: 45px;
  }

  .nav_link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container {
    justify-content: flex-end;
  }

  .nav-menu {
    background-color: #4a8a3ff2;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button {
    background-color: var(--main-green);
  }

  .menu-button.w--open {
    background-color: #539d4700;
  }

  .grid_impres_top {
    grid-template-columns: 1fr 1fr;
  }

  .impressum_text_left {
    letter-spacing: 0;
    font-size: 15px;
  }

  .preise_heading {
    font-size: 30px;
  }

  .wrapper_bilder {
    grid-auto-flow: row;
    width: 90%;
    display: grid;
  }

  .grid_paragraph {
    width: 90%;
    font-size: 15px;
  }

  .grid_header {
    font-size: 28px;
  }

  .hetr-nke_heading {
    font-size: 30px;
  }

  .getr-nke_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .getr-nke_wrapper.klein {
    border-right-style: none;
  }

  .getr-nke_rechts {
    display: none;
  }

  .getr-nke_rechts.kleiner {
    display: flex;
  }

  .wrapper_getr-nke {
    width: 98%;
  }
}

@media screen and (max-width: 767px) {
  .main_sec {
    align-items: flex-start;
  }

  .offnungs_links.moble {
    border-right-style: none;
  }

  .offnungs_rechts {
    display: flex;
  }

  .wrapper_kontaktinfo {
    width: 90%;
  }

  .kontakt_text_wrapper_2 {
    width: 80%;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .legal_sub_heading {
    font-size: 25px;
    font-weight: 600;
  }

  .karte {
    background-position: 0 0, 20%;
  }

  .hero_wrapper {
    margin-top: 25%;
  }

  .wrapper_hero_buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .hero_button {
    font-size: 20px;
  }

  .hero_header {
    text-shadow: 4px 0 #000, 3px 3px 20px #000;
    font-size: 30px;
  }

  .ffnungs_rechts_mobile {
    display: flex;
  }

  .preise_rechts {
    display: none;
  }

  .grid_impres_top {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .datenschutz_header {
    font-size: 28px;
  }

  .wrapper_bilder {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bild_wrap_1, .bild_wrap_2 {
    display: none;
  }

  .bild_wrap_22, .bild_wrap_11 {
    display: flex;
  }

  .getr-nke_text {
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .getr-nke_wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .getr-nke_rechts {
    display: none;
  }

  .wrapper_getr-nke {
    width: 99%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 22px;
  }

  .wrapper_offnugnszeiten {
    width: 100%;
  }

  .offnungs_links {
    padding: 5px;
  }

  .green_header {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
  }

  .wrapper_kontaktinfo {
    width: 95%;
  }

  .offnungs_paragraph {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .offnungs_paragraph.number {
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .image {
    width: 50px;
  }

  .impressum_text {
    margin: 20px 8px;
    font-size: 13px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .karte {
    background-position: 0 0, 15%;
  }

  .hero_wrapper {
    margin-top: 35%;
  }

  .wrapper_hero_buttons {
    width: 70%;
  }

  .hero_button {
    font-size: 15px;
  }

  .hero_header {
    text-align: center;
    text-shadow: 3px 0 #000, 3px 3px 20px #000;
    white-space: normal;
    margin: 6px;
    font-size: 35px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .navbar_header {
    width: 220px;
    font-size: 22px;
  }

  .logo {
    width: 40px;
  }

  .ffnungs_rechts_mobile {
    border-right: 2px solid var(--main-green);
    border-left: 2px solid var(--main-green);
    width: 70%;
  }

  .wrapper_impressum_top {
    justify-content: center;
  }

  .grid_impres_top {
    grid-template: "." 1fr
                   "."
                   / 100%;
    justify-items: stretch;
  }

  .wrapper_impres {
    width: 100%;
  }

  .impress_left, .impress_right {
    justify-content: space-between;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .impressum_text_left {
    letter-spacing: 2px;
    margin: 20px 8px;
    font-size: 14px;
    font-weight: 700;
  }

  .datenschutz_header {
    letter-spacing: 1px;
    font-size: 20px;
  }

  .bold-text, .preise_heading {
    font-size: 22px;
  }

  .grid_paragraph {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .grid_header {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
  }

  .hetr-nke_heading {
    font-size: 22px;
  }

  .getr-nke_text {
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .getr-nke_wrapper {
    padding: 5px;
  }

  .wrapper_getr-nkepreis {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .getr-nke_divider {
    width: 65%;
  }

  .wrapper_getr-nke {
    width: 100%;
  }

  .red_header {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
  }

  .offnungs_paragraph_2, .offnungs_paragraph_1 {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

#w-node-_412a1653-aedc-d4d1-7eec-11bcf8a03818-68697929, #w-node-c93bf4fa-4dd0-0ed9-9123-7dbaf1d28102-68697929, #w-node-_310274ae-8b7e-f906-1e14-57eb9d1ab822-68697929, #w-node-_8c6b27b7-0fd0-1a32-b6df-47d4fcfb2bf8-68697929, #w-node-eb709464-e03e-75bb-8f1f-95f6aeacfafc-68697929, #w-node-_486b4bdd-27fa-769a-fad8-2c0ca79fa867-68697929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed2d0591-0edb-ac29-4040-b5e471899e63-68697929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_480a9d5a-9d9b-7a6b-f754-d786c808a8c1-68697929, #w-node-_9bc02982-66e3-ee41-69ec-5933c0e8a20f-25dcb659, #w-node-_84ec31eb-6b7b-5a27-432f-3f6758cafd7c-25dcb659, #w-node-f5494164-f399-d770-1a94-51fad190190e-25dcb659, #w-node-_0e3909ae-2762-4376-5d30-40d12576b570-25dcb659, #w-node-e21d4d54-bcce-2a92-db80-5964a85e4246-25dcb659, #w-node-e21d4d54-bcce-2a92-db80-5964a85e4259-25dcb659 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-eb709464-e03e-75bb-8f1f-95f6aeacfafc-68697929, #w-node-_486b4bdd-27fa-769a-fad8-2c0ca79fa867-68697929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


