header#mainHeader {
  border-bottom: 8px solid white;
}
header#mainHeader .firstline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--f-color-display);
  align-items: baseline;
  padding: 0.25rem 10vw 0 10vw;
  margin: 1rem 0 0 0.5rem;
}
header#mainHeader h1 {
  font-size: 60px;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  transition: all 0.5s;
}
header#mainHeader h1 a {
  text-decoration: none;
}
header#mainHeader h1 a:visited {
  color: inherit;
}
header#mainHeader h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
  white-space: nowrap;
  transition: all 0.5s;
}
header#mainHeader .claim {
  padding: 0.5rem 10vw;
  overflow: hidden;
  max-height: fit-content;
}
header#mainHeader .claim h3 {
  font-size: 20px;
  border-top: 2px solid white;
  font-weight: 300;
  margin: 0;
  padding: 8px 0;
}
header#mainHeader.scrollDown h1,
header#mainHeader.scrollDown h2 {
  font-size: 20px;
}
header#mainHeader.scrollDown .claim {
  max-height: 0;
}
header#mainHeader.scrollDown .claim h3 {
  border-top: 0;
}
#Main .wrapper h1 {
  font-size: 1.25rem;
}
#Main .wrapper h2 {
  font-size: 1.1rem;
}
#Main .wrapper h3 {
  font-size: 1rem;
}
#Main .wrapper header {
  margin-bottom: 2rem;
}
#Main .wrapper .title {
  border-bottom: 2px solid var(--f-color-display);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
#Main .wrapper .subline {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--f-color-display);
  display: flex;
  justify-content: space-between;
}
#Main .wrapper .subline p,
#Main .wrapper .subline ul {
  margin-top: 8px;
}
#Main .wrapper .subline ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5em;
}
#Main .wrapper .subline ul .tag {
  border: 1px solid var(--f-color-display);
  border-radius: 30px;
  padding: 2px 1em;
}
footer#mainFooter {
  border-top: 1px solid white;
}
/* KOMMENTS */
.comments {
  margin-top: 12rem;
}
#kommentform textarea,
#kommentform input {
  box-sizing: border-box;
  padding: 0.5rem;
}
#kommentsWebmentions .single-komment {
  display: block;
  border-bottom-color: var(--f-color-display);
}
#kommentsWebmentions .author-action {
  color: var(--f-color-display);
  line-height: 40px;
}
#kommentsWebmentions .komment-text .date {
  font-size: x-small;
}
#kommentsWebmentions .kommentReply {
  display: block;
  text-align: right;
  text-transform: uppercase;
  font-size: small;
  color: var(--f-color-display);
}
#kommentsWebmentions .kommentReply:hover {
  font-weight: 700;
}
