.ad-placements {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ad-placements .dfp-ad .bam-ad-slot > ::before {
  content: "Annons:";
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.25;
  text-align: left;
  margin-top: 0;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  position: absolute;
  padding: 1px 4px;
  z-index: 1;
}
.home-page__content-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.home-page__list {
  padding: 0 10px;
}
.home-page__item {
  padding: 10px 12px 15px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
  text-align: center;
}
.home-page__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .home-page__item {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.home-page__ad {
  padding: 0 0 30px 0;
}
.home-page__btn {
  background-color: #f2f2f2;
  border-radius: 3px;
  border: 0;
  display: block;
  margin: 10px auto 10px;
  cursor: pointer;
  padding: 5px 10px;
  box-shadow: 0 3px #aaa;
}
.article-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0px;
  width: 100%;
  color: #f2f2f2;
  text-decoration: none;
  overflow: hidden;
}
.article-link__image-wrapper {
  width: 100%;
  position: relative;
}
.article-link--not-released:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 2;
}
.article-link--not-released:before {
  content: "Kommer snart";
  color: $white;
  font-size: 18px;
  font-weight: bold;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .article-link--not-released:before {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .article-link--not-released:before {
    font-size: 30px;
  }
}
.article-link--medium {
  width: 50%;
}
.article-link--medium:first-of-type {
  width: 100%;
}
.article-link--medium:first-of-type .article-link__headline {
  font-size: 16px;
}
.article-link--small {
  width: 50%;
}
@media (min-width: 768px) {
  .article-link--medium:first-of-type {
    width: 50%;
  }
  .article-link--medium:first-of-type .article-link__headline {
    font-size: 30px;
  }
  .article-link--small {
    width: 33.33%;
  }
}
.article-link__text {
  background-color: #000;
  position: relative;
  width: 100%;
  min-height: 50px;
  border-right: 7px solid rgba(228,12,14,0.9);
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
}
.article-link__bg-image {
  height: 0;
  padding-bottom: 70%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  left: 0;
  top: 0;
  transition: transform 5s ease;
  transform: scale(1);
  position: relative;
}
.article-link__bg-image.animate {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .article-link__bg-image {
    padding-bottom: 56.25%;
  }
}
.article-link__tv-logo {
  z-index: 2;
  width: 25%;
  filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.9));
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 25px;
}
@media (min-width: 768px) {
  .article-link__tv-logo {
    bottom: 15px;
    left: 15px;
    width: 40px;
  }
}
.article-link__headline {
  position: relative;
  padding: 10px 15px;
  font-size: 14px;
  text-shadow: 1px 2px 1px #000, 0 2px 5px #000;
  z-index: 2;
  display: block;
}
@media (min-width: 768px) {
  .article-link__headline {
    font-size: 45px;
  }
  .article-link--medium .article-link__headline {
    font-size: 30px;
    min-height: 90px;
  }
  .article-link--small .article-link__headline {
    font-size: 25px;
    min-height: 80px;
  }
}
.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px 10px 5px 10px;
}
.header__expressen-logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 20px;
}
@media (min-width: 375px) {
  .header__expressen-logo {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .header__expressen-logo {
    height: 40px;
  }
}
@media (min-width: 980px) {
  .header__expressen-logo {
    height: 50px;
  }
}
.header__expressen-logo img {
  display: block;
  height: 100%;
}
.header__climate-logo {
  height: 20px;
}
@media (min-width: 375px) {
  .header__climate-logo {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .header__climate-logo {
    height: 40px;
  }
}
@media (min-width: 980px) {
  .header__climate-logo {
    height: 50px;
  }
}
.header__climate-logo img {
  height: 100%;
}
@media (min-width: 980px) {
  .header__climate-logo img {
    position: relative;
    top: 3px;
  }
}
.about-page__content-wrapper {
  padding: 15px 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 980px) {
  .about-page__content-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.about-page__home-link {
  display: block;
  max-width: 300px;
  color: #000;
  text-decoration: none;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
.about-page__home-link img {
  width: 100%;
  max-width: 3000px;
}
@media (min-width: 980px) {
  .about-page__home-link {
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
  }
  .about-page__home-link img {
    max-width: 350px;
  }
}
.about-page__copyright {
  font-size: 14px;
  position: static;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.about-page__publisher {
  margin-bottom: 10px;
}
.about-page__publisher,
.about-page__info {
  -ms-flex-order: 2;
      order: 2;
}
@media (min-width: 980px) {
  .about-page__publisher,
  .about-page__info {
    text-align: left;
    margin-bottom: 0;
  }
}
.about-page__bluelink-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 980px) {
  .about-page__bluelink-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.about-page__link {
  display: block;
  color: #0687c2;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 980px) {
  .about-page__link {
    text-align: left;
  }
}
.about-page__link-mess {
  text-align: left;
  margin-left: 10px;
}
.about-page__fb-bot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  -ms-flex-order: 1;
      order: 1;
}
@media (min-width: 980px) {
  .about-page__fb-bot {
    text-align: left;
    margin-bottom: 0;
    -ms-flex-order: 3;
        order: 3;
  }
}
.about-page__messenger-logo {
  width: 30px;
  height: 100%;
}
.landing-page {
  max-width: 1400px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  display: -ms-flexbox;
  display: flex;
}
.landing-page__right {
  width: 260px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 77px 5px 5px;
}
.landing-page__content {
  border-top: 10px solid #0976b5;
  border-left: 10px solid #0976b5;
}
.landing-page__logo {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
  max-width: 140px;
}
@media (min-width: 768px) {
  .landing-page__logo {
    max-width: 240px;
  }
}
.landing-page__logo--footer {
  position: static;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.landing-page__article-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.landing-page__footer {
  padding: 10px;
}
.landing-page__ad-wrapper {
  width: 100%;
  background-color: #e8e7e6;
  padding: 5px 0;
}
.landing-page__top-ad {
  max-width: calc(100vw - 10px);
  position: relative;
  overflow: hidden;
  height: auto;
  border-bottom: 3px solid #e8e7e6;
}
.landing-page__outsider-ad {
  margin: 0 auto;
  margin-bottom: 13px;
}
@media (min-width: 990px) {
  .landing-page__outsider-ad {
    width: 250px;
  }
}
.landing-page__mobile-ad {
  padding-top: 5px; /*space for add disclamer*/
  padding-bottom: 5px;
  margin: 0 auto;
  max-width: calc(100vw - 10px);
  background-color: #e8e7e6;
}
.landing-page__mobile-ad .ad-placements .dfp-ad .bam-ad-slot > ::before {
  position: relative;
  width: 43px;
  margin: 0 auto;
}
@font-face {
  font-family: "Impact Label Reversed";
  src: url(/nyheter/qs/klimat/assets/1c718238220568336ffc7d3f2847bc08.eot) format("eot"), url(/nyheter/qs/klimat/assets/99e4e424f49e6d17c6216acbe2d4d52e.woff) format("woff"), url(/nyheter/qs/klimat/assets/7fa3a00eb14caa062931fa4dc64e9939.ttf) format("truetype"), url(/nyheter/qs/klimat/assets/40deb0cc9b33c7dd8a0ed8c436bb402c.svg#ImpactLabelReversed) format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #f2f0ec;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
