/* style.css of custom.css */
.main-banner {
  background-image: url('https://picsum.photos/1920/1080'); !important;/* Alternatieve achtergrond */
  background-attachment: scroll; /* Wijzig de scrollgedrag van de achtergrond */
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5); /* Andere schaduw */
}
.lagom:not(.page-user-logged) #header .navbar-toggle {
    display: none;
}
@media (max-width: 767px) {
  ul.top-nav li.language {
      display: flex;
  }
}
select.form-control.select-inline option {
    color: black;
}
.payment-form select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #393d45;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 2px;
    transition: border-color 0.24s ease,box-shadow 0.24s ease;
    margin-bottom: 16px;
}
.wallpaper{
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(https://picsum.photos/1920/1080)
  }