.modal {
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 14vh;
    align-items: center;
    display: flex;
    justify-content: center; 
    position: fixed;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
  }
  .content-call {
    position: absolute;
    background: #121212ea;
    width: 100%;
    height: 140px;
    /*padding: 1em 2em;
    border-radius: 8px;*/
    padding: 30px 0px 20px 0px;
    backdrop-filter: blur(4px);
    transform: translateY(-40px);
  } 
  .modal:target {
    visibility: visible;
    opacity: 1;
  }
  .box-close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: aliceblue;
    text-decoration: none;
    padding: 2px;
    border-radius: 50%;
    background-color: #fe0606;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  }
  .box-close-nap1 {
    display: grid;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
  }
  a.box-close-nap2 {
    margin-block-start: 0px;
    margin-inline-end: 0px;
    margin: auto;
    font-size: 22px;
    text-align: center;
  }
  .showc {
    visibility: visible;
    opacity: 1;
  }
  .cbutton0 {
    align-items: center;
    justify-content: center;
    display: grid;
  }
  button.cbutton1 {
  background-color: #333;
  padding: 8px;
  border: 2px solid #056722;
  border-radius: 50%;
  color: aliceblue;
  margin-left: 8px;
  display: inline-flex;
  }
  button.cbutton2 {
    background-color: #056722;
    padding: 16px;
    border: 2px;
    border-radius: 50%;
    color: aliceblue;
    display: inline-flex;
    }
  button.cbutton-nap {
    background-color: transparent;
    font-size: 24px;
    border: 0px;
    color: aliceblue;
  }
  button.cbutton1:hover {
  border: solid 2px #111;
  background-color: #111;
  box-shadow: 0px 0px 76px 9px #056722;
    }
  button.cbutton2:hover {
    border: 2px solid #056722;
    background-color: #111;
    box-shadow: 0px 0px 76px 9px #056722;
    }

    .cmodal {
      z-index: 966;
      bottom: 5px;
      left: 5px;
      width: 60%;
      position: fixed;
      transition: all 0.4s;
      visibility: hidden;
      opacity: 0;
    }
    .cshow {
      visibility: visible !important;
      opacity: 1 !important;
    }

    .content-cookie {
      position: relative;
      /*background: linear-gradient(to right, #9dbffd, #b0c3e6);*/
      background-image: linear-gradient(to right top, #90e3ff, #8adef7, #83d8ef, #7ed3e7, #78cddf, #7dcde1, #83cde3, #88cde4, #9ad2ed, #acd6f5, #bedbfb, #cfe0ff);
      width: auto;
      padding: 1em 2em 0em 2em;
      border-radius: 8px;
    }
    a.cookiebuttonok {
      cursor: pointer;
      padding: 6px 20px;
      border: 2px solid #056722;
      -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
    }
    .cookiebuttonokedit {
      text-align: right;
      height: 50px;
    }

    .cookiebutton {
      position: fixed;
      z-index: 900;
      bottom: 8px;
      left: 8px;
      cursor: pointer;
    }
    .cookieback {
      width: 28px;
      overflow: hidden;
      padding: 1em;
      border-radius: 30px;
      /*background-color: #b0c3e6;*/
      background-image: linear-gradient(to right top, #90e3ff, #8adef7, #83d8ef, #7ed3e7, #78cddf, #7dcde1, #83cde3, #88cde4, #9ad2ed, #acd6f5, #bedbfb, #cfe0ff);
    }
.cookietext {
  font-size: 18px;
  height: 70px;
  overflow: scroll;
  cursor: default;
}
@media (max-width: 767px) {
  .cmodal {
    width: 100%;
    border-radius: 0px;
    padding: 1em 0em 0em 0em;
    left: 0;
    bottom: 0;
  }
  .cookiebutton {
    scale: 0.8;
    bottom: 8px;
    left: 8px;
  }
}

.icowyburhome {
  margin-left: 10px;
  transform: translateY(-2px);
  width: 24px;
  aspect-ratio: 1;
  filter: invert(1);
}