*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

:root {
  --b-gap: 10px;
  --readmore-title: "Aktuell l\00E4sning!";
  --readmore-bold: "Ny media, gamla lagar";
  --readmore-text: "Medias privilegier bygger på gamla föreställningar om vad journalistik är, men som saknar helt förankring med hur verkligheten ser ut idag. Dags att uppdatera lagstiftningen.";
  --link-muted: #b7b7b7;
  --link-muted-hover: #dedede;
  --readmore-size: 12px;
  --space-under-b: 60px;
  --b-left-align: 18px;
  --content-max: 836px;
  --readmore-right-indent: 19px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #ffffff;
  color: #111111;
}

.a {
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0 32px;
}

.a-link {
  display: block;
  width: 100%;
  max-width: 2560px;
  background: #8cab93;
}

.a-link img {
  display: block;
  width: 100%;
  height: auto;
}

.b {
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.b-left,
.b-right {
  display: flex;
  align-items: center;
}

.b-left {
  order: 1;
  margin-left: var(--b-left-align);
}

.b-right {
  order: 2;
}

.b-sep {
  width: 10px;
  height: 32px;
  display: inline-block;
  margin: 0 var(--b-gap);
  background-image: url("Bilder/Line.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.b-left a {
  color: var(--link-muted);
  text-decoration: none;
  font-weight: 700;
}

.b-left a:hover {
  text-decoration: underline;
}

.b-right a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.b-right a:not(:first-child) {
  margin-left: var(--b-gap);
}

.b-right img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
}

.layout {
  width: 100%;
  margin: 0;
  padding: 60px 32px 24px;
  display: grid;
  grid-template-columns: 270px 140px 1fr;
  row-gap: 24px;
  align-items: start;
}

.c {
  grid-column: 1;
  background: #FFE7E7;
  padding: 32px 18px;
  border-radius: 10px;
}

.c nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c nav li {
  margin-bottom: 16px;
}

.c nav ul a {
  color: #0a1a2b;
  text-decoration: none;
  font-weight: 700;
}

.c nav ul a:hover {
  text-decoration: underline;
}

.c-readmore {
  margin-top: calc(34px + 0.6cm);
}

.c-readmore-title::before {
  content: var(--readmore-title);
  display: block;
  font-weight: 800;
  color: #111111;
  margin-bottom: 10px;
  font-size: 1.3em;
  text-decoration: underline;
}

.c-readmore-link,
.c-readmore-link:visited {
  display: block;
  color: var(--link-muted);
  text-decoration: none;
  font-weight: 400;
  text-align: justify;
  padding-right: var(--readmore-right-indent);
}

.c-readmore-link:hover {
  color: var(--link-muted-hover);
  text-decoration: none;
}

.c-readmore-bold::before {
  content: var(--readmore-bold);
  display: block;
  font-size: 18px;
  color: inherit;
  font-weight: 700;
  margin-bottom: 6px;
  font-style: italic;
  line-height: 1.65;
}

.c-readmore-text::before {
  content: var(--readmore-text);
  display: block;
  font-size: var(--readmore-size);
  color: inherit;
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
}

.spacer {
  grid-column: 2;
  min-height: 1px;
}

.right {
  grid-column: 3;
  display: block;
  padding: 0 18px 14px;
  width: 100%;
  border-left: 4px solid #bfc5cc;
  border-right: 4px solid #bfc5cc;
  box-shadow: inset 1px 0 0 #f2f4f6, inset -1px 0 0 #9aa1a8;
}

.f {
  background: #ffffff;
  padding: 0 24px 20px;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  text-align: left;
  color: #111111;
  font-size: 16px;
}

.f > header {
  display: grid;
  margin: 0 0 51px 0;
}

.d {
  padding: 0;
  width: 100%;
  margin: 0 0 28px 0;
  text-align: left;
  color: #111111;
}

.d h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
}

p.e {
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #b22222;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
}

.g {
  background: #ffffff;
  padding: 0 32px;
}

.g-inner {
  background: #000000;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-righttext {
  color: var(--link-muted);
  font-weight: 700;
}

.g-contact,
.g-contact:visited {
  color: var(--link-muted);
  text-decoration: none;
  font-weight: 700;
}

.g-contact:hover {
  color: var(--link-muted);
  text-decoration: none;
}

@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
    padding: 60px 20px 20px;
    row-gap: 20px;
  }

  .a {
    padding: 0 20px;
  }

  .b {
    padding: 14px 20px;
  }

  .b-left {
    margin-left: 18px;
  }

  .spacer {
    display: none;
  }

  .right {
    grid-column: 1;
    border-left-width: 3px;
    border-right-width: 3px;
    padding: 0 18px 14px;
  }

  :root {
    --content-max: 100%;
  }

  .f {
    max-width: 100%;
    margin: 0;
    padding: 0 24px 20px;
  }

  .c-readmore {
    margin-top: calc(34px + 0.45cm);
  }

  .c-readmore-link,
  .c-readmore-link:visited {
    padding-right: 13px;
  }

  .g {
    padding: 0 20px;
  }

  .g-inner {
    padding: 14px 20px;
  }
}
