@charset "UTF-8";
/*
This file is used to contain all abstracts imports.
Files inside this folder can contain abstract settings, helpers or functions. They have no direct output.
*/
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-LightItalic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-MediumItalic.woff") format("woff");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-BlackItalic.woff") format("woff");
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Cardo";
  src: url("fonts/Cardo-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
.is-hidden {
  display: none !important;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.typo-color-primary {
  color: #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;
}

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

.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-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-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: "\f07a";
  font-family: "Font Awesome 5 Free";
  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-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;
}

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

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

.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: 1024px) {
  .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: 1rem;
}

.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: 1rem;
  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 .fa-arrow-down {
  margin-left: 0.5rem;
  font-size: 1.375rem;
}
@media (max-width: 576px) {
  .asmb-button-dropdown .fa-arrow-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: 220px;
}
.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-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;
}

.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: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding: 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;
}

.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 {
  background: #000;
  border: 3px solid #ffec41;
  display: block;
  position: relative;
  margin: 3rem 0 1.5rem 0;
}
.asmb-article-related-container:before {
  background: #ffec41;
  color: #000;
  content: "Mehr zum Thema";
  letter-spacing: 0.01rem;
  position: absolute;
  padding: 0.3rem;
  top: -24px;
  left: -3px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.asmb-article-related-container:hover {
  color: #ffec41;
  text-decoration: none;
}
.asmb-article-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: #ffec41;
  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: #fff;
  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-slider-dark .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 {
    right: 74px;
  }
}
.asmb-slider-dark .arrow-container-left:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-slider-dark .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 {
    right: 1rem;
  }
}
.asmb-slider-dark .arrow-container-right:hover {
  background: #fff;
  color: #000;
  padding: 1rem;
}
.asmb-slider-dark .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 {
  background: none;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 0px;
  padding: 0;
  margin: 0 2px;
  width: 10px;
  height: 10px;
}
.asmb-slider-dark .slick-dots .slick-active button {
  background: #fff;
}

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

/* --- 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: 768px) {
  .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%;
}

@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-category {
    margin-left: -1rem;
  }
}
.archive .asmb-teaser-list .teaser-title {
  margin-top: 0;
}
@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-title {
    margin-left: -1rem;
  }
}
@media (max-width: 576px) {
  .archive .asmb-teaser-list .teaser-title .headline-m {
    font-size: 0.938rem;
  }
}
.archive.category .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;
  }
}

.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-top: 1rem;
  max-width: 728px;
}
@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-top: 1rem;
  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 {
  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 {
  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 {
  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 {
  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 {
  cursor: auto;
}

.asmb-search-bar-icon {
  cursor: pointer;
  display: block;
}
@media (max-width: 1024px) {
  .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: 1024px) {
  .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;
}

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

.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: 0.5rem;
}
.asmb-footer-menu-legals a {
  color: #d3d3de;
  margin-left: 2rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .asmb-footer-menu-legals a {
    margin-left: 1rem;
  }
}
.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 h4 {
  margin-bottom: 0.5rem;
}

.asmb-footer-external-links {
  margin-bottom: 0.5rem;
}
.asmb-footer-external-links a {
  color: #d3d3de;
  font-weight: 400;
  margin-right: 1rem;
  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:last-child a:before {
  content: "";
}
.asmb-footer-external-links .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 140%;
}

.asmb-header-container {
  background: #000;
  border-bottom: 1px solid #3e3e3e;
  position: sticky;
  top: 0;
  z-index: 3;
}

.asmb-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem 0 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;
  padding-bottom: 1rem;
  width: 100%;
}
.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: 250px;
  -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-main-menu {
  position: relative;
}
.asmb-navbar .asmb-navbar-main-menu .menu-item {
  margin-right: 1.35rem;
  position: relative;
}
.asmb-navbar .asmb-navbar-main-menu .menu-item a {
  color: #fff;
  font-size: 0.938rem;
  font-weight: 500;
  padding-bottom: 21px;
  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 .menu-item:nth-last-child(-n+2) 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: 44px;
  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;
}
.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 .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 .fa-search {
  font-size: 1.25rem;
}
.asmb-navbar .menu-main-container .menu .menu-item:hover > ul {
  visibility: visible;
}
.asmb-navbar.is-mobile {
  padding: 1rem 1rem 0rem 1rem;
  height: auto;
}
.asmb-navbar.is-mobile .asmb-navbar-menu-container {
  background: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  position: absolute;
  overflow-y: hidden;
  top: 67px;
  left: 0;
  width: 100%;
  height: 0;
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.asmb-navbar.is-mobile .asmb-navbar-menu-container .asmb-welt-logo-container {
  margin: 1.125rem auto 0 auto;
}
@media (max-width: 768px) {
  .asmb-navbar.is-mobile .asmb-navbar-menu-container {
    top: 144px;
  }
}
.asmb-navbar.is-mobile .asmb-navbar-menu-container .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.asmb-navbar.is-mobile .asmb-navbar-menu-container.is-visible {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
  display: block;
  height: auto;
  padding: 1.5rem 1rem;
  max-height: 1500px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.asmb-navbar.is-mobile .asmb-navbar-menu-container .fa-search {
  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.is-mobile .asmb-navbar-main-menu {
  width: 100%;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu .menu-item {
  border-bottom: 1px solid #3e3e3e;
  margin-right: 0;
  padding: 1rem 0;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu .menu-item a {
  display: block;
  padding-bottom: 0;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu .menu-item .asmb-navbar-arrows {
  display: none;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu .menu-item.menu-item-has-children > .asmb-navbar-arrows {
  display: block;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu a:hover {
  border-bottom: none;
  cursor: pointer;
}
.asmb-navbar.is-mobile .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.is-mobile .asmb-navbar-main-menu span .fa-chevron-down {
  color: #ffec41;
  font-size: 1rem;
}
.asmb-navbar.is-mobile .asmb-navbar-main-menu span .fa-chevron-down.is-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.asmb-navbar.is-mobile .sub-menu {
  background: none;
  border: 1px solid #000;
  display: none;
  position: relative;
  top: 0;
  padding: 0 0 0 0;
  z-index: 2;
}
.asmb-navbar.is-mobile .sub-menu span {
  display: none;
}
.asmb-navbar.is-mobile .sub-menu.is-visible {
  border: none;
  display: block;
  padding: 1rem 0;
  visibility: visible;
}
.asmb-navbar.is-mobile .sub-menu .menu-item {
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
.asmb-navbar.is-mobile .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.is-mobile .sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
  padding: 0.875rem 0 0 0;
}
.asmb-navbar .asmb-navbar-mobile-container {
  display: none;
}
@media (max-width: 1024px) {
  .asmb-navbar .asmb-navbar-mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .asmb-navbar .asmb-navbar-mobile-container .asmb-welt-logo-container.not-visible {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

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

.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-container {
  width: 1224px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .asmb-page-width-container {
    width: 100%;
  }
}

.asmb-page-width {
  width: 1024px;
  position: relative;
}
@media (max-width: 1024px) {
  .asmb-page-width {
    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: 576px) {
  .asmb-section {
    padding: 2rem 1rem;
  }
}

.asmb-section.asmb-section-hero {
  padding: 2.5rem 2rem 8rem 2rem;
  overflow: hidden;
}
@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: 576px) {
  .asmb-section.asmb-section-presents {
    padding: 2rem 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 h4 {
  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 h1,
.asmb-aow-content a:hover h3,
.asmb-aow-content a:hover h4 {
  color: #ffec41;
}
@media (max-width: 768px) {
  .asmb-aow-content {
    margin-top: 1.5rem;
  }
}

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

.asmb-article-sidebar-container h2 {
  margin-bottom: 0.75rem;
}

.asmb-article-content {
  margin-top: 1.5rem;
}
.asmb-article-content .asmb-sidebar-item {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1200px) {
  .asmb-article-content .asmb-sidebar-item:nth-child(2), .asmb-article-content .asmb-sidebar-item:nth-child(3) {
    display: none;
  }
  .asmb-article-content .asmb-sidebar-item:nth-child(1) {
    padding-right: 7px;
  }
  .asmb-article-content .asmb-sidebar-item:nth-child(4) {
    padding-left: 7px;
  }
}

.asmb-article-sidebar-content-container {
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .asmb-article-sidebar-content-container {
    background: #000;
    margin: 1.5rem -2rem 2rem -2rem;
    padding: 1.5rem 1rem;
  }
  .asmb-article-sidebar-content-container h1 {
    color: #fff;
    font-size: 0.938rem;
  }
  .asmb-article-sidebar-content-container h2 {
    color: #ffec41;
    font-size: 1.125rem;
    margin-top: 0 !important;
  }
  .asmb-article-sidebar-content-container p {
    color: #ffec41;
    font-size: 0.938rem;
    font-weight: 600;
  }
  .asmb-article-sidebar-content-container .asmb-category-secondary {
    border-bottom: 2px solid #ffec41;
  }
  .asmb-article-sidebar-content-container .asmb-teaser-medium {
    margin-bottom: 0;
  }
  .asmb-article-sidebar-content-container .asmb-teaser-medium h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .asmb-article-copy-text .asmb-article-sidebar-content-container, .asmb-page-content-text .asmb-article-sidebar-content-container {
    margin: 1.5rem -1rem 2rem -1rem;
    padding: 1.5rem 1rem;
  }
  .asmb-article-copy-text .asmb-article-sidebar-content-container h1, .asmb-page-content-text .asmb-article-sidebar-content-container h1 {
    color: #fff;
    font-size: 0.938rem;
  }
  .asmb-article-copy-text .asmb-article-sidebar-content-container h2, .asmb-page-content-text .asmb-article-sidebar-content-container h2 {
    color: #ffec41;
    font-size: 1.125rem;
  }
  .asmb-article-copy-text .asmb-article-sidebar-content-container p, .asmb-page-content-text .asmb-article-sidebar-content-container p {
    color: #ffec41;
    font-size: 0.875rem;
    font-weight: 600;
  }
}
@media (max-width: 1200px) and (max-width: 576px) {
  .asmb-article-copy-text .asmb-article-sidebar-content-container p, .asmb-page-content-text .asmb-article-sidebar-content-container p {
    font-size: 0.813rem;
  }
}
@media (max-width: 1200px) {
  .asmb-article-copy-text .asmb-article-sidebar-content-container .asmb-category-secondary, .asmb-page-content-text .asmb-article-sidebar-content-container .asmb-category-secondary {
    border-bottom: 2px solid #ffec41;
  }
}
@media (max-width: 1200px) {
  .asmb-article-copy-text .asmb-article-sidebar-content-container .asmb-teaser-medium, .asmb-page-content-text .asmb-article-sidebar-content-container .asmb-teaser-medium {
    margin-bottom: 0;
  }
  .asmb-article-copy-text .asmb-article-sidebar-content-container .asmb-teaser-medium h1, .asmb-page-content-text .asmb-article-sidebar-content-container .asmb-teaser-medium h1 {
    margin-bottom: 0;
  }
}

.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 h1 {
  margin-top: 1.5rem;
}
.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 h4 {
  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 h1 {
  margin: 0 0 1.5rem 0;
}
@media (max-width: 768px) {
  .asmb-current-issue-content h1 {
    margin: 1.5rem 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: 80px;
  }
}

.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;
}
.asmb-section-hero .asmb-columns-slider-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 992px) {
  .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-issue-slider {
  padding-bottom: 0.5rem;
}
.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 h3 {
  margin: 1rem 0 1.5rem 0;
}
@media (max-width: 768px) {
  .asmb-issue-slider-content h1, .asmb-issue-slider-content h2 {
    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;
  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-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;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3e3e3e;
}

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

.asmb-news-slider-container {
  display: none;
  margin: 1rem 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 h2 {
  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 .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-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-city .asmb-search-results {
  margin-top: 3rem;
}
.asmb-events-search .asmb-search-results p,
.asmb-events-city .asmb-search-results p {
  margin: 0;
}
.asmb-events-search .asmb-search-results .teaser-city,
.asmb-events-city .asmb-search-results .teaser-city {
  margin-top: 0.35rem;
}
.asmb-events-search .teaser-image-container,
.asmb-events-city .teaser-image-container {
  position: relative;
  padding-bottom: 67%;
  overflow: hidden;
  width: 100%;
  height: 0;
}
.asmb-events-search .teaser-image-container img,
.asmb-events-city .teaser-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.asmb-events-search .asmb-search-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-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;
}

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

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

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

.asmb-reviews .asmb-article-teaser-image-content {
  padding-bottom: 100%;
  margin: 0;
}
.asmb-reviews .asmb-article-title {
  margin-bottom: 0;
}
.asmb-reviews .asmb-article-meta-container {
  border-top: 1px solid #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: 1.5rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-teaser-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
}
.asmb-reviews .asmb-review-rating-container {
  margin: 2rem 0 0.75rem 0;
}
@media (max-width: 768px) {
  .asmb-reviews .asmb-review-rating-container {
    margin: 0 0 0.75rem 0;
  }
}

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

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

.asmb-article-header-content {
  padding: 0 1rem;
}
@media (max-width: 1024px) {
  .asmb-article-header-content {
    padding: 0 0;
  }
}

.asmb-article-content-area {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .asmb-article-content-area {
    margin-top: 3.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: 1rem;
  width: 45px;
}
.asmb-article-author-image img {
  border-radius: 50%;
}

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

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

.asmb-article-excerpt {
  margin-bottom: 2rem;
}

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

.asmb-article-header-container {
  background: #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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1rem;
  padding: 0.75rem 0;
}

.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-teaser-image-content {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 0;
}
.asmb-article-teaser-image-content img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.asmb-article-post .asmb-article-teaser-image-content.portrait {
  padding-bottom: 80%;
}
@media (max-width: 576px) {
  .asmb-article-post .asmb-article-teaser-image-content.portrait {
    padding-bottom: 120%;
  }
}
.asmb-article-post .asmb-article-teaser-image-content img.portrait {
  background: #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: #d3d3de;
  font-size: 0.688rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

/* --- COPY TEXT --- */
.asmb-article-copy-text-container {
  padding: 0 5rem 0 15px;
}
@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 p, .asmb-page-content-text blockquote p {
  border-left: 6px solid #ffec41;
  color: #3e3e3e;
  padding-left: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  line-height: 140%;
  margin: 2rem 0;
}
.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.063rem;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .asmb-article-copy-text p, .asmb-page-content-text p {
    font-size: 1rem;
    line-height: 170%;
  }
}
.asmb-article-copy-text p img, .asmb-page-content-text p img {
  margin: 0 0 2rem 0;
}
.asmb-article-copy-text .asmb-responsive-video, .asmb-page-content-text .asmb-responsive-video {
  position: relative;
  margin: 2rem 0 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-bottom: 1.5rem;
}
.asmb-article-copy-text ul li, .asmb-page-content-text ul li {
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.5rem;
  text-indent: -26px;
  margin-left: 26px;
}
.asmb-article-copy-text ul li:before, .asmb-page-content-text ul li:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.asmb-article-copy-text ol, .asmb-page-content-text ol {
  counter-reset: item;
  margin-bottom: 1.5rem;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.asmb-article-copy-text ol li, .asmb-page-content-text ol li {
  display: block;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0.5rem;
  list-style: decimal-leading-zero;
}
.asmb-article-copy-text ol li::marker, .asmb-page-content-text ol li::marker {
  font-weight: 600;
}
.asmb-article-copy-text ol li:before, .asmb-page-content-text ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  font-weight: 600;
  width: 2em;
}
.asmb-article-copy-text .asmb-article-instagram-embed, .asmb-page-content-text .asmb-article-instagram-embed {
  margin: 1.5rem 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: #d3d3de;
  font-size: 0.688rem;
  font-weight: 400;
  margin-top: 0.3rem;
}

/* --- SINGLE FOOTER --- */
.asmb-article-footer-container {
  border-top: 1px solid #d3d3de;
  display: -webkit-box;
  display: -ms-flexbox;
  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: 768px) {
  .asmb-article-footer-container {
    padding: 2rem 0;
  }
}
.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 {
  max-width: 600px;
}
.asmb-article-footer-container .asmb-tags-links-container h5 {
  margin-right: 1rem;
}
.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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.asmb-page-content-text {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */