/* 2026-03-11 07.55*/

/* Full cover background */

body {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url('https://vianne.onlinebladwijzers.nl/images/background/cat_bg.png') !important;
}

/* Repeat background template 

body {
  background-color: #000 !important;
  background-position: 50% !important;
  background-repeat: repeat !important;
  background-size: auto !important;
  background-attachment: scroll !important;
  background-image: url('https://vianne.onlinebladwijzers.nl/images/background/cat_bg.png') !important;
}

*/

/* Black background */

.theme-stone {
  --color-800: 10 10 10;
}

.dark {
  --bg-color: #000 !important
}

.dark\:bg-theme-800:is(.dark *) {
  --tw-bg-opacity:1;
  background-color: #0f0f0f !important
}

.dark\:bg-white\/5:is(.dark *) {
  background-color: hsla(0,0%,100%,.02) !important
}

/* WIDGETS on 1 Line */

#widgets-wrap {
    flex-wrap: nowrap !important
}

#widgets-wrap > div.flex-wrap {
    flex-wrap: nowrap !important
}
