/*
*   Override for phpbb style scaffoldBB
*   
*/
:root {
  --bs-primary-rgb: 51, 122, 183;
  --bs-link-color-rgb: 51, 122, 183;
  --bs-link-hover-color-rgb: 23, 73, 97;
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 0;
  --bs-border-radius-xxl: 0;
  --bs-pink-rgb: 255, 70, 162;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.07;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.15;
}

.nav {
  --bs-link-color: rgb(51, 122, 183);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: rgb(51, 122, 183);
}

.pagination {
  --bs-pagination-active-bg: rgb(51, 122, 183);
  --bs-pagination-active-border-color: rgb(51, 122, 183);
}

.btn-primary {
  --bs-btn-bg: rgb(51, 122, 183);
  --bs-btn-border-color:rgb(51, 122, 183);
}

.container-xxl {
  background-color: #fefefe;
}

body {
  background-image: url(images/bg_licht1.png);
  background-repeat: repeat;
}

.no-avatar svg {
  fill: #205b85;
}

.fa-external-link-square.icon-lightgray {
  color: rgba(var(--bs-pink-rgb), 0.7);
}

a:hover .fa-external-link-square.icon-lightgray {
  color: rgba(var(--bs-pink-rgb), 0.9);
}

dl.attachbox {
  display: inline-flex;
  background-color: inherit !important;
  border: none;
  margin-top: 2rem;
  gap: 1rem;
}
dl.attachbox > dt {
  display: none;
}
dl.attachbox dd {
  border-top: none !important;
}
dl.attachbox dd a img.postimage {
  border-radius: 0 !important;
  max-height: 10rem !important;
}
dl.attachbox dd a:hover img.postimage {
  background-color: white;
}

:root.darkmode img:not(:hover) {
  opacity: unset !important;
}
:root.darkmode .fancybox__container img {
  filter: unset !important;
}

.postbody .signature {
  font-size: 0.75rem;
}

.content ol.boardrules-rules {
  font-size: inherit;
}
.content ol.boardrules-rules li::marker {
  font-size: 1.25rem;
  font-weight: bold;
}
.content ol.boardrules-rules li h3 {
  font-size: 1.25rem;
}

div.list_thanks {
  margin-top: 2rem;
}
div.list_thanks hr {
  margin-top: 1rem;
}
div.list_thanks div.small.text-secondary dl dt,
div.list_thanks div.small.text-secondary dl dd {
  font-weight: 400;
}/*# sourceMappingURL=customize.css.map */