:root {
  --wisney-blau: #0095ff;
  --wisney-grün: #00ff19;
  --wisney-pink: #ff4982;
}

.navbar-logo-left {
  background-image: linear-gradient(0deg, #0cf, #fff0), url('../images/Blog-featured-image-1200-×-628-px-1200-×-628-px.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  background-color: #0095ff;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px #0003;
}

.nav-link:hover {
  color: var(--wisney-blau);
  background-color: #fff;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  background-color: #ffea00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.heading, .heading-signup {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 700;
}

.section-2 {
  background-image: linear-gradient(#0095ffcc, #0095ffcc), url('../images/pexels-christopher-yarzab-662009-13974906.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 400px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 4px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 49px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 1px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-2-black {
  color: #000;
  text-align: center;
  text-shadow: 3px 2px 1px #0003;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 49px;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 600px;
  display: flex;
}

.slider {
  width: 100%;
  height: 450px;
}

.slide {
  background-color: #fff;
}

.right-arrow, .left-arrow {
  color: #000;
  height: 100px;
  margin-top: 50px;
}

.slide-nav {
  background-color: #fff0;
}

.div-block-2 {
  background-image: url('../images/pexels-minan1398-749064.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 325px;
}

.div-block-3, .div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.heading-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 800;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 1595.2px;
  height: 89%;
}

.slide-copy {
  background-color: #fff;
}

.div-block-2-copy, .attraction-1 {
  background-image: url('../images/pexels-minan1398-749064.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 325px;
}

.attraction-2 {
  background-image: url('../images/pexels-tima-miroshnichenko-7991142.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 325px;
}

.attraction-3 {
  background-image: url('../images/pexels-cottonbro-8090249.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 70%;
  height: 325px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  max-width: 1595.2px;
  height: 500px;
  display: flex;
}

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

.heading-4, .paragraph-3, .heading-5, .paragraph-4 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  background-color: var(--wisney-blau);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
}

.field-label, .text-block, .text-block-2 {
  font-family: Montserrat, sans-serif;
}

.section-5 {
  height: 100px;
}

.div-block-8 {
  background-image: url('../images/pexels-gustt-rabelo-520120399-19086510.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  height: 400px;
  margin-right: 30px;
  padding-top: 0;
}

.section-6 {
  background-image: linear-gradient(#0095ffcc, #0095ffcc), url('../images/pexels-bulat843-1243575272-37340083.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 400px;
  display: flex;
}

.section-7 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-3 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-span {
  color: #2e2e2e;
}

.button {
  color: var(--wisney-blau);
  background-color: #fff;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  color: #fff;
  background-color: #004374;
}

.body-2 {
  color: #00ff19;
  background-color: #000;
  font-family: Inconsolata, monospace;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 1000px;
  max-width: 1000px;
  display: flex;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: var(--wisney-grün);
}

.text-block-4 {
  color: var(--wisney-grün);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.section-9 {
  background-color: #0dff00;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block-4-link {
  color: #00ff19;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: underline;
}

.div-block-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  max-width: 1000px;
  display: flex;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: #000;
  margin-top: 20px;
}

.div-block-11 {
  color: #fff;
  width: 1000px;
  max-width: 1000px;
}

.section-10 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  font-family: Montserrat, sans-serif;
}

.text-block-5 {
  color: #00ff19;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-4-pink {
  color: var(--wisney-pink);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.text-block-5-pink {
  width: 1000px;
  max-width: 1000px;
  color: var(--wisney-pink);
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.link-2 {
  color: var(--wisney-blau);
}

.heading-7 {
  font-family: Montserrat, sans-serif;
}

.text-block-4-copy {
  color: var(--wisney-pink);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.div-block-11copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.heading-7-copy {
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  line-height: 13px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
}

.div-block-13 {
  justify-content: flex-start;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-5 {
  color: var(--wisney-grün);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--wisney-pink);
}

.link-block {
  display: block;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--wisney-blau);
    border-radius: 0 0 0 27px;
    flex-direction: column;
    margin-top: 0;
    box-shadow: 2px 6px 8px 4px #0000005c;
  }

  .nav-link {
    width: 146px;
    color: var(--wisney-blau);
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #004c82;
  }

  .menu-button {
    background-color: var(--wisney-blau);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button:hover {
    color: var(--wisney-blau);
    background-color: #fff;
  }

  .heading, .heading-signup {
    font-size: 13px;
    line-height: 36px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block {
    width: 250px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 16px;
  }

  .heading-2-black {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 32px;
  }

  .section-3 {
    height: 500px;
    margin-bottom: 54px;
  }

  .slider {
    height: 400px;
  }

  .slide {
    height: 450px;
  }

  .right-arrow, .left-arrow {
    width: 45px;
  }

  .slide-nav {
    position: absolute;
    inset: 450px 0% 0%;
  }

  .div-block-2 {
    height: 202px;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 23px;
  }

  .mask {
    height: 450px;
  }

  .paragraph-2 {
    text-align: center;
  }

  .icon, .icon-2 {
    font-size: 35px;
  }

  .slide-copy {
    height: 450px;
  }

  .div-block-2-copy, .attraction-1 {
    height: 202px;
  }

  .attraction-2 {
    height: 160px;
  }

  .attraction-3 {
    height: 183px;
  }

  .div-block-7 {
    width: 300px;
  }

  .section-4 {
    flex-flow: column;
  }

  .div-block-8 {
    background-position: 50%;
    border-radius: 0;
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-right: 0;
  }

  .section-6 {
    height: 512px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 9px;
    line-height: 16px;
  }

  .div-block-9 {
    width: 350px;
    max-width: 350px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 41px;
  }

  .text-block-4, .text-block-4-link {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-10, .div-block-11 {
    width: 350px;
    max-width: 350px;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4-pink {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-5-pink {
    width: 350px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-11copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 350px;
    max-width: 350px;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 15px;
  }

  .image {
    width: 134px;
    height: 134px;
  }
}

#w-node-e96fb3b7-d697-6a28-b6bd-09917b47cc77-a9f20522, #w-node-d57a72c2-dd23-5477-019b-523e05de5f42-a9f20522 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


