@charset "UTF-8";
/* TTELA */
/* Colors (paletton.com) */
/* Logo Header */
.navbar-brand {
  padding: .75rem .65rem .85rem 0;
}
@media (min-width: 65rem) {
  .navbar-brand {
    padding: 0.5rem .65rem 0.625rem 0;
  }
}

.navbar-brand .icon--brand {
  width: 69px;
  height: 30px;
}
@media (min-width: 65rem) {
  .navbar-brand .icon--brand {
    width: 75px;
    height: 32px;
  }
}

/* Logo Long-read */
body.bd-main-longread .navbar .navbar-brand {
  background-color: #FFF;
  margin-left: 0;
}

/* Logo Bottom */
.main__footer__logo .icon--brand {
  margin: 1.75rem 0 1rem 0;
}
@media (min-width: 65rem) {
  .main__footer__logo .icon--brand {
    margin: 4rem 0 1rem 0;
  }
}

/* Hide Facebook, Instagram and Twitter */
.navbar__nav__twitter__button,
.navbar__nav__facebook__button,
.navbar__nav__instagram__button {
  display: none !important;
}

.img--circle {
  border-radius: 50%;
}

.img-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a .icon {
  pointer-events: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center {
  text-align: center;
}

.visible {
  display: block !important;
}

.hidden {
  display: none !important;
}

.avoid-clicks {
  pointer-events: none;
}

.modal-backdrop {
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
  transition: opacity .3s,width 0s .3s,height 0s .3s;
  overflow: hidden;
  position: fixed;
}

.modal-backdrop.visible {
  width: 100%;
  height: 100%;
  opacity: .5;
  -khtml-opacity: 0.5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

body.modal-open {
  overflow: hidden;
  overflow-y: hidden;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 0 auto 1rem auto;
  background: transparent;
}

[hidden] {
  display: none !important;
}

.sr-only {
  display: none;
}

@media (min-width: 34rem) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 47.999rem) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 48rem) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 61.249rem) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 61.25rem) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 61.249rem) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 61.25rem) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.ellipsis,
.unit__25252525 .native .spklw-widget .spklw-post-content {
  overflow: hidden;
  max-height: 3.75em;
  line-height: 1.3;
  position: relative;
}
@media (min-width: 48rem) {
  .ellipsis,
  .unit__25252525 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
    max-height: 4em;
  }
}
.ellipsis:after,
.unit__25252525 .native .spklw-widget .spklw-post-content:after {
  content: '.';
  color: #FFF;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
@media (min-width: 48rem) {
  .ellipsis:after,
  .unit__25252525 .native .spklw-widget .spklw-post-content:after {
    width: 15%;
  }
}

.teaser .ellipsis:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), to(#F7F7F7), color-stop(50%, #F7F7F7));
  background: -moz-linear-gradient(to right, rgba(247, 247, 247, 0), #F7F7F7 50%, #F7F7F7);
  background: -o-linear-gradient(to right, rgba(247, 247, 247, 0), #F7F7F7 50%, #F7F7F7);
  background: -ms-linear-gradient(to right, rgba(247, 247, 247, 0), #F7F7F7 50%, #F7F7F7);
  background: linear-gradient(to right, rgba(247, 247, 247, 0), #F7F7F7 50%, #F7F7F7);
}

.package-plate .teaser .ellipsis:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFFFFF), color-stop(50%, #FFFFFF));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
}

@-webkit-keyframes slowMove {
  0% {
    -webkit-transform: scale(1.75) rotate(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0.1deg);
    -webkit-transform-origin: 20% 80%;
  }
}
@keyframes slowMove {
  0% {
    transform: scale(1.75) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0.1deg);
    transform-origin: 20% 80%;
  }
}
@-webkit-keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlideBottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animPoint {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
  }
}
@keyframes animPoint {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
}
@-webkit-keyframes blinkAlert {
  0% {
    color: #FFF;
  }
  50% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: #FFF;
  }
}
@-webkit-keyframes blinkAlert {
  0% {
    color: #FFF;
  }
  50% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: #FFF;
  }
}
@keyframes blinkAlert {
  0% {
    color: #FFF;
  }
  50% {
    color: rgba(255, 255, 255, 0.1);
  }
  100% {
    color: #FFF;
  }
}
@-webkit-keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animSlideTop {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
  touch-action: manipulation;
}

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

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif, "Arial";
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.fonts-loaded body {
  font-family: "Roboto", sans-serif, "Arial";
}

/* BEGIN Thin */
@font-face {
  font-family: Roboto;
  src: url("fonts/Thin/Roboto-Thin.woff2") format("woff2"), url("fonts/Thin/Roboto-Thin.woff") format("woff"), url("fonts/Thin/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* END Thin */
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("fonts/Light/Roboto-Light.woff2") format("woff2"), url("fonts/Light/Roboto-Light.woff") format("woff"), url("fonts/Light/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/LightItalic/Roboto-LightItalic.woff2") format("woff2"), url("fonts/LightItalic/Roboto-LightItalic.woff") format("woff"), url("fonts/LightItalic/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("fonts/Regular/Roboto-Regular.woff2") format("woff2"), url("fonts/Regular/Roboto-Regular.woff") format("woff"), url("fonts/Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Regular/Roboto-Regular.woff2") format("woff2"), url("fonts/Regular/Roboto-Regular.woff") format("woff"), url("fonts/Regular/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/Italic/Roboto-Italic.woff2") format("woff2"), url("fonts/Italic/Roboto-Italic.woff") format("woff"), url("fonts/Italic/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Italic/Roboto-Italic.woff2") format("woff2"), url("fonts/Italic/Roboto-Italic.woff") format("woff"), url("fonts/Italic/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* END Italic */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("fonts/Bold/Roboto-Bold.woff2") format("woff2"), url("fonts/Bold/Roboto-Bold.woff") format("woff"), url("fonts/Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/Bold/Roboto-Bold.woff2") format("woff2"), url("fonts/Bold/Roboto-Bold.woff") format("woff"), url("fonts/Bold/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/BoldItalic/Roboto-BoldItalic.woff2") format("woff2"), url("fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("fonts/BoldItalic/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url("fonts/BoldItalic/Roboto-BoldItalic.woff2") format("woff2"), url("fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("fonts/BoldItalic/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/* END Bold Italic */
/* BEGIN Black */
@font-face {
  font-family: Roboto;
  src: url("fonts/Black/Roboto-Black.woff2") format("woff2"), url("fonts/Black/Roboto-Black.woff") format("woff"), url("fonts/Black/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* END Black */
/* BEGIN Black Italic */
@font-face {
  font-family: Roboto;
  src: url("fonts/BlackItalic/Roboto-BlackItalic.woff2") format("woff2"), url("fonts/BlackItalic/Roboto-BlackItalic.woff") format("woff"), url("fonts/BlackItalic/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* END Black Italic */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "Roboto", sans-serif, "Arial";
  line-height: 1.1;
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #2a5db0;
  text-decoration: none;
}
a:focus {
  color: #1b3c72;
  text-decoration: underline;
}
@media (hover: hover) {
  a:hover {
    color: #1b3c72;
    text-decoration: underline;
  }
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

.label-wrapper {
  background-color: #C90C0F;
  border-radius: 2px;
  display: block;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  float: left;
  text-align: center;
  margin: 0 0.6rem 0.75rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  z-index: 2;
}
.label-wrapper:hover, .label-wrapper:focus {
  background-color: #A50004;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .label-wrapper {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.label-wrapper span {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
  -o-transform: skew(30deg);
  display: block;
  color: #FFF;
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .label-wrapper span {
    font-size: 1.15rem;
  }
}

.tiny-label {
  display: inline-block;
  background-color: #A50004;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
@media (min-width: 65rem) {
  .tiny-label {
    font-size: 85%;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 65rem) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}
@media (min-width: 48em) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 65em) {
  .container {
    max-width: 61.25rem;
  }
}
@media (min-width: 75em) {
  .container {
    max-width: 61.25rem;
  }
}

/* Set (Max-width 1280) Start-Page */
@media (min-width: 65rem) {
  .container-max {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 48rem) {
  .bottom-bar .container-max, .bottom-bar--sharing .container-max {
    height: 51px;
  }
}

/* Set (Max-width 1100) Article
.bd-main-article .container-max {
    max-width: 1100px;
} */
@media (min-width: 1250px) {
  .bd-main-start .content,
  .bd-main-video .content {
    margin-left: -270px;
  }
}

body {
  background-color: #f7f7f7;
}

.outsider {
  display: none;
  position: relative;
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .outsider {
    display: block;
  }
}
.outsider .outsiderAds {
  display: block;
  position: absolute;
  right: -20px;
  top: -9px;
  z-index: 900;
}
.outsider .outsiderAds .row {
  margin-left: 0;
  margin-right: 0;
}

section.content {
  padding-top: 1.25rem;
  clear: both;
}

.main__footer {
  background: #e5e5e5;
  margin-top: 1rem;
}
.main__footer__services {
  padding: 0;
}
@media (min-width: 48rem) {
  .main__footer__services {
    padding: 0 2.5rem;
    margin-top: 3rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__services {
    padding: 0 2rem;
  }
}
@media (min-width: 1280px) {
  .main__footer__services {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.main__footer__services div {
  background: #C90C0F;
}
@media (min-width: 48rem) {
  .main__footer__services div {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    position: relative;
    top: -2.5rem;
    margin-bottom: -2.5rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__services div {
    top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
.main__footer__services div ul {
  list-style-type: none;
  padding: 0.75rem 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .main__footer__services div ul {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    transform: skew(30deg);
    -o-transform: skew(30deg);
    padding: 0.5rem 2rem 0.25rem 2rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (min-width: 65rem) {
  .main__footer__services div ul {
    max-width: none;
    margin: 0;
  }
}
.main__footer__services div ul li {
  display: block;
  clear: both;
  width: auto;
  margin: 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 48rem) {
  .main__footer__services div ul li {
    display: inline-block;
    border-bottom: none;
    clear: none;
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__services div ul li {
    margin: 0 1rem;
  }
}
.main__footer__services div ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 48rem) {
  .main__footer__services div ul li:last-child {
    margin: 0 2rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__services div ul li:last-child {
    margin: 0 1rem;
  }
}
.main__footer__services div ul li a {
  color: #FFF;
  font-weight: 100;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0;
  font-size: 1.55rem;
}
@media (min-width: 48rem) {
  .main__footer__services div ul li a {
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0 0 0.25rem 0;
  }
}
.main__footer__services div ul li a:hover {
  color: #e5e5e5;
}
.main__footer__buttons {
  padding: 1.25rem;
}
@media (min-width: 65rem) {
  .main__footer__buttons {
    padding: 2.5rem 1.25rem;
  }
}
@media (min-width: 1280px) {
  .main__footer__buttons {
    padding-right: 0;
    padding-left: 0;
  }
}
.main__footer__buttons a {
  position: relative;
  vertical-align: top;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
@media (min-width: 34rem) {
  .main__footer__buttons a {
    width: 48%;
    float: right;
  }
}
@media (min-width: 34rem) {
  .main__footer__buttons a:first-child {
    float: left;
  }
}
.main__footer__buttons a:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}
.main__footer__buttons a:first-child img {
  margin-bottom: 1rem;
}
@media (min-width: 34rem) {
  .main__footer__buttons a:first-child img {
    margin-bottom: 0;
  }
}
.main__footer__buttons a .btn-prenumerera, .main__footer__buttons a .btn-facebook {
  position: absolute;
  top: 1rem;
  right: 0;
  background: #C90C0F;
  color: #FFF;
  padding: 0.25rem 0.75rem;
  z-index: 1;
}
@media (min-width: 48rem) {
  .main__footer__buttons a .btn-prenumerera, .main__footer__buttons a .btn-facebook {
    top: 40%;
  }
}
@media (min-width: 65rem) {
  .main__footer__buttons a .btn-prenumerera, .main__footer__buttons a .btn-facebook {
    font-size: 1.3rem;
    letter-spacing: -0.025rem;
    padding: 0.5rem 1.5rem;
    right: 5%;
  }
}
.main__footer__buttons a .btn-prenumerera:hover, .main__footer__buttons a .btn-facebook:hover {
  background: #A50004;
}
.main__footer__buttons a img {
  max-width: 610px;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
}
.main__footer__logo {
  background: #FFF;
  text-align: center;
}
.main__footer__logo .icon--brand {
  width: 70%;
  height: auto;
  max-width: 510px;
}
@media (min-width: 48rem) {
  .main__footer__logo .icon--brand {
    width: 50%;
  }
}
.main__footer__logo ul {
  list-style-type: none;
  padding: 0 0 1.75rem 0;
  margin: 0;
}
@media (min-width: 65rem) {
  .main__footer__logo ul {
    padding: 0 0 3.5rem 0;
  }
}
.main__footer__logo ul li {
  color: #373a3c;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .main__footer__logo ul li {
    display: inline-block;
    margin: 0 0.5rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__logo ul li {
    font-weight: 300;
  }
}
.main__footer__logo ul span {
  display: none;
}
@media (min-width: 65rem) {
  .main__footer__logo ul span {
    display: inline-block;
    margin: 0 0.5rem;
  }
}
.main__footer__logo ul a {
  text-decoration: underline;
}
.main__footer__logo ul a:first-child {
  margin-right: 1rem;
}
@media (min-width: 65rem) {
  .main__footer__logo ul a:first-child {
    margin-right: 0.5rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__logo ul a:last-child {
    margin-left: 0.5rem;
  }
}
.main__footer__mediagroup {
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
@media (min-width: 65rem) {
  .main__footer__mediagroup {
    font-weight: 300;
    padding: 3.25rem 1.25rem 3rem 1.25rem;
  }
}
@media (min-width: 1280px) {
  .main__footer__mediagroup {
    padding-right: 0;
    padding-left: 0;
  }
}
.main__footer__mediagroup .mediagroup__text {
  max-width: 1128px;
}
.main__footer__mediagroup .icon--stampen {
  fill: #373a3c;
  width: 106px;
  height: auto;
  float: left;
  margin: 0.35rem 1rem 0.25rem 0;
}
@media (min-width: 48rem) {
  .main__footer__mediagroup .icon--stampen {
    width: 148px;
    margin: 0.35rem 2rem 4.4rem 0;
  }
}
@media (min-width: 65rem) {
  .main__footer__mediagroup .icon--stampen {
    margin: 0.35rem 2rem 0.5rem 0;
  }
}
.main__footer__mediagroup a {
  color: #373a3c;
}

.statistics-pixel {
  display: none;
}

.row, .row__333333.equal .unit__333333 .teaser, .unit__25252525 .teaser, .teaser-low, .plate__teaser__link {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row > figure, .row__333333.equal .unit__333333 .teaser > figure, .unit__25252525 .teaser > figure, .teaser-low > figure, .plate__teaser__link > figure {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.row__333333.equal .unit__333333 .teaser, .unit__25252525 .teaser, .teaser-low {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row__25252525--home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row__333333--home {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 48rem) {
  .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.unit__5050 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.unit__333333 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 34rem) {
  .unit__333333 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65rem) {
  .unit__333333 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.unit__333333:first-child {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 34rem) {
  .unit__333333:first-child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 65rem) {
  .unit__333333:first-child {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.unit__25252525 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .unit__25252525 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

/* Row equal 33/33/33 */
.row__333333.equal .unit__333333 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 48rem) {
  .row__333333.equal .unit__333333 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
.row__333333.equal .unit__333333 .teaser .teaser__image {
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  max-width: 29%;
  padding-right: 1rem;
  margin: 0;
}
@media (min-width: 48rem) {
  .row__333333.equal .unit__333333 .teaser .teaser__image {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
    margin: 0;
  }
}
.row__333333.equal .unit__333333 .teaser .teaser__body {
  -webkit-flex-basis: 71%;
  -ms-flex-preferred-size: 71%;
  flex-basis: 71%;
  max-width: 71%;
  margin-top: -0.25rem;
}
@media (min-width: 48rem) {
  .row__333333.equal .unit__333333 .teaser .teaser__body {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.row__333333.equal .unit__333333 .teaser .teaser__body__heading {
  font-size: 1.16rem;
}
@media (min-width: 65rem) {
  .row__333333.equal .unit__333333 .teaser .teaser__body__heading {
    font-size: 1.35rem;
  }
}
.row__333333.equal .unit__333333 .teaser .teaser__body__text {
  max-height: 2.56em;
}
@media (min-width: 34rem) {
  .row__333333.equal .unit__333333 .teaser .teaser__body__text {
    max-height: 5em;
  }
}
@media (min-width: 48rem) {
  .row__333333.equal .unit__333333 .teaser .teaser__body__text {
    font-size: inherit;
    max-height: 5.5em;
  }
}

/* Image-less teasers */
.ad + .row.imageless:before {
  display: none;
}

@media (min-width: 48rem) {
  .row.imageless + .ad {
    margin-top: -0.85rem;
  }
}
@media (min-width: 65rem) {
  .row.imageless + .ad {
    margin-top: -1.1rem;
  }
}
@media (min-width: 48rem) {
  .row.imageless:before {
    content: '';
    display: block;
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: #d5d5d5;
    position: relative;
    left: 0.9375rem;
    top: -1.25rem;
    margin-top: 1.25rem;
  }
}
.row.imageless .unit__25252525 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}
@media (min-width: 48rem) {
  .row.imageless .unit__25252525 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.row.imageless .unit__333333 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}
@media (min-width: 48rem) {
  .row.imageless .unit__333333 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media (min-width: 48rem) {
  .row.imageless .unit {
    position: relative;
  }
}
.row.imageless .unit:before {
  content: '';
  display: block;
  width: calc(100% - 1.25rem);
  height: 1px;
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0.75rem;
  bottom: 1.25rem;
  background-color: #d5d5d5;
}
@media (min-width: 48rem) {
  .row.imageless .unit:before {
    bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: calc(100% - 1.875rem);
  }
}
@media (min-width: 48rem) {
  .row.imageless .unit:before {
    height: calc(100% - 1.65rem);
    width: 1px;
    right: -0.875rem;
    bottom: inherit;
    top: -0.75rem;
    position: absolute;
  }
}
@media (min-width: 65rem) {
  .row.imageless .unit:before {
    height: calc(100% - 1.5rem);
  }
}
.row.imageless .unit .teaser .teaser__body {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none;
}
.row.imageless .unit .teaser .teaser__body__heading {
  font-size: 1.1rem;
}
@media (min-width: 65rem) {
  .row.imageless .unit .teaser .teaser__body__heading {
    font-size: 1.35rem;
  }
}
.row.imageless .unit .teaser .teaser__body__text {
  font-size: 1rem;
}
@media (min-width: 48rem) {
  .row.imageless .unit .teaser .teaser__body__text {
    max-height: 4.3em;
  }
}
@media (min-width: 48rem) {
  .row.imageless .unit .teaser .teaser__body__text:after {
    width: 35%;
  }
}
@media (min-width: 48rem) {
  .row.imageless .unit:last-child::before {
    display: none;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #2a5db0;
  outline: 0;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input[type='text'] {
  height: 2.5rem;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
  width: 100%;
  max-width: 335px;
}
.file .file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.file .file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -1px;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Bläddra";
  background-color: #eee;
  border: 1px solid #CCC;
  border-radius: 0 .25rem .25rem 0;
}
.file .file-custom::after {
  content: "Välj bild/video...";
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: auto;
  user-select: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* Button Size */
  /* Button Colors */
  /* Button Modifier */
}
.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}
.btn-primary {
  color: #FFF;
  background-color: #2a5db0;
  border-color: #2a5db0;
}
.btn-primary:hover {
  background-color: #204787;
  border-color: #204787;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 93, 176, 0.25);
}
.btn-secondary {
  color: #C90C0F;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #ccc;
}
.btn-secondary:hover {
  background-color: white;
  border-color: #e6e6e6;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn--round {
  border: none;
  border-radius: 1.125rem;
  font-weight: 400;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn > .btn {
  position: relative;
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
}

.pagination {
  display: block;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.page-link {
  position: relative;
  float: left;
  padding: .5rem .74rem;
  margin-left: -1px;
  color: #2a5db0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2a5db0;
  border-color: #2a5db0;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #f7f7f7;
  border-color: #ddd #ddd transparent;
  text-decoration: none;
}

.nav-tabs .nav-link {
  display: block;
  padding: .5em 0.9em;
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
}

.nav-link {
  display: inline-block;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}

.network {
  background-color: #999;
  height: 25px;
  font-size: 0.75rem;
  text-align: center;
  overflow: hidden;
  display: none;
}
@media (min-width: 48rem) {
  .network {
    display: block;
  }
}
.network__link {
  color: #FFF;
  margin: 0 0 0 13px;
  padding: 0.2rem 0;
  display: inline-block;
}
.network__link:hover {
  color: #333;
}

/* Small breaking formats */
.small-breaking-element {
  padding-left: 0;
  padding-right: 0;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
@media (min-width: 34rem) {
  .small-breaking-element {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 65rem) {
  .small-breaking-element {
    padding-left: initial;
    padding-right: initial;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (min-width: 65rem) {
  .small-breaking-element__row {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
}
.small-breaking-element__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 65rem) {
  .small-breaking-element__row .teaser__small {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__row .teaser__small .small-breaking-element__teaser__link {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    min-width: 0;
  }
}
.small-breaking-element__teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  padding: 0;
  white-space: nowrap;
  /* Regular */
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser {
    white-space: normal;
  }
}
.small-breaking-element__teaser__link {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  display: block;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__link {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    min-width: 32.5%;
    margin-right: 0.5rem;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__link:last-child {
    margin-right: 0;
  }
}
.small-breaking-element__teaser__link:hover, .small-breaking-element__teaser__link:focus {
  text-decoration: none;
}
.small-breaking-element__teaser__large .small-breaking-element__teaser__label {
  background-color: #9A1915;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__label {
    font-size: 2.313rem;
    line-height: 2.313rem;
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Impact;
    margin-right: 1.75rem;
    height: 41px;
  }
}
.small-breaking-element__teaser__large .small-breaking-element__teaser__label:after {
  border-left: 0.75rem solid #9A1915;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__label:after {
    border-bottom: 41px solid transparent;
    border-left: 1.375rem solid #9A1915;
    left: 100%;
    height: 41px;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__title {
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__title:hover {
    text-decoration: none;
  }
}
.small-breaking-element__teaser__large .small-breaking-element__teaser__title p {
  font-weight: 900;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__title p {
    letter-spacing: -0.035rem;
    font-size: 2.313rem;
    line-height: 2.6rem;
    text-decoration: none;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__large .small-breaking-element__teaser__title p:hover {
    text-decoration: none;
    color: #555;
  }
}
.small-breaking-element__teaser__label {
  font-size: .875rem;
  font-weight: 900;
  font-stretch: condensed;
  text-transform: uppercase;
  background-color: #2a5db0;
  padding: 0.15rem 0.25rem 0.10rem 0.5rem;
  color: #FFF;
  position: relative;
  height: 25px;
  white-space: nowrap;
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__label {
    margin: 0.25rem 1rem 0.25rem 0;
  }
}
.small-breaking-element__teaser__label::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 25px;
  overflow: hidden;
  border-bottom: 25px solid transparent;
  border-left: 0.75rem solid #2a5db0;
  left: 100%;
}
.small-breaking-element__teaser__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  align-self: center;
}
.small-breaking-element__teaser__title p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #373a3c;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__title p {
    font-weight: 600;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element__teaser__title:hover {
    text-decoration: underline;
  }
}

/* Tips Label */
.tips__label {
  margin-top: 0.5rem;
  display: block;
  color: #373a3c;
}
.tips__label:hover, .tips__label:focus {
  color: #373a3c;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .tips__label {
    margin-top: 0.25rem;
  }
}
@media (min-width: 65rem) {
  .tips__label {
    margin-top: 0.5rem;
  }
}
.tips__label__title {
  text-transform: uppercase;
  background-color: #9A1915;
  padding: 0rem 0.15rem 0.05rem 0.25rem;
  display: block;
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
  top: 1px;
  height: 18px;
  position: relative;
  margin-right: 0.75rem;
  float: left;
}
.tips__label__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  height: 18px;
  width: 0;
  overflow: hidden;
  border-bottom: 18px solid transparent;
  border-left: 9px solid #9A1915;
}
.tips__label__desc {
  font-weight: 600;
  display: inline;
}
.unit__5050 .teaser .tips__label span {
  display: none;
}
@media (min-width: 48rem) {
  .unit__5050 .teaser .tips__label span {
    display: inline-block;
  }
}
.unit__333333:first-child .teaser .tips__label span {
  display: inline-block;
}
.unit__333333 .teaser .tips__label span {
  display: none;
}
@media (min-width: 48rem) {
  .unit__333333 .teaser .tips__label span {
    display: inline-block;
  }
}
.unit__25252525 .teaser .tips__label {
  display: none;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .tips__label {
    display: block;
  }
}
.unit__25252525 .teaser .tips__label span {
  display: none;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .tips__label span {
    display: inline-block;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser .tips__label span {
    display: none;
  }
}

.ad {
  /* Hide <br> */
  /* AD Tag */
  /* Sticky Panorama */
  /* Panorama (980x120/240/360) */
  /* Image Gallery AD */
  /* This is the animation code. */
  /* Panorama between articles */
  /* Insider (320x320/250) */
  /* Widescreen (250x120/240/280/360/480) */
  /* Scaler */
  /* Fix for ads in automatic-section */
}
.ad * {
  vertical-align: bottom;
}
.ad > br, .ad div > br,
.ad .undernav, .ad .scaler img[src*="rampanel"] {
  content: '';
  height: 0;
  line-height: 0;
  clear: both;
  display: none;
}
.ad .adheaderclass {
  line-height: 1;
}
.ad .akj_annonsbilden {
  margin-bottom: 0.1875rem;
  display: block !important;
  clear: both;
}
.ad .container {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.ad-text-tag {
  text-align: left;
  color: rgba(0, 0, 0, 0.49804);
  display: block;
  font-size: 8px;
  font-family: Source Sans Pro, sans-serif;
}
.ad.panorama.panorama-sticky {
  overflow: visible;
}
@media (min-width: 48rem) {
  .ad.panorama.panorama-sticky .container {
    position: fixed;
    z-index: 10000;
    top: 0px;
  }
}
@media (min-width: 65rem) {
  .ad.panorama.panorama-sticky .container {
    width: 61.25rem;
    position: static;
  }
}
@media (min-width: 48rem) {
  .ad.panorama.panorama-sticky .scaler {
    width: 980px;
  }
}
.ad.panorama.panorama-sticky .ad-float-tag {
  text-align: left;
  display: block;
  font-size: 8px;
  font-family: Source Sans Pro, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 2px 5px 1px 5px;
}
.ad.panorama.panorama-sticky .ad-float-close {
  -webkit-box-shadow: 0 1px 2px 0 #d4d4d4;
  -moz-box-shadow: 0 1px 2px 0 #d4d4d4;
  box-shadow: 0 1px 2px 0 #d4d4d4;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding: 3px 5px;
  background-color: #FFF;
  cursor: pointer;
}
.ad.panorama.panorama-sticky .ad-float-close:before {
  content: "x";
  font-weight: 700;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  line-height: 15px;
  font-size: 12px;
  padding: 0px 5px;
  display: inline-block;
}
.ad.panorama.panorama-sticky .ad-float {
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 #333;
  -webkit-box-shadow: 0 5px 15px 0 #333;
  -moz-box-shadow: 0 5px 15px 0 #333;
}
@media (min-width: 65rem) {
  .ad.panorama.panorama-sticky .ad-float {
    position: fixed;
    z-index: 10000;
    top: 74px;
  }
}
.ad.panorama {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 0.7rem;
  padding-bottom: 0.95rem;
  margin-bottom: 1.25rem;
  background-color: #f2f2f2;
  overflow: hidden;
  /* Bostads snurror */
  /* Bostads snurror (fusion) */
  /* Panorama Lead */
  /* Byline */
}
@media (min-width: 34rem) {
  .ad.panorama {
    background-color: transparent;
    max-width: 31.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .ad.panorama {
    max-width: 34rem;
    padding-top: 0.5625rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .ad.panorama {
    max-width: 45.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.95rem;
  }
}
@media (min-width: 65rem) {
  .ad.panorama {
    max-width: 61.25rem;
  }
}
@media (min-width: 48rem) {
  .ad.panorama .scaler[data-name='panorama_x'] {
    max-height: 275px;
  }
}
@media (min-width: 65rem) {
  .ad.panorama .scaler[data-name='panorama_x'] {
    max-height: none;
  }
}
.ad.panorama[data-name='mob_panoramax'] .scaler, .ad.panorama[data-name='mob_panoramax_2'] .scaler {
  min-width: 320px;
  height: auto;
}
.ad.panorama[data-name='ad_panoramax'] .scaler, .ad.panorama[data-name='ad_panoramax_2'] .scaler {
  transform: none;
  -webkit-transform: none;
  margin-bottom: 0 !important;
  min-width: 720px;
  height: auto;
  max-height: none;
}
@media (min-width: 65rem) {
  .ad.panorama[data-name='ad_panoramax'] .scaler, .ad.panorama[data-name='ad_panoramax_2'] .scaler {
    min-width: 980px;
  }
}
.ad.panorama-lead {
  margin-top: 0.5rem;
  margin-bottom: 1.4875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 320px;
  background-color: transparent;
  border-top: none;
}
@media (min-width: 48rem) {
  .ad.panorama-lead {
    max-width: none;
  }
}
@media (min-width: 48rem) {
  .ad.panorama-lead {
    margin-top: 0.5625rem;
    margin-bottom: -0.5rem;
  }
}
.ad.panorama.byline {
  background-color: transparent;
  border-top: none;
  margin: 0;
  padding: 0;
}
.ad__gallery {
  border: none;
  background: none;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.ad__gallery__tag {
  text-align: left;
  width: 320px;
  margin: 0 auto;
}
@media (min-width: 65rem) {
  .ad__gallery__tag {
    width: 980px;
  }
}
.ad__gallery__slider {
  width: 320px;
  height: 160px;
  overflow: visible;
  position: relative;
}
@media (min-width: 65rem) {
  .ad__gallery__slider {
    width: 980px;
    height: 120px;
  }
}
.ad__gallery__mask {
  overflow: hidden;
  height: 160px;
  width: 320px;
  position: relative;
}
@media (min-width: 65rem) {
  .ad__gallery__mask {
    width: 980px;
    height: 120px;
  }
}
.ad__gallery__first {
  width: 320px;
  height: 160px;
  position: absolute;
}
@media (min-width: 65rem) {
  .ad__gallery__first {
    width: 980px;
    height: 120px;
  }
}
.ad__gallery .in {
  -moz-animation: cycle 0.3s ease-in 0s 1;
  -webkit-animation: cycle 0.3s ease-in 0s 1;
  animation-fill-mode: forwards;
}
.ad__gallery .out {
  -moz-animation: cycle-out 0.3s ease-in 0s 1;
  -webkit-animation: cycle-out 0.3s ease-in 0s 1;
  animation-fill-mode: forwards;
}
.ad__gallery__last {
  width: 320px;
  height: 160px;
  position: absolute;
  left: -320px;
}
@media (min-width: 65rem) {
  .ad__gallery__last {
    width: 980px;
    height: 120px;
  }
}
@keyframes cycle {
  from {
    left: -320px;
  }
  /* When you start the slide, the first image is already visible */
  to {
    left: 0;
  }
}
@keyframes cycle-out {
  from {
    left: 0;
  }
  /* When you start the slide, the first image is already visible */
  to {
    left: 320px;
  }
}
.article .ad.panorama {
  margin-bottom: 0;
  border-bottom: none;
  text-align: center;
}
@media (min-width: 48rem) {
  .article .ad.panorama {
    text-align: left;
    border-top: none;
  }
}
@media (min-width: 65rem) {
  .article .ad.panorama {
    padding-top: 0.5rem;
  }
}
.ad.insider {
  margin-top: -0.4375rem;
  margin-bottom: 0.9375rem;
  margin-left: -1.25rem;
  z-index: 1;
  position: relative;
  clear: left;
}
@media (min-width: 375px) {
  .ad.insider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .ad.insider {
    margin-top: -0.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .ad.insider {
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .ad.insider {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
  }
}
@media (min-width: 48rem) {
  .ad .scaler {
    transform: scale(0.74286);
    transform-origin: left top;
    -webkit-transform: scale(0.74286);
    -webkit-transform-origin: left top;
    max-height: 188px;
  }
}
@media (min-width: 65rem) {
  .ad .scaler {
    transform: none;
    -webkit-transform: none;
    max-height: none;
  }
}
.automated-section .ad {
  width: 100vw;
  margin-left: -1.25rem;
}
@media (min-width: 34rem) {
  .automated-section .ad {
    width: auto;
    margin-left: auto;
  }
}

/* Hide Undernv-tag */
.undernav {
  display: none;
}

/* ADONnews */
div.ml-adon-hide-box {
  border: 1px solid #ccc !important;
  margin-top: 3.6rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div.ml-adon-hide-box .label-wrapper.free-typed {
  top: -1.65rem;
  left: -0.05rem;
  line-height: 1.6;
  background: #000 !important;
}
div.ml-adon-hide-box .label-wrapper.free-typed:after {
  border-left-color: #000;
}
@media (min-width: 34rem) {
  div.ml-adon-hide-box .label-wrapper.free-typed {
    top: -2rem;
  }
}
div.ml-adon-hide-box .teaser__image {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
div.ml-adon-hide-box .ml-ad-button {
  position: relative !important;
  max-width: 280px;
  background: #FFF !important;
  border: 1px solid #ccc;
  border-radius: .25rem;
  font-weight: 600 !important;
  text-align: center;
  color: #373a3c !important;
  margin: -9px auto 0 auto;
}

/* Adblock Checker */
.adblock-checker {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1200;
}
.adblock-checker__wrapper {
  position: fixed;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 200;
}
.adblock-checker__container {
  background: #FFF;
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: .3rem;
  outline: 0;
}
@media (min-width: 48rem) {
  .adblock-checker__container {
    padding: 40px;
  }
}
.adblock-checker__headline {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.025rem;
  text-align: center;
}
@media (min-width: 48rem) {
  .adblock-checker__headline {
    font-size: 4.375rem;
  }
}
.adblock-checker__headline:after {
  content: '';
  border-top: 1px solid #d5d5d5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 23px;
  width: 265px;
}
.adblock-checker__text {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 2rem;
  color: #000;
}
@media (min-width: 48rem) {
  .adblock-checker__text {
    font-size: 1.563rem;
  }
}
.adblock-checker__text a {
  border-bottom: 1px solid #d5d5d5;
  background-color: #e6f0ff;
  text-decoration: none;
  color: #2a5db0;
}
.adblock-checker__text a:hover, .adblock-checker__text a:focus {
  border-bottom: 1px solid #1b3c72;
}
.adblock-checker__text__site::first-letter {
  text-transform: uppercase;
}
.adblock-checker__choices {
  text-align: center;
}
.adblock-checker__choices a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
  font-weight: bold;
}
.adblock-checker__choices form {
  display: inline-block;
}
.adblock-checker__choices form input {
  margin-bottom: 0;
  font-weight: bold;
}

/* Fixes */
#adform_rm {
  line-height: 0;
  display: block !important;
}

/* Fix for first Panorama Start-page */
.bd-main-start .ad.panorama {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: -0.55rem !important;
}

.navbar {
  margin: 0 auto;
  background: #FFF;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Tablet */
  /* Notebook */
  /* Desktop */
  /* Mobile Hamburgare */
}
@media (min-width: 65rem) {
  .navbar {
    height: 51px;
  }
}
.navbar > .container-max {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  position: relative;
}
@media (min-width: 1250px) {
  .navbar > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-brand {
  float: left;
  display: block;
  line-height: 1;
}
.navbar-toggleable {
  float: right;
}
.navbar__nav__twitter__button, .navbar__nav__facebook__button, .navbar__nav__instagram__button {
  display: none;
}
@media (min-width: 65rem) {
  .navbar__nav__twitter__button, .navbar__nav__facebook__button, .navbar__nav__instagram__button {
    display: block;
  }
}
@media (min-width: 48rem) {
  .navbar__nav__list > .navbar__item {
    display: none;
  }
  .navbar__nav__list #top-menu-item-start, .navbar__nav__list #top-menu-item-nyheter, .navbar__nav__list #top-menu-item-sport, .navbar__nav__list #top-menu-item-ekonomi, .navbar__nav__list > li[id*='noje'], .navbar__nav__list #top-menu-item-ao {
    display: block;
  }
}
@media (min-width: 1250px) {
  .navbar__nav__list > .navbar__item {
    display: block;
  }
}
@media (min-width: 65rem) {
  .navbar {
    /* Sitemap */
    /* Search */
    /* User-navigation */
    /* Navigation */
    /* Facebook & Twitter Button */
  }
  .bd-main-article .navbar__nav__list > li[id*='familj'], .bd-main-article .navbar__nav__list > li#top-menu-item-livetsgang {
    display: none;
  }
  .navbar #top-menu-item-ao {
    position: static;
  }
  .navbar #top-menu-item-ao:hover #submenu-ao {
    display: none;
  }
  .navbar #submenu-ao {
    max-height: 550px;
    height: 550px;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-top: -1px;
    padding: 1.25rem 0.75rem 1rem 0.75rem;
    width: 100%;
    text-align: left;
    background: #FFF;
    box-shadow: none;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 0;
  }
  .navbar #submenu-ao:before {
    right: 170px;
    left: initial;
  }
  .navbar #submenu-ao .sitemap__close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: block;
    background: transparent;
    font-size: 1rem;
    height: 35px;
    line-height: 1;
    color: #CCC;
    font-weight: 200;
    border: 1px solid #CCC;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 35px;
  }
  .navbar #submenu-ao .sitemap__close:hover {
    border: 1px solid #A50004;
    color: #FFF;
    background-color: #A50004;
  }
  .navbar #submenu-ao .sitemap__letter {
    width: 13.5%;
    margin-bottom: 0.75rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: top;
  }
  .navbar #submenu-ao .sitemap__letter__headline {
    margin-bottom: 0.10rem;
    font-weight: 900;
    border-bottom: 1px dotted #d5d5d5;
  }
  .navbar #submenu-ao .sitemap__letter__link {
    font-weight: 300;
    display: block;
    color: #373a3c;
  }
  .navbar #submenu-ao .sitemap__servicelinks {
    color: #FFF;
    background: #373a3c;
    font-weight: bold;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    border-radius: .25rem;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 13.5%;
  }
  .navbar #submenu-ao .sitemap__servicelinks:hover {
    background: #A50004;
  }
  .navbar .navbar__item.navbar__item__active#top-menu-item-ao span.navbar__link {
    position: relative;
  }
  .navbar .navbar__item.navbar__item__active#top-menu-item-ao span.navbar__link::after {
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #A50004;
    top: inherit;
    bottom: 0;
  }
  .navbar .navbar__item.navbar__item__active#top-menu-item-ao .navbar__nav__list-section.sitemap.dropdown.visible {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .navbar__nav__search {
    position: absolute;
    z-index: 1030;
    right: 0;
    top: 51px;
    display: none;
  }
  .navbar__nav__search-field {
    float: left;
    position: relative;
  }
  .navbar__nav__search.visible {
    display: block;
  }
  .navbar__nav__search__field {
    background: #A50004;
    width: 321px;
    border: none;
    color: #FFF;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    letter-spacing: -0.05rem;
    text-align: left;
    -webkit-appearance: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .navbar__nav__search__field:focus {
    outline: none;
  }
  .navbar__nav__search__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar__nav__search__button {
    border-radius: 50%;
    background: transparent;
    border: none;
    line-height: 1;
    height: 51px;
    width: 40px;
    padding: 0 .25rem 0 0;
    margin: 0;
  }
  .navbar__nav__search__button::after {
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #C90C0F;
    top: inherit;
    bottom: 0;
    display: none;
  }
  .navbar__nav__search__button .icon {
    fill: #373a3c;
    width: 17px;
    height: 17px;
  }
  .navbar__nav__search__button:hover .icon {
    fill: #C90C0F;
  }
  .navbar__nav__search__button:hover:after {
    display: block;
  }
  .navbar__nav__search__button.active .icon {
    fill: #A50004;
  }
  .navbar__nav__search__button.active:after {
    display: block;
    border-bottom-color: #A50004;
  }
  .navbar__nav__user-nav {
    float: right;
    padding-top: 0.55rem;
    position: relative;
    height: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
  }
  .navbar__nav__user-nav__button {
    cursor: pointer;
    display: block;
  }
  .navbar__nav__user-nav__button .icon {
    fill: #C90C0F;
    border: none;
    line-height: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    display: block;
  }
  .navbar__nav__user-nav__button .icon:hover, .navbar__nav__user-nav__button .icon.active {
    fill: #A50004;
    border: none;
  }
  .navbar__nav__user-nav__button .icon.active {
    background: #C90C0F;
  }
  .navbar__nav__user-nav:hover ul.navbar__nav__user-nav__list {
    display: block !important;
  }
  .navbar__nav__user-nav__list {
    display: none;
    clear: both;
    position: absolute;
    top: 51px;
    right: 0;
    list-style-type: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background: #C90C0F;
    width: 250px;
    color: #FFF;
    z-index: 1000;
    padding: 1.25rem;
    border-radius: 0 0 7px 7px;
  }
  .navbar__nav__user-nav__list:before {
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    display: block;
    width: 0;
    border-bottom: 10px solid #C90C0F;
    right: 21px;
    top: -10px;
  }
  .navbar__nav__user-nav__item.epaper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.75rem;
    margin-bottom: 0.25rem;
  }
  .navbar__nav__user-nav__item.epaper a {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .navbar__nav__user-nav__item.epaper img {
    margin-bottom: .5rem;
  }
  .navbar__nav__user-nav__item.epaper svg {
    display: none;
  }
  .navbar__nav__user-nav__item.epaper p {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
  }
  .navbar__nav__user-nav__item.epaper span {
    text-align: center;
    border-radius: 17px;
    padding: 0.35rem 0;
    display: block;
    background-color: #FFF;
    color: #C90C0F;
  }
  .navbar__nav__user-nav__link {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    color: #FFF;
    text-align: center;
    border-radius: 17px;
    border: 1px solid #FFF;
    padding: 0.288rem 0;
    margin-top: 0.75rem;
  }
  .navbar__nav__user-nav__link:hover, .navbar__nav__user-nav__link:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar__nav__user-nav__link .icon {
    fill: #FFF;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-right: 3px;
  }
  .navbar__nav__user-nav + .navbar__nav__search-field {
    padding-right: 0.5rem;
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
  }
  .navbar__nav__list {
    float: left;
  }
  .navbar__nav__list-section {
    padding: 0;
    position: absolute;
    z-index: 11000 !important;
    margin-top: 0;
  }
  .navbar__nav__list-section .navbar__item {
    display: block;
    clear: both;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .navbar__nav__list-section .navbar__item::after {
    display: none;
  }
  .navbar__nav__list-section .navbar__item:last-child .navbar__link {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
  }
  .navbar__nav__list-section .navbar__item:hover .navbar__link:after {
    display: none;
  }
  .navbar__nav__list-section .navbar__link {
    padding: 0.407rem 0.75rem 0.407rem !important;
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    border-left: 0;
    color: #FFF;
    font-weight: 300;
    border-bottom: 1px solid #A50004;
    min-width: 120px;
    text-transform: none;
  }
  .navbar__nav__list-section .navbar__link:hover {
    color: #FFF !important;
    background: #A50004;
  }
  .navbar__nav__list-section .navbar__link.active {
    padding: 0.25rem 1.5rem 0.25rem 1.3rem;
    background: #A50004;
    color: #FFF;
  }
  .navbar__item {
    display: inline-block;
    padding: 0 0.65rem;
    float: left;
  }
}
@media (min-width: 65rem) and (min-width: 65rem) {
  .navbar__item {
    padding: 0;
    position: relative;
  }
}
@media (min-width: 65rem) {
  .navbar__item:hover > .navbar__link {
    color: #C90C0F;
  }
  .navbar__item:hover > .navbar__link:after {
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #C90C0F;
    top: inherit;
    bottom: 0;
  }
  .navbar__item:hover .navbar__item__switch .icon {
    fill: #C90C0F;
  }
  .navbar__item:hover .navbar__nav__list-section {
    display: block;
  }
}
@media (min-width: 65rem) and (min-width: 65rem) {
  .navbar__item:hover .navbar__nav__list-section {
    display: block;
    visibility: visible;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #C90C0F;
    border-radius: 0 0 3px 3px;
    opacity: 1;
  }
}
@media (min-width: 65rem) {
  .navbar__item.active .navbar__nav__list > .navbar__item > .navbar__link {
    color: #A50004;
  }
  .navbar__link {
    font-weight: 300;
    color: #373a3c;
    float: none;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.45rem 0 1.2rem 0;
    display: inline-block;
    cursor: pointer;
  }
}
@media (min-width: 65rem) and (min-width: 65rem) {
  .navbar__link {
    padding: 0.875rem 0.875rem 0.8125rem 0.875rem;
    font-size: 1rem;
  }
}
@media (min-width: 65rem) {
  .navbar__link.active {
    color: #A50004;
  }
  .navbar__link.active:after {
    content: ' ';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #A50004;
    top: inherit;
    bottom: 0;
  }
  .navbar__link:hover {
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
  }
  .navbar__link:focus {
    text-decoration: none;
    color: #C90C0F;
  }
  .navbar__item__switch {
    display: none;
  }
  .navbar__nav__facebook__button, .navbar__nav__twitter__button, .navbar__nav__instagram__button {
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #CCC;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: 0.5rem;
    margin-top: 0.85rem;
    overflow: hidden;
    line-height: 1;
    float: right;
  }
  .navbar__nav__facebook__button .icon, .navbar__nav__twitter__button .icon, .navbar__nav__instagram__button .icon {
    fill: #373a3c;
  }
  .navbar__nav__facebook__button:hover, .navbar__nav__twitter__button:hover, .navbar__nav__instagram__button:hover {
    background: #C90C0F;
    border: 1px solid #C90C0F;
  }
  .navbar__nav__facebook__button:hover .icon, .navbar__nav__twitter__button:hover .icon, .navbar__nav__instagram__button:hover .icon {
    fill: #FFF;
  }
  .navbar__nav__twitter__button {
    margin-right: 0;
  }
  .navbar__nav__twitter__button .icon {
    position: relative;
    top: 8px;
    width: 19px;
    height: 19px;
  }
  .navbar__nav__facebook__button .icon {
    height: 26px;
    width: 24px;
    position: relative;
    top: 4px;
  }
  .navbar__nav__instagram__button .icon {
    position: relative;
    top: 7px;
  }
}
.navbar__toggler {
  float: right;
  padding: 0.8rem 0 0.8rem 0.8rem;
  font-size: 1.875rem;
  line-height: 0.4;
  background: 0 0;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  color: #7f7f7f;
}
@media (min-width: 65rem) {
  .navbar__toggler {
    display: none;
  }
}
.navbar__toggler .icon--menu {
  fill: #999;
  width: 28px;
  height: 28px;
}
.navbar__toggler .icon--menu:hover {
  fill: #C90C0F;
}
.navbar__toggler--float {
  position: fixed;
  z-index: 1050;
  top: 0.6875rem;
  right: 1.25rem;
  border: 1px solid #999;
  width: 70px;
  height: 70px;
  background: #FFF;
  border-radius: 50%;
}
.navbar__toggler--float .icon--menu {
  fill: #999;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
.navbar__nav {
  display: none;
  /* Mobile Navigation */
}
@media (min-width: 48rem) {
  .navbar__nav {
    right: -375px;
    position: fixed;
    visibility: hidden;
    display: block;
  }
}
@media (min-width: 65rem) {
  .navbar__nav {
    display: block;
    right: 0;
    position: static;
    visibility: visible;
  }
}
.navbar__nav .navbar-brand {
  display: none;
}
.navbar__nav__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.navbar__nav__list-section.dropdown {
  list-style-type: none;
  display: none;
}
@media (min-width: 65rem) {
  .navbar__nav__list-section.dropdown {
    display: none;
    text-align: left;
    position: absolute;
    top: 51px;
    left: 50%;
    margin-left: -60px;
    min-width: 120px;
  }
}
.navbar__nav .close {
  display: none;
}
.navbar__nav.visible {
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 1060;
  display: flex !important;
  flex-direction: column;
  /* Tablet Navigation to the right */
  /* Mobile Social */
  /* Mobile Search */
  /* Close mobile-nav */
  /* A-Z Mobile */
  /* User-navigation Mobile */
}
@media (min-width: 48rem) {
  .navbar__nav.visible {
    width: 375px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: .2s;
    transition: .2s;
    right: 0;
    -webkit-transform: translateZ(0);
    visibility: visible;
    display: block;
  }
}
.navbar__nav.visible .navbar-brand {
  display: none;
}
.navbar__nav.visible .navbar__nav__list {
  border-top: 1px dotted #d5d5d5;
  padding-top: 0.5rem;
}
.navbar__nav.visible .navbar__item {
  display: block;
  clear: both;
}
.navbar__nav.visible .navbar__nav__list-section {
  clear: both;
  padding: 0;
  margin-bottom: 1rem;
}
.navbar__nav.visible .navbar__nav__list-section .navbar__link {
  font-size: 1.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-left: 1.45rem;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  line-height: 1;
  text-transform: none;
  float: none;
}
.navbar__nav.visible .navbar__nav__list-section .navbar__link.active {
  color: #A50004;
  position: relative;
}
.navbar__nav.visible .navbar__nav__list-section .navbar__link.active:before {
  content: ' ';
  height: 0;
  border-left: 10px solid #A50004;
  position: absolute;
  left: 0;
  margin-left: -1px;
  display: block;
  width: 0;
  margin-top: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.navbar__nav.visible .navbar__link {
  clear: both;
  display: inline-block;
  font-size: 2rem;
  font-weight: 100;
  text-decoration: none;
  padding: 0.1rem 0 0 1.25rem;
  float: left;
  text-transform: uppercase;
  color: #373a3c;
}
.navbar__nav.visible .navbar__link:hover {
  color: #C90C0F;
}
.navbar__nav.visible .navbar__link.active {
  color: #A50004;
}
.navbar__nav.visible .navbar__link.active:before {
  content: ' ';
  height: 0;
  border-left: 10px solid #A50004;
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  margin-top: 14px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.navbar__nav.visible .navbar__item__switch {
  display: inline-block;
  float: right;
  padding: 0.75rem 0.75rem 0.4rem 0.5rem;
}
.navbar__nav.visible .navbar__item__switch .icon {
  fill: #999;
  width: 27px;
  height: 27px;
}
.navbar__nav.visible .navbar__item__switch .icon__arrow--right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.navbar__nav.visible .navbar__item__switch .icon__arrow--down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.navbar__nav.visible .navbar__item__switch .icon:hover {
  fill: #C90C0F;
}
.navbar__nav.visible .navbar__nav__facebook__button, .navbar__nav.visible .navbar__nav__twitter__button, .navbar__nav.visible .navbar__nav__instagram__button {
  display: none;
}
.navbar__nav.visible .navbar__nav__search {
  display: none;
}
.navbar__nav.visible .navbar__nav__search:before {
  content: ' ';
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  display: block;
  width: 0;
  margin-left: 22px;
  border-bottom: 10px solid #A50004;
}
.navbar__nav.visible .navbar__nav__search-field {
  order: -1;
}
.navbar__nav.visible .navbar__nav__search__button {
  background: none;
  border: none;
  padding: 1rem 1rem 0.6875rem 1.25rem;
}
.navbar__nav.visible .navbar__nav__search__button .icon.icon__search {
  fill: #999;
  width: 27px;
  height: 29px;
}
.navbar__nav.visible .navbar__nav__search__button .icon.icon__search:hover {
  fill: #C90C0F;
}
.navbar__nav.visible .navbar__nav__search__button.active {
  padding: 1rem 1rem 0 1.25rem;
}
.navbar__nav.visible .navbar__nav__search__button.active .icon.icon__search {
  fill: #A50004;
}
.navbar__nav.visible .navbar__nav__search__field {
  background: #A50004;
  border: none;
  color: #FFF;
  clear: both;
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 1.5rem;
  border-radius: 0;
  -webkit-appearance: none;
}
.navbar__nav.visible .navbar__nav__search__field:focus {
  outline: none;
}
.navbar__nav.visible .navbar__nav__search__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.navbar__nav.visible .close {
  display: block;
  -webkit-appearance: none;
  color: #999;
  font-size: 3.5rem;
  font-weight: 100;
  cursor: pointer;
  background: none;
  border: 0;
  float: right;
  padding: 0;
  position: absolute;
  top: -1.3rem;
  right: 1.15rem;
}
.navbar__nav.visible .close:hover {
  color: #C90C0F;
}
.navbar__nav.visible .sitemap__close {
  display: none;
}
.navbar__nav.visible .sitemap__letter {
  margin-top: 0.55rem;
}
.navbar__nav.visible .sitemap__letter__headline {
  margin-left: 1.25rem;
  margin-bottom: 0.15rem;
}
.navbar__nav.visible .sitemap__letter__link {
  font-size: 1.5rem;
  padding: 0 0 0 1.5rem;
  margin-left: 1.35rem;
  border-left: 1px dotted #d5d5d5;
  font-weight: 100;
  color: #373a3c;
  display: block;
  text-decoration: none;
}
.navbar__nav.visible .sitemap__servicelinks {
  display: block;
  color: #FFF;
  background-color: #373a3c;
  clear: both;
  font-weight: 200;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  margin: 1rem 1.25rem;
  text-decoration: none;
}
.navbar__nav.visible .navbar__nav__user-nav {
  background-color: #C90C0F;
  margin-top: 0.75rem;
  flex: 1;
}
.navbar__nav.visible .navbar__nav__user-nav__button {
  float: right;
  margin-right: 1.25rem;
  margin-top: 0.5rem;
}
.navbar__nav.visible .navbar__nav__user-nav__button .icon {
  width: 40px;
  height: 40px;
  fill: rgba(255, 255, 255, 0.5);
}
.navbar__nav.visible .navbar__nav__user-nav__list {
  padding: 0;
  margin: 1rem 1.25rem;
  list-style-type: none;
}
.navbar__nav.visible .navbar__nav__user-nav__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}
.navbar__nav.visible .navbar__nav__user-nav__item.epaper img, .navbar__nav.visible .navbar__nav__user-nav__item.epaper p {
  display: none;
}
.navbar__nav.visible .navbar__nav__user-nav__item:last-child {
  border-bottom: none;
}
.navbar__nav.visible .navbar__nav__user-nav__item .icon {
  fill: #FFF;
  margin-top: -4px;
  margin-right: 3px;
  height: 19px;
  width: 19px;
}
.navbar__nav.visible .navbar__nav__user-nav__link {
  font-size: 1.5rem;
  font-weight: 100;
  color: #FFF;
  padding: 1rem 0;
  display: inline-block;
  padding: 0.25rem 0;
}
.navbar__nav.visible .navbar__nav__user-nav__link:hover {
  text-decoration: none;
}

/* Weather */
.navbar .container-max > .weather-teaser {
  display: none;
}
@media (min-width: 65rem) {
  .navbar .container-max > .weather-teaser {
    display: none;
  }
}

.navbar__nav.visible .weather-teaser {
  right: 65px !important;
  display: block;
}

.weather-teaser {
  position: absolute;
  display: none;
  right: 107px;
  top: 0px;
  height: 55px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  padding-top: 0.8125rem;
  border-right: 1px dotted #d5d5d5;
  border-left: 1px dotted #d5d5d5;
}
@media (min-width: 65rem) {
  .weather-teaser {
    display: none;
    float: right;
    position: static;
    margin-left: 0.5rem;
    height: 50px;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 0;
    border-left: 1px dotted rgba(0, 0, 0, 0.1);
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 65rem) {
  .weather-teaser.logged__in {
    display: block;
  }
}
.weather-teaser:hover {
  background-color: #f7f7f7;
}
.weather-teaser a, .weather-teaser a:hover, .weather-teaser a:focus {
  text-decoration: none;
  color: #373a3c;
}
@media (min-width: 65rem) {
  .weather-teaser a {
    display: block;
    height: 50px;
    cursor: pointer;
  }
}
.weather-teaser__icon {
  width: 27px;
  height: 29px;
  float: left;
  margin-right: 0.25rem;
}
@media (min-width: 65rem) {
  .weather-teaser__icon {
    width: 34px;
    height: 34px;
    margin-right: 0.5rem;
    margin-top: 0.35rem;
  }
}
.weather-teaser__info {
  float: left;
}
.weather-teaser__temp, .weather-teaser__degree {
  padding-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 200;
  display: inline-block;
  letter-spacing: -3px;
}
@media (min-width: 65rem) {
  .weather-teaser__temp, .weather-teaser__degree {
    padding-top: 0.3125rem;
    font-size: 1.25rem;
  }
}
.weather-teaser__city {
  display: none;
  font-weight: 300;
  line-height: 0.8;
  font-size: 0.875rem;
}
@media (min-width: 65rem) {
  .weather-teaser__city {
    display: block;
  }
}

/* Visa väder-alternativet för mobilen i navigeringen */
@media (min-width: 65rem) {
  #top-menu-item-vader {
    display: none;
  }
}

/* Sticky Navbar Mobile */
.navbar.sticky .navbar__toggler {
  position: fixed;
  z-index: 1040;
  right: 1.25rem;
  top: 0.72rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* Sticky tablet, desktop */
@media (min-width: 65rem) {
  .navbar.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #FFF;
  }
}
/* Native-Teasers */
.teaser.native .teaser__image:before {
  content: 'ANNONS';
  display: block;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fdf8c3;
  line-height: 1;
  padding: 0.3rem 0.3rem 0.2rem;
}
.teaser.native .teaser__image {
  margin: 0 !important;
  background-color: #fcfbe9;
}
.teaser.native .teaser__body__text.ellipsis:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 248, 195, 0)), to(#fcfbe9), color-stop(50%, #fcfbe9));
  background: -moz-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: -o-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: -ms-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
}
.teaser.native .teaser__body {
  margin-top: 0 !important;
  background-color: #fcfbe9;
  padding: 0.625rem 0.625rem 0.5rem 0.625rem;
}
.unit__25252525 .teaser.native {
  background: #fcfbe9;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.625rem 1.25rem 0.625rem;
}
.unit__25252525 .teaser.native .teaser__body {
  padding: 0.625rem 0.625rem 0.5rem 0;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native .teaser__body {
    padding: 0.625rem 0.625rem 0.5rem 0.625rem;
  }
}

/* Native Space External */
.unit__5050 .teaser.native.extern .hidden-sm-down {
  display: block !important;
}

.unit__5050 .teaser.native.extern .hidden-md-up {
  display: none !important;
}

.teaser.native.extern {
  border: none;
  width: auto;
  margin-left: inherit;
}
@media (min-width: 48rem) {
  .teaser.native.extern {
    margin-bottom: 1.5rem;
  }
}
.unit__25252525 .teaser.native.extern {
  margin: 0 0.625rem 1.25rem 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern {
    margin-bottom: 1.5rem;
  }
}
.teaser.native.extern .teaser__image {
  margin: 0 !important;
}
.teaser.native.extern .teaser__image:before {
  background-color: #FFF;
}
.teaser.native.extern .teaser__body {
  background-color: #edf7ff;
  padding: 0.625rem 0.625rem 0.5rem 0.625rem;
}
.teaser.native.extern .ellipsis:after {
  background: linear-gradient(to right, rgba(237, 247, 255, 0), #edf7ff 50%, #edf7ff);
}

/* Company Sticky Tag */
.company__sticky-tag {
  background-color: rgba(253, 248, 195, 0.9);
  padding: 0.25rem 1rem;
}
.company__sticky-tag__tag {
  display: inline-block;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.company__sticky-tag__prefix {
  display: inline-block;
  color: #000;
  font-weight: 300;
  font-size: 0.75rem;
  float: right;
  padding-top: 0.25rem;
}
.company__sticky-tag__prefix__presents {
  font-weight: 600;
}
.company__sticky-tag.native-tag-sticky, .bd-main-longread.native .company__sticky-tag {
  position: fixed;
  z-index: 1010;
  top: 0;
  width: 100%;
  display: none;
}
@media (min-width: 65rem) {
  .company__sticky-tag.native-tag-sticky {
    max-width: 1100px;
    top: 51px;
    display: block;
  }
}
.company__sticky-tag.sticky {
  display: block !important;
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

/* Long-read Native */
.bd-main-longread.native {
  /* Company Info Top Section */
  /* Company Info Bottom Article */
}
.bd-main-longread.native .premium-splash {
  display: none !important;
}
.bd-main-longread.native .navbar-top {
  right: 0;
  float: none;
  width: auto;
}
.bd-main-longread.native .navbar-top .navbar-brand {
  background: transparent;
  margin-left: 0;
  border-radius: 0;
  padding: 1.125rem 0.375rem;
  display: none;
}
.bd-main-longread.native .navbar-top .navbar-brand .icon--brand {
  width: 30px;
  height: 20px;
}
.bd-main-longread.native [class^="long-read__back-link"] {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #FFF;
  z-index: 4;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 900;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  display: none;
  text-decoration: none;
}
@media (min-width: 65rem) {
  .bd-main-longread.native [class^="long-read__back-link"] {
    display: block;
  }
}
.bd-main-longread.native [class^="long-read__back-link"]:hover {
  background-color: #FFF;
  color: #333;
  text-decoration: none;
}
.bd-main-longread.native .long-read__back-link__bottom {
  bottom: 1.25rem;
  top: inherit;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.bd-main-longread.native .long-read__back-link__bottom:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fcfbe9;
}
.bd-main-longread.native .navbar.sticky .navbar__toggler {
  top: 2.72rem;
}
.bd-main-longread.native .long-read.native {
  background-color: #fcfbe9;
  position: relative;
}
.bd-main-longread.native .long-read.native .article__gallery .fotorama__arr.fotorama__arr--prev,
.bd-main-longread.native .long-read.native .article__gallery .fotorama__arr.fotorama__arr--next {
  transform: none !important;
  opacity: 1;
}
.bd-main-longread.native .long-read.native .long-read__body {
  padding-bottom: 5rem;
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .bd-main-longread.native .long-read.native .long-read__body {
    padding-bottom: 8.25rem;
  }
}
.bd-main-longread.native .long-read.native .long-read__body h2, .bd-main-longread.native .long-read.native .long-read__body h3, .bd-main-longread.native .long-read.native .long-read__body h4 {
  font-family: 'Noto Serif', serif;
}
.bd-main-longread.native .long-read.native .long-read__body figcaption, .bd-main-longread.native .long-read.native .long-read__body .figcaption {
  color: #999;
}
.bd-main-longread.native .long-read__head .container-max {
  margin-top: 7.125rem;
}
.bd-main-longread.native .long-read__head .container-max .long-read__head__headline {
  font-family: 'Noto Serif', serif;
}
.bd-main-longread.native .company__head-info {
  position: absolute;
  z-index: 3;
  top: 1rem;
  left: 1rem;
}
@media (min-width: 34rem) {
  .bd-main-longread.native .company__head-info {
    left: 1.25rem;
    top: 1.25rem;
  }
}
.bd-main-longread.native .company__head-info__tag, .bd-main-longread.native .company__head-info__prefix {
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}
.bd-main-longread.native .company__head-info__tag span, .bd-main-longread.native .company__head-info__prefix span {
  font-weight: 400;
}
.bd-main-longread.native .company__head-info__tag {
  font-weight: 400;
}
.bd-main-longread.native .company__head-info__logo {
  height: auto;
  max-height: 60px;
  /* filter: brightness(0) invert(1); */
  min-width: 100px;
}
@media (min-width: 34rem) {
  .bd-main-longread.native .company__head-info__logo {
    float: left;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    min-width: 120px;
  }
}
.bd-main-longread.native .company__head-info__logo img {
  max-height: 60px;
  width: auto;
}
.bd-main-longread.native .company__content__and__articles {
  padding-left: 0;
  padding-right: 0;
  max-width: 600px;
}
.bd-main-longread.native .company__content__and__articles:before {
  content: '';
  display: block;
  margin: 3rem 0 1.5rem 0;
  width: 100%;
  height: 2px;
  background-color: #d5d5d5;
}
.bd-main-longread.native .company__content__and__articles .company__byline__name {
  font-size: 1rem;
  font-weight: 500;
}
.bd-main-longread.native .company__content__and__articles .company__byline__social {
  display: none;
}
.bd-main-longread.native .company__content__and__articles .company__info {
  margin-top: 0.5rem;
}
.bd-main-longread.native .company__content__and__articles .company__info__logo {
  float: right;
  width: 100px;
  height: auto;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}
.bd-main-longread.native .company__content__and__articles .company__info__description {
  font-size: 0.75rem;
  font-weight: 300;
  color: #666;
}
.bd-main-longread.native .company__content__and__articles .company__info__description p:last-child {
  margin-bottom: 0;
}
.bd-main-longread.native .main__footer {
  display: none;
}

/* Article Native Content */
.article.native {
  background-color: #fcfbe9;
  border-bottom: 5px solid #fdf8c3;
}
@media (min-width: 1250px) {
  .article.native .article__head.gallery-advert .company__article__pretext {
    width: 1250px;
    left: -75px;
  }
}
@media (min-width: 1250px) {
  .article.native .article__head.gallery-advert.native-tag-sticky .company__article__pretext {
    width: 1100px;
    left: inherit;
  }
}
@media (min-width: 1040px) {
  .article.native .article__body__richtext.container {
    margin-left: 0;
  }
}
.article.native .company__content__and__articles {
  border-radius: 2px;
  padding: 0.35rem 1rem 0 1rem;
  font-size: 0.9375rem;
}
@media (min-width: 65rem) {
  .article.native .company__content__and__articles {
    padding: 0;
  }
}
.article.native .company__content__and__articles .company__byline {
  padding-bottom: 0.5rem;
  padding-top: 0.25rem;
}
.article.native .company__content__and__articles .company__byline__name {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0.25rem 0;
  display: inline-block;
}
.article.native .company__content__and__articles .company__byline__name span {
  font-weight: 300;
}
.article.native .company__content__and__articles .company__byline__social {
  float: right;
  font-weight: 300;
}
.article.native .company__content__and__articles .company__byline__social__twitter {
  border-radius: 50%;
  background: #55acee;
  width: 37px;
  height: 37px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  opacity: 0.9;
}
.article.native .company__content__and__articles .company__byline__social__twitter:hover {
  opacity: 1;
}
.article.native .company__content__and__articles .company__byline__social__facebook {
  border-radius: 50%;
  background: #3b5998;
  width: 37px;
  height: 37px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.article.native .company__content__and__articles .company__byline__social__facebook:hover {
  opacity: 1;
}
.article.native .company__content__and__articles .company__byline__social__facebook .icon {
  width: 24px;
  height: 26px;
}
.article.native .company__content__and__articles .company__byline__social .icon {
  fill: #FFF;
}
.article.native .company__content__and__articles .company__article-series {
  background-color: transparent;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .article.native .company__content__and__articles .company__article-series .teaser {
    margin-bottom: 1.25rem;
  }
}
.article.native .company__content__and__articles .company__info {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.25rem;
}
.article.native .company__content__and__articles .company__info__logo {
  width: 25%;
  float: left;
  min-width: 100px;
  margin-right: 1rem;
}
@media (min-width: 48rem) {
  .article.native .company__content__and__articles .company__info__logo {
    margin-right: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .article.native .company__content__and__articles .company__info__logo {
    width: 18%;
  }
}
.article.native .company__content__and__articles .company__info__description {
  width: 100%;
}
@media (min-width: 48rem) {
  .article.native .company__content__and__articles .company__info__description {
    float: left;
    width: 70%;
  }
}
@media (min-width: 65rem) {
  .article.native .company__content__and__articles .company__info__description {
    width: 75%;
  }
}
.article.native .company__content__and__articles .company__info__description p {
  font-size: 0.8125rem;
  margin-top: 0.9rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 34rem) {
  .article.native .company__content__and__articles .company__info__description p {
    font-size: 0.9375rem;
    margin-top: 1.25rem;
  }
}
.article.native .ellipsis:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(253, 248, 195, 0)), to(#fcfbe9), color-stop(50%, #fcfbe9));
  background: -moz-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: -o-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: -ms-linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
  background: linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
}
.article.native .article__footer {
  margin-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .article.native .article__footer {
    margin-bottom: 2rem;
  }
}

/* Native Article Serie */
.article.native .article__extras__series {
  background: none;
  padding: 1.25rem 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.article.native .article__extras__series .container {
  border-top: none;
  padding: 0;
}
.article.native .article__extras__series .teaser__body__heading {
  margin-top: 3px;
}
.article.native .article__extras__series__title {
  display: none;
}
.article.native .article__extras__series__topic-link {
  border: 2px solid rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
  max-width: 320px;
  padding: 0.5rem !important;
  margin-bottom: 1.25rem;
}

/* Native ReadThisList */
.readthislist__item.native progress::-webkit-progress-bar,
.readthislist__item.native progress,
.readthislist__item.native .readthislist__item__link {
  background: #fcfbe9;
}

.readthislist__item.native.current .readthislist__item__link {
  background: transparent;
}

/* Native Search */
.search__results .teaser-low.native .teaser__body {
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

/* Teaser Native Polopoly booked trough Adform */
.teaser.native.extern .poly-article .teaser__body .ellipsis::after {
  background: linear-gradient(to right, rgba(253, 248, 195, 0), #fcfbe9 50%, #fcfbe9);
}
.teaser.native.extern .poly-article .teaser__image {
  background-color: #fcfbe9 !important;
}

.unit__25252525 .teaser.native.extern .poly-article {
  display: flex;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .poly-article {
    display: block;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image {
    height: 118px;
    overflow: hidden;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image {
    height: 172px;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image {
    height: 112px;
  }
}
.unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container {
  min-height: 81px;
}
.unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container img {
  min-height: 81px;
  width: auto;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container img {
    min-height: 131px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container img {
    min-height: auto;
    width: auto;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container {
    min-height: 131px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__image .img-container {
    min-height: auto;
  }
}
.unit__25252525 .teaser.native.extern .poly-article .teaser__body {
  padding-left: 0;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .poly-article .teaser__body {
    padding-left: 0.625rem;
  }
}

.teaser {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
  /* Teaser Headlines */
  /* Full Width Teaser */
  /* Teaser With Image To The Left */
  /* Teaser Small (Text-Links) */
  /* Headline Label */
  /* Headline Label END */
  /* Teaser Package */
}
@media (min-width: 48rem) {
  .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.5rem;
  }
}
.teaser__link {
  color: #222;
  text-decoration: none;
}
.teaser__link:hover {
  color: #555;
  text-decoration: none;
}
.teaser a {
  color: inherit;
  text-decoration: none;
}
.teaser__image {
  position: relative;
  margin: 0 0 0.625rem 0;
}
.teaser__image img {
  z-index: 2;
}
.teaser__image__label + .video-teaser__image__duration {
  left: inherit !important;
  right: .25rem;
  transform-origin: right bottom !important;
}
@media (min-width: 48rem) {
  .teaser__image__label + .video-teaser__image__duration {
    right: .5rem;
  }
}
.teaser__body {
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 48rem) {
  .teaser__body {
    font-size: 1.188rem;
    font-weight: 300;
  }
}
@media (min-width: 48rem) {
  .teaser__body {
    font-size: 1rem;
  }
}
.teaser__body__heading {
  font-family: "Roboto", sans-serif, "Arial Black";
  font-weight: 900;
}
.teaser__body__text {
  position: relative;
  max-width: 700px;
}
.teaser__body__text__label {
  color: #9A1915;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-right: 0.15rem;
  text-transform: uppercase;
}
.teaser__body__text__label.free-typed {
  color: #2a5db0;
}
.teaser__body__text__meta__time {
  padding-right: 2px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}
.teaser__body__heading {
  line-height: 1.15;
  letter-spacing: -0.02rem;
  text-rendering: optimizeSpeed;
}
.unit__5050 .teaser__body__heading {
  font-size: 1.1rem;
}
@media (min-width: 34rem) {
  .unit__5050 .teaser__body__heading {
    font-size: 1.1rem;
  }
}
@media (min-width: 48rem) {
  .unit__5050 .teaser__body__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .unit__5050 .teaser__body__heading {
    font-size: 2rem;
  }
}
.unit__333333 .teaser__body__heading {
  font-size: 1.1rem;
}
@media (min-width: 34rem) {
  .unit__333333 .teaser__body__heading {
    font-size: 1.1rem;
  }
}
@media (min-width: 48rem) {
  .unit__333333 .teaser__body__heading {
    font-size: 1.35rem;
  }
}
@media (min-width: 65rem) {
  .unit__333333 .teaser__body__heading {
    font-size: 1.35rem;
  }
}
.unit__333333:first-child .teaser__body__heading {
  font-size: 1.688rem;
}
@media (min-width: 34rem) {
  .unit__333333:first-child .teaser__body__heading {
    font-size: 1.688rem;
  }
}
@media (min-width: 48rem) {
  .unit__333333:first-child .teaser__body__heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 65rem) {
  .unit__333333:first-child .teaser__body__heading {
    font-size: 1.35rem;
  }
}
@media (min-width: 78.15rem) {
  .unit__333333:first-child .teaser__body__heading {
    font-size: 1.35rem;
  }
}
.unit__25252525 .teaser__body__heading {
  font-size: 1.16rem;
  line-height: 1.15;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.16rem;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 78.15rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .unit__333333:first-child .teaser .teaser__body__text {
    font-size: 1.188rem;
  }
}
@media (min-width: 65rem) {
  .unit__333333:first-child .teaser .teaser__body__text {
    font-size: 1rem;
  }
}
.unit__25252525 .teaser .teaser__image {
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  max-width: 29%;
  padding-right: 1rem;
  margin: 0;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .teaser__image {
    padding-right: 0;
    margin: 0 0 0.625rem 0;
  }
}
.unit__25252525 .teaser .teaser__body {
  -webkit-flex-basis: 71%;
  -ms-flex-preferred-size: 71%;
  flex-basis: 71%;
  max-width: 71%;
  margin-top: -0.25rem;
}
.unit__25252525 .teaser .teaser__body .teaser__body__text {
  max-height: 2.56em;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser .teaser__body .teaser__body__text {
    max-height: 5em;
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .teaser__body .teaser__body__text {
    max-height: 5.3em;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .teaser__image, .unit__25252525 .teaser .teaser__body {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.teaser-full {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .teaser-full .video-teaser__image__duration {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform-origin: left bottom;
    bottom: .5rem;
    left: .5rem;
  }
}
@media (min-width: 65rem) {
  .teaser-full .video-teaser__image__duration {
    transform: scale(1.95);
    -webkit-transform: scale(1.95);
    transform-origin: left bottom;
  }
}
.teaser-full .teaser__body__heading {
  letter-spacing: -0.0312rem;
  font-weight: 900;
  font-size: 1.688rem;
}
@media (min-width: 34rem) {
  .teaser-full .teaser__body__heading {
    font-size: 1.688rem;
  }
}
@media (min-width: 48rem) {
  .teaser-full .teaser__body__heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 65rem) {
  .teaser-full .teaser__body__heading {
    font-size: 2.688rem;
  }
}
.teaser-full .teaser__body {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .teaser-full .teaser__body__text {
    font-size: 1.188rem;
    max-width: none;
  }
}
@media (min-width: 48rem) {
  .teaser-full .teaser__body__text__meta__time {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) {
  .teaser-full .teaser__body__text__meta__time .icon {
    width: auto;
    height: 12px;
    top: -2px;
  }
}
.teaser-low {
  display: block;
  padding: 0;
}
@media (min-width: 48rem) {
  .teaser-low {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48rem) {
  .teaser-low > .teaser__image {
    -webkit-flex-basis: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    max-width: 37%;
    margin: 0;
  }
}
.teaser-low .teaser__body__heading {
  font-weight: 900;
  font-size: 1.688rem;
}
@media (min-width: 34rem) {
  .teaser-low .teaser__body__heading {
    font-size: 1.688rem;
  }
}
@media (min-width: 48rem) {
  .teaser-low .teaser__body__heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .teaser-low .teaser__body__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 78.15rem) {
  .teaser-low .teaser__body__heading {
    font-size: 2.688rem;
    letter-spacing: -0.0312rem;
  }
}
@media (min-width: 48rem) {
  .teaser-low .teaser__body {
    -webkit-flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    max-width: 57%;
  }
}
.teaser-low .teaser__body.container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .teaser-low .teaser__body__text {
    font-size: 1rem;
  }
}
@media (min-width: 65rem) {
  .teaser-low .teaser__body__text {
    font-size: 1.188rem;
  }
}
.teaser-package__text-links {
  margin-top: -0.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 48rem) {
  .teaser-package__text-links {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 65rem) {
  .teaser-package__text-links {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}
.teaser-package__text-links.first {
  margin-bottom: 0.75rem;
  margin-top: -1rem;
}
@media (min-width: 48rem) {
  .teaser-package__text-links.first {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.teaser-small {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .teaser-small {
    display: inline-block;
    border-bottom: none;
    margin-right: 1rem;
  }
}
.teaser-small:last-child {
  border-bottom: none;
}
.teaser-small .teaser__link {
  display: block;
  padding: 0.5625rem 0;
}
@media (min-width: 48rem) {
  .teaser-small .teaser__link {
    padding: 0.375rem 0;
  }
}
.teaser-small .teaser__link:hover .teaser__body__heading:before {
  background-color: #A50004;
}
.teaser-small .teaser__body__heading {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0;
}
.teaser-small .teaser__body__heading:before {
  content: "";
  float: left;
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 0.3125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
  vertical-align: bottom;
  background: #C90C0F;
}
@media (min-width: 48rem) {
  .teaser-small .teaser__body__heading:before {
    width: 11px;
    height: 11px;
    margin-bottom: 0.25rem;
    margin-top: 0.125rem;
  }
}
.teaser__image__label {
  background-color: #9A1915;
  color: #FFF;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  bottom: 0;
  font-size: 3rem;
  line-height: 1;
  font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Impact;
  padding: 0.21rem 0.5rem 0.25rem 1rem;
  display: block;
  height: 55px;
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  white-space: nowrap;
}
@media (min-width: 34rem) {
  .teaser__image__label {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (min-width: 48rem) {
  .teaser__image__label {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media (min-width: 65rem) {
  .teaser__image__label {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.teaser__image__label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  border-bottom: 55px solid transparent;
  border-left: 27px solid #9A1915;
  height: 55px;
  overflow: hidden;
}
.teaser__image__label.free-typed {
  background-color: #2a5db0;
}
.teaser__image__label.free-typed:after {
  border-left-color: #2a5db0;
}
.unit__5050 .teaser .teaser__image__label {
  display: none;
}
@media (min-width: 34rem) {
  .unit__5050 .teaser .teaser__image__label {
    display: block;
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
  }
}
@media (min-width: 65rem) {
  .unit__5050 .teaser .teaser__image__label {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
.unit__333333:first-child .teaser .teaser__image__label {
  display: block;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
@media (min-width: 34rem) {
  .unit__333333:first-child .teaser .teaser__image__label {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (min-width: 48rem) {
  .unit__333333:first-child .teaser .teaser__image__label {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media (min-width: 65rem) {
  .unit__333333:first-child .teaser .teaser__image__label {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.unit__333333 .teaser .teaser__image__label {
  display: none;
}
@media (min-width: 34rem) {
  .unit__333333 .teaser .teaser__image__label {
    display: block;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
}
@media (min-width: 48rem) {
  .unit__333333 .teaser .teaser__image__label {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@media (min-width: 65rem) {
  .unit__333333 .teaser .teaser__image__label {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.unit__25252525 .teaser .teaser__image__label {
  display: none;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser .teaser__image__label {
    display: block;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser .teaser__image__label {
    transform: scale(0.55);
    -webkit-transform: scale(0.55);
  }
}
@media (min-width: 48rem) {
  .teaser-low .teaser__image__label {
    display: none;
  }
}
@media (min-width: 48rem) {
  .teaser-low .teaser__image__label {
    display: block;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@media (min-width: 65rem) {
  .teaser-low .teaser__image__label {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (min-width: 48rem) {
  .article__extras .unit__25252525 .teaser__image__label {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@media (min-width: 48rem) {
  .article__extras .unit__25252525 .teaser__image__label {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
}
@media (min-width: 65rem) {
  .article__extras .unit__25252525 .teaser__image__label {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
}
.teaser-package {
  position: relative;
}
.teaser-package .p-link {
  text-decoration: none;
}
.teaser-package .p-link:hover {
  text-decoration: none;
}
.teaser-package .label-wrapper {
  position: absolute;
  top: -0.75rem;
  left: 1.75rem;
  padding-left: 1.5rem;
  margin: 0;
  z-index: 3;
  background-color: #C90C0F;
}
@media (min-width: 48rem) {
  .teaser-package .label-wrapper {
    top: -1rem;
    left: 1.75rem;
  }
}
@media (min-width: 65rem) {
  .teaser-package .label-wrapper {
    left: 0.5rem;
  }
}
.teaser-package.l-image .l-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.teaser-package.l-image .row__333333.equal {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .teaser-package.l-image .row__333333.equal {
    margin-top: 1.25rem;
  }
}
.teaser-package.l-small .row__333333.equal {
  margin-top: 1.875rem;
}
@media (min-width: 48rem) {
  .teaser-package.l-small .row__333333.equal {
    margin-top: 1.25rem;
  }
}
.teaser-package.l-big .label-wrapper {
  position: relative;
  top: 0;
  left: 0;
  float: none;
  -webkit-transform: none;
  transform: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
.teaser-package.l-big .label-wrapper span {
  -webkit-transform: none;
  transform: none;
  font-size: 1.50rem;
  transform: scaleX(1.05);
  letter-spacing: -1px;
  padding: 0;
}
@media (min-width: 34rem) {
  .teaser-package.l-big .label-wrapper span {
    font-size: 1.8rem;
    transform: scaleX(1.1);
  }
}
@media (min-width: 48rem) {
  .teaser-package.l-big .label-wrapper span {
    font-size: 2rem;
    transform: scaleX(1.2);
    line-height: 1.3;
  }
}
@media (min-width: 65rem) {
  .teaser-package.l-big .label-wrapper span {
    font-size: 2.5rem;
    transform: scaleX(1.3);
    line-height: 1.3;
    padding-top: 0.15rem;
  }
}
.teaser-package.l-big .row__333333.equal {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .teaser-package.l-big .row__333333.equal {
    margin-top: 1.25rem;
  }
}
.teaser-package.theme-base {
  margin-bottom: 1.25rem;
  padding-left: 0.9375rem;
  padding-right: 1.25rem;
  border-bottom: 1px solid #d5d5d5;
  border-left: 0.3125rem solid #C90C0F;
  background-color: #FFF;
}
@media (min-width: 34rem) {
  .teaser-package.theme-base {
    border-right: 1px solid #d5d5d5;
    padding-right: 0.9375rem;
    max-width: 31.5rem;
  }
}
@media (min-width: 48rem) {
  .teaser-package.theme-base {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1.5rem;
    max-width: 45.5rem;
  }
}
@media (min-width: 65rem) {
  .teaser-package.theme-base {
    margin-bottom: 1.75rem;
    max-width: 61.25rem;
  }
}
.teaser-package.theme-base.l-small {
  margin-top: 0.8rem;
}
@media (min-width: 48rem) {
  .teaser-package.theme-base.l-small {
    margin-top: 1rem;
  }
}
.teaser-package.theme-base.l-small .label-wrapper {
  top: -0.8rem;
  left: -0.3125rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  border-radius: 0;
  -webkit-transform: none;
  transform: none;
  height: 26px;
}
@media (min-width: 48rem) {
  .teaser-package.theme-base.l-small .label-wrapper {
    top: -1rem;
    padding-left: 1.5125rem;
    height: 31px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.teaser-package.theme-base.l-small .label-wrapper span {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -o-transform: none;
}
.teaser-package.theme-base.l-small .label-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 26px;
  overflow: hidden;
  border-bottom: 26px solid transparent;
  border-left: 20px solid #C90C0F;
  left: 100%;
}
@media (min-width: 48rem) {
  .teaser-package.theme-base.l-small .label-wrapper:after {
    border-bottom: 31px solid transparent;
    border-left: 19px solid #C90C0F;
    height: 31px;
  }
}
.teaser-package.theme-base.l-big .label-wrapper {
  background-color: #C90C0F;
  left: -0.9375rem;
  width: calc(100% - -2.25rem);
}
@media (min-width: 34rem) {
  .teaser-package.theme-base.l-big .label-wrapper {
    width: calc(100% - -1.875rem);
  }
}
@media (min-width: 48rem) {
  .teaser-package.theme-base.l-big .label-wrapper {
    left: -1.25rem;
    width: calc(100% - -2.5rem);
  }
}
.teaser-package.theme-base.theme-extra {
  border-left-color: #000000;
}
.teaser-package.theme-base.theme-extra.l-small .label-wrapper {
  background-color: #000;
}
.teaser-package.theme-base.theme-extra.l-small .label-wrapper:after {
  border-left-color: #000;
}
.teaser-package.theme-base.theme-extra.l-big .label-wrapper {
  background-color: #000;
}
.teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
  font-size: 5.6rem;
  -webkit-transform: scale(1, 0.15) skewX(-12deg);
  transform: scale(1, 0.15) skewX(-12deg);
  line-height: 1rem;
  margin-left: 0;
  letter-spacing: -3px;
  padding: 0.15rem 0;
  background-color: #000;
}
@media (min-width: 375px) {
  .teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
    font-size: 6.7em;
  }
}
@media (min-width: 414px) {
  .teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
    font-size: 7em;
  }
}
@media (min-width: 34rem) {
  .teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
    font-size: 9.6rem;
    padding: 0.35rem 0;
  }
}
@media (min-width: 48rem) {
  .teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
    font-size: 11.6rem;
  }
}
@media (min-width: 65rem) {
  .teaser-package.theme-base.theme-extra.l-big .label-wrapper .l-extra {
    -webkit-transform: scale(1, 0.12) skewX(-12deg);
    transform: scale(1, 0.12) skewX(-12deg);
    font-size: 17.2rem;
    letter-spacing: -10px;
    padding: 0.55rem 0;
  }
}
.teaser-package.theme-base.theme-extra .teaser-package__text-links .teaser-small .teaser__body__heading:before {
  background-color: #000;
}
.teaser-package.theme-base.theme-extra .teaser-package__text-links .teaser-small .teaser__link:hover .teaser__body__heading:before {
  background-color: #333333;
}
.teaser-package.theme-base.theme-standard {
  border-left-color: #C90C0F;
}
.teaser-package.theme-base.theme-standard.l-small .label-wrapper {
  background-color: #C90C0F;
}
.teaser-package.theme-base.theme-standard.l-small .label-wrapper:after {
  border-left-color: #C90C0F;
}
.teaser-package.theme-base.theme-standard.l-big .label-wrapper {
  background-color: #C90C0F;
}
.teaser-package.theme-base.theme-standard .teaser-package__text-links .teaser-small .teaser__body__heading:before {
  background-color: #C90C0F;
}
.teaser-package.theme-base.theme-standard .teaser-package__text-links .teaser-small .teaser__link:hover .teaser__body__heading:before {
  background-color: #99090b;
}
.teaser-package.theme-base .l-img {
  max-width: calc(100% - -2.5rem);
  margin-left: -1.25rem;
}
@media (min-width: 34rem) {
  .teaser-package.theme-base .l-img {
    max-width: calc(100% - -2.188rem);
    margin-left: -1.25rem;
  }
}
@media (min-width: 48rem) {
  .teaser-package.theme-base .l-img {
    max-width: calc(100% - -2.813rem);
    margin-left: -1.563rem;
  }
}
.teaser-package.theme-base .teaser-full .teaser__image {
  width: calc(100% - -2.175rem);
  margin-left: -0.9375rem;
}
@media (min-width: 34rem) {
  .teaser-package.theme-base .teaser-full .teaser__image {
    width: calc(100% - -1.925rem);
  }
}
@media (min-width: 48rem) {
  .teaser-package.theme-base .teaser-full .teaser__image {
    width: calc(100% - -2.5rem);
    margin-left: -1.2505rem;
  }
}
.teaser-package.theme-base .ellipsis:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%, #FFFFFF);
}
.teaser-package.theme-base + .ad.panorama {
  margin-top: -1.313rem;
}
@media (min-width: 34rem) {
  .teaser-package.theme-base + .ad.panorama {
    margin-top: 0;
  }
}

.carousel-element {
  margin-bottom: 2rem;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  /* Artikel-snurra */
  /* Krönikor-snurra */
}
@media (min-width: 34rem) {
  .carousel-element {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 65rem) {
  .carousel-element {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .carousel-element {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 65rem) {
  .carousel-element {
    margin-bottom: 3.5rem;
  }
}
.carousel-element .label-wrapper {
  margin: 0 0 -0.75rem 1.75rem;
}
@media (min-width: 48rem) {
  .carousel-element .label-wrapper {
    margin: 0 0 -1.15rem 1.95rem;
  }
}
.carousel-element__teasers {
  position: relative;
  z-index: 1;
}
.carousel-element li.glide__slide.invisible {
  display: none;
}
.carousel-element .glide--horizontal .glide__bullets {
  bottom: -0.95rem;
}
@media (min-width: 65rem) {
  .carousel-element .glide--horizontal .glide__arrow.next {
    right: 0;
  }
}
@media (min-width: 65rem) {
  .carousel-element .glide--horizontal .glide__arrow.prev {
    left: 0;
  }
}
.carousel-element .glide--horizontal .glide__arrow.prev .icon__thinarrow-left {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.carousel-element.regular .teaser {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.carousel-element.regular .teaser__image {
  z-index: 1;
  margin: 0;
}
.carousel-element.regular .teaser__body {
  position: absolute;
  bottom: 0;
  margin: 0.5rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.25rem 0.5rem;
  width: auto;
  border-top: 3px solid #C90C0F;
  max-width: 80%;
}
@media (min-width: 65rem) {
  .carousel-element.regular .teaser__body {
    margin: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.carousel-element.regular .teaser__body__heading {
  margin-bottom: 0;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 34rem) {
  .carousel-element.regular .teaser__body__heading {
    font-size: 1.688rem;
  }
}
@media (min-width: 65rem) {
  .carousel-element.regular .teaser__body__heading {
    font-size: 1.9rem;
    letter-spacing: -0.025rem;
  }
}
.carousel-element.regular .teaser__body__text {
  display: none;
}
@media (min-width: 48rem) {
  .carousel-element.regular .teaser__body__text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    color: #000;
    margin-top: 0.25rem;
  }
}
.carousel-element.regular #Glide .glide__arrows {
  display: none;
}
@media (min-width: 48rem) {
  .carousel-element.regular #Glide .glide__arrows {
    display: block;
  }
}
.carousel-element.regular #Glide .glide__arrows .glide__arrow.next, .carousel-element.regular #Glide .glide__arrows .glide__arrow.prev {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.carousel-element.regular #Glide .glide__arrows .glide__arrow.next .icon, .carousel-element.regular #Glide .glide__arrows .glide__arrow.prev .icon {
  fill: #000;
}
.carousel-element.chronicle .glide__slide {
  position: relative;
}
.carousel-element.chronicle .carousel-element__teasers {
  background-color: #FFF;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__image {
  position: static;
  z-index: 2;
  margin: 0;
  float: left;
  display: block;
  background-color: #f0f0f0;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 7%;
  margin-bottom: 7%;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__image {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__image {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 65rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__image {
    width: 200px;
    height: 200px;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__body {
  margin-left: 3%;
  display: inline-block;
  width: 67%;
}
@media (min-width: 65rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__body {
    margin-left: 5%;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser__body__text {
  display: none;
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
    max-width: 400px;
  }
}
@media (min-width: 65rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__text {
    font-size: 1.125rem;
    max-width: 450px;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 14%;
  color: #000;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    margin-top: 9%;
  }
}
@media (min-width: 65rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    margin-top: 15%;
    font-size: 2rem;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser__body__byline {
  background-color: #000;
  font-size: 0.6875rem;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__byline {
    font-size: 0.875rem;
  }
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__byline {
    font-size: 1rem;
  }
}
.carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.next, .carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.prev {
  background: none;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 48rem) {
  .carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.next, .carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.prev {
    display: block;
  }
}
.carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.next .icon, .carousel-element.chronicle .carousel-element__teasers .glide--horizontal .glide__arrow.prev .icon {
  fill: rgba(0, 0, 0, 0.3);
  height: 70px;
  width: auto;
}

/* Strossel Widgets */
.unit div[data-spklw-widget] {
  overflow: hidden !important;
}

.strossle {
  margin-top: 1.25rem;
  background-color: transparent;
}
@media (min-width: 48rem) {
  .strossle {
    margin-top: 2rem;
  }
}
.strossle.container {
  padding: 0 !important;
  /* Native ads in strossle between articles */
}
@media (min-width: 65rem) {
  .strossle.container {
    max-width: 980px;
  }
}
.strossle.container .spklw-post-attr[data-type='ad'] .spklw-post {
  background-color: #edf7ff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}
.strossle.container .spklw-post-attr[data-type='ad'] .spklw-post .spklw-post-title {
  padding: 10px !important;
}
.strossle.container .spklw-post-attr[data-type='ad'] .spklw-post .spklw-post-content {
  padding: 0 10px !important;
}
.strossle .spklw-widget {
  margin-top: 1.25rem !important;
  position: relative !important;
  background: tr !important;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .strossle .spklw-widget {
    padding-top: 1.875rem;
    padding-bottom: 1.5rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.strossle .spklw-header {
  margin: -2.2rem 0 0 0 !important;
  border: none !important;
  text-align: center;
}
@media (min-width: 48rem) {
  .strossle .spklw-header {
    margin: -2.9rem 0 0.7rem 0 !important;
  }
}
.strossle .spklw-header .spklw-header-box {
  font-size: 1rem !important;
  margin: 0 0.6rem 0.75rem;
  padding: 0.15rem 1.5rem !important;
  line-height: 1.5 !important;
  border-radius: 2px !important;
  background-color: #C90C0F !important;
}
@media (min-width: 48rem) {
  .strossle .spklw-header .spklw-header-box {
    font-size: 1.25rem !important;
  }
}
.strossle .spklw-header .spklw-powered-by {
  position: absolute !important;
  right: 1.875rem;
  bottom: -0.2rem;
}
.strossle .spklw-load-more-button {
  margin-right: 10px;
}
.strossle .spklw-post {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  margin: 0 !important;
  background-color: transparent;
}
@media (min-width: 48rem) {
  .strossle .spklw-post {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 78.15rem) {
  .strossle .spklw-post {
    height: 297px !important;
    overflow: hidden !important;
  }
}
.strossle .spklw-swiper-container {
  margin-left: -0.9375rem !important;
  margin-right: -0.9375rem !important;
  margin-bottom: 0 !important;
}
.strossle .spklw-load-more.spklw-prev:before,
.strossle .spklw-load-more.spklw-next:before {
  display: block;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  right: 15px !important;
  font-family: "Roboto", sans-serif, "Arial" !important;
}
@media (min-width: 48rem) {
  .strossle .spklw-load-more.spklw-prev:before,
  .strossle .spklw-load-more.spklw-next:before {
    font-size: 37px;
    line-height: 37px;
    width: 37px;
    height: 37px;
  }
}
.strossle .spklw-load-more.spklw-prev {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: absolute;
  bottom: 5px;
  right: 60px !important;
  left: inherit !important;
  top: inherit;
  background-image: none !important;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  color: #000;
}
.strossle .spklw-load-more.spklw-prev:before {
  content: '<';
}
@media (min-width: 48rem) {
  .strossle .spklw-load-more.spklw-prev {
    left: -17px !important;
    top: 40% !important;
    width: 37px !important;
    height: 37px !important;
  }
}
@media (min-width: 78.15rem) {
  .strossle .spklw-load-more.spklw-prev {
    left: -48px !important;
  }
}
.strossle .spklw-load-more.spklw-next {
  background-color: rgba(0, 0, 0, 0.7) !important;
  position: absolute;
  bottom: 5px;
  right: 13px !important;
  left: inherit !important;
  top: inherit;
  background-image: none !important;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  color: #000;
}
.strossle .spklw-load-more.spklw-next:before {
  content: '>';
}
@media (min-width: 48rem) {
  .strossle .spklw-load-more.spklw-next {
    right: -17px !important;
    top: 40% !important;
    width: 37px !important;
    height: 37px !important;
  }
}
@media (min-width: 78.15rem) {
  .strossle .spklw-load-more.spklw-next {
    right: -48px !important;
  }
}
.strossle .spklw-post-title {
  font-weight: 900 !important;
}
.strossle .spklw-post-content {
  display: none;
}
@media (min-width: 48rem) {
  .strossle .spklw-post-content {
    line-height: 1.4rem !important;
    display: block;
  }
}

/* Strossle Native */
.teaser.native.extern .teaser__image,
.teaser.native.extern .teaser__body {
  background-color: #edf7ff !important;
}

.native div[data-spklw-widget-id='article-1'] {
  display: block !important;
}

.native .spklw-widget .spklw-swiper-container {
  margin: 0;
  background-color: #edf7ff !important;
}

@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-swiper-wrapper {
    height: 130px !important;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-swiper-wrapper {
    height: 275px !important;
  }
}

.unit__25252525 .native .spklw-widget .spklw-post-image {
  max-height: 65px;
  width: 65px;
  margin-right: 1rem;
  float: left;
}
@media (min-width: 375px) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    max-height: 81px;
    width: 81px;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    max-height: 130px;
    width: 130px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    width: 100%;
    height: 118px !important;
    float: none;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    height: 172px !important;
    max-height: none;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    height: 111px !important;
  }
}

.unit__25252525 .native .spklw-widget .spklw-post-title {
  padding: 0.315rem 0.625rem 0 0;
  font-size: 1.16rem;
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-title {
    padding: 0.5rem 1rem 0 0;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-title {
    padding: 0.5rem 0.5rem 0 0.5rem;
    font-size: 1.25rem;
  }
}

.unit__25252525 .native .spklw-widget .spklw-post-content {
  line-height: 1.3;
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
  }
}
.unit__25252525 .native .spklw-widget .spklw-post-content:after {
  display: none;
}

.unit__333333:first-child .native .spklw-widget .spklw-post-image {
  height: 134px !important;
  width: 100%;
}
@media (min-width: 414px) {
  .unit__333333:first-child .native .spklw-widget .spklw-post-image {
    height: 150px !important;
  }
}
@media (min-width: 34rem) {
  .unit__333333:first-child .native .spklw-widget .spklw-post-image {
    height: 202px !important;
  }
}
@media (min-width: 48rem) {
  .unit__333333:first-child .native .spklw-widget .spklw-post-image {
    height: 272px !important;
  }
}
@media (min-width: 65rem) {
  .unit__333333:first-child .native .spklw-widget .spklw-post-image {
    height: 153px !important;
  }
}

.unit__333333 .native .spklw-widget .spklw-post-image {
  height: 79px !important;
  width: 100%;
}
@media (min-width: 34rem) {
  .unit__333333 .native .spklw-widget .spklw-post-image {
    height: 121px !important;
  }
}
@media (min-width: 48rem) {
  .unit__333333 .native .spklw-widget .spklw-post-image {
    height: 173px !important;
  }
}
@media (min-width: 65rem) {
  .unit__333333 .native .spklw-widget .spklw-post-image {
    height: 153px !important;
  }
}

.unit__333333 .native .spklw-widget .spklw-post-title {
  font-size: 1.1rem;
  padding: 0.625rem;
  line-height: 1.2;
}
@media (min-width: 48rem) {
  .unit__333333 .native .spklw-widget .spklw-post-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 65rem) {
  .unit__333333 .native .spklw-widget .spklw-post-title {
    font-size: 1.35rem;
    line-height: 1.2;
  }
}

.unit__333333 .native .spklw-widget .spklw-post-content {
  line-height: 1.3;
}
@media (min-width: 48rem) {
  .unit__333333 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
  }
}

.unit__5050 .native .spklw-widget .spklw-post-image {
  height: 78px !important;
  width: 100%;
}
@media (min-width: 414px) {
  .unit__5050 .native .spklw-widget .spklw-post-image {
    height: 89px !important;
  }
}
@media (min-width: 34rem) {
  .unit__5050 .native .spklw-widget .spklw-post-image {
    height: 120px !important;
  }
}
@media (min-width: 48rem) {
  .unit__5050 .native .spklw-widget .spklw-post-image {
    height: 163px !important;
  }
}
@media (min-width: 65rem) {
  .unit__5050 .native .spklw-widget .spklw-post-image {
    height: 238px !important;
  }
}

.unit__5050 .native .spklw-widget .spklw-post-title {
  font-size: 1.1rem;
  padding: 0.625rem;
  line-height: 1.2;
  clear: both;
}
@media (min-width: 34rem) {
  .unit__5050 .native .spklw-widget .spklw-post-title {
    padding: 0.5rem;
  }
}
@media (min-width: 48rem) {
  .unit__5050 .native .spklw-widget .spklw-post-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .unit__5050 .native .spklw-widget .spklw-post-title {
    font-size: 2rem;
    padding: 0.5rem 0.5rem;
  }
}

.unit__5050 .native .spklw-widget .spklw-post-content {
  line-height: 1.3;
  height: 60px;
}
@media (min-width: 48rem) {
  .unit__5050 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
  }
}

.unit__25252525 .native .spklw-widget .spklw-post-content,
.unit__333333 .native .spklw-widget .spklw-post-content,
.unit__5050 .native .spklw-widget .spklw-post-content {
  font-weight: 400;
  color: #373a3c;
  overflow: hidden;
  font-size: 1rem;
  max-height: 65px;
  float: none;
  display: block;
  clear: both;
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-content,
  .unit__333333 .native .spklw-widget .spklw-post-content,
  .unit__5050 .native .spklw-widget .spklw-post-content {
    overflow: visible;
    max-height: none;
    height: auto;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-content,
  .unit__333333 .native .spklw-widget .spklw-post-content,
  .unit__5050 .native .spklw-widget .spklw-post-content {
    font-weight: 300;
    padding-top: 0.5rem;
  }
}
.unit__25252525 .native .spklw-widget .spklw-post-content:after,
.unit__333333 .native .spklw-widget .spklw-post-content:after,
.unit__5050 .native .spklw-widget .spklw-post-content:after {
  background: linear-gradient(to right, rgba(237, 247, 255, 0), #edf7ff 50%, #edf7ff) !important;
}

.unit__25252525 .native .spklw-widget .spklw-post-title,
.unit__333333 .native .spklw-widget .spklw-post-title,
.unit__5050 .native .spklw-widget .spklw-post-title {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-title,
  .unit__333333 .native .spklw-widget .spklw-post-title,
  .unit__5050 .native .spklw-widget .spklw-post-title {
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

/* Native Adform */
.native-ppas-booked.native__unit__100 {
  display: flex;
  margin: 0 1.25rem;
  padding-left: 0;
  padding-right: 0;
  background-color: #fcfbe9;
}
@media (min-width: 34rem) {
  .native-ppas-booked.native__unit__100 {
    margin: 0;
  }
}
@media (min-width: 48rem) {
  .native-ppas-booked.native__unit__100 {
    width: 728px;
  }
}
@media (min-width: 65rem) {
  .native-ppas-booked.native__unit__100 {
    width: 980px;
  }
}
.native-ppas-booked.native__unit__100 .teaser__image {
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  max-width: 29%;
  padding-right: 1rem;
  margin: 0;
}
@media (min-width: 48rem) {
  .native-ppas-booked.native__unit__100 .teaser__image {
    -webkit-flex-basis: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    max-width: 37%;
    margin: 0;
    padding-right: 0;
  }
}
.native-ppas-booked.native__unit__100 .teaser__image .img-container {
  height: 100%;
}
.native-ppas-booked.native__unit__100 .teaser__image .img-container img {
  object-fit: cover;
}
.native-ppas-booked.native__unit__100 .teaser__body {
  -webkit-flex-basis: 71%;
  -ms-flex-preferred-size: 71%;
  flex-basis: 71%;
  max-width: 71%;
  margin-top: -0.25rem;
  text-align: left;
  padding: 0.625rem 0.625rem 0.5rem 0;
}
@media (min-width: 48rem) {
  .native-ppas-booked.native__unit__100 .teaser__body {
    -webkit-flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%;
    max-width: 57%;
    padding: 0.625rem 0 0.5rem 0;
  }
}
.native-ppas-booked.native__unit__100 .teaser__body__heading {
  font-size: 1.16rem;
  line-height: 1.15;
}
@media (min-width: 48rem) {
  .native-ppas-booked.native__unit__100 .teaser__body__heading {
    font-size: 1.75rem;
  }
}
@media (min-width: 65rem) {
  .native-ppas-booked.native__unit__100 .teaser__body__heading {
    font-size: 2.0rem;
    letter-spacing: -0.0312rem;
  }
}
.native-ppas-booked.native__unit__100 .teaser__body__text {
  max-height: 2.56em;
}
@media (min-width: 34rem) {
  .native-ppas-booked.native__unit__100 .teaser__body__text {
    max-height: 5em;
  }
}
@media (min-width: 48rem) {
  .native-ppas-booked.native__unit__100 .teaser__body__text {
    font-size: 1rem;
    max-height: 4em;
  }
}
@media (min-width: 65rem) {
  .native-ppas-booked.native__unit__100 .teaser__body__text {
    font-size: 1.0rem;
  }
}

.unit__25252525 .teaser.native.extern .native-ppas-booked,
.unit__333333 .teaser.native.extern .native-ppas-booked,
.unit__5050 .teaser.native.extern .native-ppas-booked {
  background-color: #fcfbe9;
}
.unit__25252525 .teaser.native.extern .native-ppas-booked .ellipsis:after,
.unit__333333 .teaser.native.extern .native-ppas-booked .ellipsis:after,
.unit__5050 .teaser.native.extern .native-ppas-booked .ellipsis:after {
  background: linear-gradient(to right, rgba(252, 251, 233, 0), #fcfbe9 50%, #fcfbe9);
}

.teaser.native.extern .native-ppas-booked .teaser__image,
.teaser.native.extern .native-ppas-booked .teaser__image:before {
  background-color: #fcfbe9 !important;
}

.native-teaser-shortname {
  font-style: italic;
  font-weight: 400;
  color: #2a5db0;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  position: relative;
  top: -1px;
  display: inline-block;
}

.unit__5050 .native-teaser-shortname {
  font-size: 0.75rem;
}
@media (min-width: 34rem) {
  .unit__5050 .native-teaser-shortname {
    font-size: 0.875rem;
  }
}

.unit__25252525 .teaser.native.extern .native-ppas-booked {
  display: flex;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked {
    display: block;
  }
}
.unit__25252525 .teaser.native.extern .native-ppas-booked .teaser__body {
  padding: 0.3125rem 0.3125rem 0.3125rem 0;
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .teaser__body {
    padding: 0.625rem 0.625rem 0.5rem 0.625rem;
  }
}
.unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
  height: 65px;
}
@media (min-width: 375px) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 81px;
  }
}
@media (min-width: 414px) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 92px;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 131px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 118px;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 172px;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container {
    height: 111px;
  }
}
.unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
  height: 65px;
  width: auto;
}
@media (min-width: 375px) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 81px;
  }
}
@media (min-width: 414px) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 92px;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 131px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 123px;
  }
}
@media (min-width: 48rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 177px;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser.native.extern .native-ppas-booked .img-container img {
    height: 116px;
  }
}

/* Strossle Widget Sidebar */
.sidebar__strossle .spklw-widget {
  max-height: none;
}

.sidebar__strossle .spklw-label {
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 4px 24px 4px 15px !important;
}

.sidebar__strossle .spklw-label.spklw-sponsored {
  padding: 5px !important;
  font-size: 10px !important;
}

.sidebar__strossle .spklw-post {
  height: 230px !important;
}

.sidebar__strossle .spklw-post.spklw-sponsored {
  margin: 0px 0px 30px 0px !important;
  height: 230px !important;
  overflow: hidden;
}

.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide:first-child {
  display: block;
}

.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide {
  display: none;
}

.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide .spklw-post-attr[data-position='2'],
.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide .spklw-post-attr[data-position='3'],
.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide .spklw-post-attr[data-position='4'] {
  display: none;
}

.sidebar__strossle .spklw-swiper-wrapper .spklw-swiper-slide .spklw-post-attr[data-position='1'] {
  display: block;
}

/* Carousel (Glide.js) */
.glide {
  position: relative;
  width: 100%;
  height: 100%;
}
.glide__wrapper {
  overflow: hidden;
  display: block;
  clear: both;
}
.glide__track {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
}
.glide__track.dragging {
  cursor: grabbing;
  user-select: none;
}
.glide__slide {
  width: 100%;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__arrow {
  cursor: pointer;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--carousel.glide--vertical .glide__track {
  overflow: visible;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
  display: inline-block;
}
.glide--slideshow .glide__wrapper {
  height: 100%;
}
.glide--slideshow .glide__slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}

.glide__arrows {
  position: absolute;
}

.glide--horizontal .glide__arrows {
  top: 50%;
  width: 92%;
  margin-left: 4%;
}

.glide--vertical .glide__arrows {
  left: 50%;
  height: 88%;
  margin-top: 6%;
}

.glide__arrow {
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  font: 11px Arial, sans-serif;
  padding: 12px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #000;
  border-radius: 50%;
  border: none !important;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  display: none;
}
.glide__arrow:before {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 100;
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  right: 15px !important;
}
@media (min-width: 48rem) {
  .glide__arrow:before {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 65rem) {
  .glide__arrow {
    display: block;
  }
}
.glide__arrow .icon {
  fill: #999;
}
.glide__arrow .icon__arrow--left {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.glide__arrow .icon__arrow--right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.glide__arrow:focus {
  outline: none;
}

.glide__arrow:hover {
  border-color: white;
}

.glide--horizontal .glide__arrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide--horizontal .glide__arrow.prev {
  left: 0;
}
@media (min-width: 65rem) {
  .glide--horizontal .glide__arrow.prev {
    left: -100px;
  }
}

.glide--horizontal .glide__arrow.next {
  right: 0;
}
@media (min-width: 65rem) {
  .glide--horizontal .glide__arrow.next {
    right: -100px;
  }
}

.glide--vertical .glide__arrow {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.glide--vertical .glide__arrow.prev {
  top: 0;
}

.glide--vertical .glide__arrow.next {
  bottom: 0;
}

.glide__bullets {
  position: absolute;
  z-index: 2;
  list-style: none;
}

.glide--horizontal .glide__bullets {
  bottom: 8%;
  left: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}

.glide--vertical .glide__bullets {
  top: 50%;
  right: 8%;
  width: 12px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.glide__bullets > * {
  display: inline-block;
  background-color: #e5e5e5;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.glide--horizontal .glide__bullets > * {
  margin: 0 5px;
}

.glide--vertical .glide__bullets > * {
  vertical-align: middle;
}

.glide__bullets > *.active {
  background-color: white;
  border: 2px solid #373a3c;
}

.glide__bullets > *:focus {
  outline: none;
}

.glide__bullets > *:hover,
.glide__bullets > *:focus {
  border: 2px solid #373a3c;
  background-color: white;
}

.glide--slider .glide__arrow {
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.glide--slider .glide__arrow.disabled {
  opacity: 0.33;
}

/* Search Company */
.search-company__section__search {
  margin-right: 0.5rem;
  padding-right: 1rem;
  border-right: 1px solid #d5d5d5;
}
.search-company__section a {
  display: inline-block;
  color: #C90C0F;
  font-size: 1.25rem;
}
.search-company__section a h3 {
  font-weight: 300;
  letter-spacing: -0.025rem;
}
.search-company__section a.active {
  color: #373a3c;
  text-decoration: none;
}
.search-company__section a.active h3 {
  border-bottom: 2px solid #C90C0F;
  font-weight: 300;
  letter-spacing: -0.025rem;
}
.search-company__search-box {
  margin-top: 0.5rem;
}
.search-company__search-box .input-group {
  margin-top: 0.5rem;
  text-align: right;
}
@media (min-width: 48rem) {
  .search-company__search-box .input-group {
    margin-top: 0;
    width: auto;
    margin-left: 0.5rem;
    display: inline-block;
  }
}
@media (min-width: 48rem) {
  .search-company__search-box__field {
    float: left;
    display: inline-block;
    width: calc(100% - 275px);
  }
}
.search-company__search-box__button.btn-primary {
  margin-right: 0.5rem;
}
.search-company__results {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  empty-cells: hide;
  border-collapse: separate;
}
@media (min-width: 48rem) {
  .search-company__results {
    empty-cells: show;
  }
}
.search-company__results__hits {
  font-weight: 300;
  text-align: center;
}
.search-company__results__item:nth-child(2n-1) {
  background-color: #f0f0f0;
}
.search-company__results__item:hover {
  background-color: rgba(235, 45, 50, 0.1);
  cursor: pointer;
}
.search-company__results__name, .search-company__results__address, .search-company__results__orgnumb {
  display: block;
  font-weight: 300;
  font-size: 0.9375rem;
  color: #666;
}
@media (min-width: 48rem) {
  .search-company__results__name, .search-company__results__address, .search-company__results__orgnumb {
    display: table-cell;
  }
}
.search-company__results__name {
  color: #2a5db0;
  font-weight: 600;
  font-size: 1.1rem;
  padding-bottom: 0 !important;
}
@media (min-width: 48rem) {
  .search-company__results__name {
    padding-bottom: .75rem !important;
    width: 50%;
  }
}
.search-company__results__orgnumb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 48rem) {
  .search-company__results__orgnumb {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    width: 25%;
  }
}
.search-company__results__logo {
  padding: 0 .75rem .75rem .75rem !important;
  margin-top: -0.25rem;
  display: none;
}
@media (min-width: 48rem) {
  .search-company__results__logo {
    margin-top: 0.75rem;
    text-align: right;
    display: block;
  }
}
.search-company__results__logo img {
  max-width: 150px;
  max-height: 150px;
}
.search-company__results__address {
  padding-top: 0 !important;
}
@media (min-width: 48rem) {
  .search-company__results__address {
    padding-top: .75rem !important;
    width: 25%;
  }
}
.search-company__results__pages {
  display: table;
}
.search-company__details {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .75rem;
  padding-top: .75rem;
  font-weight: 300;
}
@media (min-width: 48rem) {
  .search-company__details {
    position: relative;
  }
}
.search-company__details__headline {
  font-size: 1.5rem;
  letter-spacing: -0.25px;
}
@media (min-width: 48rem) {
  .search-company__details__headline {
    font-size: 2rem;
  }
}
.search-company__details__info {
  font-weight: 300;
}
@media (min-width: 48rem) {
  .search-company__details__info {
    margin-right: 2rem;
    margin-bottom: 1rem;
  }
}
.search-company__details__logo {
  max-height: 40px;
  width: auto;
  margin-top: 0.5rem;
  display: none;
}
@media (min-width: 48rem) {
  .search-company__details__logo {
    top: 0;
    right: 0;
    position: absolute;
    display: block;
  }
}
.search-company__details__logo img {
  max-height: 130px;
  max-width: 150px;
}
.search-company__details__textblock {
  clear: both;
  margin-top: 0.5rem;
}
.search-company__details__section {
  margin-top: 1rem;
  clear: both;
}
.search-company__details__keyfigures .search-company__details__frame__headline {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.search-company__details__keyfigures .search-company__details__frame {
  border: none;
}
.search-company__details__keyfigures__table {
  width: 100%;
  empty-cells: hide;
}
.search-company__details__keyfigures__table thead tr th {
  font-weight: 700;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 25%;
  text-align: right;
}
@media (min-width: 48rem) {
  .search-company__details__keyfigures__table thead tr th {
    display: table-cell;
    width: 10%;
  }
}
.search-company__details__keyfigures__table thead tr th:first-child {
  text-align: left;
  width: 75%;
  display: table-cell;
}
@media (min-width: 48rem) {
  .search-company__details__keyfigures__table thead tr th:first-child {
    width: 50%;
  }
}
.search-company__details__keyfigures__table thead tr th:last-child {
  display: table-cell;
}
.search-company__details__keyfigures__table tbody tr:last-child {
  border-bottom: none;
}
.search-company__details__keyfigures__table tr:hover {
  background-color: rgba(235, 45, 50, 0.1);
}
.search-company__details__keyfigures__table tr th {
  font-size: 0.8125rem;
  color: #666;
  font-weight: 300;
  width: 75%;
  padding: .5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .search-company__details__keyfigures__table tr th {
    width: 50%;
    font-size: 0.875rem;
  }
}
.search-company__details__keyfigures__table tr td {
  font-size: 0.8125rem;
  padding: .5rem;
  display: none;
  width: 25%;
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .search-company__details__keyfigures__table tr td {
    display: table-cell;
    font-size: 0.875rem;
    width: 10%;
  }
}
.search-company__details__keyfigures__table tr td:last-child {
  display: table-cell;
}
.search-company__details__board {
  font-size: 0.8125rem;
}
@media (min-width: 48rem) {
  .search-company__details__board {
    font-size: 1rem;
  }
}
.search-company__details__board .search-company__details__frame__headline {
  margin-bottom: 0;
}
.search-company__details__board__table {
  width: 100%;
  empty-cells: hide;
}
.search-company__details__board__table tr {
  background-color: #f5f5f5;
}
.search-company__details__board__table tr:hover {
  background-color: rgba(235, 45, 50, 0.1) !important;
}
.search-company__details__board__table tr:nth-child(2n-1) {
  background-color: #FFF;
}
.search-company__details__board__table td {
  padding: .5rem;
}
.search-company__details__board__role td:first-child {
  text-align: right;
}
.search-company__details__board__role td:last-child {
  color: #2a5db0;
  text-align: left;
}
.search-company__details__board__role td:last-child:hover {
  text-decoration: underline;
  cursor: pointer;
}
.search-company__details__board__company td:first-child {
  color: #2a5db0;
}
.search-company__details__board__company td:first-child:hover {
  text-decoration: underline;
  cursor: pointer;
}
.search-company__details__frame {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .75rem;
  font-weight: 300;
  background-color: #FFF;
  clear: both;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .search-company__details__frame {
    margin-top: 1.25rem;
  }
}
.search-company__details__frame .arrow--up, .search-company__details__frame .arrow--down {
  float: left;
  display: block;
  padding-right: 0.25rem;
  position: relative;
  top: -5px;
}
.search-company__details__frame .arrow--up:before, .search-company__details__frame .arrow--down:before {
  content: "\02794";
  font-size: 1.1rem;
}
@media (min-width: 48rem) {
  .search-company__details__frame .arrow--up:before, .search-company__details__frame .arrow--down:before {
    font-size: 1.4rem;
  }
}
.search-company__details__frame .arrow--up {
  transform: rotate(-52deg);
}
.search-company__details__frame .arrow--up:before {
  color: #5cb85c;
}
.search-company__details__frame .arrow--down {
  transform: rotate(38deg);
}
.search-company__details__frame .arrow--down:before {
  color: #d9534f;
}
.search-company__details__frame__headline {
  margin-bottom: 0.75rem;
  background: #f0f0f0;
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #666;
}
.search-company__details__frame__headline span {
  display: block;
  font-weight: 300;
  text-align: right;
  margin-top: 0.25rem;
  text-transform: initial;
}
@media (min-width: 48rem) {
  .search-company__details__frame__headline span {
    float: right;
    margin-top: 0;
  }
}
.search-company__details__frame__half {
  width: 49.2%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.75rem;
  padding: 0 .75rem;
}
@media (min-width: 48rem) {
  .search-company__details__frame__half {
    width: 24.5%;
  }
}
.search-company__details__frame__half a {
  margin-right: 0.5rem;
  word-break: break-all;
}
@media (min-width: 48rem) {
  .search-company__details__frame__half a {
    word-break: normal;
  }
}
.search-company__details__frame__half.sni-bransch {
  width: 100%;
  display: block;
}
@media (min-width: 48rem) {
  .search-company__details__frame__half.sni-bransch {
    width: 50%;
    display: inline-block;
  }
}
.search-company__details__frame__subhead {
  text-transform: uppercase;
  font-weight: 300;
  color: #666;
  line-height: 1.2;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.search-company__details__frame h4 {
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.025em;
}
@media (min-width: 48rem) {
  .search-company__details__frame h4 {
    font-size: 1.3rem;
    font-weight: 900;
  }
}
.search-company__details__frame.searchwords .search-company__details__frame__half {
  width: 100%;
}
.search-company .creditsafe-logo {
  font-weight: 300;
  color: #999;
  float: right;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.search-company .proff-logo {
  float: right;
  display: block;
  width: 140px;
  margin-top: -0.35rem;
}
@media (min-width: 48rem) {
  .search-company .proff-logo {
    width: auto;
  }
}
.search-company .proff-logo__description {
  color: #999;
  font-weight: 300;
  font-size: 0.8125rem;
  text-align: right;
}
@media (min-width: 48rem) {
  .search-company .proff-logo__description {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

/* Lemonwave Embed */
.lemonwhale-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.lemonwhale-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* UR-Ekonomi */
.article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table {
  font-size: 0.75rem;
  font-weight: 300;
  border: 1px solid #d5d5d5;
  width: 100%;
}
@media (min-width: 34rem) {
  .article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table {
    font-size: 0.875rem;
  }
}
.article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table tr {
  border: 1px solid #d5d5d5;
}
.article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table tr:first-child td {
  font-weight: 700;
  font-size: 0.875rem;
}
@media (min-width: 34rem) {
  .article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table tr:first-child td {
    font-size: 0.9375rem;
  }
}
.article[source="United Robots"][data-url*="hallands-aff%C3%A4rer"] .article__body__table tr td {
  padding: 0.25rem 0.75rem;
}

/* ES-Fotboll */
.theme-es .navbar-top {
  border-bottom: none;
}
@media (min-width: 65rem) {
  .theme-es .navbar-top.sticky {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.theme-es section.content {
  overflow: hidden;
}

/* Resultat i artikel */
.article[source="United Robots"][data-url*="fotboll"] .article__body__table {
  border: 1px solid #d5d5d5;
  border-top: 4px solid #A50004;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .article[source="United Robots"][data-url*="fotboll"] .article__body__table {
    max-width: 280px;
    margin-left: 1rem;
    margin-top: 0.25rem;
    float: right;
  }
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tbody {
  display: block;
  padding: 0.5rem 0;
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tr {
  display: block;
  clear: both;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 34rem) {
  .article[source="United Robots"][data-url*="fotboll"] .article__body__table tr {
    font-size: 1.125rem;
  }
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tr td {
  display: inline;
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tr td:first-child::after {
  content: '-';
  margin-right: -4px;
  padding: 0 0.25rem;
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tr:last-child {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 34rem) {
  .article[source="United Robots"][data-url*="fotboll"] .article__body__table tr:last-child {
    font-size: 2.25rem;
  }
}
.article[source="United Robots"][data-url*="fotboll"] .article__body__table tr:last-child td:first-child::after {
  margin-right: -8px;
}

.bd-main-article .es__header {
  margin-left: 0;
  clear: both;
  display: block;
}

.es {
  /* Artiklar */
  /* Widgets */
  /* Skytteliga */
  /* Tabell */
  /* Kommande matcher */
}
.es__header {
  background-color: #7C0003;
  color: #FFF;
  line-height: 1;
  margin-top: -1.3rem;
  margin-bottom: 1rem;
}
@media (min-width: 78.15rem) {
  .es__header {
    margin-left: 270px;
    height: 105px;
  }
}
.es__header__brand {
  float: right;
  display: inline-block;
  width: 110px;
  height: 105px;
  padding: 0.75rem 0.875rem 0.75rem 0.5rem;
  position: relative;
  transform: rotate(5deg);
}
@media (min-width: 78.15rem) {
  .es__header__brand {
    width: 115px;
  }
}
.es__header__headline {
  padding-top: 1rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
  font-weight: 900;
}
@media (min-width: 78.15rem) {
  .es__header__headline {
    text-align: center;
    font-size: 2.125rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0.8125rem;
  }
}
.es__navigation {
  padding: 0 0 1rem 0;
  margin-left: 1.25rem;
  float: left;
  display: inline-block;
  width: calc(100% - 140px);
}
@media (min-width: 78.15rem) {
  .es__navigation {
    margin-left: 0;
  }
}
.es__navigation:target > ul {
  display: block;
}
.es__navigation:not(:target) > a:first-of-type, .es__navigation:target > a:last-of-type {
  display: block;
}
@media (min-width: 78.15rem) {
  .es__navigation:not(:target) > a:first-of-type, .es__navigation:target > a:last-of-type {
    display: none;
  }
}
.es__navigation__toggler {
  display: none;
  color: #FFF;
  padding: 0 0.9375rem;
  border-radius: 3px;
  line-height: 2.813rem;
  font-weight: 300;
  height: 45px;
  background-color: #C90C0F;
}
.es__navigation__toggler:hover {
  text-decoration: none;
  background-color: #A50004;
  color: #FFF;
}
.es__navigation__toggler span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 26px);
  display: inline-block;
  font-weight: 600;
}
.es__navigation__toggler span .gender {
  font-style: italic;
  font-weight: 300;
  text-overflow: unset;
  max-width: none;
  overflow: unset;
  padding-left: 2px;
}
.es__navigation__toggler .icon--menu {
  fill: #FFF;
  width: 26px;
  height: 24px;
  display: inline-block;
  float: right;
  margin: 0.625rem 0;
}
.es__navigation__toggler.open {
  text-decoration: none;
  background-color: #A50004;
  border-radius: 3px 3px 0 0;
}
.es__navigation__list {
  list-style-type: none;
  display: none;
  background-color: #C90C0F;
  padding: 0;
}
.es__navigation__list.lvl-1 {
  position: absolute;
  min-width: 300px;
  width: calc(100vw - 155px);
  z-index: 1000;
}
@media (min-width: 78.15rem) {
  .es__navigation__list.lvl-1 {
    display: block;
    width: auto;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
  }
}
.es__navigation__list.lvl-1 li .gender {
  font-style: italic;
  padding-left: 2px;
  font-weight: 300;
}
@media (min-width: 78.15rem) {
  .es__navigation__list.lvl-1 li:first-child > a {
    border-radius: 3px 0 0 0;
  }
}
@media (min-width: 78.15rem) {
  .es__navigation__list.lvl-1 li:last-child > a {
    border-radius: 0 3px 0 0;
  }
}
.es__navigation__list.lvl-1 li:hover ul {
  display: block;
}
.es__navigation__list.lvl-1 > li:hover > a {
  background-color: #A50004;
}
.es__navigation__list.lvl-1 > li > a span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: rgba(255, 255, 255, 0.3);
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}
.es__navigation__list.lvl-1 > li:not(:last-child) > a {
  border-bottom: 1px solid #A50004;
}
@media (min-width: 78.15rem) {
  .es__navigation__list.lvl-1 > li:not(:last-child) > a {
    border-bottom: none;
    border-right: 1px solid #A50004;
  }
}
.es__navigation__list__item {
  display: block;
  width: 100%;
}
@media (min-width: 78.15rem) {
  .es__navigation__list__item {
    width: auto;
    float: left;
  }
}
.es__navigation__list__item a {
  color: #FFF;
  font-weight: 600;
  display: block;
  padding: 0 0.9375rem;
  line-height: 2.813rem;
}
@media (min-width: 78.15rem) {
  .es__navigation__list__item a {
    font-size: 0.9375rem;
    line-height: 2.375rem;
    padding: 0 0.625rem;
  }
}
.es__navigation__list__item a:hover {
  text-decoration: none;
  background-color: #A50004;
  color: #FFF;
}
.es__navigation__list.lvl-2 {
  padding: 0 1.25rem 1.25rem 1.25em;
  background-color: #A50004;
  border-radius: 0 0 0 0;
}
@media (min-width: 78.15rem) {
  .es__navigation__list.lvl-2 {
    width: 265px;
    position: absolute;
    padding: 0;
    border-radius: 0 0 3px 3px;
    z-index: 1000;
  }
}
.es__navigation__list.lvl-2 li {
  float: none;
}
.es__navigation__list.lvl-2 a {
  border-top: 1px solid #7C0003;
  font-size: 0.9375rem;
}
.es__navigation__list.lvl-2 a:hover {
  background-color: #C90C0F;
}
.es__division__headline {
  display: none;
}
@media (min-width: 78.15rem) {
  .es__division__headline {
    display: block;
    text-align: center;
    width: 100%;
    color: #FFF;
    background: #7C0003;
    font-weight: 700;
    padding: 0.5rem;
  }
}
.es__sponsor {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.es__sponsor span {
  text-align: left;
  color: rgba(0, 0, 0, 0.49804);
  display: block;
  font-size: 8px;
  font-family: Source Sans Pro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
@media (min-width: 48rem) {
  .es__sponsor span {
    margin-bottom: 0;
  }
}
.es__sponsor__item {
  display: inline-block;
  width: 49%;
  text-align: center;
}
@media (min-width: 34rem) {
  .es__sponsor__item {
    width: 32%;
  }
}
@media (min-width: 48rem) {
  .es__sponsor__item {
    width: 24%;
  }
}
.es__sponsor__item:nth-child(4n) {
  margin-top: 1.25rem;
}
@media (min-width: 34rem) {
  .es__sponsor__item:nth-child(4n) {
    margin-top: 0;
  }
}
@media (min-width: 34rem) {
  .es__sponsor__item:nth-child(5n) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .es__sponsor__item:nth-child(5n) {
    margin-top: 0;
  }
}
.es__sponsor__item img {
  max-width: 120px;
  max-height: 70px;
  width: auto;
  height: auto;
}
@media (min-width: 65rem) {
  .es__articles {
    width: 640px;
    float: left;
    margin-right: 20px;
  }
}
.es__articles .automated-section.container {
  padding-left: 0;
  padding-right: 0;
}
.es__articles .unit {
  max-width: 100%;
  flex-basis: 100%;
}
@media (min-width: 65rem) {
  .es__articles .teaser {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 65rem) {
  .es__articles .teaser__body__heading {
    font-size: 1.75rem;
  }
}
.es__articles .teaser__image {
  float: right;
  width: 35%;
  margin: 0.25rem 0 0.625rem 0.5rem;
}
@media (min-width: 65rem) {
  .es__articles .teaser__image {
    margin: 0.375rem 0 0 1.5rem;
  }
}
.es__articles .teaser__image[data-source="United Robots"] {
  display: none;
}
@media (min-width: 65rem) {
  .es__widgets {
    width: 320px;
    float: right;
  }
}
.es__stats {
  margin-bottom: 1.25rem;
  border-top: 4px solid #7C0003;
  border-radius: 0 0 3px 3px;
  background: #FFF;
  font-weight: 300;
  display: block;
  clear: both;
}
.es__stats__headline {
  text-align: center;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 0.75rem;
  margin-bottom: 0;
}
.es__stats__list {
  list-style-type: none;
  padding-left: 0;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
}
.es__stats__list__full {
  display: none;
}
.es__stats__list__stats-hero, .es__stats__list__stats-row {
  border-top: 1px solid #d5d5d5;
}
.es__stats__list__stats-hero {
  background: #f0f0f0;
  padding: .25rem .75rem;
}
.es__stats__list__stats-hero .es__stats__list__stats-row__pos {
  font-size: 0.875rem;
  display: block;
}
.es__stats__list__stats-hero .es__stats__list__stats-row__teaminfo {
  display: inline-block;
  max-width: 60%;
  line-height: 1.5;
}
.es__stats__list__stats-hero .es__stats__list__stats-row__teaminfo .name {
  font-weight: 700;
}
.es__stats__list__stats-hero .es__stats__list__stats-row__teaminfo .club {
  font-size: 0.8125rem;
  display: block;
}
.es__stats__list__stats-hero .es__stats__list__stats-row__goals {
  font-weight: 900;
  color: #A50004;
  font-size: 1.5rem;
  margin-bottom: 0;
  display: inline-block;
  float: right;
}
.es__stats__list__stats-row {
  display: block;
  clear: both;
  padding: .25rem .75rem;
  min-height: 45px;
}
.es__stats__list__stats-row__pos {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
  margin-right: .5rem;
}
.es__stats__list__stats-row__teaminfo {
  display: inline-block;
  max-width: 60%;
  vertical-align: middle;
  line-height: 1.3;
}
.es__stats__list__stats-row .name {
  font-size: 0.8125rem;
  font-weight: 700;
}
.es__stats__list__stats-row .club {
  font-size: 0.8125rem;
  display: block;
}
.es__stats__list__stats-row__goals {
  float: right;
  color: #A50004;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 40px;
}
.es__stats__showmore {
  display: block;
  text-align: center;
  background: #005a9a;
  color: #FFF;
  width: 100%;
  padding: 0.5rem 0.6875rem;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
}
.es__stats__showmore:hover, .es__stats__showmore:focus {
  color: #FFF;
  background: #A50004;
  text-decoration: none;
}
.es__stats__showmore span {
  font-size: 80%;
  position: relative;
  top: -2px;
}
.es__league-standings {
  margin-bottom: 1.25rem;
  border-top: 4px solid #7C0003;
  display: block;
  clear: both;
}
.es__league-standings__headline {
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #FFF;
  padding: 0.75rem;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.es__league-standings__headline span {
  font-weight: 300;
}
.es__league-standings__table {
  width: 100%;
  border: 1px solid #d5d5d5;
  font-size: 0.8125rem;
}
.es__league-standings__table thead th {
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  color: #666;
  background: #FFF;
}
.es__league-standings__table thead th abbr[title] {
  border: 0;
  cursor: help;
}
.es__league-standings__table tbody tr {
  background: #FFF;
}
.es__league-standings__table tbody tr.advancement {
  background: #e4e4e4;
}
.es__league-standings__table tbody tr.positive-qualifying {
  background: #eee;
}
.es__league-standings__table tbody tr.relegation {
  background: #eee;
}
.es__league-standings__table tbody tr td {
  border-top: 1px solid #d5d5d5;
  font-weight: 300;
  padding: 0.5rem;
  text-align: center;
}
.es__league-standings__table tbody tr td.pos.normal:after {
  content: 'â€¢';
  color: #CCC;
  display: inline-block;
}
.es__league-standings__table tbody tr td.pos.up:after {
  content: 'â€¢';
  color: green;
  display: inline-block;
}
.es__league-standings__table tbody tr td.pos.down:after {
  content: 'â€¢';
  color: red;
  display: inline-block;
}
.es__league-standings__table tbody tr td .name-long {
  display: none;
}
@media (min-width: 34rem) {
  .es__league-standings__table tbody tr td .name-long {
    display: block;
  }
}
@media (min-width: 65rem) {
  .es__league-standings__table tbody tr td .name-long {
    display: none;
  }
}
.es__league-standings__table tbody tr td .name-short {
  display: block;
}
@media (min-width: 34rem) {
  .es__league-standings__table tbody tr td .name-short {
    display: none;
  }
}
@media (min-width: 65rem) {
  .es__league-standings__table tbody tr td .name-short {
    display: block;
  }
}
.es__league-standings__table tbody tr td a {
  color: #373a3c;
  text-align: left;
  display: block;
}
.es__league-standings__table .team {
  text-align: left;
}
.es__league-standings__table .points {
  font-weight: 600;
}
.es__games {
  background-color: #FFF;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d5d5d5;
  display: block;
  clear: both;
}
.es__games__headline {
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  padding: 0.75rem;
}
.es__games__headline span {
  font-weight: 300;
  font-style: italic;
  padding-left: 2px;
}
.es__games__arrows {
  background: #7C0003;
  position: absolut !important;
  display: block;
  height: 41px;
  margin: 0 !important;
  width: 100% !important;
  top: 0 !important;
  border-radius: 3px 3px 0 0;
}
.es__games__arrows .prev, .es__games__arrows .next {
  background: #C90C0F;
  color: #FFF;
  display: block;
  padding: 0.8125rem 0.6875rem;
  transform: none !important;
}
.es__games__arrows .prev:hover, .es__games__arrows .next:hover {
  background: #A50004;
}
.es__games__arrows .prev svg, .es__games__arrows .next svg {
  fill: #FFF;
  width: 15px;
  height: 15px;
}
.es__games__arrows .prev {
  border-radius: 3px 0 0 0 !important;
  left: 0 !important;
}
.es__games__arrows .prev svg {
  transform: rotate(180deg);
}
.es__games__arrows .next {
  border-radius: 0 3px 0 0 !important;
  right: 0 !important;
}
.es__games__day__headline {
  text-align: center;
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 0.6875rem;
  padding-top: 0.875rem;
}
.es__games__day__match {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  line-height: 2.188rem;
  clear: both;
  overflow: hidden;
}
.es__games__day__match:last-child {
  border-bottom: none;
}
.es__games__day__match .score, .es__games__day__match time {
  background: #e4e4e4;
  width: 60px;
  display: block;
  text-align: center;
  float: left;
  font-weight: 600;
}
.es__games__day__match .score {
  background: #eee;
}
.es__games__day__match .team {
  width: calc(100%/2 - 30px);
  display: block;
  float: left;
  font-weight: 300;
  font-size: 0.8125rem;
  overflow: hidden;
  height: 35px;
}
.es__games__day__match .team a {
  color: #373a3c;
}
.es__games__day__match .team:first-child {
  text-align: right;
  padding-right: 0.5rem;
}
.es__games__day__match .team:last-child {
  text-align: left;
  padding-left: 0.5rem;
}

/* Nofication */
.lx-noti__icon {
  width: 20px;
  height: 20px;
}

.landing-page {
  /* With image */
  /* With image END */
}
.landing-page.byline {
  display: block;
}
.landing-page.article-series {
  display: block;
}
.landing-page__no-image .headline h1 {
  font-size: 1rem;
  font-weight: 900;
  font-stretch: condensed;
  text-transform: uppercase;
  background-color: #C90C0F;
  padding: 0.15rem 0.5rem 0.10rem 1.25rem;
  border-radius: 0 0 0 1px;
  color: #FFF;
  position: relative;
  line-height: 1.5;
  height: 26px;
  white-space: nowrap;
  margin-right: 1rem;
  margin-left: -1.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: inline-block;
}
@media (min-width: 34rem) {
  .landing-page__no-image .headline h1 {
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    transform: skew(-30deg);
    -o-transform: skew(-30deg);
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    text-align: center;
    padding: 0.2rem 1.25rem 0.10rem 1.25rem;
    font-size: 1.15rem;
  }
}
@media (min-width: 48rem) {
  .landing-page__no-image .headline h1 {
    font-size: 1.35rem;
  }
}
@media (min-width: 65rem) {
  .landing-page__no-image .headline h1 {
    font-size: 1.55rem;
  }
}
@media (min-width: 34rem) {
  .landing-page__no-image .headline h1 span {
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    transform: skew(30deg);
    -o-transform: skew(30deg);
    display: block;
  }
}
.landing-page__no-image .headline h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 26px;
  border-bottom: 26px solid transparent;
  border-left: 0.75rem solid #C90C0F;
  right: -0.75rem;
  border-radius: 0 2px 0 1px;
}
@media (min-width: 34rem) {
  .landing-page__no-image .headline h1::after {
    display: none;
  }
}
.landing-page__no-image .arrow {
  display: none;
}
.landing-page__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media (min-width: 1250px) {
  .landing-page__image {
    height: calc(100vh - 66px);
  }
}
.landing-page__image .overlay {
  background-color: transparent;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.landing-page__image img {
  animation: slowMove linear 30s infinite alternate;
}
@media (min-width: 1250px) {
  .landing-page__image img {
    animation: slowMove linear 60s infinite alternate;
  }
}
.landing-page__image .headline {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  width: 100%;
  text-align: center;
  max-width: none;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0;
}
@media (min-width: 48rem) {
  .landing-page__image .headline {
    bottom: 6%;
  }
}
@media (min-width: 1250px) {
  .landing-page__image .headline {
    margin-left: 125px;
    bottom: 6%;
  }
}
.landing-page__image .headline h1 {
  font-weight: 900;
}
@media (min-width: 48rem) {
  .landing-page__image .headline h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 65rem) {
  .landing-page__image .headline h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1250px) {
  .landing-page__image .headline h1 {
    font-size: 5.5rem;
  }
}
.landing-page__image .arrow {
  display: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (min-width: 1250px) {
  .landing-page__image .arrow {
    display: block;
  }
}
.landing-page__image .arrow .icon {
  fill: #FFF;
  width: 60px;
  height: auto;
  animation: animPoint linear 1.5s infinite alternate;
}
.landing-page__description {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}
@media (min-width: 34rem) {
  .landing-page__description {
    font-size: 1rem;
  }
}
@media (min-width: 48rem) {
  .landing-page__description {
    line-height: 1.5;
    font-size: 1.188rem;
  }
}
@media (min-width: 65rem) {
  .landing-page__description {
    margin-bottom: 1rem;
  }
}
.landing-page__description p {
  margin: 0 auto;
}
.landing-page__description p:last-child {
  margin-bottom: 0;
}
.landing-page__related {
  font-weight: 900;
  margin-bottom: 1rem;
}
.landing-page__related span {
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 65rem) {
  .landing-page__related span {
    font-size: 1.125rem;
  }
}

/* Removing padding in top */
.bd-main-landing-page section.content {
  padding-top: 0;
}
@media (min-width: 1250px) {
  .bd-main-landing-page section.content {
    margin-left: -250px !important;
  }
}

/* Teaser-list */
.teaser-list {
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 48rem) {
  .teaser-list {
    padding: 0 1.875rem;
  }
}
@media (min-width: 65rem) {
  .teaser-list {
    padding: 0 0 1.563rem;
  }
}
.teaser-list__title {
  background-color: #C90C0F;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  padding: 0.4375rem 0.4375rem 0.4375rem 1.25rem;
  font-size: 0.875rem;
  margin: 0;
  float: left;
  position: relative;
}
.teaser-list__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 1.82rem;
  overflow: hidden;
  border-bottom: 1.82rem solid transparent;
  border-left: 1.033rem solid #C90C0F;
}
.teaser-list--group {
  clear: both;
  display: flex;
  flex-flow: row wrap;
}
.teaser-list__items {
  background-color: #f3f3eb;
  clear: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-basis: 100%;
}
@media (min-width: 48rem) {
  .teaser-list__items {
    flex-basis: 50%;
  }
}
@media (min-width: 65rem) {
  .teaser-list__items {
    flex-basis: 25%;
  }
}
.teaser-list__items:nth-child(even) {
  background-color: #ebebe4;
}
.teaser-list__items__title {
  background-color: #A50004;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 200;
  padding: 0.4375rem 1.875rem;
  margin: 0;
  font-size: 0.875rem;
}
.teaser-list__items__item {
  margin: 0 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.teaser-list__items__item:last-child {
  border: none;
}
.teaser-list__items__item__link {
  padding: 0.5rem 0;
  display: block;
  line-height: 1.3rem;
}
.teaser-list__items__item__link:hover {
  text-decoration: none;
}
.teaser-list__items__item__time {
  color: #999;
  font-weight: bold;
  display: block;
  font-weight: 300;
  float: left;
  padding: 0 8px 22px 0;
}
.teaser-list__items__item__heading {
  color: #222;
  letter-spacing: -0.0315rem;
  font-size: 1rem;
  display: inline;
  font-weight: 400;
  margin: 0;
}
.teaser-list__items__item__heading:hover {
  color: #555;
}

/* Senaste Nytt */
@media (min-width: 1250px) {
  .outsiderAds .latest-news {
    display: block !important;
  }
}

.latest-news {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2.9rem;
  /* Only one column */
  /* Only one column END */
}
@media (min-width: 34rem) {
  .latest-news {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .latest-news {
    margin-bottom: 2.75rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .latest-news {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1250px) {
  .latest-news {
    width: 250px;
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.latest-news.hidden {
  display: block;
}
.latest-news__title.label-wrapper {
  margin: 0 0.6rem -0.75rem 1.65rem;
}
@media (min-width: 48rem) {
  .latest-news__title.label-wrapper {
    margin: 0 0.6rem -0.95rem 1.85rem;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper {
    margin: 0 0 0.5rem 0;
    border-radius: 0;
    transform: none;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 29px;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper:hover, .latest-news__title.label-wrapper:focus {
    text-decoration: none;
    background: #C90C0F;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 29px;
    overflow: hidden;
    border-bottom: 29px solid transparent;
    border-left: 0.75rem solid #C90C0F;
    left: 100%;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper span {
    font-size: 1rem;
    transform: none;
  }
}
.latest-news.no--glide {
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .latest-news.no--glide {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 65rem) {
  .latest-news.no--glide {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 1250px) {
  .latest-news.no--glide {
    margin-bottom: 1rem;
  }
}
.latest-news.no--glide .glide {
  padding: 0;
}
.latest-news.no--glide .glide__wrapper {
  max-width: none;
}
.latest-news.no--glide ul li a {
  max-width: none;
}
@media (min-width: 1250px) {
  .latest-news.no--glide .latest-news__items__list {
    padding: 0;
  }
}
.latest-news__items {
  clear: both;
  position: relative;
}
.latest-news__items .glide {
  padding: 0 15% 0 0;
  background: #FFF;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
  position: static;
}
@media (min-width: 48rem) {
  .latest-news__items .glide {
    padding: 0 50% 0 0;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
  }
}
@media (min-width: 1250px) {
  .latest-news__items .glide {
    overflow: visible;
    padding: 0;
    border: none;
  }
}
.latest-news__items .glide__wrapper {
  overflow: visible;
  max-width: 85%;
}
@media (min-width: 48rem) {
  .latest-news__items .glide__wrapper {
    max-width: 50%;
  }
}
@media (min-width: 1250px) {
  .latest-news__items .glide__wrapper {
    max-width: 100%;
  }
}
.latest-news__items .glide__wrapper .glide__track {
  background-color: #FFF;
}
@media (min-width: 1250px) {
  .latest-news__items .glide__wrapper .glide__track {
    background-color: transparent;
  }
}
.latest-news__items .glide__slide.invisible, .latest-news__items .glide__arrows {
  display: none !important;
}
.latest-news__items .glide--horizontal .glide__bullets {
  bottom: -0.95rem;
}
@media (min-width: 1250px) {
  .latest-news__items .glide--horizontal .glide__bullets {
    display: none;
  }
}
@media (min-width: 1250px) {
  .latest-news__items .glide__track {
    overflow: visible;
    display: block;
  }
}
@media (min-width: 1250px) {
  .latest-news__items .latest-news__items__list {
    padding-bottom: 1.25rem;
  }
}
.latest-news__items ul {
  list-style-type: none;
  margin-bottom: 0;
  display: block;
  clear: both;
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  position: relative;
}
@media (min-width: 1250px) {
  .latest-news__items ul {
    padding: 0;
  }
}
.latest-news__items ul:before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  height: 100%;
  width: 4px;
  background: #C90C0F;
}
@media (min-width: 1250px) {
  .latest-news__items ul:before {
    left: 0;
    height: calc(100% - 28px);
  }
}
.latest-news__items ul .tiny-label {
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #C90C0F;
  padding: 0.15rem 0.25rem 0.10rem 1rem;
  color: #FFF;
  position: relative;
  height: 25px;
  white-space: nowrap;
  margin-right: 1rem;
}
.latest-news__items ul .tiny-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 25px;
  border-bottom: 25px solid transparent;
  border-left: 0.75rem solid #C90C0F;
  left: 100%;
}
.latest-news__items ul li {
  position: relative;
}
.latest-news__items ul li:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f3f3eb;
  box-shadow: 0 0 0 4px #C90C0F, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1250px) {
  .latest-news__items ul li:before {
    background: #FFF;
  }
}
.latest-news__items ul li:last-child a {
  border-bottom: 0;
}
.latest-news__items ul li a {
  text-decoration: none;
  padding: 0.35rem 1rem 0.35rem 1rem;
  margin: 0;
  display: block;
  max-width: 300px;
  clear: both;
  color: #373a3c;
}
.latest-news__items ul li a:hover, .latest-news__items ul li a:focus {
  color: #555;
  text-decoration: none;
}
.latest-news__items ul li a .time {
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 65rem) {
  .latest-news__items ul li a .time {
    padding-top: 0.20rem;
  }
}
.latest-news__items ul li a h4 {
  display: block;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .latest-news__items ul li a h4 {
    max-width: 320px;
  }
}
@media (min-width: 65rem) {
  .latest-news__items ul li a h4 {
    font-size: 1rem;
    line-height: 1.3;
    overflow: hidden;
    max-width: 400px;
    margin-top: -0.1rem;
    clear: both;
  }
}
@media (min-width: 1250px) {
  .latest-news__items ul li a h4 {
    font-size: 0.875rem;
  }
}
.latest-news__items ul li a h4 p {
  display: none;
}

/* Most Read */
.bottom-plate.slide-up .plate {
  visibility: visible;
  transition: transform ease-out 0.35s;
}

.bottom-plate.slide-down .plate {
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
  transition: visibility 0.35s linear 0.35s, transform ease-in 0.35s;
}

.plate {
  position: fixed;
  bottom: 52px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  /* Chronicale */
  /* Chronicale END */
}
@media (min-width: 65rem) {
  .plate {
    bottom: 4px;
  }
}
.plate:hover {
  cursor: pointer;
}
.plate.chronicle .glide {
  background: #f3f3eb;
}
.plate.chronicle .plate__teaser__text__headline {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  color: #373a3c;
}
.plate.chronicle .plate__teaser__text__author {
  color: #999;
}
.plate.chronicle .plate__teaser__number {
  color: rgba(0, 0, 0, 0.2);
}
.plate.chronicle .plate .glide .glide__bullets > * {
  background-color: rgba(0, 0, 0, 0.5);
}
.plate .glide {
  background-color: #7C0003;
}
@media (min-width: 48rem) {
  .plate .glide {
    padding: 0 33% 0 0;
  }
}
@media (min-width: 65rem) {
  .plate .glide {
    padding: 0;
  }
}
@media (min-width: 48rem) {
  .plate .glide .glide__wrapper {
    max-width: 740px;
    margin: 0 auto;
    overflow: visible;
  }
}
@media (min-width: 65rem) {
  .plate .glide .glide__wrapper {
    max-width: 1100px;
    overflow: hidden;
  }
}
@media (min-width: 48rem) {
  .plate .glide .glide--carousel .glide__slide {
    max-width: 500px;
  }
}
.plate .glide .glide__arrows {
  display: none;
}
.plate .glide .glide__bullets {
  bottom: 15%;
  display: none;
}
@media (min-width: 48rem) {
  .plate .glide .glide__bullets {
    display: block;
  }
}
.plate .glide .glide__bullets > * {
  background-color: rgba(255, 255, 255, 0.5);
}
.plate .glide .glide__bullets > *.active {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.plate__title {
  margin-left: -1rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  margin-bottom: 0;
  background-color: #C90C0F;
}
.plate__title:hover {
  background-color: #C90C0F;
}
.plate__close {
  display: block;
  text-decoration: none;
  color: #999;
  font-size: 2rem;
  line-height: 0.75;
  font-weight: 100;
  background: 0;
  border: 0;
  padding: 1rem;
  position: absolute;
  top: 9%;
  right: -8px;
  z-index: 2;
}
@media (min-width: 65rem) {
  .plate__teaser {
    width: 33.3%;
    padding: 0;
  }
}
@media (min-width: 78.15rem) {
  .plate__teaser {
    padding-right: 0.25rem;
  }
}
@media (min-width: 78.15rem) {
  .plate__teaser:last-child {
    padding-right: 0;
  }
}
.plate__teaser__link {
  margin: 0;
  color: #FFF;
}
@media (min-width: 48rem) {
  .plate__teaser__link {
    margin: 0.75rem 0.75rem 0.75rem 0.75rem;
  }
}
@media (min-width: 65rem) {
  .plate__teaser__link {
    margin: 0;
  }
}
.plate__teaser__link:hover, .plate__teaser__link:focus {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.plate__teaser .teaser__image {
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%;
  margin-right: 3.5%;
  margin-bottom: 0;
}
@media (min-width: 34rem) {
  .plate__teaser .teaser__image {
    -webkit-flex-basis: 12%;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    max-width: 12%;
  }
}
@media (min-width: 65rem) {
  .plate__teaser .teaser__image {
    -webkit-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
    max-width: 19%;
  }
}
.plate__teaser .teaser__image .no__image {
  background-color: #A50004;
}
.plate__teaser__text {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  align-self: center;
  z-index: 2;
  position: relative;
}
@media (min-width: 34rem) {
  .plate__teaser__text {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media (min-width: 65rem) {
  .plate__teaser__text {
    -webkit-flex-basis: 76%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
    max-width: 76%;
  }
}
.plate__teaser__text.enumerated {
  padding-left: 2.35rem;
}
@media (min-width: 34rem) {
  .plate__teaser__text.enumerated {
    padding-left: 3.35rem;
  }
}
.plate__teaser__text__headline {
  display: block;
  line-height: 1.3;
  font-size: 1rem;
  margin-bottom: 0.05rem;
  padding-right: 1.25rem;
}
@media (min-width: 34rem) {
  .plate__teaser__text__headline {
    font-size: 1.2rem;
  }
}
@media (min-width: 65rem) {
  .plate__teaser__text__headline {
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    padding-right: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 78.15rem) {
  .plate__teaser__text__headline {
    font-size: 1.2rem;
    line-height: 1.15;
  }
}
.plate__teaser__text__lead {
  display: none;
}
.plate__teaser__text__author {
  margin-bottom: 0;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 0.625rem;
  line-height: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
@media (min-width: 34rem) {
  .plate__teaser__text__author {
    font-size: 0.6875rem;
  }
}
@media (min-width: 48rem) {
  .plate__teaser__text__author {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }
}
.plate__teaser__text__likes {
  margin-bottom: 0;
}
.plate__teaser__number {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  line-height: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  font-size: 2.75rem;
  font-weight: 900;
  align-self: center;
  display: flex;
}
@media (min-width: 34rem) {
  .plate__teaser__number {
    font-size: 3.6rem;
  }
}
@media (min-width: 65rem) {
  .plate__teaser__number {
    font-size: 3.9rem;
  }
}
.plate__teaser__number span {
  align-self: center;
}

/* Article line */
article.article {
  border-bottom: 1px solid #d5d5d5;
  background-color: #FFF;
}
@media (min-width: 65rem) {
  article.article {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.article {
  /* Article Container */
  /* Article HEAD */
  /* Article BODY */
  /* Article Headline */
  /* Article Lead */
  /* Article Explanation Text */
  /* Article Category */
  /* Tips Label Article */
  /* Article Reviews */
  /* Article Meta: Author, Pub-date, Update-date, Location, Category */
  /* Cols */
  /* Sidebar */
  /* Article Text (Rich-Text) */
  /* Figurecaption */
  /* Article Footer */
  /* Article Extras */
}
.article .article__body__richtext.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__head .article__head__html__caption.container, .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .article .article__body__richtext.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__head .article__head__html__caption.container, .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container {
    max-width: 700px;
  }
}
@media (min-width: 48rem) {
  .article .article__body__richtext.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__head .article__head__html__caption.container, .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.article .article__heading.container, .article .article__preamble.container, .article .article__explanation-text.container, .article .article__meta.container, .article .tips__label, .article .article__footer__explanation-text.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .article .article__heading.container, .article .article__preamble.container, .article .article__explanation-text.container, .article .article__meta.container, .article .tips__label, .article .article__footer__explanation-text.container {
    max-width: 700px;
  }
}
@media (min-width: 48rem) {
  .article .article__heading.container, .article .article__preamble.container, .article .article__explanation-text.container, .article .article__meta.container, .article .tips__label, .article .article__footer__explanation-text.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .article .article__heading.container, .article .article__preamble.container, .article .article__explanation-text.container, .article .article__meta.container, .article .tips__label, .article .article__footer__explanation-text.container {
    max-width: 980px;
  }
}
.article__head {
  width: 100%;
  overflow: hidden;
  /* AD Right Desktop (For gallerys and Video, screen-size: 1250px) */
  /* Article Image Top */
  /* Image Gallery Top */
  /* Video Top */
  /* HTML Top */
}
@media (min-width: 1250px) {
  .article__head.gallery-advert {
    overflow: visible;
    height: 650px;
  }
  .article__head .article__gallery__wrapper {
    background: #111111;
    width: 100%;
    height: 650px;
    position: absolute;
    left: 0;
  }
  .article__head .article__gallery__wrapper .article__gallery__container {
    width: 1250px;
    margin-right: auto;
    margin-left: auto;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery {
    float: left;
    width: 980px;
    padding-top: 1.25rem;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .adform.ad__gallery {
    display: none !important;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .caption {
    padding-left: 0;
    padding-bottom: 0.75rem;
    text-align: left;
    width: 89%;
    position: relative;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .credit {
    position: absolute;
    bottom: 0.75rem;
    right: -6.75rem;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .image-count {
    padding-right: 0;
    width: 10%;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .caption-text {
    color: #CCC;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    height: 65px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .caption-text:after {
    content: '.';
    color: #111;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    text-align: right;
    background: linear-gradient(to right, transparent, #111111 50%, #111111);
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .caption-text a {
    color: #FFF;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .caption-text a:hover {
    color: #999;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .image-count {
    color: #999;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .image-index {
    color: #FFF;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__gallery .fotorama__stage__shaft {
    background-color: #000;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__head__desktop-ad {
    display: block;
    padding-top: 0.5rem;
    float: right;
    background-size: 600px 200px;
    background-color: #000;
    height: 620px;
    width: 250px;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__head__desktop-ad--hidden {
    display: none;
  }
  .article__head .article__gallery__wrapper .article__gallery__container .article__head__desktop-ad--show {
    display: block;
  }
}
.article__head .article__head__desktop-ad {
  display: none;
}
.article__head__image {
  margin-bottom: 0;
}
.article__head__image figcaption {
  margin-bottom: 0 !important;
}
@media (min-width: 48rem) {
  .article__head__image figcaption {
    text-align: center;
  }
}
.article__head__image figcaption p:last-child {
  margin-bottom: 0;
}
.article__head__image figcaption .caption-byline {
  display: inline;
}
@media (min-width: 65rem) {
  .article__head__image--fullwidth {
    max-height: 550px;
    width: auto;
    overflow: hidden;
  }
}
@media (min-width: 65rem) {
  .article__head__image--fullwidth .img-container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 34rem) {
  .article__head__image img {
    max-width: 100%;
    margin: auto;
  }
}
@media (min-width: 65rem) {
  .article__head__image img {
    margin-top: 0%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 65rem) {
  .article__head .article__gallery .fotorama {
    background: #000;
  }
}
@media (min-width: 65rem) {
  .article__head .article__gallery .fotorama__arr {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.article__head .article__gallery .caption {
  padding-left: 1.25rem;
  min-height: 15px;
}
@media (min-width: 34rem) {
  .article__head .article__gallery .caption {
    text-align: center;
    padding-left: 16%;
    min-height: 42px;
    display: block;
  }
}
.article__head .article__gallery .image-count {
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .article__head .article__gallery .image-count {
    font-size: 2rem;
    margin-top: 0.25rem;
    padding-right: 3.5rem;
  }
}
.article__head__video .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 34rem) {
  .article__head__video .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .article__head__video .container {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .article__head__video .container {
    max-width: 1100px;
  }
}
.article__head__video .article__figure__caption.container {
  margin-bottom: 0;
}
.article__head__html {
  background: #000;
  /* Twitter */
}
.article__head__html .container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-height: 625px;
}
@media (min-width: 34rem) {
  .article__head__html .container {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.article__head__html .twitter-tweet {
  margin: 10px auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.article__body {
  padding-top: 1.25rem;
  /* Facts */
  /* TT-Byline */
}
@media (min-width: 48rem) {
  .article__body {
    padding-top: 2rem;
  }
}
@media (min-width: 65rem) {
  .article__body {
    position: relative;
  }
}
.article__body__facts {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-weight: 300;
}
@media (min-width: 34rem) {
  .article__body__facts {
    font-size: 0.875rem;
  }
}
@media (min-width: 65rem) {
  .article__body__facts {
    margin-left: 3.75rem;
    margin-right: auto;
  }
}
.article__body__facts__content {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #A50004;
}
.article__body__facts__title {
  font-size: initial;
}
.article__body__facts .pull-left {
  width: 49%;
  margin: 0.4rem 1rem 0.5rem 0;
}
@media (min-width: 34rem) {
  .article__body__facts .pull-left {
    width: 32%;
    margin: 0.4rem 1rem 0.5rem 0;
  }
}
.article__body__facts .pull-right {
  width: 49%;
  margin: 0.4rem 0 0.5rem 1rem;
}
@media (min-width: 34rem) {
  .article__body__facts .pull-right {
    width: 32%;
    margin: 0.4rem 0 0.5rem 1rem;
  }
}
.article__body__facts ul, .article__body__facts ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.article__body__facts ul li, .article__body__facts ol li {
  padding: 0 0 0.5rem 0;
}
.article__body__tt-byline {
  font-style: italic;
  color: #777;
}
.article__heading {
  font-family: "Roboto", sans-serif, "Arial Black";
  font-size: 1.688rem;
  letter-spacing: -0.0312rem;
  font-weight: 900;
  text-rendering: optimizeSpeed;
}
@media (min-width: 48rem) {
  .article__heading {
    font-size: 3.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .article__heading {
    padding-bottom: 1rem;
    letter-spacing: -0.0625rem;
  }
}
.article__image + .article__heading:before {
  margin-top: 0;
}
.article__preamble {
  font-size: 1.188rem;
  line-height: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif, "Arial";
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #555;
  text-rendering: optimizeSpeed;
}
@media (min-width: 48rem) {
  .article__preamble {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }
}
@media (min-width: 65rem) {
  .article__preamble {
    letter-spacing: -0.02em;
  }
}
.article__explanation-text, .article__footer__explanation-text {
  margin-top: 1rem;
  font-size: 0.8rem;
}
.article__explanation-text p, .article__footer__explanation-text p {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  background: #f0efec;
  z-index: 1;
}
.article__explanation-text p:before, .article__footer__explanation-text p:before {
  display: none;
}
@media (min-width: 65rem) {
  .article__explanation-text p:before, .article__footer__explanation-text p:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 27px;
    height: 100%;
    transform: skewX(-22deg);
    background: #f0efec;
    z-index: -1;
  }
}
.article__explanation-text p:last-child, .article__footer__explanation-text p:last-child {
  margin-bottom: 0;
}
.article__footer__explanation-text {
  margin-bottom: 1.5rem;
}
.article__category {
  font-size: .875rem;
  line-height: .875rem;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  background-color: #C90C0F;
  padding: .25rem .25rem 0 .5rem;
  border-radius: 0 0 0 1px;
  color: #FFF;
  top: -1px;
  position: relative;
  height: 20px;
  white-space: nowrap;
  margin-right: 0.75rem;
}
@media (min-width: 48rem) {
  .article__category {
    top: -5px;
    height: 24px;
    padding: .30rem .25rem .25rem .5rem;
  }
}
.article__category:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 20px;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #C90C0F;
  right: -10px;
  border-radius: 0 2px 0 1px;
}
@media (min-width: 48rem) {
  .article__category:after {
    height: 24px;
    border-bottom: 24px solid transparent;
    border-left: 12px solid #C90C0F;
    right: -12px;
  }
}
.article .tips__label {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
}
.article__review__content {
  width: 100%;
  border: 1px solid #A50004;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 2px;
}
@media (min-width: 48rem) {
  .article__review__content {
    margin-bottom: 0;
  }
}
.article__review__content > h3 {
  color: #666;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.article__review__content__grade {
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 34rem) {
  .article__review__content__grade {
    text-align: left;
  }
}
.article__review__content__grade .icon {
  fill: rgba(0, 0, 0, 0.1);
  height: auto;
  width: 27px;
  margin-right: 0.5rem;
}
.article__review__content__grade .icon:last-child {
  margin-right: 0;
}
.article__review__content__grade .active {
  fill: #373a3c;
}
.article__review__content__grade .usel {
  content: ' ';
  display: inline-block;
  width: 3px;
  margin-left: -24px;
  margin-top: -3px;
  position: absolute;
  height: 47px;
  background-color: #222;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.article__review__description {
  font-size: 0.875rem;
  font-weight: 300;
}
.article__meta {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: #999;
}
@media (min-width: 48rem) {
  .article__meta {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.article__meta:before {
  content: '';
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.6rem;
  width: 100%;
}
.article__meta:after {
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5rem;
  width: 100%;
}
.article__meta > span {
  display: inline-block;
}
.article__meta .icon {
  fill: #999;
  height: 14px;
  margin-right: 2px;
  width: 14px;
  position: relative;
  top: -1px;
}
.article__meta__author {
  float: left;
  width: 53%;
}
@media (min-width: 48rem) {
  .article__meta__author {
    width: 79%;
  }
}
.article__meta__author-entitie {
  display: block;
  clear: left;
}
@media (min-width: 48rem) {
  .article__meta__author-entitie {
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
  }
}
.article__meta__author-entitie:last-child {
  margin-top: 0.75rem;
}
@media (min-width: 48rem) {
  .article__meta__author-entitie:last-child {
    margin-top: 0;
  }
}
.article__meta__author-entitie:only-child {
  margin-top: 0;
}
.article__meta__author-entitie:first-child:nth-last-child(3), .article__meta__author-entitie:first-child:nth-last-child(3) ~ .article__meta__author-entitie, .article__meta__author-entitie:first-child:nth-last-child(4), .article__meta__author-entitie:first-child:nth-last-child(4) ~ .article__meta__author-entitie, .article__meta__author-entitie:first-child:nth-last-child(5), .article__meta__author-entitie:first-child:nth-last-child(5) ~ .article__meta__author-entitie, .article__meta__author-entitie:first-child:nth-last-child(6), .article__meta__author-entitie:first-child:nth-last-child(6) ~ .article__meta__author-entitie, .article__meta__author-entitie:first-child:nth-last-child(7), .article__meta__author-entitie:first-child:nth-last-child(7) ~ .article__meta__author-entitie, .article__meta__author-entitie:first-child:nth-last-child(8), .article__meta__author-entitie:first-child:nth-last-child(8) ~ .article__meta__author-entitie {
  display: inline;
  margin-right: 0.25rem;
}
.article__meta__author-entitie:first-child:nth-last-child(3)::after, .article__meta__author-entitie:first-child:nth-last-child(3) ~ .article__meta__author-entitie::after, .article__meta__author-entitie:first-child:nth-last-child(4)::after, .article__meta__author-entitie:first-child:nth-last-child(4) ~ .article__meta__author-entitie::after, .article__meta__author-entitie:first-child:nth-last-child(5)::after, .article__meta__author-entitie:first-child:nth-last-child(5) ~ .article__meta__author-entitie::after, .article__meta__author-entitie:first-child:nth-last-child(6)::after, .article__meta__author-entitie:first-child:nth-last-child(6) ~ .article__meta__author-entitie::after, .article__meta__author-entitie:first-child:nth-last-child(7)::after, .article__meta__author-entitie:first-child:nth-last-child(7) ~ .article__meta__author-entitie::after, .article__meta__author-entitie:first-child:nth-last-child(8)::after, .article__meta__author-entitie:first-child:nth-last-child(8) ~ .article__meta__author-entitie::after {
  content: ',';
  display: inline-block;
  font-weight: bold;
  margin-left: -0.2rem;
  color: #373a3c;
}
.article__meta__author-entitie:nth-last-child(2)::after {
  display: none !important;
}
.article__meta__author-entitie:first-child:nth-last-child(3) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(3) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(4) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(4) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(5) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(5) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(3) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(3) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(4) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(4) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(5) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(5) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(6) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(6) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(7) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(7) ~ .article__meta__author-entitie .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(8) .article__meta__author__image, .article__meta__author-entitie:first-child:nth-last-child(8) ~ .article__meta__author-entitie .article__meta__author__image {
  display: none;
}
.article__meta__author__name {
  color: #373a3c;
  font-weight: bold;
  display: inline;
  line-height: 1.2;
}
@media (min-width: 20rem) {
  .article__meta__author__name {
    font-size: 1rem;
  }
}
.article__meta__author__name span {
  font-weight: 300;
}
.article__meta__author__name a {
  color: #373a3c;
}
.article__meta__author__name a:hover {
  color: #A50004;
  text-decoration: none;
}
.article__meta__author__role {
  font-size: 0.875rem;
  display: block;
  color: #999;
  font-weight: normal;
}
@media (min-width: 20rem) {
  .article__meta__author__role {
    line-height: 0.9;
  }
}
.article__meta__author__image {
  overflow: hidden;
  display: inline-block;
  height: 41px;
  width: 41px;
  float: left;
  margin-right: 0.7rem;
  border: 1px solid #e5e5e5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.article__meta__author__image a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.article__meta__published {
  float: right;
  margin-right: 0;
}
.article__meta__location {
  float: right;
  clear: right;
  margin-right: 0;
}
.article__meta__location .icon {
  margin-right: -1px;
}
.article__meta__location a {
  color: #999;
  text-decoration: underline;
}
.article__meta__updated {
  display: none !important;
}
.article__meta__category {
  display: none !important;
}
.article__body__cols {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 65rem) {
  .article__body__cols {
    max-width: 980px;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.article__body__sidebar {
  display: none;
}
@media (min-width: 65rem) {
  .article__body__sidebar {
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 2.5rem;
    padding-left: 1.25rem;
    width: 240px;
    overflow: hidden;
  }
}
.article__body__sidebar .sidebar__title {
  text-transform: uppercase;
  font-size: 1.55rem;
  letter-spacing: -0.025rem;
  text-align: right;
  margin-bottom: 0;
  transform: scaleY(1.1);
  line-height: 1.275;
}
.article__body__sidebar .sidebar__sub-title {
  font-weight: 300;
  font-size: 1.063rem;
  color: #747474;
  text-align: right;
  font-style: italic;
  margin-bottom: 1rem;
}
.article__body__sidebar .sidebar__strossle {
  overflow: hidden;
  height: 260px;
}
.article__body__sidebar .sidebar__strossle div[data-spklw-widget-id='article-1'] {
  display: block !important;
}
.article__body__sidebar .sidebar__native {
  display: none;
  width: 219px;
  height: 260px;
  overflow: hidden;
}
.article__body__sidebar .sidebar__native .native-ppas-booked {
  background-color: #fcfbe9;
}
.article__body__sidebar .sidebar__native .native-ppas-booked .teaser__image:before {
  content: 'ANNONS';
  display: block;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fdf8c3;
  line-height: 1;
  padding: 0.3rem 0.3rem 0.2rem;
}
.article__body__sidebar .sidebar__native .native-ppas-booked .teaser__body__heading {
  font-size: 1.188rem;
  line-height: 1.313rem;
  font-family: Roboto,'Arial Rounded MT Bold',Open Sans,sans-serif;
  font-weight: bold;
  padding: 0 0.3125rem;
}
.article__body__sidebar .sidebar__native .native-ppas-booked .teaser__body__text {
  font-size: 0.9375rem;
  line-height: 1.188rem;
  padding: 0 0.3125rem 0.3125rem 0.3125rem;
  max-height: 5.1em;
}
.article__body__sidebar .sidebar__native .native-ppas-booked .teaser__body__text:after {
  width: 30%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fcfbe9 50%, #fcfbe9);
}
.article__body__sidebar .sidebar__native .spklw-widget .spklw-post-image {
  height: 110px !important;
  display: block !important;
}
.article__body__sidebar .sidebar__native .spklw-widget .spklw-post-title {
  font-size: 19px !important;
  background-color: #edf7ff !important;
}
.article__body__sidebar .sidebar__native .spklw-widget .spklw-post-content {
  color: #6C6F72;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 5px 0px;
}
.article__body__sidebar .sidebar__teaser {
  overflow: hidden;
  height: 250px;
  display: block;
}
.article__body__sidebar .sidebar__teaser .teaser__body__heading {
  font-size: 1.188rem;
}
.article__body__sidebar .sidebar__teaser .teaser__body__text {
  font-size: 0.9375rem;
}
.article__body__richtext {
  /* Quotes */
  /* Subheadline */
  /* Article Pictures */
  /* Image Gallery */
  /* Embed Youtube, Vimeo, Twitter etc */
}
@media (min-width: 48rem) {
  .article__body__richtext {
    font-size: 1.188rem;
    font-weight: 300;
    color: #000;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext {
    width: 700px;
  }
}
.article__body__richtext > p, .article__body__richtext > ol, .article__body__richtext > ul {
  margin-bottom: 1.2rem;
}
@media (min-width: 48rem) {
  .article__body__richtext > p, .article__body__richtext > ol, .article__body__richtext > ul {
    margin-bottom: 1.5rem;
  }
}
.article__body__richtext > p a, .article__body__richtext > ol a, .article__body__richtext > ul a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a5db0;
  text-decoration: none;
}
.article__body__richtext > p a:hover, .article__body__richtext > ol a:hover, .article__body__richtext > ul a:hover {
  border-bottom: 1px solid #2a5db0;
}
.article__body__richtext > p + ul, .article__body__richtext > p + ol {
  margin-top: -1rem;
}
.article__body__richtext > p:last-child, .article__body__richtext > ol:last-child, .article__body__richtext > ul:last-child {
  margin-bottom: 0;
}
.article__body__richtext blockquote {
  padding: 0 1rem;
  border-left: 0.25rem solid #A50004;
  margin: 0 0 1.5rem 0;
  text-align: left;
}
.article__body__richtext blockquote.pull-right {
  border-right: none;
}
@media (min-width: 48rem) {
  .article__body__richtext blockquote.pull-right {
    text-align: left;
    border-left: 0.25rem solid #A50004;
    border-right: none;
    width: 34%;
    margin: 0.3rem 0 1rem 1.5rem;
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext blockquote.pull-right {
    margin: 0.3rem 0 1.5rem 2rem;
  }
}
@media (min-width: 48rem) {
  .article__body__richtext blockquote.pull-left {
    border-right: 0.25rem solid #A50004;
    border-left: none;
    text-align: right;
    width: 34%;
    margin: 0.3rem 1.5rem 1rem 0;
    padding: 0 1rem 0 0;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext blockquote.pull-left {
    margin: 0.3rem 2rem 1.5rem 0;
  }
}
.article__body__richtext blockquote p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.article__body__richtext blockquote em {
  display: block;
  line-height: 1.5;
  color: #7f7f7f;
  font-style: normal;
  font-weight: 300;
  font-size: 1.188rem;
}
.article__body__richtext > h2 {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif, "Arial Black";
  margin-bottom: 0.25rem;
}
@media (min-width: 48rem) {
  .article__body__richtext > h2 {
    font-size: 1.375rem;
  }
}
.article__body__richtext figure.image, .article__body__richtext > div, .article__body__richtext .gallery-widget {
  margin-bottom: 1.2rem;
  clear: both;
}
@media (min-width: 48rem) {
  .article__body__richtext figure.image, .article__body__richtext > div, .article__body__richtext .gallery-widget {
    margin-bottom: 1.5rem;
  }
}
.article__body__richtext figure.image.pull-left, .article__body__richtext > div.pull-left, .article__body__richtext .gallery-widget.pull-left {
  width: 40%;
  margin: 0.4rem 1.4rem 0.5rem 0;
}
@media (min-width: 34rem) {
  .article__body__richtext figure.image.pull-left, .article__body__richtext > div.pull-left, .article__body__richtext .gallery-widget.pull-left {
    margin: 0.4rem 1.5rem 0.5rem 0;
    width: 34%;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext figure.image.pull-left, .article__body__richtext > div.pull-left, .article__body__richtext .gallery-widget.pull-left {
    margin: 0.4rem 2rem 0.5rem 0;
  }
}
.article__body__richtext figure.image.pull-right, .article__body__richtext > div.pull-right, .article__body__richtext .gallery-widget.pull-right {
  width: 40%;
  margin: 0.4rem 0 0.5rem 1.4rem;
}
@media (min-width: 34rem) {
  .article__body__richtext figure.image.pull-right, .article__body__richtext > div.pull-right, .article__body__richtext .gallery-widget.pull-right {
    width: 34%;
    margin: 0.4rem 0 0.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext figure.image.pull-right, .article__body__richtext > div.pull-right, .article__body__richtext .gallery-widget.pull-right {
    margin: 0.4rem 0 0.5rem 2rem;
  }
}
.article__body__richtext > *:last-child {
  margin-bottom: 0;
}
.article__body__richtext .gallery-widget {
  width: calc(100% - -2.5rem);
  margin-left: -1.25rem;
}
@media (min-width: 34rem) {
  .article__body__richtext .gallery-widget {
    width: 100%;
    margin-left: auto;
  }
}
.article__body__richtext .gallery-widget .caption {
  margin-bottom: -0.625rem;
}
@media (min-width: 65rem) {
  .article__body__richtext .gallery-widget .caption {
    margin-bottom: -1.8rem;
  }
}
.article__body__richtext .pull-left.gallery-widget {
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 48rem) {
  .article__body__richtext .pull-left.gallery-widget {
    width: 49%;
    margin: 0.4rem 1.5rem 1.5rem 0;
    float: left;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext .pull-left.gallery-widget {
    width: 65%;
    margin: 0.4rem 2rem 1.5rem 0;
  }
}
.article__body__richtext .pull-right.gallery-widget {
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 48rem) {
  .article__body__richtext .pull-right.gallery-widget {
    width: 49%;
    margin: 0.4rem 0 1.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext .pull-right.gallery-widget {
    width: 65%;
    margin: 0.4rem 0 1.5rem 2rem;
  }
}
.article__body__richtext div[data-oembed-url] {
  clear: both;
  width: 100%;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 48rem) {
  .article__body__richtext div[data-oembed-url] {
    margin: 1.5rem 0 1.5rem 0;
    clear: both;
  }
}
.article__body__richtext div[data-oembed-url].pull-left {
  width: 100%;
  float: none;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 48rem) {
  .article__body__richtext div[data-oembed-url].pull-left {
    float: left;
    width: 49%;
    margin: 0.4rem 1.5rem 0.5rem 0;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext div[data-oembed-url].pull-left {
    width: 65%;
    margin: 0.4rem 2rem 0.5rem 0%;
  }
}
.article__body__richtext div[data-oembed-url].pull-right {
  width: 100%;
  float: none;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 48rem) {
  .article__body__richtext div[data-oembed-url].pull-right {
    float: right;
    width: 49%;
    margin: 0.4rem 0 0.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body__richtext div[data-oembed-url].pull-right {
    width: 65%;
    margin: 0.4rem 0 0.5rem 2rem;
  }
}
.article__body__richtext div[data-oembed-url] iframe {
  margin: 0 auto !important;
}
.article__body__richtext div[data-oembed-url] iframe.instagram-media {
  max-width: 700px !important;
}
.article__body__richtext .shootitlive-embed {
  margin: 0;
}
.article__body__richtext .article__body__facts {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.article figcaption {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #7f7f7f;
  margin-top: 0.625rem;
}
@media (min-width: 48rem) {
  .article figcaption {
    text-align: center;
  }
}
@media (min-width: 48rem) {
  .article figcaption {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}
.article figcaption a {
  text-decoration: underline;
  color: #7f7f7f;
}
.article figcaption .byline {
  display: none;
}
@media (min-width: 48rem) {
  .article figcaption .byline {
    display: inline;
  }
}
.article .pull-left figcaption {
  text-align: left;
  margin-bottom: 0;
}
.article .pull-left figcaption p {
  margin-bottom: 0;
}
.article .pull-right figcaption {
  text-align: right;
  margin-bottom: 0;
}
.article .pull-right figcaption p {
  margin-bottom: 0;
}
.article__footer {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  /* Taggar */
  /* Byline (ref. _byline.scss)*/
}
@media (min-width: 48rem) {
  .article__footer {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.article__footer__tags {
  clear: both;
}
@media (min-width: 65rem) {
  .article__footer__tags {
    margin-left: 3.75rem;
    margin-right: auto;
  }
}
.article__footer__tags:after {
  content: '';
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  width: 100%;
}
.article__footer__tags a {
  color: #7f7f7f;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0.3125rem 0.625rem;
  margin-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
.article__footer__tags :hover {
  background: #2a5db0;
  color: #FFF;
}
@media (min-width: 65rem) {
  .article__footer__byline {
    margin-left: 3.75rem;
    margin-right: auto;
  }
}
.article__extras {
  /* Comments */
  /* Article Series */
}
.article__extras__comments {
  background: #FFF;
  max-width: 700px;
  margin-bottom: 1.25rem;
}
.article__extras__comments__content {
  text-align: center;
  clear: both;
}
.article__extras__comments__content__head {
  height: 50px;
  border: 1px solid #e5e5e5;
  background: #FFF;
  border-radius: 3px;
  padding: 0 1rem;
}
.article__extras__comments__bubble {
  float: left;
  text-align: center;
}
.article__extras__comments__bubble .icon--comment {
  fill: #373a3c;
  height: 24px;
  width: auto;
  position: relative;
  top: 10px;
}
.article__extras__comments__title {
  display: inline-block;
  font-weight: 200;
  font-size: 1.5rem;
  margin-top: 0.7rem;
}
.article__extras__comments__title__count {
  font-weight: 900;
  margin-right: 7px;
  letter-spacing: 0;
}
.article__extras__comments__close, .article__extras__comments__open {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: none;
  color: #373a3c;
  width: 35px;
  height: 35px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 25px;
  margin-top: 0.45rem;
  display: none;
  cursor: pointer;
  float: right;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
.article__extras__comments__close:hover, .article__extras__comments__open:hover {
  background-color: #A50004;
  border: 1px solid #A50004;
  color: #FFF;
}
.article__extras__comments__content {
  display: none;
  background: #FFF;
  position: relative;
}
.article__extras__comments__content.visible {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.article__extras__comments .fb-comments {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .article__extras__comments .fb-comments {
    margin: 1rem 0 2rem 0;
  }
}
.article__extras__series {
  padding-bottom: 1.5rem;
  padding: 2rem 1.25rem 1.25rem 1.25rem;
}
.article__extras__series .container {
  padding-left: 0;
  padding-top: 1.25rem;
  padding-right: 0;
  max-width: 980px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 48rem) {
  .article__extras__series .container {
    padding-top: 1.875rem;
  }
}
@media (min-width: 65rem) {
  .article__extras__series .row {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
@media (min-width: 48rem) {
  .article__extras__series .teaser {
    margin-bottom: 1.5rem;
  }
}
.article__extras__series__title {
  text-align: center;
  float: none;
  margin-top: -2.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 48rem) {
  .article__extras__series__title {
    font-size: 2rem;
    margin-top: -3.15rem;
    margin-bottom: 1rem;
  }
}
.article__extras__series h3 {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.0312rem;
  text-align: center;
}
.article__extras__series__description {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 48rem) {
  .article__extras__series__description {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.article__extras__series__topic-link {
  display: block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a5db0;
  max-width: 980px;
  border-radius: 3px;
  padding: 0.75rem !important;
  background: transparent;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

/* Fix space for nav in article */
@media (min-width: 65rem) {
  .bd-main-article .bd-page {
    margin-top: 0;
  }
}
.bd-main-longread {
  background-color: #FFF;
  /* No access */
  /* Navbar */
}
.bd-main-longread section.content {
  padding-top: 0;
}
.bd-main-longread .premium-splash-v2 {
  display: none !important;
}
.bd-main-longread .locked-article-screen {
  position: absolute;
  top: 26%;
  z-index: 100;
  background-color: #f7f7f7;
  width: 100%;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.7);
}
@media (min-width: 65rem) {
  .bd-main-longread .locked-article-screen {
    top: 15%;
  }
}
.bd-main-longread .article__premium-locked {
  max-width: 1250px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.bd-main-longread .article__premium-locked:before, .bd-main-longread .article__premium-locked:after {
  display: none;
}
.bd-main-longread .navbar {
  position: absolute;
  top: 0;
  z-index: 101;
  background: transparent;
  border-bottom: none;
  width: 100%;
}
.bd-main-longread .navbar .navbar-brand {
  margin-left: 1.375rem;
  padding: 0.375rem;
  border-radius: 0 0 3px 3px;
}
@media (min-width: 48rem) {
  .bd-main-longread .navbar .navbar-brand {
    padding: 1.25rem 0.625rem;
    border-radius: 0 0 7px 7px;
  }
}
@media (min-width: 1305px) {
  .bd-main-longread .navbar .navbar-brand {
    margin-left: 0;
  }
}
.bd-main-longread .navbar .navbar-brand .icon--brand {
  width: 43px;
  height: 43px;
}
@media (min-width: 48rem) {
  .bd-main-longread .navbar .navbar-brand .icon--brand {
    width: 70px;
    height: 45px;
  }
}
.bd-main-longread .navbar__premium__toggler-mobile svg.icon__user, .bd-main-longread .navbar__premium__toggler-mobile svg.icon__user use {
  fill: #FFF;
}
.bd-main-longread .navbar .navbar-toggleable {
  display: block;
}
@media (min-width: 65rem) {
  .bd-main-longread .navbar .navbar-toggleable {
    display: none;
  }
}
.bd-main-longread .navbar .navbar__toggler .icon--menu {
  fill: #FFF;
}
.bd-main-longread .navbar.sticky .navbar__toggler .icon--menu {
  fill: #000;
}
.bd-main-longread .main__footer__services, .bd-main-longread .main__footer__buttons, .bd-main-longread .main__footer__mediagroup {
  display: none;
}
.bd-main-longread .main__footer {
  margin-top: 0;
}
.bd-main-longread .main__footer__logo {
  border-top: 1px solid #d5d5d5;
}
.bd-main-longread .main__footer__logo svg.icon--brand, .bd-main-longread .main__footer__logo use {
  fill: #C90C0F;
  max-width: 250px;
  margin-bottom: 1.25rem;
}
@media (min-width: 48rem) {
  .bd-main-longread .main__footer__logo svg.icon--brand, .bd-main-longread .main__footer__logo use {
    max-width: 350px;
  }
}
.bd-main-longread .main__footer__logo ul li, .bd-main-longread .main__footer__logo ul li a {
  font-size: 0.875rem;
}

.long-read__head {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}
.long-read__head .container-max {
  z-index: 3;
  color: #FFF;
  position: relative;
  padding: 1.25rem;
  margin-top: 3.125rem;
}
@media (min-width: 48rem) {
  .long-read__head .container-max {
    margin-top: 5rem;
  }
}
@media (min-width: 1305px) {
  .long-read__head .container-max {
    top: 12vh;
    padding: 0;
  }
}
.long-read__head__headline {
  font-size: 11.08214vw;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  line-height: 1;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.05rem;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 48rem) {
  .long-read__head__headline {
    font-size: 5.313rem;
  }
}
@media (min-width: 65rem) {
  .long-read__head__headline {
    width: 50%;
    margin-bottom: 1rem;
  }
}
.long-read__head__bylines {
  float: left;
}
.long-read__head__bylines:after {
  content: '';
  height: 2px;
  display: block;
  margin-top: 0.25rem;
  background-color: rgba(255, 255, 255, 0.2);
  max-width: 625px;
}
@media (min-width: 65rem) {
  .long-read__head__bylines:after {
    width: 100%;
  }
}
.long-read__head__bylines .long-read__head__byline {
  margin-right: 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
}
.long-read__head__bylines .long-read__head__byline:last-child {
  margin-right: 0;
}
.long-read__head__bylines .long-read__head__byline a {
  color: #FFF;
}
.long-read__head__bylines .long-read__head__byline a:hover {
  color: #CCC;
}
.long-read__head__bylines .long-read__head__byline span {
  font-weight: 300;
  text-transform: none;
  font-style: italic;
}
.long-read__head__lead {
  display: none;
}
@media (min-width: 48rem) {
  .long-read__head__lead {
    clear: both;
    display: block;
    max-width: 475px;
    letter-spacing: 0.05rem;
    font-size: 1.188rem;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 1.5rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing: auto;
  }
}
@media (min-width: 65rem) {
  .long-read__head__lead {
    margin-top: 1.75rem;
    font-size: 1.4rem;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  }
}
.long-read__head__cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.long-read__head__cover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, black 0%, transparent 60%);
  opacity: .6;
  z-index: 2;
}
@media (min-width: 48rem) {
  .long-read__head__cover:before {
    opacity: .8;
    background-image: linear-gradient(135deg, black 0%, transparent 60%);
  }
}
.long-read__head__cover__scroll {
  position: absolute;
  bottom: 1.875rem;
  left: 39%;
  z-index: 10;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing: auto;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: .1em;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 60px;
}
@media (min-width: 34rem) {
  .long-read__head__cover__scroll {
    left: 45%;
  }
}
@media (min-width: 48rem) {
  .long-read__head__cover__scroll {
    left: 45.5%;
  }
}
@media (min-width: 65rem) {
  .long-read__head__cover__scroll {
    left: 48%;
  }
}
.long-read__head__cover__scroll:hover {
  opacity: .5;
  text-decoration: none;
  color: #FFF;
}
.long-read__head__cover__scroll:focus {
  text-decoration: none;
  color: #FFF;
}
.long-read__head__cover__scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrow-continue 2s infinite;
  animation: arrow-continue 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes arrow-continue {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes arrow-continue {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.long-read__head__cover .img-container {
  height: 100vh;
  position: static;
}
.long-read__head__cover .img-container img {
  object-fit: cover;
  object-position: 50% bottom;
}
.long-read__head__cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.long-read__body {
  margin-top: 1.875rem;
  margin-bottom: 3rem;
  padding: 0 1.25rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  -webkit-font-smoothing: auto;
  /* Facts */
  /* Lists */
  /* Quote */
  /* Images, Gallery Embeds */
  /* Smaler embeds for Twitter, Soundcloud, Giphy */
  /* Cols */
}
@media (min-width: 48rem) {
  .long-read__body {
    margin-top: 4.063rem;
    margin-bottom: 6.25rem;
  }
}
.long-read__body .long-read__head__lead {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
}
@media (min-width: 34rem) {
  .long-read__body .long-read__head__lead {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 2.25rem;
  }
}
@media (min-width: 65rem) {
  .long-read__body .long-read__head__lead {
    display: none;
  }
}
.long-read__body h3, .long-read__body h4 {
  max-width: 600px;
  margin: 0 auto 0.5rem auto;
  font-weight: 500;
}
.long-read__body h3 {
  font-size: 1.5rem;
}
@media (min-width: 34rem) {
  .long-read__body h3 {
    font-size: 1.75rem;
  }
}
.long-read__body h4 {
  font-size: 1.25rem;
}
@media (min-width: 34rem) {
  .long-read__body h4 {
    font-size: 1.5rem;
  }
}
.long-read__body > p {
  max-width: 600px;
  margin: 0 auto 1.625rem auto;
  font-weight: 300;
  font-size: 1rem;
  color: #1a1a1a;
}
@media (min-width: 34rem) {
  .long-read__body > p {
    font-size: 1.188rem;
    line-height: 1.813rem;
  }
}
.long-read__body > p a {
  text-decoration: none;
  color: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#C90C0F), to(#C90C0F));
  background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#C90C0F, #C90C0F);
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-position: 0 95%,100% 95%,0 95%;
  -webkit-transition: color .15s;
  transition: color .15s;
}
.long-read__body > p a:hover {
  color: #C90C0F;
  background: none;
}
.long-read__body .pull-left, .long-read__body > figure.image.pull-left {
  float: none;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 34rem) {
  .long-read__body .pull-left, .long-read__body > figure.image.pull-left {
    float: left;
    margin: 8px 30px 10px -1.25rem;
    width: 285px;
    display: inline-block;
  }
}
@media (min-width: 48rem) {
  .long-read__body .pull-left, .long-read__body > figure.image.pull-left {
    margin: 8px 30px 10px calc(50vw - 327px);
  }
}
@media (min-width: 65rem) {
  .long-read__body .pull-left, .long-read__body > figure.image.pull-left {
    margin: 6px 30px 10px calc(50vw - 445px);
  }
}
.long-read__body .pull-left figcaption, .long-read__body > figure.image.pull-left figcaption {
  text-align: left;
}
.long-read__body .pull-right, .long-read__body > figure.image.pull-right {
  float: none;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 34rem) {
  .long-read__body .pull-right, .long-read__body > figure.image.pull-right {
    float: right;
    margin: 8px calc(50vw - 327px) 10px 30px;
    width: 285px;
    display: inline-block;
  }
}
@media (min-width: 65rem) {
  .long-read__body .pull-right, .long-read__body > figure.image.pull-right {
    margin: 6px calc(50vw - 445px) 10px 30px;
  }
}
.long-read__body .pull-right figcaption, .long-read__body > figure.image.pull-right figcaption {
  text-align: right;
}
.long-read__body .facts {
  border: 1px solid #000;
  padding: 1.25rem;
  line-height: 1.5;
  font-size: 0.75rem;
}
@media (min-width: 34rem) {
  .long-read__body .facts {
    font-size: 0.875rem;
    padding: 1.5rem;
  }
}
.long-read__body ol, .long-read__body ul {
  margin: 0 auto 1.625rem auto;
  font-weight: 300;
  font-size: 1rem;
  color: #1a1a1a;
  max-width: 600px;
  list-style-position: inside;
  counter-reset: li;
  padding-left: 0;
}
@media (min-width: 34rem) {
  .long-read__body ol, .long-read__body ul {
    font-size: 1.188rem;
    line-height: 1.813rem;
  }
}
.long-read__body ol li, .long-read__body ul li {
  list-style: outside none none;
  line-height: 24px;
  padding: 0 0 12px 0;
}
@media (min-width: 34rem) {
  .long-read__body ol li, .long-read__body ul li {
    line-height: 29px;
  }
}
.long-read__body ol li:last-child, .long-read__body ul li:last-child {
  padding: 0;
}
.long-read__body ol li:before, .long-read__body ul li:before {
  background: none repeat scroll 0% 0% #C90C0F;
  color: #FFF;
  margin-right: 10px;
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  box-sizing: border-box;
}
@media (min-width: 34rem) {
  .long-read__body ol li:before, .long-read__body ul li:before {
    vertical-align: super;
  }
}
.long-read__body ol li:before {
  font-size: 12px;
  padding: 4px 8px;
  content: counter(li,decimal);
  counter-increment: li;
}
.long-read__body ul li:before {
  font-size: 2px;
  padding: 3px 4px;
  content: '';
  border-radius: 50%;
}
.long-read__body blockquote {
  display: block;
  margin: 0 auto 1.625rem auto;
  max-width: 600px;
  /* Left/Right Quote */
  /* Big Quote */
}
.long-read__body blockquote p {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5;
  border-top: 10px solid #C90C0F;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media (min-width: 34rem) {
  .long-read__body blockquote p {
    font-size: 1.5rem;
  }
}
@media (min-width: 34rem) {
  .long-read__body blockquote.pull-left p {
    padding-left: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .long-read__body blockquote.pull-left p {
    padding-left: 0;
  }
}
@media (min-width: 34rem) {
  .long-read__body blockquote.pull-right p {
    padding-right: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .long-read__body blockquote.pull-right p {
    padding-right: 0;
  }
}
.long-read__body blockquote.wide {
  max-width: 600px;
  margin: 2.75rem auto;
}
@media (min-width: 65rem) {
  .long-read__body blockquote.wide {
    max-width: 980px;
    margin: 5rem auto;
  }
}
.long-read__body blockquote.wide p {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.25;
  font-weight: 400;
  font-size: 2rem;
  font-style: italic;
  border-top: none;
  border-bottom: none;
  text-align: center;
}
@media (min-width: 48rem) {
  .long-read__body blockquote.wide p {
    font-size: 3rem;
  }
}
.long-read__body blockquote.wide p::before {
  content: '“';
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .long-read__body blockquote.wide p::before {
    font-size: 6rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 1rem;
  }
}
.long-read__body blockquote.wide p::after {
  content: '”';
  font-weight: 900;
}
.long-read__body blockquote.wide p strong {
  font-style: normal;
}
.long-read__body > figure.image, .long-read__body .gallery-widget, .long-read__body > div[class=''], .long-read__body div[data-oembed-url], .long-read__body .video {
  margin-top: 2.75rem;
  margin-right: auto;
  margin-bottom: 2.75rem;
  margin-left: auto;
  max-width: 875px;
}
@media (min-width: 48rem) {
  .long-read__body > figure.image, .long-read__body .gallery-widget, .long-read__body > div[class=''], .long-read__body div[data-oembed-url], .long-read__body .video {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
.long-read__body > figure.image.full-width, .long-read__body .gallery-widget.full-width, .long-read__body > div[class=''].full-width, .long-read__body div[data-oembed-url].full-width, .long-read__body .video.full-width {
  width: 100vw;
  max-width: none;
  margin-left: -1.25rem;
}
@media (min-width: 48rem) {
  .long-read__body > figure.image.full-width, .long-read__body .gallery-widget.full-width, .long-read__body > div[class=''].full-width, .long-read__body div[data-oembed-url].full-width, .long-read__body .video.full-width {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 65rem) {
  .long-read__body > figure.image.full-width, .long-read__body .gallery-widget.full-width, .long-read__body > div[class=''].full-width, .long-read__body div[data-oembed-url].full-width, .long-read__body .video.full-width {
    margin-left: -1.25rem;
    width: 100vw;
  }
}
@media (min-width: 1921px) {
  .long-read__body > figure.image.full-width, .long-read__body .gallery-widget.full-width, .long-read__body > div[class=''].full-width, .long-read__body div[data-oembed-url].full-width, .long-read__body .video.full-width {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.long-read__body > figure.image.full-width figcaption, .long-read__body > figure.image.full-width .figcaption, .long-read__body .gallery-widget.full-width figcaption, .long-read__body .gallery-widget.full-width .figcaption, .long-read__body > div[class=''].full-width figcaption, .long-read__body > div[class=''].full-width .figcaption, .long-read__body div[data-oembed-url].full-width figcaption, .long-read__body div[data-oembed-url].full-width .figcaption, .long-read__body .video.full-width figcaption, .long-read__body .video.full-width .figcaption {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 65rem) {
  .long-read__body > figure.image.full-width figcaption, .long-read__body > figure.image.full-width .figcaption, .long-read__body .gallery-widget.full-width figcaption, .long-read__body .gallery-widget.full-width .figcaption, .long-read__body > div[class=''].full-width figcaption, .long-read__body > div[class=''].full-width .figcaption, .long-read__body div[data-oembed-url].full-width figcaption, .long-read__body div[data-oembed-url].full-width .figcaption, .long-read__body .video.full-width figcaption, .long-read__body .video.full-width .figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
.long-read__body > figure.image.text-width, .long-read__body .gallery-widget.text-width, .long-read__body > div[class=''].text-width, .long-read__body div[data-oembed-url].text-width, .long-read__body .video.text-width {
  max-width: 600px;
}
.long-read__body p.full-width + div[class] {
  width: calc(100% - -2.5rem);
  max-width: 100vw;
  margin-left: -1.25rem;
}
@media (min-width: 65rem) {
  .long-read__body p.full-width + div[class] {
    width: calc(100% - -2.5rem);
    max-width: 100vw;
    margin-left: -1.25rem;
  }
}
.long-read__body .gallery-widget .fotorama__arr--prev:before, .long-read__body .gallery-widget .fotorama__arr--next:before, .long-read__body .gallery-widget .image-count {
  font-family: "Roboto", sans-serif, "Arial";
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
}
.long-read__body .gallery-widget .caption {
  width: 80%;
}
@media (min-width: 48rem) {
  .long-read__body .gallery-widget .caption {
    text-align: center;
    padding-left: 3rem;
    width: 90%;
  }
}
.long-read__body .gallery-widget .image-count {
  width: 20%;
  min-width: 60px;
}
@media (min-width: 48rem) {
  .long-read__body .gallery-widget .image-count {
    width: 10%;
  }
}
.long-read__body .gallery-widget .caption-text {
  color: #b3b3b3;
  font-family: Georgia;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8125rem;
  line-height: 1.66667;
  font-weight: 300;
}
.long-read__body div[data-oembed-url^='https://soundcloud.com'], .long-read__body div[data-oembed-url^='https://twitter.com'], .long-read__body div[data-oembed-url^='https://media.giphy.com'] {
  max-width: 600px;
}
.long-read__body div[data-oembed-url^='https://twitter.com'] + div[data-oembed-url^='https://twitter.com'] {
  margin-top: -1rem;
}
@media (min-width: 65rem) {
  .long-read__body div[data-oembed-url^='https://twitter.com'] + div[data-oembed-url^='https://twitter.com'] {
    margin-top: -1.5rem;
  }
}
.long-read__body .full-width {
  width: 100vw;
  max-width: none;
  margin-left: -1.25rem;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
@media (min-width: 48rem) {
  .long-read__body .full-width {
    margin-left: -1.25rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 65rem) {
  .long-read__body .full-width {
    width: 100vw;
  }
}
@media (min-width: 1921px) {
  .long-read__body .full-width {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.long-read__body .full-width figcaption, .long-read__body .full-width .figcaption {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .long-read__body .full-width figcaption, .long-read__body .full-width .figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .long-read__body .full-width figcaption, .long-read__body .full-width .figcaption {
    width: 200px;
    margin-right: 40px;
    float: right;
    padding-top: 0;
    text-align: right;
    margin-top: 3.75rem;
  }
}
.long-read__body figcaption, .long-read__body .figcaption {
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 200;
  font-family: Georgia;
  -webkit-font-smoothing: antialiased;
  padding-top: 0.625rem;
  line-height: 1rem;
  line-height: 1.66667;
  color: #b3b3b3;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.long-read__body .sourcecaption {
  font-size: 0.75rem;
  font-weight: 100;
  padding: 0.25rem 0.5rem;
  color: #FFF;
  float: left;
  z-index: 2;
  height: 26px;
  margin-top: -0.8125rem;
  position: absolute;
  display: block;
  background-color: #C90C0F;
}
@media (min-width: 48rem) {
  .long-read__body .sourcecaption {
    height: 32px;
    font-size: 1rem;
    margin-top: -16px;
  }
}
.long-read__body .sourcecaption:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  border-bottom: 26px solid transparent;
  border-left: 13px solid #C90C0F;
  height: 26px;
  overflow: hidden;
}
@media (min-width: 48rem) {
  .long-read__body .sourcecaption:after {
    border-bottom: 32px solid transparent;
    border-left: 16px solid #C90C0F;
  }
}
.long-read__body .cols {
  max-width: 1250px;
  margin: 1.65rem auto;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 65rem) {
  .long-read__body .cols {
    display: flex;
    margin: 5.625rem auto;
    padding: 0 1.25rem;
  }
}
@media (min-width: 1265px) {
  .long-read__body .cols {
    padding: 0;
  }
}
@media (min-width: 65rem) {
  .long-read__body .cols__left, .long-read__body .cols__right {
    width: 48%;
  }
}
.long-read__body .cols__left p, .long-read__body .cols__right p {
  font-weight: 300;
  color: #1a1a1a;
  margin: 0 auto 1.625rem auto;
  max-width: 600px;
}
@media (min-width: 34rem) {
  .long-read__body .cols__left p, .long-read__body .cols__right p {
    font-size: 1.188rem;
    line-height: 1.813rem;
  }
}
@media (min-width: 65rem) {
  .long-read__body .cols__left p, .long-read__body .cols__right p {
    max-width: 475px;
    margin: 0 0 1.625rem 0;
  }
}
@media (min-width: 65rem) {
  .long-read__body .cols__left figure[data-widget='image'], .long-read__body .cols__left > div[class=''], .long-read__body .cols__left div[data-oembed-url], .long-read__body .cols__left .video
  .long-read__body .cols__left .gallery-widget, .long-read__body .cols__right figure[data-widget='image'], .long-read__body .cols__right > div[class=''], .long-read__body .cols__right div[data-oembed-url], .long-read__body .cols__right .video
  .long-read__body .cols__left .gallery-widget, .long-read__body .cols__left .video
  .long-read__body .cols__right .gallery-widget, .long-read__body .cols__right .video
  .long-read__body .cols__right .gallery-widget {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.625rem;
    margin-left: 0;
  }
}
@media (min-width: 65rem) {
  .long-read__body .cols__left figure[data-widget='image'] img, .long-read__body .cols__left > div[class=''] img, .long-read__body .cols__left div[data-oembed-url] img, .long-read__body .cols__left .video
  .long-read__body .cols__left .gallery-widget img, .long-read__body .cols__right figure[data-widget='image'] img, .long-read__body .cols__right > div[class=''] img, .long-read__body .cols__right div[data-oembed-url] img, .long-read__body .cols__right .video
  .long-read__body .cols__left .gallery-widget img, .long-read__body .cols__left .video
  .long-read__body .cols__right .gallery-widget img, .long-read__body .cols__right .video
  .long-read__body .cols__right .gallery-widget img {
    height: 100%;
  }
}
@media (min-width: 34rem) {
  .long-read__body__bylines {
    max-width: 600px;
    margin: 0 auto;
  }
}
.long-read__body__bylines:before {
  content: '';
  display: block;
  margin: 3rem 0 1.5rem 0;
  width: 20%;
  height: 2px;
  background-color: #d5d5d5;
}
@media (min-width: 48rem) {
  .long-read__body__bylines:before {
    margin: 3rem 0 1.5rem 0;
  }
}
.long-read__body__bylines h3 {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
@media (min-width: 34rem) {
  .long-read__body__bylines h3 {
    font-size: 1rem;
  }
}
.long-read__body__bylines h3 a {
  color: #666;
}
.long-read .share-fixed-mobile {
  display: block;
}
@media (min-width: 34rem) {
  .long-read .share-fixed-mobile .share-fixed-desktop__share__count {
    display: none;
  }
}
.long-read .share-fixed-mobile__nav {
  right: 0;
  bottom: 6.5rem;
}
@media (min-width: 34rem) {
  .long-read .share-fixed-mobile__nav {
    width: 320px;
  }
}
@media (min-width: 34rem) {
  .long-read .share-fixed-mobile__nav p, .long-read .share-fixed-mobile__nav .howto {
    display: none;
  }
}
.long-read .share-fixed-mobile .circle {
  display: none;
}
.long-read .article__extras__series {
  background: #f0f0f0;
  padding: 1.25rem;
  border-top: 1px solid #d5d5d5;
}
.long-read .article__extras__series .container {
  border: none;
  padding-top: 0;
}
.long-read .article__extras__series .container .label-wrapper {
  background: transparent;
  padding: 0;
  margin: 0 0 .5rem 0;
  transform: none;
}
.long-read .article__extras__series .container .label-wrapper span {
  transform: none;
  color: #999;
}
.long-read .article__extras__series .container .label-wrapper span:before {
  content: "Artikelserie: ";
}
.long-read .article__extras__series .container .label-wrapper:hover {
  background: transparent;
}
.long-read .article__extras__series .container .unit__25252525:last-child .teaser {
  margin-bottom: 0;
}
.long-read .article__extras__series .container .teaser a:hover {
  color: #666;
}
.long-read .article__extras__series .container .teaser .teaser__body__text {
  font-weight: 300;
  font-size: .875rem;
  color: #666;
}
.long-read .article__extras__series .container .teaser .teaser__body__text.ellipsis:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f0f0f0 50%, #f0f0f0);
  content: '';
  display: block;
  height: 18px;
}
.long-read .article__extras__series__topic-link {
  border: 1px solid #2a5db0;
  margin-top: 1rem;
  clear: both;
}

.article__gallery .caption {
  width: 80%;
  text-align: left;
  line-height: 1.2rem;
  display: inline-block !important;
  margin-top: 0.625rem;
}
.article__gallery .caption-text, .article__gallery .credit {
  display: inline-block;
  font-size: 0.875rem;
  color: #7f7f7f;
  font-weight: 300;
}
.article__gallery .caption-text a, .article__gallery .credit a {
  text-decoration: underline;
}
.article__gallery .image-count {
  display: inline-block;
  float: right;
  margin-top: 0.625rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 200;
  width: 20%;
  text-align: right;
}
.article__gallery .image-count .image-index {
  font-weight: 900;
  color: #A50004;
}

.article__gallery + figcaption {
  margin: 0;
}

.fullscreen .fotorama__caption {
  display: block;
}

.fotorama__caption__wrap {
  padding: 0;
}

.fullscreen .fotorama__caption__wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  color: #CCC;
}

.fotorama--fullscreen .fotorama__caption a {
  color: #FFF;
  text-decoration: underline;
}
.fotorama--fullscreen .fotorama__caption a:hover {
  color: #999;
}

.fotorama__caption {
  display: none;
}

.fotorama__wrap {
  background: #000;
}

#fotorama_outer_div_id_here {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.fotorama__arr {
  background-color: rgba(0, 0, 0, 0.7) !important;
  background-image: none !important;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  color: #000;
}
@media (min-width: 48rem) {
  .fotorama__arr {
    width: 50px !important;
    height: 50px !important;
  }
}
.fotorama__arr:before {
  display: block;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 100;
  transform: scale(0.5, 1);
  -webkit-transform: scale(0.5, 1);
  right: 15px !important;
}
@media (min-width: 48rem) {
  .fotorama__arr:before {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
.fotorama__arr--next {
  right: 15px !important;
}
.fotorama__arr--next:before {
  content: '>';
}
.fotorama__arr--prev {
  left: 15px !important;
}
.fotorama__arr--prev:before {
  content: '<';
}

.byline {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
@media (min-width: 48rem) {
  .byline {
    display: flex;
  }
}
.byline__entitie {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  max-height: 68px;
  max-width: 100%;
  display: block;
}
@media (min-width: 48rem) {
  .byline__entitie {
    max-height: 90px;
    max-width: 47%;
    display: flex;
  }
}
.byline__entitie:last-child {
  border-bottom: none;
}
.byline__entitie:last-child__twitter {
  margin-top: -20px;
}
.byline__entitie:last-child__mail {
  margin-top: -20px;
}
@media (min-width: 48rem) {
  .byline__entitie:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .byline__entitie:last-child__twitter {
    margin-top: -25px;
  }
  .byline__entitie:last-child__mail {
    margin-top: -25px;
  }
}
.byline__entitie:only-child {
  flex-basis: 100%;
  max-width: none;
  border-bottom: none;
}
@media (min-width: 48rem) {
  .byline__entitie:only-child .byline__entitie__image {
    width: 106px;
  }
}
.byline__entitie__image {
  float: left;
  width: 67px;
  height: 67px;
  margin-right: 1rem;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (min-width: 48rem) {
  .byline__entitie__image {
    width: 130px;
    height: auto;
  }
}
.byline__entitie__image a {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.byline__entitie__content {
  width: 100%;
  height: 67px;
  position: relative;
}
@media (min-width: 48rem) {
  .byline__entitie__content {
    height: 87px;
  }
}
.byline__entitie__name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.15rem;
}
@media (min-width: 48rem) {
  .byline__entitie__name {
    font-size: 1.2rem;
  }
}
@media (min-width: 65rem) {
  .byline__entitie__name {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
  }
}
.byline__entitie__name a {
  color: #373a3c;
}
.byline__entitie__name a:hover {
  color: #A50004;
  text-decoration: none;
}
.byline__entitie__role {
  font-weight: 300;
}
.byline__entitie__telephone {
  font-weight: 300;
  color: #999;
}
.byline__entitie__twitter {
  border-radius: 50%;
  background: #55acee;
  width: 37px;
  height: 37px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 45px;
  opacity: 0.9;
}
.byline__entitie__twitter:hover {
  opacity: 1;
}
.byline__entitie__twitter a {
  width: 37px;
  height: 37px;
  line-height: 36px;
  display: block;
}
.byline__entitie__mail {
  border-radius: 50%;
  background: #999;
  width: 37px;
  height: 37px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  opacity: 0.9;
}
.byline__entitie__mail:hover {
  opacity: 1;
}
.byline__entitie__mail a {
  width: 37px;
  height: 37px;
  line-height: 36px;
  display: block;
}
.byline__entitie .icon {
  fill: white;
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
@media (min-width: 48rem) {
  .byline .unit__5050 .byline__entitie__role, .byline .unit__5050 .byline__entitie__telephone {
    line-height: 1.5;
  }
}
@media (min-width: 48rem) {
  .byline .unit__5050:nth-child(3), .byline .unit__5050:nth-child(4) {
    margin-top: 1rem;
  }
}

.bottom-bar, .bottom-bar--sharing {
  background: #FFF;
  width: 100%;
  position: fixed;
  z-index: 1010;
  bottom: 0;
  left: 0;
  height: 51px;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 65rem) {
  .bottom-bar, .bottom-bar--sharing {
    height: 4px;
    border-top: none;
  }
}
.bottom-bar--sharing {
  width: calc(100% - 95px);
  border: none;
}
@media (min-width: 48rem) {
  .bottom-bar--sharing {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
}
.bottom-bar--sharing .readthislist__btn > .readthislist__progress {
  border: none;
  -webkit-appearance: none;
  width: calc(100% - 95px);
}
@media (min-width: 48rem) {
  .bottom-bar--sharing .readthislist__btn > .readthislist__progress {
    width: 100%;
  }
}

.share {
  /* Sharing mobile */
  /* Sharing desktop */
}
.share-fixed-mobile {
  display: block;
}
@media (min-width: 65rem) {
  .share-fixed-mobile {
    display: none;
  }
}
.share-fixed-mobile .circle {
  width: 101px;
  height: 47px;
  bottom: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  display: block;
}
.share-fixed-mobile .circle:after {
  content: '';
  width: 80px;
  height: 80px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: transparent;
  position: absolute;
  top: -80px;
  left: -34px;
  border: 40px solid #FFF;
  box-sizing: content-box;
  box-shadow: inset 0px -1px 1px #e5e5e5;
  -webkit-box-shadow: inset 0px -1px 1px #e5e5e5;
  -moz-box-shadow: inset 0px -1px 1px #e5e5e5;
}
@media (min-width: 48rem) {
  .share-fixed-mobile .circle {
    display: none;
  }
}
.share-fixed-mobile__button {
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #FFF;
  position: fixed;
  bottom: 0.72rem;
  right: 1.25rem;
  text-align: center;
  padding: 11px 10px 4px 10px;
  width: 70px;
  height: 70px;
  z-index: 1050;
}
.share-fixed-mobile__button .icon {
  width: 26px;
  height: 26px;
  fill: #999;
  vertical-align: bottom;
}
.share-fixed-mobile__button p {
  font-size: 0.6875rem;
  color: #999;
  vertical-align: bottom;
  line-height: 0.75;
  padding-top: 7px;
}
.share-fixed-mobile__nav {
  text-align: center;
  border-radius: 2px;
  background-color: #FFF;
  z-index: 1050;
  position: fixed;
  bottom: 95px;
  width: auto;
  margin: 0 20px;
  padding: 20px;
  display: none;
}
.share-fixed-mobile__nav a {
  height: 38px;
  line-height: 38px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  width: 100%;
  border: none;
  color: #FFF;
  margin-bottom: 1rem;
  letter-spacing: -0.25px;
  border-radius: 3px;
}
.share-fixed-mobile__nav a .icon {
  width: 20px;
  height: 20px;
  fill: #FFF;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.share-fixed-mobile__nav__facebook {
  background-color: #3b5998;
}
.share-fixed-mobile__nav__twitter {
  background-color: #55acee;
}
.share-fixed-mobile__nav__linkedin {
  background-color: #0077b5;
}
.share-fixed-mobile__nav__mail {
  background-color: #999;
}
.share-fixed-mobile__nav p {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #999;
}
.share-fixed-mobile__nav .share-fixed-desktop__share__count {
  display: inline;
  padding: 1px 7px;
  float: right;
  font-size: 1.25rem;
  margin-top: 3px;
}
.share-fixed-mobile__nav .howto {
  width: 100%;
  height: 100%;
}
.share-fixed-mobile__nav.visible {
  display: block;
}
.share-fixed-mobile__nav :after {
  border: solid;
  border-color: #FFF transparent;
  border-width: 10px 10px 0 10px;
  bottom: -10px;
  content: "";
  display: block;
  right: 25px;
  position: absolute;
  z-index: 99;
}
.share-fixed-desktop {
  width: 75px;
  text-align: center;
  margin-top: 9px;
  margin-left: -75px;
  margin-bottom: 0 !important;
  display: none;
  padding: 1rem 1rem 0.5rem 1rem;
  background: #FFF;
  border-radius: 7px 0 0 7px;
}
.share-fixed-desktop.share-box-fixed {
  position: fixed;
  top: 78px;
}
.share-fixed-desktop.share-box-absolute {
  position: absolute;
  top: 0;
}
@media (min-width: 65rem) {
  .share-fixed-desktop {
    position: absolute;
  }
}
.share-fixed-desktop__title {
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.share-fixed-desktop__share {
  display: block;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 48rem) {
  .share-fixed-desktop__share {
    margin: 0 auto;
    padding: 0;
    width: 40px;
  }
}
@media (min-width: 65rem) {
  .share-fixed-desktop__share {
    float: none;
  }
}
.share-fixed-desktop__share li {
  display: block;
  clear: both;
}
.share-fixed-desktop__share li:last-child {
  margin: 10px auto 0;
}
.share-fixed-desktop__share li .icon {
  fill: #FFF;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
  display: inline-block;
}
.share-fixed-desktop__share li .icon__facebook {
  width: 41px;
  height: 28px;
  top: 6px;
}
.share-fixed-desktop__share li .icon__linkedin {
  top: 4px;
}
.share-fixed-desktop__share li a {
  display: block;
  height: 40px;
  margin-top: 10px;
  width: 40px;
  border-radius: 50%;
  color: #FFF;
  text-decoration: none;
}
.share-fixed-desktop__share li p {
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  line-height: 35px;
  padding-left: 0.3rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.share-fixed-desktop__share__facebook {
  background-color: #3b5998;
}
.share-fixed-desktop__share__twitter {
  background-color: #55acee;
}
.share-fixed-desktop__share__linkedin {
  background-color: #0077b5;
}
.share-fixed-desktop__share__mail {
  background-color: #999;
}
.share-fixed-desktop__share__count {
  display: none;
  font-weight: 900;
  font-size: 1rem;
  margin-left: -8px;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 2px 5px;
  min-width: 58px;
  text-align: center;
  letter-spacing: 0;
  clear: both;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.share-fixed-desktop__share__title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.6rem;
  display: block;
  clear: both;
  margin-top: 0px;
  margin-left: 5px;
}
.share-fixed-desktop__like {
  list-style-type: none;
  position: absolute;
  z-index: 10100;
  right: 1.25rem;
  bottom: 0.75rem;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 65rem) {
  .share-fixed-desktop__like {
    display: block;
  }
}
.share-fixed-desktop__like p {
  float: left;
  color: #999;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.share-fixed-desktop__like li {
  float: left;
  display: inline-block;
  line-height: 20px;
}
.share-fixed-desktop__like li .fb-like {
  padding-right: 10px;
  height: 20px;
  overflow: hidden;
}

@media (min-width: 48rem) {
  .readthislist {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
  }
}
.readthislist__btn {
  width: 100% !important;
  max-width: 100% !important;
  border: none;
  height: 50px;
  padding: 11px 0 7px 0;
  text-align: left;
  line-height: 0.8125rem;
}
@media (min-width: 65rem) {
  .readthislist__btn {
    background: transparent;
    margin-left: 0;
    padding: 0.65rem 0 0 0;
    height: 52px;
    max-width: 290px;
  }
}
@media (min-width: 65rem) {
  .readthislist__btn {
    height: 4px;
  }
  .readthislist__btn .list-switch, .readthislist__btn .article-link-container, .readthislist__btn .readthislist__byline, .readthislist__btn .readthislist__nav {
    display: none;
  }
  .readthislist__btn .readthislist__progress {
    bottom: 0;
  }
}
@media (min-width: 65rem) {
  .readthislist__btn {
    max-width: 400px;
  }
}
@media (min-width: 1400px) {
  .readthislist__btn {
    max-width: 500px;
  }
}
.readthislist__btn .article-link-container .readthislist__headline:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.readthislist__btn > .readthislist__progress {
  border: none;
  -webkit-appearance: none;
  width: 100%;
}
.readthislist__btn > .readthislist__progress::-webkit-progress-bar {
  background-color: #e5e5e5;
}
.readthislist__btn > .readthislist__progress::-webkit-progress-value::before {
  content: attr(value);
}
.readthislist__btn > .readthislist__progress::-webkit-progress-value {
  background-color: #A50004;
}
.readthislist__btn > .readthislist__progress::-moz-progress-bar {
  background-color: #A50004;
}
@media (min-width: 48rem) {
  .readthislist .list-switch {
    cursor: pointer;
  }
  .readthislist .list-switch .switch {
    margin-right: 0.75rem;
    width: 47px;
    height: 50px;
    float: left;
    padding: 0.2rem 1rem 0.35rem 1rem;
    display: block;
    top: 9px;
    position: relative;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .readthislist .list-switch .switch {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 0.35rem 0.85rem 0.35rem 0.85rem;
  }
}
@media (min-width: 48rem) {
  .readthislist .list-switch .switch:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.06);
  }
  .readthislist .list-switch.open .switch {
    background: #A50004;
    fill: #FFF;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) {
  .readthislist .list-switch.open .switch {
    border-right: 1px solid #A50004;
    border-left: 1px solid #A50004;
  }
}

.readthislist__nav {
  position: absolute;
  bottom: 0;
  width: 100vw;
  margin: 0;
  list-style-type: none;
  padding: 0;
  z-index: 12000;
  bottom: 0;
  left: 0;
  display: none;
}
@media (min-width: 48rem) {
  .readthislist__nav {
    max-width: 400px;
    bottom: 56px;
  }
}
.readthislist__nav .readthislist__nav__contents {
  max-height: 368px;
  min-height: 229px;
  background: #FFF;
  overflow-x: hidden;
  clear: both;
}
@media (min-width: 48rem) {
  .readthislist__nav .readthislist__nav__contents {
    max-height: 506px;
  }
}
.readthislist__nav h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.3125rem 0.75rem 0.25rem 0.5rem;
  height: auto;
  font-weight: 900;
  background: #A50004;
  color: #FFF;
  float: left;
  overflow: visible;
  min-width: inherit;
  text-transform: uppercase;
  position: relative;
  border-left: 0.5rem solid #A50004;
}
.readthislist__nav h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 0;
  height: 0;
  border-bottom: 1.875rem solid transparent;
  border-left: 1.033rem solid #A50004;
}
@media (min-width: 48rem) {
  .readthislist__nav h4:after {
    border-bottom: 1.88rem solid transparent;
  }
}
.readthislist__nav .icon.icon__cross {
  float: right;
  margin-top: -27px;
}
.readthislist__nav.visible .readthislist__item .readthislist__item__headline, .readthislist__nav.visible .readthislist__item .readthislist__headline {
  margin-top: 0px;
}
@media (min-width: 48rem) {
  .readthislist__nav.visible .readthislist__item .readthislist__item__headline, .readthislist__nav.visible .readthislist__item .readthislist__headline {
    max-width: none;
  }
}
.readthislist__nav.visible .readthislist__item .readthislist__item__progress {
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-right: 0;
}
@media (min-width: 48rem) {
  .readthislist__nav.visible .readthislist__item .readthislist__item__progress {
    width: 400px;
  }
}
.readthislist__nav.visible .readthislist__headline {
  max-width: 225px;
}
.readthislist__item {
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 0.8125rem;
  position: relative;
}
.readthislist__item:last-child {
  border-bottom: none;
}
.readthislist__item.current a {
  border-left: 0.5rem solid #A50004;
  padding: 8px 0 10px 0.5rem;
}
.readthislist__item a {
  text-decoration: none;
  color: #373a3c;
  display: block;
  height: 45px;
  padding: 8px 0 10px 1rem;
  position: relative;
  z-index: 400;
}
.readthislist__item a:hover {
  background: rgba(0, 0, 0, 0.06);
}
.readthislist__item__progress {
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  top: -2px;
  left: 101px;
  padding-right: 95px;
  z-index: 12000;
}
@media (min-width: 48rem) {
  .readthislist__item__progress {
    left: 0;
    height: 4px;
    top: -4px;
    padding-right: 0;
    width: 100vw;
  }
}
.readthislist__item__progress {
  border: none;
  -webkit-appearance: none;
  background: #FFF;
}
.readthislist__item__progress::-webkit-progress-bar {
  background-color: #FFF;
}
.readthislist__item__progress::-webkit-progress-value::before {
  content: attr(value);
}
.readthislist__item__progress::-moz-progress-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.readthislist__item__progress::-webkit-progress-value {
  background-color: rgba(0, 0, 0, 0.05);
}
.readthislist__item__headline, .readthislist__headline {
  font-size: 0.8125rem;
  letter-spacing: 0.0025em;
  height: 0.9rem;
  word-break: break-all;
  margin: 0;
  min-width: 130px;
  max-width: 300px;
  font-weight: 700;
  color: #373a3c;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 5;
  cursor: pointer;
}
@media (min-width: 34rem) {
  .readthislist__item__headline, .readthislist__headline {
    max-width: none;
  }
}
@media (min-width: 48rem) {
  .readthislist__item__headline, .readthislist__headline {
    font-size: 0.875rem;
    height: 1rem;
    max-width: 240px;
  }
}
@media (min-width: 65rem) {
  .readthislist__item__headline, .readthislist__headline {
    max-width: 225px;
  }
}
@media (min-width: 78.15rem) {
  .readthislist__item__headline, .readthislist__headline {
    max-width: 340px;
    font-size: 0.9375rem;
  }
}
.readthislist__item__byline, .readthislist__byline, .readthislist__item__sharecount {
  font-size: 0.6875rem;
  color: #999;
  line-height: 1rem;
  z-index: 5;
  position: relative;
}
@media (min-width: 48rem) {
  .readthislist__item__byline, .readthislist__byline, .readthislist__item__sharecount {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 48rem) {
  .readthislist__item__sharecount {
    display: none;
  }
}
.readthislist__headline.help-text {
  height: 2rem;
}
.readthislist__headline.help-text span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #999;
}
.readthislist__headline span {
  color: #2a5db0;
}
.readthislist__progress {
  display: block;
  height: 2px;
  width: 100%;
  position: fixed;
  bottom: 50px;
  z-index: 200;
}
@media (min-width: 48rem) {
  .readthislist__progress {
    left: 0;
    height: 4px;
    padding-right: 0;
    width: 100vw;
  }
}
.readthislist__progress[value] {
  -webkit-appearance: none;
  border: 0;
  -moz-appearance: none;
  appearance: none;
}
.readthislist .icon {
  fill: #2a5db0;
  width: 47px;
  height: 67px;
  float: left;
  padding: 0.75rem 1rem;
  margin-top: -1.25rem;
  z-index: 5;
  position: relative;
  cursor: pointer;
}
.readthislist .icon__arrow--down {
  transform: rotate(180deg);
  height: 30px;
  width: 40px;
  margin: 0;
  padding: 0.3125rem;
  background: #C90C0F;
  fill: #FFF;
  float: right;
  display: block;
  text-align: center;
  vertical-align: baseline;
}
@media (min-width: 48rem) {
  .readthislist .icon__arrow--down {
    display: none;
  }
}
.readthislist .icon__arrow--right {
  transform: rotate(90deg);
  float: right;
  margin: 0.95rem 0.55rem 0 0;
  clear: right;
  padding: 0;
  height: 15px;
  width: 16px;
  z-index: 401;
}

.search__results {
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .search__results {
    margin-top: 2rem;
  }
}
.search__results__result {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
}
.search__results .list-group {
  list-style: none;
  padding: 0;
}
.search__results .list-group li.hit {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25rem;
}
.search__results .teaser {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1.25rem;
}
.search__results .teaser-low > .teaser__link {
  -webkit-flex-basis: 38%;
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  max-width: 38%;
}
@media (min-width: 48rem) {
  .search__results .teaser-low > .teaser__link {
    margin-left: 5%;
  }
}
.search__results .teaser__image {
  margin: 0;
}
.search__results .teaser__body {
  margin: 0;
  padding-bottom: 1rem;
}
@media (min-width: 48rem) {
  .search__results .teaser__body {
    padding-bottom: 0;
  }
}
.search__results .teaser__body__heading {
  font-size: 1.2rem;
}
@media (min-width: 48rem) {
  .search__results .teaser__body__heading {
    font-size: 1.5rem;
  }
}
.search__results .teaser__body__text {
  max-width: 600px;
  margin: 0;
}
.search__results .pagination {
  border-radius: .25rem;
  margin: 0 auto 1.25rem auto;
  display: table;
}
.search__results .pagination ul {
  padding: 0;
  list-style-type: none;
}
.search__results .pagination li {
  display: inline;
}
.search__results .pagination li.active a {
  color: #373a3c;
  font-weight: bold;
}
.search__results .pagination li a {
  position: relative;
  float: left;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #2a5db0;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.search__facets {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #f0f0f0;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .search__facets {
    margin-bottom: 1.25rem;
  }
}
.search__facets ul {
  min-width: 49%;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 48rem) {
  .search__facets ul {
    min-width: 25%;
  }
}
.search__facets ul li .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  background-color: #373a3c;
}

/* Plus-icon in Teaser, Slider, Most Read, Readlist and Article Serie */
/* Logged in */
.premiumAccess .premium-label .icon__premium {
  background-color: #999;
}

.premium-label {
  display: inline-block;
}
.premium-label .icon__premium {
  fill: #FFF;
  background-color: #38baed;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  top: -2px;
}
@media (min-width: 48rem) {
  .premium-label .icon__premium {
    width: 15px;
    height: 15px;
  }
}
.premium-label .icon__user {
  display: none;
}
.premium-label.prem-access .icon__premium {
  background-color: #999;
}
.bottom-plate .premium-label .icon__premium {
  width: 14px;
  height: 14px;
}

.readthislist__item__headline.locked:before, .locked.readthislist__headline:before {
  background-size: 14px 7px;
  top: -1px;
  left: -3px;
}

.latest-news__items__list a h4 .icon__premium {
  width: 12px;
  height: 12px;
  top: -1px;
}

@media (min-width: 65rem) {
  .carousel-element .teaser__body__heading.locked:after {
    display: none;
  }
}

.carousel-element .teaser__body__text.locked:before {
  display: none;
}
@media (min-width: 65rem) {
  .carousel-element .teaser__body__text.locked:before {
    display: inline-block;
  }
}

.latest-news__items ul li a h4.locked:after {
  top: 0;
}

.bottom-plate .plate__teaser__link:hover .plate__teaser__text__headline.locked:after {
  opacity: 0.7;
}

.article__premium p.premium-label__user {
  display: none;
}

/* User GP Teaser */
.premium-label .icon__user {
  width: 12px;
  height: 12px;
  margin-right: 0.0625rem;
  position: relative;
  vertical-align: middle;
  top: -2px;
  fill: #C90C0F;
}
@media (min-width: 48rem) {
  .premium-label .icon__user {
    width: 14px;
    height: 14px;
    margin-right: 0.125rem;
  }
}
.premium-label.prem-access .icon__user {
  fill: #999;
}

.carousel-element .premium-label .icon__user {
  width: 13px;
  height: 13px;
  margin-right: 0.0625rem;
  top: -1px;
}

.article__extras__series .premium-label .icon__user {
  width: 11px;
  height: 11px;
  top: -1px;
}

.latest-news .premium-label .icon__user {
  width: 11px;
  height: 11px;
  top: -2px;
}

/* Fix color article v2 */
.article__premium.premium-label svg.icon__user {
  fill: #999;
}

/* Premium: Splash (Remove after v2-release) */
.premium-splash {
  background-color: #C90C0F;
  padding: 0.25rem 0.5rem;
  height: 57px;
  display: none;
}
@media (min-width: 48rem) {
  .premium-splash {
    padding: 0.375rem 1.25rem;
  }
}
@media (min-width: 65rem) {
  .premium-splash {
    padding: 0;
    height: 51px;
  }
}
@media (min-width: 65rem) {
  .premium-splash__notice {
    float: left;
    width: calc(100% - 265px);
  }
}
.premium-splash__notice:hover {
  text-decoration: none;
}
.premium-splash__notice__label {
  color: #FFF;
}
.premium-splash__notice__label p {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .premium-splash__notice__label p {
    margin-top: 0;
    float: left;
  }
}
@media (min-width: 65rem) {
  .premium-splash__notice__label p {
    margin-top: 0.8125rem;
    margin-left: 1.25rem;
  }
}
@media (min-width: 1250px) {
  .premium-splash__notice__label p {
    margin-top: 0.6875rem;
    margin-left: 0;
  }
}
.premium-splash__notice__label p span {
  display: none;
}
@media (min-width: 34rem) {
  .premium-splash__notice__label p span {
    display: block;
    font-weight: 300;
  }
}
@media (min-width: 65rem) {
  .premium-splash__notice__label p span {
    display: inline;
  }
}
.premium-splash__notice__label strong {
  display: block;
  font-size: 1.063rem;
  line-height: 1.3;
  max-width: 200px;
}
@media (min-width: 34rem) {
  .premium-splash__notice__label strong {
    max-width: none;
  }
}
@media (min-width: 48rem) {
  .premium-splash__notice__label strong {
    display: inline;
    font-size: 1.125rem;
    padding-right: 1rem;
  }
}
@media (min-width: 65rem) {
  .premium-splash__notice__label strong {
    font-size: 1.188rem;
    letter-spacing: -0.025rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1250px) {
  .premium-splash__notice__label strong {
    font-size: 1.375rem;
  }
}
.premium-splash__notice__button {
  background-color: #38baed;
  display: block;
  float: right;
  padding: 0.25rem 2.35rem 0.15rem 0.5rem;
  margin: 0.5rem 0.25rem 0 0.25rem;
  border-radius: .25rem;
  position: relative;
}
@media (min-width: 65rem) {
  .premium-splash__notice__button {
    margin: 0.625rem 0.25rem 0 0.25rem;
  }
}
.premium-splash__notice__button span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
}
.premium-splash__notice__button .icon__premium {
  fill: #FFF;
  padding: 6px;
  background-color: #38baed;
  border: 3px solid #C90C0F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: -7px;
}
.premium-splash__servicelinks {
  display: none;
}
@media (min-width: 65rem) {
  .premium-splash__servicelinks {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    background-color: #7C0003;
    height: 51px;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
    float: right;
    position: relative;
  }
}
.premium-splash__servicelinks:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 51px;
  z-index: 100;
  overflow: hidden;
  border-bottom: 51px solid transparent;
  border-left: 13px solid #C90C0F;
  left: 0;
}
.premium-splash__servicelinks li {
  display: inline-block;
  float: left;
}
.premium-splash__servicelinks li a {
  font-weight: 300;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.875rem 0.875rem 0.8125rem 0.875rem;
  display: block;
  text-decoration: none;
  position: relative;
}
.premium-splash__servicelinks li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.premium-splash__servicelinks li a:hover::after {
  content: '';
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0;
  border-bottom: 10px solid #FFF;
  top: inherit;
  bottom: 0;
}

/* Premium Splash v2 */
.premium-splash-v2 {
  display: none;
  overflow: hidden;
  background-color: #C90C0F;
  padding: 1rem;
}
@media (min-width: 48rem) {
  .premium-splash-v2 {
    padding: 1.25rem;
  }
}
.premium-splash-v2 .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 1250px;
}
.premium-splash-v2__message {
  margin-bottom: 1rem;
  height: 54px;
}
@media (min-width: 48rem) {
  .premium-splash-v2__message {
    width: calc(100% - 204px);
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
}
.premium-splash-v2__message__text {
  color: #FFF;
  font-weight: 600;
  font-size: 1.125rem;
  display: inline;
}
@media (min-width: 48rem) {
  .premium-splash-v2__message__text {
    text-align: left;
    vertical-align: middle;
  }
}
.premium-splash-v2__message .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #FFF;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.premium-splash-v2__message .typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s;
}
.premium-splash-v2__button {
  display: block;
  margin: 0 auto;
  border-radius: 1.125rem;
  width: 200px;
}
@media (min-width: 48rem) {
  .premium-splash-v2__button {
    display: inline-block;
  }
}

/* Premium Navigation */
/* Mobile & Tablet */
.navbar__premium__toggler-mobile {
  display: block;
  float: right;
  background: none;
  border: none;
  padding: 1rem 0.5625rem 0.8rem 0.8rem;
}
@media (min-width: 65rem) {
  .navbar__premium__toggler-mobile {
    display: none;
  }
}
.navbar__premium__toggler-mobile:hover svg.icon__user {
  fill: #A50004;
}
.navbar__premium__toggler-mobile svg.icon__user, .navbar__premium__toggler-mobile use {
  height: 25px;
  width: 25px;
  fill: #C90C0F;
}
.navbar__premium__toggler-mobile.logged__in svg.icon__user, .navbar__premium__toggler-mobile.logged__in use {
  fill: #C90C0F;
}

.navbar__nav.visible .navbar__nav-premium {
  display: block;
  /* Logged in */
}
@media (min-width: 65rem) {
  .navbar__nav.visible .navbar__nav-premium {
    display: none;
  }
}
.navbar__nav.visible .navbar__nav-premium__subscribe {
  display: none;
}
.navbar__nav.visible .navbar__nav-premium__user {
  display: block;
  clear: both;
  border-top: 1px dotted #d5d5d5;
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.navbar__nav.visible .navbar__nav-premium__user__login {
  color: #373a3c;
  padding: 0.3125rem 0 0.1875rem 1.25rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 100;
  width: 100%;
  text-decoration: none;
}
.navbar__nav.visible .navbar__nav-premium__user__login:hover {
  color: #C90C0F;
}
.navbar__nav.visible .navbar__nav-premium__user__login__info {
  display: none;
}
.navbar__nav.visible .navbar__nav-premium__user svg.icon__user, .navbar__nav.visible .navbar__nav-premium__user use {
  display: inline-block;
  width: 25px;
  height: 26px;
  right: 1.25rem;
  bottom: 0.875rem;
  position: absolute;
  vertical-align: baseline;
  fill: #C90C0F;
}
.navbar__nav.visible .navbar__nav-premium__list {
  padding-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style-type: none;
  background: #C90C0F;
  display: block !important;
  margin-bottom: 0;
}
.navbar__nav.visible .navbar__nav-premium__list li {
  font-size: 1.5rem;
  font-weight: 100;
  color: #FFF;
  cursor: pointer;
}
.navbar__nav.visible .navbar__nav-premium__list li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0.0625rem 0 0.0625rem 1rem;
  margin-left: 1.45rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.navbar__nav.visible .navbar__nav-premium__list li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar__nav.visible .navbar__nav-premium__list li:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar__nav.visible .navbar__nav-premium__list__account, .navbar__nav.visible .navbar__nav-premium__list__signout, .navbar__nav.visible .navbar__nav-premium__list__paper {
  display: none;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__list__account,
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__list__signout,
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__list__paper {
  display: block;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__list__subscribe {
  display: none;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__user__loggin {
  font-weight: 500;
  text-transform: none;
  font-size: 1.5rem;
  display: block;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__user__loggin:hover {
  color: #FFF;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__user__loggin__info {
  color: #FFF;
  padding-left: 1.25rem;
  padding-bottom: 0.3125rem;
  font-weight: 200;
  margin-top: -0.35rem;
  display: block;
}
.navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__user svg.icon__user, .navbar__nav.visible .navbar__nav-premium.logged__in .navbar__nav-premium__user use {
  fill: #C90C0F !important;
}

/* Desktop */
@media (min-width: 65rem) {
  .navbar__nav-premium {
    float: right;
    position: relative;
  }
  .navbar__nav-premium__list {
    position: absolute;
    display: none;
    background: #C90C0F;
    list-style-type: none;
    padding-left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 3px 3px;
    width: 133px;
    top: 50px;
    right: 0;
    z-index: 1039;
    margin-bottom: 0;
  }
  .navbar__nav-premium__list::before {
    content: '';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #C90C0F;
    top: -10px;
  }
  .navbar__nav-premium__list li {
    color: #FFF;
    font-weight: 300;
    line-height: 1.2;
    padding: 0.407rem 0.75rem 0.407rem;
    border-bottom: 1px solid #A50004;
    cursor: pointer;
  }
  .navbar__nav-premium__list li a {
    color: #FFF;
    text-decoration: none;
  }
  .navbar__nav-premium__list li:hover {
    background: #A50004;
  }
  .navbar__nav-premium__list li:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
  }
  .navbar__nav-premium__list__offers {
    border-bottom: none;
  }
  .navbar__nav-premium__list__subscribe, .navbar__nav-premium__list__account, .navbar__nav-premium__list__paper, .navbar__nav-premium__list__signout {
    display: none;
  }
  .navbar__nav-premium__subscribe:hover, .navbar__nav-premium__user:hover {
    background-color: #f7f7f7;
  }
  .navbar__nav-premium__subscribe:hover::after, .navbar__nav-premium__user:hover::after {
    content: '';
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    border-bottom: 10px solid #C90C0F;
    bottom: -1px;
  }
  .navbar__nav-premium__subscribe {
    height: 50px;
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
    border-left: 1px dotted rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
  }
  .navbar__nav-premium__subscribe__user {
    color: #C90C0F;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.875rem 1rem;
    display: block;
  }
  .navbar__nav-premium__subscribe__user::after {
    display: none !important;
  }
  .navbar__nav-premium__subscribe__user:hover {
    text-decoration: none;
    color: #C90C0F;
  }
  .navbar__nav-premium__subscribe__user:hover .navbar__nav-premium__list {
    display: block;
  }
  .navbar__nav-premium__user {
    height: 50px;
    border-right: 1px dotted rgba(0, 0, 0, 0.1);
    float: left;
    position: relative;
  }
  .navbar__nav-premium__user > div {
    float: left;
  }
  .navbar__nav-premium__user__login {
    font-weight: 300;
    text-transform: uppercase;
    padding: 0.875rem 0.5rem 0.8125rem 1rem;
    display: inline-block;
    cursor: pointer;
    color: #373a3c;
    position: relative;
  }
  .navbar__nav-premium__user__login:hover {
    text-decoration: none;
    color: #C90C0F;
  }
  .navbar__nav-premium__user svg.icon__user, .navbar__nav-premium__user use {
    fill: #C90C0F;
    float: right;
    display: inline-block;
    width: 37px;
    padding: 1rem 1rem 1rem 0;
    height: 50px;
    cursor: pointer;
  }

  /* Logged in */
  .navbar__nav-premium.logged__in .navbar__nav-premium__user {
    min-width: 130px;
    max-width: 180px;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__subscribe, .navbar__nav-premium.logged__in .navbar__nav-premium__list__subscribe {
    display: none;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__user__login {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__user__login__info {
    font-size: 0.625rem;
    padding-left: 1.25rem;
    display: none;
  }
  .navbar__nav-premium.logged__in svg.icon__user, .navbar__nav-premium.logged__in use {
    fill: #C90C0F !important;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__list {
    width: 100%;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__list__offers {
    border-bottom: 1px solid #A50004;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__list__signout {
    border-bottom: none;
  }
  .navbar__nav-premium.logged__in .navbar__nav-premium__list__account, .navbar__nav-premium.logged__in .navbar__nav-premium__list__paper, .navbar__nav-premium.logged__in .navbar__nav-premium__list__signout {
    display: block;
  }
}
/* Premium Article */
.article__premium {
  margin-top: 0.75rem;
}
@media (min-width: 34rem) {
  .article__premium {
    display: block;
  }
}
@media (min-width: 48rem) {
  .article__premium {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .article__premium {
    max-width: 980px;
    margin-top: 1rem;
  }
}
.article__premium .icon__premium {
  top: -1px;
}
.article__premium p {
  display: inline;
  clear: right;
  font-size: 0.875rem;
  letter-spacing: -0.03175rem;
  color: #999;
  font-weight: 300;
}
@media (min-width: 34rem) {
  .article__premium p {
    letter-spacing: 0;
  }
}
@media (min-width: 65rem) {
  .article__premium p {
    color: #999;
  }
}
.article__premium + .article__body {
  padding-top: 0.5rem;
}

.article.premium.no-access .article__body .article__body__richtext .hide-text {
  position: relative;
}
.article.premium.no-access .article__body .article__body__richtext .hide-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 136px;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
}

.article__premium-locked {
  margin-top: -3rem;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  background-color: #EBF5FB;
  position: relative;
  border-top: 1px solid #D6EAF8;
  border-bottom: 1px solid #D6EAF8;
  padding: 1.5rem 1.25rem;
  z-index: 2;
}
@media (min-width: 48rem) {
  .article__premium-locked {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked {
    padding: 1.5rem 0 2rem 0;
    margin-left: -1.625rem;
    margin-top: 0;
    border: 1px solid #D6EAF8;
    width: calc(100% - -3.25rem);
    position: relative;
    top: 0;
  }
}
.article__premium-locked.no-access .article__premium-locked__customer {
  margin: 0 auto;
  display: block;
  border-right: none;
  float: none;
}
@media (min-width: 65rem) {
  .article__premium-locked:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    border-top: 25px solid #D6EAF8;
    border-left: 25px solid transparent;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -25px;
    right: 0;
    border-top: 25px solid #D6EAF8;
    border-right: 25px solid transparent;
  }
}
.article__premium-locked .icon__premium {
  fill: #FFF;
  padding: 6px;
  background-color: #38baed;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: -20px;
  position: absolute;
}
@media (min-width: 48rem) {
  .article__premium-locked .icon__premium {
    width: 60px;
    height: 60px;
    padding: 10px;
    top: 1.25rem;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked .icon__premium {
    top: 2.25rem;
    left: 4.5rem;
    width: 100px;
    height: 100px;
    padding: 15px;
  }
}
.article__premium-locked__label {
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media (min-width: 48rem) {
  .article__premium-locked__label {
    font-size: 2.5rem;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__label {
    font-size: 3rem;
  }
}
.article__premium-locked__info {
  text-align: center;
  font-weight: 300;
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.45;
  max-width: 420px;
  margin: 0 auto 2rem auto;
}
@media (min-width: 48rem) {
  .article__premium-locked__info {
    font-size: 1.125rem;
    max-width: 620px;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__info {
    margin: 0 auto 2.5rem auto;
  }
}
.article__premium-locked__info a {
  border-bottom: 1px dotted #555;
  font-weight: 300;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.article__premium-locked__info a:hover {
  color: #000;
  border-bottom: 1px dotted #C90C0F;
}
.article__premium-locked__customer {
  text-align: center;
}
@media (min-width: 48rem) {
  .article__premium-locked__customer {
    width: calc(50% - 1px);
    display: inline-block;
    float: left;
    border-right: 1px solid #D6EAF8;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__customer {
    width: calc(66.6% - 1px);
    padding-left: 4.5rem;
    padding-right: 2.25rem;
  }
}
.article__premium-locked__customer__global {
  font-size: 0.8125rem !important;
}
.article__premium-locked__customer > div img {
  width: 85%;
  max-width: 250px;
}
@media (min-width: 48rem) {
  .article__premium-locked__customer > div img {
    width: 220px;
    max-width: none;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__customer > div img {
    width: 350px;
    float: right;
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
.article__premium-locked__customer > div h3 {
  font-size: 1.563rem;
  font-weight: 800;
  margin-top: 0.75rem;
}
@media (min-width: 65rem) {
  .article__premium-locked__customer > div h3 {
    margin-top: 0;
    max-width: 260px;
  }
}
.article__premium-locked__customer > div p {
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.9375rem;
  color: #555;
  max-width: 420px;
  margin: 0 auto 1rem auto;
}
@media (min-width: 48rem) {
  .article__premium-locked__customer > div p {
    max-width: 260px;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__customer > div p {
    margin: 0 0 1rem 0;
  }
}
.article__premium-locked__customer > div button {
  display: block;
  color: #FFF;
  background: #38baed;
  border: none;
  border-radius: .25rem;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 65rem) {
  .article__premium-locked__customer > div button {
    float: left;
    margin-left: 0.25rem;
  }
}
.article__premium-locked__customer > div button:hover {
  background: #1082af;
}
.article__premium-locked__customer__form {
  display: none;
}
@media (min-width: 65rem) {
  .article__premium-locked__customer__form iframe {
    border-radius: 10px;
    height: 367px;
    width: 500px !important;
  }
}
.article__premium-locked__customer__teaser p a {
  border-bottom: 1px dotted #555;
  font-weight: 300;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}
.article__premium-locked__customer__teaser p a:hover {
  color: #000;
  border-bottom: 1px dotted #C90C0F;
}
.article__premium-locked__choice {
  font-style: italic;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 1.563rem auto;
  display: block;
  clear: both;
  color: #999;
}
@media (min-width: 48rem) {
  .article__premium-locked__choice {
    display: none;
  }
}
.article__premium-locked__choice:before {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid #D6EAF8;
  margin-right: 0.5rem;
  position: relative;
  top: -5px;
}
.article__premium-locked__choice:after {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid #D6EAF8;
  margin-left: 0.5rem;
  position: relative;
  top: -5px;
}
.article__premium-locked__loggin {
  text-align: center;
}
@media (min-width: 48rem) {
  .article__premium-locked__loggin {
    width: 50%;
    display: inline-block;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__loggin {
    width: 33.4%;
    padding-left: 2.25rem;
    padding-right: 4.5rem;
  }
}
.article__premium-locked__loggin span {
  display: block;
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-style: italic;
}
.article__premium-locked__loggin > div h3 {
  font-size: 1.563rem;
  font-weight: 800;
}
@media (min-width: 48rem) {
  .article__premium-locked__loggin > div h3 {
    margin-top: 5.375rem;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__loggin > div h3 {
    margin-top: 0;
  }
}
.article__premium-locked__loggin > div p {
  font-weight: 300;
  line-height: 1.45;
  font-size: 0.9375rem;
  color: #555;
  max-width: 420px;
  margin: 0 auto 1rem auto;
}
@media (min-width: 48rem) {
  .article__premium-locked__loggin > div p {
    max-width: 260px;
    margin: 0 auto 3.75rem auto;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__loggin > div p {
    margin: 0 auto 2.125rem auto;
  }
}
.article__premium-locked__loggin > button {
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  border: none;
}
@media (min-width: 48rem) {
  .article__premium-locked__loggin > button {
    margin: 1.5rem auto 0 auto;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked__loggin > button {
    margin: 0 auto;
  }
}

/* Premium locked v2 */
.article.premium.no-access .article__preamble {
  position: relative;
}
.article.premium.no-access .article__preamble:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0, white 60%);
}
@media (min-width: 48rem) {
  .article.premium.no-access .article__preamble:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0, white 66%);
    height: 75px;
  }
}

.article__premium-locked-v2 {
  background-color: #f7f7f7;
  padding: 1.75rem 2.5rem;
  text-align: center;
  z-index: 2;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2 {
    padding: 1.75rem 3.75rem;
  }
}
@media (min-width: 65rem) {
  .article__premium-locked-v2 {
    margin-right: 3.75rem;
    margin-left: 3.75rem;
    margin-bottom: 2rem;
  }
}
.article__premium-locked-v2 .container {
  position: relative;
  max-width: 750px;
}
.article__premium-locked-v2__label {
  font-weight: 300;
  color: #C90C0F;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025rem;
  display: block;
  font-size: 1.813rem;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__label {
    margin-bottom: 3rem;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3rem;
    max-width: 60%;
    margin-top: 2.25rem;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
    font-size: 2.25rem;
  }
}
.article__premium-locked-v2__splash {
  display: none;
  width: 150px;
  height: 150px;
  position: absolute;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__splash {
    display: block;
  }
}
.article__premium-locked-v2__customer {
  max-width: 275px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__customer {
    width: calc(50% - 1.25rem);
    display: inline-block;
    vertical-align: top;
    padding-right: 1.25rem;
  }
}
.article__premium-locked-v2__customer__form {
  display: none;
}
.article__premium-locked-v2__customer__form .checkout-container > iframe {
  height: 500px;
}
@media (min-width: 34rem) {
  .article__premium-locked-v2__customer__form .checkout-container > iframe {
    min-width: 430px;
    margin-left: -78px;
  }
}
.article__premium-locked-v2__customer__safari {
  display: none;
}
.article__premium-locked-v2__customer__teaser button {
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
.article__premium-locked-v2__customer__teaser__text {
  font-weight: 300;
  color: #373a3c;
  font-size: 0.875rem;
  line-height: 1.7;
}
.article__premium-locked-v2__customer__teaser__no-product {
  display: none;
  width: auto;
  font-weight: 300;
  font-size: 1rem;
  margin: 0 auto 1rem auto;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__customer__teaser__no-product {
    width: 480px;
  }
}
.article__premium-locked-v2__login {
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 275px;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__login {
    margin-top: 0;
    width: calc(50% - 1.25rem);
    vertical-align: top;
    display: inline-block;
    padding-left: 1.25rem;
  }
}
.article__premium-locked-v2__login button {
  padding: 1rem;
  width: 100%;
  max-width: 320px;
  border-radius: 2rem;
  margin-bottom: 1rem;
  border: none;
}
.article__premium-locked-v2__login__text {
  font-weight: 300;
  color: #373a3c;
  font-size: 0.875rem;
  line-height: 1.7;
}
.article__premium-locked-v2__fineprint {
  margin: 1.25rem auto 0 auto;
  color: #A50004;
  font-size: 0.6875rem;
  width: 200px;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__fineprint {
    margin: 2rem auto 0 auto;
    width: auto;
    font-size: 0.75rem;
  }
}
.article__premium-locked-v2__abroad {
  border-top: 1px solid #d5d5d5;
  padding-top: 1.25rem;
  margin: 1.25rem auto 0.5rem auto;
  color: #A50004;
  font-size: .6875rem;
  width: 170px;
}
@media (min-width: 48rem) {
  .article__premium-locked-v2__abroad {
    margin: 1.25rem auto 0 auto;
    width: auto;
    font-size: 0.75rem;
    width: auto;
    max-width: 430px;
  }
}
.article__premium-locked-v2__abroad a {
  color: #A50004;
}

body.bd-main-video {
  background-color: #f7f7f7;
}

body.bd-main-video .ad.panorama {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
  background: transparent;
}

.video-clip {
  margin-top: -1.55rem;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .video-clip {
    margin-top: 0;
  }
}
.video-clip__player {
  clear: both;
}
.video-clip__meta {
  padding: 1.25rem;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.video-clip__meta__title {
  font-weight: 900;
  font-size: 1.688rem;
  letter-spacing: -0.0312rem;
}
.video-clip__meta__description {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 0.8125rem;
  color: #767676;
}
@media (min-width: 65rem) {
  .video-clip__meta__description {
    font-size: 1rem;
    font-weight: 300;
    padding-right: 200px;
  }
}
.video-clip__meta__share {
  float: right;
}
.video-clip__meta__share a {
  width: 35px;
  height: 35px;
  margin-left: 0.1rem;
  display: inline-block;
  text-align: center;
  background-color: red;
  border-radius: 50%;
}
.video-clip__meta__share a.share__facebook {
  background-color: #3b5998;
}
.video-clip__meta__share a.share__facebook .icon__facebook {
  height: 28px;
  width: 29px;
}
.video-clip__meta__share a.share__twitter {
  background-color: #55acee;
}
.video-clip__meta__share a.share__twitter .icon__twitter {
  top: 5px;
}
.video-clip__meta__share a.share__email {
  background-color: #999;
}
.video-clip__meta__share a .icon {
  fill: #FFF;
  position: relative;
  top: 4px;
}
.video-clip__meta__publish-date {
  font-size: 0.8125rem;
}
.video-clip__meta__publish-date time {
  color: #767676;
  font-weight: 300;
}
.video-clip__meta__category {
  font-size: 0.8125rem;
  display: none !important;
  color: #767676;
}
.video-clip__meta__category strong {
  color: #373a3c;
}

.video-teaser {
  margin-top: 0;
}
.video-teaser__image {
  position: relative;
}
.video-teaser__image img {
  width: 100%;
  height: auto;
}
.video-teaser__image__duration {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  background-color: rgba(201, 12, 15, 0.7);
  color: #FFF;
  padding: 0.25rem;
  border-radius: 3px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  z-index: 11;
}
.video-teaser__image__duration .icon {
  fill: #FFF;
  height: 11px;
  width: 11px;
  vertical-align: top;
}

.video-list {
  margin-top: 1rem;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #C90C0F;
  padding: 1.25rem;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (min-width: 34rem) {
  .video-list {
    padding-bottom: 0.75rem;
  }
}
.video-list > a:hover .video-list__headline {
  background-color: #A50004;
  cursor: pointer;
}
.video-list > a:hover .video-list__headline:after {
  border-left-color: #A50004;
}
.video-list__headline {
  background-color: #C90C0F;
  line-height: 1;
  padding: 0.375rem 1rem 0.375rem 1.5rem;
  position: absolute;
  left: -0.1875rem;
  top: -1rem;
  margin-bottom: 0;
}
.video-list__headline span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 900;
}
.video-list__headline:after {
  content: '';
  position: absolute;
  right: -0.9375rem;
  top: 0;
  border-bottom: 1.875rem solid transparent;
  border-left: 0.9375rem solid #C90C0F;
}
.video-list__more {
  border-radius: 0 0 0 0;
  width: calc(100% - -2.5rem);
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
  margin-top: 1.125rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
@media (min-width: 34rem) {
  .video-list__more {
    margin-bottom: -0.75rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 48rem) {
  .video-list__more {
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: .25rem .25rem 0 0;
    margin-bottom: -0.75rem;
    margin-top: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.25rem;
    font-size: 0.8125rem;
    display: block;
    width: 180px;
  }
}
.video-list__pagination {
  display: inline-block;
  color: #767676;
  font-weight: 300;
}
.video-list__row {
  clear: both;
}
@media (min-width: 48rem) {
  .video-list__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.video-list__row .video-clip {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media (min-width: 48rem) {
  .video-list__row .video-clip {
    width: 48.5%;
  }
}
@media (min-width: 65rem) {
  .video-list__row .video-clip {
    width: 24%;
    margin-bottom: 0.5rem;
  }
}
.video-list__row .video-clip:active {
  opacity: 0.8;
}
.video-list__row .video-clip a {
  text-decoration: none;
}
.video-list__row .video-clip:last-child {
  margin-bottom: 0;
}
@media (min-width: 48rem) {
  .video-list__row .video-clip:nth-last-child(2) {
    margin-bottom: 0;
  }
}
.video-list__row .video-clip .video-teaser__image {
  float: left;
  width: 49%;
  max-width: 190px;
  margin-right: 0.5rem;
}
@media (min-width: 48rem) {
  .video-list__row .video-clip .video-teaser__image {
    float: none;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.video-list__row .video-clip__meta {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.video-list__row .video-clip__meta__title {
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  color: #373a3c;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 2.2rem;
  /* Fallback for non-webkit */
  font-size: 1rem;
  line-height: 1.1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 48rem) {
  .video-list__row .video-clip__meta__title {
    margin-bottom: 0;
  }
}
@media (min-width: 65rem) {
  .video-list__row .video-clip__meta__title {
    margin-bottom: 0.25rem;
  }
}
.video-list__row .video-clip__meta__description {
  display: none;
}
@media (min-width: 414px) {
  .video-list__row .video-clip__meta__description {
    display: block;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.1125rem;
    /* Fallback for non-webkit */
    font-size: 0.8125rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #767676;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 48rem) {
  .video-list__row .video-clip__meta__description {
    display: none;
  }
}
@media (min-width: 65rem) {
  .video-list__row .video-clip__meta__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-height: 2.1125rem;
    /* Fallback for non-webkit */
    font-size: 0.8125rem;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8125rem;
    padding-right: 0;
    font-width: 500;
  }
}
.video-list__row .video-clip__meta__category, .video-list__row .video-clip__meta__publish-date {
  color: #999999 !important;
  line-height: 1.3;
  font-size: 0.75rem;
}
@media (min-width: 48rem) {
  .video-list__row .video-clip__meta__category, .video-list__row .video-clip__meta__publish-date {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.25rem;
  }
}
.video-list__row .video-clip__meta__category strong, .video-list__row .video-clip__meta__publish-date strong {
  display: none;
}
.video-list__row .video-clip__meta__category {
  display: none !important;
}
.video-list__row .video-clip__meta__publish-date {
  display: block;
  /*&:before {
      @media (min-width: 48rem) {
          content: '\002022';
          margin: 0 5px;
      }
  }*/
}

/* Lemon fix */
.lemonwhale-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.lemonwhale-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-listicle {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - -40px);
  margin-left: -1.25rem;
}
@media (min-width: 1024px) {
  .c-listicle {
    width: auto;
    margin-left: auto;
  }
}
.c-listicle__item {
  position: relative;
  flex: 1 100%;
  margin-bottom: 60px;
}
.c-listicle__item:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.c-listicle__item--ad {
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .c-listicle__item--ad .ad-text-tag {
    text-align: center !important;
  }
}
.c-listicle__item--ad > div {
  display: inline-block;
}
.c-listicle__item-anchor {
  display: block;
  position: relative;
  top: -55px;
  visibility: hidden;
}
.c-listicle__item-label {
  position: relative;
  flex: 1 100%;
  padding: 8px 0px;
  color: #848484;
  font-size: 16px;
}
.c-listicle__item-label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000;
}
.c-listicle__item-label-index, .c-listicle__item-label-name {
  color: #414141;
  font-weight: 700;
}
.c-listicle__item-label-index {
  padding-left: 15px;
}
.c-listicle__item-label a {
  color: #848484;
}
.c-listicle__item-image {
  margin-bottom: 15px;
}
.c-listicle__item-header {
  flex: 1 100%;
  padding: 0 1.25rem;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .c-listicle__item-header {
    padding: 0;
  }
}
.c-listicle__item-caption {
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .c-listicle__item-caption {
    padding: 0;
  }
}
.c-listicle__item-tags {
  margin-top: 10px;
  padding: 0 1.25rem;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .c-listicle__item-tags {
    padding: 0;
  }
}
.c-listicle__item-tag {
  display: inline-block;
  margin-right: 5px;
  padding: 1px 8px;
  border-radius: 5px;
  background: #eee;
}
.c-listicle__item-tag:last-child {
  margin-right: 0;
}

/* Tipsa Oss-page */
.tips.container .row {
  display: block;
}
@media (min-width: 48rem) {
  .tips.container .row {
    display: flex;
  }
}
.tips.container .row .unit__5050 {
  max-width: none;
}
@media (min-width: 48rem) {
  .tips.container .row .unit__5050 {
    max-width: 50%;
  }
}
.tips.container .row .tipsa__form {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .tips.container .row .tipsa__form {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* Cookies Notice */
.stampenCookieContainer {
  background: #A50004;
  color: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 1040;
  padding: 1.25rem;
  width: 100%;
}
.stampenCookieContainer .stampenInformationMessage {
  padding: 0;
  max-width: 1200px;
}
.stampenCookieContainer .stampenInformationMessage p {
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage p {
    display: inline;
    margin-bottom: 0;
    width: 53%;
    float: left;
  }
}
@media (min-width: 48rem) {
  .stampenCookieContainer .stampenInformationMessage p {
    font-size: 1rem;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage p {
    margin-top: 0.375rem;
  }
}
.stampenCookieContainer .stampenInformationMessage .cookie-moreinfo {
  border: none;
  background-color: transparent;
  color: #FFF;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage .cookie-moreinfo {
    float: right;
    margin-top: 0.25rem;
  }
}
@media (min-width: 48rem) {
  .stampenCookieContainer .stampenInformationMessage .cookie-moreinfo {
    margin-top: 0.5rem;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage .cookie-moreinfo {
    margin-top: 0;
  }
}
.stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
  float: right;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
    margin-top: 0.25rem;
  }
}
@media (min-width: 48rem) {
  .stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
    margin-top: 0.5rem;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
    margin-top: 0;
  }
}
.stampenCookieContainer .stampenInformationMessage #stampenCookieForm .stampenButton {
  margin-bottom: 0;
  border: none;
}

/* 404-Page */
.error__sign {
  border-top: 1px solid #d5d5d5;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  clear: both;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .error__sign {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 65rem) {
  .error__sign {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.error__sign__404 {
  font-size: 8rem;
  color: #EEE;
  font-weight: 900;
  display: block;
  line-height: 1;
}
@media (min-width: 48rem) {
  .error__sign__404 {
    font-size: 10rem;
  }
}
.error__sign__title {
  font-weight: 600;
  margin: 0 0 1rem 0;
  display: block;
  font-size: 1.5rem;
}
.error__sign__info {
  max-width: 300px;
  margin: 0 auto;
  font-weight: 300;
}

/*# sourceMappingURL=main-se.ttela.css.map */
