 .alphabet-menu li a {
    color: #fff;
    text-decoration: none;
  }
.alphabet-menu-container {
   position:sticky !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: ;
  background-color: #ff6600;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 50px;
top: 20px;
  z-index: 1;
}
  .alphabet-menu a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  margin-right: 8px;
  border-radius: 6px;
  transition: all 0.2s ease;
    font-size:120%;
}

.alphabet-menu a:last-child {
  margin-right: 0;
}
  
 

.alphabet-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.alphabet-menu li {
  margin: 0;
}

.alphabet-menu a {
  color: #ffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 10px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 1px;
  transition: all 0.2s ease;
}

.alphabet-menu a:last-child {
  margin-right: 0;
}

.alphabet-menu a:hover {
  background-color: #ffff;
  color: #333;
}
hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol, .faktaboks ul, .faktaboks ol, .submitted-message ul, .submitted-message ul, .widget-type-custom_widget.dnd-module ul {
   padding-left: 0px;!important 
}

  .alphabet-menu-container.fixed {
  /* new styles for when the menu is fixed to the top */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
  
@media (max-width: 768px) {
  .alphabet-menu {
  display: flex;
  justify-content: start;
  align-items: center;
  
  margin: 0;
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.alphabet-menu::-webkit-scrollbar {
  display: none;
}

.alphabet-menu a {
  color: #ffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 10px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 1px;
  transition: all 0.3s ease;
  display: inline-block;
}

.alphabet-menu a:last-child {
  margin-right: 0;
}

.alphabet-menu a:hover {
  background-color: #ffff;
  color: #333;
}

.alphabet-menu-container {
  position: sticky;
  top: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  
  background-color: #ff6600;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 12px;
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.alphabet-menu-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  animation: slide-down 0.3s ease;
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}}