@charset "UTF-8";
.navbar-brand .icon--brand {
  width: 180px;
  height: 32px;
}
@media (min-width: 65rem) {
  .navbar-brand .icon--brand {
    width: 220px;
  }
}

.navbar.sticky .navbar-brand .icon--brand {
  width: 125px;
  height: 17px;
}

@media (min-width: 65rem) {
  .bd-main-article .navbar .navbar-brand .icon--brand {
    width: 125px;
    height: 17px;
  }
}

@media (min-width: 65rem) {
  .bd-main-article .navbar .navbar-brand,
  .navbar.sticky .navbar-brand {
    padding: 0.6rem 0 0.4rem 1rem;
  }
}

.main__footer__logo .icon--brand {
  margin: 1.75rem 0 1rem 0;
}
@media (min-width: 65rem) {
  .main__footer__logo .icon--brand {
    margin: 3.5rem 0 0.75rem 0;
  }
}

.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;
}

.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: 44.999rem) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .ellipsis:after,
  .unit__25252525 .native .spklw-widget .spklw-post-content:after {
    width: 15%;
  }
}

@-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;
}

.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.btn:hover {
  color: #fff;
  background-color: #00497C;
  border-color: #00497C;
  text-decoration: none;
}

.btn-darken {
  background-color: #000;
}
.btn-darken:hover {
  background-color: #FFF;
}

.label-wrapper {
  background-color: #005a9a;
  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: #00497C;
  text-decoration: none;
}
@media (min-width: 48rem) {
  .label-wrapper {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    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: #00497C;
  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;
}
@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: 48rem) {
  .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: 45rem;
  }
}
@media (min-width: 65em) {
  .container {
    max-width: 61.25rem;
  }
}
@media (min-width: 75em) {
  .container {
    max-width: 61.25rem;
  }
}

@media (min-width: 65rem) {
  .container-max {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
}

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

@media (min-width: 1250px) {
  .bd-main-start .content {
    margin-left: -270px;
  }
}

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

.bd-main-start section.content {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.25rem;
}

.main__footer {
  background: #e5e5e5;
  margin-top: 1rem;
}
.main__footer__services {
  padding: 0;
}
@media (min-width: 45rem) {
  .main__footer__services {
    padding: 0 2.5rem;
    margin-top: 3rem;
  }
}
@media (min-width: 65rem) {
  .main__footer__services {
    padding: 0 2rem;
  }
}
.main__footer__services div {
  background: #005a9a;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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;
  }
}
.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: #005a9a;
  color: #FFF;
  padding: 0.25rem 0.75rem;
  z-index: 1;
}
@media (min-width: 45rem) {
  .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: #00497C;
}
.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: 45rem) {
  .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: 45rem) {
  .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;
  }
}
.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: 45rem) {
  .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, .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, .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;
}

.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: 45rem) {
  .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: 45rem) {
  .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%;
  }
}

/* Image-less teasers */
.ad + .row.imageless {
  margin-top: -1rem;
}
.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, .row.imageless:after {
    content: '';
    display: block;
    width: calc(100% - 1.875rem);
    height: 1px;
    background-color: #d5d5d5;
    position: relative;
    left: 0.9375rem;
    top: -0.75rem;
  }
}
@media (min-width: 65rem) {
  .row.imageless:before, .row.imageless:after {
    top: -1.063rem;
  }
}
.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:after {
  content: '';
  display: block;
  width: calc(100% - 1.25rem);
  height: 1px;
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  bottom: 0.75rem;
  background-color: #d5d5d5;
}
@media (min-width: 45rem) {
  .row.imageless .unit:after {
    bottom: 0.9375rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    width: calc(100% - 1.875rem);
  }
}
@media (min-width: 48rem) {
  .row.imageless .unit:after {
    height: calc(100% - 1.65rem);
    width: 1px;
    right: -0.875rem;
    bottom: inherit;
    top: 0;
    position: absolute;
  }
}
@media (min-width: 65rem) {
  .row.imageless .unit:after {
    height: calc(100% - 2.15rem);
  }
}
.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%;
  }
}
.row.imageless .unit:last-child::after {
  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;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  background-color: #eee;
  border-radius: .25rem;
}

.btn-primary {
  color: #fff;
  background-color: #2a5db0;
  border-color: #2a5db0;
}

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

/* Push Notice (Slide up from bottom) */
.push-notice {
  bottom: 0;
  z-index: 1000;
  width: 100%;
  position: fixed;
  -webkit-animation-name: animSlideBottom;
  animation-name: animSlideBottom;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}
@media (min-width: 34rem) {
  .push-notice {
    max-width: 375px;
    right: 0;
  }
}
.push-notice__wrapper {
  width: 100%;
}
.push-notice__name {
  float: left;
  color: #fff;
}
.push-notice__name h4 {
  background-color: #9A1915;
  padding: .10rem 0.75rem .10rem 1rem;
  font-weight: 900;
  font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue", Impact;
  font-stretch: condensed;
  font-size: 1.55rem;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
  height: 30px;
}
.push-notice__name h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1.0rem;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-left: 1.033rem solid #9A1915;
}
.push-notice__body {
  background-color: #fcf8e3;
  float: left;
  clear: left;
  width: 100%;
  padding: 0.75rem 1rem;
  position: relative;
  border-top: 1px solid #faf2cc;
}
@media (min-width: 45rem) {
  .push-notice__body {
    border-right: 1px solid #faf2cc;
    border-left: 1px solid #faf2cc;
    padding: 1rem 1.25rem;
  }
}
.push-notice__body .close-link {
  display: block;
  text-decoration: none;
  color: #999;
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
  background: 0;
  border: 0;
  padding: 0 1.25rem;
  position: absolute;
  top: -0.25rem;
  right: -0.75rem;
}
@media (min-width: 45rem) {
  .push-notice__body .close-link {
    right: -0.55rem;
  }
}
.push-notice__body__heading {
  font-size: 1.313rem;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 900;
  line-height: 1.2;
  padding-right: 0.25rem;
  letter-spacing: -0.25px;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
}
.push-notice__body__lead {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  height: 36px;
  overflow: hidden;
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  font-weight: 300;
}
.push-notice__body__lead.ellipsis:after {
  background: linear-gradient(to right, rgba(252, 248, 227, 0), #fcf8e3 50%, #fcf8e3);
}
.push-notice__body a {
  color: #222;
  text-decoration: none;
}
.push-notice__body a:hover {
  color: #555;
}

.bd-main-article .push-notice {
  bottom: 52px;
}
@media (min-width: 45rem) {
  .bd-main-article .push-notice {
    bottom: 54px;
  }
}

/* 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 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 45rem) {
  .small-breaking-element {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48rem) {
  .small-breaking-element {
    margin-bottom: 1rem;
  }
}
@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;
  }
}
@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;
    right: -1.375rem;
    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;
  border-radius: 0 0 0 1px;
  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;
  border-bottom: 25px solid transparent;
  border-left: 0.75rem solid #2a5db0;
  right: -0.75rem;
  border-radius: 0 2px 0 1px;
}
.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: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;
  right: -9px;
  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: 45rem) {
  .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> */
  /* Panorama (980x120/240/360) */
  /* Panorama between articles */
  /* Insider (320x320/250) */
  /* Widescreen (250x120/240/280/360/480) */
  /* Scaler */
  /* Fix for ads in automatic-section */
  /* Hide adform */
  /* If the ad is after a news-package */
}
.ad * {
  vertical-align: bottom;
}
.ad > br, .ad div > br {
  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;
}
.ad.panorama {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #f2f2f2;
  overflow: hidden;
  /* Bostads snurror */
  /* Panorama Lead */
}
@media (min-width: 34rem) {
  .ad.panorama {
    background-color: transparent;
    max-width: 31.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 45rem) {
  .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: 45rem;
    padding-top: 0.75rem;
  }
}
@media (min-width: 65rem) {
  .ad.panorama {
    max-width: 61.25rem;
  }
}
.ad.panorama[data-name='mob_panoramax'] .scaler {
  min-width: 320px;
  height: auto;
}
.ad.panorama[data-name='ad_panoramax'] .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 {
    min-width: 980px;
  }
}
.ad.panorama-lead {
  margin-top: 0.5rem;
  margin-bottom: 1.4875rem;
}
@media (min-width: 45rem) {
  .ad.panorama-lead {
    margin-top: 0.5625rem;
    margin-bottom: -0.5rem;
  }
}
.article .ad.panorama {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 45rem) {
  .article .ad.panorama {
    padding-top: 0.5rem;
  }
}
.ad.insider {
  margin-top: -0.4375rem;
  margin-bottom: 0.9375rem;
  margin-left: -1.25rem;
}
@media (min-width: 45rem) {
  .ad.insider {
    margin-top: -0.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .ad.insider {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
@media (min-width: 48rem) {
  .ad .scaler {
    transform: scale(0.73469);
    transform-origin: left top;
    -webkit-transform: scale(0.73469);
    -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;
  }
}
.adform {
  display: none;
}
.news-package.package-plate + .ad, .ad + .news-package.package-plate {
  margin-top: -1.25rem;
}
@media (min-width: 34rem) {
  .news-package.package-plate + .ad, .ad + .news-package.package-plate {
    margin-top: 0;
  }
}
.news-package.package-label + .ad, .ad + .news-package.package-label {
  margin-top: 1.75rem;
}
@media (min-width: 34rem) {
  .news-package.package-label + .ad, .ad + .news-package.package-label {
    margin-top: 2.5rem;
  }
}

.navbar {
  margin: 0 auto;
  max-width: 1280px;
}
@media (min-width: 65rem) {
  .navbar {
    height: 66px;
  }
}
.navbar-toggleable {
  float: right;
}
.navbar-brand {
  padding: 0.75rem 0.65rem 0.45rem 1.25rem;
  float: left;
  display: block;
  line-height: 1;
}
@media (min-width: 65rem) {
  .navbar-brand {
    padding: 1.15rem 0.65rem 1rem 1rem;
  }
}
.navbar-brand .icon--brand {
  fill: #005a9a;
}
@media (min-width: 65rem) {
  .navbar #top-menu-item-vader {
    display: none;
  }
}
@media (min-width: 65rem) {
  .navbar {
    /* A-Z Desktop, Tablet */
    /* A-Z Desktop, Tablet END */
  }
  .navbar #submenu-ao {
    max-height: 550px;
    height: 550px;
    position: absolute;
    left: 0;
    margin-left: 0.95rem;
    margin-right: 0.95rem;
    padding: 1rem 0.5rem 0 0.5rem;
    overflow: hidden;
    width: calc(100% - 1.85rem);
    border-bottom: 4px solid #00497C;
    text-align: left;
  }
  .navbar #submenu-ao .sitemap__letter {
    width: 13.5%;
    margin-bottom: 1rem;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    display: inline-block;
    vertical-align: top;
  }
  .navbar #submenu-ao .sitemap__letter__headline {
    margin-bottom: 0.25rem;
    font-weight: 900;
    border-bottom: 1px dotted #e5e5e5;
  }
  .navbar #submenu-ao .sitemap__letter__link {
    font-weight: 300;
    color: #373a3c;
    display: block;
  }
  .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;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 13.5%;
  }
  .navbar #submenu-ao .sitemap__servicelinks:hover {
    background: #00497C;
  }
  .navbar .sitemap.dropdown.visible,
  .navbar .navbar__item:hover .navbar__nav__list-section.sitemap {
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .navbar__nav__search {
    position: fixed;
    margin-top: 0.65rem;
    left: 0;
    z-index: 1030;
    width: 100vw;
    max-height: 0;
    overflow: hidden;
  }
  .navbar__nav__search.visible {
    max-height: 96px;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
  }
  .navbar__nav__search__field {
    background: #00497C;
    width: 100%;
    border: none;
    color: #FFF;
    font-weight: 900;
    font-size: 4rem;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .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: none;
    border: none;
    line-height: 1;
    height: 42px;
    width: 42px;
    padding: 0;
    margin-top: 0.75rem;
    margin-right: 1rem;
    display: inline-block;
    border: 1px solid #e5e5e5;
  }
  .navbar__nav__search__button .icon {
    fill: #373a3c;
  }
  .navbar__nav__search__button.active, .navbar__nav__search__button:hover {
    background: #00497C;
    border: none;
  }
  .navbar__nav__search__button.active .icon, .navbar__nav__search__button:hover .icon {
    fill: #FFF;
  }
  .navbar__nav__search__button.active:after {
    content: ' ';
    display: block;
    background: #00497C;
    width: 19px;
    position: absolute;
    height: 25px;
    margin-left: 11px;
  }
  .navbar__nav__list {
    float: left;
    display: inline-block;
  }
  .navbar__nav__list-section {
    background: #FFF;
    padding: 0;
    position: absolute;
    z-index: 1040;
    border-top: 4px solid #00497C;
    border-radius: 0 2px 2px 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: -4px;
    margin-left: -10px;
  }
  .navbar__nav__list-section .navbar__item {
    display: block;
    clear: both;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
  .navbar__nav__list-section .navbar__link {
    padding: 0.35rem 1rem 0.35rem !important;
    font-size: 1rem;
    width: 100%;
    text-align: left;
    border-left: 0;
    color: #373a3c;
    min-width: 130px;
    text-transform: none;
  }
  .navbar__nav__list-section .navbar__link:hover {
    background: #00497C;
    color: #FFF;
  }
  .navbar__nav__list-section .navbar__link.active {
    padding: 0.25rem 1.5rem 0.25rem 1.3rem;
    background: #00497C;
    color: #FFF;
  }
}
@media (min-width: 65rem) and (min-width: 65rem) {
  .navbar__nav__list-section {
    margin-left: -13px;
  }
}
@media (min-width: 65rem) {
  .navbar__nav__facebook__button, .navbar__nav__twitter__button {
    border-radius: 50%;
    background: #373a3c;
    width: 42px;
    height: 42px;
    text-align: center;
    margin-right: 0.5rem;
    margin-top: 0.75rem;
    overflow: hidden;
    float: right;
    line-height: 1;
  }
  .navbar__nav__facebook__button .icon, .navbar__nav__twitter__button .icon {
    fill: #FFF;
  }
  .navbar__nav__facebook__button:hover, .navbar__nav__twitter__button:hover {
    background: #00497C;
    border: none;
  }
  .navbar__nav__twitter__button {
    margin-right: 1rem;
  }
  .navbar__nav__twitter__button .icon {
    position: relative;
    top: 11px;
  }
  .navbar__nav__facebook__button .icon {
    height: 26px;
    width: 24px;
    position: relative;
    top: 7px;
  }
  .navbar__item {
    display: inline-block;
    padding: 0 0.65rem;
    float: left;
  }
}
@media (min-width: 65rem) and (min-width: 65rem) {
  .navbar__item {
    padding: 0 0.85rem;
  }
}
@media (min-width: 65rem) {
  .navbar__item:hover {
    background: #00497C;
  }
  .navbar__item:hover > .navbar__link {
    color: #FFF;
  }
  .navbar__item:hover .navbar__item__switch .icon {
    fill: #FFF;
  }
  .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;
    opacity: 1;
    transition-delay: 0s;
  }
}
@media (min-width: 65rem) {
  .navbar__item.active .navbar__nav__list > .navbar__item > .navbar__link {
    color: #00497C;
  }
  .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;
  }
  .navbar__link.active {
    font-weight: 400;
  }
  .navbar__link:hover {
    color: #FFFFFF;
    text-decoration: none;
  }
  .navbar__item__switch {
    display: inline-block;
    padding: 0.05rem 0 0.1rem 0.25rem;
    margin-left: 0.15rem;
    margin-right: -4px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin-top: 1.5rem;
    float: right;
    width: 20px;
    height: 20px;
  }
  .navbar__item__switch .icon {
    fill: #373a3c;
    width: 10px;
    height: 17px;
  }
  .navbar__item__switch .icon__arrow--right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 15px;
    display: none;
  }
  .navbar__item__switch .icon__arrow--down {
    display: none;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    height: 15px;
  }
}
.navbar__toggler {
  float: right;
  padding: 0.8rem 1.5rem 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: auto;
  height: 28px;
}
.navbar__toggler--float {
  position: fixed;
  z-index: 1050;
  top: 0.7rem;
  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: 45rem) {
  .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__list {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0 0.25rem 0 0;
}
.navbar__nav__list-section.dropdown {
  list-style-type: none;
  display: none;
}
@media (min-width: 65rem) {
  .navbar__nav__list-section.dropdown {
    visibility: hidden;
    opacity: 0;
    display: inherit;
    transition: visibility 0s linear 0.15s, opacity 0.15s ease-out;
  }
}
.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;
  /* A-Z Mobile */
}
@media (min-width: 45rem) {
  .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__nav__facebook__button, .navbar__nav.visible .navbar__nav__twitter__button {
  display: none;
}
.navbar__nav.visible .navbar__nav__search {
  display: none;
}
.navbar__nav.visible .navbar__nav__search:before {
  display: block;
  content: ' ';
  background: #00497C;
  width: 35px;
  height: 10px;
  margin-left: 2rem;
  margin-top: -1.4rem;
  clear: both;
}
.navbar__nav.visible .navbar__nav__search__button {
  background: none;
  border: none;
  display: inline-block;
  padding: 1.5rem 1rem 1rem 2rem;
}
.navbar__nav.visible .navbar__nav__search__button .icon.icon__search {
  fill: #999;
  width: 35px;
  height: 35px;
}
.navbar__nav.visible .navbar__nav__search__button.active {
  background: #00497C;
  border-radius: 50%;
  padding: 1rem;
  margin: 0.5rem 1rem 1rem 1rem;
}
.navbar__nav.visible .navbar__nav__search__button.active .icon.icon__search {
  fill: #FFF;
}
.navbar__nav.visible .navbar__nav__search__field {
  background: #00497C;
  border: none;
  color: #FFF;
  clear: both;
  display: block;
  padding: 1.1rem 2rem 1rem 2rem;
  font-weight: 900;
  font-size: 1.5rem;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 1rem;
  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 .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 1.5rem;
  margin-left: 2.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  width: 80%;
  line-height: 1;
  float: none;
}
.navbar__nav.visible .navbar__nav__list-section .navbar__link.active {
  border-left: 5px solid #00497C;
  padding: 0.5rem 0 0.5rem 1.25rem;
  color: #00497C;
}
.navbar__nav.visible .navbar__link {
  clear: both;
  display: inline-block;
  font-size: 2.375rem;
  font-weight: 100;
  text-decoration: none;
  padding: 0.1rem 0 0.1rem 2rem;
  width: 85%;
  color: #373a3c;
}
.navbar__nav.visible .navbar__link.active {
  color: #00497C;
}
.navbar__nav.visible .navbar__item__switch {
  display: inline-block;
  float: right;
  width: 15%;
  padding: 0.9rem 1.45rem 0.4rem 0;
}
.navbar__nav.visible .navbar__item__switch .icon {
  fill: #999;
  width: 27px;
  height: 35px;
}
.navbar__nav.visible .navbar__item__switch .icon__arrow--right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: none;
}
.navbar__nav.visible .navbar__item__switch .icon__arrow--down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  display: none;
}
.navbar__nav.visible .close {
  display: block;
  -webkit-appearance: none;
  color: #999;
  font-size: 2.25rem;
  line-height: 1;
  margin-right: 0.75rem;
  font-size: 4rem;
  font-weight: 100;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  padding: 0 1.25rem;
}
.navbar__nav.visible .sitemap__letter {
  margin-top: 0.55rem;
}
.navbar__nav.visible .sitemap__letter__headline {
  margin-left: 2rem;
}
.navbar__nav.visible .sitemap__letter__link {
  font-size: 1.5rem;
  padding: 0.25rem 0 0.25rem 1.5rem;
  margin-left: 2.25rem;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  font-weight: 100;
  color: #373a3c;
  display: block;
  text-decoration: none;
}
.navbar__nav.visible .sitemap__servicelinks {
  display: block;
  color: #373a3c;
  clear: both;
  font-weight: 100;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  margin: 1rem 2.25rem;
}
@media (min-width: 45rem) {
  .navbar__nav__facebook__button, .navbar__nav__twitter__button {
    display: none;
  }
}
@media (min-width: 75rem) {
  .navbar__nav__facebook__button, .navbar__nav__twitter__button {
    display: inline-block;
  }
}

/* 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) {
  .bd-main-article .navbar,
  .navbar.sticky {
    height: 34px;
    overflow: visible;
    max-width: none;
    width: 100%;
    background: #FFF;
    position: fixed;
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    top: 0;
    z-index: 1040;
    -webkit-animation-name: animSlideTop;
    animation-name: animSlideTop;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    animation-timing-function: ease-out;
  }
  .bd-main-article .navbar .navbar__nav__list,
  .navbar.sticky .navbar__nav__list {
    padding: 0;
  }
  .bd-main-article .navbar .navbar__nav__list > .navbar__item,
  .navbar.sticky .navbar__nav__list > .navbar__item {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .bd-main-article .navbar .navbar__nav__list > .navbar__item > .navbar__link,
  .navbar.sticky .navbar__nav__list > .navbar__item > .navbar__link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .bd-main-article .navbar .navbar__item__switch,
  .navbar.sticky .navbar__item__switch {
    border: none;
    margin-left: -0.55rem;
    margin-right: 0.15rem;
    width: 24px;
    height: 34px;
  }
  .bd-main-article .navbar .navbar__nav__list .navbar__item > .navbar__item__switch,
  .navbar.sticky .navbar__nav__list .navbar__item > .navbar__item__switch {
    margin-top: 0.20rem;
    padding: 0.55rem 0.5rem 0.1rem 0.5rem;
    border-radius: 0;
    height: 24px;
  }
  .bd-main-article .navbar .navbar__nav__search,
  .navbar.sticky .navbar__nav__search {
    position: fixed;
    top: 20px;
  }
  .bd-main-article .navbar .navbar__nav__search__button,
  .navbar.sticky .navbar__nav__search__button {
    width: 24px;
    height: 24px;
    text-align: center;
    margin-left: 0.65rem;
    vertical-align: middle;
    background: #FFF;
    padding: 0;
    margin-top: 0.3rem;
    vertical-align: bottom;
  }
  .bd-main-article .navbar .navbar__nav__search__button:hover, .bd-main-article .navbar .navbar__nav__search__button.active, .bd-main-article .navbar .navbar__nav__search__button:active,
  .navbar.sticky .navbar__nav__search__button:hover,
  .navbar.sticky .navbar__nav__search__button.active,
  .navbar.sticky .navbar__nav__search__button:active {
    border: 1px solid #00497C;
    background: #00497C;
    width: 24px;
    height: 24px;
  }
  .bd-main-article .navbar .navbar__nav__search__button:hover .icon, .bd-main-article .navbar .navbar__nav__search__button.active .icon, .bd-main-article .navbar .navbar__nav__search__button:active .icon,
  .navbar.sticky .navbar__nav__search__button:hover .icon,
  .navbar.sticky .navbar__nav__search__button.active .icon,
  .navbar.sticky .navbar__nav__search__button:active .icon {
    fill: #FFF;
  }
  .bd-main-article .navbar .navbar__nav__search__button.active:after,
  .navbar.sticky .navbar__nav__search__button.active:after {
    width: 15px;
    margin-left: 3px;
  }
  .bd-main-article .navbar .navbar__nav__search__button .icon,
  .navbar.sticky .navbar__nav__search__button .icon {
    width: 14px;
    height: 13px;
    vertical-align: middle;
    fill: rgba(0, 0, 0, 0.7);
  }
  .bd-main-article .navbar .navbar__nav__facebook__button, .bd-main-article .navbar .navbar__nav__twitter__button,
  .navbar.sticky .navbar__nav__facebook__button,
  .navbar.sticky .navbar__nav__twitter__button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 0.3rem;
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  .bd-main-article .navbar .navbar__nav__facebook__button .icon,
  .navbar.sticky .navbar__nav__facebook__button .icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    top: -1px;
  }
  .bd-main-article .navbar .navbar__nav__twitter__button,
  .navbar.sticky .navbar__nav__twitter__button {
    margin-right: 1rem;
  }
  .bd-main-article .navbar .navbar__nav__twitter__button .icon,
  .navbar.sticky .navbar__nav__twitter__button .icon {
    width: 13px;
    height: 13px;
    vertical-align: middle;
    top: 0px;
  }
  .bd-main-article .navbar .navbar__nav__list-section.dropdown,
  .navbar.sticky .navbar__nav__list-section.dropdown {
    position: fixed;
    margin-top: 0px;
    margin-left: 0px;
  }
  .bd-main-article .navbar .navbar__link,
  .navbar.sticky .navbar__link {
    padding: 0.34rem 0 0.3rem 0;
    font-size: 1rem;
  }
  .bd-main-article .navbar .navbar__item__switch,
  .navbar.sticky .navbar__item__switch {
    margin-top: 0.3rem;
  }
}
/* Native-Teasers */
.teaser.native {
  background-color: #fcfbe9;
}
.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 .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);
}

.unit__5050 .teaser.native,
.unit__333333 .teaser.native {
  margin: 0 0.625rem 1.25rem 0.625rem;
  padding: 0;
}
.unit__5050 .teaser.native .teaser__body,
.unit__333333 .teaser.native .teaser__body {
  padding: 0 0.625rem 0.625rem 0.625rem;
}
@media (min-width: 45rem) {
  .unit__5050 .teaser.native .teaser__body,
  .unit__333333 .teaser.native .teaser__body {
    padding: 0 1rem 0.75rem 1rem;
  }
}

.container .teaser-full.native {
  margin: 0 0.625rem 1.25rem 0.625rem;
  padding: 0;
}
.container .teaser-full.native .teaser__body {
  padding: 0 0.625rem 0.625rem 0.625rem;
}
@media (min-width: 45rem) {
  .container .teaser-full.native .teaser__body {
    padding: 0 1rem 0.75rem 1rem;
  }
}

.unit__333333:first-child .teaser.native .teaser__body {
  padding: 0 1rem 0.75rem 1rem !important;
}

.unit__25252525 .teaser.native {
  width: 100vw;
  margin-top: -1rem;
  margin-left: -0.625rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem 0.315rem 1.25rem;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native {
    width: auto;
    margin: 0 0.625rem 1.25rem;
    padding: 0;
  }
}
@media (min-width: 45rem) {
  .unit__25252525 .teaser.native {
    margin: 0 1rem 1.25rem;
  }
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native .teaser__body {
    margin-top: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 45rem) {
  .unit__25252525 .teaser.native .teaser__body {
    margin-top: 0;
    padding: 0 1rem 0.75rem 1rem;
  }
}
.unit__25252525 .teaser.native > a {
  padding-bottom: 0.625rem;
}
@media (min-width: 34rem) {
  .unit__25252525 .teaser.native > a {
    padding-bottom: 0;
  }
}

/* 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 {
  background-color: #edf7ff;
  border: none;
  width: auto;
}
.teaser.native.extern .teaser__image:before {
  background-color: #FFF;
}
.teaser.native.extern .ellipsis:after {
  background: linear-gradient(to right, rgba(237, 247, 255, 0), #edf7ff 50%, #edf7ff);
}

/* Native Content */
.article.native {
  background-color: #fcfbe9;
  border-bottom: 5px solid #fdf8c3;
}
.article.native .article__extras {
  background: transparent;
}
.article.native .company__article__pretext {
  background-color: #fdf8c3;
  padding: 0.375rem 0;
  font-size: 0.9375rem;
}
@media (min-width: 45rem) {
  .article.native .company__article__pretext {
    text-align: center;
    font-size: 1rem;
  }
}
.article.native .company__article__pretext__prefix {
  text-align: right;
  font-weight: 300;
  margin-right: 1.25rem;
}
.article.native .company__article__pretext__presenter {
  font-weight: 700;
}
.article.native .company__article__pretext__presenter a {
  text-decoration: none;
  color: #373a3c;
}
.article.native .company__article__pretext__tag {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-right: 0.625rem;
  margin-top: 0.0625rem;
  margin-left: 1.25rem;
  color: #373a3c;
  float: left;
}
.article.native .company__content__and__articles {
  border-radius: 2px;
  padding: 0.35rem 1rem 0 1rem;
  font-size: 0.9375rem;
}
.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__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: 45rem) {
  .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);
}
.article.native .company__content__and__articles .company__info__logo {
  width: 25%;
  float: left;
  min-width: 100px;
  margin-right: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 45rem) {
  .article.native .company__content__and__articles .company__info__logo {
    margin-right: 1.5rem;
  }
}
.article.native .company__content__and__articles .company__info__description {
  width: 100%;
}
@media (min-width: 45rem) {
  .article.native .company__content__and__articles .company__info__description {
    float: left;
    width: 70%;
  }
}
.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: 45rem) {
  .article.native .article__footer {
    margin-bottom: 2rem;
  }
}

/* Native Article Serie */
.article.native .company__article-series .glide {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  width: 100vw;
}
@media (min-width: 34rem) {
  .article.native .company__article-series .glide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.article.native .company__article-series .glide .teaser {
  height: 295px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 34rem) {
  .article.native .company__article-series .glide .teaser {
    height: 310px;
  }
}
@media (min-width: 45rem) {
  .article.native .company__article-series .glide .teaser {
    height: 385px;
  }
}
@media (min-width: 45rem) {
  .article.native .company__article-series .glide .teaser .teaser__body__heading {
    font-size: 1.5rem;
  }
}
.article.native .company__article-series .glide .glide--horizontal .glide__bullets {
  bottom: 6%;
}
.article.native .company__article-series .glide .glide__bullet {
  background: #999;
}
.article.native .company__article-series .glide .glide__bullets > *.active {
  background-color: #373a3c;
  border: 2px solid #373a3c;
}

/* 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 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 1.25rem;
  /* Teaser Headlines */
  /* Full Width Teaser */
  /* Teaser With Image To The Left */
  /* Headline Label */
  /* Headline Label END */
}
@media (min-width: 45rem) {
  .teaser {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 65rem) {
  .teaser {
    margin-bottom: 2rem;
  }
}
.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__body {
  margin: 0 auto;
  line-height: 1.4;
}
@media (min-width: 45rem) {
  .teaser__body {
    font-size: 1.188rem;
    font-weight: 300;
  }
}
@media (min-width: 45rem) {
  .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;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (min-width: 45rem) {
  .teaser__body__text__meta__time {
    font-size: 0.875rem;
  }
}
.teaser__body__text__meta__time .icon {
  fill: rgba(0, 0, 0, 0.4);
  width: 11px;
  height: 11px;
  position: relative;
  top: -2px;
}
@media (min-width: 45rem) {
  .teaser__body__text__meta__time .icon {
    width: 12px;
    height: 12px;
    top: -1px;
  }
}
.teaser__body__heading {
  line-height: 1.2;
  text-rendering: optimizeSpeed;
}
.unit__5050 .teaser__body__heading {
  font-size: 1.1rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
@media (min-width: 34rem) {
  .unit__5050 .teaser__body__heading {
    font-size: 1.1rem;
  }
}
@media (min-width: 45rem) {
  .unit__5050 .teaser__body__heading {
    font-size: 1.5rem;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }
}
@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: 45rem) {
  .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.7rem;
}
@media (min-width: 34rem) {
  .unit__333333:first-child .teaser__body__heading {
    font-size: 1.7rem;
  }
}
@media (min-width: 45rem) {
  .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: 75rem) {
  .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: 45rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
  }
}
@media (min-width: 65rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
    word-break: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }
}
@media (min-width: 75rem) {
  .unit__25252525 .teaser__body__heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 45rem) {
  .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;
}
@media (min-width: 45rem) {
  .unit__25252525 .teaser .teaser__image {
    padding-right: 0;
  }
}
.unit__25252525 .teaser .teaser__image {
  margin: 0;
}
@media (min-width: 45rem) {
  .unit__25252525 .teaser .teaser__image {
    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: 45rem) {
  .unit__25252525 .teaser .teaser__body .teaser__body__text {
    max-height: 5.3em;
  }
}
@media (min-width: 45rem) {
  .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;
}
.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: 45rem) {
  .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: 45rem) {
  .teaser-full .teaser__body__text {
    font-size: 1.188rem;
    max-width: none;
  }
}
@media (min-width: 45rem) {
  .teaser-full .teaser__body__text__meta__time {
    font-size: 1rem;
  }
}
@media (min-width: 45rem) {
  .teaser-full .teaser__body__text__meta__time .icon {
    width: auto;
    height: 12px;
    top: -2px;
  }
}
.teaser-low {
  display: block;
  padding: 0;
}
@media (min-width: 45rem) {
  .teaser-low {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: 75rem) {
  .teaser-low .teaser__body__heading {
    font-size: 2.688rem;
    letter-spacing: -0.0312rem;
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .teaser-low .teaser__body__text {
    font-size: 1rem;
  }
}
@media (min-width: 65rem) {
  .teaser-low .teaser__body__text {
    font-size: 1.188rem;
  }
}
.teaser__image__label {
  background-color: #9A1915;
  color: #FFF;
  text-transform: uppercase;
  z-index: 6;
  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: 45rem) {
  .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;
  right: -26px;
  border-bottom: 55px solid transparent;
  border-left: 27px solid #9A1915;
}
.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.4);
    -webkit-transform: scale(0.4);
  }
}
@media (min-width: 45rem) {
  .unit__5050 .teaser .teaser__image__label {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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.5);
    -webkit-transform: scale(0.5);
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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);
  }
}

/* News Package */
.news-package {
  position: relative;
}
.news-package + .news-package.package-plate {
  margin-top: 0.5rem;
}
.news-package.package-plate + .news-package.package-plate {
  margin-top: 1.75rem;
}
@media (min-width: 45rem) {
  .news-package.package-plate + .news-package.package-plate {
    margin-top: 2.5rem;
  }
}
.news-package.package-plate {
  background-color: #f3f3eb;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 48rem) {
  .news-package.package-plate {
    padding-top: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.news-package.package-plate .ellipsis:after {
  background: linear-gradient(to right, rgba(243, 243, 235, 0), #f3f3eb 50%, #f3f3eb);
}
.news-package.package-plate.extra .label-wrapper {
  margin-left: -1.25rem;
  width: calc(100% - -2.5rem);
}
@media (min-width: 45rem) {
  .news-package.package-plate.extra .label-wrapper {
    width: calc(100% - -3.5rem);
    margin-left: -1.75rem;
  }
}
.news-package.package-label {
  margin-top: 1.75rem;
}
@media (min-width: 45rem) {
  .news-package.package-label {
    margin-top: 2.25rem;
  }
}
.news-package .label-wrapper {
  position: absolute;
  top: -0.85rem;
  left: 1.7rem;
  margin: 0;
  z-index: 3;
  background-color: #9A1915;
}
@media (min-width: 48rem) {
  .news-package .label-wrapper {
    top: -1.25rem;
    left: 2.35rem;
  }
}
.news-package .label-wrapper:hover, .news-package .label-wrapper:focus {
  background-color: #9A1915;
}
.news-package .label-wrapper.free-typed {
  background-color: #2a5db0;
}
.news-package.extra {
  padding-top: 0;
}
.news-package.extra .label-wrapper {
  background: #000;
  transform: none;
  -webkit-transform: none;
  float: none;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 0.25rem;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  transform: skew(0deg);
  -o-transform: skew(0deg);
}
.news-package.extra .label-wrapper span {
  font-size: 6rem;
  -ms-transform: scale(1, 0.2) skewX(-12deg);
  /* IE 9 */
  -webkit-transform: scale(1, 0.2) skewX(-12deg);
  /* Safari */
  transform: scale(1, 0.2) skewX(-12deg);
  line-height: 1rem;
  margin-left: -0.15rem;
  letter-spacing: -3px;
  padding: 0.15rem 0;
}
@media (min-width: 375px) {
  .news-package.extra .label-wrapper span {
    font-size: 6.7em;
  }
}
@media (min-width: 414px) {
  .news-package.extra .label-wrapper span {
    font-size: 7em;
  }
}
@media (min-width: 34rem) {
  .news-package.extra .label-wrapper span {
    font-size: 9.6rem;
    padding: 0.35rem 0;
  }
}
@media (min-width: 45rem) {
  .news-package.extra .label-wrapper span {
    font-size: 8.6rem;
  }
}
@media (min-width: 48rem) {
  .news-package.extra .label-wrapper span {
    font-size: 11.9rem;
  }
}
@media (min-width: 65rem) {
  .news-package.extra .label-wrapper span {
    -ms-transform: scale(1, 0.12) skewX(-12deg);
    /* IE 9 */
    -webkit-transform: scale(1, 0.12) skewX(-12deg);
    /* Safari */
    transform: scale(1, 0.12) skewX(-12deg);
    font-size: 17.2rem;
    letter-spacing: -10px;
    padding: 0.55rem 0;
  }
}

.carousel-element {
  margin-bottom: 2.75rem;
  padding-left: 0;
  padding-right: 0;
  /* Artikel-snurra */
  /* Krönikor-snurra */
}
@media (min-width: 34rem) {
  .carousel-element {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 45rem) {
  .carousel-element {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 45rem) {
  .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 #005a9a;
  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 .icon {
  fill: #FFF;
}
.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 .carousel-element__teasers {
  background-color: #f3f3eb;
  padding-top: 1.5rem;
  position: relative;
}
.carousel-element.chronicle .carousel-element__teasers .teaser {
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 45rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link {
  display: flex;
}
.carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__image {
  position: static;
  z-index: 2;
  margin: 0;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%;
}
.carousel-element.chronicle .carousel-element__teasers .teaser .teaser__link .teaser__body {
  margin-left: 3%;
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  max-width: 65%;
  align-self: flex-start;
}
.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;
  color: #000;
  margin-top: 8%;
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 45rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 65rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__heading {
    margin-top: 10%;
    font-size: 1.9rem;
  }
}
.carousel-element.chronicle .carousel-element__teasers .teaser__body__byline {
  background-color: #005a9a;
  font-size: 0.6875rem;
  padding: 0.3rem 1rem 0.25rem 4rem;
  color: #FFF;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  bottom: 10%;
  margin-left: -4rem;
  z-index: 1;
  align-self: flex-end;
}
@media (min-width: 34rem) {
  .carousel-element.chronicle .carousel-element__teasers .teaser__body__byline {
    font-size: 0.875rem;
  }
}
@media (min-width: 45rem) {
  .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;
}

.strossle {
  margin-top: 1.25rem;
  background-color: transparent;
}
@media (min-width: 45rem) {
  .strossle {
    margin-top: 2rem;
  }
}
.strossle.container {
  padding: 0 !important;
}
@media (min-width: 65rem) {
  .strossle.container {
    max-width: 980px;
  }
}
.strossle .spklw-widget {
  margin-top: 1.25rem !important;
  position: relative !important;
  background: #FFF !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;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: #005a9a !important;
}
@media (min-width: 45rem) {
  .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;
}
@media (min-width: 45rem) {
  .strossle .spklw-post {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 75rem) {
  .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: 45rem) {
  .strossle .spklw-load-more.spklw-prev:before,
  .strossle .spklw-load-more.spklw-next:before {
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
}
.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: 45rem) {
  .strossle .spklw-load-more.spklw-prev {
    left: -17px !important;
    top: 40% !important;
    width: 50px !important;
    height: 50px !important;
  }
}
@media (min-width: 75rem) {
  .strossle .spklw-load-more.spklw-prev {
    left: -65px !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: 45rem) {
  .strossle .spklw-load-more.spklw-next {
    right: -17px !important;
    top: 40% !important;
    width: 50px !important;
    height: 50px !important;
  }
}
@media (min-width: 75rem) {
  .strossle .spklw-load-more.spklw-next {
    right: -65px !important;
  }
}
.strossle .spklw-post-title {
  font-weight: 900 !important;
}
.strossle .spklw-post-content {
  display: none;
}
@media (min-width: 45rem) {
  .strossle .spklw-post-content {
    line-height: 1.4rem !important;
    display: block;
  }
}

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

.native .spklw-widget .spklw-swiper-container {
  margin: 0;
}

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

.unit__25252525 .native .spklw-widget .spklw-post-image {
  width: calc(29% - 1rem);
  height: 100% !important;
  max-height: 130px;
  min-height: 77px;
  float: left;
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-image {
    height: 130px !important;
  }
}
@media (min-width: 45rem) {
  .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: 163px !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 0 0 1rem;
  font-size: 1.16rem;
}
@media (min-width: 34rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-title {
    padding: 0.5rem 1rem 0 1rem;
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .unit__25252525 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
  }
}

.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: 163px !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;
}
@media (min-width: 45rem) {
  .unit__333333 .native .spklw-widget .spklw-post-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 65rem) {
  .unit__333333 .native .spklw-widget .spklw-post-title {
    font-size: 1.35rem;
  }
}

.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.5rem 0.25rem;
  line-height: 1.2;
  clear: both;
}
@media (min-width: 34rem) {
  .unit__5050 .native .spklw-widget .spklw-post-title {
    padding: 0.5rem;
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .unit__5050 .native .spklw-widget .spklw-post-content {
    line-height: 1.4;
  }
}

.unit__25252525 .native .spklw-widget .spklw-post-content {
  height: 65px !important;
  overflow: hidden !important;
}

.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;
  overflow: hidden;
  float: none;
  display: block;
  height: 65px;
  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: 45rem) {
  .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;
}

.beta-exit {
  z-index: 2000;
  bottom: 0px;
  margin-top: -75px;
  position: fixed;
  right: 15px;
  width: 30px;
}
@media (min-width: 45rem) {
  .beta-exit {
    width: auto;
    right: 0px;
    top: 51%;
  }
}

.beta-logo {
  position: absolute;
  z-index: 10002;
  top: -12px;
  left: -33px;
}
@media (min-width: 45rem) {
  .beta-logo {
    top: -15px;
    left: -52px;
  }
}
.beta-logo__triangel {
  background-color: #1D2E55;
  display: block;
  padding: 20px 0 0 0;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  color: #FFF;
  width: 100px;
}
@media (min-width: 45rem) {
  .beta-logo__triangel {
    height: 56px;
    width: 150px;
    font-size: 1.4rem;
  }
}

.beta-tyck-till {
  z-index: 2000;
  right: 55px;
  bottom: 0px;
  margin-top: -75px;
  position: fixed;
  padding: 0.25rem 0;
  background-color: #1D2E55;
  text-align: center;
  width: 80px;
  height: 30px;
}
@media (min-width: 45rem) {
  .beta-tyck-till {
    right: 0px;
    top: 50%;
    width: 150px;
    height: 50px;
    padding: 0.5rem 0;
    transform-origin: top right;
    -webkit-transform-origin: top right;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
.beta-tyck-till__text {
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (min-width: 45rem) {
  .beta-tyck-till__text {
    font-size: 1.5rem;
  }
}

.beta-sign {
  position: fixed;
  top: 10%;
  z-index: 1999999;
  background-color: #1D2E55;
  width: 100%;
  padding: 2.5rem 0;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 45rem) {
  .beta-sign {
    top: 25%;
  }
}
.beta-sign__close {
  float: right;
  margin-left: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  background: none;
  border: none;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  top: 5px;
  right: -20px;
  position: absolute;
}
@media (min-width: 45rem) {
  .beta-sign__close {
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
  }
}
.beta-sign__headline {
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 0 2rem;
}
.beta-sign__text {
  color: #FFF;
  max-width: 700px;
  padding: 0 2rem;
  text-align: center;
  font-size: 1rem;
  margin: 1rem auto 0;
}
@media (min-width: 45rem) {
  .beta-sign__text {
    font-size: 1.2rem;
  }
}
.beta-sign__group {
  text-align: center;
  margin: 2.25rem auto 0.5rem auto;
}
@media (min-width: 45rem) {
  .beta-sign__group {
    max-width: 500px;
  }
}
.beta-sign__group__btn {
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  max-width: 300px;
  border: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.75rem 1rem;
  text-decoration: none;
  margin-right: 0.5rem;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 45rem) {
  .beta-sign__group__btn {
    padding: 1rem 1.5rem;
    margin-right: 1rem;
  }
}
.beta-sign__group__btn:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #1D2E55;
}
.beta-sign__group__btn:first-child {
  margin-bottom: 1rem;
}
@media (min-width: 45rem) {
  .beta-sign__group__btn:first-child {
    margin-bottom: 0;
  }
}
.beta-sign__group form {
  display: inline-block;
  margin-bottom: 1rem;
}
@media (min-width: 34rem) {
  .beta-sign__group form {
    margin-bottom: 0;
  }
}
.beta-sign__group form input {
  width: 213px;
}
@media (min-width: 45rem) {
  .beta-sign__group form input {
    width: auto;
  }
}

.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: 45rem) {
  .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;
}

.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: #005a9a;
  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: 45rem) {
  .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 #005a9a;
  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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .teaser-list {
    padding: 0 1.875rem;
  }
}
@media (min-width: 65rem) {
  .teaser-list {
    padding: 0 0 1.563rem;
  }
}
.teaser-list__title {
  background-color: #005a9a;
  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;
  right: -1.0rem;
  width: 0;
  height: 0;
  border-bottom: 1.82rem solid transparent;
  border-left: 1.033rem solid #005a9a;
}
.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: 45rem) {
  .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: #00497C;
  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: 45rem) {
  .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.45rem;
    margin-right: 0;
  }
}
.latest-news__title.label-wrapper {
  margin: 0 0.6rem -0.75rem 1.65rem;
}
@media (min-width: 45rem) {
  .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.45rem;
    border-radius: 0;
    transform: none;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper:hover, .latest-news__title.label-wrapper:focus {
    text-decoration: none;
    background: #005a9a;
  }
}
@media (min-width: 1250px) {
  .latest-news__title.label-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 0.75rem solid #005a9a;
    right: -0.75rem;
    border-radius: 0 2px 0 1px;
  }
}
@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: 45rem) {
  .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;
  overflow: hidden;
  position: static;
}
@media (min-width: 45rem) {
  .latest-news__items .glide {
    padding: 0 50% 0 0;
  }
}
@media (min-width: 1250px) {
  .latest-news__items .glide {
    overflow: visible;
    padding: 0;
  }
}
.latest-news__items .glide__wrapper {
  overflow: visible;
  max-width: 85%;
}
@media (min-width: 45rem) {
  .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: #f3f3eb;
}
@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: #005a9a;
}
@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: #005a9a;
  padding: 0.15rem 0.25rem 0.10rem 1rem;
  border-radius: 0 0 0 1px;
  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: 0;
  border-bottom: 25px solid transparent;
  border-left: 0.75rem solid #005a9a;
  right: -0.75rem;
  border-radius: 0 2px 0 1px;
}
.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 #005a9a, 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: 45rem) {
  .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 */
}
.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: #00365D;
}
@media (min-width: 45rem) {
  .plate .glide {
    padding: 0 33% 0 0;
  }
}
@media (min-width: 65rem) {
  .plate .glide {
    padding: 0;
  }
}
@media (min-width: 45rem) {
  .plate .glide .glide__wrapper {
    max-width: 740px;
    margin: 0 auto;
    overflow: visible;
  }
}
@media (min-width: 65rem) {
  .plate .glide .glide__wrapper {
    max-width: 1280px;
    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: 45rem) {
  .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: #005a9a;
  border-radius: 0px 2px 0 0;
}
.plate__title:hover {
  background-color: #005a9a;
}
.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: 75rem) {
  .plate__teaser {
    padding-right: 0.25rem;
  }
}
@media (min-width: 75rem) {
  .plate__teaser:last-child {
    padding-right: 0;
  }
}
.plate__teaser__link {
  margin: 0;
  color: #FFF;
}
@media (min-width: 45rem) {
  .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: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  margin-right: 3.5%;
  margin-bottom: 0;
}
@media (min-width: 34rem) {
  .plate__teaser .teaser__image {
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    max-width: 14%;
  }
}
@media (min-width: 65rem) {
  .plate__teaser .teaser__image {
    -webkit-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
  }
}
.plate__teaser .teaser__image .no__image {
  background-color: #00497C;
}
.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: 72%;
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    max-width: 72%;
  }
}
.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;
  }
}
@media (min-width: 75rem) {
  .plate__teaser__text__headline {
    font-size: 1.1rem;
    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: 45rem) {
  .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: 4.25rem;
  }
}
.plate__teaser__number span {
  align-self: center;
}

/* Article line */
.bd-main-article article.article {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: -1px;
}

.article {
  overflow: hidden;
  /* Article Container */
  /* Top element */
  /* Tips Label Article */
  /* Article Reviews */
  /* Article Meta: Author, Pub-date, Update-date, Location, Category */
  /* Article Text (Rich-Text) */
  /* Figurecaption */
  /* Article Footer */
  /* Article Extras */
}
.article .article__meta.container, .article .article__body.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container, .article .company__content__and__articles.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 45rem) {
  .article .article__meta.container, .article .article__body.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container, .article .company__content__and__articles.container {
    max-width: 700px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .article .article__meta.container, .article .article__body.container, .article .article__review.container, .article .article__head .article__figure__caption.container, .article .article__body__facts.container, .article .article__footer__tags.container, .article .article__footer__byline.container, .article .company__content__and__articles.container {
    max-width: 700px !important;
  }
}
.article .article__head__heading.container, .article .article__head__preamble.container, .article .tips__label {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 45rem) {
  .article .article__head__heading.container, .article .article__head__preamble.container, .article .tips__label {
    max-width: 720px !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 65rem) {
  .article .article__head__heading.container, .article .article__head__preamble.container, .article .tips__label {
    max-width: 980px !important;
  }
}
.article__head {
  width: 100%;
  overflow: hidden;
  /* Article Image Top */
  /* Image Gallery Top */
  /* Article Headline */
  /* Article Category */
  /* Article Lead */
}
.article__head__image {
  margin-bottom: 1.25rem;
}
@media (min-width: 45rem) {
  .article__head__image {
    margin-bottom: 2rem;
  }
}
.article__head__image figcaption {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 45rem) {
  .article__head__image figcaption {
    margin-bottom: 2rem !important;
  }
}
.article__head__image figcaption p:last-child {
  margin-bottom: 0;
}
@media (min-width: 65rem) {
  .article__head__image--fullwidth {
    max-height: 600px;
    width: auto;
    overflow: hidden;
    background: #000;
  }
}
@media (min-width: 1281px) {
  .article__head__image--fullwidth {
    max-height: 625px;
  }
}
@media (min-width: 65rem) {
  .article__head__image--fullwidth .img-container {
    max-width: 1440px;
    margin: -3.5% auto 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;
  }
}
.article__head .article__gallery {
  margin-bottom: 1.25rem;
}
@media (min-width: 45rem) {
  .article__head .article__gallery {
    margin-bottom: 2rem;
  }
}
@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);
  }
}
@media (min-width: 65rem) {
  .article__head .article__gallery .fotorama .fotorama__wrap {
    max-width: 1440px !important;
    margin: 0 auto;
  }
}
.article__head .article__gallery .caption {
  padding-left: 1.25rem;
  min-height: 15px;
}
@media (min-width: 45rem) {
  .article__head .article__gallery .caption {
    text-align: center;
    padding-left: 21%;
  }
}
.article__head .article__gallery .image-count {
  padding-right: 1.25rem;
}
@media (min-width: 45rem) {
  .article__head .article__gallery .image-count {
    font-size: 2rem;
  }
}
.article__head__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: 45rem) {
  .article__head__heading {
    font-size: 3.625rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    max-width: 700px;
    padding-bottom: 1rem;
  }
}
@media (min-width: 65rem) {
  .article__head__heading {
    padding-bottom: 1rem;
    letter-spacing: -0.0625rem;
  }
}
.article__head__image + .article__head__heading:before {
  margin-top: 0;
}
.article__head__heading {
  margin-top: 1.25rem;
}
@media (min-width: 45rem) {
  .article__head__heading {
    margin-top: 2.5rem;
  }
}
.article__head__category {
  font-size: .875rem;
  line-height: .875rem;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  background-color: #005a9a;
  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: 45rem) {
  .article__head__category {
    top: -5px;
    height: 24px;
    padding: .30rem .25rem .25rem .5rem;
  }
}
.article__head__category:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 20px;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #005a9a;
  right: -10px;
  border-radius: 0 2px 0 1px;
}
@media (min-width: 45rem) {
  .article__head__category:after {
    height: 24px;
    border-bottom: 24px solid transparent;
    border-left: 12px solid #005a9a;
    right: -12px;
  }
}
.article__head__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: 45rem) {
  .article__head__preamble {
    font-size: 1.75rem;
    line-height: 2.3rem;
  }
}
@media (min-width: 65rem) {
  .article__head__preamble {
    letter-spacing: -0.02em;
  }
}
.article .tips__label {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.4;
}
.article__review__content {
  width: 100%;
  border: 1px solid #00497C;
  padding: 1.25rem 1.25rem 0 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 2px;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: auto;
  position: relative;
  top: -1px;
}
.article__meta__author {
  float: left;
  width: 65%;
}
@media (min-width: 45rem) {
  .article__meta__author {
    width: 79%;
  }
}
.article__meta__author-entitie {
  display: block;
  clear: left;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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 {
  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 {
  content: ',';
  display: inline-block;
  font-weight: bold;
  margin-left: -0.2rem;
  color: #373a3c;
}
.article__meta__author-entitie:last-child::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__role, .article__meta__author-entitie:first-child:nth-last-child(3) ~ .article__meta__author-entitie .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(4) .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(4) ~ .article__meta__author-entitie .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(5) .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(5) ~ .article__meta__author-entitie .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(6) .article__meta__author__role, .article__meta__author-entitie:first-child:nth-last-child(6) ~ .article__meta__author-entitie .article__meta__author__role {
  display: none;
}
.article__meta__author__name {
  color: #373a3c;
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 20rem) {
  .article__meta__author__name {
    font-size: 1rem;
  }
}
.article__meta__author__name a {
  color: #373a3c;
}
.article__meta__author__name a:hover {
  color: #00497C;
  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 {
  /* Quotes */
  /* Subheadline */
  /* Article Pictures */
  /* Image Gallery */
  /* Embed Youtube, Vimeo, Twitter etc */
  /* Facts */
}
@media (min-width: 45rem) {
  .article__body {
    font-size: 1.188rem;
    font-weight: 300;
    color: #000;
  }
}
.article__body > p, .article__body > ol, .article__body > ul {
  margin-bottom: 1.2rem;
}
@media (min-width: 45rem) {
  .article__body > p, .article__body > ol, .article__body > ul {
    margin-bottom: 1.5rem;
  }
}
.article__body > p a, .article__body > ol a, .article__body > ul a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a5db0;
  text-decoration: none;
}
.article__body > p a:hover, .article__body > ol a:hover, .article__body > ul a:hover {
  border-bottom: 1px solid #2a5db0;
}
.article__body > p + ul, .article__body > p + ol {
  margin-top: -1rem;
}
.article__body > p:last-child, .article__body > ol:last-child, .article__body > ul:last-child {
  margin-bottom: 0;
}
.article__body blockquote {
  padding: 0 1rem;
  border-left: 0.25rem solid #00497C;
  margin: 0 0 1.5rem 0;
  text-align: left;
}
.article__body blockquote.pull-right {
  border-right: none;
}
@media (min-width: 45rem) {
  .article__body blockquote.pull-right {
    text-align: left;
    border-left: 0.25rem solid #00497C;
    border-right: none;
    width: 34%;
    margin: 0.3rem 0 1rem 1.5rem;
    padding: 0 0 0 1rem;
  }
}
@media (min-width: 65rem) {
  .article__body blockquote.pull-right {
    margin: 0.3rem -16% 1.5rem 2rem;
  }
}
@media (min-width: 45rem) {
  .article__body blockquote.pull-left {
    border-right: 0.25rem solid #00497C;
    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 blockquote.pull-left {
    margin: 0.3rem 2rem 1.5rem -16%;
  }
}
.article__body blockquote p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
.article__body blockquote em {
  display: block;
  line-height: 1.5;
  color: #7f7f7f;
  font-style: normal;
  font-weight: 300;
  font-size: 1.188rem;
}
.article__body > h2 {
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif, "Arial Black";
  clear: left;
  margin-bottom: 0.25rem;
}
@media (min-width: 45rem) {
  .article__body > h2 {
    font-size: 1.375rem;
  }
}
.article__body figure.image, .article__body > div, .article__body .gallery-widget {
  margin-bottom: 1.2rem;
  clear: both;
}
@media (min-width: 45rem) {
  .article__body figure.image, .article__body > div, .article__body .gallery-widget {
    margin-bottom: 1.5rem;
  }
}
.article__body figure.image.pull-left, .article__body > div.pull-left, .article__body .gallery-widget.pull-left {
  width: 40%;
  margin: 0.4rem 1.4rem 0.5rem 0;
}
@media (min-width: 34rem) {
  .article__body figure.image.pull-left, .article__body > div.pull-left, .article__body .gallery-widget.pull-left {
    margin: 0.4rem 1.5rem 0.5rem 0;
    width: 34%;
  }
}
@media (min-width: 65rem) {
  .article__body figure.image.pull-left, .article__body > div.pull-left, .article__body .gallery-widget.pull-left {
    margin: 0.4rem 2rem 0.5rem -20%;
  }
}
.article__body figure.image.pull-right, .article__body > div.pull-right, .article__body .gallery-widget.pull-right {
  width: 40%;
  margin: 0.4rem 0 0.5rem 1.4rem;
}
@media (min-width: 34rem) {
  .article__body figure.image.pull-right, .article__body > div.pull-right, .article__body .gallery-widget.pull-right {
    width: 34%;
    margin: 0.4rem 0 0.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body figure.image.pull-right, .article__body > div.pull-right, .article__body .gallery-widget.pull-right {
    margin: 0.4rem -20% 0.5rem 2rem;
  }
}
.article__body .gallery-widget .caption {
  margin-bottom: -0.625rem;
}
@media (min-width: 65rem) {
  .article__body .gallery-widget .caption {
    margin-bottom: -1.8rem;
  }
}
.article__body .pull-left.gallery-widget {
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 45rem) {
  .article__body .pull-left.gallery-widget {
    width: 49%;
    margin: 0.4rem 1.5rem 1.5rem 0;
    float: left;
  }
}
@media (min-width: 65rem) {
  .article__body .pull-left.gallery-widget {
    width: 65%;
    margin: 0.4rem 2rem 1.5rem -20%;
  }
}
.article__body .pull-right.gallery-widget {
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 45rem) {
  .article__body .pull-right.gallery-widget {
    width: 49%;
    margin: 0.4rem 0 1.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body .pull-right.gallery-widget {
    width: 65%;
    margin: 0.4rem -20% 1.5rem 2rem;
  }
}
.article__body div[data-oembed-url] {
  clear: both;
  width: 100%;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 45rem) {
  .article__body div[data-oembed-url] {
    margin: 1.5rem 0 1.5rem 0;
    clear: both;
  }
}
.article__body div[data-oembed-url].pull-left {
  width: 100%;
  float: none;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 45rem) {
  .article__body div[data-oembed-url].pull-left {
    float: left;
    width: 49%;
    margin: 0.4rem 1.5rem 0.5rem 0;
  }
}
@media (min-width: 65rem) {
  .article__body div[data-oembed-url].pull-left {
    width: 65%;
    margin: 0.4rem 2rem 0.5rem -20%;
  }
}
.article__body div[data-oembed-url].pull-right {
  width: 100%;
  float: none;
  margin: 0 0 1.2rem 0;
}
@media (min-width: 45rem) {
  .article__body div[data-oembed-url].pull-right {
    float: right;
    width: 49%;
    margin: 0.4rem 0 0.5rem 1.5rem;
  }
}
@media (min-width: 65rem) {
  .article__body div[data-oembed-url].pull-right {
    width: 65%;
    margin: 0.4rem -20% 0.5rem 2rem;
  }
}
.article__body div[data-oembed-url] iframe {
  margin: 0 auto !important;
}
.article__body div[data-oembed-url] iframe.instagram-media {
  max-width: 700px !important;
}
.article__body .shootitlive-embed {
  margin: 0;
}
.article__body__facts {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}
.article__body__facts__content {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #00497C;
}
.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 figcaption {
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 300;
  color: #7f7f7f;
  margin-top: 0.625rem;
  text-align: center;
}
@media (min-width: 45rem) {
  .article figcaption {
    margin-bottom: 1.4rem;
  }
}
.article figcaption a {
  text-decoration: underline;
  color: #7f7f7f;
}
.article figcaption .byline {
  display: none;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .article__footer {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.article__footer__tags {
  clear: both;
}
.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: #999;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0.3125rem 0.625rem;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none;
}
.article__footer__tags :hover {
  background: #2a5db0;
  color: #FFF;
}
.article__footer__byline {
  margin-top: 0.5rem;
}
.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: #00497C;
  border: 1px solid #00497C;
  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: 45rem) {
  .article__extras__comments .fb-comments {
    margin: 1rem 0 2rem 0;
  }
}
.article__extras__series {
  background: #f2f2f2;
  padding-bottom: 1.5rem;
  padding: 2rem 1.25rem 1.25rem 1.25rem;
}
.article__extras__series .container {
  background: #FFF;
  padding-left: 1.25rem;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  max-width: 980px;
}
@media (min-width: 45rem) {
  .article__extras__series .container {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 65rem) {
  .article__extras__series .row {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}
@media (min-width: 45rem) {
  .article__extras__series .teaser {
    margin-bottom: 1.5rem;
  }
}
.article__extras__series__title {
  text-align: center;
  float: none;
  margin-top: -2.25rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #2a5db0;
  padding: 0.75rem !important;
  background: #FFF;
  text-decoration: none;
}

/* Fix space for nav in article */
@media (min-width: 65rem) {
  .bd-main-article .bd-page {
    margin-top: 34px;
  }
}
.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;
  font-size: 0.875rem;
  color: #7f7f7f;
  font-weight: 300;
}
.article__gallery .image-count {
  display: inline-block;
  float: right;
  margin-top: 0.625rem;
  margin-bottom: -1rem;
  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: #00497C;
}

.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.6);
  padding: 10px 20px;
  color: #FFF;
}

.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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: #00497C;
  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: 45rem) {
  .byline .unit__5050 .byline__entitie__role, .byline .unit__5050 .byline__entitie__telephone {
    line-height: 1.5;
  }
}
@media (min-width: 45rem) {
  .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;
}
.bottom-bar--sharing {
  width: calc(100% - 95px);
  border: none;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .bottom-bar--sharing .readthislist__btn > .readthislist__progress {
    width: 100%;
  }
}

.share {
  /* Sharing mobile */
  /* Sharing desktop */
}
.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: 45rem) {
  .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__email {
  background-color: #999;
}
.share-fixed-mobile__nav p {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #999;
}
.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__content {
  margin: 0 1.25rem;
  text-align: center;
}
.share-fixed-desktop__share {
  display: inline-block;
  list-style-type: none;
  float: right;
  padding: 0;
}
@media (min-width: 45rem) {
  .share-fixed-desktop__share {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 65rem) {
  .share-fixed-desktop__share {
    float: none;
  }
}
.share-fixed-desktop__share li {
  float: left;
  display: inline-block;
  margin-right: 7px;
  text-align: center;
}
.share-fixed-desktop__share li:last-child {
  margin-right: 0;
}
.share-fixed-desktop__share li .icon {
  fill: #FFF;
  vertical-align: bottom;
  width: 25px;
  height: 26px;
  position: relative;
  top: 5px;
  display: inline-block;
}
.share-fixed-desktop__share li .icon__facebook {
  float: left;
  margin-left: 0.4rem;
  margin-right: -0.2rem;
  width: 24px;
  top: 5px;
}
.share-fixed-desktop__share li a {
  display: inline-block;
  height: 35px;
  margin-top: 7px;
  min-width: 50px;
  float: left;
  border-radius: 3px;
  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__mail {
  background-color: #999;
}
.share-fixed-desktop__share__count {
  font-weight: 900;
  font-size: 1.7rem;
  margin-top: 5px;
  margin-bottom: -4px;
  margin-left: 6px;
  display: block;
  letter-spacing: 0px;
  float: left;
  line-height: 1.1;
  width: 58px;
}
.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: 45rem) {
  .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: 45rem) {
  .readthislist__btn {
    background: transparent;
    margin-left: 0;
    padding: 0.65rem 0 0 0;
    height: 52px;
    max-width: 290px;
  }
}
@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);
}
@media (min-width: 75rem) {
  .readthislist__btn .article-link-container .readthislist__headline:after {
    display: none;
  }
}
.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: #00497C;
}
.readthislist__btn > .readthislist__progress::-moz-progress-bar {
  background-color: #00497C;
}
@media (min-width: 45rem) {
  .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: 45rem) and (min-width: 45rem) {
  .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: 45rem) {
  .readthislist .list-switch .switch:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.06);
  }
  .readthislist .list-switch.open .switch {
    background: #00497C;
    fill: #FFF;
  }
}
@media (min-width: 45rem) and (min-width: 45rem) {
  .readthislist .list-switch.open .switch {
    border-right: 1px solid #00497C;
    border-left: 1px solid #00497C;
  }
}

.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: 45rem) {
  .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: 45rem) {
  .readthislist__nav .readthislist__nav__contents {
    max-height: 506px;
  }
}
.readthislist__nav h4 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.35rem 0.75rem 0.25rem 0.5rem;
  height: auto;
  font-weight: 900;
  background: #00497C;
  color: #FFF;
  float: left;
  overflow: visible;
  min-width: inherit;
  text-transform: uppercase;
  position: relative;
  border-left: 0.5rem solid #00497C;
}
.readthislist__nav h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -1rem;
  width: 0;
  height: 0;
  border-bottom: 1.85rem solid transparent;
  border-left: 1.033rem solid #00497C;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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 #00497C;
  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: 45rem) {
  .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: 45rem) {
  .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: 75rem) {
  .readthislist__item__headline, .readthislist__headline {
    max-width: 500px;
  }
}
.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: 45rem) {
  .readthislist__item__byline, .readthislist__byline, .readthislist__item__sharecount {
    font-size: 0.75rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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;
  background: #FFF;
  border: 0.5rem solid #FFF;
  fill: #999;
  float: right;
  display: block;
  text-align: center;
  vertical-align: baseline;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .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: 45rem) {
  .search__results .teaser__body {
    padding-bottom: 0;
  }
}
.search__results .teaser__body__heading {
  font-size: 1.2rem;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .search__facets {
    margin-bottom: 1.25rem;
  }
}
.search__facets ul {
  min-width: 49%;
  display: inline-block;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 45rem) {
  .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;
}

.tips.container .row {
  display: block;
}
@media (min-width: 45rem) {
  .tips.container .row {
    display: flex;
  }
}
.tips.container .row .unit__5050 {
  max-width: none;
}
@media (min-width: 45rem) {
  .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: 45rem) {
  .tips.container .row .tipsa__form {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.stampenCookieContainer {
  background: #00497C;
  color: #FFF;
}
.stampenCookieContainer .stampenInformationMessage {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stampenCookieContainer .stampenInformationMessage p {
  line-height: 1.4;
  margin-bottom: 0.75rem;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage p {
    display: inline;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage p {
    line-height: 2.2;
  }
}
.stampenCookieContainer .stampenInformationMessage a {
  display: block;
  float: left;
  color: lightblue;
  width: 57.5%;
  clear: left;
  line-height: 1.4;
  margin-top: -0.25rem;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage a {
    margin-left: 3.3rem;
  }
}
@media (min-width: 48rem) {
  .stampenCookieContainer .stampenInformationMessage a {
    display: inline-block;
    margin-left: 0;
    float: none;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage a {
    display: inline;
  }
}
.stampenCookieContainer .stampenInformationMessage .stampenIcon {
  float: left;
  line-height: 1;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
  margin-bottom: 1.7rem;
  font-size: 1.5rem;
  border-radius: 50%;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage .stampenIcon {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    margin-top: 0.35rem;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage .stampenIcon {
    margin-top: 0.35rem;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
  float: right;
}
@media (min-width: 34rem) {
  .stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
    margin-top: -1.25rem;
  }
}
@media (min-width: 65rem) {
  .stampenCookieContainer .stampenInformationMessage #stampenCookieForm {
    margin-top: 0;
  }
}
.stampenCookieContainer .stampenInformationMessage #stampenCookieForm .stampenButton {
  background: #000;
  margin-bottom: 0;
}
.stampenCookieContainer .stampenInformationMessage #stampenCookieForm .stampenButton:hover {
  background: #FFF;
  color: #000;
}

@media (min-width: 45rem) {
  .bd-main-article .stampenCookieContainer {
    position: fixed;
    top: 34px;
    z-index: 11;
    width: 100%;
  }
}

.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: 45rem) {
  .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: 45rem) {
  .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.gp.css.map */
