/* Loaded by the active HHW plugin only, and only for Vienna (theme 10). */
html body {
  background-size: min(100%,var(--hhw-vienna-page-width,1500px)) 480px, min(100%,var(--hhw-vienna-page-width,1500px)) 100%, auto !important;
}
html body #mainwidth,
html body #mbox {
  box-sizing: border-box;
  width: 100% !important;
  max-width: var(--hhw-vienna-page-width,1500px) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body #mainwidth > .wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
html body #footer {
  box-sizing: border-box;
  width: calc(100% - 30px) !important;
  max-width: calc(var(--hhw-vienna-page-width,1500px) - 30px) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html body .hhw-forum-lastpost .smalltext {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
html body .hhw-forum-lastpost .smalltext > a[title],
html body .hhw-forum-lastpost .smalltext > a > strong {
  display: inline !important;
  max-width: 100%;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  text-overflow: clip !important;
  -webkit-line-clamp: unset !important;
}
@media (max-width:720px) {
  html body #footer { width: calc(100% - 14px) !important; }
}
