
/* _custom.css */

/* ... Gerd 2023 ...
-------------------------------------------------------------------------------------------------*/
h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1em 0 .5em;
}
h2 {
  font-size: 1.4rem;
}

p,
pre {
  line-height: 1.45;
}
b,
strong {
  font-weight: 500;
  color: black;
}

#footer {
  border-top: 5px solid #D3221D;
  background-color: #ececec;
}

.footer {
  grid-template-columns: auto auto auto;
}
/* ... Gerd 2023 ... END
-------------------------------------------------------------------------------------------------*/



/* ... Andreas 2024 ...
-------------------------------------------------------------------------------------------------*/
.breadcrumb {
  display: block;
}
/* ... Andreas 2024 ... END
-------------------------------------------------------------------------------------------------*/
