/* ns-hugo-imp:/home/user/jojo.t-h2o.ch/themes/t-h2o/assets/css/variables.css */
:root {
  --bg: #fbf1c7;
  --fg: #282828;
  --pad-large: 20rem;
  --max-content-width: 33rem;
  --margin: 10px;
  --grid-repeat: 2;
  --box-max-width: 100%;
  --box-margin: 1.22em;
  --icon-logo-header: 16rem;
  --content-width: 100%;
  --content-width-img: 100%;
}
@media only screen and (max-width: 980px) {
  :root {
    --content-width: 90%;
    --content-width-img: 100%;
    --grid-repeat: 1;
    --box-max-width: 60%;
    --box-margin: 1.22em auto;
    --icon-logo-header: 13rem;
  }
}
@media only screen and (max-width: 550px) {
  :root {
    --content-width: 100%;
  }
}

/* ns-hugo-imp:/home/user/jojo.t-h2o.ch/themes/t-h2o/assets/css/body.css */
body {
  background-color: var(--bg);
  color: var(--fg);
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  max-width: var(--max-content-width);
}
main {
  border: 8px 0 1px 0;
  border-left: none;
  border-style: solid none solid none;
  padding-bottom: 30px;
  margin: var(--margin);
}
header,
footer {
  margin: var(--margin);
}

/* ns-hugo-imp:/home/user/jojo.t-h2o.ch/themes/t-h2o/assets/css/headers.css */
h1 {
  text-align: center;
  font-size: 2.5rem;
}
h1,
h2 {
  font-weight: normal;
}
h2 {
  text-align: center;
  border-top: 1px;
  border-style: none none none none;
  padding: 1rem;
  font-size: 2rem;
}

/* ns-hugo-imp:/home/user/jojo.t-h2o.ch/themes/t-h2o/assets/css/qr.css */
#qr {
  --angle: 0deg;
  border: 2px solid;
  radius: 4px;
  border-image:
    conic-gradient(
      from var(--angle),
      red,
      yellow,
      lime,
      aqua,
      blue,
      magenta,
      red) 1;
  animation: 3s rotate linear infinite;
}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
@property --angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }

/* ns-hugo-imp:/home/user/jojo.t-h2o.ch/themes/t-h2o/assets/css/link.css */
a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid;
}
a:hover {
  color: #18c1f4de;
}

/* <stdin> */
@font-face {
  font-family: "Berlin Sans FB";
  font-style: normal;
  font-weight: normal;
  src: url("/css/BRLNSR-QNL6D3DB.woff") format("woff");
}
@font-face {
  font-family: "Berlin Sans FB Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/css/BRLNSB-R6R54HP4.woff") format("woff");
}
body {
  font-family: "Berlin Sans FB Bold";
  background-image: url("/css/bg-57HWWRWZ.webp");
  color: white;
  font-size: 2.5rem;
  text-shadow: 8px 5px 1px black;
}
h1 a {
  color: white;
  font-size: 4rem;
}
img {
  width: var(--content-width-img);
  max-width: var(--max-content-width);
}
.right {
  text-align: right;
}
th {
  text-align: left;
}
.noborder {
  border: none;
}
table {
  width: 100%;
}
td {
  padding: 8px 5px;
}
li {
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.icon-header {
  max-width: var(--icon-logo-header);
}
.footer {
  line-height: 1.8rem;
}
.grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--grid-repeat), 1fr);
}
ul {
  padding-left: 10px;
}
blockquote p {
  font-style: italic;
  margin-left: 1em;
  color: #00000090;
}
blockquote {
  border-style: none none none solid;
  border-color: #00000040;
  padding: 0.3em;
  margin: 0;
}
