.wm-custom-nav {
  position: relative;
}

.wm-custom-nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 10;
  position: relative;
}

.wm-custom-nav__header--active p {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.wm-custom-nav__wrapper {
  opacity: 0;
  position: absolute;
  top: -12px;
  right: 0;
  min-width: 320px;
  background-color: white;
  border-radius: 20px;
  padding: 25px 20px 20px 20px;
}

.wm-custom-nav__wrapper--active {
  opacity: 1;
  transition: opacity 0.1s ease-out;
}

.wm-custom-nav__list {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.wm-custom-nav__list li {
  list-style-type: none;
  margin-bottom: 6px;
}

.wm-custom-nav__list li a:any-link {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 16px;
}

.wm-custom-nav__menu-button {
  color: white;
  padding: 5px;
  font-size: 22px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  left: 12px;
  top: -2px;
}

.wm-custom-nav__menu-button--active {
  color: black;
}

/*****************\
  LAYOUT
\*****************/

#inner-content {
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

.std-row {
  margin-bottom: 80px;
}

@media screen and (max-width: 1025px) {
  .std-row {
    margin-bottom: 50px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 769px) {
  .std-row {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}


/* Teaser */

.wm-button-down .elementor-button-link {
  padding: 0;
}

.wm-button-down .elementor-button-icon {
  margin: 0;
}

.wm-button-down svg {
  width: unset;
}
