@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.
*/
/* Progressive Enhancement: WOFF2 first, WOFF fallback */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.woff2") format("woff2"), url("fonts/Poppins-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.woff2") format("woff2"), url("fonts/Poppins-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2"), url("fonts/Poppins-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.woff2") format("woff2"), url("fonts/Poppins-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff2") format("woff2"), url("fonts/Poppins-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Poppins-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff2") format("woff2"), url("fonts/Poppins-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.woff2") format("woff2"), url("fonts/Poppins-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.woff2") format("woff2"), url("fonts/Poppins-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.woff2") format("woff2"), url("fonts/Poppins-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BlackItalic.woff2") format("woff2"), url("fonts/Poppins-BlackItalic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Cardo";
  src: url("fonts/Cardo-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-MediumItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-ExtraBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "fontello";
  src: url("fonts/fontello.eot?6836000");
  src: url("fonts/fontello.eot?6836000#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?6836000") format("woff2"), url("fonts/fontello.woff?6836000") format("woff"), url("fonts/fontello.ttf?6836000") format("truetype"), url("fonts/fontello.svg?6836000#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;
  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: "\e800";
} /* '' */
.icon-magnifying-glass:before {
  content: "\f002";
} /* '' */
.icon-xmark:before {
  content: "\f00d";
} /* '' */
.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: "\e801";
} /* '' */
.icon-chevron-down:before {
  content: "\f078";
}

.icon-arrow-up:before {
  content: "\f062";
} /* '' */
.icon-arrow-right:before {
  content: "\f061";
} /* '' */
.icon-arrow-down:before {
  content: "\f063";
} /* '' */
.icon-arrow-left:before {
  content: "\f060";
} /* '' */
.icon-circle-xmark:before {
  content: "\f057";
} /* '' */
.icon-play:before {
  content: "\f04b";
} /* '' */
.icon-circle-arrow-right:before {
  content: "\f0a9";
} /* '' */
.is-hidden {
  display: none !important;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

/* PAGE WIDTH */
/* COLORS */
/* FONTS */
/* BREAKPOINTS */
/* OVERWRITE BOOTSTRAP XXL GRID VARIABLE FOR IQD IMPLEMANTION */
@media (min-width: 1280px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* STICKY HEADER HEIGHT (MOBILE) */
/*
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 2rem 1.25rem;
}

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

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

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

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

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

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

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

figure.alignright > img,
figure.alignleft > img,
figure.alignnone > img {
  width: 100% !important;
}
@media (max-width: 768px) {
  figure.alignright > img,
  figure.alignleft > img,
  figure.alignnone > img {
    width: 100vw !important;
    max-width: none;
    margin-left: -1rem;
  }
}

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

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

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

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

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

.typo-color-dark-light {
  color: #1e1e1e;
}

.typo-color-dark-lighter {
  color: #3e3e3e;
}

.typo-color-mid {
  color: #d3d3de;
}

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

.background-bright {
  background: #fff;
}

.background-soft {
  background: #f8f8f8;
}

.background-primary {
  background: #ffec41;
}

.background-dark-light {
  background: #1e1e1e;
}

.background-dark {
  background: #000;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
}

article {
  display: block;
}

aside {
  display: block;
}

details {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 1em 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;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

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;
}
button:focus {
  outline: none;
}

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

a {
  color: #ffec41;
  font-weight: 600;
}

a:hover {
  color: #ffec41;
}

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

/* Hide ad containers for contentpass authenticated users */
body.cpauthenticated .iqdcontainer,
body.cpauthenticated .asmb-iqd-full-width,
body.cpauthenticated .asmb-iqd-sticky-header {
  display: none !important;
}

.asmb-section-headline {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .asmb-section-headline {
    margin-bottom: 1.5rem;
  }
}

.headline-xxxl {
  font-size: 3.625rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .headline-xxxl {
    font-size: 2.5rem;
  }
}
.headline-xxxl:first-letter {
  text-transform: uppercase;
}

.headline-xxl {
  font-size: 3rem;
  line-height: 120%;
}
@media (max-width: 768px) {
  .headline-xxl {
    font-size: 2.125rem;
  }
}

.headline-xl {
  font-size: 1.875rem;
  line-height: 120%;
}
@media (max-width: 576px) {
  .headline-xl {
    font-size: 1.625rem;
  }
}

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

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

.headline-m {
  font-size: 1.188rem;
  line-height: 135%;
}
@media (max-width: 576px) {
  .headline-m {
    font-size: 1rem;
    line-height: 140%;
  }
}

.headline-sm, .qsm-quiz-container .mlw_qmn_question {
  font-size: 1.063rem;
  line-height: 140%;
}
@media (max-width: 576px) {
  .headline-sm, .qsm-quiz-container .mlw_qmn_question {
    font-size: 1rem;
    line-height: 150%;
  }
}

.headline-s {
  font-size: 0.938rem;
  line-height: 140%;
}
@media (max-width: 576px) {
  .headline-s {
    font-size: 0.875rem;
  }
}

.headline-xs {
  font-size: 0.875rem;
  line-height: 140%;
}

.headline-xxs {
  font-size: 0.75rem;
  line-height: 140%;
}

.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: #1e1e1e;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

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

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

/*
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 --- */
.asmb-ads-banner {
  display: none;
  margin: 0 auto;
  min-height: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .asmb-ads-banner {
    display: block;
  }
}

.asmb-gallery-container .asmb-ads-banner {
  display: none;
  margin: 0 auto;
  min-height: 80px !important;
  text-align: center;
}
@media (max-width: 768px) {
  .asmb-gallery-container .asmb-ads-banner {
    display: block;
  }
}

/* --- SUPERBANNER --- */
.asmb-ads-superbanner {
  background: #000;
  position: relative;
  padding: 1rem 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 {
  background: #fff;
  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;
  }
}

.asmb-section-aow .asmb-ads-superbanner {
  background: #1e1e1e;
  position: relative;
  margin: 1rem 0;
  text-align: center;
}
.asmb-section-aow .asmb-ads-superbanner .addelivered {
  position: relative;
}
.asmb-section-aow .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-section-aow .asmb-ads-superbanner {
    display: none;
  }
}

/* --- SKYSCRAPER --- */
.asmb-ads-skyscraper {
  position: absolute;
  top: 0;
  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;
}
.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;
  }
}

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

/* --- 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;
}

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

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

/* --- ICD Ads --- */
.single .asmb-article-copy-text .asmb-iqd-desktop.margin-m, .single .asmb-page-content-text .asmb-iqd-desktop.margin-m {
  margin-top: 0;
  margin-bottom: 2rem;
}

.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: 2.5rem;
  margin-bottom: 2.5rem;
}
.asmb-iqd-mobile.margin-top-m {
  margin-top: 2.5rem;
}
.asmb-iqd-mobile.margin-bottom-m {
  margin-bottom: 2.5rem;
}

.home .asmb-iqd-mobile.margin-s {
  margin-top: 0;
  margin-bottom: 0;
}
.home .asmb-iqd-mobile.margin-bottom-s {
  margin-bottom: 0;
}
.home .asmb-iqd-mobile.margin-m {
  margin-top: 0;
  margin-bottom: 0;
}
.home .asmb-iqd-mobile.margin-top-m {
  margin-top: 0;
}
.home .asmb-iqd-mobile.margin-bottom-m {
  margin-bottom: 0;
}

.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 -1rem;
}
@media (max-width: 1279px) {
  .asmb-iqd-full-width.asmb-iqd-mobile {
    display: block;
  }
}

.home .asmb-iqd-full-width.asmb-iqd-mobile .iqdcontainer {
  margin: 0;
}

.iqdcontainer[data-device=mobile][data-placement=pos_header_out] {
  background: #000;
  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;
  }
}

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

.archive.paged .iqdcontainer[data-device=mobile][data-placement=pos_1],
.archive.paged .iqdcontainer[data-device=mobile][data-placement=pos_2],
.archive.paged .iqdcontainer[data-device=mobile][data-placement=pos_3],
.archive.paged .iqdcontainer[data-device=mobile][data-placement=pos_4],
.archive.paged .iqdcontainer[data-device=mobile][data-placement=pos_5],
.archive.author .iqdcontainer[data-device=mobile][data-placement=pos_1],
.archive.author .iqdcontainer[data-device=mobile][data-placement=pos_2],
.archive.author .iqdcontainer[data-device=mobile][data-placement=pos_3],
.archive.author .iqdcontainer[data-device=mobile][data-placement=pos_4],
.archive.author .iqdcontainer[data-device=mobile][data-placement=pos_5] {
  background: #1e1e1e;
}

.archive.category .iqdcontainer[data-device=mobile][data-placement=pos_1],
.archive .asmb-tag-special .iqdcontainer[data-device=mobile][data-placement=pos_1] {
  background: #1e1e1e;
}

.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],
.home .iqdcontainer[data-device=mobile][data-placement=pos_7],
.home .iqdcontainer[data-device=mobile][data-placement=pos_9] {
  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],
.home .iqdcontainer[data-device=mobile][data-placement=pos_8],
.home .iqdcontainer[data-device=mobile][data-placement=pos_10] {
  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],
.category .iqdcontainer[data-device=mobile][data-placement=pos_9],
.category .iqdcontainer[data-device=mobile][data-placement=pos_11],
.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],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_9],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_11],
.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],
.page .iqdcontainer[data-device=mobile][data-placement=pos_9],
.page .iqdcontainer[data-device=mobile][data-placement=pos_11] {
  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=mobile][data-placement=pos_8],
.category .iqdcontainer[data-device=mobile][data-placement=pos_10],
.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=mobile][data-placement=pos_8],
.archive .iqdcontainer[data-device=mobile][data-placement=pos_10],
.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=mobile][data-placement=pos_8],
.page .iqdcontainer[data-device=mobile][data-placement=pos_10] {
  min-height: 600px;
}
.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=desktop][data-placement=pos_marg_right_1],
.archive .iqdcontainer[data-device=desktop][data-placement=pos_marg_right_2],
.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;
  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;
  margin-top: 2.5rem;
}
.iqd-empty-page .asmb-article-flag {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 1.5rem !important;
}
.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 !important;
}
.iqd-empty-page .asmb-news-slider {
  display: none;
}

.iqd-empty-page-brandstory .asmb-content-area {
  z-index: 0;
  padding-top: 60px;
}
.iqd-empty-page-brandstory .asmb-article {
  margin-top: 0;
}
.iqd-empty-page-brandstory .asmb-article-flag {
  background: #f8f8f8 !important;
  color: #000 !important;
  font-size: 0.875rem !important;
  width: 100%;
  left: auto;
  -webkit-transform: none;
          transform: none;
  text-align: center;
}
.iqd-empty-page-brandstory .asmb-header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.iqd-empty-page-brandstory .asmb-navbar {
  height: 60px;
}
.iqd-empty-page-brandstory .asmb-navbar .asmb-navbar-menu-container {
  margin: 0 auto;
  position: inherit;
}
@media (max-width: 1279px) {
  .iqd-empty-page-brandstory .asmb-navbar .asmb-navbar-menu-container {
    position: absolute;
  }
}
.iqd-empty-page-brandstory .asmb-navbar .asmb-navbar-logo-container {
  position: absolute;
  bottom: 0.75rem;
}
.iqd-empty-page-brandstory .asmb-navbar .asmb-navbar-logo-container img {
  width: 180px;
}
@media (max-width: 1279px) {
  .iqd-empty-page-brandstory .asmb-navbar .asmb-navbar-logo-container {
    position: relative;
    bottom: auto;
  }
}
.iqd-empty-page-brandstory .asmb-navbar.is-mobile .asmb-navbar-menu-container {
  top: 60px;
}
.iqd-empty-page-brandstory .asmb-navbar.is-mobile .asmb-navbar-menu-container .asmb-welt-logo-container {
  display: none;
}
.iqd-empty-page-brandstory .asmb-navbar.is-mobile .asmb-search-bar-container {
  display: none;
}
.iqd-empty-page-brandstory .asmb-navbar .asmb-welt-logo-container {
  width: 50px;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
@media (max-width: 1279px) {
  .iqd-empty-page-brandstory .asmb-navbar .asmb-welt-logo-container {
    position: relative;
    top: auto;
    right: auto;
  }
}
.iqd-empty-page-brandstory .asmb-navbar .asmb-search-bar-icon {
  display: none;
}
.iqd-empty-page-brandstory .asmb-navbar.is-mobile {
  height: 60px;
}
.iqd-empty-page-brandstory .asmb-footer-menu-legals-container {
  padding-top: 0;
}
.iqd-empty-page-brandstory .asmb-footer-container {
  background: #000;
  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;
  height: 60px;
  padding: 0;
  position: relative;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.iqd-empty-page-brandstory .asmb-footer-menu-legals {
  margin: 0;
}

.asmb-cooperation-overview .iqdcontainer {
  display: none;
}
.asmb-cooperation-overview .teaser-title p {
  font-family: "Raleway", sans-serif;
}
.asmb-cooperation-overview .asmb-teaser-list .asmb-headline {
  color: #000 !important;
}
.asmb-cooperation-overview .teaser-excerpt p {
  font-style: italic;
}
.asmb-cooperation-overview .teaser-category {
  display: none;
}
.asmb-cooperation-overview .asmb-teaser-mega .teaser-text-container {
  margin-top: 1rem;
}
.asmb-cooperation-overview .teaser-excerpt {
  display: block !important;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .asmb-cooperation-overview .teaser-excerpt {
    display: none !important;
  }
}

.asmb-button-container-inline {
  display: inline-block;
}

.asmb-button-primary {
  background: #ffec41;
  color: #1e1e1e;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem;
  width: auto;
  text-align: center;
}
.asmb-button-primary:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.asmb-button-tertiary {
  background: transparent;
  border: 2px 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-tertiary:hover {
  background: #000;
  color: #fff;
}

.asmb-button-primary-inverted {
  border: none;
  background: #ffec41;
  color: #1e1e1e;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem;
  width: auto;
  text-align: center;
}
.asmb-button-primary-inverted:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.asmb-button-primary-inverted.affiliate-reviews,
.asmb-button-primary-inverted.affiliate-simple-button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.asmb-button-primary-inverted.affiliate-reviews .icon-cd,
.asmb-button-primary-inverted.affiliate-reviews .icon-cart-shopping,
.asmb-button-primary-inverted.affiliate-simple-button .icon-cd,
.asmb-button-primary-inverted.affiliate-simple-button .icon-cart-shopping {
  font-size: 1.25rem !important;
  margin-right: 0.5rem;
}

.asmb-button.affiliate-button {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.asmb-button.affiliate-button .icon-cd,
.asmb-button.affiliate-button .icon-cart-shopping {
  font-size: 1.125rem !important;
  margin-right: 0.5rem;
}
@media (max-width: 576px) {
  .asmb-button.affiliate-button .icon-cd,
  .asmb-button.affiliate-button .icon-cart-shopping {
    display: none;
  }
}

.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: 1.5rem;
  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 {
  font-size: 0.875rem;
  padding: 0.5rem;
}
.asmb-article-copy-text .asmb-button-primary-inverted.asmb-button-amazon:after, .asmb-page-content-text .asmb-button-primary-inverted.asmb-button-amazon:after {
  content: "\e811";
  font-family: "fontello";
  margin-left: 4px;
}
.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-button-secondary {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem;
  width: auto;
  text-align: center;
}
.asmb-button-secondary:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

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

.asmb-button-xs {
  font-size: 0.813rem;
  padding: 0.75rem;
}

.asmb-button-stroke {
  background: transparent;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem;
  width: auto;
  text-align: center;
}
.asmb-button-stroke:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}

.asmb-burger-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.asmb-burger-button i {
  font-size: 1.5rem;
  color: #ffec41;
}
@media (max-width: 1279px) {
  .asmb-burger-button {
    display: block;
  }
}

.icon-bars, .icon-xmark {
  display: block;
}
.icon-bars.is-hidden, .icon-xmark.is-hidden {
  display: none;
}

.asmb-arrow-links {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}

.asmb-category-primary {
  border-bottom: 2px solid #ffec41;
  color: #ffec41;
  display: inline;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 150%;
  padding: 2px;
  margin: 0 10px 10px 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .asmb-category-primary {
    font-size: 0.813rem;
  }
}

.asmb-category-secondary {
  border-bottom: 2px solid #000;
  color: #000;
  display: inline;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 600;
  margin: 0 10px 10px 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.asmb-category-secondary:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .asmb-category-secondary {
    font-size: 0.813rem;
  }
}

.asmb-subscription-issue-badge {
  background: #000;
  border: 3px solid #fff;
  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: 1rem;
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 150px;
  height: 150px;
  text-align: center;
}
.asmb-subscription-issue-badge .asmb-subscription-issue-badge-headline {
  margin-bottom: 0.25rem;
}
.asmb-subscription-issue-badge p {
  margin: 0;
  line-height: 110%;
}
@media (max-width: 1200px) {
  .asmb-subscription-issue-badge {
    bottom: 30px;
  }
}

.asmb-section-issue {
  position: relative;
}
.asmb-section-issue .asmb-subscription-issue-badge {
  background: #000;
  -webkit-box-shadow: 1px 0px 24px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 0px 24px 0px rgba(0, 0, 0, 0.3);
  bottom: 3rem;
  left: 1rem;
  border: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .asmb-section-issue .asmb-subscription-issue-badge {
    top: 125vw;
    right: 0.5rem;
    left: auto;
    bottom: auto;
  }
}

/* --- INLINE LINKS --- */
.asmb-article-copy-text p a, .asmb-page-content-text p a,
.asmb-article-copy-text h1 a,
.asmb-page-content-text h1 a,
.asmb-article-copy-text h2 a,
.asmb-page-content-text h2 a,
.asmb-article-copy-text h3 a,
.asmb-page-content-text h3 a,
.asmb-article-copy-text h4 a,
.asmb-page-content-text h4 a,
.asmb-article-copy-text h5 a,
.asmb-page-content-text h5 a,
.asmb-article-copy-text h6 a,
.asmb-page-content-text h6 a,
.asmb-article-copy-text li a,
.asmb-page-content-text li a,
.asmb-page-content p a,
.asmb-page-content h1 a,
.asmb-page-content h2 a,
.asmb-page-content h3 a,
.asmb-page-content h4 a,
.asmb-page-content h5 a,
.asmb-page-content h6 a,
.asmb-page-content li a,
.asmb-concerts p a,
.asmb-concerts h1 a,
.asmb-concerts h2 a,
.asmb-concerts h3 a,
.asmb-concerts h4 a,
.asmb-concerts h5 a,
.asmb-concerts h6 a,
.asmb-concerts li a {
  background-size: 100% 50%;
  background-position: 0 170%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffec41), to(#ffec41));
  background-image: linear-gradient(#ffec41, #ffec41);
  background-repeat: no-repeat;
  color: #000;
  display: inline;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 2.5rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.asmb-article-copy-text p a:hover, .asmb-page-content-text p a:hover,
.asmb-article-copy-text h1 a:hover,
.asmb-page-content-text h1 a:hover,
.asmb-article-copy-text h2 a:hover,
.asmb-page-content-text h2 a:hover,
.asmb-article-copy-text h3 a:hover,
.asmb-page-content-text h3 a:hover,
.asmb-article-copy-text h4 a:hover,
.asmb-page-content-text h4 a:hover,
.asmb-article-copy-text h5 a:hover,
.asmb-page-content-text h5 a:hover,
.asmb-article-copy-text h6 a:hover,
.asmb-page-content-text h6 a:hover,
.asmb-article-copy-text li a:hover,
.asmb-page-content-text li a:hover,
.asmb-page-content p a:hover,
.asmb-page-content h1 a:hover,
.asmb-page-content h2 a:hover,
.asmb-page-content h3 a:hover,
.asmb-page-content h4 a:hover,
.asmb-page-content h5 a:hover,
.asmb-page-content h6 a:hover,
.asmb-page-content li a:hover,
.asmb-concerts p a:hover,
.asmb-concerts h1 a:hover,
.asmb-concerts h2 a:hover,
.asmb-concerts h3 a:hover,
.asmb-concerts h4 a:hover,
.asmb-concerts h5 a:hover,
.asmb-concerts h6 a:hover,
.asmb-concerts li a:hover {
  background-size: 100% 100%;
  background-position: 0 0;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* --- TEASER BUTTON --- */
.asmb-teaser-button-container {
  margin-top: 2rem;
  width: 100%;
}
.asmb-teaser-button-container .asmb-arrow-links {
  font-size: 2rem;
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  .asmb-teaser-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 1.5rem 0;
  }
}

.asmb-teaser-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.938rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media (max-width: 576px) {
  .asmb-teaser-button {
    font-size: 0.875rem;
  }
}
.asmb-teaser-button:hover {
  text-decoration: none;
}

span.asmb-teaser-button:hover {
  color: #ffec41;
  text-decoration: none !important;
}
span.asmb-teaser-button i:hover {
  text-decoration: none;
}

.asmb-teaser-button-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.background-dark-light .asmb-teaser-button:hover {
  color: #ffec41;
}

.background-primary .asmb-teaser-button:hover {
  color: #fff;
}

.asmb-filter-tag {
  background: #000;
  font-size: 1.25rem;
  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.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: 0.5rem;
}

.artist-selected-option-container,
.city-selected-option-container,
.date-selected-option-container {
  background: #000;
  color: #ffec41;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.75rem;
  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-button-dropdown {
  background: transparent;
  border: 2px solid #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.938rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0.75rem;
  width: auto;
  text-align: center;
}
@media (max-width: 370px) {
  .asmb-button-dropdown {
    padding: 0.5rem;
  }
}
.asmb-button-dropdown:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}
.asmb-button-dropdown .icon-arrow-down {
  margin-left: 0.5rem;
  font-size: 1.375rem;
}
@media (max-width: 576px) {
  .asmb-button-dropdown .icon-arrow-down {
    font-size: 1rem;
  }
}
.asmb-button-dropdown .icon-chevron-down {
  font-size: 1.125rem;
  margin-left: 0.25rem;
  margin-right: -0.25rem;
}
@media (max-width: 576px) {
  .asmb-button-dropdown .icon-chevron-down {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .asmb-button-dropdown {
    font-size: 0.875rem;
  }
}
@media (max-width: 370px) {
  .asmb-button-dropdown {
    font-size: 0.75rem;
  }
}

.asmb-dropdown-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .asmb-dropdown-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.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;
    margin-right: 0.5rem;
  }
}
.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 {
  margin-bottom: 1rem;
}
.asmb-dropdown-container .dropdown-menu {
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  padding: 1rem;
  overflow-y: scroll;
  width: 300px;
  height: auto;
  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 {
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 0.75rem 0 0.75rem 0.5rem;
  text-transform: uppercase;
  white-space: pre-wrap;
}
.asmb-dropdown-container .dropdown-item span {
  font-size: 1.25rem;
  font-family: "Cardo", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 370px) {
  .asmb-dropdown-container .dropdown-item {
    font-size: 0.75rem;
  }
}
.asmb-dropdown-container .dropdown-search-bar {
  border: 2px solid #000;
  padding: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  height: 50px;
}

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

.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;
}
@media (max-width: 768px) {
  .asmb-reviews-container .asmb-selected-option,
  .asmb-reviews-page .asmb-selected-option {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.asmb-reviews-container .dropdown-menu,
.asmb-reviews-page .dropdown-menu {
  width: auto;
  height: auto;
}

.artists-search-form {
  position: relative;
  border: 2px 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: 220px;
}
@media (max-width: 576px) {
  .artists-search-form {
    max-width: none;
    width: 88vw;
  }
}

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

.artists-suggestions-container {
  background: #fff;
  border: 2px solid #000;
  border-radius: 0;
  display: none;
  padding: 0.5rem;
  overflow-y: scroll;
  position: absolute;
  top: 45px;
  left: -2px;
  width: 220px;
  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 {
  background: #000;
  color: #ffec41;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0.5rem;
  text-transform: uppercase;
}
.asmb-article .asmb-teaser-medium .asmb-article-flag {
  background: #ffec41;
  color: #000;
  display: inline;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  padding: 0.15rem 0.25rem;
}

.single-post .asmb-article .asmb-article-flag {
  margin-top: 1rem;
  margin-bottom: 0;
}

.asmb-article.is-advertorial .asmb-advertorial-builder-flag {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.asmb-teaser.is-advertorial .asmb-advertorial-builder-flag {
  background: rgba(215, 215, 215, 0.85);
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0.2rem;
  position: absolute;
  top: 4px;
  right: 4px;
  text-transform: uppercase;
  z-index: 2;
}

.asmb-section-columns .asmb-article-flag {
  background: #ffec41;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .asmb-section-columns .asmb-article-flag {
    font-size: 0.875rem;
  }
}

.asmb-article-flag {
  background: #ffec41;
  color: #000;
  display: inline;
  font-size: 0.688rem;
  margin-right: 0.3rem;
  padding: 0.1rem 0.1rem 0.15rem 0.3rem;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
}

.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-hero-slider .asmb-article-flag {
  display: inline-block;
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  padding: 0.5rem;
}

.asmb-section-features .asmb-article-flag {
  background: #000;
  color: #ffec41;
}

.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: 29px;
  position: relative;
  width: 155px;
}
.asmb-rating-wrapper:before {
  color: #d3d3de;
  content: "★★★★★★";
  font-family: "Cardo", Arial, sans-serif;
  display: block;
  padding-top: 3px;
}

.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: "Cardo", Arial, sans-serif;
  padding-top: 3px;
}

.asmb-article-related-container,
.asmb-box-articles-related-container {
  background: #ffec41;
  border: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 3.5rem 0 2.5rem 0;
}
.asmb-article-related-container:before,
.asmb-box-articles-related-container:before {
  background: #000;
  color: #ffec41;
  content: "Mehr zum Thema";
  letter-spacing: 0.01rem;
  position: absolute;
  padding: 0.3rem 0.4rem;
  top: -24px;
  left: -3px;
  font-size: 0.813rem;
  font-weight: 700;
  text-transform: uppercase;
}
.asmb-article-related-container:hover,
.asmb-box-articles-related-container:hover {
  color: #5a5a5a;
  text-decoration: none;
}
.asmb-article-related-container a,
.asmb-box-articles-related-container a {
  text-decoration: none;
}

.asmb-article-related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.asmb-article-related-content i {
  display: block;
  font-size: 1.5rem;
  margin: 0 1rem 0 auto;
}
.asmb-article-related-content:hover .asmb-article-related-text span {
  color: #5a5a5a;
  text-decoration: none;
}

.asmb-article-related-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.asmb-article-related-text span {
  color: #000;
  font-size: 0.875rem;
  line-height: 130%;
}

.asmb-article-related-image-container {
  width: 21%;
}
@media (max-width: 576px) {
  .asmb-article-related-image-container {
    width: 34%;
  }
}

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

.asmb-box-articles-related-container {
  padding: 1rem;
}

.asmb-box-article-related-item-container {
  border-right: none;
  border-bottom: 1px solid #000;
  margin-bottom: 0.75rem;
  padding: 0 0 0.75rem 0;
}
.asmb-box-article-related-item-container .asmb-box-article-related-content span:hover {
  color: #5a5a5a;
}
.asmb-box-article-related-item-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.asmb-slider-dark .arrow-container-left,
.asmb-slider-nav-container .arrow-container-left,
.asmb-slider-nav-dots .arrow-container-left,
.asmb-issue-slider-nav-container .arrow-container-left {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 1rem;
  position: absolute;
  bottom: -65px;
  right: 60px;
  width: 50px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 576px) {
  .asmb-slider-dark .arrow-container-left,
  .asmb-slider-nav-container .arrow-container-left,
  .asmb-slider-nav-dots .arrow-container-left,
  .asmb-issue-slider-nav-container .arrow-container-left {
    right: 74px;
  }
}
.asmb-slider-dark .arrow-container-left:hover,
.asmb-slider-nav-container .arrow-container-left:hover,
.asmb-slider-nav-dots .arrow-container-left:hover,
.asmb-issue-slider-nav-container .arrow-container-left:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-slider-dark .arrow-container-right,
.asmb-slider-nav-container .arrow-container-right,
.asmb-slider-nav-dots .arrow-container-right,
.asmb-issue-slider-nav-container .arrow-container-right {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 1rem;
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 576px) {
  .asmb-slider-dark .arrow-container-right,
  .asmb-slider-nav-container .arrow-container-right,
  .asmb-slider-nav-dots .arrow-container-right,
  .asmb-issue-slider-nav-container .arrow-container-right {
    right: 1rem;
  }
}
.asmb-slider-dark .arrow-container-right:hover,
.asmb-slider-nav-container .arrow-container-right:hover,
.asmb-slider-nav-dots .arrow-container-right:hover,
.asmb-issue-slider-nav-container .arrow-container-right:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-slider-dark .slick-dots,
.asmb-slider-nav-container .slick-dots,
.asmb-slider-nav-dots .slick-dots,
.asmb-issue-slider-nav-container .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: -40px;
}
.asmb-slider-dark .slick-dots li button,
.asmb-slider-dark .slick-dots li .slick-asmb-dots,
.asmb-slider-nav-container .slick-dots li button,
.asmb-slider-nav-container .slick-dots li .slick-asmb-dots,
.asmb-slider-nav-dots .slick-dots li button,
.asmb-slider-nav-dots .slick-dots li .slick-asmb-dots,
.asmb-issue-slider-nav-container .slick-dots li button,
.asmb-issue-slider-nav-container .slick-dots li .slick-asmb-dots {
  background: none;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 0px;
  padding: 0;
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.asmb-slider-dark .slick-dots .slick-active button,
.asmb-slider-dark .slick-dots .slick-active .slick-asmb-dots,
.asmb-slider-nav-container .slick-dots .slick-active button,
.asmb-slider-nav-container .slick-dots .slick-active .slick-asmb-dots,
.asmb-slider-nav-dots .slick-dots .slick-active button,
.asmb-slider-nav-dots .slick-dots .slick-active .slick-asmb-dots,
.asmb-issue-slider-nav-container .slick-dots .slick-active button,
.asmb-issue-slider-nav-container .slick-dots .slick-active .slick-asmb-dots {
  background: #fff;
  cursor: pointer;
}

.asmb-slider-nav-container {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media (max-width: 576px) {
  .asmb-slider-nav-container {
    right: 1rem;
  }
}
.asmb-slider-nav-container .arrow-container-left {
  bottom: 20px;
  right: 60px;
}
.asmb-slider-nav-container .arrow-container-right {
  bottom: 20px;
  right: 0;
}

.asmb-slider-nav-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.asmb-slider-nav-dots .slick-dots {
  bottom: 0;
}

.asmb-section-issue .asmb-issue-slider-nav-container .arrow-container-left,
.asmb-section-issue .asmb-issue-slider-nav-container .arrow-container-right,
.asmb-section-issue .asmb-issue-slider-nav-dots .arrow-container-left,
.asmb-section-issue .asmb-issue-slider-nav-dots .arrow-container-right {
  border: 2px solid #000;
  color: #000;
}
.asmb-section-issue .asmb-issue-slider-nav-container .arrow-container-left:hover,
.asmb-section-issue .asmb-issue-slider-nav-container .arrow-container-right:hover,
.asmb-section-issue .asmb-issue-slider-nav-dots .arrow-container-left:hover,
.asmb-section-issue .asmb-issue-slider-nav-dots .arrow-container-right:hover {
  background: #000;
  color: #fff;
}
.asmb-section-issue .asmb-issue-slider-nav-container .slick-asmb-dots,
.asmb-section-issue .asmb-issue-slider-nav-dots .slick-asmb-dots {
  border: 1px solid #000 !important;
}

.asmb-issue-slider-nav-container {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media (max-width: 576px) {
  .asmb-issue-slider-nav-container {
    right: 1rem;
  }
}
.asmb-issue-slider-nav-container .arrow-container-left {
  bottom: 20px;
  right: 60px;
}
.asmb-issue-slider-nav-container .arrow-container-right {
  bottom: 20px;
  right: 0;
}

/* --- TEASER GENERAL --- */
.asmb-teaser {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.asmb-teaser .teaser-text-container {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 576px) {
  .asmb-teaser .teaser-text-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.asmb-teaser .teaser-title h1 {
  display: inline;
}
.asmb-teaser .teaser-title .asmb-headline {
  display: inline;
  margin-bottom: 0;
}
.asmb-teaser .teaser-title .asmb-headline-category {
  display: block;
  margin-bottom: 0;
}

/* --- TEASER RELEASES --- */
.asmb-teaser-releases {
  padding: 2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .asmb-teaser-releases {
    padding: 0;
    margin-top: 1rem;
  }
}
.asmb-teaser-releases .teaser-rating {
  margin-top: 1rem;
}
.asmb-teaser-releases:hover {
  background-color: #ffec41;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .asmb-teaser-releases:hover {
    background-color: transparent !important;
    padding: 0 !important;
  }
}
.asmb-teaser-releases .teaser-title {
  margin: 1rem 0 0.25rem 0;
}

.teaser-rating .fa-star {
  font-size: 1.625rem;
}

/* --- TEASER RELEASES HOME --- */
.home .asmb-teaser-releases:hover {
  background-color: #ffec41;
  padding: 2rem;
}

/* --- TEASER SMALL --- */
.asmb-teaser-small {
  margin: 0 4px;
}
.asmb-teaser-small .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (max-width: 576px) {
  .asmb-teaser-small .teaser-image-container {
    padding-bottom: 91%;
  }
}
.asmb-teaser-small .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-teaser-small .teaser-image-container img.portrait {
  background: #d3d3de;
  -o-object-fit: contain;
     object-fit: contain;
}
.asmb-teaser-small .teaser-title {
  margin-left: -1rem;
}
.asmb-teaser-small .teaser-title div .headline-xxs {
  font-size: 0.875rem;
}
@media (max-width: 992px) {
  .asmb-teaser-small .teaser-title div .headline-xxs {
    font-size: 0.75rem;
  }
}

/* --- TEASER MEDIUM --- */
.asmb-teaser-medium {
  margin-bottom: 2rem;
}
.asmb-teaser-medium .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 1rem;
}
.asmb-teaser-medium .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-image-container img.portrait {
  background: #d3d3de;
  -o-object-fit: contain;
     object-fit: contain;
}
.asmb-teaser-medium .teaser-title {
  margin-top: 0.75rem;
}

/* --- TEASER LARGE --- */
.asmb-teaser-large {
  margin-bottom: 3rem;
}
.asmb-teaser-large .teaser-text-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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .asmb-teaser-large .teaser-text-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
  }
}

/* --- TEASER MEGA --- */
.asmb-teaser-mega.teaser-content-container {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.asmb-teaser-mega {
  position: relative;
  height: 100%;
  padding: 0 0 2rem 0;
}
.asmb-teaser-mega .teaser-title {
  margin-top: 1rem;
}
.asmb-teaser-mega .teaser-excerpt {
  margin-top: 1.5rem;
}
.asmb-teaser-mega .teaser-image-container {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
.asmb-teaser-mega .teaser-image-container: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;
  left: 0;
  width: 100%;
  height: 100%;
}
.asmb-teaser-mega .teaser-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .asmb-teaser-mega .teaser-image-container {
    width: calc(100% + 2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.asmb-teaser-mega .teaser-title-container {
  padding: 0 1.5rem 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* --- TEASER OVERLAY --- */
.asmb-teaser-overlay {
  position: relative;
}
.asmb-teaser-overlay .teaser-content-container {
  position: absolute;
  bottom: 0.5rem;
  z-index: 2;
}

/* --- TEASER MEGA OVERLAY --- */
.asmb-teaser-mega-overlay {
  position: relative;
}
.asmb-teaser-mega-overlay .teaser-content-container {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

/* --- TEASER LIST --- */
.asmb-teaser-list {
  margin-top: 2rem;
}
.asmb-teaser-list .teaser-title {
  margin-top: 0.75rem;
}
.asmb-teaser-list .teaser-image-container {
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.asmb-teaser-list .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-teaser-list .teaser-excerpt {
  display: none;
}

@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-category,
  .asmb-cooperation-overview .asmb-teaser-list .teaser-category {
    margin-left: -1rem;
  }
}
.archive .asmb-teaser-list .teaser-title,
.asmb-cooperation-overview .asmb-teaser-list .teaser-title {
  margin-top: 0;
}
@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-title,
  .asmb-cooperation-overview .asmb-teaser-list .teaser-title {
    margin-left: -1rem;
  }
}
@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-title .headline-m,
  .asmb-cooperation-overview .asmb-teaser-list .teaser-title .headline-m {
    font-size: 0.938rem;
  }
}
.archive.category .asmb-teaser-list .teaser-title, .archive.tag .asmb-teaser-list .teaser-title,
.asmb-cooperation-overview.category .asmb-teaser-list .teaser-title,
.asmb-cooperation-overview.tag .asmb-teaser-list .teaser-title {
  margin-top: 0.75rem;
}

.archive.paged .asmb-teaser-list .teaser-title {
  margin-top: 0;
}
@media (max-width: 576px) {
  .archive.paged .asmb-teaser-list .teaser-title {
    margin-left: -1rem;
  }
}
@media (max-width: 576px) {
  .archive.paged .asmb-teaser-list .teaser-title .headline-ml {
    font-size: 0.938rem;
  }
}
@media (max-width: 1279px) {
  .archive.paged .asmb-teaser-list .teaser-excerpt {
    color: #fff;
    display: block;
    margin-top: 0.5rem;
  }
}
@media (max-width: 992px) {
  .archive.paged .asmb-teaser-list .teaser-excerpt {
    display: none;
  }
}

@media (max-width: 1279px) {
  .category .asmb-teaser-list .teaser-excerpt,
  .archive.tag .asmb-teaser-list .teaser-excerpt,
  .archive.author .asmb-teaser-list .teaser-excerpt {
    display: block;
    margin-top: 0.5rem;
  }
}
@media (max-width: 992px) {
  .category .asmb-teaser-list .teaser-excerpt,
  .archive.tag .asmb-teaser-list .teaser-excerpt,
  .archive.author .asmb-teaser-list .teaser-excerpt {
    display: none;
  }
}

.archive.tag .asmb-teaser-list .teaser-excerpt,
.archive.author .asmb-teaser-list .teaser-excerpt {
  color: #fff;
}

.archive.tag .asmb-tag-special .asmb-teaser-list .teaser-excerpt {
  color: #000;
}

.asmb-concert .asmb-teaser .teaser-title .asmb-headline {
  color: #000;
}

/* --- TEASER LIST EVENTS --- */
.asmb-teaser-list-events {
  border-top: 1px solid #d3d3de;
  padding: 1rem 0;
}
.asmb-teaser-list-events:last-child {
  border-bottom: 1px solid #d3d3de;
}
.asmb-teaser-list-events .teaser-date p {
  margin: 0 !important;
  padding-top: 5px;
}
.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 #000;
  display: inline-block;
  margin: 0.1875rem 0.5rem 0 0.3125rem;
  width: 0;
  height: 0;
}

.asmb-ads-native-home-desktop {
  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;
  padding: 2rem;
}
@media (max-width: 576px) {
  .asmb-ads-native-home-desktop {
    display: none;
  }
}

.asmb-ads-native-home-mobile,
.asmb-ads-native-category-mobile {
  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: 2rem 0;
  max-width: 320px;
}
@media (max-width: 576px) {
  .asmb-ads-native-home-mobile,
  .asmb-ads-native-category-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.asmb-stage-top-desktop-container,
.asmb-stage-bottom-desktop-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;
}
@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-archive .asmb-page-navigation,
.asmb-search .asmb-page-navigation,
.asmb-category.background-dark .asmb-page-navigation {
  margin-top: 2rem;
  text-align: center;
}
.asmb-archive .asmb-page-navigation .wp-paginate a,
.asmb-search .asmb-page-navigation .wp-paginate a,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate a {
  background: #fff;
  border: 0;
  color: #000;
}
.asmb-archive .asmb-page-navigation .wp-paginate .current,
.asmb-search .asmb-page-navigation .wp-paginate .current,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate .current {
  border: none;
  background: #ffec41;
  color: #000;
  font-weight: 700;
}
.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,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate .page,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate .prev,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate .next {
  cursor: pointer;
}
.asmb-archive .asmb-page-navigation .wp-paginate .gap,
.asmb-search .asmb-page-navigation .wp-paginate .gap,
.asmb-category.background-dark .asmb-page-navigation .wp-paginate .gap {
  cursor: auto;
}

.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 {
  text-align: center;
  margin: 1.5rem 0;
}
.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 {
  background: #000;
  border: 0;
  color: #fff;
}
.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 {
  border: none;
  background: #ffec41;
  color: #000;
  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 {
  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 {
  cursor: auto;
}

.page-links {
  border-top: 1px solid #000;
  margin: 1.5rem 0;
  padding-top: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.post-page-numbers {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 4px 8px;
  text-transform: none;
}
.post-page-numbers.current {
  background: #000;
  color: #ffec41;
  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;
  text-align: center;
}
.tax-city .asmb-page-navigation .page-numbers,
.asmb-events-search .asmb-page-navigation .page-numbers {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 4px 8px;
  text-transform: none;
}
.tax-city .asmb-page-navigation .page-numbers.current,
.asmb-events-search .asmb-page-navigation .page-numbers.current {
  background: #ffec41;
  border: 1px solid #ffec41;
  color: #000;
  font-weight: 700;
}
.tax-city .asmb-page-navigation .page-numbers.dots,
.asmb-events-search .asmb-page-navigation .page-numbers.dots {
  background: transparent;
  border: none;
  color: #999;
  padding: 0;
}
.tax-city .asmb-page-navigation .page-numbers:hover,
.asmb-events-search .asmb-page-navigation .page-numbers:hover {
  text-decoration: none;
}

.asmb-search-bar-icon {
  cursor: pointer;
  display: block;
}
@media (max-width: 1279px) {
  .asmb-search-bar-icon {
    display: none;
  }
}

.asmb-search-bar-close {
  cursor: pointer;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

.asmb-search-bar-container.is-desktop {
  background: #f8f8f8;
  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;
  position: relative;
  width: 100%;
  height: 80px;
}
@media (max-width: 1024px) {
  .asmb-search-bar-container.is-desktop {
    display: none;
  }
}
.asmb-search-bar-container.is-desktop label {
  margin-bottom: 0;
}
.asmb-search-bar-container.is-desktop .search-form {
  border: 1px solid #d3d3de;
  height: 55px;
}
.asmb-search-bar-container.is-desktop .search-field {
  border: 0;
  border-radius: 0;
  margin-right: -0.3rem;
  padding-top: 3px;
  width: 20vw;
  height: 52px;
}
.asmb-search-bar-container.is-desktop .search-submit {
  color: #fff;
}

.asmb-search-bar-container.is-mobile {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-search-bar-container.is-mobile {
    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-top: 1rem;
    width: 100%;
    height: 52px;
  }
}
.asmb-search-bar-container.is-mobile label {
  margin-bottom: 0;
  width: 100%;
}
.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 {
  border: 0;
  border-radius: 0;
  margin-right: -0.3rem;
  padding-top: 3px;
  width: 100%;
  height: 52px;
}
.asmb-search-bar-container.is-mobile .search-submit {
  color: #fff;
}

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

.wpcf7-submit.btn.btn-primary,
.qsm-btn.qsm-submit-btn {
  background: #ffec41;
  border-radius: 0;
  border: 0;
  color: #1e1e1e;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem;
  width: auto;
  text-align: center;
}
.wpcf7-submit.btn.btn-primary:hover,
.qsm-btn.qsm-submit-btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

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

.wdm-nocapt-recapt {
  border: 0px;
  height: unset !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: #848484;
  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: #848484;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .single-reviews .asmb-article-breadcrumb {
    padding-left: 0;
  }
}

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

.asmb-article-recommendation-container {
  border: 4px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 0.75rem 0;
  position: relative;
  margin: 0 auto 2.5rem auto;
}
@media (max-width: 1279px) {
  .asmb-article-recommendation-container {
    margin: 2.5rem auto;
  }
}
.asmb-article-recommendation-container .asmb-headline {
  color: #000;
}

.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: -16px;
}
@media (max-width: 576px) {
  .asmb-headline-recommendation-container {
    text-align: center;
  }
}
.asmb-headline-recommendation-container img {
  position: absolute;
  left: 1rem;
  width: 50px;
  height: 50px;
}
@media (max-width: 576px) {
  .asmb-headline-recommendation-container img {
    left: 0.25rem;
    width: 40px;
    height: 40px;
  }
}

.asmb-headline-recommendation {
  background: #000;
  color: #ffec41 !important;
  padding: 0.25rem 0.5rem 0.25rem 4rem;
  font-size: 1.063rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .asmb-headline-recommendation {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem 0.25rem 2.75rem;
  }
}

.asmb-recommendation-desktop {
  display: block;
}
@media (max-width: 1279px) {
  .asmb-recommendation-desktop {
    display: none;
  }
}

.asmb-recommendation-mobile {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-recommendation-mobile {
    display: block;
  }
}

.article-box-single.atkp-container {
  margin: 2.5rem 0 1rem 0;
}
.article-box-single .atkp-box {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}
.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;
}
.article-box-single .atkp-box .atkp-title.typo-color-light {
  color: #fff;
}
.article-box-single .atkp-box a.asmb-button {
  color: #000;
  margin-top: 0.75rem;
}
@media (max-width: 480px) {
  .article-box-single .atkp-box a.asmb-button {
    line-height: 120%;
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}
.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: -20px;
  right: 0;
  text-transform: uppercase;
}
.article-box-single .atkp-box .article-box-container {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  position: relative;
}
.article-box-single .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;
}

.article-box-multiple.atkp-container {
  margin-top: 1.5rem;
}
.article-box-multiple .atkp-box {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  position: relative;
}
.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: -20px;
  right: 0;
  text-transform: uppercase;
}
.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 {
  border-bottom: 1px solid #000;
  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-multiple .atkp-box .atkp-title {
  margin: 0;
}
.article-box-multiple .atkp-box .atkp-title.typo-color-light {
  color: #fff;
}
.article-box-multiple .atkp-box a.asmb-button {
  color: #000;
  margin-top: 0.75rem;
}
@media (max-width: 480px) {
  .article-box-multiple .atkp-box a.asmb-button {
    line-height: 120%;
    padding: 0.75rem;
    font-size: 0.75rem;
  }
}
.article-box-multiple .article-box-text-container {
  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-multiple .article-box-container:last-child .article-box-image-container {
  border-bottom: 0;
}

.asmb-article-sidebar-affiliate {
  margin-left: auto;
  max-width: 300px;
}
@media (max-width: 1200px) {
  .asmb-article-sidebar-affiliate {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .article-box-sidebar.atkp-container {
    margin-top: 1.5rem;
  }
}
.article-box-sidebar .atkp-box {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}
.article-box-sidebar .atkp-box .article-box-container {
  background: #000;
  border-radius: 0;
  border: 1px solid #000;
  position: relative;
}
.article-box-sidebar .atkp-box .article-box-container:last-child .article-box-image-container {
  border-bottom: 0;
}
.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: -20px;
  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-light {
  color: #fff;
}
.article-box-sidebar .atkp-box a.asmb-button {
  color: #000;
  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 .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;
}

.affiliate-simple-button-container i,
.affiliate-reviews-button-container i {
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.affiliate-simple-button-container .asmb-button-primary-inverted,
.affiliate-reviews-button-container .asmb-button-primary-inverted {
  position: relative;
  padding: 1rem 0.75rem;
}
.affiliate-simple-button-container .asmb-button-primary-inverted:after,
.affiliate-reviews-button-container .asmb-button-primary-inverted:after {
  color: #939393;
  content: "Anzeige (Affiliate-Link)";
  display: inline;
  font-size: 10px;
  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: #000;
  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: -22px;
  margin-bottom: 1rem;
}
.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;
}
.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: -76px;
  left: 0;
  margin-left: auto !important;
  margin-bottom: 2rem;
}
.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 !important;
}
.article-box-single.multiple-shops .atkp-thumb,
.affiliate-simple-button-container.multiple-shops .atkp-thumb,
.affiliate-reviews-button-container.multiple-shops .atkp-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box-single.multiple-shops .atkp-image,
.affiliate-simple-button-container.multiple-shops .atkp-image,
.affiliate-reviews-button-container.multiple-shops .atkp-image {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-box-single.multiple-shops .atkp-offers-dropbtn {
  color: #fff;
}
.article-box-single.multiple-shops .atkp-offers-dropbtn:hover {
  color: #fff;
}
.article-box-single.multiple-shops .atkp-moreoffers-box {
  color: #000;
  margin-top: -4px;
  margin-bottom: 0;
}

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

/*
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 .asmb-arrow-links {
  font-size: 1.5rem;
}
.asmb-footer .asmb-newsletter-container {
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .asmb-footer .asmb-newsletter-container {
    display: none;
  }
}
.asmb-footer .asmb-newsletter-container .asmb-headline {
  margin-bottom: 1rem;
}
.asmb-footer .asmb-newsletter-container div.wpcf7 {
  color: #fff;
}
.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: #3e3e3e;
  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: #3e3e3e;
  border-color: transparent;
  color: #fff;
  width: 55px;
  height: 55px;
}
.asmb-footer .asmb-newsletter-subscription .asmb-newsletter-button:disabled {
  color: #1e1e1e;
}

.asmb-footer-container {
  background: #1e1e1e;
  padding: 2rem 1.5rem;
}
@media (max-width: 1200px) {
  .asmb-footer-container {
    padding: 1rem 0.5rem;
  }
}

.asmb-footer-logo-container {
  display: block;
  margin-bottom: 1rem;
}

.asmb-footer-logo {
  max-width: 200px;
  width: 200px;
  aspect-ratio: 5.294;
  height: auto;
}

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

.asmb-footer-subscription {
  padding-left: 2rem;
}
.asmb-footer-subscription .asmb-button-primary {
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .asmb-footer-subscription .asmb-button-primary {
    margin-top: 1rem;
  }
}
.asmb-footer-subscription .asmb-subscription-text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 1200px) {
  .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 #3e3e3e;
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .asmb-footer-menu {
    border-top: 1px solid #3e3e3e;
    border-right: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 1.5rem;
    padding-right: 0;
    text-align: center;
  }
}

.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: 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;
  padding-top: 4rem;
}
@media (max-width: 1200px) {
  .asmb-footer-menu-legals-container {
    padding-top: 2rem;
  }
}

.asmb-footer-menu-legals {
  margin-bottom: 1rem;
}
.asmb-footer-menu-legals a {
  color: #d3d3de;
  margin-left: 2rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .asmb-footer-menu-legals a {
    display: inline-block;
    margin-left: 1rem;
    padding: 4px 0;
  }
}
.asmb-footer-menu-legals a:hover {
  color: #ffec41;
  text-decoration: none;
}
.asmb-footer-menu-legals .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .asmb-footer-menu-legals .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.asmb-footer-menu-navigation {
  margin-bottom: 3.5rem;
}
.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: #fff;
  font-size: 1.25rem;
  margin: 0 2rem 0 0;
}
@media (max-width: 1200px) {
  .asmb-footer-social-icon a {
    margin: 0 1rem 0 1rem;
  }
}
.asmb-footer-social-icon a:hover {
  color: #ffec41;
}

.asmb-footer-social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  .asmb-footer-social-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}

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

.asmb-footer-external-links-container {
  border-top: 1px solid #3e3e3e;
  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;
  padding-top: 3rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .asmb-footer-external-links-container {
    padding-top: 1.5rem;
    margin-top: 0rem;
  }
}
.asmb-footer-external-links-container .asmb-headline {
  margin-bottom: 1rem;
}

.asmb-footer-external-links {
  margin-bottom: 0.5rem;
}
.asmb-footer-external-links a {
  color: #d3d3de;
  font-weight: 400;
  margin-right: 1rem;
  padding: 4px 3px;
  position: relative;
}
.asmb-footer-external-links a:hover {
  color: #ffec41;
  text-decoration: none;
}
.asmb-footer-external-links a:before {
  content: "| ";
  color: #d3d3de;
  position: absolute;
  right: -9px;
}
.asmb-footer-external-links li {
  padding: 4px 0;
}
.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 {
  border-bottom: 1px solid #3e3e3e;
  position: sticky;
  max-width: 1020px;
  top: 0;
  z-index: 9999;
  width: 100%;
}
@media (max-width: 1279px) {
  .asmb-header-container {
    position: fixed;
    top: 0;
    padding-top: 121px;
  }
}

@media (max-width: 1279px) {
  .is-advertorial .asmb-header-container,
  .no-ads .asmb-header-container {
    padding-top: 0;
  }
}

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

.asmb-navbar {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  height: 75px;
}
.asmb-navbar .asmb-navbar-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
}
.asmb-navbar .asmb-navbar-logo-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;
}
.asmb-navbar .asmb-navbar-logo-container img {
  width: 240px;
  aspect-ratio: 5.294;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.asmb-navbar .asmb-navbar-logo-container img.smaller-logo {
  width: 180px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1024px) {
  .asmb-navbar .asmb-navbar-logo-container {
    width: 180px;
  }
}
.asmb-navbar .asmb-navbar-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.asmb-navbar .asmb-navbar-menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.asmb-navbar .asmb-navbar-menu-container .icon-magnifying-glass {
  font-size: 1.25rem;
}
.asmb-navbar .asmb-navbar-main-menu {
  position: relative;
}
.asmb-navbar .asmb-navbar-main-menu .menu-item {
  margin-right: 1.35rem;
  padding: 4px 0;
  position: relative;
}
.asmb-navbar .asmb-navbar-main-menu .menu-item a {
  color: #fff;
  font-size: 0.938rem;
  font-weight: 500;
  padding-bottom: 21px;
  white-space: nowrap;
  z-index: 3;
}
.asmb-navbar .asmb-navbar-main-menu .menu-item a:hover {
  border-bottom: 5px solid #ffec41;
  color: #ffec41;
  text-decoration: none;
}
.asmb-navbar .asmb-navbar-main-menu .typo-color-primary.menu-item a {
  color: #ffec41;
}
.asmb-navbar .asmb-navbar-main-menu .sub-menu {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  visibility: hidden;
  position: absolute;
  top: 49px;
  left: -1px;
  padding: 0.75rem 1.5rem 1.25rem 1.5rem;
  z-index: 2;
}
.asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item {
  margin-right: 0;
}
.asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item a {
  border-bottom: 1px solid #000;
  color: #000;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 0;
  white-space: nowrap;
}
.asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
  padding: 0.875rem 0 0 0;
}
.asmb-navbar .asmb-navbar-main-menu span {
  display: none;
}
.asmb-navbar .menu-main-container .menu .menu-item:hover > ul {
  visibility: visible;
}
@media (max-width: 1279px) {
  .asmb-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto;
    padding: 0 1rem;
  }
  .asmb-navbar .asmb-navbar-menu-container-helper {
    background: #000;
    position: relative;
    width: 100vw;
    margin-left: -16px;
  }
  .asmb-navbar .asmb-navbar-menu-container {
    background: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    overflow-y: hidden;
    width: 100%;
    height: 92vh;
    max-height: 0;
  }
  .asmb-navbar .asmb-navbar-menu-container.is-visible {
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    position: absolute;
    overflow: scroll;
    top: 0;
    padding: 1.5rem 1rem;
    max-height: 1500px;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
  .asmb-navbar .asmb-navbar-menu-container .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .asmb-navbar .asmb-navbar-menu-container .asmb-welt-logo-container {
    margin: 1.125rem auto 0 auto;
  }
  .asmb-navbar .asmb-navbar-menu-container .icon-magnifying-glass {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .asmb-navbar .asmb-navbar-main-menu {
    width: 100%;
  }
  .asmb-navbar .asmb-navbar-main-menu .menu-item {
    border-bottom: 1px solid #3e3e3e;
    margin-right: 0;
    padding: 1rem 0;
  }
  .asmb-navbar .asmb-navbar-main-menu .menu-item a {
    display: block;
    padding: 6px 0;
  }
  .asmb-navbar .asmb-navbar-main-menu .menu-item a:hover {
    border-bottom: none;
  }
  .asmb-navbar .asmb-navbar-main-menu .menu-item .asmb-navbar-arrows {
    display: none;
  }
  .asmb-navbar .asmb-navbar-main-menu .menu-item.menu-item-has-children > .asmb-navbar-arrows {
    display: block;
  }
  .asmb-navbar .asmb-navbar-main-menu span {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 0;
    text-align: center;
    width: 30px;
    height: 20px;
  }
  .asmb-navbar .asmb-navbar-main-menu span .icon-chevron-down {
    font-size: 1rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: inline-block;
  }
  .asmb-navbar .asmb-navbar-main-menu span .icon-chevron-down.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .asmb-navbar .asmb-navbar-main-menu .sub-menu {
    background: none;
    border: none;
    display: none;
    position: relative;
    top: 0;
    padding: 0;
    visibility: visible;
  }
  .asmb-navbar .asmb-navbar-main-menu .sub-menu.is-visible {
    display: block !important;
    padding: 1rem 0;
  }
  .asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item {
    border-bottom: none;
    margin-right: 0;
    padding: 0;
  }
  .asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item a {
    border-bottom: none;
    color: #fff;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 0;
  }
  .asmb-navbar .asmb-navbar-main-menu .sub-menu .menu-item:last-of-type a {
    padding: 0.875rem 0 0 0;
  }
}

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

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

.asmb-navbar-mobile-container {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-navbar-mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.asmb-welt-logo-container {
  margin-left: 1.5rem;
  text-align: center;
}
.asmb-welt-logo-container img {
  width: 61px;
  aspect-ratio: 3.86;
  height: auto;
}
.asmb-welt-logo-container:hover {
  text-decoration: none;
}
.asmb-welt-logo-container.is-mobile {
  display: none;
}
@media (max-width: 1279px) {
  .asmb-welt-logo-container {
    display: none;
  }
  .asmb-welt-logo-container.is-mobile {
    display: block;
    margin-right: 1rem;
  }
  .asmb-welt-logo-container.is-mobile img {
    width: 54px;
    aspect-ratio: 3.86;
    height: auto;
  }
}

.asmb-welt-logo-text {
  color: #7f7f7f;
  font-size: 0.75rem;
  letter-spacing: 0.02rem;
  margin: 0.1rem 0 0 0;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .asmb-welt-logo-text {
    font-size: 0.688rem;
    margin: 2px 0 0 0;
  }
}

.asmb-page-width {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
}
@media (max-width: 1279px) {
  .asmb-page-width {
    overflow: clip;
  }
}
@media (max-width: 1024px) {
  .asmb-page-width {
    padding: 0;
    width: 100%;
  }
}
.asmb-page-width:after {
  background: #000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 67px;
  width: 100%;
}

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

.asmb-section {
  padding: 3.5rem 2rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1279px) {
  .asmb-section {
    padding: 3.5rem 4rem;
  }
}
@media (max-width: 992px) {
  .asmb-section {
    padding: 3.5rem 2rem;
  }
}
@media (max-width: 576px) {
  .asmb-section {
    padding: 2rem 1rem;
  }
}

.asmb-section.asmb-section-hero {
  padding: 3.5rem 2rem 8rem 2rem;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .asmb-section.asmb-section-hero {
    padding: 2.5rem 4rem 8rem 4rem;
  }
}
@media (max-width: 992px) {
  .asmb-section.asmb-section-hero {
    padding: 2.5rem 2rem 8rem 2rem;
  }
}
@media (max-width: 576px) {
  .asmb-section.asmb-section-hero {
    padding: 2.5rem 0 8rem 0;
  }
}

@media (max-width: 576px) {
  .asmb-section.asmb-section-issue {
    padding: 2rem 1rem 8rem 1rem;
  }
}

.asmb-section.asmb-section-presents {
  padding: 3.5rem 2rem 8rem 2rem;
}
@media (max-width: 1279px) {
  .asmb-section.asmb-section-presents {
    padding: 2.5rem 4rem 8rem 4rem;
  }
}
@media (max-width: 992px) {
  .asmb-section.asmb-section-presents {
    padding: 2.5rem 2rem 8rem 2rem;
  }
}
@media (max-width: 576px) {
  .asmb-section.asmb-section-presents {
    padding: 2.5rem 0 8rem 0;
  }
}

.asmb-section.asmb-archive-hero-section {
  padding: 3.5rem 2rem 0.5rem 2rem;
}
@media (max-width: 768px) {
  .asmb-section.asmb-archive-hero-section {
    padding: 3.5rem 1rem 0.5rem 1rem;
  }
}

.asmb-section.asmb-section-news-list {
  overflow: hidden;
}

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

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

.asmb-section-aow .asmb-headline {
  margin-bottom: 0;
}
.asmb-section-aow .asmb-aow-excerpt {
  margin-top: 1.5rem;
}
.asmb-section-aow .teaser-image img {
  width: 100%;
}
.asmb-section-aow .teaser-rating {
  margin-top: 0.5rem;
}
.asmb-section-aow .asmb-rating:before {
  color: #ffec41;
}
.asmb-section-aow .asmb-review-rating-container {
  margin: 0rem 0 2rem 0;
}

.asmb-aow-content a:hover {
  text-decoration: none;
}
.asmb-aow-content a:hover .asmb-headline,
.asmb-aow-content a:hover .asmb-aow-excerpt {
  color: #ffec41;
}
@media (max-width: 768px) {
  .asmb-aow-content {
    margin-top: 1.5rem;
  }
}

.asmb-section-columns {
  position: relative;
}
.asmb-section-columns .asmb-article-author-container {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .asmb-section-columns .asmb-article-author-container {
    margin-top: 1rem;
  }
}
.asmb-section-columns .arrow-container-left {
  background: #ffec41;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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;
  padding: 1rem;
  position: absolute;
  bottom: -50px;
  right: 70px;
  width: 50px;
  height: 50px;
}
.asmb-section-columns .arrow-container-left:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-section-columns .arrow-container-right {
  background: #ffec41;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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;
  padding: 1rem;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
}
.asmb-section-columns .arrow-container-right:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-section-columns .asmb-headline {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .asmb-section-columns .asmb-headline {
    margin-top: 0;
  }
}
.asmb-section-columns hr {
  border-top: 1px solid #1e1e1e;
  margin: 2rem 0 3rem 0;
}
.asmb-section-columns .teaser-image-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 65%;
}
.asmb-section-columns .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .asmb-section-columns .asmb-teaser-button-container {
    display: none;
  }
}
.asmb-section-columns .asmb-article-author-container {
  padding: 0;
}

.asmb-author-list-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1200px) {
  .asmb-author-list-container ul {
    height: 155px;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}

.asmb-author-list-item {
  margin-right: 1rem;
  scroll-snap-align: start;
}
.asmb-author-list-item .asmb-author-name {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.asmb-author-list-item a {
  border: 2px solid #ffec41;
  border-radius: 100%;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.asmb-author-list-item img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  border-radius: 100%;
}

.asmb-current-issue-content .asmb-headline {
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .asmb-current-issue-content .asmb-headline {
    margin: 1.5rem 0 0 0;
  }
}
.asmb-current-issue-content:hover {
  color: #000;
  text-decoration: underline;
}

.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 {
    background: #1e1e1e;
    overflow: scroll;
    height: 101vh;
  }
}
@media (max-width: 768px) {
  .asmb-gallery-container {
    margin-top: 66px;
  }
}

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

.asmb-gallery-header-container {
  background: #000;
  border-bottom: 1px solid #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}
.asmb-gallery-header-container i {
  color: #fff;
  font-size: 2rem;
}
.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: 90vh;
}
@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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.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 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-left {
    background: #fff;
    color: #000;
    opacity: 0.6;
    width: 40px;
    height: 40px;
  }
}
.asmb-gallery-slider .arrow-container-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  left: auto;
  right: 16px;
}
@media (max-width: 992px) {
  .asmb-gallery-slider .arrow-container-right {
    background: #fff;
    color: #000;
    opacity: 0.6;
    width: 40px;
    height: 40px;
  }
}

.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%;
  height: 80vh;
  -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 {
  background: #1e1e1e;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  padding: 2rem;
  position: relative;
}
@media (max-width: 992px) {
  .asmb-gallery-caption-container {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 0.5rem 2rem 2rem 2rem;
  }
}

.asmb-gallery-headline {
  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: 0.938rem !important;
  line-height: 140%;
  margin: 0 !important;
}
@media (max-width: 576px) {
  .asmb-gallery-image-headline {
    font-size: 0.875rem !important;
  }
}

.asmb-gallery-copyright {
  font-size: 0.875rem !important;
  line-height: 140%;
  margin: 0.5rem 0 0 0 !important;
}

.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-section-hero {
  z-index: 1;
  height: 570px;
}
@media (max-width: 1279px) {
  .asmb-section-hero {
    height: 950px;
  }
}
@media (max-width: 992px) {
  .asmb-section-hero {
    height: 105vw;
  }
}
@media (max-width: 900px) {
  .asmb-section-hero {
    height: 115vw;
  }
}
@media (max-width: 680px) {
  .asmb-section-hero {
    height: 128vw;
  }
}
@media (max-width: 600px) {
  .asmb-section-hero {
    height: 136vw;
  }
}
@media (max-width: 530px) {
  .asmb-section-hero {
    height: 146vw;
  }
}
@media (max-width: 480px) {
  .asmb-section-hero {
    height: 160vw;
  }
}
@media (max-width: 450px) {
  .asmb-section-hero {
    height: 170vw;
  }
}
@media (max-width: 428px) {
  .asmb-section-hero {
    height: 179vw;
  }
}
@media (max-width: 389px) {
  .asmb-section-hero {
    height: 187vw;
  }
}
@media (max-width: 370px) {
  .asmb-section-hero {
    height: 195vw;
  }
}
.asmb-section-hero .asmb-hero-slider {
  display: none;
}
.asmb-section-hero .asmb-hero-slider.slick-initialized {
  display: block;
}
.asmb-section-hero .asmb-columns-slider-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 1279px) {
  .asmb-section-hero .asmb-columns-slider-content {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 576px) {
  .asmb-section-hero .asmb-columns-slider-content {
    padding: 0 2rem;
  }
}
.asmb-section-hero .teaser-category {
  display: inline-block;
  margin-bottom: 1rem;
}
.asmb-section-hero .teaser-image-container {
  position: relative;
  padding-bottom: 63%;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.asmb-section-hero .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-section-hero .teaser-image-container img.portrait {
  -o-object-fit: contain;
     object-fit: contain;
  background: #1e1e1e;
}
.asmb-section-hero .teaser-title {
  margin-bottom: 1.25rem;
}
.asmb-section-hero .teaser-title:hover {
  text-decoration: underline;
}
.asmb-section-hero .teaser-excerpt:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .asmb-section-hero .asmb-teaser-button-container {
    display: none;
  }
}
.asmb-section-hero a:hover {
  text-decoration: none;
}

.asmb-section-issue {
  height: 500px;
}
@media (max-width: 767px) {
  .asmb-section-issue {
    height: 185vw;
  }
}
@media (max-width: 690px) {
  .asmb-section-issue {
    height: 190vw;
  }
}
@media (max-width: 650px) {
  .asmb-section-issue {
    height: 195vw;
  }
}
@media (max-width: 600px) {
  .asmb-section-issue {
    height: 205vw;
  }
}
@media (max-width: 550px) {
  .asmb-section-issue {
    height: 215vw;
  }
}
@media (max-width: 500px) {
  .asmb-section-issue {
    height: 225vw;
  }
}
@media (max-width: 450px) {
  .asmb-section-issue {
    height: 245vw;
  }
}
@media (max-width: 440px) {
  .asmb-section-issue {
    height: 255vw;
  }
}
@media (max-width: 420px) {
  .asmb-section-issue {
    height: 265vw;
  }
}
@media (max-width: 400px) {
  .asmb-section-issue {
    height: 280vw;
  }
}
@media (max-width: 380px) {
  .asmb-section-issue {
    height: 285vw;
  }
}

.asmb-issue-slider {
  display: none;
  padding-bottom: 0.5rem;
}
.asmb-issue-slider.slick-initialized {
  display: block;
}
.asmb-issue-slider .arrow-container-left {
  background: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.asmb-issue-slider .arrow-container-left:hover {
  background: #000;
  color: #fff;
  padding: 1rem;
}
@media (max-width: 576px) {
  .asmb-issue-slider .arrow-container-left {
    bottom: -70px;
  }
}
.asmb-issue-slider .arrow-container-right {
  background: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  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;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1;
}
.asmb-issue-slider .arrow-container-right:hover {
  background: #000;
  color: #fff;
  padding: 1rem;
}
@media (max-width: 576px) {
  .asmb-issue-slider .arrow-container-right {
    bottom: -70px;
  }
}
.asmb-issue-slider .slick-list {
  padding: 0 8rem 0 0;
}
@media (max-width: 992px) {
  .asmb-issue-slider .slick-list {
    padding: 0 0 0 0;
  }
}

.asmb-issue-slider-content .asmb-issue-slider-description {
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 768px) {
  .asmb-issue-slider-content .asmb-issue-slider-kicker,
  .asmb-issue-slider-content .asmb-issue-slider-number {
    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;
}
@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;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .asmb-issue-slider-container.slick-slide .asmb-issue-small-headline {
    color: #000;
    font-size: 2.25rem;
    font-weight: 900;
  }
}
.asmb-issue-slider-container.slick-slide .asmb-issue-small-headline span {
  font-size: 1.75rem;
  font-weight: 900;
}

.asmb-issue-slider-container.slick-current .asmb-issue-slider-image {
  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: 768px) {
  .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-headline {
  margin-bottom: 0;
}
.asmb-issue-slider-container.slick-current .asmb-issue-small-headline {
  display: none;
}
@media (max-width: 768px) {
  .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;
  }
}

/* --- ASMB SLIDER HERO --- */
.asmb-news-slider.row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 11vw;
  max-height: 150px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #3e3e3e;
}
@media (max-width: 1250px) {
  .asmb-news-slider.row {
    height: 13vw;
    max-height: none;
  }
}
@media (max-width: 1050px) {
  .asmb-news-slider.row {
    height: 15vw;
  }
}
@media (max-width: 970px) {
  .asmb-news-slider.row {
    height: 15vw;
  }
}
@media (max-width: 767px) {
  .asmb-news-slider.row {
    height: 28vw;
  }
}
@media (max-width: 576px) {
  .asmb-news-slider.row {
    height: 38vw;
  }
}
@media (max-width: 450px) {
  .asmb-news-slider.row {
    height: 36vw;
  }
}

.asmb-news-slider-container.slick-initialized {
  display: block;
}

.asmb-news-slider-container {
  display: none;
  margin: 0 50px 0 50px;
}
.asmb-news-slider-container .slick-initialized {
  display: block;
}
.asmb-news-slider-container .arrow-container-left {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 1rem;
  padding: 1rem;
  position: absolute;
  top: calc(50% - 24px);
  left: -50px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.asmb-news-slider-container .arrow-container-left:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e1e1e;
  padding: 1rem;
}
.asmb-news-slider-container .arrow-container-right {
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 1rem;
  padding: 1rem;
  position: absolute;
  top: calc(50% - 24px);
  right: -50px;
  width: 30px;
  height: 30px;
}
.asmb-news-slider-container .arrow-container-right:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #1e1e1e;
  padding: 1rem;
}

.asmb-news-slider-teaser-container {
  margin-right: 0.5rem;
}

.asmb-section-newsletter .asmb-newsletter-container {
  margin: 3rem auto 0 auto;
  text-align: center;
}
.asmb-section-newsletter .asmb-newsletter-container h4 {
  margin-bottom: 1rem;
}
.asmb-section-newsletter .asmb-newsletter-container div.wpcf7 {
  color: #fff;
}
.asmb-section-newsletter .asmb-headline {
  text-decoration: underline;
}
.asmb-section-newsletter .asmb-newsletter-button {
  background-color: #000;
  border-color: transparent;
  color: #fff;
  padding: 1rem;
  opacity: 1;
  width: auto;
  height: 70px;
}
.asmb-section-newsletter .asmb-newsletter-button:disabled {
  opacity: 0.66;
}
.asmb-section-newsletter .asmb-newsletter-consent-text {
  color: #000;
  font-size: 0.875rem;
}
.asmb-section-newsletter .asmb-newsletter-consent-text a {
  color: #000;
}
.asmb-section-newsletter .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: 2rem;
}
.asmb-section-newsletter .asmb-newsletter-input-text {
  background: #ffec41;
  border: 1px solid #000;
  border-radius: 0;
  padding-left: 1rem;
  width: 40vw;
  height: 70px;
}
@media (max-width: 992px) {
  .asmb-section-newsletter .asmb-newsletter-input-text {
    width: 100%;
  }
}
.asmb-section-newsletter .asmb-newsletter-input-text::-webkit-input-placeholder {
  color: #000;
}
.asmb-section-newsletter .asmb-newsletter-input-text::-moz-placeholder {
  color: #000;
}
.asmb-section-newsletter .asmb-newsletter-input-text:-ms-input-placeholder {
  color: #000;
}
.asmb-section-newsletter .asmb-newsletter-input-text::-ms-input-placeholder {
  color: #000;
}
.asmb-section-newsletter .asmb-newsletter-input-text::placeholder {
  color: #000;
}
.asmb-section-newsletter label {
  margin-bottom: 0;
}
.asmb-section-newsletter .asmb-newsletter-consent-text {
  font-size: 0.875rem;
}

.asmb-section-presents {
  height: 556px;
}
@media (max-width: 992px) {
  .asmb-section-presents {
    height: 56vw;
  }
}
@media (max-width: 850px) {
  .asmb-section-presents {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .asmb-section-presents {
    height: 89vw;
  }
}
@media (max-width: 700px) {
  .asmb-section-presents {
    height: 92vw;
  }
}
@media (max-width: 600px) {
  .asmb-section-presents {
    height: 98vw;
  }
}
@media (max-width: 540px) {
  .asmb-section-presents {
    height: 102vw;
  }
}
@media (max-width: 480px) {
  .asmb-section-presents {
    height: 107vw;
  }
}
@media (max-width: 392px) {
  .asmb-section-presents {
    height: 121vw;
  }
}
@media (max-width: 355px) {
  .asmb-section-presents {
    height: 127vw;
  }
}
.asmb-section-presents .asmb-teaser-overlay .teaser-image-container {
  position: relative;
  padding: 1rem;
  margin: 0 0.5rem;
  padding-bottom: 60%;
}
.asmb-section-presents .asmb-teaser-overlay .teaser-image-container: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: 100%;
  z-index: 1;
}
.asmb-section-presents .asmb-teaser-overlay .teaser-image-container a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .asmb-section-presents .asmb-section-headline {
    margin-left: 1em;
  }
}

.asmb-presents-slider {
  display: none;
}
.asmb-presents-slider.slick-initialized {
  display: block;
}

.asmb-reviews {
  background: #ffec41;
  width: 100%;
}

.asmb-section-reviews {
  overflow: hidden;
}

.asmb-reviews-container .asmb-section-headline,
.asmb-reviews-page .asmb-section-headline {
  margin-bottom: 0.5rem;
}
.asmb-reviews-container .asmb-review-rating-container,
.asmb-reviews-page .asmb-review-rating-container {
  margin: 2rem 0 0.75rem 0;
  position: relative;
  left: calc(50% - 76px);
}
@media (max-width: 1200px) {
  .asmb-reviews-container .asmb-review-rating-container,
  .asmb-reviews-page .asmb-review-rating-container {
    margin: 1rem 0 0.75rem 0;
  }
}

.asmb-reviews-header {
  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;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .asmb-reviews-header {
    -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;
  }
}

/*
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-archive .teaser-category {
  display: none;
}

.asmb-events .teaser-category {
  display: none;
}
.asmb-events .asmb-teaser-mega-overlay .teaser-image-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 76.5%;
  margin-bottom: 2rem;
}
.asmb-events .asmb-teaser-mega-overlay .teaser-image-container: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: 100%;
  z-index: 1;
}
.asmb-events .asmb-teaser-mega-overlay .teaser-image-container a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-events .asmb-teaser-mega-overlay .teaser-excerpt p {
  margin: 0;
}
.asmb-events .asmb-teaser-mega-overlay .teaser-content-container {
  left: 1rem;
  bottom: 1rem;
}
.asmb-events .asmb-teaser-overlay .teaser-image-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 2rem;
}
.asmb-events .asmb-teaser-overlay .teaser-image-container: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: 100%;
  z-index: 1;
}
.asmb-events .asmb-teaser-overlay .teaser-image-container a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asmb-events .asmb-teaser-overlay .teaser-excerpt p {
  margin: 0;
}
.asmb-events .asmb-teaser-overlay .teaser-content-container {
  left: 0.5rem;
  bottom: 0.5rem;
}

.asmb-events-search .asmb-section-headline,
.asmb-events-city .asmb-section-headline {
  margin-bottom: 0.5rem;
}
.asmb-events-search .asmb-search-results,
.asmb-events-search .asmb-concert-results,
.asmb-events-city .asmb-search-results,
.asmb-events-city .asmb-concert-results {
  margin-top: 3rem;
}
@media (max-width: 576px) {
  .asmb-events-search .asmb-search-results,
  .asmb-events-search .asmb-concert-results,
  .asmb-events-city .asmb-search-results,
  .asmb-events-city .asmb-concert-results {
    margin-top: 1rem;
  }
}
.asmb-events-search .asmb-search-results p,
.asmb-events-search .asmb-concert-results p,
.asmb-events-city .asmb-search-results p,
.asmb-events-city .asmb-concert-results p {
  margin: 0;
  padding-top: 5px;
}
.asmb-events-search .asmb-search-results .teaser-city,
.asmb-events-search .asmb-concert-results .teaser-city,
.asmb-events-city .asmb-search-results .teaser-city,
.asmb-events-city .asmb-concert-results .teaser-city {
  margin-top: 0.35rem;
  display: none;
}
.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-results-item,
.asmb-events-city .asmb-search-results-item {
  border-top: 1px solid #d3d3de;
  padding: 1rem 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-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-events-city-list,
.asmb-events-city .asmb-events-city-list {
  margin-top: 0.5rem;
}

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

.asmb-events-quicklinks-container {
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .asmb-events-quicklinks-container {
    margin-bottom: 0;
  }
}

.tax-city .asmb-events-city-list {
  margin-top: 1.5rem;
}

@media (max-width: 1200px) {
  .single-asmb_concert .asmb-article-content {
    padding: 0;
  }
}

.asmb-concert .asmb-article-header-content {
  margin-bottom: 2rem;
}
.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;
  }
}
.asmb-concert .asmb-concerts-location-container {
  margin: 1.25rem 0 1.5rem 0;
}
@media (max-width: 576px) {
  .asmb-concert .asmb-concerts-location-container {
    margin: 0.5rem 0 1rem 0;
  }
}
.asmb-concert .asmb-concerts-location-container a {
  color: #000 !important;
}
.asmb-concert .asmb-article-title {
  margin: 0;
}
.asmb-concert .asmb-article-meta-container {
  border-top: 1px solid #d3d3de;
  border-bottom: 1px solid #d3d3de;
  padding: 0.5rem 0;
  margin: 2rem 0;
}
.asmb-concert .asmb-ticketshop-link-container {
  margin-top: 2rem;
}
.asmb-concert .asmb-venue-details .row {
  margin: 0 -30px;
}
@media (max-width: 1200px) {
  .asmb-concert .asmb-venue-details .row {
    margin: 0 -15px;
  }
}
.asmb-concert .asmb-teaser-button-container {
  padding: 0;
}
.asmb-concert .asmb-venue-info-container {
  margin-bottom: 1.5rem;
}

.asmb-article.asmb-reviews {
  background: #fff;
}

.asmb-reviews .asmb-article-teaser-image-content {
  padding-bottom: 100%;
  margin: 0;
  width: 100%;
}
.asmb-reviews .asmb-article-title {
  margin-bottom: 0;
}
.asmb-reviews .asmb-article-meta-container {
  border-top: 1px solid #d3d3de;
  border-bottom: 1px solid #d3d3de;
  padding: 0.5rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-article-header-text {
    margin-top: 0.75rem;
    -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: 0 0 0.75rem 0;
}
.asmb-reviews .asmb-article-excerpt {
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-article-excerpt {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

.asmb-review-label {
  font-size: 1.063rem;
  font-style: italic;
  margin: 0.5rem 0 2rem 0;
}
@media (max-width: 768px) {
  .asmb-review-label {
    margin: 0.5rem 0 1.25rem 0;
  }
}

.asmb-article {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .asmb-article {
    margin-top: 1.5rem;
  }
}

.single-format-standard .asmb-article-header-content,
.single-format-gallery .asmb-article-header-content {
  padding: 0 10px;
  margin: 0 auto 0.5rem auto;
  max-width: 670px;
}
@media (max-width: 1200px) {
  .single-format-standard .asmb-article-header-content,
  .single-format-gallery .asmb-article-header-content {
    padding: 0;
    margin: 0 auto;
  }
}

.asmb-article-content-area {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .asmb-article-content-area {
    margin-top: 2.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: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
}

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

.asmb-article-author-image {
  border-radius: 50%;
  margin-right: 0.5rem;
  width: 42px;
}
.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 1rem;
  }
}

.asmb-article-meta-container {
  border-top: 1px solid #d3d3de;
  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-excerpt {
  margin-bottom: 2rem;
}

.asmb-article-excerpt.headline-single-article {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .asmb-article-excerpt.headline-single-article {
    font-size: 1.188rem;
    margin-bottom: 1.5rem;
  }
}

.asmb-article-header {
  position: relative;
}
.asmb-article-header .asmb-header-logo {
  max-width: 200px;
}

.asmb-article-header-container {
  background: #1e1e1e;
  border-bottom: 1px solid #3e3e3e;
  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 0;
}

.asmb-article-header-social, .asmb-article-author-date {
  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;
  margin-bottom: 0.5rem;
}
.asmb-article-header-social span, .asmb-article-author-date span {
  display: none;
}
@media (max-width: 768px) {
  .asmb-article-header-social span, .asmb-article-author-date span {
    display: block;
  }
}

.asmb-article-author-date {
  letter-spacing: 0;
  margin-bottom: 0;
}

.asmb-article-title {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .asmb-article-title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .asmb-article-title.headline-xxl {
    font-size: 1.688rem;
  }
}

.asmb-article-title.headline-single-article {
  font-family: "Poppins", sans-serif;
  font-size: 2.625rem;
  line-height: 125%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .asmb-article-title.headline-single-article {
    font-size: 1.688rem;
    line-height: 130%;
    margin-bottom: 1.5rem;
  }
}

.asmb-article-teaser-image-content {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 0;
}
@media (max-width: 768px) {
  .asmb-article-teaser-image-content {
    margin: 0 0 0 -1rem;
    padding-bottom: 56.25vw;
    width: 100vw;
  }
}
.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-teaser-image-container .asmb-article-post-image-container {
  margin: 0;
}

.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: #f8f8f8;
  -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: #000;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.5rem 0 0 0;
}

.asmb-article-credits {
  color: #5a5a5a;
  font-size: 0.688rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

/* --- 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 {
  position: relative;
}
.asmb-article-copy-text blockquote p, .asmb-page-content-text blockquote p {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  color: #000;
  padding: 2.5rem 0;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
  line-height: 170%;
  margin: 3.5rem 0;
  position: relative;
}
.asmb-article-copy-text blockquote p:before, .asmb-page-content-text blockquote p:before {
  background: #000;
  color: #ffec41;
  content: '"';
  position: absolute;
  top: -27px;
  left: 6px;
  font-size: 6rem;
  line-height: 125%;
  width: 54px;
  height: 54px;
  z-index: 2;
}
.asmb-article-copy-text blockquote p:after, .asmb-page-content-text blockquote p:after {
  background: #000;
  color: #ffec41;
  content: '"';
  position: absolute;
  bottom: -27px;
  right: 0;
  font-size: 6rem;
  line-height: 125%;
  width: 54px;
  height: 54px;
  z-index: 2;
}
.asmb-article-copy-text blockquote:before, .asmb-page-content-text blockquote:before {
  background: #ffec41;
  border: 3px solid #000;
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 54px;
  height: 54px;
  z-index: 1;
}
.asmb-article-copy-text blockquote:after, .asmb-page-content-text blockquote:after {
  background: #ffec41;
  border: 3px solid #000;
  content: "";
  position: absolute;
  bottom: -18px;
  right: 6px;
  width: 54px;
  height: 54px;
  z-index: 1;
}
.asmb-article-copy-text h1, .asmb-page-content-text h1 {
  font-size: 1.75rem;
  margin: 2.5rem 0 1.5rem 0;
}
.asmb-article-copy-text h2, .asmb-page-content-text h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1.25rem 0;
}
.asmb-article-copy-text h3, .asmb-page-content-text h3,
.asmb-article-copy-text h4,
.asmb-page-content-text h4,
.asmb-article-copy-text h5,
.asmb-page-content-text h5,
.asmb-article-copy-text h6,
.asmb-page-content-text 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: 175%;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .asmb-article-copy-text p, .asmb-page-content-text p {
    font-size: 1.063rem;
    line-height: 175%;
  }
}
.asmb-article-copy-text p img, .asmb-page-content-text p img {
  margin: 0 0 2rem 0;
}
.asmb-article-copy-text p .wp-caption img, .asmb-page-content-text p .wp-caption img {
  margin: 0;
}
.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: 2.5rem 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: 2.5rem 0;
}
.asmb-article-copy-text ul li, .asmb-page-content-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.875rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 150%;
}
.asmb-article-copy-text ul li:before, .asmb-page-content-text ul li:before {
  background-color: #000;
  color: #fff;
  content: ">";
  counter-increment: item;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  position: relative;
  top: -1px;
  width: 27px;
  height: 27px;
}
.asmb-article-copy-text ol, .asmb-page-content-text ol {
  counter-reset: item;
  margin: 2.5rem 0;
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.875rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 150%;
  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 {
  background-color: #000;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  position: relative;
  top: -1px;
  width: 27px;
  height: 27px;
}
.asmb-article-copy-text .asmb-article-instagram-embed, .asmb-page-content-text .asmb-article-instagram-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1.75rem 0;
}
.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.5rem 0;
}
.asmb-article-copy-text .asmb-article-facebook-embed, .asmb-page-content-text .asmb-article-facebook-embed {
  margin: 1.5rem 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: #5a5a5a;
  font-size: 0.688rem;
  font-weight: 400;
  margin-top: 0.3rem;
}
.asmb-article-copy-text green-video, .asmb-page-content-text green-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0;
}
.asmb-article-copy-text .twitter-tweet, .asmb-page-content-text .twitter-tweet {
  margin: 2.5rem 0 !important;
  width: 100% !important;
}

/* --- SINGLE FOOTER --- */
.asmb-article-footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d3d3de;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 1rem;
}
@media (max-width: 992px) {
  .asmb-article-footer-container {
    padding: 1rem 0 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.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;
  margin: 0 1rem 1rem 0;
}
.asmb-article-footer-container .asmb-category-secondary:hover {
  text-decoration: none;
}
.asmb-article-footer-container .asmb-share-button {
  color: #000;
  font-size: 1rem;
  margin-left: 1rem;
}
.asmb-article-footer-container .asmb-share-button:hover {
  color: #ffec41;
}
.asmb-article-footer-container .asmb-tags-links-container {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  max-width: 600px;
}
.asmb-article-footer-container .asmb-tags-links-container h5 {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .asmb-article-footer-container .asmb-tags-links-container {
    border-top: 1px solid #d3d3de;
    margin-top: 0.75rem;
    padding-top: 1.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: none;
  }
}
.asmb-article-footer-container .asmb-tags-headline {
  margin-bottom: 1rem;
}

.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-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .asmb-article-footer-meta {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

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

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

.author-meta-container.row {
  margin: 0;
}
.author-meta-container.asmb-section {
  padding: 2rem;
}
@media (max-width: 576px) {
  .author-meta-container.asmb-section {
    padding: 2rem 1rem;
  }
}

.asmb-author-name-container {
  border-bottom: 2px solid #fff;
  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;
}
.asmb-author-name-container h1 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .asmb-author-name-container h1 {
    font-size: 1.688rem;
  }
}

.asmb-author-info-container {
  padding: 0;
}
@media (max-width: 768px) {
  .asmb-author-info-container {
    margin-top: 1.5rem;
    padding: 0;
  }
}

.asmb-author-bio-container {
  padding: 1rem 0 0 0;
}
.asmb-author-bio-container p {
  line-height: 150%;
}

.asmb-author-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .asmb-author-social-container {
    margin-bottom: 0.35rem;
  }
}
.asmb-author-social-container i {
  font-size: 1.75rem;
  margin-left: 0.75rem;
}
@media (max-width: 768px) {
  .asmb-author-social-container i {
    font-size: 1.5rem;
    margin-left: 0.5rem;
  }
}

.asmb-author-meta-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.asmb-author-meta-image-container img {
  border-radius: 50%;
  margin-left: 0;
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

.asmb-author-top10-container {
  padding: 2rem;
}
@media (max-width: 576px) {
  .asmb-author-top10-container {
    padding: 1rem 1rem;
  }
}

.asmb-author-top10-list {
  border-bottom: 1px solid #000;
}
.asmb-author-top10-list ol {
  counter-reset: item;
  margin: 1.5rem 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.asmb-author-top10-list ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.875rem;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 150%;
  list-style: decimal-leading-zero;
}
.asmb-author-top10-list ol li::marker {
  font-weight: 600;
}
.asmb-author-top10-list ol li:before {
  background-color: #000;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 600;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  position: relative;
  top: -1px;
  width: 27px;
  height: 27px;
}
.asmb-author-top10-list h2 {
  margin: 1.75rem 0 1.5rem 0;
}
.asmb-author-top10-list:last-of-type {
  padding-bottom: 1.5rem;
}

.asmb-author-post-section {
  padding: 1.5rem 2rem 3.5rem 2rem;
}
@media (max-width: 576px) {
  .asmb-author-post-section {
    padding: 1.5rem 1rem 3.5rem 1rem;
  }
}
.asmb-author-post-section .teaser-title {
  margin-top: 0.75rem !important;
}

.asmb-subcategories-navigation-container {
  border-top: 1px solid #3e3e3e;
  position: relative;
  margin: -1.75rem 0 1.25rem 0;
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.75rem 0rem 0.75rem 1rem;
    margin: -1.25rem 0 1rem 0;
    width: 100vw;
  }
  .asmb-subcategories-navigation-container:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    width: 70px;
    height: 95%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.9234287465)), color-stop(70%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9234287465) 35%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
    pointer-events: none;
  }
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 {
  font-size: 0.875rem;
  margin-right: 1.75rem;
  scroll-snap-align: start;
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item a {
  font-weight: 500;
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item:hover a {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item:hover a {
    color: #fff !important;
  }
}
.asmb-subcategories-navigation-container .asmb-subcategories-navigation .cat-item.is-active a {
  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 .asmb-subcategories-navigation {
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 768px) {
  .category.paged .asmb-subcategories-navigation-container {
    border-bottom: 1px solid #3e3e3e;
  }
}

.asmb-article.is-advertorial .asmb-article-title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}
.asmb-article.is-advertorial .asmb-article-excerpt {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.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: "Raleway", sans-serif;
  font-weight: 700;
}
.asmb-article.is-advertorial .asmb-article-copy-text li, .asmb-article.is-advertorial .asmb-page-content-text li {
  font-family: "Raleway", sans-serif;
}
.asmb-article.is-advertorial .asmb-article-copy-text p, .asmb-article.is-advertorial .asmb-page-content-text p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.asmb-article.is-advertorial .asmb-article-caption,
.asmb-article.is-advertorial .wp-caption-text {
  font-family: "Raleway", sans-serif;
}/*# sourceMappingURL=style.css.map */