/* Breakpoints */
/* Breakpoints */
#account-menu {
  font-weight: 300;
  list-style: none;
}
#account-menu .nav-link.selected {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #account-menu {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
    padding: 8px 0;
    gap: 5px;
  }
  #account-menu .nav-link {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    background-color: #f7f7f7;
    min-width: 150px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  #account-menu .nav-link:hover {
    background-color: #111;
    color: #FFFFFF;
    font-weight: 300;
  }
  #account-menu .nav-link.selected {
    background-color: #111;
    color: #FFFFFF;
    font-weight: 400;
  }
}

.tekst #account-menu {
  overflow-x: auto !important;
}
.tekst .item {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  display: block;
  border: 1px solid;
  transition: all 0.3s ease;
}
.tekst .item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background-blend-mode: multiply, multiply;
  opacity: 0.5;
}
.tekst .item:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tekst .item:hover .title {
  color: #111;
}
.tekst .item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
  text-shadow: -1px 0px 0px rgba(128, 105, 104, 0.19);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tekst .item .title {
    font-size: 22px;
  }
}
.tekst .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.box.lazyloaded {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  vertical-align: top;
  margin-top: -1rem;
}
@media screen and (min-width: 991px) {
  .box.lazyloaded {
    border-radius: 0.625rem;
    margin-top: 0;
  }
}

/*# sourceMappingURL=text.css.map */
