body:not(.home) .theme-logo:last-child {
  display: none;
}

body.home .theme-logo:first-child {
  display: none;
}

/** HEADER */

#header-icons {
  bottom: 8.6vh;
  top: unset;
  right: unset;
  gap: 30px;
  width: 100%;
  justify-content: center;
  width: calc(100% + calc(var(--gap-xl) * 2));
  left: 50%;
  transform: translateX(-50%);
}

#header-icons .icon:nth-child(1) a::after {
  content: "Whatsapp-Gruppe beitreten";
}

#header-icons .icon:nth-child(2) a::after {
  content: "Newsletter abonnieren";
}

#header-icons .icon:nth-child(3) a::after {
  content: "Aktuelles";
}

@media (max-width: 1050px) {
  #header-icons .icon:nth-child(1) {
    display: none;
  }

  #header-icons .icon:nth-child(2) a::after {
    content: "Newsletter";
  }

  /* WHATSAPP BTN */
  #mobile-button {
    position: relative;
    top: var(--header-absolute-items-top);
    transform: translateY(-20%);
    margin-left: auto;
    margin-right: 16px;
  }

  #mobile-button a {
    padding: var(--icon-pad-top) 32px;
    display: flex;
    text-align: center;
    transition: all 0.3s ease 0s;
    align-items: center;
    gap: 15px;
    border: 2px solid var(--ast-global-color-0);
    border-radius: 13em;
    z-index: 999;
    padding: var(--icon-pad-top) 32px;
  }

  #mobile-button a::after {
    content: "Whatsapp-Gruppe beitreten";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.051em;
    text-transform: uppercase;
    color: var(--ast-global-color-2);
  }

  #mobile-button img {
    height: var(--icon-height) !important;
    display: block;
    width: auto;
  }
}

@media (max-width: 576px) {
  body.home .theme-logo:first-child {
    display: block;
    max-width: 165px;
  }
  body.home .theme-logo:nth-child(2) {
    display: none;
  }

  #header .header-wrapper {
    padding-top: 18px !important;
    padding-right: 21px !important;
  }

  #header-icons {
    gap: 10px;
    /*margin-bottom: 15vh;*/
    position: unset;
    transform: translate(0);
  }

  #header-icons .icon:nth-child(2) a::after,
  #header-icons .icon:nth-child(3) a::after {
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.87;
    letter-spacing: 0.051em;
    text-transform: uppercase;
  }

  #header-icons .icon:nth-child(2) a,
  #header-icons .icon:nth-child(3) a {
    border-radius: 13em;
    height: unset;
    width: unset;
    padding: 8.348px 22.262px;
    gap: 10px;
  }

  /* WHATSAPP BTN */
  #mobile-button a {
    gap: 10px !important;
    padding: 8.348px 22.262px;
  }

  #mobile-button a::after {
    font-size: 11px;
  }
}

@media (min-width: 1050px) {
  #mobile-button {
    display: none;
  }

  #menu-wrapper::after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/astra-impuls-child/img/logo-connect-kokon-frauen-nav.svg);
    --my-size: 14vw;
    height: calc(var(--my-size) / 2.56);
    width: var(--my-size);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: var(--header-absolute-items-top);
    right: 4vw;
    transform: translateY(-20%);
  }
}
