#floating-search {
      top: 10px;
}


/* Hamburger gomb */
#floating-search .hamburger {
  cursor: pointer;
  width: 28px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#floating-search .hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
}


/* Menülista */
#floating-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#floating-menu ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

#floating-menu ul li:last-child {
  border-bottom: none;
}

#floating-menu ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.no-scroll {
  overflow: auto;
  height: 100vh;
}


#floating-menu a.capital-item {
    color:#007485 !important;
}

#floating-menu span.capital-item {
    color: #007485;
    font-size: large;
    font-weight: 700;
}

#floating-menu a.hide-menulink {
    text-transform: uppercase;
    font-size: 20px;
}


