@charset "UTF-8";
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
@font-face {
  font-family: "Graphik";
  src: url("fonts/Graphik-Semibold-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Publico Headline";
  src: url("fonts/PublicoHeadline-Bold-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Publico Banner Ultra";
  src: url("fonts/PublicoBanner-Ultra-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("fonts/LibreBaskerville-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Frank Ruhr Libre";
  src: url("fonts/FrankRuhlLibre-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Frank Ruhr Libre";
  src: url("fonts/FrankRuhlLibre-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Dejavu";
  src: url("fonts/DejaVuSans.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?68116414");
  src: url("fonts/fontello.eot?68116414#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?68116414") format("woff2"), url("fonts/fontello.woff?68116414") format("woff"), url("fonts/fontello.ttf?68116414") format("truetype"), url("fonts/fontello.svg?68116414#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?68116414#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-x-twitter:before {
  content: "\e61b";
} /* '' */
.icon-magnifying-glass:before {
  content: "\f002";
} /* '' */
.icon-xmark:before {
  content: "\f00d";
} /* '' */
.icon-headphones:before {
  content: "\f025";
} /* '' */
.icon-image-gallery:before {
  content: "\f03e";
} /* '' */
.icon-play:before {
  content: "\f04b";
} /* '' */
.icon-chevron-left:before {
  content: "\f053";
} /* '' */
.icon-chevron-right:before {
  content: "\f054";
} /* '' */
.icon-arrow-up:before {
  content: "\f062";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-bars:before {
  content: "\f0c9";
} /* '' */
.icon-envelope:before {
  content: "\f0e0";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-gallery-open:before {
  content: "\f424";
} /* '' */
.icon-cart-shopping:before {
  content: "\e811";
} /* '' */
.icon-cd:before {
  content: "\e812";
} /* '' */
/* PAGE WIDTH */
/* COLORS */
/* FONTS */
/* BREAKPOINTS */
/* OVERWRITE BOOTSTRAP XXL GRID VARIABLE FOR IQD IMPLEMANTION */
@media (min-width: 1279px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
/* SPACING */
/* STICKY HEADER HEIGHT (MOBILE) */
.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
  visibility: visible !important;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.width-100 {
  width: 100% !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 1024px) {
  .line-clamp-4 {
    -webkit-line-clamp: 999;
  }
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1024px) {
  .line-clamp-3 {
    -webkit-line-clamp: 999;
  }
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 1024px) {
  .line-clamp-2 {
    -webkit-line-clamp: 9999;
  }
}

/*
This file is used to contain all base imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
.alignnone {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.75rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 0 1.75rem 1.25rem;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.75rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 0 1.75rem 1.25rem;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.75rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.75rem 1.25rem;
}

figure.alignright,
figure.alignleft,
figure.alignnone {
  width: 100% !important;
}

figure.alignright > img,
figure.alignleft > img,
figure.alignnone > img {
  width: 100% !important;
}

img.alignnone,
img.aligncenter {
  width: 100%;
}

img.alignright {
  margin-right: 1rem;
}

img.alignleft {
  margin-right: 1rem;
}

.typo-color-primary {
  color: #d71920;
}

.typo-color-black {
  color: #000;
}

.typo-color-white {
  color: #fff;
}

.typo-color-color-grey-lightest {
  color: #efefef;
}

.typo-color-color-grey-light {
  color: #999999;
}

.typo-color-grey {
  color: #757575;
}

.typo-color-grey-dark {
  color: #666666;
}

.typo-color-grey-darkest {
  color: #404040;
}

.background-color-primary {
  background: #d71920;
}

.background-color-black {
  background: #000;
}

.background-color-white {
  background: #fff;
}

.background-color-color-grey-lightest {
  background: #efefef;
}

.background-color-color-grey-light {
  background: #999999;
}

.background-color-grey {
  background: #757575;
}

.background-color-grey-dark {
  background: #666666;
}

.background-color-grey-darkest {
  background: #404040;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: -1;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 1.75rem 2.5rem;
}

footer {
  display: block;
}

header {
  display: block;
}

main {
  display: block;
}

menu {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

summary {
  display: block;
}

audio {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
  vertical-align: baseline;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

template {
  display: none;
}

a {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  color: #757575;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border: 0;
}

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

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

button {
  overflow: visible;
  text-transform: none;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select {
  text-transform: none;
}

html {
  font-size: 16px;
}
html input[type=button] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}

input[type=reset] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-decoration {
  appearance: none;
  -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 {
  padding: 0;
}

th {
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.asmb-section-headline {
  margin-top: -0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 992px) {
  .asmb-section-headline {
    padding-bottom: 0.5rem;
  }
}

.asmb-section-news .asmb-section-headline {
  margin-bottom: 1rem;
  border-bottom: 0px solid #000;
  margin-top: -0.25rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 1279px) {
  .asmb-section-news .asmb-section-headline {
    border-top: 6px solid #000;
    padding-top: 0.5rem;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .asmb-section-news .asmb-section-headline:before {
    border-top: 1px solid #000;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
  }
}

.asmb-category .asmb-page-headline,
.asmb-archive .asmb-page-headline,
.asmb-audio .asmb-page-headline,
.asmb-events .asmb-page-headline,
.asmb-video .asmb-page-headline {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid black;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .asmb-category .asmb-page-headline,
  .asmb-archive .asmb-page-headline,
  .asmb-audio .asmb-page-headline,
  .asmb-events .asmb-page-headline,
  .asmb-video .asmb-page-headline {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .asmb-category .asmb-page-headline span,
  .asmb-archive .asmb-page-headline span,
  .asmb-audio .asmb-page-headline span,
  .asmb-events .asmb-page-headline span,
  .asmb-video .asmb-page-headline span {
    display: none;
  }
}
.asmb-category .asmb-page-headline .asmb-category-headline-line-break,
.asmb-archive .asmb-page-headline .asmb-category-headline-line-break,
.asmb-audio .asmb-page-headline .asmb-category-headline-line-break,
.asmb-events .asmb-page-headline .asmb-category-headline-line-break,
.asmb-video .asmb-page-headline .asmb-category-headline-line-break {
  display: none;
}
@media (max-width: 768px) {
  .asmb-category .asmb-page-headline .asmb-category-headline-line-break,
  .asmb-archive .asmb-page-headline .asmb-category-headline-line-break,
  .asmb-audio .asmb-page-headline .asmb-category-headline-line-break,
  .asmb-events .asmb-page-headline .asmb-category-headline-line-break,
  .asmb-video .asmb-page-headline .asmb-category-headline-line-break {
    display: block;
  }
}

.headline-4xl {
  font-family: "Publico Headline", serif;
  font-size: 3.625rem;
  line-height: 130%;
}
@media (max-width: 768px) {
  .headline-4xl {
    font-size: 2.5rem;
  }
}
.headline-4xl:first-letter {
  text-transform: uppercase;
}

.headline-3xl {
  font-family: "Publico Headline", serif;
  font-size: 3rem;
  line-height: 130%;
}
@media (max-width: 768px) {
  .headline-3xl {
    font-size: 2.125rem;
  }
}

.headline-xxl {
  font-family: "Publico Headline", serif;
  font-size: 2.5rem;
  line-height: 130%;
}
@media (max-width: 768px) {
  .headline-xxl {
    font-size: 2rem;
  }
}

.headline-xl {
  font-size: 2rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-xl {
    font-size: 1.75rem;
  }
}
.headline-xl.asmb-section-headline {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .headline-xl.asmb-section-headline {
    font-size: 1.25rem;
  }
}

.headline-l {
  font-family: "Publico Headline", serif;
  font-size: 1.688rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-l {
    font-size: 1.25rem;
  }
}

.headline-ml {
  font-family: "Publico Headline", serif;
  font-size: 1.375rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-ml {
    font-size: 1.125rem;
  }
}

.headline-m {
  font-family: "Publico Headline", serif;
  font-size: 1.188rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-m {
    font-size: 1rem;
    line-height: 140%;
  }
}

@media (max-width: 576px) {
  .teaser-title .headline-m {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

.headline-sm, .qsm-quiz-container .mlw_qmn_question {
  font-family: "Publico Headline", serif;
  font-size: 1.063rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-sm, .qsm-quiz-container .mlw_qmn_question {
    font-size: 0.875rem;
    line-height: 140%;
  }
}

@media (max-width: 576px) {
  .teaser-title .headline-sm, .teaser-title .qsm-quiz-container .mlw_qmn_question, .qsm-quiz-container .teaser-title .mlw_qmn_question {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

.headline-s {
  font-family: "Graphik", sans-serif;
  font-size: 0.938rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-s {
    font-size: 0.875rem;
  }
}

.headline-xs {
  font-family: "Graphik", sans-serif;
  font-size: 0.875rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .headline-xs {
    font-size: 0.813rem;
  }
}

.teaser-author .headline-xs {
  font-size: 0.875rem;
  line-height: 130%;
}
@media (max-width: 576px) {
  .teaser-author .headline-xs {
    font-size: 0.688rem;
  }
}

.headline-xxs {
  font-family: "Graphik", sans-serif;
  font-size: 0.75rem;
  line-height: 130%;
}

.headline-xxxs {
  font-family: "Graphik", sans-serif;
  font-size: 0.688rem;
  line-height: 130%;
}

.font-ultra {
  font-family: "Publico Banner Ultra", serif;
}

.font-primary {
  font-family: "Georgia", serif;
}

.font-headline {
  font-family: "Publico Headline", serif;
}

.font-advertorial {
  font-family: "Libre Baskerville", serif;
}

.font-advertorial-copy-text {
  font-family: "Frank Ruhr Libre", serif;
}

.font-kicker {
  font-family: "Graphik", sans-serif;
}

.weight-900 {
  font-weight: 900;
}

.weight-800 {
  font-weight: 800;
}

.weight-700 {
  font-weight: 700;
}

.weight-600 {
  font-weight: 600;
}

.weight-500 {
  font-weight: 500;
}

.weight-400 {
  font-weight: 400;
}

.weight-300 {
  font-weight: 300;
}

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Publico Headline", serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.typo-uppercase {
  text-transform: uppercase;
}

.typo-lowercase {
  text-transform: lowercase;
}

.typo-italic {
  font-style: italic;
}

.letter-spacing-m {
  letter-spacing: 0.05rem;
}

.letter-spacing-l {
  letter-spacing: 0.1rem;
}

.letter-spacing-xl {
  letter-spacing: 0.125rem;
}

/*
This file is used to contain all components imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
/* --- BILLBOARD --- */
.asmb-ads-billboard {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .asmb-ads-billboard {
    display: none;
  }
}

/* --- BANNER --- */
/* --- SUPERBANNER --- */
.asmb-ads-superbanner {
  position: relative;
  padding: 1.25rem 0;
  text-align: center;
}
.asmb-ads-superbanner .addelivered {
  position: relative;
}
.asmb-ads-superbanner .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .asmb-ads-superbanner {
    display: none;
  }
}

.single .asmb-ads-superbanner,
.post-type-archive-reviews .asmb-ads-superbanner {
  position: relative;
  margin: 1rem auto;
  text-align: center;
}
.single .asmb-ads-superbanner .addelivered,
.post-type-archive-reviews .asmb-ads-superbanner .addelivered {
  position: relative;
}
.single .asmb-ads-superbanner .addelivered:after,
.post-type-archive-reviews .asmb-ads-superbanner .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .single .asmb-ads-superbanner,
  .post-type-archive-reviews .asmb-ads-superbanner {
    display: none;
  }
}

/* --- SKYSCRAPER --- */
.asmb-ads-skyscraper {
  position: absolute;
  top: 188px;
  left: 100%;
  z-index: 9999;
}
@media (max-width: 1024px) {
  .asmb-ads-skyscraper {
    display: none;
  }
}

/* ---  MREC --- */
.asmb-ads-mrec-desktop {
  position: relative;
}
.asmb-ads-mrec-desktop .addelivered {
  position: relative;
}
.asmb-ads-mrec-desktop .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .asmb-ads-mrec-desktop {
    display: none;
  }
}

.single .asmb-ads-mrec-desktop {
  position: relative;
  margin: 1.75rem 0;
}
.single .asmb-ads-mrec-desktop .addelivered {
  position: relative;
}
.single .asmb-ads-mrec-desktop .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .single .asmb-ads-mrec-desktop {
    display: none;
  }
}

.single .asmb-ads-mrec-btf {
  position: relative;
  margin: 2rem 0;
}
.single .asmb-ads-mrec-btf .addelivered {
  position: relative;
}
.single .asmb-ads-mrec-btf .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}

.asmb-ads-mrec-mobile {
  display: none;
  margin: 2rem auto;
  text-align: center;
}
.asmb-ads-mrec-mobile .addelivered {
  position: relative;
}
.asmb-ads-mrec-mobile .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .asmb-ads-mrec-mobile {
    display: block;
  }
}

.category .asmb-ads-mrec-mobile {
  display: none;
  margin: 2rem auto 0 auto;
  text-align: center;
}
.category .asmb-ads-mrec-mobile .addelivered {
  position: relative;
}
.category .asmb-ads-mrec-mobile .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .category .asmb-ads-mrec-mobile {
    display: block;
    margin: 2rem auto 2rem auto;
  }
}

.asmb-section-news-list .asmb-ads-mrec-mobile {
  margin-top: 0;
}

/* --- GALLERY MREC --- */
.asmb-gallery-container .asmb-ads-mrec-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}
.asmb-gallery-container .asmb-ads-mrec-desktop .addelivered {
  position: relative;
}
.asmb-gallery-container .asmb-ads-mrec-desktop .addelivered:after {
  color: #939393;
  content: "Anzeige";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .asmb-gallery-container .asmb-ads-mrec-desktop {
    display: none;
  }
}

/* --- HALF PAGE AD AT SIDEBAR  --- */
.asmb-article-sidebar-container .asmb-ads-mrec-desktop {
  margin-top: 0.25rem;
  margin-bottom: 3rem;
}

/* --- NATIVE AD TEASER NEWS  --- */
.asmb-teaser-medium.native-teaser-ad {
  position: relative;
}

.asmb-teaser-medium .native-teaser-ad-text {
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
}

/* --- ARCHIVE ADs  --- */
.archive .asmb-ads-mrec-btf,
.archive .asmb-ads-mrec {
  margin-bottom: 1.5rem;
}

/* --- TEASER TRACKING ADVERTORIALS  --- */
.teaser-track-btn:hover {
  text-decoration: none;
}
.teaser-track-btn .teaser-title h1:hover {
  text-decoration: underline;
  text-decoration-color: #d71920;
}

/* --- OUTBRAIN  --- */
#outbrain_widget_container {
  padding: 0;
}

/* --- HIDE GAIA IN ADVERTORIALS --- */
.asmb-article.is-advertorial .gaiaWrapper {
  display: none;
}

/* --- ICD Ads --- */
.asmb-iqd-desktop.margin-bottom-xs {
  margin-bottom: 1rem;
}
.asmb-iqd-desktop.margin-top-s {
  margin-top: 1.5rem;
}
.asmb-iqd-desktop.margin-bottom-s {
  margin-bottom: 1.5rem;
}
.asmb-iqd-desktop.margin-m {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.asmb-iqd-desktop.margin-top-m {
  margin-top: 2rem;
}
.asmb-iqd-desktop.margin-l {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.asmb-iqd-desktop.margin-bottom-m {
  margin-bottom: 2rem;
}
.asmb-iqd-desktop.margin-bottom-l {
  margin-bottom: 3rem;
}

.asmb-iqd-full-width.asmb-iqd-desktop,
.asmb-iqd-full-width.asmb-iqd-mobile {
  margin-left: auto;
  margin-right: auto;
}

.asmb-iqd-mobile.margin-s {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.asmb-iqd-mobile.margin-bottom-s {
  margin-bottom: 1rem;
}
.asmb-iqd-mobile.margin-m {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.asmb-iqd-mobile.margin-top-m {
  margin-top: 2rem;
}
.asmb-iqd-mobile.margin-bottom-m {
  margin-bottom: 2rem;
}

.asmb-iqd-gallery.asmb-iqd-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
}

.asmb-iqd-full-width.asmb-iqd-desktop,
.asmb-iqd-gallery.asmb-iqd-desktop {
  display: block;
}
@media (max-width: 1279px) {
  .asmb-iqd-full-width.asmb-iqd-desktop,
  .asmb-iqd-gallery.asmb-iqd-desktop {
    display: none;
  }
}

.single .asmb-article-content-container .asmb-iqd-full-width.asmb-iqd-desktop .iqdcontainer:not([data-device=desktop][data-placement=pos_marg_right_1]) {
  position: relative;
  margin-right: -185px;
  margin-left: -185px;
  width: 100vw;
  max-width: 1020px;
}

.asmb-iqd-full-width.asmb-iqd-mobile {
  display: none;
}
.asmb-iqd-full-width.asmb-iqd-mobile .iqdcontainer {
  margin: 0 -0.75rem;
}
@media (max-width: 1279px) {
  .asmb-iqd-full-width.asmb-iqd-mobile {
    display: block;
  }
}

.iqdcontainer[data-device=mobile][data-placement=pos_header_out] {
  display: none;
  margin: 0 auto;
  min-height: 121px;
  text-align: center;
}
@media (max-width: 1279px) {
  .iqdcontainer[data-device=mobile][data-placement=pos_header_out] {
    display: block;
  }
}
@media (max-width: 768px) {
  .iqdcontainer[data-device=mobile][data-placement=pos_header_out] {
    display: block;
    margin: 0 -12px !important;
  }
}

.iqdcontainer[data-device=mobile] {
  background: #efefef;
}

.iqdcontainer[data-device=mobile][data-placement=pos_footer] {
  min-height: 320px;
}

.home .iqdcontainer[data-device=mobile][data-placement=pos_1],
.home .iqdcontainer[data-device=mobile][data-placement=pos_3],
.home .iqdcontainer[data-device=mobile][data-placement=pos_5] {
  min-height: 460px;
}
.home .iqdcontainer[data-device=mobile][data-placement=pos_2],
.home .iqdcontainer[data-device=mobile][data-placement=pos_4],
.home .iqdcontainer[data-device=mobile][data-placement=pos_6] {
  min-height: 600px;
}

.category .iqdcontainer[data-device=mobile][data-placement=pos_1],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_1],
.page .iqdcontainer[data-device=mobile][data-placement=pos_1] {
  min-height: 460px;
}
.category .iqdcontainer[data-device=mobile][data-placement=pos_3],
.category .iqdcontainer[data-device=mobile][data-placement=pos_5],
.category .iqdcontainer[data-device=mobile][data-placement=pos_7],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_3],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_5],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_7],
.page .iqdcontainer[data-device=mobile][data-placement=pos_3],
.page .iqdcontainer[data-device=mobile][data-placement=pos_5],
.page .iqdcontainer[data-device=mobile][data-placement=pos_7] {
  min-height: 480px;
}
.category .iqdcontainer[data-device=mobile][data-placement=pos_2],
.category .iqdcontainer[data-device=mobile][data-placement=pos_4],
.category .iqdcontainer[data-device=mobile][data-placement=pos_6],
.category .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_1],
.category .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_2],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_2],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_4],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_6],
.archive .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_1],
.archive .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_2],
.page .iqdcontainer[data-device=mobile][data-placement=pos_2],
.page .iqdcontainer[data-device=mobile][data-placement=pos_4],
.page .iqdcontainer[data-device=mobile][data-placement=pos_6],
.page .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_1],
.page .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_2] {
  min-height: 600px;
}

.single .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_1] {
  clear: both;
  float: right;
  margin: 0 -6rem 2rem 2rem;
  min-height: 600px;
  width: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.single .iqdcontainer[data-device=mobile][data-placement=pos_5],
.single .iqdcontainer[data-device=mobile][data-placement=pos_8],
.single .iqdcontainer[data-device=mobile][data-placement=pos_11] {
  min-height: 320px;
}
.single .iqdcontainer[data-device=mobile][data-placement=pos_1] {
  min-height: 460px;
}
.single .iqdcontainer[data-device=mobile][data-placement=pos_3],
.single .iqdcontainer[data-device=mobile][data-placement=pos_6],
.single .iqdcontainer[data-device=mobile][data-placement=pos_9],
.single .iqdcontainer[data-device=mobile][data-placement=pos_12] {
  min-height: 480px;
}
.single .iqdcontainer[data-device=mobile][data-placement=pos_2],
.single .iqdcontainer[data-device=mobile][data-placement=pos_4],
.single .iqdcontainer[data-device=mobile][data-placement=pos_7],
.single .iqdcontainer[data-device=mobile][data-placement=pos_10] {
  min-height: 600px;
}
.single.single-format-gallery .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_1] {
  clear: none;
  float: none;
  min-height: auto;
  margin: 0;
}

/* IQD page/article templates */
.iqd-empty-page .asmb-article-content-area {
  z-index: 0;
}
.iqd-empty-page .asmb-article-flag {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 1.5rem !important;
}
@media (max-width: 1279px) {
  .iqd-empty-page.asmb-article {
    margin-top: 1rem;
  }
  .iqd-empty-page .asmb-article-content-area {
    margin-top: 0;
  }
}
.iqd-empty-page .iqdcontainer[data-device=mobile][data-placement=pos_1],
.iqd-empty-page .iqdcontainer[data-device=mobile][data-placement=pos_footer] {
  min-height: auto;
}

.iqd-empty-page-brandstory {
  padding-top: 60px;
}
@media (max-width: 1279px) {
  .iqd-empty-page-brandstory {
    padding-top: 0 !important;
  }
  .iqd-empty-page-brandstory .page {
    padding-top: 60px;
  }
}
.iqd-empty-page-brandstory .asmb-article {
  margin-top: 0;
}
.iqd-empty-page-brandstory .asmb-article-flag {
  background: #e2e2e2;
  color: #000;
  margin-bottom: 0 !important;
  left: auto;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  width: 100%;
}
@media (max-width: 1279px) {
  .iqd-empty-page-brandstory .asmb-article-flag {
    margin-top: 0;
  }
}

.asmb-header-simple-container {
  background: #fff;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1;
}
.asmb-header-simple-container .asmb-modal-helper {
  max-width: none;
}

.asmb-navbar-simple-small {
  background: #fff;
  position: absolute;
  bottom: auto;
  width: 100%;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small {
    bottom: auto !important;
  }
}
.asmb-navbar-simple-small .asmb-navbar-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-navbar-simple-small .asmb-navbar-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 1rem 0;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-bottom-container {
    background: #fff;
    padding: 0.5rem 0.5rem;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.asmb-navbar-simple-small .asmb-navbar-top-right-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-top-right-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.asmb-navbar-simple-small .asmb-navbar-top-right-container span {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-top-right-container span {
    display: block;
    line-height: 60%;
  }
}
.asmb-navbar-simple-small .asmb-navbar-top-right-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-top-right-container a {
    font-size: 0.563rem;
  }
}
.asmb-navbar-simple-small .asmb-navbar-inline-link {
  border-right: 1px solid #000;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-inline-link {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.asmb-navbar-simple-small .asmb-navbar-inline-link:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu {
  position: absolute;
  left: -5000px;
  top: 0;
  opacity: 0;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu.is-visible {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper-container {
  height: 91vh;
  overflow: auto;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper-container {
    margin-left: -6px;
  }
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper {
  background: #fff;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  outline: 6px solid #000;
  outline-offset: -10px;
  min-width: 300px;
}
@media (max-width: 1279px) {
  .asmb-navbar-simple-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper {
    width: 100vw;
  }
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .menu-item {
  border-bottom: 1px solid #000;
  font-size: 0.938rem;
  letter-spacing: 0.1rem;
  padding: 1.25rem 0;
  text-transform: uppercase;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .menu-item:last-child {
  border-bottom: none;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .sub-menu {
  background: #fff;
  display: none;
  margin-top: 1rem;
  z-index: 2;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .sub-menu .menu-item {
  border-bottom: none;
  font-size: 0.813rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 0;
  margin: 0;
  text-transform: none;
}
.asmb-navbar-simple-small .asmb-navbar-main-menu .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}
.asmb-navbar-simple-small .asmb-navbar-small-logo-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.asmb-navbar-simple-small .asmb-navbar-small-logo {
  width: 100%;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.asmb-navbar-simple-small .asmb-navbar-arrows {
  cursor: pointer;
  float: right;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.asmb-navbar-simple-small .asmb-navbar-arrows:after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
}
.asmb-navbar-simple-small .asmb-navbar-arrows.is-active {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 4px;
}

.asmb-footer-simple-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100vw;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .asmb-footer-simple-container {
    width: 100vw;
  }
}
.asmb-footer-simple-container .asmb-footer-menu-legals {
  border-top: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1024px;
  width: 100%;
}
@media (max-width: 1279px) {
  .asmb-footer-simple-container .asmb-footer-menu-legals {
    max-width: auto;
  }
}
.asmb-footer-simple-container .asmb-footer-menu-legals .menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .asmb-footer-simple-container .asmb-footer-menu-legals .menu {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 576px) {
  .asmb-footer-simple-container .asmb-footer-menu-legals .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1rem;
  }
}
.asmb-footer-simple-container.asmb-double-border-top {
  width: 100vw;
}
@media (max-width: 576px) {
  .asmb-footer-simple-container .asmb-footer-menu-legals .menu-item {
    margin: 0 0.5rem;
  }
}

.asmb-cooperation-overview .iqdcontainer {
  display: none;
}
.asmb-cooperation-overview .teaser-title p {
  font-family: "Libre Baskerville", serif;
}
.asmb-cooperation-overview .teaser-excerpt p {
  font-style: italic;
}
.asmb-cooperation-overview .teaser-category-container {
  display: none;
}
.asmb-cooperation-overview .asmb-teaser-mega .teaser-text-container {
  margin-top: 1rem;
}

.asmb-double-border-top {
  border-top: 6px solid #000;
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.asmb-double-border-top:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
}

.asmb-section-presents .asmb-double-border-top {
  padding-top: 1rem;
}

@media (max-width: 1279px) {
  .asmb-category .asmb-double-border-top {
    border-top: none;
  }
  .asmb-category .asmb-double-border-top:before {
    border-top: none;
  }
}
@media (max-width: 1279px) {
  .asmb-category .asmb-border-right {
    border: none;
  }
}

.asmb-double-border-top-thin, .asmb-author-top10-list:first-of-type {
  border-top: 1px solid #000;
  position: relative;
  width: 100%;
  padding-top: 5px;
}
.asmb-double-border-top-thin:before, .asmb-author-top10-list:first-of-type:before {
  border-top: 1px solid #000;
  content: "";
  position: absolute;
  top: 4px;
  width: 100%;
}

.asmb-double-border-bottom-thin, .asmb-author-top10-list:last-of-type {
  border-bottom: 1px solid #000;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
}
.asmb-double-border-bottom-thin:before, .asmb-author-top10-list:last-of-type:before {
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100%;
}

.asmb-double-border-bottom-s {
  border-bottom: 4px solid #000 !important;
  position: relative;
  width: 100%;
  padding-bottom: 10px !important;
}
.asmb-double-border-bottom-s:before {
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
}

.asmb-border-top {
  border-top: 1px solid #000;
}

.asmb-border-bottom {
  border-bottom: 1px solid #000;
}

.asmb-border-right {
  border-right: 1px solid #000;
}
.asmb-border-right:last-child {
  border-right: none;
}

@media (max-width: 1279px) {
  .asmb-reviews-container .asmb-border-right,
  .asmb-events .asmb-border-right,
  .asmb-section-lists .asmb-border-right,
  .asmb-section-video .asmb-border-right,
  .asmb-section-audio .asmb-border-right {
    border: none;
  }
}

.asmb-double-border-box {
  border: 1px solid #000;
  position: relative;
  outline: 6px solid #000;
  outline-offset: -12px;
}

@media (max-width: 992px) {
  .post-type-archive-video .asmb-border-right {
    border: none;
  }
}

.asmb-button-primary, .wpcf7-submit.btn.btn-primary,
.qsm-btn.qsm-submit-btn {
  background: transparent;
  border: 1px solid #000;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 1.25rem 1rem;
  position: relative;
  outline: 1px solid #000;
  outline-offset: -5px;
  text-transform: uppercase;
  z-index: 1;
}
.asmb-button-primary:hover, .wpcf7-submit.btn.btn-primary:hover,
.qsm-btn.qsm-submit-btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

.asmb-button-secondary {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 1.25rem 1rem;
  position: relative;
  outline: 1px solid #000;
  outline-offset: 4px;
  text-transform: uppercase;
  z-index: 9999;
}
.asmb-button-secondary:hover {
  background: #d71920;
  border: 1px solid #d71920;
  color: #fff;
  outline: 1px solid #000;
  outline-offset: 4px;
}
.asmb-button-secondary:after {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #fff;
  display: inline-block;
  margin-left: 0.3125rem;
  width: 0;
  height: 0;
}

.asmb-button-tertiary {
  background: #d71920;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Graphik", sans-serif;
  font-size: 0.813rem;
  letter-spacing: 0.02rem;
  padding: 0.75rem 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}
.asmb-button-tertiary:hover {
  background: #000;
  color: #fff;
}

.asmb-button-quaternary {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0.75rem;
  margin: 0 4px 6px 0;
  text-transform: uppercase;
}
.asmb-button-quaternary:hover {
  background: #000;
  color: #fff;
}

.button-color-primary, .wpcf7-submit.btn.btn-primary,
.qsm-btn.qsm-submit-btn {
  background: #d71920;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  color: #fff;
}
.button-color-primary:hover, .wpcf7-submit.btn.btn-primary:hover,
.qsm-btn.qsm-submit-btn:hover {
  background: #000;
  border: 1px solid #fff;
}
.button-color-primary:hover:before, .wpcf7-submit.btn.btn-primary:hover:before,
.qsm-btn.qsm-submit-btn:hover:before {
  background: transparent;
  border: 1px solid #fff;
}
.button-color-primary:before, .wpcf7-submit.btn.btn-primary:before,
.qsm-btn.qsm-submit-btn:before {
  border: 1px solid #fff;
}

.asmb-button-small, .wpcf7-submit.btn.btn-primary,
.qsm-btn.qsm-submit-btn {
  font-size: 0.875rem;
}

@media (max-width: 576px) {
  .asmb-section-issue .asmb-button-small, .asmb-section-issue .wpcf7-submit.btn.btn-primary,
  .asmb-section-issue .qsm-btn.qsm-submit-btn {
    font-size: 0.625rem;
    padding: 1rem 0.75rem;
  }
}

.asmb-button-xtra-small {
  font-size: 0.75rem;
  padding: 1rem 0.75rem;
}

.asmb-subscription-issue-badge {
  background: #fff;
  border: 1px double #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.85rem;
  position: absolute;
  bottom: -40px;
  right: -15px;
  width: 140px;
  height: 140px;
  text-align: center;
  z-index: 1;
}
.asmb-subscription-issue-badge:after {
  border: 3px solid #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}
@media (max-width: 992px) {
  .asmb-subscription-issue-badge {
    right: auto;
    bottom: 20px;
    left: -30px;
  }
}
@media (max-width: 576px) {
  .asmb-subscription-issue-badge {
    width: 120px;
    height: 120px;
  }
}
.asmb-subscription-issue-badge .asmb-subscription-issue-badge-headline {
  margin-bottom: 0.25rem;
}
.asmb-subscription-issue-badge p {
  margin: 0;
  line-height: 100%;
}

.asmb-section-issue .asmb-subscription-issue-badge {
  display: none;
  bottom: 5px;
  left: 5px;
  right: auto;
}
@media (max-width: 576px) {
  .asmb-section-issue .asmb-subscription-issue-badge {
    width: 120px;
    height: 120px;
    bottom: -20px;
    right: -15px;
    left: auto;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.asmb-section-issue .asmb-issue-slider-container.slick-current .asmb-subscription-issue-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asmb-button-divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.asmb-button-divider {
  background: #fff;
  border: 1px solid #000;
  font-size: 0.813rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
}
.asmb-button-divider:after {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #000;
  display: inline-block;
  margin: 0.1875rem 0 0 0.3125rem;
  width: 0;
  height: 0;
}

.asmb-button-divider-stroke {
  color: #000;
  opacity: 1;
  width: 100%;
}

.asmb-article-copy-text .asmb-button-primary-inverted, .asmb-page-content-text .asmb-button-primary-inverted {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 1rem;
  text-indent: 0;
  -webkit-transition: none;
  transition: none;
}
.asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-amazon, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-amazon, .asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-article, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-article {
  background: #d71920;
  color: white;
  font-family: "Graphik", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02rem;
  padding: 0.75rem 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}
.asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-amazon:after, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-amazon:after, .asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-article:after, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-article:after {
  content: "";
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 9px solid #fff;
  display: inline-block;
  margin: 0.1875rem 0 0 0.25rem;
  width: 0;
  height: 0;
}
.asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-amazon:hover, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-amazon:hover, .asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-article:hover, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-article:hover {
  background: #000;
}
.asmb-article-copy-text li .asmb-button-primary-inverted, .asmb-page-content-text li .asmb-button-primary-inverted {
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.asmb-filter-tag {
  font-size: 1.125rem;
  font-family: "Cardo", Arial, sans-serif;
  font-weight: 700;
}
.asmb-filter-tag .fa-circle-xmark {
  margin-left: 0.75rem;
}

.reset-rating-options {
  background: none;
  border: 0;
  margin-left: 0.75rem;
  padding: 0;
}

.rating-selected-options {
  background: #000;
  display: none;
  padding: 0.5rem 0.75rem;
}

.popfrontal-selected-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .tax-city .popfrontal-selected-options {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tax-city .date-selected-option-container {
    margin-left: 0;
  }
}

.artist-selected-option-container,
.city-selected-option-container,
.date-selected-option-container {
  background: #000;
  color: #fff;
  display: none;
  font-family: "Graphik", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.5rem;
  margin-left: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.reset-popfrontal-options {
  background: none;
  border: 0;
  margin-left: 0.75rem;
  padding: 0;
}

.asmb-burger-button {
  background: none;
  border: none;
  color: #000;
  display: block;
  font-size: 1.5rem;
}

.wpcf7-submit.btn.btn-primary {
  border-radius: 0;
}

.asmb-button-dropdown {
  background: transparent;
  border: 1px double #000;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.813rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0.75rem;
  width: auto;
  text-align: center;
}
.asmb-button-dropdown:hover {
  color: #757575;
}
.asmb-button-dropdown:hover:after {
  border-color: #757575;
}
.asmb-button-dropdown:after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  position: relative;
  margin: 0 0 5px 0.5rem;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.asmb-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.asmb-dropdown-container .artists-suggestions-container {
  margin-top: 1rem;
}
.asmb-dropdown-container .asmb-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.asmb-dropdown-container .asmb-button-dropdown {
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  .asmb-dropdown-container .asmb-button-dropdown {
    margin-left: 0;
  }
}
.asmb-dropdown-container .cities-suggestions-container {
  margin-top: 1rem;
}
.asmb-dropdown-container .date-picker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.asmb-dropdown-container .date-picker-container input {
  height: 40px;
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.asmb-dropdown-container .dropdown-menu {
  background: #fff;
  border: 3px solid #000;
  border-radius: 0;
  padding: 1.25rem;
  outline: 1px solid #000;
  outline-offset: -8px;
  overflow-y: scroll;
  width: 300px;
  height: auto;
  margin-top: 6px;
  max-height: 500px;
}
@media (max-width: 576px) {
  .asmb-dropdown-container .dropdown-menu {
    max-width: none;
    width: 95vw;
  }
}
.asmb-dropdown-container .dropdown-menu-datepicker {
  height: auto;
}
.asmb-dropdown-container .dropdown-item {
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0 0 1rem 0rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  white-space: pre-wrap;
}
.asmb-dropdown-container .dropdown-item span {
  font-size: 1.25rem;
  font-family: "Frank Ruhr Libre", serif;
  font-weight: 700;
}
@media (max-width: 370px) {
  .asmb-dropdown-container .dropdown-item {
    font-size: 0.75rem;
  }
}
.asmb-dropdown-container .dropdown-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.asmb-dropdown-container .dropdown-search-bar {
  border: 1px solid #000;
  padding: 0.5rem;
  width: 100%;
  height: 50px;
}
@media (max-width: 992px) {
  .asmb-dropdown-container {
    margin-top: 1rem;
  }
}

.asmb-events-search .asmb-button-dropdown,
.tax-city .asmb-button-dropdown {
  padding: 0.85rem 1rem;
  height: 45px;
}
@media (max-width: 576px) {
  .asmb-events-search .asmb-button-dropdown,
  .tax-city .asmb-button-dropdown {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 576px) {
  .asmb-events-search .asmb-dropdown-container,
  .tax-city .asmb-dropdown-container {
    border-top: 1px solid #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
    padding-top: 1rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .asmb-events-search .dropdown-menu,
  .tax-city .dropdown-menu {
    left: 1.15rem !important;
    width: 90vw;
    z-index: 2;
  }
}

@media (max-width: 576px) {
  .tax-city .asmb-dropdown-container {
    padding-top: 0.5rem;
  }
}

.asmb-reviews-container .asmb-selected-option,
.asmb-reviews-page .asmb-selected-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
}
.asmb-reviews-container .dropdown-menu,
.asmb-reviews-page .dropdown-menu {
  margin-top: 0.25rem !important;
  width: auto;
  height: auto;
}

.asmb-section-reviews .asmb-selected-option {
  margin: 0 0 1rem 0;
}

.artists-search-form {
  position: relative;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  padding-left: 0.75rem;
  width: 250px;
}
@media (max-width: 576px) {
  .artists-search-form {
    max-width: none;
    width: 88vw;
  }
}

.artist-search-bar {
  border: none;
  padding: 0.75rem;
  font-size: 0.813rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  width: 90%;
}

.artists-suggestions-container {
  background: #fff;
  border: 3px solid #000;
  border-radius: 0;
  display: none;
  padding: 1.25rem;
  outline: 1px solid #000;
  outline-offset: -8px;
  overflow-y: scroll;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 250px;
  height: auto;
  max-height: 300px;
}
@media (max-width: 576px) {
  .artists-suggestions-container {
    max-width: none;
    width: 88vw;
    z-index: 2;
  }
}

.asmb-events-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: colomn;
          flex-direction: colomn;
}
@media (max-width: 576px) {
  .asmb-events-dropdown-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 6px;
  }
  .asmb-events-dropdown-container .asmb-button-dropdown {
    margin-right: 6px;
  }
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#loading-spinner {
  display: none;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.asmb-article .asmb-article-flag {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.asmb-teaser.is-advertorial .asmb-advertorial-builder-flag {
  background: #666666;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 0.2rem;
  position: absolute;
  top: 4px;
  right: 4px;
  text-transform: uppercase;
  z-index: 2;
}

.asmb-article-flag {
  background: #666666;
  color: #fff;
  display: inline;
  font-size: 0.688rem;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-right: 0.3rem;
  padding: 0.1rem 0.2rem 0.2rem 0.3rem;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
}

a:hover .teaser-image-container .asmb-colum-flag {
  color: pink !important;
}

.asmb-teaser-mega .asmb-article-flag,
.asmb-teaser-mega-overlay .asmb-article-flag {
  bottom: 3px;
  font-size: 1rem;
  margin-right: 0.5rem;
  padding: 0.2rem 0.2rem 0.2rem 0.5rem;
}
@media (max-width: 576px) {
  .asmb-teaser-mega .asmb-article-flag,
  .asmb-teaser-mega-overlay .asmb-article-flag {
    font-size: 0.875rem;
    padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  }
}

.asmb-teaser .asmb-article-flag {
  background: #666666;
  color: #fff;
  display: inline;
  font-size: 0.688rem;
  font-family: "Graphik", sans-serif;
  letter-spacing: 0.05rem;
  margin-right: 0.3rem;
  padding: 0.1rem 0.2rem 0.2rem 0.3rem;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
}

.asmb-teaser-text-small .asmb-article-flag,
.asmb-teaser-small .asmb-article-flag,
.asmb-teaser-medium .asmb-article-flag,
.asmb-teaser-list-small .asmb-article-flag {
  font-size: 0.625rem;
}

.asmb-teaser-large .asmb-article-flag {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 0px;
}

.archive .asmb-article-flag,
.single .asmb-teaser-list .asmb-article-flag {
  display: none;
}

.asmb-rs-plus-flag {
  width: 37px;
  margin-right: 4px;
  margin-bottom: 2px;
}

.asmb-teaser-mega .asmb-rs-plus-flag {
  width: 50px;
  margin-right: 8px;
  margin-bottom: 6px;
}

.asmb-teaser-large .asmb-rs-plus-flag {
  margin-bottom: 3px;
}

.asmb-teaser-text-small .asmb-rs-plus-flag {
  width: 30px;
}

.asmb-teaser-small .asmb-rs-plus-flag {
  width: 30px;
}

.asmb-teaser-medium-simple .asmb-rs-plus-flag,
.asmb-teaser-medium .asmb-rs-plus-flag {
  width: 34px;
}

.asmb-teaser-opinion .asmb-rs-plus-flag {
  width: 52px;
  margin-right: 10px;
  margin-bottom: 7px;
}

.asmb-teaser-video-mega .asmb-rs-plus-flag {
  display: inline;
  width: 50px;
  margin-right: 10px;
  margin-bottom: 7px;
}

.asmb-teaser-video-large .asmb-rs-plus-flag {
  width: 40px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.asmb-teaser-video-medium .asmb-rs-plus-flag {
  display: inline;
  width: 32px;
}

.asmb-column-flag {
  background: #d71920;
  color: #fff;
  display: inline;
  font-size: 0.688rem;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
  padding: 0.25rem;
  position: absolute;
  top: 6px;
  left: 6px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 576px) {
  .asmb-column-flag {
    font-size: 2vw;
    letter-spacing: 0.03rem;
    top: 4px;
    left: 4px;
  }
}

.asmb-teaser-mega .asmb-column-flag,
.asmb-category .asmb-teaser-medium .asmb-column-flag {
  font-size: 0.75rem;
  top: 6px;
  left: 6px;
}

.asmb-category .asmb-teaser-list .asmb-column-flag,
.archive .asmb-teaser-list .asmb-column-flag,
.archive .asmb-teaser-list-archive .asmb-column-flag {
  font-size: 0.75rem;
  top: 6px;
  left: 6px;
}
@media (max-width: 576px) {
  .asmb-category .asmb-teaser-list .asmb-column-flag,
  .archive .asmb-teaser-list .asmb-column-flag,
  .archive .asmb-teaser-list-archive .asmb-column-flag {
    font-size: 2vw;
    letter-spacing: 0.03rem;
    top: 4px;
    left: 4px;
  }
}

.asmb-teaser-medium .asmb-column-flag {
  font-size: 0.625rem;
  letter-spacing: 0.03rem;
}
@media (max-width: 576px) {
  .asmb-teaser-medium .asmb-column-flag {
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    top: 6px;
    left: 6px;
  }
}

@media (max-width: 576px) {
  .asmb-teaser-medium-extended-container:first-child .asmb-column-flag {
    font-size: 0.75rem;
    top: 6px;
    left: 6px;
  }
}

.asmb-share-button {
  color: #000;
  font-size: 1.25rem;
  margin-left: 1rem;
}

.single-post .asmb-share-button {
  font-size: 1rem;
}

.asmb-rating-wrapper {
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  font-size: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: 116px;
}
.asmb-rating-wrapper:before {
  color: #000;
  content: "☆☆☆☆☆";
  font-family: "Dejavu", sans-serif;
  display: block;
  padding-top: 3px;
}

.asmb-article-post .asmb-rating-wrapper {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 0.25rem;
}

.asmb-rating {
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.asmb-rating:before {
  color: #000;
  content: "★★★★★";
  display: block;
  font-family: "Dejavu", sans-serif;
  padding-top: 3px;
}

.asmb-category .asmb-teaser-mega .asmb-rating-wrapper,
.asmb-category .asmb-teaser-medium .asmb-rating-wrapper,
.asmb-category .asmb-teaser-list .asmb-rating-wrapper,
.asmb-category .asmb-teaser-list-archive .asmb-rating-wrapper {
  font-size: 16px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 0.25rem;
  width: 80px;
}

.asmb-article-related-container {
  border-top: 6px solid #d71920;
  border-bottom: 6px solid #d71920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0.5rem 0 1.5rem 0;
  margin: 1.75rem 0;
}
.asmb-article-related-container:before {
  border-top: 1px solid #d71920;
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
}
.asmb-article-related-container .asmb-headline {
  background: #fff;
  display: inline-block;
  margin: 0 0 1rem 0 !important;
  padding-right: 0.5rem;
  position: relative;
  top: -4px;
}
@media (max-width: 768px) {
  .asmb-article-related-container .asmb-article-related-text .headline-s {
    font-size: 1rem;
  }
}

.asmb-article-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-article-related-content:before {
  content: "";
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #d71920;
  display: inline-block;
  margin: 0.1875rem 0.5rem 0 0.3125rem;
  width: 0;
  height: 0;
}

.asmb-box-articles-related-container {
  border-top: 6px solid #d71920;
  border-bottom: 6px solid #d71920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0.5rem 0 0.5rem 0;
  margin: 1.75rem 0;
}
.asmb-box-articles-related-container:before {
  border-top: 1px solid #d71920;
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
}
.asmb-box-articles-related-container .asmb-headline {
  background: #fff;
  display: inline-block;
  margin: 0 0 0.5rem 0 !important;
  padding-right: 0.5rem;
  position: relative;
  top: -4px;
}

.asmb-box-articles-related-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asmb-box-article-related-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .asmb-box-article-related-item-container {
    border-right: none;
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .asmb-box-article-related-item-container .asmb-box-article-related-text .headline-s {
    font-size: 1rem;
  }
}
.asmb-box-article-related-item-container:before {
  content: "";
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #d71920;
  display: inline-block;
  margin: 0.1875rem 0.5rem 0 0.3125rem;
  width: 0;
  height: 0;
}

.asmb-article-recommendation-container {
  border: 4px solid #d71920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 0.75rem 0rem;
  position: relative;
  margin: 2rem 0 1.75rem 0;
}

.asmb-headline-recommendation-container {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  position: absolute;
  top: -24px;
}
@media (max-width: 576px) {
  .asmb-headline-recommendation-container {
    width: 240px;
    text-align: center;
  }
}
.asmb-headline-recommendation-container img {
  width: 45px;
  height: 45px;
  margin-right: 0.25rem;
}

.asmb-headline-recommendation .headline-s {
  font-size: 1rem;
}

.teaser-category-container h4,
.teaser-category-container p,
.teaser-category-container span {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-bottom: 2px;
}

.asmb-teaser:hover * {
  color: #666666;
}
@media (max-width: 576px) {
  .asmb-teaser:hover * {
    color: #000;
  }
}
.asmb-teaser:hover .asmb-article-flag, .asmb-teaser:hover .asmb-column-flag, .asmb-teaser:hover .asmb-teaser-icon i {
  color: #fff;
}
.asmb-teaser .teaser-text-container .teaser-title p,
.asmb-teaser .teaser-text-container .teaser-excerpt p,
.asmb-teaser .teaser-text-container .teaser-author p {
  margin: 0 !important;
}

.asmb-teaser-mega, .asmb-category .asmb-teaser-mega,
.asmb-events .asmb-teaser-mega {
  text-align: center;
  margin-bottom: 1.5rem;
}
.asmb-teaser-mega .teaser-image-container {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.asmb-teaser-mega .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-mega .teaser-category-container {
  background: #fff;
  padding: 0.5rem 0.75rem;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .asmb-teaser-mega .teaser-category-container {
    left: 0.75rem;
    -webkit-transform: none;
            transform: none;
  }
}
.asmb-teaser-mega .teaser-text-container {
  margin-top: 2rem;
}
.asmb-teaser-mega .teaser-excerpt {
  margin: 0.75rem 0;
}
@media (max-width: 992px) {
  .asmb-teaser-mega .teaser-excerpt {
    margin: 0.5rem 0;
  }
}
.asmb-teaser-mega .teaser-author {
  margin-top: 0.5rem;
}
.asmb-teaser-mega .asmb-double-border-bottom-s {
  padding-bottom: 6px !important;
}

.asmb-category .asmb-teaser-mega,
.asmb-events .asmb-teaser-mega {
  text-align: left;
}
.asmb-category .asmb-teaser-mega .teaser-category-container,
.asmb-events .asmb-teaser-mega .teaser-category-container {
  background: #fff;
  padding: 0.5rem 0.75rem 0.5rem 0;
  position: absolute;
  bottom: -27px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 1279px) {
  .asmb-category .asmb-teaser-mega .teaser-category-container,
  .asmb-events .asmb-teaser-mega .teaser-category-container {
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    left: -0.75rem;
  }
}
@media (max-width: 992px) {
  .asmb-category .asmb-teaser-mega,
  .asmb-events .asmb-teaser-mega {
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
  .asmb-category .asmb-teaser-mega .teaser-image-container,
  .asmb-events .asmb-teaser-mega .teaser-image-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .asmb-category .asmb-teaser-mega .teaser-category-container,
  .asmb-events .asmb-teaser-mega .teaser-category-container {
    left: 0.75rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .asmb-category .asmb-teaser-mega .teaser-image-container,
  .asmb-events .asmb-teaser-mega .teaser-image-container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: 100vw;
  }
}

.asmb-events .asmb-teaser-mega .teaser-category-container {
  display: none;
}
.asmb-events .asmb-teaser-mega .teaser-text-container {
  margin-top: 1rem;
}

@media (max-width: 1279px) {
  .home .asmb-teaser-mega {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #000;
  }
  .home .asmb-teaser-mega .teaser-image-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .home .asmb-teaser-mega .teaser-text-container {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .home .asmb-teaser-mega .teaser-image-container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: 100vw;
  }
}

.asmb-teaser-small {
  border-right: 1px solid #000;
}
.asmb-teaser-small .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}
.asmb-teaser-small .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-small .teaser-text-container {
  padding-left: 0;
}
.asmb-teaser-small .teaser-title,
.asmb-teaser-small .teaser-excerpt {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .asmb-teaser-small .teaser-title,
  .asmb-teaser-small .teaser-excerpt {
    margin-bottom: 0.5rem;
  }
}
.asmb-teaser-small .teaser-image-helper-container {
  padding-left: 0;
}
.asmb-teaser-small .teaser-excerpt,
.asmb-teaser-small .teaser-author {
  display: none;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .asmb-teaser-small .teaser-excerpt,
  .asmb-teaser-small .teaser-author {
    display: block;
  }
}
@media (max-width: 992px) {
  .asmb-teaser-small .teaser-excerpt,
  .asmb-teaser-small .teaser-author {
    display: none;
  }
}

.asmb-news-bottom-item:last-child .asmb-teaser-small {
  border-right: 0;
}
@media (max-width: 1279px) {
  .asmb-news-bottom-item:last-child .asmb-teaser-small {
    margin-bottom: 0;
  }
}
.asmb-news-bottom-item .asmb-teaser-small {
  padding-right: 0.5rem;
}
@media (max-width: 1279px) {
  .asmb-news-bottom-item .asmb-teaser-small {
    border-right: none;
    margin-bottom: 1.5rem;
  }
  .asmb-news-bottom-item .asmb-teaser-small .row {
    margin-left: -0.75rem;
  }
  .asmb-news-bottom-item .asmb-teaser-small .teaser-image-container {
    padding-bottom: 67%;
  }
  .asmb-news-bottom-item .asmb-teaser-small .teaser-category-container {
    display: none;
  }
  .asmb-news-bottom-item .asmb-teaser-small .teaser-title .headline-s,
  .asmb-news-bottom-item .asmb-teaser-small .teaser-title p {
    font-family: "Publico Headline", serif;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

.asmb-teaser-text-small {
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .asmb-news-left-column-container .asmb-teaser-text-small {
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .asmb-news-left-column-container .asmb-teaser-text-small:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .asmb-news-left-column-container .asmb-teaser-text-small .teaser-title p {
    font-size: 1rem;
  }
}

.asmb-teaser-text-medium {
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .asmb-teaser-text-medium {
    margin-bottom: 1rem;
  }
  .asmb-teaser-text-medium .teaser-title p {
    font-size: 0.875rem;
  }
}

.asmb-teaser-text-tall .teaser-excerpt {
  margin: 1rem 0;
}

@media (max-width: 1279px) {
  .asmb-section-lists .asmb-teaser-text-tall {
    margin-bottom: 1.5rem;
  }
}

.asmb-teaser-medium .teaser-image-container,
.asmb-teaser-medium-extended .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.asmb-teaser-medium .teaser-image-container img,
.asmb-teaser-medium-extended .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-medium .teaser-excerpt,
.asmb-teaser-medium-extended .teaser-excerpt {
  margin-bottom: 0.5rem;
}
.asmb-teaser-medium .teaser-title,
.asmb-teaser-medium-extended .teaser-title {
  margin-bottom: 0.5rem;
}

.asmb-teaser-medium .teaser-excerpt {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-teaser-medium .teaser-excerpt {
    display: block;
  }
}

.asmb-teaser-medium-extended {
  margin-bottom: 1.5rem;
}

.asmb-section-news .asmb-teaser-medium,
.asmb-category .asmb-teaser-medium {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 1279px) {
  .asmb-section-news .asmb-teaser-medium,
  .asmb-category .asmb-teaser-medium {
    margin-bottom: 1;
    padding: 0;
    border-bottom: none;
  }
}
.asmb-section-news .asmb-teaser-medium:last-child,
.asmb-category .asmb-teaser-medium:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1279px) {
  .asmb-section-news .asmb-teaser-medium:last-child,
  .asmb-category .asmb-teaser-medium:last-child {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: none;
  }
}

@media (max-width: 1279px) {
  .asmb-section-news .asmb-teaser-medium:last-child {
    border-bottom: none;
    margin-bottom: 1.5rem;
  }
}

.asmb-popular .asmb-teaser-medium {
  margin-bottom: 1.5rem;
}
.asmb-popular .asmb-teaser-medium .teaser-excerpt {
  display: none;
}

.asmb-events .asmb-teaser-medium {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .asmb-events .asmb-teaser-medium {
    margin-bottom: 1.5rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.asmb-events .asmb-teaser-medium:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.asmb-events .teaser-category-container {
  display: none;
}

.asmb-section-culture .asmb-teaser-medium-extended {
  margin-bottom: 1.5rem;
}

.asmb-teaser-medium-simple .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.asmb-teaser-medium-simple .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .asmb-teaser-medium-simple .teaser-text-container p {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

.asmb-teaser-list,
.asmb-teaser-list-archive {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.asmb-teaser-list .teaser-image-container,
.asmb-teaser-list-archive .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
}
.asmb-teaser-list .teaser-image-container img,
.asmb-teaser-list-archive .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-list .teaser-excerpt,
.asmb-teaser-list-archive .teaser-excerpt {
  margin-bottom: 0.5rem;
}
.asmb-teaser-list .teaser-title,
.asmb-teaser-list-archive .teaser-title {
  margin-bottom: 0.5rem;
}

.asmb-popular .asmb-teaser-list .teaser-excerpt {
  display: none;
}

@media (max-width: 992px) {
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-excerpt,
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-author,
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-category-container,
  .asmb-concert .asmb-teaser-list-archive .teaser-excerpt,
  .asmb-concert .asmb-teaser-list-archive .teaser-author,
  .asmb-concert .asmb-teaser-list-archive .teaser-category-container,
  .archive .asmb-teaser-list-archive .teaser-excerpt,
  .archive .asmb-teaser-list-archive .teaser-author,
  .archive .asmb-teaser-list-archive .teaser-category-container,
  .search .asmb-teaser-list-archive .teaser-excerpt,
  .search .asmb-teaser-list-archive .teaser-author,
  .search .asmb-teaser-list-archive .teaser-category-container,
  .archive .asmb-teaser-list .teaser-excerpt,
  .archive .asmb-teaser-list .teaser-author,
  .archive .asmb-teaser-list .teaser-category-container,
  .single .asmb-teaser-list .teaser-excerpt,
  .single .asmb-teaser-list .teaser-author,
  .single .asmb-teaser-list .teaser-category-container,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-excerpt,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-author,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-category-container {
    display: none;
  }
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-text-container,
  .asmb-concert .asmb-teaser-list-archive .teaser-text-container,
  .archive .asmb-teaser-list-archive .teaser-text-container,
  .search .asmb-teaser-list-archive .teaser-text-container,
  .archive .asmb-teaser-list .teaser-text-container,
  .single .asmb-teaser-list .teaser-text-container,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-text-container {
    margin-left: -0.5rem;
  }
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-text-container p,
  .asmb-concert .asmb-teaser-list-archive .teaser-text-container p,
  .archive .asmb-teaser-list-archive .teaser-text-container p,
  .search .asmb-teaser-list-archive .teaser-text-container p,
  .archive .asmb-teaser-list .teaser-text-container p,
  .single .asmb-teaser-list .teaser-text-container p,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-text-container p {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .asmb-category.is-paged .asmb-teaser-list-archive .teaser-image-container,
  .asmb-concert .asmb-teaser-list-archive .teaser-image-container,
  .archive .asmb-teaser-list-archive .teaser-image-container,
  .search .asmb-teaser-list-archive .teaser-image-container,
  .archive .asmb-teaser-list .teaser-image-container,
  .single .asmb-teaser-list .teaser-image-container,
  .asmb-cooperation-overview .asmb-teaser-list-archive .teaser-image-container {
    margin-right: -0.5rem;
  }
}

.asmb-concert .asmb-teaser-container:last-child .asmb-teaser,
.asmb-concert .asmb-nearby-concerts .asmb-teaser-list-events:last-child {
  border-bottom: 0;
}

.asmb-teaser-list-small {
  margin-bottom: 1.5rem;
}
.asmb-teaser-list-small:last-of-type {
  margin-bottom: 0.5rem;
}
.asmb-teaser-list-small .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
  .asmb-teaser-list-small .teaser-image-container {
    padding-bottom: 64.5%;
  }
}
.asmb-teaser-list-small .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .asmb-teaser-list-small .teaser-title p {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .asmb-teaser-list-small .teaser-text-container {
    margin-left: -1rem;
  }
  .asmb-teaser-list-small .teaser-category-container {
    display: none;
  }
}

.asmb-teaser-large .teaser-image-container {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  margin-bottom: 1rem;
}
.asmb-teaser-large .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-large .teaser-title {
  margin-bottom: 0.5rem;
}
.asmb-teaser-large .teaser-excerpt {
  margin-bottom: 0.5rem;
}
.asmb-teaser-large .teaser-category-container {
  background: #fff;
  padding: 0.25rem 0.5rem;
  position: absolute;
  bottom: -16px;
  left: -6px;
}
.asmb-teaser-large .asmb-double-border-bottom-s {
  padding-bottom: 4px !important;
}

@media (max-width: 1279px) {
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a,
  .asmb-news-right-column-container .asmb-teaser-medium a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-image-container,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-image-container,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-image-container,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-image-container,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-image-container {
    width: 50%;
    margin-right: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 30%;
  }
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-text-container,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-text-container,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-text-container,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-text-container,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-text-container {
    width: 50%;
  }
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-title p,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-title p,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-title p,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-title p,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-title p {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 992px) {
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-excerpt,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-excerpt,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-excerpt,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-excerpt,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-excerpt {
    display: none;
  }
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-author,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-author,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-author,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-author,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-author {
    display: none;
  }
}
@media (max-width: 1279px) {
  .asmb-teaser-large-container:not(:nth-child(1)) .asmb-teaser-large a .teaser-category-container,
  .asmb-teaser-medium-extended-container:not(:nth-child(1)) .asmb-teaser-medium-extended a .teaser-category-container,
  .asmb-teaser-medium-extended-container.second-row .asmb-teaser-medium-extended a .teaser-category-container,
  .asmb-medium-teaser-stage .asmb-teaser-medium-extended a .teaser-category-container,
  .asmb-news-right-column-container .asmb-teaser-medium a .teaser-category-container {
    display: none;
  }
}

.asmb-section-features .asmb-teaser-large {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .asmb-section-features .asmb-teaser-large-container:first-of-type .teaser-image-container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .asmb-section-features .asmb-teaser-large-container:first-of-type .teaser-image-container .teaser-category-container {
    left: 1rem;
    -webkit-transform: none;
            transform: none;
  }
}

.asmb-teaser-large.is-advertorial,
.teaser-large-advertorial-container {
  font-family: "Libre Baskerville", serif;
}
.asmb-teaser-large.is-advertorial .teaser-title p,
.teaser-large-advertorial-container .teaser-title p {
  font-size: 1.063rem;
}
.asmb-teaser-large.is-advertorial .teaser-author p,
.teaser-large-advertorial-container .teaser-author p {
  font-size: 0.625rem;
}
.asmb-teaser-large.is-advertorial .teaser-category-container,
.teaser-large-advertorial-container .teaser-category-container {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-teaser-large.is-advertorial .teaser-large-advertorial-container,
  .teaser-large-advertorial-container .teaser-large-advertorial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .asmb-teaser-large.is-advertorial .teaser-image-container,
  .teaser-large-advertorial-container .teaser-image-container {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 30%;
  }
  .asmb-teaser-large.is-advertorial .teaser-text-container,
  .teaser-large-advertorial-container .teaser-text-container {
    width: 50%;
    margin-left: 0.5rem;
  }
  .asmb-teaser-large.is-advertorial .teaser-excerpt,
  .teaser-large-advertorial-container .teaser-excerpt {
    display: none;
  }
  .asmb-teaser-large.is-advertorial .teaser-author,
  .teaser-large-advertorial-container .teaser-author {
    display: none;
  }
  .asmb-teaser-large.is-advertorial .teaser-category-container,
  .teaser-large-advertorial-container .teaser-category-container {
    display: none;
  }
  .asmb-teaser-large.is-advertorial .teaser-title p,
  .teaser-large-advertorial-container .teaser-title p {
    font-size: 0.938rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

@media (max-width: 992px) {
  .teaser-large-advertorial-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.asmb-teaser-quote {
  text-align: center;
}
.asmb-teaser-quote .teaser-quote {
  margin-bottom: 0.5rem;
}
.asmb-teaser-quote .teaser-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.asmb-teaser-quote .teaser-title .quote {
  margin: 0.25rem 0;
}
.asmb-teaser-quote .teaser-title .author-quote {
  padding-bottom: 0.05rem;
  margin: 0.25rem 0.75rem;
}

.asmb-teaser-opinion {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.asmb-teaser-opinion .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 85%;
}
.asmb-teaser-opinion .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-opinion .teaser-excerpt {
  margin-bottom: 0.75rem;
}
.asmb-teaser-opinion .teaser-title {
  margin-bottom: 0.75rem;
}

.asmb-teaser-releases {
  margin-bottom: 1.5rem;
}
.asmb-teaser-releases .teaser-image-container {
  margin-bottom: 0.75rem;
}
.asmb-teaser-releases .asmb-review-rating-container {
  margin-bottom: 0.5rem;
}
.asmb-teaser-releases .teaser-title p {
  margin: 0;
}

.asmb-reviews-page .asmb-teaser-releases {
  padding: 0.75rem;
}

.asmb-teaser-video-large {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .asmb-teaser-video-large {
    margin-bottom: 1rem;
  }
}
.asmb-teaser-video-large .teaser-text-container {
  text-align: left;
  margin-top: 0.5rem;
}
.asmb-teaser-video-large .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.asmb-teaser-video-large .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asmb-teaser-video-medium {
  margin-bottom: 1rem;
}
.asmb-teaser-video-medium .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.asmb-teaser-video-medium .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-video-medium .teaser-text-container {
  margin-top: 0.5rem;
}

.asmb-video-slider-container .asmb-teaser-video-medium {
  margin: 0 0.5rem;
}
@media (max-width: 992px) {
  .asmb-video-slider-container .asmb-teaser-video-medium {
    margin: 0 0 1.5rem 0;
  }
}

@media (max-width: 1279px) {
  .home .asmb-teaser-video-medium-container .asmb-teaser-video-medium a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .home .asmb-teaser-video-medium-container .asmb-teaser-video-medium a .teaser-image-container {
    width: 50%;
    margin-right: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 30%;
  }
  .home .asmb-teaser-video-medium-container .asmb-teaser-video-medium a .teaser-text-container {
    margin-top: 0;
    width: 50%;
  }
  .home .asmb-teaser-video-medium-container .asmb-teaser-video-medium a .teaser-title p {
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

.asmb-teaser-video-mega {
  position: relative;
}
.asmb-teaser-video-mega:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega:after {
    background: transparent;
  }
}
.asmb-teaser-video-mega .teaser-text-container {
  padding: 0 0 2rem 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .teaser-text-container {
    padding: 0;
    position: relative;
    width: 100%;
  }
}
.asmb-teaser-video-mega .teaser-category-container p {
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .teaser-category-container p {
    border-bottom: 2px solid #000;
    color: #000;
  }
}
.asmb-teaser-video-mega .teaser-title {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .teaser-title .asmb-headline {
    color: #000;
  }
}
.asmb-teaser-video-mega .teaser-excerpt {
  position: relative;
  margin-top: 0.5rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .teaser-excerpt .asmb-headline {
    color: #000;
  }
}
.asmb-teaser-video-mega .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .teaser-image-container {
    margin-bottom: 1rem;
  }
}
.asmb-teaser-video-mega .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-video-mega:hover * {
  color: #e2e2e2;
}

@media (max-width: 992px) {
  .asmb-video-newest .asmb-teaser-video-medium:nth-child(n+5),
  .asmb-video-most-viewed .asmb-teaser-video-medium:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 992px) {
  .asmb-video-interviews .asmb-video-teaser-item-right:nth-child(n+4),
  .asmb-video-attitude .asmb-video-teaser-item-right:nth-child(n+4) {
    display: none;
  }
}

.asmb-teaser-icon {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.asmb-teaser-icon .icon-play {
  padding-left: 0.15rem;
}

.asmb-teaser-medium .asmb-teaser-icon {
  font-size: 0.75rem;
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .asmb-teaser-medium .asmb-teaser-icon {
    padding: 0.65rem;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
  }
}

.asmb-teaser-large .asmb-teaser-icon {
  font-size: 0.938rem;
}
@media (max-width: 992px) {
  .asmb-teaser-large .asmb-teaser-icon {
    padding: 0.65rem;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
  }
}

.asmb-teaser-mega .asmb-teaser-icon {
  padding: 0.75rem;
  font-size: 1.25rem;
  width: 45px;
  height: 45px;
}
@media (max-width: 992px) {
  .asmb-teaser-mega .asmb-teaser-icon {
    padding: 0.65rem;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
  }
}

.asmb-teaser-video-medium .asmb-teaser-icon {
  font-size: 0.75rem;
  width: 28px;
  height: 28px;
}
@media (max-width: 992px) {
  .asmb-teaser-video-medium .asmb-teaser-icon {
    padding: 0.65rem;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
  }
}

.asmb-teaser-video-large .asmb-teaser-icon {
  padding: 0.75rem;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .asmb-teaser-video-large .asmb-teaser-icon {
    padding: 0.65rem;
    font-size: 0.875rem;
    width: 36px;
    height: 36px;
  }
}

.asmb-teaser-video-mega .asmb-teaser-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  font-size: 1.5rem;
  top: calc(50% - 30px);
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 60px;
  height: 60px;
}
@media (max-width: 992px) {
  .asmb-teaser-video-mega .asmb-teaser-icon {
    top: 50%;
  }
}

.asmb-teaser-list-events {
  padding: 1rem 0;
}
.asmb-teaser-list-events:hover {
  cursor: pointer;
}
.asmb-teaser-list-events:hover .asmb-button {
  color: #fff;
}
.asmb-teaser-list-events .teaser-date p {
  margin: 0;
}
.asmb-teaser-list-events .teaser-city {
  margin-top: 0.35rem;
}
.asmb-teaser-list-events .asmb-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 576px) {
  .asmb-teaser-list-events .asmb-button-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.75rem;
  }
}

.asmb-teaser-text-recommendation,
.asmb-teaser-text-medium-advertorial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
.asmb-teaser-text-recommendation:before,
.asmb-teaser-text-medium-advertorial:before {
  content: "";
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #d71920;
  display: inline-block;
  margin: 0.1875rem 0.5rem 0 0.3125rem;
  width: 0;
  height: 0;
}
@media (max-width: 576px) {
  .asmb-teaser-text-recommendation .asmb-headline.headline-s,
  .asmb-teaser-text-medium-advertorial .asmb-headline.headline-s {
    font-size: 1rem !important;
  }
}

.asmb-teaser-text-medium-advertorial .asmb-advertorial-flag {
  background: #666666;
  color: #fff;
  font-size: 0.5rem;
  position: relative;
  bottom: 2px;
  letter-spacing: 0.05rem;
  padding: 4px 3px 4px 6px;
  margin-right: 4px;
  text-transform: uppercase;
}
.asmb-teaser-text-medium-advertorial .asmb-headline.headline-s {
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .asmb-teaser-text-medium-advertorial .asmb-headline.headline-s {
    font-size: 0.938rem !important;
  }
}

.asmb-ads-native-home-desktop-top {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1024px;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 576px) {
  .asmb-ads-native-home-desktop-top {
    display: none;
  }
}

.asmb-ads-native-home-mobile-bottom {
  border: 1px solid #000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 2rem auto;
  padding-top: 1rem;
  max-width: 450px;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 576px) {
  .asmb-ads-native-home-mobile-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.asmb-ads-native-home-mobile-top,
.asmb-ads-native-category-mobile {
  border: 1px solid #000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
  max-width: 450px;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 576px) {
  .asmb-ads-native-home-mobile-top,
  .asmb-ads-native-category-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.asmb-category .asmb-ads-native-category-mobile {
  margin: 0 auto 2rem auto;
  padding-top: 0;
}

.home .asmb-ads-native-home-mobile-bottom {
  padding-top: 0;
}

.asmb-ads-native-category-desktop {
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem 0;
  max-width: 1024px;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 576px) {
  .asmb-ads-native-category-desktop {
    display: none;
  }
}

.asmb-stage-top-desktop-container,
.asmb-stage-bottom-desktop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .asmb-stage-top-desktop-container,
  .asmb-stage-bottom-desktop-container {
    display: none;
  }
}

.asmb-stage-top-mobile-container,
.asmb-stage-bottom-mobile-container {
  display: none;
}
@media (max-width: 768px) {
  .asmb-stage-top-mobile-container,
  .asmb-stage-bottom-mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.asmb-category .asmb-page-navigation,
.asmb-section-reviews .asmb-page-navigation,
.asmb-events-search .asmb-page-navigation,
.asmb-reviews-page .asmb-page-navigation,
.asmb-author .asmb-page-navigation,
.asmb-archive .asmb-page-navigation,
.asmb-search .asmb-page-navigation,
.tax-city .asmb-page-navigation {
  text-align: center;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .asmb-category .asmb-page-navigation,
  .asmb-section-reviews .asmb-page-navigation,
  .asmb-events-search .asmb-page-navigation,
  .asmb-reviews-page .asmb-page-navigation,
  .asmb-author .asmb-page-navigation,
  .asmb-archive .asmb-page-navigation,
  .asmb-search .asmb-page-navigation,
  .tax-city .asmb-page-navigation {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.asmb-category .asmb-page-navigation .wp-paginate a,
.asmb-section-reviews .asmb-page-navigation .wp-paginate a,
.asmb-events-search .asmb-page-navigation .wp-paginate a,
.asmb-reviews-page .asmb-page-navigation .wp-paginate a,
.asmb-author .asmb-page-navigation .wp-paginate a,
.asmb-archive .asmb-page-navigation .wp-paginate a,
.asmb-search .asmb-page-navigation .wp-paginate a,
.tax-city .asmb-page-navigation .wp-paginate a {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.asmb-category .asmb-page-navigation .wp-paginate .current,
.asmb-section-reviews .asmb-page-navigation .wp-paginate .current,
.asmb-events-search .asmb-page-navigation .wp-paginate .current,
.asmb-reviews-page .asmb-page-navigation .wp-paginate .current,
.asmb-author .asmb-page-navigation .wp-paginate .current,
.asmb-archive .asmb-page-navigation .wp-paginate .current,
.asmb-search .asmb-page-navigation .wp-paginate .current,
.tax-city .asmb-page-navigation .wp-paginate .current {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: 700;
}
.asmb-category .asmb-page-navigation .wp-paginate .page,
.asmb-category .asmb-page-navigation .wp-paginate .prev,
.asmb-category .asmb-page-navigation .wp-paginate .next,
.asmb-section-reviews .asmb-page-navigation .wp-paginate .page,
.asmb-section-reviews .asmb-page-navigation .wp-paginate .prev,
.asmb-section-reviews .asmb-page-navigation .wp-paginate .next,
.asmb-events-search .asmb-page-navigation .wp-paginate .page,
.asmb-events-search .asmb-page-navigation .wp-paginate .prev,
.asmb-events-search .asmb-page-navigation .wp-paginate .next,
.asmb-reviews-page .asmb-page-navigation .wp-paginate .page,
.asmb-reviews-page .asmb-page-navigation .wp-paginate .prev,
.asmb-reviews-page .asmb-page-navigation .wp-paginate .next,
.asmb-author .asmb-page-navigation .wp-paginate .page,
.asmb-author .asmb-page-navigation .wp-paginate .prev,
.asmb-author .asmb-page-navigation .wp-paginate .next,
.asmb-archive .asmb-page-navigation .wp-paginate .page,
.asmb-archive .asmb-page-navigation .wp-paginate .prev,
.asmb-archive .asmb-page-navigation .wp-paginate .next,
.asmb-search .asmb-page-navigation .wp-paginate .page,
.asmb-search .asmb-page-navigation .wp-paginate .prev,
.asmb-search .asmb-page-navigation .wp-paginate .next,
.tax-city .asmb-page-navigation .wp-paginate .page,
.tax-city .asmb-page-navigation .wp-paginate .prev,
.tax-city .asmb-page-navigation .wp-paginate .next {
  cursor: pointer;
}
.asmb-category .asmb-page-navigation .wp-paginate .gap,
.asmb-section-reviews .asmb-page-navigation .wp-paginate .gap,
.asmb-events-search .asmb-page-navigation .wp-paginate .gap,
.asmb-reviews-page .asmb-page-navigation .wp-paginate .gap,
.asmb-author .asmb-page-navigation .wp-paginate .gap,
.asmb-archive .asmb-page-navigation .wp-paginate .gap,
.asmb-search .asmb-page-navigation .wp-paginate .gap,
.tax-city .asmb-page-navigation .wp-paginate .gap {
  cursor: auto;
}

.asmb-category .asmb-page-navigation {
  margin-top: 0;
}

.page-links {
  border-top: 1px solid #000;
  font-family: "Graphik", sans-serif;
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.post-page-numbers {
  border: 1px solid #000;
  font-family: "Georgia", serif;
  padding: 4px 8px;
  text-transform: none;
}
.post-page-numbers.current {
  background: #000;
  color: #fff;
  font-weight: 700;
}

.single .post-page-numbers {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.tax-city .asmb-page-navigation,
.asmb-events-search .asmb-page-navigation {
  margin-top: 1.5rem;
}
.tax-city .asmb-page-navigation .page-numbers,
.asmb-events-search .asmb-page-navigation .page-numbers {
  border: 1px solid #000;
  font-family: "Georgia", serif;
  padding: 4px 8px;
  text-transform: none;
}
.tax-city .asmb-page-navigation .page-numbers.current,
.asmb-events-search .asmb-page-navigation .page-numbers.current {
  background: #000;
  color: #fff;
  font-weight: 700;
}
.tax-city .asmb-page-navigation .page-numbers.dots,
.asmb-events-search .asmb-page-navigation .page-numbers.dots {
  border: none;
  color: #999;
  padding: 0;
}

.asmb-search-bar-container {
  background: #efefef;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  position: relative;
  margin: 1rem 6px 0rem 6px;
  height: 60px;
}
.asmb-search-bar-container.is-scrolled {
  position: sticky;
  top: 65px;
  left: 0;
  width: 100vw;
  max-width: 1012px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .asmb-search-bar-container {
    display: none;
  }
}
.asmb-search-bar-container label {
  margin: 0 0 0 0.5rem;
  width: 95%;
}
.asmb-search-bar-container .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 100%;
}
.asmb-search-bar-container .search-field {
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.813rem;
  letter-spacing: 0.1rem;
  padding: 0 0 0 1rem;
  text-transform: uppercase;
}
.asmb-search-bar-container .search-submit {
  color: #fff;
}

.asmb-search-bar-close {
  border: none;
}

.asmb-search-bar-container.is-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .asmb-search-bar-container.is-mobile {
    border: 1px solid #000;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 1rem 0;
    width: 100%;
    height: 52px;
  }
}
.asmb-search-bar-container.is-mobile label {
  margin-bottom: 0;
  width: 100%;
}
.asmb-search-bar-container.is-mobile label:after {
  content: "\f002";
  font-family: "fontello";
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}
.asmb-search-bar-container.is-mobile .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
}
.asmb-search-bar-container.is-mobile .search-field {
  background: #efefef;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 48px;
}
.asmb-search-bar-container.is-mobile .search-submit {
  color: #fff;
}
.asmb-search-bar-container.is-mobile .asmb-search-bar-close {
  display: none;
}
.asmb-search-bar-container.is-mobile .asmb-search-bar-icon {
  display: block;
  position: absolute;
  right: 10px;
}

.wpcf7 form > p {
  font-weight: 600;
  margin-bottom: 0rem;
}
.wpcf7 .wpcf7-form-control {
  margin-bottom: 1rem;
}
.wpcf7 .wpcf7-form-control.wpcf7-text.form-control {
  height: 50px !important;
}

.qsm-quiz-container {
  margin: 1.75rem 0;
}
.qsm-quiz-container .mlw_qmn_question {
  font-weight: 600;
}
.qsm-quiz-container .mlw_answer_open_text {
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
}
.qsm-quiz-container .border {
  border: 0 !important;
}
.qsm-quiz-container strong {
  font-weight: 600 !important;
}

.wiederufen-a-tag {
  color: #000;
}

.wdm-nocapt-recapt {
  border: 0px;
  height: unset !important;
}

.asmb-section-newsletter {
  border: 1px solid #000;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  position: relative;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 1279px) {
  .asmb-section-newsletter {
    margin-bottom: 1.5rem;
  }
}

.asmb-section-movies .asmb-section-newsletter {
  margin-bottom: 1.5rem;
}

.asmb-newsletter-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0;
}

.asmb-newsletter-input-text {
  border: 1px solid #000;
  padding-left: 1rem;
  width: 100%;
  height: 44px;
}

.asmb-newsletter-button {
  background: none;
  border: 1px solid #000;
  border-left: none;
  left: 1px;
  width: 40px;
}
.asmb-newsletter-button .asmb-arrow-links {
  color: #000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.asmb-newsletter-button:disabled i {
  color: #e2e2e2;
}

.asmb-newsletter-checkbox {
  margin-left: -11px;
}

.asmb-archive-newsletter-box {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 1279px) {
  .asmb-section-movies .asmb-section-newsletter,
  .asmb-category.not-paged .asmb-section-newsletter {
    display: none;
  }
}

.asmb-section-audio .asmb-section-newsletter {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-section-audio .asmb-section-newsletter {
    display: block;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.single .asmb-section-newsletter {
  display: block;
}
@media (max-width: 1279px) {
  .single .asmb-section-newsletter {
    display: none;
  }
}

.asmb-section-audio .teaser-title p {
  margin-bottom: 0.5rem;
}

.asmb-article-sidebar-content-container {
  border-top: 6px solid #d71920;
  border-bottom: 6px solid #d71920;
  padding-top: 0.5rem;
  position: relative;
  margin: 1rem 0 3rem 0;
  width: 100%;
}
.asmb-article-sidebar-content-container:before {
  border-top: 1px solid #d71920;
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
}
.asmb-article-sidebar-content-container .asmb-headline {
  background: #fff;
  display: inline-block;
  margin: 0 0 1rem 0;
  padding-right: 0.5rem;
  position: relative;
  top: -4px;
}
.asmb-article-sidebar-content-container .row {
  margin: 0;
}

.asmb-article-sidebar-content-container .asmb-sidebar-item {
  padding: 0;
}
.asmb-article-sidebar-content-container .asmb-sidebar-item .asmb-teaser-text-medium .teaser-title .asmb-headline {
  background: transparent;
  display: block;
  font-size: 1rem;
  margin: 0;
  padding-right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .asmb-article-sidebar-content-container .asmb-sidebar-item .asmb-teaser-text-medium .teaser-title .asmb-headline {
    font-size: 1rem;
  }
}

.category .asmb-article-sidebar-content-container,
.archive .asmb-article-sidebar-content-container {
  margin: 3rem 0 3rem 0;
}
@media (max-width: 992px) {
  .category .asmb-article-sidebar-content-container,
  .archive .asmb-article-sidebar-content-container {
    display: none;
  }
}

.asmb-article-sidebar-container {
  margin-top: 1.5rem;
}

.amsb-article-list-block-container {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 3rem;
}
.amsb-article-list-block-container .asmb-responsive-video {
  margin: 0 !important;
}
.amsb-article-list-block-container p {
  margin-top: 1rem;
  margin-bottom: 0 !important;
}
.amsb-article-list-block-container .row.asmb-article-list-block-square-container {
  margin-right: -10px;
  margin-left: -10px;
}

.asmb-article-list-block-headline {
  margin-top: 1.25rem !important;
}
.asmb-article-list-block-headline h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Publico Headline", serif;
  font-size: 1.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .asmb-article-list-block-headline h2 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.5rem !important;
  }
}
.asmb-article-list-block-headline span {
  border-right: 1px solid #000;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  font-family: "Publico Banner Ultra", serif;
  font-size: 4.5rem;
}
@media (max-width: 992px) {
  .asmb-article-list-block-headline span {
    font-size: 3rem;
    line-height: 90%;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.asmb-article-list-block-headline h3 {
  font-size: 1.563rem;
  font-style: italic !important;
  margin: 0.25rem 0 !important;
}
@media (max-width: 992px) {
  .asmb-article-list-block-headline h3 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.438rem !important;
  }
}
.asmb-article-list-block-headline h4 {
  font-family: "Graphik", sans-serif;
  margin: 0.25rem 0 !important;
  font-size: 1.125rem !important;
}

.amsb-article-list-block-caption {
  color: #757575;
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: 0;
  margin-right: 0.25rem;
  text-transform: none;
}

.amsb-article-list-block-credits {
  color: #757575;
  font-family: "Graphik", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.asmb-article-list-block-number {
  color: #000;
  font-family: "Publico Banner Ultra", serif;
  font-size: 4.5rem;
}
@media (max-width: 576px) {
  .asmb-article-list-block-number {
    font-size: 3rem;
  }
}

.asmb-article-list-block-cover-text .asmb-article-list-block-number {
  margin-bottom: 0.5rem;
}

.asmb-article-list-headline-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Publico Headline", serif;
  font-size: 1.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 992px) {
  .asmb-article-list-headline-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.5rem !important;
  }
}
.asmb-article-list-headline-container span {
  border-right: 1px solid #000;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  font-family: "Publico Banner Ultra", serif;
  font-size: 4.5rem;
}
@media (max-width: 992px) {
  .asmb-article-list-headline-container span {
    font-size: 3rem;
    line-height: 90%;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}

.asmb-article-list-text-container {
  border-bottom: 1px solid #000;
  margin: 1.75rem 0 2.25rem 0 !important;
  padding-bottom: 2.25rem;
  position: relative;
  width: 100%;
}
.asmb-article-list-text-container:before {
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  bottom: 4px;
  width: 100%;
}

.asmb-article-list-1to1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-article-list-1to1-container > :first-child {
  margin: 0;
  width: 50% !important;
}
@media (max-width: 576px) {
  .asmb-article-list-1to1-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .asmb-article-list-1to1-container > :first-child {
    width: 100% !important;
  }
}
.asmb-article-list-1to1-container figure {
  margin: 0;
}

.asmb-article-list-1to1-headline-container {
  margin-left: 1.5rem;
  width: 50%;
}
@media (max-width: 576px) {
  .asmb-article-list-1to1-headline-container {
    width: 100%;
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
.asmb-article-list-1to1-headline-container .asmb-article-list-1to1-number {
  background: transparent;
  color: #000;
  display: block;
  font-family: "Publico Banner Ultra", serif;
  font-size: 4.5rem;
  line-height: normal;
}
@media (max-width: 576px) {
  .asmb-article-list-1to1-headline-container .asmb-article-list-1to1-number {
    font-size: 3rem;
  }
}
.asmb-article-list-1to1-headline-container .asmb-article-list-1to1-artist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Publico Headline", serif;
  font-size: 1.75rem !important;
  line-height: normal;
}
@media (max-width: 992px) {
  .asmb-article-list-1to1-headline-container .asmb-article-list-1to1-artist {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.5rem !important;
  }
}
.asmb-article-list-1to1-headline-container .asmb-article-list-1to1-title {
  display: block;
  font-family: "Publico Headline", serif;
  font-size: 1.563rem;
  font-style: italic !important;
  line-height: normal;
  margin: 0.25rem 0 !important;
}
@media (max-width: 992px) {
  .asmb-article-list-1to1-headline-container .asmb-article-list-1to1-title {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 1.438rem !important;
  }
}
.asmb-article-list-1to1-headline-container .asmb-article-list-1to1-year {
  display: block;
  font-family: "Graphik", sans-serif;
  line-height: normal;
  margin: 0.25rem 0 !important;
  font-size: 1.125rem !important;
}
.asmb-article-list-1to1-headline-container p {
  margin: 0 !important;
}

.article-box-single.atkp-container {
  margin: 1.5rem auto -1.5rem auto;
}
.article-box-single .atkp-box {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}
.article-box-single .atkp-box .article-box-container {
  background: transparent;
  border-radius: 0;
  position: relative;
  outline: 1px solid #000;
  outline-offset: 6px;
  width: calc(100% - 14px);
  margin: 0 auto;
}
.article-box-single .atkp-box:before {
  color: #939393;
  content: "Anzeige (Affiliate-Link)";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -25px;
  right: 0;
  text-transform: uppercase;
}
.article-box-single .atkp-box .atkp-thumb {
  margin: 0;
  padding: 0;
  width: 100%;
}
.article-box-single .atkp-box .atkp-image {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box-single .atkp-box .article-box-image-container {
  padding: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-box-single .atkp-box .atkp-title {
  margin: 0 0 0.75rem 0;
}
.article-box-single .atkp-box .atkp-title.typo-color-black {
  color: #000;
}
.article-box-single .article-box-text-container {
  background: #efefef;
  padding: 0.75rem 1.25rem 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.article-box-single .asmb-button-tertiary {
  color: #fff !important;
}
@media (max-width: 600px) {
  .article-box-single .asmb-button-tertiary {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    line-height: 130%;
  }
}

.article-box-multiple.atkp-container {
  margin: 1.5rem auto -1.5rem auto;
  width: calc(100% - 14px);
}
.article-box-multiple .atkp-box {
  background: transparent;
  position: relative;
  border: 0;
  border-radius: 0;
  outline: 1px solid #000;
  outline-offset: 6px;
}
.article-box-multiple .atkp-box:before {
  color: #939393;
  content: "Anzeige (Affiliate-Link)";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -25px;
  right: 0;
  text-transform: uppercase;
}
.article-box-multiple .atkp-box .article-box-container {
  border-bottom: 1px solid #000;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.article-box-multiple .atkp-box .article-box-container:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-box-multiple .atkp-box .atkp-thumb {
  position: relative;
  padding: 0 0 80% 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.article-box-multiple .atkp-box .atkp-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: auto;
  max-width: none;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-box-multiple .atkp-box .article-box-image-container {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 0;
}
.article-box-multiple .atkp-box .atkp-title {
  margin: 0 0 0.75rem 0;
}
.article-box-multiple .atkp-box .atkp-title.typo-color-black {
  color: #000;
}
.article-box-multiple .atkp-box .article-box-container:last-child .article-box-image-container {
  border-bottom: 0;
}
.article-box-multiple .atkp-box .article-box-container:last-child .article-box-text-container {
  border-bottom: 0;
}
.article-box-multiple .asmb-button-tertiary {
  color: #fff !important;
}
@media (max-width: 600px) {
  .article-box-multiple .asmb-button-tertiary {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    line-height: 130%;
  }
}
.article-box-multiple .article-box-text-container {
  background: #efefef;
  border-bottom: 1px solid #fff;
  padding: 0.75rem 1.25rem 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.article-box-sidebar.atkp-container {
  margin: 1.5rem auto -1.5rem auto;
  width: calc(100% - 14px);
}
.article-box-sidebar .atkp-box {
  background: transparent;
  position: relative;
  border: 0;
  border-radius: 0;
  outline: 1px solid #000;
  outline-offset: 6px;
}
.article-box-sidebar .atkp-box .article-box-container {
  background: #efefef;
  border-radius: 0;
  position: relative;
}
.article-box-sidebar .atkp-box:before {
  color: #939393;
  content: "Anzeige (Affiliate-Link)";
  display: inline;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -25px;
  right: 0;
  text-transform: uppercase;
}
.article-box-sidebar .atkp-box .atkp-thumb {
  position: relative;
  padding: 0 0 60% 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1200px) {
  .article-box-sidebar .atkp-box .atkp-thumb {
    padding: 0 0 80% 0;
  }
}
.article-box-sidebar .atkp-box .atkp-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: auto;
  max-width: none;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-box-sidebar .atkp-box .article-box-image-container {
  padding: 0.75rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-box-sidebar .atkp-box .atkp-title {
  margin: 0;
}
.article-box-sidebar .atkp-box .atkp-title.typo-color-black {
  color: #000;
}
.article-box-sidebar .atkp-box a.asmb-button {
  color: #fff;
  margin-top: 0.75rem;
}
@media (max-width: 480px) {
  .article-box-sidebar .atkp-box a.asmb-button {
    line-height: 120%;
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}
.article-box-sidebar .asmb-button-tertiary {
  color: #fff !important;
}
@media (max-width: 600px) {
  .article-box-sidebar .asmb-button-tertiary {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    line-height: 130%;
  }
}
.article-box-sidebar .article-box-text-container {
  padding: 0.75rem 1.25rem 1rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.asmb-article-sidebar-affiliate {
  margin-top: 3rem;
}
@media (max-width: 1200px) {
  .asmb-article-sidebar-affiliate {
    margin-top: 0;
  }
}

.affiliate-simple-button-container i,
.affiliate-reviews-button-container i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.affiliate-simple-button-container .asmb-button-tertiary,
.affiliate-reviews-button-container .asmb-button-tertiary {
  position: relative;
  padding: 1rem 0.75rem;
  margin-bottom: 0.5rem;
}
.affiliate-simple-button-container .asmb-button-tertiary:after,
.affiliate-reviews-button-container .asmb-button-tertiary:after {
  color: #939393;
  content: "Anzeige (Affiliate-Link)";
  display: inline;
  font-size: 10px;
  font-family: "Georgia", serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
  position: absolute;
  top: -13px;
  left: 0;
  text-transform: uppercase;
}

.article-box-single.multiple-shops .atkp-offers-dropbtn,
.affiliate-simple-button-container.multiple-shops .atkp-offers-dropbtn,
.affiliate-reviews-button-container.multiple-shops .atkp-offers-dropbtn {
  font-size: 0.688rem !important;
  color: #d71920;
  font-family: "Graphik", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 0px;
  letter-spacing: 0.05rem;
}
.article-box-single.multiple-shops .atkp-offers-dropbtn:hover,
.affiliate-simple-button-container.multiple-shops .atkp-offers-dropbtn:hover,
.affiliate-reviews-button-container.multiple-shops .atkp-offers-dropbtn:hover {
  color: #000;
}
.article-box-single.multiple-shops .atkp-moreoffers-box,
.affiliate-simple-button-container.multiple-shops .atkp-moreoffers-box,
.affiliate-reviews-button-container.multiple-shops .atkp-moreoffers-box {
  margin-top: -4px;
}
.article-box-single.multiple-shops .atkp-more-offers-price,
.affiliate-simple-button-container.multiple-shops .atkp-more-offers-price,
.affiliate-reviews-button-container.multiple-shops .atkp-more-offers-price {
  color: #000;
  font-family: "Graphik", sans-serif;
}
.article-box-single.multiple-shops .atkp-offers-dropdown-content,
.affiliate-simple-button-container.multiple-shops .atkp-offers-dropdown-content,
.affiliate-reviews-button-container.multiple-shops .atkp-offers-dropdown-content {
  border: 1px solid #000;
}
.article-box-single.multiple-shops .atkp-offers-dropdown-content .atkp-container a,
.affiliate-simple-button-container.multiple-shops .atkp-offers-dropdown-content .atkp-container a,
.affiliate-reviews-button-container.multiple-shops .atkp-offers-dropdown-content .atkp-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-box-single.multiple-shops .atkp-more-offers-shipping,
.affiliate-simple-button-container.multiple-shops .atkp-more-offers-shipping,
.affiliate-reviews-button-container.multiple-shops .atkp-more-offers-shipping {
  display: none;
}
.article-box-single.multiple-shops .atkp-more-offers-right,
.affiliate-simple-button-container.multiple-shops .atkp-more-offers-right,
.affiliate-reviews-button-container.multiple-shops .atkp-more-offers-right {
  font-size: 0.813rem;
  width: auto;
}
.article-box-single.multiple-shops.affiliate-simple-button-container .atkp-offers-dropdown-content, .article-box-single.multiple-shops.affiliate-reviews-button-container .atkp-offers-dropdown-content,
.affiliate-simple-button-container.multiple-shops.affiliate-simple-button-container .atkp-offers-dropdown-content,
.affiliate-simple-button-container.multiple-shops.affiliate-reviews-button-container .atkp-offers-dropdown-content,
.affiliate-reviews-button-container.multiple-shops.affiliate-simple-button-container .atkp-offers-dropdown-content,
.affiliate-reviews-button-container.multiple-shops.affiliate-reviews-button-container .atkp-offers-dropdown-content {
  bottom: -47px;
  left: 0;
  margin-left: auto !important;
}
.article-box-single.multiple-shops .article-box-image-container,
.affiliate-simple-button-container.multiple-shops .article-box-image-container,
.affiliate-reviews-button-container.multiple-shops .article-box-image-container {
  padding-right: 0.35rem;
}

.single-reviews .affiliate-reviews-button-container.multiple-shops {
  margin: 2rem 0 1rem 0;
}
.single-reviews .affiliate-reviews-button-container.multiple-shops .atkp-offers-dropdown-content {
  bottom: -35px !important;
}

.asmb-article-breadcrumb {
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .asmb-article-breadcrumb {
    margin-bottom: 0.75rem;
  }
}
.asmb-article-breadcrumb a {
  color: #757575;
  font-family: "Graphik", sans-serif;
  font-size: 0.688rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .asmb-article-breadcrumb a {
    font-size: 0.688rem;
  }
}
.asmb-article-breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
.asmb-article-breadcrumb span {
  color: #757575;
  font-size: 1rem;
}

.asmb-article-special-one .asmb-article-breadcrumb {
  margin: 1rem 0;
  text-align: left;
}
@media (max-width: 576px) {
  .asmb-article-special-one .asmb-article-breadcrumb {
    margin: 0.75rem 0 0.5rem 0;
    text-align: center;
  }
}

.asmb-article-special-two .asmb-article-breadcrumb {
  text-align: left;
}
@media (max-width: 576px) {
  .asmb-article-special-two .asmb-article-breadcrumb {
    margin: 0.75rem 0 0.5rem 0;
    text-align: center;
  }
}

.single-video .asmb-article-breadcrumb {
  margin-bottom: -1rem;
}

/*
This file is used to contain all layout imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
.asmb-footer {
  padding: 0 6px;
}
@media (max-width: 1279px) {
  .asmb-footer {
    padding: 0;
  }
}
.asmb-footer .asmb-newsletter-container {
  border-top: 1px solid #000;
  margin: 1rem 0;
  padding: 1rem 0;
}
.asmb-footer .asmb-newsletter-container .asmb-newsletter-input-container {
  margin: 1rem 0;
}
@media (max-width: 992px) {
  .asmb-footer .asmb-newsletter-container {
    display: none;
  }
}
.asmb-footer .asmb-newsletter-container h4 {
  margin-bottom: 0.5rem;
}
.asmb-footer .asmb-newsletter-container div.wpcf7 {
  color: #fff;
}
.asmb-footer .asmb-newsletter-container p {
  margin-bottom: 0;
}
.asmb-footer .asmb-newsletter-subscription label {
  margin-bottom: 0;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-input-text {
  background: #404040;
  border-color: transparent;
  color: #fff;
  font-size: 0.938rem;
  padding-left: 1rem;
  width: 100%;
  height: 55px;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-consent-text {
  font-size: 0.75rem;
  line-height: 130%;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-consent-text .wpcf7-list-item {
  margin: 0;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-consent-text a {
  color: #fff;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-button {
  background-color: #404040;
  border-color: transparent;
  color: #fff;
  width: 55px;
  height: 55px;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-button:disabled {
  color: #404040;
}

.asmb-footer-container {
  border: 1px solid #000;
  margin: 2.5rem 0 0 0;
  padding: 2rem;
  position: relative;
  outline: 6px solid #000;
  outline-offset: -12px;
}
@media (max-width: 992px) {
  .asmb-footer-container {
    margin: 1.5rem 0 0;
  }
}

.asmb-footer-logo-container {
  display: block;
}
@media (max-width: 992px) {
  .asmb-footer-logo-container {
    margin-bottom: 0.5rem;
  }
}

.asmb-footer-logo {
  max-width: 200px;
}

.asmb-newsletter-subscription {
  display: inline-block;
  position: relative;
}

.asmb-footer-subscription {
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .asmb-footer-subscription {
    padding: 0;
  }
}
.asmb-footer-subscription .asmb-button-primary, .asmb-footer-subscription .wpcf7-submit.btn.btn-primary,
.asmb-footer-subscription .qsm-btn.qsm-submit-btn {
  margin-top: 1rem;
}
.asmb-footer-subscription .asmb-subscription-text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .asmb-footer-subscription .asmb-subscription-text {
    margin: 0.5rem 0 2rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.asmb-footer-menu {
  border-right: 1px solid #404040;
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .asmb-footer-menu {
    border-top: 1px solid #404040;
    border-right: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 1.5rem;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .asmb-footer-menu .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.asmb-footer-menu-legals-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.813rem;
}

.asmb-footer-menu-legals {
  border-top: 1px solid #000;
  padding-top: 1rem;
  margin-top: 2rem;
  width: 100%;
}
@media (max-width: 992px) {
  .asmb-footer-menu-legals {
    margin-top: 1.5rem;
  }
}
.asmb-footer-menu-legals a {
  color: #000;
  font-weight: 400;
}
.asmb-footer-menu-legals a:hover {
  color: #d71920;
  text-decoration: none;
}
.asmb-footer-menu-legals .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 140%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 992px) {
  .asmb-footer-menu-legals .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .asmb-footer-menu-legals .menu-item {
    font-size: 0.75rem;
    margin: 0 0.25rem;
  }
}

.asmb-footer-menu-navigation {
  margin-bottom: 1rem;
}
.asmb-footer-menu-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-footer-menu-navigation .menu-item {
  margin-right: 2rem;
}
.asmb-footer-menu-navigation .menu-item a {
  font-size: 0.938rem;
  font-weight: 500;
}
.asmb-footer-menu-navigation .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}

.asmb-footer-social-icon a {
  color: #000;
  font-size: 1.25rem;
}
.asmb-footer-social-icon a:hover {
  color: #d71920;
}
@media (max-width: 992px) {
  .asmb-footer-social-icon {
    margin: 0 0.75rem;
  }
}

.asmb-footer-social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .asmb-footer-social-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.asmb-footer-subscription-issue-container {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 222px;
}

.asmb-footer-external-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  margin: 2rem;
}
@media (max-width: 992px) {
  .asmb-footer-external-links-container {
    padding-top: 1.5rem;
    margin: 0 0 1.5rem 0;
  }
}
.asmb-footer-external-links-container > div {
  margin-bottom: 0.5rem;
}
.asmb-footer-external-links-container p {
  margin-bottom: 0;
}

.asmb-footer-external-links {
  margin-bottom: 0.5rem;
}
.asmb-footer-external-links a {
  color: #000;
  font-weight: 400;
  margin-right: 1rem;
  position: relative;
}
.asmb-footer-external-links a:hover {
  color: #d71920;
  text-decoration: none;
}
.asmb-footer-external-links a:before {
  content: "| ";
  color: #757575;
  position: absolute;
  right: -9px;
}
.asmb-footer-external-links li:last-child a:before {
  content: "";
}
.asmb-footer-external-links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 140%;
}

.asmb-header-container {
  background: transparent;
  position: relative;
  top: auto;
  left: auto;
  z-index: 9999;
}
@media (max-width: 1279px) {
  .asmb-header-container {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 121px;
    width: 100%;
  }
}

.is-advertorial .asmb-header-container,
.no-ads .asmb-header-container {
  padding-top: 0;
}

.asmb-sticker-header-ad-helper {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-sticker-header-ad-helper {
    display: block;
  }
}

.asmb-header-container-helper {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-header-container-helper {
    display: block;
    height: 183px;
  }
}

.asmb-iqd-sticky-header {
  display: block !important;
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
@media (max-width: 1279px) {
  .asmb-iqd-sticky-header {
    height: 121px;
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 1279px) {
  .is-advertorial .asmb-header-container-helper,
  .no-ads .asmb-header-container-helper {
    height: 62px;
  }
}

.asmb-navbar-container {
  position: relative;
  padding: 0 6px;
}
.asmb-navbar-container .asmb-rs-plus-logo {
  display: inline;
  margin-left: 0.25rem;
  width: 40px;
}
@media (max-width: 1279px) {
  .asmb-navbar-container .asmb-rs-plus-logo {
    width: 34px;
    padding: 0;
  }
}

.asmb-search-bar-icon {
  background: none;
  border: none;
  color: #000;
  display: block;
  font-size: 1.125rem;
}
@media (max-width: 1279px) {
  .asmb-search-bar-icon {
    display: none;
  }
}

.asmb-search-bar-close {
  cursor: pointer;
  margin-left: auto;
}

.asmb-welt-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.asmb-welt-logo-container .asmb-welt-logo-text {
  margin-bottom: 0;
  margin-right: 0.3rem;
}
.asmb-welt-logo-container img {
  margin-bottom: 1px;
  width: 45px;
}

.asmb-navbar-top-left-container,
.asmb-navbar-top-right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.asmb-navbar-top-left-container .asmb-navbar-inline-link,
.asmb-navbar-top-right-container .asmb-navbar-inline-link {
  font-family: "Georgia", serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.asmb-navbar-top-left-container span,
.asmb-navbar-top-right-container span {
  margin: 0 0 0.1rem 0;
}
.asmb-navbar-top-left-container hr,
.asmb-navbar-top-right-container hr {
  color: #000;
  margin: 0.5rem 0;
  opacity: 1;
  width: 12px;
}

.asmb-navbar-menu-container {
  position: relative;
}

.asmb-navbar-top-right-container {
  visibility: hidden;
  text-align: right;
  position: absolute;
  right: 0;
}

.asmb-navbar-top-left-container {
  position: absolute;
  left: 0;
}

.asmb-navbar-mega {
  background: #fff;
  position: relative;
}
@media (max-width: 1279px) {
  .asmb-navbar-mega {
    display: none;
  }
}
.asmb-navbar-mega .asmb-navbar-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.asmb-navbar-mega .asmb-navbar-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.asmb-navbar-mega .asmb-navbar-top-logo-container img {
  width: 500px;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1rem;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu .menu-item {
  position: relative;
  margin-right: 2rem;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu .menu-item a {
  color: #000;
  font-size: 0.813rem;
  font-weight: 400;
  padding-bottom: 13px;
  text-transform: uppercase;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu .menu-item a:hover {
  border-bottom: 6px solid #d71920;
  color: #d71920;
  text-decoration: none;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu .is-mobile.menu-item {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-navbar-mega .asmb-navbar-main-menu .menu .is-mobile.menu-item {
    display: block;
  }
}
.asmb-navbar-mega .asmb-navbar-main-menu .sub-menu {
  background: #fff;
  border: 1px solid #000;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: 0;
  outline: 1px solid #000;
  outline-offset: -5px;
  padding: 0.75rem 1.5rem 1.25rem 1.5rem;
  z-index: 2;
}
.asmb-navbar-mega .asmb-navbar-main-menu .sub-menu .menu-item {
  margin-right: 0;
}
.asmb-navbar-mega .asmb-navbar-main-menu .sub-menu .menu-item a {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-size: 0.813rem;
  font-weight: 500;
  padding: 0.75rem 0;
  white-space: nowrap;
}
.asmb-navbar-mega .asmb-navbar-main-menu .sub-menu .menu-item a:hover {
  border-bottom: 1px solid #000;
  color: #d71920;
  text-decoration: none;
}
.asmb-navbar-mega .asmb-navbar-main-menu .sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
  padding: 0.875rem 0 0 0;
}
.asmb-navbar-mega .asmb-navbar-main-menu .menu-main-container .menu .menu-item:hover > ul {
  visibility: visible;
}
.asmb-navbar-mega .asmb-rs-plus-logo {
  display: inline;
  margin-left: 0.25rem;
  width: 40px;
}

.asmb-navbar-small {
  background: #fff;
  position: absolute;
  bottom: 300px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 6px;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .asmb-navbar-small {
    display: none;
  }
}
@media (max-width: 1279px) {
  .asmb-navbar-small {
    bottom: auto !important;
  }
}
.asmb-navbar-small .asmb-navbar-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-navbar-small .asmb-navbar-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 0;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-bottom-container {
    background: #fff;
    padding: 0.5rem 0.5rem;
    width: 100vw;
    height: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.asmb-navbar-small .asmb-navbar-top-right-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-top-right-container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.asmb-navbar-small .asmb-navbar-top-right-container span {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-top-right-container span {
    display: block;
    line-height: 60%;
  }
}
.asmb-navbar-small .asmb-navbar-top-right-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-top-right-container a {
    font-size: 0.563rem;
  }
}
.asmb-navbar-small .asmb-navbar-inline-link {
  border-right: 1px solid #000;
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-inline-link {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.asmb-navbar-small .asmb-navbar-inline-link:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.asmb-navbar-small .asmb-navbar-main-menu {
  position: absolute;
  left: -5000px;
  top: 0;
  opacity: 0;
}
.asmb-navbar-small .asmb-navbar-main-menu.is-visible {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.asmb-navbar-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper-container {
  height: 91vh;
  overflow: auto;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper-container {
    margin-left: -6px;
  }
}
.asmb-navbar-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper {
  background: #fff;
  border-left: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  outline: 6px solid #000;
  outline-offset: -10px;
  min-width: 300px;
}
@media (max-width: 1279px) {
  .asmb-navbar-small .asmb-navbar-main-menu .asmb-navbar-main-menu-helper {
    width: 100vw;
  }
}
.asmb-navbar-small .asmb-navbar-main-menu .menu-item {
  border-bottom: 1px solid #000;
  font-size: 0.938rem;
  letter-spacing: 0.1rem;
  padding: 1.25rem 0;
  text-transform: uppercase;
}
.asmb-navbar-small .asmb-navbar-main-menu .menu-item:last-child {
  border-bottom: none;
}
.asmb-navbar-small .asmb-navbar-main-menu .typo-color-primary.menu-item a {
  color: #d71920;
}
.asmb-navbar-small .asmb-navbar-main-menu .sub-menu {
  background: #fff;
  display: none;
  margin-top: 1rem;
  z-index: 2;
}
.asmb-navbar-small .asmb-navbar-main-menu .sub-menu .menu-item {
  border-bottom: none;
  font-size: 0.813rem;
  letter-spacing: 0.075rem;
  padding: 0.75rem 0;
  margin: 0;
  text-transform: none;
}
.asmb-navbar-small .asmb-navbar-main-menu .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}
.asmb-navbar-small .asmb-navbar-small-logo-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.asmb-navbar-small .asmb-navbar-small-logo {
  width: 100%;
  max-width: 175px;
  -o-object-fit: contain;
     object-fit: contain;
}
.asmb-navbar-small .asmb-navbar-arrows {
  background: none;
  border: none;
  cursor: pointer;
  float: right;
  padding: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.asmb-navbar-small .asmb-navbar-arrows:after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  position: relative;
  width: 9px;
  height: 9px;
}
.asmb-navbar-small .asmb-navbar-arrows.is-active {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 4px;
}

.asmb-modal-helper {
  width: 100vw;
  max-width: 1012px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.75;
  z-index: -1;
}
@media (max-width: 1279px) {
  .asmb-modal-helper {
    opacity: 0.9;
    margin-left: -6px;
    max-width: none;
  }
}

.asmb-page-width {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
}
@media (max-width: 1279px) {
  .asmb-page-width {
    width: 100%;
    overflow: clip;
    padding: 0 5rem;
  }
}
@media (max-width: 1024px) {
  .asmb-page-width {
    padding: 0 3.5rem;
  }
}
@media (max-width: 768px) {
  .asmb-page-width {
    padding: 0 0.75rem;
  }
}

.asmb-page-width-small {
  margin: 0 auto;
  max-width: 930px;
  width: 100%;
}

.asmb-section {
  padding: 1.5rem 6px;
  margin: 2.5rem auto 0 auto;
  position: relative;
}
@media (max-width: 1279px) {
  .asmb-section {
    padding: 1.5rem 0;
  }
}
@media (max-width: 992px) {
  .asmb-section {
    padding: 1rem 0;
    margin: 1rem auto;
  }
}
.asmb-section:first-child {
  margin-top: 0;
}
.asmb-section.asmb-archive {
  margin-top: 0;
}
.asmb-section.asmb-audio {
  margin-top: 0;
}

@media (max-width: 1279px) {
  .asmb-category .asmb-section {
    padding: 0;
    margin: 1.5rem auto 0 auto;
  }
}
@media (max-width: 1279px) {
  .asmb-category .asmb-category-content-btf {
    margin-top: 0;
  }
}

.asmb-home-content-container {
  margin: 0 auto;
}

.asmb-section-dark-light {
  background: #404040;
}

.asmb-section-news {
  margin-top: 0;
  padding-top: 0;
}

.asmb-section-news-container {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1279px) {
  .asmb-section-news-container {
    grid-template-columns: 1fr;
    overflow: visible;
  }
}

.asmb-news-left-column-container {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 1.5rem;
}
@media (max-width: 1279px) {
  .asmb-news-left-column-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: none;
    border-right: none;
    margin-top: -0.5rem;
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .asmb-news-center-column-container {
    padding: 0;
  }
}

.asmb-news-right-column-container {
  padding-right: 0;
  padding-left: 0;
}

.asmb-news-bottom-container {
  margin: 1.5rem auto 0 auto;
  padding-top: 1.5rem;
}

.asmb-section-issue {
  padding: 2rem;
}
@media (max-width: 1279px) {
  .asmb-section-issue {
    margin: 0;
  }
}

.asmb-section-quote {
  margin: 1.5rem 0 3rem 0;
  padding: 0;
}
@media (max-width: 992px) {
  .asmb-section-quote {
    margin: 2rem 0 3.25rem 0;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.asmb-reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -0.5rem;
  padding-bottom: 1rem;
}

.asmb-opinion-container {
  border: 1px solid #000;
  padding: 4rem;
  position: relative;
  outline: 6px solid #000;
  outline-offset: -12px;
}
.asmb-opinion-container .asmb-button-opinion-container {
  background: #fff;
  padding: 0 1rem;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.asmb-opinion-section-headline {
  background: #fff;
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 1.5rem;
  z-index: 1;
}

@media (max-width: 992px) {
  .asmb-opinion-authors-container {
    margin: 1rem 0 0 0;
  }
}
.asmb-opinion-authors-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .asmb-opinion-authors-container ul {
    height: 180px;
    overflow-x: scroll;
    padding-bottom: 1rem;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

.asmb-opinion-list-item {
  border-right: 1px solid #000;
  scroll-snap-align: start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .asmb-opinion-list-item {
    padding: 1rem;
  }
}
.asmb-opinion-list-item:first-child {
  border-left: 1px solid #000;
}
.asmb-opinion-list-item .asmb-opinion-author-name {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.asmb-opinion-list-item a {
  border: 2px solid #000;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}
@media (max-width: 992px) {
  .asmb-opinion-list-item a {
    width: 100px;
    height: 100px;
  }
}
.asmb-opinion-list-item a:after {
  content: "";
  border: 6px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.asmb-opinion-list-item img {
  border-radius: 100%;
}

.asmb-popular {
  padding: 0;
}

.asmb-popular-container {
  margin-top: 2rem;
}
.asmb-popular-container .asmb-headline {
  margin-bottom: 1rem;
}
.asmb-popular-container .row {
  padding-right: 0;
  margin: 0 -12px !important;
}

.asmb-gallery-container {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
}
@media (max-width: 992px) {
  .asmb-gallery-container {
    overflow: scroll;
    height: 101vh;
  }
}
@media (max-width: 768px) {
  .asmb-gallery-container {
    margin-top: 62px !important;
  }
}

.page-template-page-gallery .asmb-header-container {
  display: none;
}

.asmb-gallery-header-container {
  background: #000;
  border-bottom: 1px solid #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 992px) {
  .asmb-gallery-header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.asmb-gallery-header-container img {
  border-right: 1px solid #404040;
  max-width: 200px;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 992px) {
  .asmb-gallery-header-container img {
    border-right: none;
    margin: 0 0 1rem 0;
    padding: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.asmb-gallery-header-container i {
  color: #fff;
  font-size: 1rem;
}
.asmb-gallery-header-container h1 {
  margin: 0 !important;
}

.asmb-gallery-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
@media (max-width: 992px) {
  .asmb-gallery-slider {
    height: auto;
  }
  .asmb-gallery-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
  }
}
.asmb-gallery-slider .asmb-gallery-content {
  height: auto;
  overflow: scroll;
  position: relative;
}
.asmb-gallery-slider .asmb-gallery-content .asmb-ads-banner {
  display: none;
}
.asmb-gallery-slider .arrow-container-left {
  border: 1px solid #404040;
  border-left: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  position: absolute;
  top: calc(50% - 130px);
  left: 0;
  width: 32px;
  height: 130px;
  z-index: 1;
}
@media (max-width: 576px) {
  .asmb-gallery-slider .arrow-container-left {
    right: 74px;
  }
}
.asmb-gallery-slider .arrow-container-left:hover {
  border-right: 2px solid #d71920;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.asmb-gallery-slider .arrow-container-left:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #fff;
  display: inline-block;
  margin: 0.1875rem 0 0 0.3125rem;
  width: 0;
  height: 0;
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-left:after {
    border-right: 10px solid #000;
  }
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-left {
    background: #fff;
    border: 0;
    color: #000;
    height: 90px;
    opacity: 0.7;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.asmb-gallery-slider .arrow-container-right {
  border: 1px solid #404040;
  border-right: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  position: absolute;
  top: calc(50% - 130px);
  right: 0;
  width: 32px;
  height: 130px;
  z-index: 1;
}
.asmb-gallery-slider .arrow-container-right:hover {
  border-left: 2px solid #d71920;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.asmb-gallery-slider .arrow-container-right:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  display: inline-block;
  margin: 0.1875rem 0 0 0.3125rem;
  width: 0;
  height: 0;
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-right:after {
    border-left: 10px solid #000;
  }
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-right {
    background: #fff;
    border: 0;
    color: #000;
    height: 90px;
    opacity: 0.7;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.asmb-gallery-slider-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media (max-width: 992px) {
  .asmb-gallery-slider-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.asmb-gallery-image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5rem;
  position: relative;
}
@media (max-width: 992px) {
  .asmb-gallery-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    height: auto;
    padding: 0;
  }
}
.asmb-gallery-image-container img {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  height: 95vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .asmb-gallery-image-container img {
    height: auto;
    padding: 1rem 0;
  }
}

.asmb-gallery-caption-container {
  border-left: 1px solid #404040;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: calc(100vh - 360px);
  overflow-y: scroll;
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .asmb-gallery-caption-container {
    border-left: 0;
    height: 100vh;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 0.5rem 2rem 2rem 2rem;
  }
}

.asmb-gallery-caption-container::-webkit-scrollbar {
  width: 10px;
  /* Adjust the width of the scrollbar */
}

.asmb-gallery-caption-container::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar thumb */
}

.asmb-gallery-caption-container::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color of the scrollbar thumb on hover */
}

.asmb-gallery-close-mark {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .asmb-gallery-close-mark {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.asmb-gallery-headline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.688rem;
  line-height: 130%;
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .asmb-gallery-headline {
    font-size: 1.25rem;
  }
}

.asmb-gallery-image-headline {
  font-size: 1.063rem !important;
  line-height: 140%;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .asmb-gallery-image-headline {
    font-size: 0.875rem !important;
  }
}

.asmb-gallery-copyright {
  color: #999999;
  font-family: "Graphik", sans-serif;
  font-size: 0.688rem !important;
  line-height: 140%;
  margin: 0.5rem 0 0 0 !important;
  text-transform: uppercase;
}

.asmb-gallery-hint-container {
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.asmb-gallery-hint-container i {
  margin-left: 0.5rem;
}

.asmb-issue-slider {
  padding-bottom: 0.5rem;
}
.asmb-issue-slider .arrow-container-left {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 70px;
  z-index: 1;
}
.asmb-issue-slider .arrow-container-left:hover {
  color: #d71920;
}
@media (max-width: 576px) {
  .asmb-issue-slider .arrow-container-left {
    top: 0;
    bottom: auto;
  }
}
.asmb-issue-slider .arrow-container-right {
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.asmb-issue-slider .arrow-container-right:hover {
  color: #d71920;
}
@media (max-width: 576px) {
  .asmb-issue-slider .arrow-container-right {
    top: 0;
    bottom: auto;
  }
}
.asmb-issue-slider .slick-list {
  padding: 0 8rem 0 0;
}
@media (max-width: 576px) {
  .asmb-issue-slider .slick-list {
    padding: 0 6rem 0 0;
  }
}

@media (max-width: 992px) {
  .asmb-issue-slider-content {
    margin-right: -6rem;
  }
}
.asmb-issue-slider-content .asmb-issue-slider-description {
  margin: 1rem 0 1.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (max-width: 992px) {
  .asmb-issue-slider-content .asmb-issue-slider-description {
    height: 115px;
  }
}
@media (max-width: 992px) {
  .asmb-issue-slider-content .asmb-issue-slider-title,
  .asmb-issue-slider-content .asmb-issue-slider-kicker {
    display: none;
  }
}

.asmb-issue-slider-image-mobile {
  display: none;
}
.asmb-issue-slider-image-mobile img {
  width: 100%;
}

.asmb-issue-slider-container.slick-slide .asmb-issue-slider-image {
  position: relative;
  width: 130px;
  border: 2px solid #efefef;
}
@media (max-width: 992px) {
  .asmb-issue-slider-container.slick-slide .asmb-issue-slider-image {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .asmb-issue-slider-container.slick-slide .asmb-issue-slider-image {
    -webkit-transition: none;
    transition: none;
  }
}
.asmb-issue-slider-container.slick-slide .asmb-issue-slider-image img {
  width: 100%;
}
.asmb-issue-slider-container.slick-slide .asmb-issue-slider-content {
  display: none;
}
.asmb-issue-slider-container.slick-slide .asmb-issue-small-headline {
  display: block;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .asmb-issue-slider-container.slick-slide .asmb-issue-small-headline {
    color: #000;
    font-size: 0.75rem;
  }
}
.asmb-issue-slider-container.slick-slide .asmb-issue-small-headline span {
  font-family: "Publico Banner Ultra", serif;
  font-size: 1.75rem;
  line-height: 100%;
}
@media (max-width: 992px) {
  .asmb-issue-slider-container.slick-slide .asmb-issue-small-headline span {
    color: #000;
    font-size: 1.25rem;
  }
}

.asmb-issue-slider-container.slick-current .asmb-issue-slider-image {
  border: 2px solid #efefef;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
}
.asmb-issue-slider-container.slick-current .asmb-issue-slider-image:after {
  content: "";
  background: transparent;
}
@media (max-width: 992px) {
  .asmb-issue-slider-container.slick-current .asmb-issue-slider-image {
    max-width: none;
  }
}
.asmb-issue-slider-container.slick-current .asmb-issue-slider-content {
  display: block;
}
.asmb-issue-slider-container.slick-current .asmb-issue-slider-content .asmb-issue-slider-kicker {
  margin-bottom: -0.5rem;
}
.asmb-issue-slider-container.slick-current .asmb-issue-small-headline {
  display: none;
}
@media (max-width: 992px) {
  .asmb-issue-slider-container.slick-current .asmb-issue-small-headline {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .asmb-issue-slider-container.slick-current .asmb-issue-small-headline span {
    font-size: 3.5rem;
  }
}

@media (max-width: 992px) {
  .slick-slide .asmb-issue-slider-item-container {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
    margin-left: 1rem;
  }
}

.slick-slide.slick-current {
  position: relative;
}
.slick-slide.slick-current.slick-active .next-slide-area {
  display: none;
}
@media (max-width: 992px) {
  .slick-slide.slick-current .asmb-issue-slider-item-container {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
}

.next-slide-area {
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 100%;
}

.asmb-lists-teaser-left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 1279px) {
  .asmb-lists-teaser-left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 992px) {
  .asmb-presents-scroller-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0.5rem 0;
    padding-bottom: 1rem;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

@media (max-width: 992px) {
  .asmb-presents-scroller-item {
    scroll-snap-align: start;
  }
  .asmb-presents-scroller-item:first-of-type {
    padding-left: 0;
  }
}

/*
This file is used to contain all page imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
.asmb-events-search .asmb-section-headline,
.asmb-events-city .asmb-section-headline {
  margin-top: 0;
  padding: 0;
}
.asmb-events-search .asmb-search-results,
.asmb-events-city .asmb-search-results {
  margin-top: 0.5rem;
}
.asmb-events-search .asmb-search-results p,
.asmb-events-city .asmb-search-results p {
  margin: 0;
}
.asmb-events-search .asmb-search-results .teaser-city,
.asmb-events-city .asmb-search-results .teaser-city {
  margin-top: 0.35rem;
}
.asmb-events-search .teaser-image-container,
.asmb-events-city .teaser-image-container {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.asmb-events-search .teaser-image-container img,
.asmb-events-city .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-events-search .asmb-search-container,
.asmb-events-city .asmb-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .asmb-events-search .asmb-search-container,
  .asmb-events-city .asmb-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.asmb-events-search .asmb-search-container h1,
.asmb-events-city .asmb-search-container h1 {
  margin-bottom: 0.5rem;
}
.asmb-events-search .asmb-search-results-item,
.asmb-events-city .asmb-search-results-item {
  border-bottom: 1px solid #000;
  padding: 1rem 0;
  margin: 0;
}
.asmb-events-search .asmb-button-container,
.asmb-events-city .asmb-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1200px) {
  .asmb-events-search .asmb-button-container,
  .asmb-events-city .asmb-button-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.75rem;
  }
}

.asmb-events-city .teaser-date p {
  margin-bottom: 0;
}
.asmb-events-city .teaser-city {
  margin-top: 0.35rem;
}
.asmb-events-city .asmb-section-headline {
  margin-bottom: 2rem;
}

.asmb-events-city-months {
  display: none;
}

@media (max-width: 576px) {
  .asmb-ticketshop-link.desktop {
    display: none;
  }
}

@media (max-width: 576px) {
  .asmb-ticketshop-link.mobile {
    display: block !important;
  }
}

.tax-city .asmb-search-container {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.asmb-concert .asmb-article-teaser-image-content {
  padding-bottom: 63%;
  margin: 0;
}
@media (max-width: 576px) {
  .asmb-concert .asmb-article-teaser-image {
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .asmb-concert .asmb-article-title {
    margin-bottom: 0;
  }
}
.asmb-concert .asmb-article-meta-container {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 0.5rem 0;
  margin: 2rem 0;
}

.asmb-venue-info-container {
  margin-bottom: 2rem;
}

.asmb-concerts-location-container {
  margin: 0.5rem 0 1rem 0;
}

.asmb-reviews .asmb-article-teaser-image-content {
  padding-bottom: 100%;
  margin: 0;
}
.asmb-reviews .asmb-article-title {
  margin-bottom: 0;
}
.asmb-reviews .asmb-article-meta-container {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 0.25rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-article-header-text {
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-teaser-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
}
.asmb-reviews .asmb-review-rating-container {
  margin: 1rem 0 0.75rem 0;
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-review-rating-container {
    margin: 0 0 0.75rem 0;
  }
}
.asmb-reviews .asmb-review-rating-container .asmb-rating-wrapper {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.asmb-review-label {
  font-size: 1.063rem;
  font-style: italic;
  margin-top: 0.5rem;
}

.asmb-article,
.single-video {
  margin-top: 2rem;
}

.asmb-article-content-area {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .asmb-article-content-area {
    margin-top: 1.5rem;
  }
}
.asmb-article-content-area .row {
  margin-left: 0;
  margin-right: 0;
}

.asmb-article-author-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.75rem 0;
}

@media (max-width: 768px) {
  .asmb-reviews .asmb-article-meta-container {
    border-top: 0;
    margin-top: 0;
  }
  .asmb-reviews .asmb-article-header-social {
    padding: 0.5rem 0 0.25rem 0;
  }
  .asmb-reviews .asmb-share-button {
    font-size: 1rem;
  }
}

.asmb-article-author-name {
  margin-right: 1rem;
  text-decoration: underline;
}

.asmb-external-author {
  text-decoration: none;
}

.asmb-article-author-image {
  border-radius: 50%;
  margin-right: 1rem;
  width: 45px;
}
.asmb-article-author-image img {
  border-radius: 50%;
}

.asmb-article-content {
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1200px) {
  .asmb-article-content {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .asmb-article-content {
    padding: 0;
  }
}

.asmb-article-meta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.asmb-article-title.headline-single-article {
  font-family: "Publico Headline", serif;
  font-size: 2.25rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .asmb-article-title.headline-single-article {
    font-size: 2.125rem;
  }
}

.asmb-article-excerpt {
  margin: 1rem 0 1.5rem 0;
}
.asmb-article-excerpt.headline-single-article {
  font-size: 1.25rem;
  line-height: 140%;
}
@media (max-width: 768px) {
  .asmb-article-excerpt.headline-single-article {
    font-size: 1.125rem;
    line-height: 140%;
  }
}

.asmb-article-header {
  position: relative;
}
.asmb-article-header .asmb-header-logo {
  max-width: 200px;
}
.asmb-article-header hr {
  margin-top: 0;
  margin-bottom: 0;
}

.asmb-article-header-container {
  background: #404040;
  border-bottom: 1px solid #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 6px;
}
@media (max-width: 1279px) {
  .asmb-article-header-container {
    padding: 1.5rem 0;
  }
}

.single-format-standard .asmb-article-header-content,
.single-format-gallery .asmb-article-header-content,
.category-film-serie .asmb-article-header-content {
  padding: 0 10px;
  margin: 0 auto 1.5rem auto;
  max-width: 670px;
}
@media (max-width: 768px) {
  .single-format-standard .asmb-article-header-content,
  .single-format-gallery .asmb-article-header-content,
  .category-film-serie .asmb-article-header-content {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1200px) {
  .single-format-standard .asmb-article-header-content,
  .single-format-gallery .asmb-article-header-content,
  .category-film-serie .asmb-article-header-content {
    padding: 0 0rem 0 0;
  }
}

.asmb-article-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
  padding: 0.75rem 0;
}
@media (max-width: 768px) {
  .asmb-article-header-social {
    border-top: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
}

.asmb-article-post-image-container {
  margin: 0;
}

.asmb-article-teaser-image-container {
  padding: 0 6px;
}
@media (max-width: 1279px) {
  .asmb-article-teaser-image-container {
    padding: 0;
  }
}

.asmb-article-teaser-image-content {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 0;
}
.asmb-article-teaser-image-content img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  width: 100%;
  height: 100%;
}

.asmb-article-post .asmb-article-teaser-image-content.portrait {
  padding-bottom: 80%;
}
@media (max-width: 576px) {
  .asmb-article-post .asmb-article-teaser-image-content.portrait {
    padding-bottom: 120%;
  }
}
.asmb-article-post .asmb-article-teaser-image-content img.portrait {
  background: #efefef;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .asmb-article-post .asmb-article-teaser-image-content img.portrait {
    background: #fff;
    -o-object-position: left;
       object-position: left;
  }
}

.asmb-article-teaser-video-content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.asmb-article-teaser-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.asmb-article-caption,
.wp-caption-text {
  color: #757575;
  font-family: "Georgia", serif;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0.5rem 0 0.25rem 0;
  text-transform: none;
}

.asmb-article-credits-container {
  margin-left: 0.25rem;
}

.asmb-article-credits {
  color: #757575;
  font-family: "Graphik", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

/* --- COPY TEXT --- */
.asmb-article-copy-text-container {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 670px;
}
@media (max-width: 1200px) {
  .asmb-article-copy-text-container {
    padding: 0 0rem 0 0;
  }
}

.asmb-article-copy-text img.size-full, .asmb-page-content-text img.size-full {
  margin: 0;
}
.asmb-article-copy-text blockquote, .asmb-page-content-text blockquote {
  margin: 1.75rem 0;
}
.asmb-article-copy-text blockquote p, .asmb-page-content-text blockquote p {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%;
  margin: 1.75rem 0;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}
.asmb-article-copy-text blockquote p:before, .asmb-page-content-text blockquote p:before {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33.3%;
  height: 1px;
}
.asmb-article-copy-text blockquote p:after, .asmb-page-content-text blockquote p:after {
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33.3%;
  height: 1px;
}
.asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h1, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h1 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1.5rem 0;
}
.asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h2, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1.25rem 0;
}
.asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h3, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h3, .asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h4, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h4, .asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h5, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h5, .asmb-article-copy-text:not(.asmb-article-sidebar-content-container) > h6, .asmb-page-content-text:not(.asmb-article-sidebar-content-container) > h6 {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.asmb-article-copy-text p, .asmb-page-content-text p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 160%;
  margin: 1.75rem 0;
}
@media (max-width: 576px) {
  .asmb-article-copy-text p, .asmb-page-content-text p {
    font-size: 1.063rem;
    line-height: 170%;
  }
}
.asmb-article-copy-text p img, .asmb-page-content-text p img {
  margin: 0 0 2rem 0;
}
.asmb-article-copy-text p a, .asmb-page-content-text p a {
  text-decoration: underline;
}
.asmb-article-copy-text .asmb-responsive-video, .asmb-page-content-text .asmb-responsive-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 1.75rem 0;
}
.asmb-article-copy-text .asmb-responsive-video iframe, .asmb-page-content-text .asmb-responsive-video iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.asmb-article-copy-text ul, .asmb-page-content-text ul {
  margin-bottom: 1.75rem;
}
.asmb-article-copy-text ul li, .asmb-page-content-text ul li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
  text-indent: -26px;
  margin-left: 26px;
}
.asmb-article-copy-text ul li:before, .asmb-page-content-text ul li:before {
  content: "➺";
  font-weight: 400;
  margin-right: 11px;
}
.asmb-article-copy-text ol, .asmb-page-content-text ol {
  counter-reset: item;
  margin-bottom: 1.75rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.asmb-article-copy-text ol li, .asmb-page-content-text ol li {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
  list-style: decimal-leading-zero;
}
.asmb-article-copy-text ol li::marker, .asmb-page-content-text ol li::marker {
  font-weight: 600;
}
.asmb-article-copy-text ol li:before, .asmb-page-content-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  font-weight: 600;
  width: 2em;
}
.asmb-article-copy-text .asmb-article-instagram-embed, .asmb-page-content-text .asmb-article-instagram-embed {
  margin: 1.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-article-copy-text .asmb-article-instagram-embed iframe, .asmb-page-content-text .asmb-article-instagram-embed iframe {
  max-width: none !important;
}
.asmb-article-copy-text .asmb-article-twitter-embed, .asmb-page-content-text .asmb-article-twitter-embed {
  margin: 1.75rem 0;
}
.asmb-article-copy-text .asmb-article-facebook-embed, .asmb-page-content-text .asmb-article-facebook-embed {
  margin: 1.75rem 0;
}
.asmb-article-copy-text .asmb-article-facebook-embed .fb-post, .asmb-page-content-text .asmb-article-facebook-embed .fb-post {
  width: 100%;
}
.asmb-article-copy-text .asmb-article-facebook-embed span, .asmb-page-content-text .asmb-article-facebook-embed span {
  width: 100% !important;
}
.asmb-article-copy-text .asmb-article-facebook-embed iframe, .asmb-page-content-text .asmb-article-facebook-embed iframe {
  width: 100% !important;
}
.asmb-article-copy-text figure.wp-caption, .asmb-page-content-text figure.wp-caption {
  max-width: 100%;
}
.asmb-article-copy-text .ph-wp-image-credit, .asmb-page-content-text .ph-wp-image-credit {
  color: #757575;
  display: inline-block;
  font-family: "Graphik", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  letter-spacing: 0.05rem;
  margin-left: 0.25rem;
  text-transform: uppercase;
}
.asmb-article-copy-text green-video, .asmb-page-content-text green-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asmb-article-copy-text p figure img, .asmb-page-content-text p figure img {
  margin: 0 0 0 0;
}

:not(.single-video) .asmb-article-copy-text:first-child, :not(.single-video) .asmb-page-content-text:first-child {
  margin-top: 0;
}

/* --- SINGLE FOOTER --- */
.asmb-article-footer-container {
  border-top: 3px solid #000;
  padding: 1rem 0;
  margin-top: 2.5rem;
}
.asmb-article-footer-container .asmb-article-author-byline {
  color: #000;
}
.asmb-article-footer-container .asmb-article-author-image {
  width: 80px;
}
.asmb-article-footer-container .asmb-category-secondary {
  display: inline-block;
}
.asmb-article-footer-container .asmb-category-secondary:hover {
  text-decoration: none;
}
.asmb-article-footer-container .asmb-category-secondary:after {
  content: ", ";
}
.asmb-article-footer-container .asmb-category-secondary:last-child:after {
  content: "";
}
.asmb-article-footer-container .asmb-share-button {
  color: #000;
  font-size: 1rem;
  margin-left: 1rem;
}
.asmb-article-footer-container .asmb-share-button:hover {
  color: #d71920;
}
.asmb-article-footer-container .asmb-tags-links-container {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .asmb-article-footer-container .asmb-tags-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.asmb-article-footer-container .asmb-tags-links-container .asmb-tags-headline {
  margin-right: 0.5rem;
  min-width: 230px;
}

.asmb-article-footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.asmb-article-footer-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1rem;
}

.asmb-article-copy-text p iframe,
.asmb-article-copy-text iframe,
.asmb-page-content-text iframe {
  max-width: 100%;
}

.gaiaWrapper {
  margin: 2rem 0 !important;
  max-width: 100% !important;
}

.asmb-article-column-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.75rem;
}

.asmb-article-column-header-image-container {
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 0.75rem;
}
@media (max-width: 576px) {
  .asmb-article-column-header-image-container {
    width: 60px;
    height: 60px;
  }
}
.asmb-article-column-header-image-container:after {
  content: "";
  border: 4px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.asmb-article-column-header-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asmb-article-column-header-text-container {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.25rem 0;
}
@media (max-width: 576px) {
  .asmb-article-column-header-text-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.asmb-article-column-header-category-link {
  display: block;
}
@media (max-width: 576px) {
  .asmb-article-column-header-category-link {
    display: none;
  }
}

.asmb-article-special-one .asmb-article-copy-text-container,
.asmb-article-special-two .asmb-article-copy-text-container {
  padding: 1rem 10px 0 10px;
  margin: 0 auto;
  max-width: 670px;
}
@media (max-width: 1200px) {
  .asmb-article-special-one .asmb-article-copy-text-container,
  .asmb-article-special-two .asmb-article-copy-text-container {
    padding: 0 0rem 0 0;
  }
}
.asmb-article-special-one blockquote,
.asmb-article-special-two blockquote {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  width: 135%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote,
  .asmb-article-special-two blockquote {
    width: 100%;
  }
}
.asmb-article-special-one blockquote p,
.asmb-article-special-two blockquote p {
  color: #000;
  font-family: "Publico Headline", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
  margin: 0 auto;
  max-width: 670px;
  padding: 4rem 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote p,
  .asmb-article-special-two blockquote p {
    font-size: 2.5rem;
    padding: 7rem 0;
    text-align: center;
  }
}
.asmb-article-special-one blockquote p:before,
.asmb-article-special-two blockquote p:before {
  background: #000;
  content: "";
  position: absolute;
  top: 6px;
  width: 135%;
  height: 1px;
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote p:before,
  .asmb-article-special-two blockquote p:before {
    width: 100%;
  }
}
.asmb-article-special-one blockquote p:after,
.asmb-article-special-two blockquote p:after {
  background: #000;
  content: "";
  position: absolute;
  bottom: 6px;
  width: 135%;
  height: 1px;
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote p:after,
  .asmb-article-special-two blockquote p:after {
    width: 100%;
  }
}
.asmb-article-special-one blockquote p strong,
.asmb-article-special-two blockquote p strong {
  color: #999999;
  display: block;
  font-family: "Publico Headline", serif;
  font-size: 1.125rem;
  line-height: 130%;
  margin-top: 1.5rem !important;
}
.asmb-article-special-one blockquote:before,
.asmb-article-special-two blockquote:before {
  color: #000;
  content: url("images/quotation-mark.svg");
  padding-left: 20px;
  position: absolute;
  top: 42px;
  left: -36px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 140px;
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote:before,
  .asmb-article-special-two blockquote:before {
    padding-left: 0;
    width: 90px;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
.asmb-article-special-one blockquote:after,
.asmb-article-special-two blockquote:after {
  color: #000;
  content: url("images/quotation-mark.svg");
  padding-left: 20px;
  position: absolute;
  bottom: 42px;
  right: -36px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 140px;
}
@media (max-width: 992px) {
  .asmb-article-special-one blockquote:after,
  .asmb-article-special-two blockquote:after {
    padding-left: 0;
    width: 90px;
    bottom: 35px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.asmb-article-special-one .asmb-article-copy-text > p:first-of-type:first-letter, .asmb-article-special-one .asmb-page-content-text > p:first-of-type:first-letter,
.asmb-article-special-two .asmb-article-copy-text > p:first-of-type:first-letter,
.asmb-article-special-two .asmb-page-content-text > p:first-of-type:first-letter {
  border: 4px double #000;
  color: #000;
  font-family: "Publico Banner Ultra", serif;
  font-size: 4rem;
  float: left;
  line-height: 1;
  margin: 0 2rem 1rem 0;
  padding: 2rem 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .asmb-article-special-one .asmb-article-copy-text > p:first-of-type:first-letter, .asmb-article-special-one .asmb-page-content-text > p:first-of-type:first-letter,
  .asmb-article-special-two .asmb-article-copy-text > p:first-of-type:first-letter,
  .asmb-article-special-two .asmb-page-content-text > p:first-of-type:first-letter {
    font-size: 2.5rem;
    padding: 0.95rem 1.5rem;
    margin: 0 1rem 0 0;
  }
}
.asmb-article-special-one .asmb-article-caption-container,
.asmb-article-special-two .asmb-article-caption-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.asmb-article-special-one .asmb-article-header-social,
.asmb-article-special-two .asmb-article-header-social {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.asmb-article-special-one .asmb-article-copy-text figure.wp-caption.aligncenter, .asmb-article-special-one .asmb-page-content-text figure.wp-caption.aligncenter,
.asmb-article-special-two .asmb-article-copy-text figure.wp-caption.aligncenter,
.asmb-article-special-two .asmb-page-content-text figure.wp-caption.aligncenter {
  max-width: none;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 155.7% !important;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-copy-text figure.wp-caption.aligncenter, .asmb-article-special-one .asmb-page-content-text figure.wp-caption.aligncenter,
  .asmb-article-special-two .asmb-article-copy-text figure.wp-caption.aligncenter,
  .asmb-article-special-two .asmb-page-content-text figure.wp-caption.aligncenter {
    width: 100% !important;
  }
}
.asmb-article-special-one .asmb-article-copy-text figure.wp-caption.aligncenter img, .asmb-article-special-one .asmb-page-content-text figure.wp-caption.aligncenter img,
.asmb-article-special-two .asmb-article-copy-text figure.wp-caption.aligncenter img,
.asmb-article-special-two .asmb-page-content-text figure.wp-caption.aligncenter img {
  width: 100%;
}
.asmb-article-special-one .asmb-article-author-container,
.asmb-article-special-two .asmb-article-author-container {
  display: block;
  margin: 0 auto 1rem auto;
  padding: 0;
}
.asmb-article-special-one .asmb-article-excerpt,
.asmb-article-special-two .asmb-article-excerpt {
  margin: 1rem 0;
}

.asmb-article-special-two .asmb-article-breadcrumb {
  padding: 0 6px;
}
@media (max-width: 1200px) {
  .asmb-article-special-two .asmb-article-breadcrumb {
    padding: 0;
  }
}
.asmb-article-special-two.asmb-article {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .asmb-article-special-two.asmb-article {
    margin-top: 0 !important;
  }
}
.asmb-article-special-two .asmb-article-header-content {
  width: 100%;
  margin: 3rem auto 3rem auto;
  padding: 0 10px;
  max-width: 670px;
  text-align: center;
}
@media (max-width: 768px) {
  .asmb-article-special-two .asmb-article-header-content {
    margin: 2.5rem auto 3rem auto;
  }
}
.asmb-article-special-two .asmb-article-meta-container {
  display: block;
  text-align: center;
}
.asmb-article-special-two .asmb-article-author-name {
  margin: 0;
}
.asmb-article-special-two .asmb-article-content-area {
  margin-top: 0;
}
.asmb-article-special-two .asmb-article-teaser-image-content {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 0;
}
@media (max-width: 768px) {
  .asmb-article-special-two .asmb-article-teaser-image-content {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 75%;
  }
}
.asmb-article-special-two .asmb-article-teaser-image-content img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-article-special-two .asmb-article-caption-container {
  text-align: left;
}
.asmb-article-special-two .asmb-article-header-social {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  padding: 0.5rem 0;
}
.asmb-article-special-two .asmb-article-caption {
  width: 100%;
}

.asmb-article-special-one.asmb-article {
  margin-top: 2rem;
}
.asmb-article-special-one .asmb-article-breadcrumb {
  padding: 0 6px;
}
@media (max-width: 1200px) {
  .asmb-article-special-one .asmb-article-breadcrumb {
    padding: 0;
  }
}
.asmb-article-special-one .asmb-article-header-container {
  background: transparent;
  border-bottom: none;
  display: block;
  padding: 0 6px;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .asmb-article-special-one .asmb-article-header-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header-container {
    margin-bottom: 0;
  }
}
.asmb-article-special-one .asmb-article-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  margin: 0;
  max-width: 1024px;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
}
.asmb-article-special-one .asmb-article-header-content {
  width: 100%;
  margin: 2rem auto 2rem auto;
  max-width: 650px;
  text-align: center;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header-content {
    margin: 2.5rem auto 3rem auto;
  }
}
.asmb-article-special-one .asmb-article-meta-container {
  display: block;
  text-align: center;
}
.asmb-article-special-one .asmb-article-meta-container .asmb-article-header-social {
  display: none;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-meta-container .asmb-article-header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.asmb-article-special-one .asmb-article-author-name {
  margin: 0;
}
.asmb-article-special-one .asmb-article-content-area {
  margin-top: 0;
}
.asmb-article-special-one .asmb-article-header-content-container {
  padding: 1rem 3rem;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header-content-container {
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.asmb-article-special-one .asmb-article-header-image-container {
  padding: 0;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header-image-container {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.asmb-article-special-one .asmb-article-teaser-image-content {
  position: relative;
  padding-bottom: 130%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 0;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-teaser-image-content {
    width: 100vw;
    padding-bottom: 0;
    height: 129vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.asmb-article-special-one .asmb-article-teaser-image-content img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-article-special-one .asmb-article-teaser-image-container {
  padding: 0;
}
.asmb-article-special-one .asmb-article-caption {
  width: 50%;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-caption {
    width: 100%;
  }
}
.asmb-article-special-one .asmb-article-caption-container.is-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-caption-container.is-desktop {
    display: none;
  }
}
.asmb-article-special-one .asmb-article-caption-container.is-mobile {
  display: none;
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-caption-container.is-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .asmb-article-special-one .asmb-article-header-social {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
    padding: 0.5rem 0;
  }
}

.asmb-page-content-text {
  margin-top: 2rem;
}

.disabled-form {
  color: #aaa;
  /* Gray text */
  background-color: #ddd;
  /* Light gray background */
  border: 1px solid #aaa;
  /* Gray border */
  opacity: 0.5;
  /* Optionally, make it semi-transparent */
  cursor: not-allowed;
  /* Shows a 'not-allowed' cursor */
  pointer-events: none;
}

.asmb-audio-player-container {
  margin-bottom: 1.5rem;
}
.asmb-audio-player-container h2 {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .asmb-audio-player-container .asmb-border-right {
    border: 0;
  }
}

.asmb-audio-playlists-container {
  border-top: 1px solid #000;
  margin: 2rem 0;
  padding-top: 2rem;
}

.asmb-audio-player-sharing {
  background: #efefef;
  border-top: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
  margin-top: -0.2rem;
  z-index: 1;
}
.asmb-audio-player-sharing h3 {
  margin-right: 0.5rem;
}
.asmb-audio-player-sharing a {
  margin-right: 0.5rem;
}
.asmb-audio-player-sharing img {
  height: 24px;
}
.asmb-audio-player-sharing .asmb-amazon-music-icon {
  height: 15px;
  margin-left: 4px;
}

.asmb-audio-playlists h3 {
  margin: 0.25rem 0 1rem 0;
}

.asmb-audio-box-container {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .asmb-audio-box-container {
    margin-top: 1.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.asmb-audio-playlist-right {
  padding-right: 0;
}
@media (max-width: 992px) {
  .asmb-audio-playlist-right {
    margin-top: 1.5rem;
    padding: 0;
  }
}

.asmb-audio-playlist-left {
  padding-left: 0;
}
@media (max-width: 992px) {
  .asmb-audio-playlist-left {
    padding: 0;
  }
}

.asmb-video-slider .asmb-video-slider-container {
  padding: 0 2rem;
}
@media (max-width: 992px) {
  .asmb-video-slider .asmb-video-slider-container {
    padding: 0;
  }
}
.asmb-video-slider .arrow-container-left {
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.asmb-video-slider .arrow-container-left:hover {
  color: #d71920;
}
@media (max-width: 576px) {
  .asmb-video-slider .arrow-container-left {
    bottom: -70px;
  }
}
.asmb-video-slider .arrow-container-right {
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.asmb-video-slider .arrow-container-right:hover {
  color: #d71920;
}
@media (max-width: 576px) {
  .asmb-video-slider .arrow-container-right {
    bottom: -70px;
  }
}

.asmb-video-slider-mega .arrow-container-left {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  z-index: 1;
}
.asmb-video-slider-mega .arrow-container-left:hover {
  color: #d71920;
}
@media (max-width: 992px) {
  .asmb-video-slider-mega .arrow-container-left {
    position: relative;
    bottom: auto;
    right: auto;
    color: #000;
  }
}
.asmb-video-slider-mega .arrow-container-right {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.75rem;
  z-index: 1;
}
.asmb-video-slider-mega .arrow-container-right:hover {
  color: #d71920;
}
@media (max-width: 992px) {
  .asmb-video-slider-mega .arrow-container-right {
    position: relative;
    bottom: auto;
    right: auto;
    color: #000;
  }
}
.asmb-video-slider-mega .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 1rem;
  padding: 1rem 0;
  position: relative;
  bottom: -3px;
  list-style-type: none;
}
.asmb-video-slider-mega .slick-dots li {
  margin: 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.asmb-video-slider-mega .slick-dots button {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: #000;
  text-indent: -9999px;
}
@media (max-width: 992px) {
  .asmb-video-slider-mega .slick-dots button {
    background-color: #e2e2e2;
    border: none;
  }
}
.asmb-video-slider-mega .slick-dots li.slick-active button {
  background-color: #fff;
}
@media (max-width: 992px) {
  .asmb-video-slider-mega .slick-dots li.slick-active button {
    background-color: #000;
  }
}

.asmb-video-mega-slider-navigation {
  position: absolute;
  right: 1.5rem;
  bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .asmb-video-mega-slider-navigation {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 220px;
    margin: 0 auto;
  }
}

.single-video .asmb-article-header-content {
  margin-bottom: 0;
}
.single-video .asmb-article-content-area {
  margin-top: 0;
}

.asmb-author-name-container {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .asmb-author-name-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.5rem;
  }
  .asmb-author-name-container h1 {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.author-meta-container {
  max-width: 1024px;
  margin: 0 auto;
}

.asmb-author-meta-image-container {
  -ms-flex-item-align: start;
      align-self: flex-start;
  border: 1px solid #000;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  max-width: 317px;
}
@media (max-width: 768px) {
  .asmb-author-meta-image-container {
    margin: 0 auto;
  }
}
.asmb-author-meta-image-container:before {
  border: 6px solid #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97%;
  height: 97.5%;
  z-index: 1;
}
.asmb-author-meta-image-container img {
  margin-left: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 97.5%;
  height: 97.5%;
  -o-object-fit: cover;
     object-fit: cover;
}

.asmb-archive-author .asmb-page-headline span {
  display: inline;
}
@media (max-width: 768px) {
  .asmb-archive-author .asmb-page-headline span {
    display: block;
  }
}

.asmb-author-info-container {
  padding: 0;
}

.asmb-author-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.188rem;
}
.asmb-author-social-container a {
  margin-left: 1rem;
}

.asmb-author-top10-list {
  border-bottom: 1px solid #000;
  padding: 1rem 0;
}
.asmb-author-top10-list li {
  margin: 0 0 0.75rem 0.5rem;
  position: relative;
}
.asmb-author-top10-list h2 {
  margin: 1rem 0 1.5rem 0;
}
.asmb-author-top10-list:first-of-type {
  margin: 3rem 0 0 0;
  padding: 1.25rem 0 1rem 0;
}
.asmb-author-top10-list:last-of-type {
  padding-bottom: 1.5rem;
}
.asmb-author-top10-list .author-list-number {
  margin-left: -2.25rem;
  position: absolute;
  top: -3px;
  left: 0;
}
@media (max-width: 768px) {
  .asmb-author-top10-list .author-list-number {
    top: 0;
  }
}

@media (max-width: 1279px) {
  .asmb-author-post-section .asmb-article-sidebar-container {
    display: none;
  }
}

.asmb-video-single-player-container {
  margin-bottom: 1.5rem;
}

.single-video .asmb-article-content-area {
  margin-bottom: 2rem;
}
.single-video .asmb-content-area {
  padding: 0 6px;
}
@media (max-width: 1279px) {
  .single-video .asmb-content-area {
    padding: 0;
  }
}

.asmb-article.is-advertorial .asmb-article-header-content .asmb-article-title,
.asmb-article.is-advertorial .asmb-article-content-container .asmb-article-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
}
.asmb-article.is-advertorial .asmb-article-header-content .asmb-article-excerpt,
.asmb-article.is-advertorial .asmb-article-content-container .asmb-article-excerpt {
  font-family: "Frank Ruhr Libre", serif;
}
.asmb-article.is-advertorial .asmb-article-header-content .asmb-article-copy-text p, .asmb-article.is-advertorial .asmb-article-header-content .asmb-page-content-text p,
.asmb-article.is-advertorial .asmb-article-content-container .asmb-article-copy-text p,
.asmb-article.is-advertorial .asmb-article-content-container .asmb-page-content-text p {
  font-family: "Frank Ruhr Libre", serif;
}
.asmb-article.is-advertorial .asmb-article-copy-text h1, .asmb-article.is-advertorial .asmb-page-content-text h1,
.asmb-article.is-advertorial .asmb-article-copy-text h2,
.asmb-article.is-advertorial .asmb-page-content-text h2,
.asmb-article.is-advertorial .asmb-article-copy-text h3,
.asmb-article.is-advertorial .asmb-page-content-text h3,
.asmb-article.is-advertorial .asmb-article-copy-text h4,
.asmb-article.is-advertorial .asmb-page-content-text h4,
.asmb-article.is-advertorial .asmb-article-copy-text h5,
.asmb-article.is-advertorial .asmb-page-content-text h5,
.asmb-article.is-advertorial .asmb-article-copy-text h6,
.asmb-article.is-advertorial .asmb-page-content-text h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
}
.asmb-article.is-advertorial .asmb-article-copy-text li, .asmb-article.is-advertorial .asmb-page-content-text li {
  font-family: "Frank Ruhr Libre", serif;
}
.asmb-article.is-advertorial .asmb-article-caption,
.asmb-article.is-advertorial .wp-caption-text {
  font-family: "Frank Ruhr Libre", serif;
}
.asmb-article.is-advertorial .asmb-article-header-social span {
  font-family: "Graphik", sans-serif !important;
}
.asmb-article.is-advertorial .asmb-advertorial-builder-flag {
  color: #666666;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.asmb-subcategories-navigation-container {
  position: relative;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container {
    border-top: 1px solid #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.5rem 1rem 0 1.5rem;
    margin-bottom: 0;
    width: 100vw;
  }
  .asmb-subcategories-navigation-container:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 50px;
    height: 95%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4976584384)), color-stop(25%, rgba(255, 255, 255, 0.9234287465)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4976584384) 0%, rgba(255, 255, 255, 0.9234287465) 25%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
    pointer-events: none;
  }
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.5rem;
  padding-bottom: 1rem;
  position: relative;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation::-webkit-scrollbar {
  display: none;
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item {
  letter-spacing: 0.1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 1.75rem;
  scroll-snap-align: start;
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item:hover a {
  color: #d71920 !important;
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item:hover a {
    color: #000 !important;
  }
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item.is-active {
  font-weight: 700;
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item {
    font-size: 0.875rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container .asmb-subcategories-navigation {
    padding: 1.5rem 1rem 1.5rem 0;
  }
  .asmb-subcategories-navigation-container .asmb-subcategories-navigation .asmb-subcategories-navigation {
    -webkit-overflow-scrolling: touch;
  }
}

.category.paged .asmb-subcategories-navigation-container {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .category.paged .asmb-subcategories-navigation-container {
    border-bottom: 1px solid #000;
  }
}/*# sourceMappingURL=style.css.map */