/* Utilities */
.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

section {
  clear: both;
  position: relative; }

.section-content {
  position: relative;
  max-width: 654px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 80px;
  box-sizing: border-box;
  z-index: 2; }

figure.inline {
  margin-left: -300px;
  width: calc(100% + 600px); }

.video-container, .graphic-container {
  margin-left: -300px;
  width: calc(100% + 600px); }

section + section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 1; }

section + section:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
  z-index: 1; }

@media screen and (max-width: 1340px) {
  figure.inline {
    margin-left: -150px;
    width: calc(100% + 300px); }
  .video-container, .graphic-container {
    margin-left: -150px;
    width: calc(100% + 300px); } }

@media screen and (max-width: 1100px) {
  figure.inline {
    margin-left: -25px;
    width: calc(100% + 50px); }
  .video-container, .graphic-container {
    margin-left: -25px;
    width: calc(100% + 50px); } }

@media screen and (max-width: 760px) {
  figure.inline {
    margin-left: 0;
    width: 100%; }
  .section-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .video-container, .graphic-container {
    margin-left: -30px;
    width: calc(100% + 60px); } }

@media screen and (max-width: 520px) {
  .section-content {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 30px;
    padding-bottom: 20px; }
  .video-container, .graphic-container {
    margin-left: -22px;
    width: calc(100% + 44px); } }

@media screen and (max-width: 374px) {
  .section-content {
    padding-left: 18px;
    padding-right: 18px; }
  .video-container, .graphic-container {
    margin-left: -18px;
    width: calc(100% + 36px); } }

.hoyre {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  width: 270px;
  float: right;
  padding-left: 80px;
  margin-right: -150px; }

.hoyre figure {
  margin-bottom: 0; }

.hoyre img {
  width: calc(100% + 50px);
  margin-left: -50px; }

.hoyre figcaption {
  width: calc(100% + 50px);
  margin-left: -50px; }

@media screen and (max-width: 1100px) {
  .hoyre {
    width: 230px;
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .hoyre {
    width: 200px; } }

@media screen and (max-width: 520px) {
  .hoyre {
    width: calc(100%);
    margin-bottom: 0;
    padding-bottom: 9px;
    padding-top: 8px; }
  .hoyre img {
    max-width: 360px; } }

/* Reusable elements */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #31302b;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  background: #fafaf2 url("../img/lightpaperfibers.jpg") repeat; }

.hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

p {
  font-size: 1.3em;
  line-height: 1.52;
  margin: 0 0 20px; }

h1 {
  margin-top: 30%;
  font-size: 4vw;
  text-align: center; }

a:link, a:visited {
  color: #dd0000; }

a:hover, a:focus {
  text-decoration: none; }

.byline a:link, .byline a:visited {
  font-weight: bold; }

.byline a:hover {
  color: #dd0000; }

.byline {
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-weight: 300;
  text-align: center;
  max-width: 330px;
  margin: auto; }

.img-title {
  max-width: 540px;
  width: 100%;
  padding-bottom: 80px;
  margin: auto; }

.image-container {
  color: #999;
  padding: 2rem 0;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif; }

.image-container figcaption {
  margin-top: 6px; }

.caption {
  text-align: center; }

.part {
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a06262; }

.bildetekst {
  font-weight: 300;
  color: #999;
  text-align: center;
  margin: 4px; }

.embed-responsive {
  position: relative;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.tips {
  padding: 10px 15px;
  border: 1px solid #d00;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  display: inline-block; }

h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  text-align: center;
  font-size: 3rem;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.section-content > h2 {
  margin-bottom: 80px; }

.sectionTitle {
  font-size: 7.0rem;
  text-align: center; }

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

.vg-logo {
  height: auto;
  width: 120px;
  max-width: 25%;
  padding: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px; }
  .vg-logo img {
    width: 100%; }

/* Sharing */
/* Sticky share elements in document top */
.stickyShare {
  position: fixed;
  top: -10px;
  right: 0;
  z-index: 100;
  font-size: 32px; }

.stickyShare ul {
  padding: 15px;
  margin: 0; }

.stickyShare ul li {
  list-style: none;
  padding: 8px;
  margin: 0;
  float: left; }

.stickyShare ul a li {
  color: rgba(0, 0, 0, 0.2); }

.stickyShare ul a:hover li {
  color: rgba(0, 0, 0, 0.4); }

/* bottom share elements */
.share {
  text-align: center;
  margin: 0; }

.share .share-facebook {
  float: left;
  margin-right: 10px; }

.share .share-twitter {
  float: left; }

.share .share-inner {
  display: inline-block; }

.plr {
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  font-weight: 300;
  color: #444;
  font-size: 0.9em; }

video {
  width: 100%;
  height: 100%; }

.sound {
  display: none; }

.desktop .sound {
  display: block;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
  cursor: pointer; }

.play-button, .play-button-video {
  position: absolute;
  width: 140px;
  height: 140px;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 50%;
  left: 50%;
  margin-left: -70px;
  margin-top: -70px;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE0MHB4IiBoZWlnaHQ9IjE0MHB4IiB2aWV3Qm94PSIwIDAgMTQwIDE0MCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQwIDE0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPjxjaXJjbGUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEwIiBjeD0iNzAuOCIgY3k9IjY5IiByPSI2MS41Ii8+PGc+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUwLDQzLjRjMC00LjQsMy4xLTYuMiw2LjktNGw0My4zLDI1YzMuOCwyLjIsMy44LDUuOCwwLDhsLTQzLjMsMjVjLTMuOCwyLjItNi45LDAuNC02LjktNFY0My40eiIvPjwvZz48L2c+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.play-button:hover, .play-button-video:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

.video-autoplay-overlay, .video-autoplay-overlay video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mobile .video-autoplay-overlay {
  display: none; }

.VGTTVplayOverlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */ }

.VGTVlogo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 20px; }

.VGTVlogo img.VGTVlogo-logo {
  width: 120px; }

.VGTVlogo img.VGTVlogo-dokumentar {
  width: 140px; }

/* Gallery */
.my-gallery {
  width: 100%;
  float: left; }

.my-gallery img {
  width: 100%;
  height: auto; }

/* Gallery */
.galleryContainer {
  margin-bottom: 24px; }

.gallery figure {
  display: none;
  padding: 0; }

.gallery figcaption {
  display: none; }

.gallery figure:nth-child(1), .gallery figure:nth-child(2), .gallery figure:nth-child(3) {
  display: block; }

.gallery figure:nth-child(1) {
  display: block;
  margin-bottom: 1px; }

.gallery figure:nth-child(2) {
  border-right: 1px solid #fff; }

/* Gallery */
.my-gallery figure.col-md-6 {
  max-height: 250px;
  overflow: hidden; }

.cover .my-gallery figure {
  width: 100%; }

.map .my-gallery figcaption {
  display: none; }

.my-gallery .moreGallery {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.my-gallery .moreGallery:hover {
  background: rgba(0, 0, 0, 0.9); }

.my-gallery .moreGallery > div {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center; }

.my-gallery .moreGallery > div > div {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 30px; }

.my-gallery .moreGallery > div > div > span {
  font-size: 60px; }

.my-gallery .moreGallery > div > div > p {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px; }

@media (max-width: 500px) {
  .my-gallery .moreGallery > div > div > span {
    display: none; } }

.my-gallery.johnChildhood figure figcaption {
  display: none; }

.my-gallery.johnChildhood figure:nth-child(1) {
  padding-left: 0;
  padding-right: 0; }

.my-gallery.johnChildhood figure:nth-child(2) {
  padding-right: 0;
  padding-left: 0; }

.my-gallery.raqqaPics figure figcaption {
  display: none; }

.my-gallery.raqqaPics figure {
  border: 2px solid transparent;
  padding-left: 0;
  padding-right: 0; }

.pswp__caption__center {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: inherit;
  color: #CCC; }

.expand {
  position: absolute;
  right: 0px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.map .expand {
  position: absolute;
  right: 5px;
  margin-right: 0px;
  margin-top: 0px;
  top: 5px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }

.my-gallery figure:hover .expand {
  background: rgba(255, 255, 255, 0.5);
  color: #000; }

.gallerysubtitle {
  font-size: 14px; }

/* Gallery */
.gallery figure {
  display: none;
  padding: 0; }

.gallery figcaption {
  display: none; }

.gallery figure:nth-child(1), .gallery figure:nth-child(2), .gallery figure:nth-child(3) {
  display: block; }

.gallery figure:nth-child(1) {
  display: block;
  margin-bottom: 1px; }

.gallery figure:nth-child(2) {
  border-right: 1px solid #fff; }

/* Footer */
.foot a:link, .foot a:visited {
  text-decoration: none; }

.foot ul {
  display: none; }

.foot p.tips {
  display: none; }

.foot h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  padding: 20px; }

.foot p {
  font-family: Arial, sans-serif;
  font-size: 1em; }

#footer {
  font-family: Arial, sans-serif;
  border-top: 1px solid #444;
  overflow: auto;
  font-size: 0.7em;
  margin-top: 16px;
  padding-top: 16px;
  text-align: center; }

#footer ul li {
  display: inline-block; }

#footer p {
  margin: 2px;
  padding: 0;
  display: inline-block; }

/*

These can be reused or replaced - kept for reference

@import 'reuse-intro';


*/
/* Specific for this special */
.section-content {
  padding-top: 30px !important;
  padding-bottom: 10px !important; }

.stickyShare ul a li {
  color: rgba(75, 65, 28, 0.2); }

.stickyShare ul a:hover li {
  color: rgba(75, 65, 28, 0.4); }

.toptips {
  color: #b69b31;
  border-color: currentcolor; }

.intro-inner.row {
  margin: 0; }

.byline {
  max-width: 480px; }
  @media screen and (max-width: 390px) {
    .byline {
      max-width: 385px;
      font-size: 11px; } }

.intro {
  position: relative;
  background: #e3c23d url(../img/cover-varselet.png) center 60px no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 130px; }
  @media screen and (min-width: 600px) {
    .intro {
      padding-top: 200px; } }
  @media screen and (min-width: 900px) {
    .intro {
      padding-top: 250px; } }
  .intro .intro-inner-content {
    position: relative;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3c23d+0,b69b31+100&0+0,0.9+100 */
    background: -moz-linear-gradient(top, rgba(227, 194, 61, 0) 0%, rgba(182, 155, 49, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227, 194, 61, 0) 0%, rgba(182, 155, 49, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227, 194, 61, 0) 0%, rgba(182, 155, 49, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e3c23d', endColorstr='#e6b69b31',GradientType=0 );
    /* IE6-9 */ }
  .intro h1 {
    display: none; }
  .intro .ingress {
    display: inline-block;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    padding: 10px 4%; }
    .intro .ingress span {
      display: none; }
    .intro .ingress .mainquote {
      width: 100%; }
    @media screen and (max-width: 500px) {
      .intro .ingress .mainquote {
        margin-top: 90px; } }
    @media screen and (min-width: 500px) {
      .intro .ingress span {
        display: inline-block;
        color: #111;
        font-size: 18px;
        line-height: 1.2;
        width: 240px; } }

.anslag {
  font-family: monospace;
  font-weight: bold; }

.section-title {
  margin-bottom: 1.5rem;
  min-height: 80px;
  text-align: left;
  text-indent: -5000px;
  background: transparent url(../img/title-ukultur.svg) no-repeat center center;
  background-size: contain; }
  .section-title.varsleren {
    background-image: url(../img/title-varsleren.svg); }
  .section-title.ettgram {
    background-image: url(../img/title-ettgram.svg); }
  .section-title.lensmann {
    background-image: url(../img/title-lensmannen.svg); }
  .section-title.salget {
    background-image: url(../img/title-salget.svg); }
  .section-title.ukultur {
    background-image: url(../img/title-ukultur.svg); }
  .section-title.ukultur {
    min-height: 120px;
    background-image: url(../img/title-ukultur.svg); }
  .section-title.riksadvokat {
    min-height: 240px;
    background-image: url(../img/title-riksadvokat-mob.svg); }
  @media screen and (min-width: 400px) {
    .section-title {
      background-position: left center; }
      .section-title.riksadvokat {
        min-height: 120px;
        background-image: url(../img/title-riksadvokat.svg); } }

.varslerill {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  width: 230px;
  float: right;
  padding-left: 80px;
  margin-right: -150px; }

.varslerill figure {
  margin-bottom: 0; }

.varslerill img {
  width: calc(100% + 50px);
  margin-left: -50px; }

.varslerill figcaption {
  width: calc(100% + 50px);
  margin-left: -50px; }

@media screen and (max-width: 1100px) {
  .varslerill {
    width: 230px;
    margin-right: 0; } }

@media screen and (max-width: 650px) {
  .varslerill {
    width: 200px;
    margin: -10px;
    padding-bottom: 0px; } }

p i {
  font-weight: bold; }

.blockquote,
.blockquote:after {
  font-family: "Georgia, serif";
  background-color: #f2f1ed; }

.blockquote {
  position: relative;
  color: #222;
  display: inline;
  white-space: pre-wrap;
  border: 0 solid #f2f1ed;
  border-width: 0.25em 0;
  /* 0.25em is roughly equal to one space character. */
  padding: 0 10px; }
  .blockquote:after {
    content: "";
    line-height: 1;
    position: absolute;
    top: -0.25em;
    right: 100%;
    bottom: -0.25em;
    width: 0.25em; }
  .blockquote:before {
    content: "";
    height: 12px;
    background: red;
    bottom: 0; }

.quotebelt {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  background: #e3c23d; }
  .quotebelt:before, .quotebelt:after {
    content: "";
    height: 100%; }
  .quotebelt:before {
    position: absolute;
    width: 100vw;
    background: #e3c23d;
    left: calc(-50vw + 50%);
    z-index: -1; }
  .quotebelt figure {
    padding: 2rem 0 20px; }
  .quotebelt figcaption {
    color: #222; }

.markerquote,
.markerquote:after {
  background-color: rgba(238, 206, 98, 0.2); }

.markerquote {
  position: relative;
  color: #111;
  display: inline;
  white-space: pre-wrap;
  border: 0 solid rgba(238, 206, 98, 0.2);
  border-width: 0.17em 0;
  /* 0.25em is roughly equal to one space character. */ }
  .markerquote:after {
    content: "";
    position: absolute;
    top: -0.25em;
    right: 100%;
    bottom: -0.25em;
    width: 0.25em; }
  .markerquote.big {
    font-size: 1.4em; }

.kritikk {
  list-style-type: none;
  font-size: 18px;
  padding-left: 15px;
  font-weight: bold; }
  .kritikk li:before {
    content: "\25AA";
    color: #b69b31;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
