@-webkit-keyframes animation-slideleft {
  100% {
    left: 0;
  }
}

@keyframes animation-slideleft {
  100% {
    left: 0;
  }
}

@-webkit-keyframes animation-bounceright {
  0% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  10% {
    -webkit-transform: scale(1.06, 0.94) translateX(0);
    transform: scale(1.06, 0.94) translateX(0);
  }

  30% {
    -webkit-transform: scale(0.94, 1.06) translateX(10px);
    transform: scale(0.94, 1.06) translateX(10px);
  }

  50% {
    -webkit-transform: scale(1.03, 0.97) translateX(0);
    transform: scale(1.03, 0.97) translateX(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateX(1px);
    transform: scale(1, 1) translateX(1px);
  }

  64% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}

@keyframes animation-bounceright {
  0% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  10% {
    -webkit-transform: scale(1.06, 0.94) translateX(0);
    transform: scale(1.06, 0.94) translateX(0);
  }

  30% {
    -webkit-transform: scale(0.94, 1.06) translateX(10px);
    transform: scale(0.94, 1.06) translateX(10px);
  }

  50% {
    -webkit-transform: scale(1.03, 0.97) translateX(0);
    transform: scale(1.03, 0.97) translateX(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateX(1px);
    transform: scale(1, 1) translateX(1px);
  }

  64% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateX(0);
    transform: scale(1, 1) translateX(0);
  }
}

:root {
  --theme-background: #e6e6e6;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #ec008c;
  --theme-secondarydeco: #fff;
  --theme-linkdeco: #cacaca;
  --theme-ui-tint: #fff;
  --theme-ui-background: #202226;
  --theme-opinion-background: rgba(255, 219, 84, 0.5);
  --theme-opinion-primarydeco: #ffdb54;
  --theme-opinion-secondarydeco: #343434;
  --theme-ugc-background: transparent;
  --theme-ugc-primarydeco: #0079c2;
  --theme-ugc-secondarydeco: #fff;
  --theme-live-background: transparent;
  --theme-live-primarydeco: #eb3b5a;
  --theme-live-secondarydeco: #fff;
  --js-active-layout: mobile;
  --js-vh: 1vh;
  font-size: 62.5%;
  line-height: 100%;
}

:root {
  --site--core-maxwidth: unset;
  --site--core-minwidth: 0;
  --site--core-margin-left: 0px;
  --site--core-margin-right: 0px;
  --site--core-margin: 0 var(--site--core-margin-right) 0 var(--site--core-margin-left);
  --site--core-padding: 15px;
}

@media all and (min-width: 655px) {
  :root {
    --site--core-margin-left: 25px;
    --site--core-margin-right: 25px;
  }
}

@media all and (min-width: 960px) {
  :root {
    --site--core-maxwidth: 1875px;
    --site--core-margin-left: 15px;
    --site--core-margin-right: 15px;
  }
}

@media all and (min-width: 1000px) {
  :root {
    --site--core-margin-left: 25px;
    --site--core-margin-right: 25px;
  }
}

@media all and (min-width: 1600px) {
  :root {
    --site--core-margin-left: 90px;
  }
}

@media all and (min-width: 2100px) {
  :root {
    --site--core-margin-left: auto;
    --site--core-margin-right: auto;
  }
}

:root {
  --column: 20px;
  --gap: 20px;
  --row-gap: 0;
  --grid-block-width: 90px;
  --grid-block-height: 90px;
  --grid-gap: 15px;
  --grid-column: 20px;
  --single-column-and-gap: 35px;
  --single-block-and-gap: 105px;
}

@media (min-width: 768px) {
  :root {
    --row-gap: 15px;
  }
}

@media (min-width: 960px) {
  :root {
    --column: 18px;
    --gap: 8px;
    --row-gap: 8px;
    --grid-block-width: 70px;
    --grid-block-height: 70px;
    --grid-gap: 8px;
    --grid-column: 18px;
    --single-column-and-gap: 26px;
    --single-block-and-gap: 78px;
  }
}

@media (min-width: 1690px) {
  :root {
    --column: 20px;
    --gap: 15px;
    --row-gap: 15px;
    --grid-block-width: 90px;
    --grid-block-height: 90px;
    --grid-gap: 15px;
    --grid-column: 20px;
    --single-column-and-gap: 35px;
    --single-block-and-gap: 105px;
  }
}

@media (min-width: 768px) {
  :root {
    --js-active-layout: tablet;
  }
}

@media (min-width: 960px) {
  :root {
    --js-active-layout: desktop;
  }
}

@media (min-width: 1690px) {
  :root {
    --js-active-layout: desktop-wide;
  }
}

@media print {
  html {
    font-size: 10px;
  }
}

body {
  background: #e6e6e6;
  color: #343434;
  background: var(--theme-background);
  color: var(--theme-primarytint);
  font-display: swap;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  margin: 0;
  min-height: 100vh;
  /* stylelint-disable */
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-enable */
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  word-break: break-word;
}

@media print {
  body {
    background: none;
    color: #000;
    padding: 0 !important;
  }

  body * {
    box-shadow: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
  }
}

figure {
  margin: 0;
}

[hidden] {
  display: none;
}

.usabilla_live_button_container {
  z-index: 17 !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.ie-support-notification {
  background: #0078d7;
  bottom: 20px;
  color: #fff;
  font-size: 1.4rem;
  left: 20px;
  max-width: 660px;
  padding: 20px;
  position: fixed;
  right: 20px;
  z-index: 20 !important;
}

.ie-support-notification > *:first-child {
  margin-top: 0;
}

.ie-support-notification > *:last-child {
  margin-bottom: 0;
}

.ie-support-notification a {
  color: currentcolor;
}

.ie-support-notification button {
  background: none;
  border: 1px solid currentcolor;
  border-radius: 5px;
  color: currentcolor;
  cursor: pointer;
  padding: 8px 10px;
  white-space: nowrap;
}

.theme-default {
  --theme-background: #e6e6e6;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #ec008c;
  --theme-secondarydeco: #fff;
  --theme-linkdeco: #cacaca;
  --theme-ui-tint: #fff;
  --theme-ui-background: #202226;
  --theme-opinion-background: rgba(255, 219, 84, 0.5);
  --theme-opinion-primarydeco: #ffdb54;
  --theme-opinion-secondarydeco: #343434;
  --theme-ugc-background: transparent;
  --theme-ugc-primarydeco: #0079c2;
  --theme-ugc-secondarydeco: #fff;
  --theme-live-background: transparent;
  --theme-live-primarydeco: #eb3b5a;
  --theme-live-secondarydeco: #fff;
}

.theme-opinion {
  --theme-background: #ffdb54;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #ffdb54;
  --theme-secondarydeco: #343434;
  --theme-linkdeco: #dbba43;
}

.theme-ugc {
  --theme-background: #fff;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #0079c2;
  --theme-secondarydeco: #fff;
  --theme-linkdeco: #cacaca;
}

.theme-international {
  --theme-background: #c1d9d9;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #99acac;
}

.theme-inland {
  --theme-background: #d7e3e8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #aab4b8;
}

.theme-wirtschaft {
  --theme-background: #d8dec1;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #aeb2a1;
}

.theme-web {
  --theme-background: #b7cca3;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #92a382;
}

.theme-sport {
  --theme-background: #c6dc73;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #9daf5b;
}

.theme-wissenschaft {
  --theme-background: #bedae3;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #a0b0b6;
}

.theme-panorama {
  --theme-background: #aed4ae;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #8aa98a;
}

.theme-etat {
  --theme-background: #fc6;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #ccad70;
}

.theme-kultur {
  --theme-background: #d2d0cf;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #9e9c9b;
}

.theme-zukunft {
  --theme-background: #e6e6e6;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #cacaca;
}

.theme-diskurs {
  --theme-background: #fff;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #cacaca;
}

.theme-kommentare {
  --theme-background: #f7f7f0;
}

.theme-kolumnen {
  --theme-background: #ffdb54;
}

.theme-debatten {
  --theme-background: #e6e6e6;
}

.theme-lifestyle {
  --theme-background: #fff;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #d5d5d5;
}

.theme-automobil {
  --theme-background: #fff;
}

.theme-bildung {
  --theme-background: #f8f8f8;
}

.theme-reisen {
  --theme-background: #f8f8f8;
}

.theme-familie {
  --theme-background: #ebe7ed;
}

.theme-gesundheit {
  --theme-background: #f8f8f8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #d5d5d5;
}

.theme-karriere {
  --theme-background: #f8f8f8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #d5d5d5;
}

.theme-immobilien {
  --theme-background: #f8f8f8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #d5d5d5;
}

.theme-diestandard {
  --theme-background: #efefef;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #d5d5d5;
}

.theme-user {
  --theme-background: #f8f8f8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #cacaca;
}

.theme-videosection {
  --theme-background: #cdcdcd;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
}

.theme-oenrw {
  --theme-background: #f2f2f2;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
}

.theme-wissenundgesellschaft {
  --theme-background: #bedae3;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #a0b0b6;
}

.theme-deutschland {
  --theme-background: #d7e3e8;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #aab4b8;
}

.theme-meinung {
  --theme-background: #e6e6e6;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #cacaca;
}

.theme-formulare {
  --theme-background: #fde2ba;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-linkdeco: #cacaca;
}

.theme-jobsuche {
  --theme-background: #efefef;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #24869b;
  --theme-linkdeco: #d5d5d5;
  --theme-header-background: #24869b;
  --theme-header-primarytint: #fff;
}

.theme-immobiliensuche {
  --theme-background: #e0e3e0;
  --theme-primarytint: #343434;
  --theme-secondarytint: #434343;
  --theme-primarydeco: #94ba65;
  --theme-linkdeco: #d5d5d5;
  --theme-header-background: #94ba65;
  --theme-header-primarytint: #fff;
}

.basic-scrollbar,
.basic-scrollbar-light {
  box-sizing: border-box;
  overflow: auto;
  scrollbar-width: thin;
}

.basic-scrollbar {
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.05);
}

.basic-scrollbar-light {
  scrollbar-color: rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.1);
}

@media (min-width: 960px) {
  .basic-scrollbar::-webkit-scrollbar,
  .basic-scrollbar-light::-webkit-scrollbar {
    background: none;
    height: 3px;
    width: 3px;
  }

  .basic-scrollbar-bold::-webkit-scrollbar {
    width: 6px;
  }

  .basic-scrollbar::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
  }

  .basic-scrollbar-light::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
  }

  .basic-scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
  }

  .basic-scrollbar-light::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
  }

  .basic-scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.2);
  }

  .basic-scrollbar-light::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.2);
  }
}

.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.site--header-next {
  --transition-duration: 200ms;
  background-color: #e6e6e6;
  min-height: 50px;
  background-color: var(--theme-header-background, var(--theme-background));
  box-sizing: border-box;
  color: var(--theme-header-primarytint, var(--theme-primarytint));
  min-height: var(--site--header-minheight, 50px);
  position: fixed;
  top: 0;
  transition: box-shadow 0.15s ease-out, min-height 0.05s linear;
  width: 100%;
  z-index: 19;
  --site--header-brandingheight: 20px;
  --site--header-brandingwidth: 138px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px -2px rgba(0, 0, 0, 0.17);
  box-shadow: var(--theme-header-shadow, 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px -2px rgba(0, 0, 0, 0.17));
}

:root {
  --site--header-minheight: 50px;
  --site--header-maxwidth: unset;
  --site--header-margin: 0 auto;
  --site--header-currentheight: var(--site--header-minheight);
}

@media (min-width: 768px) {
  :root {
    --site--header-margin: var(--site--core-margin);
  }
}

@media all and (min-width: 1440px) {
  :root {
    --site--header-margin: 0 calc(var(--site--core-margin-right) + var(--grid-gap) + 300px) 0 var(--site--core-margin-left);
  }
}

@media (min-width: 1690px) {
  :root {
    --site--header-margin: var(--site--core-margin);
    --site--header-maxwidth: 1245px;
  }
}

@media (min-width: 2100px) {
  :root {
    --site--header-margin: 0 auto;
  }
}

[v-cloak] {
  display: none !important;
}

body {
  padding-top: var(--site--header-minheight);
}

body .site-header.site-header-static {
  margin-top: calc(var(--site--header-minheight) * -1);
}

@media (max-width: 767.9px) {
  body.is-sticky-statusbar {
    padding-top: calc(var(--site--header-minheight) + var(--site--statusbar-height, 0px));
  }
}

.site--header-next > div {
  margin: 0 auto;
  box-sizing: border-box;
  margin: var(--site--header-margin);
  max-width: var(--site--header-maxwidth);
  min-height: var(--site--header-minheight);
  position: relative;
}

@media (min-width: 768px) {
  .site--header-next > div {
    margin: 0 25px;
  }
}

@media all and (min-width: 1440px) {
  .site--header-next > div {
    margin: 0 333px 0 25px;
  }
}

@media all and (min-width: 1600px) {
  .site--header-next > div {
    margin: 0 333px 0 90px;
  }
}

@media (min-width: 1690px) {
  .site--header-next > div {
    margin: 0 90px;
    max-width: 1245px;
  }
}

@media (min-width: 2100px) {
  .site--header-next > div {
    margin: 0 auto;
  }
}

.site--header-next > div > *:not(.site-guide-next) svg {
  --tint: var(--theme-header-primarytint, var(--theme-primarytint));
}

.site--header-next.compact,
.site--header-next.scrolled {
  background-color: var(--theme-header-backgroundfixed, var(--theme-header-background, var(--theme-background)));
  box-shadow: var(--theme-header-shadowfixed, 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.05), 0 0 1px -2px rgba(0, 0, 0, 0.17));
  color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, var(--theme-primarytint)));
}

@media (max-width: 767.9px) {
  .site--header-next.compact.statusbar-affixed,
  .site--header-next.scrolled.statusbar-affixed {
    box-shadow: none;
  }
}

.site--header-next.compact > div > *:not(.site-guide-next) svg,
.site--header-next.scrolled > div > *:not(.site-guide-next) svg {
  --tint: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, var(--theme-primarytint)));
}

.site--header-next.compact .meta a[title='Supporter'],
.site--header-next.scrolled .meta a[title='Supporter'] {
  background-color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, #ffc83d));
}

.site--header-next.compact .meta a[title='Abo'],
.site--header-next.scrolled .meta a[title='Abo'] {
  background-color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, #008d8d));
}

.site--header-next.compact .meta a[title='Immosuche'],
.site--header-next.scrolled .meta a[title='Immosuche'] {
  background-color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, #94ba65));
}

.site--header-next.compact .meta a[title='Jobsuche'],
.site--header-next.scrolled .meta a[title='Jobsuche'] {
  background-color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, #ed827a));
}

.site--header-next button {
  margin: 0;
}

.site--header-next > div {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next .site-guide-toggle button .descriptive-txt,
.site--header-next .site-guide-toggle .button .descriptive-txt,
.site--header-next .login button .descriptive-txt,
.site--header-next .login .button .descriptive-txt,
.site--header-next .search button .descriptive-txt,
.site--header-next .search .button .descriptive-txt {
  display: none;
}

.site--header-next .site-guide-toggle button:focus,
.site--header-next .site-guide-toggle .button:focus,
.site--header-next .login button:focus,
.site--header-next .login .button:focus,
.site--header-next .search button:focus,
.site--header-next .search .button:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}

.site--header-next .site-guide-toggle {
  height: 50px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--site--header-minheight);
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.site--header-next .site-guide-toggle button * {
  pointer-events: none;
}

.site--header-next .brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

@media (max-width: 767.9px) {
  .site--header-next .brand.site-branding-hidden {
    display: none;
  }

  .site-guide-visible .site--header-next .brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.site--header-next .brand span {
  display: none;
}

.site--header-next .brand a {
  padding: 15px;
  display: block;
  line-height: 0;
  padding: 15px var(--site--core-padding);
}

@media print {
  .site--header-next .brand a {
    padding: 15px 0;
  }
}

.site--header-next .brand svg {
  height: 20px;
  width: 138px;
  height: var(--site--header-brandingheight);
  pointer-events: none;
  width: var(--site--header-brandingwidth);
}

.site--header-next .meta {
  display: none;
}

@media (min-width: 360px) {
  .site--header-next .meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.site--header-next .meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site--header-next .meta li {
  display: none;
  margin: 0;
  padding: 0;
}

.site--header-next .meta li:nth-last-of-type(4) {
  display: block;
}

@media all and (max-width: 1023.9px) {
  .site--header-next .meta a[title='Supporter'] {
    background: transparent 50% 50%/22px 21px url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.45%2020%22%3E%3Cpath%20fill%3D%22%23434343%22%20d%3D%22M20.47%201.97a6.77%206.77%200%2000-9.25-.29%206.76%206.76%200%2000-9.24%209.86l5.44%205.43%202.45%202.46a1.9%201.9%200%20001.34.57h.02a1.83%201.83%200%20001.84-2.02l.14.01h.03a1.83%201.83%200%20001.83-2.01%201.69%201.69%200%2000.18%200%201.83%201.83%200%20001.83-2%201.4%201.4%200%2000.17%200%201.83%201.83%200%20001.3-.54l1.92-1.9a6.77%206.77%200%20000-9.57z%22%2F%3E%3Cpath%20fill%3D%22%23ffc83d%22%20d%3D%22M19.84%2010.9l-.8.8a1.9%201.9%200%2000-.52-.92L15.34%207.6a3.56%203.56%200%2000.66-.53l.47-.47a.44.44%200%2010-.62-.63l-.48.47a2.71%202.71%200%2001-3.83%200l-.32-.31-2.6%202.6a1.85%201.85%200%2001-2.17.15.53.53%200%2001-.27-.38%201.66%201.66%200%2001.64-1.18l4.72-4.72a5.87%205.87%200%20018.3%208.3z%22%2F%3E%3Cpath%20fill%3D%22%23ffc83d%22%20d%3D%22M17.93%2012.82a1%201%200%2001-1.4-.03L12.84%209.1a.45.45%200%2000-.63.63l3.69%203.69a.97.97%200%2011-1.38%201.37l-3.68-3.68a.45.45%200%2010-.63.63l3.68%203.68a1%201%200%2001.03%201.4.95.95%200%2001-.69.28%201.02%201.02%200%2001-.71-.3l-3.69-3.68a.45.45%200%2000-.63.63l3.69%203.68a1%201%200%2001.03%201.4.94.94%200%2001-.7.28%201.03%201.03%200%2001-.7-.3l-3.1-3.1-4.8-4.8a5.87%205.87%200%20017.96-8.6l-1.9%201.9L6.2%206.7A2.38%202.38%200%20005.3%208.6%201.4%201.4%200%20006%209.64a3.05%203.05%200%20001.52.42%202.4%202.4%200%20001.74-.7l1.99-2a3.6%203.6%200%20003.22.61l3.43%203.43a1%201%200%2001.03%201.42z%22%2F%3E%3C%2Fsvg%3E") no-repeat !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 50px;
    text-indent: -10000px;
    width: 22px;
  }
}

@media (max-width: 767.9px) {
  .site--header-next .site-branding-hidden ~ .meta {
    display: none;
  }
}

.site--header-next .path,
.site--header-next .main,
.site--header-next .search {
  display: none;
}

.site--header-next button,
.site--header-next .button {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.site--header-next button svg,
.site--header-next .button svg {
  height: 50px;
  pointer-events: none;
  width: 50px;
}

.site--header-next button.inactive,
.site--header-next .button.inactive {
  opacity: 0.5;
}

.site--header-next button.toggle-notifications span:last-child,
.site--header-next .button.toggle-notifications span:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.site--header-next button.toggle-notifications span:last-child span,
.site--header-next .button.toggle-notifications span:last-child span {
  background: #ec008c;
  border-radius: 0.9rem;
  box-shadow: 0 0 0 0.2rem var(--theme-header-backgroundfixed, var(--theme-header-background, var(--theme-background)));
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  left: 34px;
  line-height: 1.1rem;
  min-height: 1.4rem;
  padding: 0.15rem 0.4rem 0;
  position: absolute;
  text-align: center;
  top: 14px;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  white-space: nowrap;
  z-index: 1;
}

.site--header-next button.toggle-notifications.muted,
.site--header-next .button.toggle-notifications.muted {
  opacity: 0.5;
}

.site--header-next button.toggle-notifications.muted span:last-child span,
.site--header-next .button.toggle-notifications.muted span:last-child span {
  display: none;
}

.site--header-next button.toggle-notifications.muted span:last-child::after,
.site--header-next .button.toggle-notifications.muted span:last-child::after {
  background: currentColor;
  box-shadow: 0 0 0 0.13rem var(--theme-header-backgroundfixed, var(--theme-header-background, var(--theme-background)));
  content: '';
  display: block;
  height: 54%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(51deg);
  transform: rotate(51deg);
  -webkit-transform: translate(-50%, -50%) rotate(51deg);
  transform: translate(-50%, -50%) rotate(51deg);
  width: 2px;
}

.site--header-next .login {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

.site--header-next .login::before,
.site--header-next .login::after {
  background-color: var(--theme-header-primarytint, var(--theme-primarytint));
  content: '';
  height: 26px;
  opacity: 0.1;
  width: 1px;
}

.site--header-next .login > button {
  line-height: 1rem;
  min-width: 50px;
}

.site--header-next .login > button:first-of-type {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.site--header-next .login > button:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}

.site--header-next .login > button * {
  pointer-events: none;
}

.site--header-next .login > button .descriptive-txt + span {
  font-size: 0;
  line-height: 0;
}

.site--header-next .login[v-cloak] {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: hidden !important;
}

.site--header-next .login[v-cloak] button,
.site--header-next .login[v-cloak] .button {
  display: none;
}

.site--header-next:not(.user-loggedin) .login::before {
  content: none;
}

@media (max-width: 399.9px) {
  body:not(.site-guide-visible) .site--header-next.user-loggedin .site-branding-hidden ~ .login::before,
  body:not(.site-guide-visible) .site--header-next.user-loggedin .site-branding-hidden ~ .login > button:not(.toggle-notifications) {
    display: none;
  }

  body:not(.site-guide-visible) .site--header-next.user-loggedin .site-branding-hidden ~ .login .site--header--notifications::before {
    right: 58px;
  }

  body:not(.site-guide-visible) .site--header-next.user-loggedin .site-branding-hidden ~ .login .site--header--usermenu::before {
    display: none;
  }
}

.site--header-next.compact.site--header-min .brand,
.site--header-next.compact.site--header-min .meta,
.site--header-next.compact.site--header-min .path {
  display: none;
}

.site--header-next.compact.site--header-min .login {
  margin-left: auto;
}

@media all and (min-width: 1920px) {
  .site--header-next.compact.site--header-min .brand {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .site--header-next {
    --site--header-brandingheight: 30px;
    --site--header-brandingwidth: 207px;
    --site--header-guideoffset: 15px;
  }

  :root {
    --site--header-minheight: 80px;
  }

  body {
    padding-top: 80px;
    padding-top: var(--site--header-minheight);
  }

  .site--header-next .site-guide-toggle {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: 80px;
    margin-right: -17px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .site--header-next .brand {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 80px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -10px;
  }

  .site--header-next .brand a {
    padding: 15px 10px;
  }

  .site--header-next .brand svg {
    height: 30px;
    height: var(--site--header-brandingheight);
    width: 207px;
    width: var(--site--header-brandingwidth);
  }

  .site--header-next .path {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 1.8rem "Roboto", Arial, sans-serif;
    height: 80px;
    line-height: 3rem;
    max-width: 200px;
    white-space: nowrap;
  }

  .site--header-next .path a {
    color: currentColor;
    display: inline-block;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    text-decoration: none;
    text-overflow: ellipsis;
  }

  .site--header-next .path a::before {
    content: '\203a';
    margin-right: 0.5ex;
  }

  .site--header-next .meta {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px;
    margin-left: auto;
    padding: 0 10px;
  }

  .site--header-next .meta ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .site--header-next .meta li {
    margin: 0;
  }

  .site--header-next .meta a {
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--theme-header-backgroundfixed, var(--theme-header-background, #fff));
    display: block;
    font: 700 1.4rem/3.5rem "Roboto", Arial, sans-serif;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site--header-next .meta a[title='Supporter'] {
    background-color: #ffc83d;
    color: #434343;
    background-color: var(--theme-header-primarytint, #ffc83d);
    color: var(--theme-header-backgroundfixed, var(--theme-header-background, #434343));
  }

  .site--header-next .meta a[title='Abo'] {
    background-color: #008d8d;
    background-color: var(--theme-header-primarytint, #008d8d);
  }

  .site--header-next .meta a[title='Immosuche'] {
    background-color: #94ba65;
    background-color: var(--theme-header-primarytint, #94ba65);
  }

  .site--header-next .meta a[title='Jobsuche'] {
    background-color: #ed827a;
    background-color: var(--theme-header-primarytint, #ed827a);
  }

  .site--header-next .meta + .search {
    margin-left: 0;
  }

  .site--header-next .search {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px;
    margin-left: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
  }

  .site--header-next .search::after {
    background-color: var(--theme-header-primarytint, var(--theme-primarytint));
    content: '';
    display: block;
    height: 26px;
    opacity: 0.1;
    width: 1px;
  }

  .site--header-next .login {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 80px;
    margin-left: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next {
    --site--header-brandingheight: 36px;
    --site--header-brandingwidth: 249px;
  }

  :root {
    --site--header-minheight: 107px;
  }

  .site--header-next.compact {
    --site--header-minheight: 80px;
  }

  body {
    padding-top: 107px;
  }

  .site--header-next:not(.scrolled) {
    box-shadow: none;
  }

  .site--header-next.compact .main {
    height: 0;
    opacity: 0;
  }

  .site--header-next.scrolled .main {
    border-bottom-color: transparent;
  }

  .site--header-next > div {
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) and (min-width: 1690px) {
  .site--header-next .site-guide-toggle::after,
  .site--header-next .login::before,
  .site--header-next .login::after,
  .site--header-next .search::after {
    display: none;
  }

  .site--header-next .site-guide-toggle button .descriptive-txt,
  .site--header-next .site-guide-toggle .button .descriptive-txt,
  .site--header-next .login button .descriptive-txt,
  .site--header-next .login .button .descriptive-txt,
  .site--header-next .search button .descriptive-txt,
  .site--header-next .search .button .descriptive-txt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    margin-right: -5px;
    padding-left: 11px;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .brand {
    margin-left: -10px;
  }

  .site--header-next .brand a {
    padding: 5px 10px;
  }

  .site--header-next .brand svg {
    height: 36px;
    width: 249px;
  }

  .site--header-next .path {
    font-size: 2rem;
  }

  .site--header-next .path a {
    padding: 8px 8px 8px 0;
  }

  .site--header-next .meta li {
    display: block;
  }

  .site--header-next .meta li:not(:first-of-type) {
    margin-left: 4px;
  }
}

@media all and (min-width: 1024px) and (min-width: 1280px) {
  .site--header-next .meta li:not(:last-of-type) {
    margin-right: 5px;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid currentColor;
    border-top: 1px solid rgba(52, 52, 52, 0.2);
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 37px;
    margin-top: -10px;
    opacity: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    position: static;
    text-overflow: ellipsis;
    transition: opacity 0.15s ease-out;
  }

  .site--header-next .main > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -6px;
    max-height: 37px;
    overflow: hidden;
    padding: 0;
  }
}

@media all and (min-width: 1024px) and (min-width: 1280px) {
  .site--header-next .main > ul {
    margin: 0 -9px;
  }
}

@media all and (min-width: 1024px) and (min-width: 1690px) {
  .site--header-next .main > ul {
    margin: 0 -8px;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main > ul > li {
    color: currentColor;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 2.1rem;
    text-transform: uppercase;
  }
}

@media all and (min-width: 1024px) and (min-width: 1280px) {
  .site--header-next .main > ul > li {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main > ul > li.tag {
    margin-left: auto;
  }

  .site--header-next .main > ul > li.tag + .tag {
    margin-left: 5px;
  }

  .site--header-next .main > ul > li.tag > a {
    background: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, var(--theme-primarytint)));
    color: var(--theme-header-backgroundfixed, var(--theme-header-background, var(--theme-background)));
  }

  .site--header-next .main > ul > li.tag > a:hover {
    background: none;
    border: 2px solid currentColor;
    color: var(--theme-header-primarytintfixed, var(--theme-header-primarytint, var(--theme-primarytint)));
    padding: 5px 8px 1px;
  }

  .site--header-next .main > ul > li.tag > a:hover::after {
    border-bottom-color: transparent;
  }

  .site--header-next .main > ul > li a,
  .site--header-next .main > ul > li button {
    color: currentColor;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 2.1rem;
    padding: 9px 6px 1px;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media all and (min-width: 1024px) and (min-width: 1280px) {
  .site--header-next .main > ul > li a,
  .site--header-next .main > ul > li button {
    font-size: 1.5rem;
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media all and (min-width: 1024px) and (min-width: 1690px) {
  .site--header-next .main > ul > li a,
  .site--header-next .main > ul > li button {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none), all and (min-width: 1024px) and (-ms-high-contrast: active) {
  .site--header-next .main > ul > li a,
  .site--header-next .main > ul > li button {
    font-size: 1.4rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main > ul > li a::after,
  .site--header-next .main > ul > li button::after {
    border-bottom: 2px solid transparent;
    content: '';
    display: block;
    margin-top: 4px;
  }

  .site--header-next .main > ul > li a:hover::after,
  .site--header-next .main > ul > li button:hover::after {
    border-bottom-color: currentColor;
  }

  .site--header-next .main > ul > li a:focus,
  .site--header-next .main > ul > li button:focus {
    outline: none;
  }

  .site--header-next .main > ul > li a:focus::after,
  .site--header-next .main > ul > li button:focus::after {
    border-bottom-color: currentColor;
  }
}

@media all and (min-width: 1024px) and (max-width: 1689.9px) {
  .site--header-next .main > ul > li > a[title='Karriere'],
  .site--header-next .main > ul > li > a[title='Immobilien'] {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main ul ul {
    background: #202226;
    color: #fff;
    padding: 20px;
    background: var(--background);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    color: var(--tint);
    display: none;
    font-size: 1.7rem;
    padding: var(--grid-column);
    z-index: 17;
    --background: var(--theme-ui-background, #202226);
    --tint: var(--theme-ui-tint, #fff);
    position: absolute;
    font-size: 1.5rem;
    list-style-type: none;
    margin: 0;
    min-width: 165px;
    -webkit-transform: translatex(-60px) translatey(5px);
    transform: translatex(-60px) translatey(5px);
  }

  .site--header-next .main ul ul[data-closable-active='true'] {
    display: block;
  }

  .site--header-next .main ul ul::before {
    border-color: transparent transparent #202226;
    border-color: transparent transparent var(--background);
    border-style: solid;
    border-width: 0 8px 8px;
    content: '';
    height: 0;
    left: 85px;
    position: absolute;
    top: -7px;
    width: 0;
  }
}

@media all and (min-width: 1024px) and (min-width: 1690px) {
  .site--header-next .main ul ul a[title='Karriere'],
  .site--header-next .main ul ul a[title='Immobilien'] {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .site--header-next .main ul ul a {
    color: currentColor;
    display: inline-block;
  }
}

@media (min-width: 2100px) {
  .site--header-next {
    padding-right: 630px;
  }
}

@media print {
  .site--header-next {
    background: none;
    color: #000;
    display: block;
    margin: 0;
    min-height: unset;
    padding: 0;
    position: relative;
  }

  .site--header-next > div {
    min-height: unset;
  }

  .site--header-next > div > *:not(.brand) {
    display: none !important;
  }
}

.site--header-next body.site-guide-visible {
  z-index: 200;
}

.site--header--search {
  background: #e6e6e6;
  background: var(--theme-background);
  display: none;
  position: absolute;
  right: 0;
  top: 17px;
  width: 345px;
}

.site--header--search[data-closable-active='true'] {
  display: block;
}

.site--header--search > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header--search > div input {
  border-bottom-right-radius: 0 !important;
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  color: #343434 !important;
}

.site--header--search > div button {
  background: #202226 !important;
  border-radius: 0 3px 3px 0 !important;
  --button-border-radius: 0 3px 3px 0 !important;
  --button-background: var(--theme-ui-background) !important;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 50px;
  position: relative;
}

.site--header--search > div button span {
  display: none;
}

.site--header--search > div button::before {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 16.427104722792606% 94.70046082949308%;
  width: 50px;
  height: 50px;
}

@media (min-width: 1280px) {
  .site--header--search {
    width: 500px;
  }
}

.site--header--usermenu {
  background: #202226;
  color: #fff;
  padding: 20px;
  background: var(--background);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: var(--tint);
  display: none;
  font-size: 1.7rem;
  padding: var(--grid-column);
  z-index: 17;
  --background: var(--theme-ui-background, #202226);
  --tint: var(--theme-ui-tint, #fff);
  position: absolute;
  right: -20px;
  width: 100vw;
  max-width: calc(var(--grid-block-width) * 4 + var(--grid-gap) * 3);
  right: calc(var(--grid-column) * -2);
  top: var(--site--header-minheight);
  width: calc(100vw - (var(--grid-column) * 1));
}

.site--header--usermenu[data-closable-active='true'] {
  display: block;
}

.site--header--usermenu::before {
  border-color: transparent transparent #202226;
  border-color: transparent transparent var(--background) transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  content: '';
  height: 0;
  position: absolute;
  right: 57px;
  top: -7px;
  width: 0;
}

.site--header--usermenu a {
  color: #fff;
  color: var(--tint);
  text-decoration: none;
}

.site--header--usermenu a:focus {
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.site--header--usermenu > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.site--header--usermenu header {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site--header--usermenu header > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site--header--usermenu img {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  border-radius: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: calc(var(--grid-column) * 2 + var(--grid-gap));
  margin-right: var(--grid-gap);
  width: 55px;
}

.site--header--usermenu h1 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin: -0.8rem 0 0 0;
}

.site--header--usermenu h1 em {
  display: none;
}

.site--header--usermenu h2,
.site--header--usermenu p {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}

.site--header--usermenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site--header--usermenu ul a {
  cursor: pointer;
  display: block;
  padding: 7px 9px;
}

.site--header--usermenu ul a:hover {
  text-decoration: underline;
}

.site--header--usermenu ul a span {
  display: block;
  font-size: 1.5rem;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .site--header--usermenu {
    max-width: 405px;
    left: auto;
    right: 1px;
    top: 65px;
  }

  .site--header--usermenu::before {
    left: auto;
    right: 17px;
  }
}

@media (min-width: 1690px) {
  .site--header--usermenu {
    right: 0;
  }
}

.site--header--notifications {
  background: #202226;
  color: #fff;
  padding: 20px;
  background: var(--background);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: var(--tint);
  display: none;
  font-size: 1.7rem;
  padding: var(--grid-column);
  z-index: 17;
  --background: var(--theme-ui-background, #202226);
  --tint: var(--theme-ui-tint, #fff);
  position: absolute;
  background: #fff;
  color: #202226;
  max-width: 405px;
  width: calc(100vw - 20px);
  background: var(--tint);
  color: var(--background);
  max-width: calc(var(--grid-block-width) * 4 + var(--grid-gap) * 3);
  padding: 0;
  right: calc(var(--grid-column) * -2);
  top: var(--site--header-minheight);
  width: calc(100vw - var(--grid-column));
}

.site--header--notifications[data-closable-active='true'] {
  display: block;
}

.site--header--notifications.active {
  display: block;
}

@media (min-width: 960px) {
  .site--header--notifications {
    left: auto;
    max-width: 405px;
    right: 52px;
    top: 65px;
  }
}

.site--header--notifications::before {
  border-color: transparent transparent #fff;
  border-color: transparent transparent var(--tint);
  border-style: solid;
  border-width: 0 8px 8px;
  content: '';
  height: 0;
  position: absolute;
  right: 109px;
  top: -7px;
  width: 0;
}

.site--header--notifications > * {
  position: relative;
}

.site--header--notifications header {
  display: none;
}

.site--header--notifications a {
  color: currentColor;
}

.site--header--notifications .notifications-list,
.site--header--notifications .notifications-empty,
.site--header--notifications .notifications-placeholder {
  box-sizing: border-box;
  max-height: calc((var(--js-vh, 1vh) * 100) - var(--site--header-minheight) - 10px);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

@media all and (min-width: 960px) and (min-height: 900px) {
  .site--header--notifications .notifications-list,
  .site--header--notifications .notifications-empty,
  .site--header--notifications .notifications-placeholder {
    max-height: 800px;
  }
}

.site--header--notifications .notifications-list {
  background-color: inherit;
  color: #888;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.site--header--notifications .notifications-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site--header--notifications .notifications-list li {
  border-bottom: 1px solid rgba(52, 52, 52, 0.1);
  position: relative;
  will-change: transform, opacity;
}

.site--header--notifications .notifications-list li a {
  color: currentColor;
  display: block;
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding: 13px 20px;
  text-decoration: none;
}

.site--header--notifications .notifications-list li a:hover,
.site--header--notifications .notifications-list li a:focus {
  background-color: rgba(0, 0, 0, 0.04);
}

.site--header--notifications .notifications-list li a blockquote {
  font-size: 1.4rem;
  margin: 7px 0;
}

.site--header--notifications .notifications-list li a p {
  margin: 0;
}

.site--header--notifications .notifications-list li a p.notification-header {
  color: var(--background);
}

.site--header--notifications .notifications-list li a p.notification-header .notification-is-byfollowee {
  color: #38a8e0;
}

.site--header--notifications .notifications-list li a time {
  display: block;
  font-size: 1.4rem;
  opacity: 0.6;
}

.site--header--notifications .notifications-list li .notification-unfollow-trigger {
  color: #888;
  cursor: pointer;
  float: right;
  margin: -13px -20px 0 0;
  opacity: 0.6;
}

.site--header--notifications .notifications-list li .notification-unfollow-trigger svg {
  height: 40px;
  width: 40px;
}

.site--header--notifications .notifications-list li .notification-unfollow-trigger:hover,
.site--header--notifications .notifications-list li .notification-unfollow-trigger:focus {
  color: var(--background);
  opacity: 1;
}

.site--header--notifications .notifications-list li.new {
  background-color: #f5f8ff;
}

.site--header--notifications .notifications-list li.notifications-list-leave-active {
  transition: all 0.5s;
}

.site--header--notifications .notifications-list li.notifications-list-leave-to {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.site--header--notifications .notifications-list > div {
  color: #888;
  font-size: 1.5rem;
  padding: 20px 20px 10px;
  text-align: center;
}

.site--header--notifications .notifications-empty {
  padding: 20px;
  font-size: 1.5rem;
  opacity: 0.6;
  padding: calc(var(--grid-column) * 2) var(--grid-column);
  text-align: center;
}

.site--header--notifications .notifications-empty svg {
  height: 40px;
  width: 32px;
}

.site--header--notifications .notifications-empty p {
  margin: 1ex 0 0;
}

.site--header--notifications .notifications-empty p:first-of-type {
  margin: 2ex 0 0;
}

.site--header--notifications .notifications-empty a {
  cursor: pointer;
  text-decoration: underline;
}

.site--header--notifications .notifications-placeholder {
  height: 470px;
  line-height: 0;
  padding: 10px 0;
}

.site--header--notifications .notifications-placeholder svg {
  height: 450px;
  max-height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .site--header--notifications {
    left: auto;
    right: 52px;
    top: 65px;
  }

  .site--header--notifications::before {
    left: auto;
    right: 17px;
  }
}

@media (min-width: 1690px) {
  .site--header--notifications {
    right: 93px;
  }
}

.site--header-next > div > .site-guide-next {
  background: #202226;
  color: #fff;
  padding: 20px;
  background: var(--background);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  color: var(--tint);
  display: none;
  font-size: 1.7rem;
  padding: var(--grid-column);
  z-index: 17;
  --background: var(--theme-ui-background, #202226);
  --tint: var(--theme-ui-tint, #fff);
  position: absolute;
  --site--guide-height: calc((var(--js-vh, 1vh) * 100) - var(--site--header-minheight));
  --site--guide-maxheight: unset;
  --site--guide-maxwidth: 100vw;
  max-width: 400px;
  top: 50px;
  left: 0;
  max-width: var(--site--guide-maxwidth);
  padding: 0;
  position: fixed;
  top: var(--site--header-minheight);
  width: 100%;
  z-index: 19;
}

body header.site-guide-visible {
  z-index: 20;
}

@media (max-width: 767.9px) {
  body header.site-guide-visible {
    --theme-header-background: var(--theme-ui-background) !important;
    --theme-header-backgroundfixed: var(--theme-ui-background) !important;
    --theme-header-primarytint: var(--theme-ui-tint) !important;
    --theme-header-primarytintfixed: var(--theme-ui-tint) !important;
  }
}

.site--header-next > div > .site-guide-next[data-closable-active='true'] {
  display: block;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next {
    top: 65px;
    --site--guide-height: calc((var(--js-vh, 1vh) * 100) - var(--site--header-minheight) - 20px);
    --site--guide-maxheight: 900px;
    --site--guide-maxwidth: 400px;
    left: auto;
    position: absolute;
    right: -17px;
    top: calc(80px - var(--site--header-guideoffset));
  }

  .site--header-next > div > .site-guide-next::before {
    border-color: transparent transparent #202226;
    border-color: transparent transparent var(--background) transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    content: '';
    height: 0;
    position: absolute;
    right: 17px;
    top: -7px;
    width: 0;
  }
}

.site--header-next > div > .site-guide-next > div {
  height: calc(100vh - 150px);
  max-height: 900px;
  height: var(--site--guide-height);
  max-height: var(--site--guide-maxheight);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.gsc-overflow-hidden .site--header-next > div > .site-guide-next > div {
  overflow: visible;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div {
    margin-top: 5px;
    padding: 0 20px;
  }
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767.9px) {
  .site--header-next > div > .site-guide-next > div .site-portal-tabbar {
    padding: 0 15px 15px;
  }
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar button {
  border-top: 2px solid transparent;
  line-height: normal;
  padding: 6px 0;
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar button:focus {
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar button::-moz-focus-inner {
  border: 0;
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar button + button {
  margin-left: 16px;
}

.site--header-next > div > .site-guide-next > div .site-portal-tabbar .off {
  border-color: currentColor;
}

.site--header-next > div > .site-guide-next > div [id='cleverpush-content-button-0'] {
  margin: 0 auto;
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-box,
.site--header-next > div > .site-guide-next > div .cleverpush-topics {
  border-width: 0;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div .cleverpush-content-button-box,
  .site--header-next > div > .site-guide-next > div .cleverpush-topics {
    padding: 10px 0;
  }
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-icon {
  top: 5px;
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-text {
  color: #a4a4a4;
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-branding {
  text-align: left;
}

.site--header-next > div > .site-guide-next > div .cleverpush-content-button-save-topics-button.cleverpush-content-button-btn span[style] {
  color: #fff !important;
}

.site-guide-next .cleverpush-content-button .cleverpush-content-button-btn[disabled],
.site-guide-next .cleverpush-content-button .cleverpush-content-button-btn.cleverpush-content-button-btn-unsubscribe,
.site-guide-next .cleverpush-content-button-box .cleverpush-content-button-topics .cleverpush-content-button-btn {
  background: #ec008c !important;
  color: #fff !important;
}

.site--header-next > div > .site-guide-next > div > div {
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

.site--header-next > div > .site-guide-next > div > div h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 15px 15px;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div h3 {
    padding: 0 0 20px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav {
  --background-item: rgba(255, 255, 255, 0.04);
  --background-toggle: rgba(255, 255, 255, 0.08);
  --padding: 15px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  background: var(--background-item);
  color: var(--theme-ui-tint-override, var(--theme-background));
  margin-bottom: 3px;
}

.site--header-next > div > .site-guide-next > div > div nav + h3 {
  margin-top: 2rem;
}

.site--header-next > div > .site-guide-next > div > div nav h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}

.site--header-next > div > .site-guide-next > div > div nav a {
  color: currentColor;
  text-decoration: none;
}

.no-touchevents .site--header-next > div > .site-guide-next > div > div nav a:hover {
  text-decoration: underline;
}

.site--header-next > div > .site-guide-next > div > div nav p {
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.site--header-next > div > .site-guide-next > div > div nav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div nav ul {
    padding: 0 20px 80px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav ul > li {
  background: rgba(255, 255, 255, 0.04);
  background: var(--background-item);
  color: currentColor;
  margin-bottom: 5px;
}

.site--header-next > div > .site-guide-next > div > div nav ul > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next > div > .site-guide-next > div > div nav ul > li a {
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: var(--padding);
}

.site--header-next > div > .site-guide-next > div > div nav svg {
  fill: #fff;
  --tint: var(--theme-ui-tint-override, currentColor);
}

.site--header-next > div > .site-guide-next > div > div nav .hud-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-item > *:first-child {
  padding: 15px 20px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  padding: var(--padding);
}

.site--header-next > div > .site-guide-next > div > div nav .hud-toggle {
  background: rgba(255, 255, 255, 0.08);
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--background-toggle);
  border-left: 1px solid var(--theme-ui-tint-override, var(--background-item));
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
}

.no-touchevents .site--header-next > div > .site-guide-next > div > div nav .hud-toggle:hover svg {
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.site--header-next > div > .site-guide-next > div > div nav .hud-toggle * {
  pointer-events: none;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-toggle svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 17px;
  width: 10px;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content {
  background: #202226;
  background: var(--background);
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 100vw;
  max-width: var(--site--guide-maxwidth);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 20vh;
  position: fixed;
  top: var(--site--header-minheight);
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div nav .hud-content {
    height: calc(100% - 5px);
    padding-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content.active {
  display: block;
  left: 0;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content h1:first-child {
  background: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content h1:first-child a {
  line-height: 2rem;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content h1:first-child a:first-child {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  padding: 25px 0;
  text-align: center;
  text-indent: -50px;
}

.site--header-next > div > .site-guide-next > div > div nav .hud-content h1:first-child a:last-child {
  background: none;
  border: 0;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div nav > .hud-content {
    margin-top: 5px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-editorial {
  --theme-background: var(--theme-ui-tint-override, var(--theme-ui-tint));
  background: none;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-editorial > .hud-item > .hud-toggle {
  background: none;
  border-left: 0;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-abo {
  --background-item: rgba(10, 190, 190, 0.05);
  --background-toggle: rgba(10, 190, 190, 0.1);
  --theme-background: #0abebe;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-apps {
  --background-item: rgba(203, 161, 161, 0.05);
  --background-toggle: rgba(203, 161, 161, 0.1);
  --theme-background: #cba1a1;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-immobilien {
  --background-item: rgba(165, 200, 123, 0.05);
  --background-toggle: rgba(165, 200, 123, 0.1);
  --theme-background: #a5c87b;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-karriere {
  --background-item: rgba(32, 175, 206, 0.05);
  --background-toggle: rgba(32, 175, 206, 0.1);
  --theme-background: #20afce;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-sales {
  --background-item: rgba(32, 175, 206, 0.05);
  --background-toggle: rgba(32, 175, 206, 0.1);
  --theme-background: #e6d09a;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-sonstiges {
  --background-item: rgba(230, 208, 154, 0.05);
  --background-toggle: rgba(230, 208, 154, 0.1);
  --theme-background: #e6d09a;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-userprofile,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-inbox,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-settings,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-company,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-appsettings {
  --background-item: rgba(208, 218, 224, 0.05);
  --background-toggle: rgba(208, 218, 224, 0.1);
  --theme-background: var(--theme-ui-tint);
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-userprofile h1,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-inbox h1,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-settings h1,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-company h1,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social h1,
.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-appsettings h1 {
  font-size: 1.8rem;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social {
  --background-item: transparent;
  margin-bottom: 80px;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social h3 {
  padding-bottom: 0;
  padding-top: 20px;
  text-align: center;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li {
  background-color: transparent;
  margin: 0 10px 10px 0;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li:nth-last-of-type(4):not(:first-of-type) {
  display: none;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li a[title='Instagram'] {
  background-color: #cc3683;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li a[title='Whatsapp'] {
  background-color: #25d366;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li a[title='Twitter'] {
  background-color: #1da1f2;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li a[title='Facebook'] {
  background-color: #3b579d;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social li a[title='RSS-Feeds'] {
  background-color: #f36f24;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social a {
  border-radius: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 10px;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social a svg {
  --tint: #fff;
  height: 30px;
  pointer-events: none;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 30px;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social a:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--nav-social span {
  display: none;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search {
  box-sizing: border-box;
  min-height: 60px;
  padding: 10px 0 10px 15px;
  position: relative;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div > div.site--portal--search {
    display: none;
  }
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div input {
  color: #fff;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  border-width: 0;
  color: var(--theme-ui-tint);
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 50px;
  min-height: 50px;
  padding: 0 5px 0 20px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div input:focus {
  outline: none;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEyLjcgNC4zbC0uOS0uOUw4IDcuMSA0LjMgMy4zbC0xIDFMNy4xIDhsLTMuNyAzLjcuOS45TDggOC45bDMuNyAzLjcuOS0uOUw4LjkgOGwzLjgtMy43eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0wIDBoMTZ2MTZIMFYweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div button {
  min-width: 50px;
  opacity: 0.8;
  padding: 14px;
  position: relative;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div button span {
  display: none;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div button::before {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 16.427104722792606% 94.70046082949308%;
  width: 50px;
  height: 50px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div button:hover {
  background: none;
  opacity: 1;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search > form > div button:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] .gsc-control-cse {
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  padding: 0;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] .gsc-search-box {
  margin-bottom: 0;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input {
  border-bottom: 1px solid var(--theme-ui-tint-override);
  padding: 0;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input .gsc-input-box {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: transparent !important;
  border-radius: 5px;
  border-width: 0 !important;
  color: var(--site--header-tint) !important;
  padding: 0;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input .gsc-input-box td {
  padding-bottom: 0;
  padding-top: 0;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input .gsc-input-box .gsib_a {
  padding: 0 5px 0 20px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input .gsc-input-box .gsst_a {
  color: currentColor;
  opacity: 0.5;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input .gsc-input-box .gsst_a .gscb_a {
  color: currentColor;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-input [name='search'] {
  background-color: transparent !important;
  border-color: transparent !important;
  border-width: 0 !important;
  color: currentColor !important;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 50px;
  min-height: 50px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-search-button .gsc-search-button {
  opacity: 0.8;
  padding: 14px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-search-button .gsc-search-button:hover {
  background: none;
  opacity: 1;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-search-button .gsc-search-button:focus {
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] td.gsc-search-button .gsc-search-button svg {
  fill: var(--theme-ui-tint);
  height: 22px;
  pointer-events: none;
  width: 22px;
}

.site--header-next > div > .site-guide-next > div > div > div.site--portal--search [id^='___gcse'] .gsc-modal-background-image {
  background: #202226;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks {
  background: transparent;
  margin-bottom: 0;
  padding: 0 !important;
}

@media all and (min-width: 1024px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks {
    display: none;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks ul {
  padding: 10px 15px !important;
}

@media (min-width: 768px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks ul {
    padding: 15px 0 0 !important;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a {
  color: #fff !important;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Abo'] {
  background-color: #008d8d !important;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Immosuche'] {
  background-color: #94ba65 !important;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Jobsuche'] {
  background-color: #ed827a !important;
}

.site--header-next > div > .site-guide-next[data-closable-active='true'] > div > div:nth-child(2) nav:first-of-type > .hud-item .hud-toggle svg {
  -webkit-animation: 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) 1s animation-bounceright;
  animation: 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) 1s animation-bounceright;
}

.site--header-next > .site-guide-next {
  --site--header-minheight: 50px;
  --theme-header-primarytint: #fff;
  --theme-header-background: #202226;
  --theme-header-backgroundfixed: #202226;
  background-color: #202226;
  box-sizing: border-box;
  display: none;
  height: 100vh;
  height: calc((var(--js-vh, 1vh) * 100));
  margin: auto;
  max-width: 100vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: var(--site--header-minheight);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 19;
}

.site--header-next > .site-guide-next[data-closable-active='true'] {
  display: block;
}

.site--header-next > .site-guide-next[data-closable-active='true'] > div > div:first-child nav > .hud-item .hud-toggle svg {
  -webkit-animation: 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) 1s animation-bounceright;
  animation: 1.5s cubic-bezier(0.28, 0.84, 0.42, 1) 1s animation-bounceright;
}

.site--header-next > .site-guide-next > header {
  --theme-header-primarytint: #fff;
  --theme-header-background: #202226;
  --theme-header-backgroundfixed: #202226;
}

.site--header-next > .site-guide-next > header .site-search-toggle {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) {
  .site--header-next > .site-guide-next > header .site-search-toggle {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (min-width: 960px) {
  .site--header-next > .site-guide-next > header .site-search-toggle {
    display: none;
  }
}

.site--header-next > .site-guide-next > header .site-search-toggle .search-icon-path {
  display: block;
}

.site--header-next > .site-guide-next > header .site-search-toggle .close-icon-path {
  display: none;
}

.site--header-next > .site-guide-next > header .site-search[data-closable-active='true'] + .site-search-toggle .search-icon-path {
  display: none;
}

.site--header-next > .site-guide-next > header .site-search[data-closable-active='true'] + .site-search-toggle .close-icon-path {
  display: block;
}

.site--header-next > .site-guide-next > div {
  background-color: inherit;
  margin: var(--site--header-margin);
  margin-top: var(--grid-gap);
  max-width: var(--site--header-maxwidth);
}

@media (max-width: 767.9px) {
  .site--header-next > .site-guide-next > div {
    padding-bottom: 20vh;
  }
}

@media (min-width: 768px) {
  .site--header-next > .site-guide-next > div {
    margin-top: var(--grid-gap);
  }
}

.site--header-next > .site-guide-next > div > div {
  box-sizing: border-box;
  overflow: hidden;
}

.site--header-next > .site-guide-next > div > div nav {
  --background: rgba(255, 255, 255, 0.04);
  --background-toggle: rgba(255, 255, 255, 0.08);
  --padding: 15px 20px;
  background: var(--background);
  color: var(--theme-background);
  margin-bottom: 5px;
}

.site--header-next > .site-guide-next > div > div nav ad-container {
  display: none;
}

.site--header-next > .site-guide-next > div > div nav h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0;
}

.site--header-next > .site-guide-next > div > div nav a {
  color: var(--theme-background);
  text-decoration: none;
}

.site--header-next > .site-guide-next > div > div nav p {
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.site--header-next > .site-guide-next > div > div nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site--header-next > .site-guide-next > div > div nav ul > li {
  background: var(--background);
  color: var(--theme-background);
  margin-bottom: 5px;
}

.site--header-next > .site-guide-next > div > div nav ul > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next > .site-guide-next > div > div nav ul > li a {
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding: var(--padding);
}

.site--header-next > .site-guide-next > div > div nav svg {
  --tint: var(--theme-background, #fff);
}

.site--header-next > .site-guide-next > div > div nav .hud-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 1279px) {
  .site--header-next > .site-guide-next > div > div nav .hud-item > *:first-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    padding: var(--padding);
  }
}

.site--header-next > .site-guide-next > div > div nav .hud-toggle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--background-toggle);
  border-left: 1px solid var(--background);
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
}

.site--header-next > .site-guide-next > div > div nav .hud-toggle svg {
  height: 17px;
  pointer-events: none;
  width: 10px;
}

.site--header-next > .site-guide-next > div > div nav .hud-content {
  display: none;
}

@media (max-width: 767.9px) {
  .site--header-next > .site-guide-next > div > div nav .hud-content {
    padding-bottom: 20vh;
  }
}

@media all and (max-width: 1279.9px) {
  .site--header-next > .site-guide-next > div > div nav .hud-content {
    background: #202226;
    box-sizing: border-box;
    left: 100vw;
    max-height: calc(100vh - var(--site--header-minheight));
    min-height: calc(100vh - var(--site--header-minheight));
    overflow-y: auto;
    position: fixed;
    top: var(--site--header-minheight);
    transition: left 0.2s;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 1;
  }
}

.site--header-next > .site-guide-next > div > div nav .hud-content.active {
  display: block;
  left: 0;
}

.site--header-next > .site-guide-next > div > div nav .hud-content h1:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site--header-next > .site-guide-next > div > div nav .hud-content h1:first-child a {
  line-height: 2rem;
}

.site--header-next > .site-guide-next > div > div nav .hud-content h1:first-child a:first-child {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 2rem;
  padding: 25px 0;
  text-align: center;
  text-indent: -50px;
}

.site--header-next > .site-guide-next > div > div nav .hud-content h1:first-child a:last-child {
  background: none;
  border: 0;
  -webkit-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-editorial {
  --background: rgba(200, 200, 200, 0.05);
  --background-toggle: rgba(200, 200, 200, 0.1);
  --theme-background: #c8c8c8;
}

@media all and (min-width: 1280px) {
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-editorial > .hud-item {
    display: none;
  }

  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-editorial > .hud-content {
    margin-top: 0;
  }

  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-editorial > .hud-content .hud-item a {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-abo {
  --background: rgba(10, 190, 190, 0.05);
  --background-toggle: rgba(10, 190, 190, 0.1);
  --theme-background: #0abebe;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-apps {
  --background: rgba(203, 161, 161, 0.05);
  --background-toggle: rgba(203, 161, 161, 0.1);
  --theme-background: #cba1a1;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-immobilien {
  --background: rgba(165, 200, 123, 0.05);
  --background-toggle: rgba(165, 200, 123, 0.1);
  --theme-background: #a5c87b;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-karriere {
  --background: rgba(32, 175, 206, 0.05);
  --background-toggle: rgba(32, 175, 206, 0.1);
  --theme-background: #20afce;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-sonstiges {
  --background: rgba(230, 208, 154, 0.05);
  --background-toggle: rgba(230, 208, 154, 0.1);
  --theme-background: #e6d09a;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-userprofile,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-settings,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-company,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-appsettings {
  --background: rgba(208, 218, 224, 0.05);
  --background-toggle: rgba(208, 218, 224, 0.1);
  --theme-background: #d0dae0;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-userprofile h1,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-settings h1,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-company h1,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social h1,
.site--header-next > .site-guide-next > div > div nav.site--portal--nav-appsettings h1 {
  font-size: 1.8rem;
}

@media (min-width: 1280px) {
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-userprofile,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-settings,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-company,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-appsettings {
    margin-bottom: 0;
  }

  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-userprofile:not(:last-of-type),
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-settings:not(:last-of-type),
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-company:not(:last-of-type),
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social:not(:last-of-type),
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-appsettings:not(:last-of-type) {
    padding-bottom: 0;
  }

  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-userprofile h1,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-settings h1,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-company h1,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social h1,
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-appsettings h1 {
    font-size: 2rem;
  }
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social {
  padding-top: 10px;
}

@media all and (max-width: 1279.9px) {
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social {
    --background: transparent;
    padding-top: 50px;
  }
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social > div {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social h1 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li {
  background-color: transparent;
  margin: 0 10px 10px 0;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li:nth-child(1) a {
  background-color: #cc3683;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li:nth-child(2) a {
  background-color: #25d366;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li:nth-child(3) a {
  background-color: #1da1f2;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li:nth-child(4) a {
  background-color: #3b579d;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social li:nth-child(5) a {
  background-color: #f36f24;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social a {
  border-radius: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 10px;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social a svg {
  height: 30px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  width: 30px;
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social a:hover svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.site--header-next > .site-guide-next > div > div nav.site--portal--nav-social span {
  display: none;
}

@media (max-width: 654.9px) {
  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social h1 {
    display: none;
  }

  .site--header-next > .site-guide-next > div > div nav.site--portal--nav-social ul {
    margin: 0 auto;
  }
}

.site--header-next > .site-guide-next .site-search {
  display: none;
  /* Google custom search*/
}

.site--header-next > .site-guide-next .site-search[data-closable-active='false'] {
  display: none;
}

.site--header-next > .site-guide-next .site-search[data-closable-active='true'] {
  background-color: var(--theme-header-background);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50px;
  position: absolute;
  right: 50px;
  top: 0;
}

@media (min-width: 768px) {
  .site--header-next > .site-guide-next .site-search[data-closable-active='true'] {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100px;
  }
}

@media (min-width: 960px) {
  .site--header-next > .site-guide-next .site-search {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100px;
    max-width: 350px;
    padding: 0 20px;
    position: relative;
  }
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* stylelint-disable */
  /* stylelint-enable */
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] .gsc-control-cse {
  background-color: transparent;
  border-color: transparent;
  border-width: 0;
  padding: 0;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] .gsc-search-box {
  margin-bottom: 0;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-input {
  padding: 5px 0;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-input .gsc-input-box {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-color: transparent !important;
  border-radius: 5px;
  border-width: 0 !important;
  color: var(--site--header-tint) !important;
  padding: 0;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-input .gsc-input-box td {
  padding-bottom: 0;
  padding-top: 0;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-input [name='search'] {
  background-color: transparent !important;
  border-color: transparent !important;
  border-width: 0 !important;
  color: var(--site--header-tint) !important;
  font-size: 1.8rem;
  line-height: 40px;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-search-button .gsc-search-button {
  padding: 14px;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] td.gsc-search-button .gsc-search-button svg {
  height: 22px;
  pointer-events: none;
  width: 22px;
}

.site--header-next > .site-guide-next .site-search [id^='___gcse'] .gscb_a,
.site--header-next > .site-guide-next .site-search [id^='___gcse'] .gscb_a:hover {
  color: var(--theme-header-primarytint) !important;
}

@media (min-width: 768px) {
  .site--header-next > .site-guide-next {
    --site--header-minheight: 100px;
  }
}

@media (min-width: 1280px) {
  .site--header-next > .site-guide-next {
    --site--header-minheight: 150px;
  }

  .site--header-next > .site-guide-next > div {
    box-sizing: border-box;
    display: grid;
    grid-gap: var(--default--grid-gap, var(--grid-gap));
    grid-template-columns: var(--default--grid-template-columns);
    max-height: none;
    overflow: visible;
  }
}

@media all and (min-width: 1280px) and (min-width: 960px) {
  .site--header-next > .site-guide-next > div {
    --default--grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1280px) {
  .site--header-next > .site-guide-next > div > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: auto / span 3;
  }

  .site--header-next > .site-guide-next > div > div nav {
    --padding: calc(100vw / 40) calc(100vw / 30);
    padding: var(--padding);
  }
}

@media all and (min-width: 1280px) and (min-width: 1920px) {
  .site--header-next > .site-guide-next > div > div nav {
    --padding: calc((var(--grid-column) + var(--grid-gap)) * 1.5) calc((var(--grid-column) + var(--grid-gap)) * 2);
  }
}

@media (min-width: 1280px) {
  .site--header-next > .site-guide-next > div > div nav:last-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
  }

  .site--header-next > .site-guide-next > div > div nav:first-child:last-child {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .site--header-next > .site-guide-next > div > div nav > *:first-child {
    margin-top: 0;
  }

  .site--header-next > .site-guide-next > div > div nav > *:last-child {
    margin-bottom: 0;
  }

  .site--header-next > .site-guide-next > div > div nav ad-container {
    background: rgba(255, 0, 0, 0.17);
    display: block;
    height: 250px;
    margin-top: 35px;
    max-width: 300px;
  }

  .site--header-next > .site-guide-next > div > div nav h1 {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .site--header-next > .site-guide-next > div > div nav p {
    display: none;
  }

  .site--header-next > .site-guide-next > div > div nav ul > li {
    background: unset;
    margin-bottom: unset;
  }

  .site--header-next > .site-guide-next > div > div nav ul > li a {
    font-size: 1.8rem;
    line-height: 4rem;
    padding: unset;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-item > a:first-child {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-item .hud-toggle {
    display: none;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-item + .hud-content .hud-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-toggle {
    background: none;
    border-radius: 100%;
    -webkit-transform: translateX(17px) rotate(90deg);
    transform: translateX(17px) rotate(90deg);
  }

  .site--header-next > .site-guide-next > div > div nav .hud-toggle:hover {
    background: rgba(255, 255, 255, 0.05);
  }

  .site--header-next > .site-guide-next > div > div nav .hud-toggle.active {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: translateX(17px) rotate(-90deg);
    transform: translateX(17px) rotate(-90deg);
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content {
    display: block;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content.active {
    display: block;
    left: 0;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content .hud-content {
    display: none;
    margin: var(--grid-column) 0;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content .hud-content.active {
    display: block;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content .hud-content::before {
    background: var(--theme-background);
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    width: 1px;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-content h1:first-child {
    display: none;
  }

  .site--header-next > .site-guide-next nav.app > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site--header-next > .site-guide-next nav.app > ul > li::before {
    display: none;
  }

  .site--header-next > .site-guide-next nav.app > ul > li a {
    cursor: pointer;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site--header-next > .site-guide-next {
    color: #fff;
    left: 0;
    max-height: calc(80vh - 150px);
    max-width: 600px;
    padding: 20px;
    position: absolute;
    top: 50px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .site--header-next > .site-guide-next {
    top: 100px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px), (-ms-high-contrast: active) and (min-width: 1280px) {
  .site--header-next > .site-guide-next {
    top: 150px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site--header-next > .site-guide-next a {
    color: inherit;
  }

  .site--header-next > .site-guide-next a:hover {
    text-decoration: underline;
  }

  .site--header-next > .site-guide-next svg {
    fill: #fff;
  }

  .site--header-next > .site-guide-next > header {
    display: none;
  }

  .site--header-next > .site-guide-next > div > div nav .hud-item a:first-child {
    padding: 7px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 1279.9px), all and (-ms-high-contrast: active) and (max-width: 1279.9px) {
  .site--header-next > .site-guide-next > div > div nav .hud-content {
    height: 100%;
    position: absolute;
    top: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site--header-next > .site-guide-next > div > div nav .hud-content ul {
    padding: 20px;
  }

  .site--header-next > .site-guide-next .site--portal--nav-social ul {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

body.scroll-lock {
  overflow-y: hidden;
}

main {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 1875px;
  margin-bottom: 0;
  margin-left: var(--site--core-margin-left);
  margin-right: var(--site--core-margin-right);
  margin-top: 0;
  max-width: var(--site--core-maxwidth);
  min-width: var(--site--core-minwidth);
}

@media all and (-ms-high-contrast: none) and (min-width: 655px), all and (-ms-high-contrast: active) and (min-width: 655px) {
  main {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1600px), all and (-ms-high-contrast: active) and (min-width: 1600px) {
  main {
    margin-left: 90px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 2100px), all and (-ms-high-contrast: active) and (min-width: 2100px) {
  main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main > * {
    max-width: 1875px !important;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px), all and (-ms-high-contrast: active) and (min-width: 1280px) {
  main > * {
    max-width: 1245px !important;
    width: calc(100% - 320px) !important;
  }
}

@supports not (display: grid) {
  main > * {
    max-width: 100%;
  }

@media (min-width: 1280px) {
    main > * {
      max-width: calc(100% - 315px);
    }
}

@media (min-width: 1690px) {
    main > * {
      max-width: 1245px;
    }

    main > *.grid {
      max-width: 1260px;
    }
}
}

main .privacywall-story {
  box-sizing: border-box;
  display: grid;
  grid-column-gap: var(--gap);
  grid-row-gap: var(--row-gap, var(--gap));
  grid-template-columns: var(--template-columns);
}

@supports not (display: grid) {
  main .privacywall-story > * {
    margin-bottom: var(--row-gap, var(--gap)) !important;
  }
}

@media print {
  main .privacywall-story {
    display: block;
    position: relative;
  }
}

main .privacywall-story {
  --template-columns: [content] repeat(4, 1fr);
  grid-auto-flow: dense row;
  grid-auto-rows: auto;
}

@media (min-width: 960px) {
  main .privacywall-story {
    --template-columns: [content] repeat(12, 1fr);
  }
}

@media (min-width: 1280px) {
  main .privacywall-story {
    --template-columns: [content] repeat(12, 1fr) [sitebar] 300px;
  }

  main .privacywall-story .site-sitebar {
    --site--sitebar-margin: 0 0 0 var(--grid-gap);
  }

  main .privacywall-story .site-sitebar:nth-child(2) {
    grid-row: 1 / span 1;
  }

  main .privacywall-story .site-sitebar:nth-child(3) {
    grid-row: 1 / span 2;
  }

  main .privacywall-story .site-sitebar:nth-child(4) {
    grid-row: 1 / span 3;
  }

  main .privacywall-story .site-sitebar:nth-child(5) {
    grid-row: 1 / span 4;
  }

  main .privacywall-story .site-sitebar:nth-child(6) {
    grid-row: 1 / span 5;
  }

  main .privacywall-story .site-sitebar:nth-child(7) {
    grid-row: 1 / span 6;
  }

  main .privacywall-story .site-sitebar:nth-child(8) {
    grid-row: 1 / span 7;
  }

  main .privacywall-story .site-sitebar:nth-child(9) {
    grid-row: 1 / span 8;
  }

  main .privacywall-story .site-sitebar:nth-child(10) {
    grid-row: 1 / span 9;
  }

  main .privacywall-story .site-sitebar:nth-child(11) {
    grid-row: 1 / span 10;
  }

  main .privacywall-story .site-sitebar:nth-child(12) {
    grid-row: 1 / span 11;
  }

  main .privacywall-story .site-sitebar:nth-child(13) {
    grid-row: 1 / span 12;
  }

  main .privacywall-story .site-sitebar:nth-child(14) {
    grid-row: 1 / span 13;
  }

  main .privacywall-story .site-sitebar:nth-child(15) {
    grid-row: 1 / span 14;
  }

  main .privacywall-story .site-sitebar:nth-child(16) {
    grid-row: 1 / span 15;
  }

  main .privacywall-story .site-sitebar:nth-child(17) {
    grid-row: 1 / span 16;
  }

  main .privacywall-story .site-sitebar:nth-child(18) {
    grid-row: 1 / span 17;
  }

  main .privacywall-story .site-sitebar:nth-child(19) {
    grid-row: 1 / span 18;
  }

  main .privacywall-story .site-sitebar:nth-child(20) {
    grid-row: 1 / span 19;
  }

  main .privacywall-story .site-sitebar:nth-child(21) {
    grid-row: 1 / span 20;
  }

  main .privacywall-story .site-sitebar:nth-child(22) {
    grid-row: 1 / span 21;
  }

  main .privacywall-story .site-sitebar:nth-child(23) {
    grid-row: 1 / span 22;
  }

  main .privacywall-story .site-sitebar:nth-child(24) {
    grid-row: 1 / span 23;
  }

  main .privacywall-story .site-sitebar:nth-child(25) {
    grid-row: 1 / span 24;
  }

  main .privacywall-story .site-sitebar:nth-child(26) {
    grid-row: 1 / span 25;
  }

  main .privacywall-story .site-sitebar:nth-child(27) {
    grid-row: 1 / span 26;
  }

  main .privacywall-story .site-sitebar:nth-child(28) {
    grid-row: 1 / span 27;
  }

  main .privacywall-story .site-sitebar:nth-child(29) {
    grid-row: 1 / span 28;
  }

  main .privacywall-story .site-sitebar:nth-child(30) {
    grid-row: 1 / span 29;
  }

  main .privacywall-story .site-sitebar:nth-child(31) {
    grid-row: 1 / span 30;
  }

  main .privacywall-story .site-sitebar:nth-child(32) {
    grid-row: 1 / span 31;
  }

  main .privacywall-story .site-sitebar:nth-child(33) {
    grid-row: 1 / span 32;
  }

  main .privacywall-story .site-sitebar:nth-child(34) {
    grid-row: 1 / span 33;
  }
}

@media all and (min-width: 1280px) and (-ms-high-contrast: none), (min-width: 1280px) and (-ms-high-contrast: active) {
  main .privacywall-story .site-sitebar {
    height: 100%;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 170px !important;
    width: 300px !important;
  }
}

@media all and (min-width: 1280px) and (-ms-high-contrast: none) and (min-width: 1690px), (min-width: 1280px) and (-ms-high-contrast: active) and (min-width: 1690px) {
  main .privacywall-story .site-sitebar {
    max-width: 600px !important;
    width: calc(100vw - 1245px - 90px - 30px) !important;
  }
}

@media (min-width: 1280px) {
@supports not (display: grid) {
    main .privacywall-story .site-sitebar {
      height: 100%;
      margin: 0;
      max-width: none;
      position: absolute;
      right: 0;
      top: 0;
      width: 300px !important;
    }
}
}

@media (min-width: 1690px) {
  main .privacywall-story {
    --template-columns: [content] repeat(12, minmax(75px, 90px)) [sitebar] minmax(300px, 615px);
  }

@supports not (display: grid) {
    main .privacywall-story .site-sitebar {
      width: calc(100% - 1260px) !important;
    }
}
}

@media (min-width: 1280px) {
  main .mu-sitebar-left.privacywall-story {
    --template-columns: [sitebar] minmax(300px, auto) [content] repeat(12, minmax(69px, 90px));
  }

  main .mu-sitebar-left.privacywall-story .site-sitebar {
    --site--sitebar-margin: 0 var(--grid-gap) 0 0;
  }
}

@media (min-width: 1280px) {
  main .mu-sitebar-left.mu-sitebar-edgebleed.privacywall-story {
    --site--core-margin-left: 0;
    --site--core-maxwidth: none;
  }
}

@media (min-width: 2100px) {
  main .mu-sitebar-left.mu-sitebar-edgebleed.privacywall-story {
    --site--core-margin-right: calc((100% - 1875px) / 2);
  }
}

@media (min-width: 1280px) {
  main .mu-sitebar-edgebleed.privacywall-story {
    --site--core-margin-right: 0;
    --site--core-maxwidth: none;
  }
}

@media (min-width: 2100px) {
  main .mu-sitebar-edgebleed.privacywall-story {
    --site--core-margin-left: calc((100% - 1875px) / 2);
  }
}

@media (min-width: 1690px) {
  main .mu-sitebar-double.privacywall-story {
    --template-columns: [sitebar-left] minmax(300px, auto) [content] repeat(12, minmax(69px, 90px)) [sitebar] minmax(300px, auto);
  }
}

@media (min-width: 1690px) {
  main .mu-sitebar-double.mu-sitebar-edgebleed.privacywall-story {
    --site--core-margin-left: 0;
    --site--core-margin-right: 0;
    --site--core-maxwidth: none;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks {
  background: rgba(0, 0, 0, 0.05);
  padding-left: var(--site--core-margin-left);
  padding-right: var(--site--core-margin-right);
}

@media (min-width: 768px) and (max-width: 959.9px) {
  .site--header-next > div > .site-guide-next > div > div .site-statusbar + nav.site--portal--quicklinks {
    margin-bottom: calc(var(--row-gap) * -1);
  }
}

@media print {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks {
    display: none;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}

@media (max-width: 359.9px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks ul {
    padding: 10px 5px;
  }
}

@media (max-width: 654.9px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks ul {
    padding: 10px 15px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks li {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks li:not(:first-of-type) {
  margin-left: 5px;
}

@media (max-width: 359.9px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks li:not(:first-of-type) {
    margin-left: 2px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks li:not(:last-of-type) {
  margin-right: 5px;
}

@media (max-width: 359.9px) {
  .site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks li:not(:last-of-type) {
    margin-right: 2px;
  }
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a {
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: var(--theme-header-backgroundfixed, var(--theme-header-background, #fff));
  display: block;
  font: 700 1.4rem/3.5rem "Roboto", Arial, sans-serif;
  padding: 0 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Abo'] {
  background-color: var(--theme-header-primarytint, #008d8d);
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Immosuche'] {
  background-color: var(--theme-header-primarytint, #94ba65);
}

.site--header-next > div > .site-guide-next > div > div nav.site--portal--quicklinks a[title='Jobsuche'] {
  background-color: var(--theme-header-primarytint, #ed827a);
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  padding: 16px 8px;
  position: relative;
  text-align: center;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .placeholder {
  line-height: 1.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .placeholder > *:not(.provider-label) {
  opacity: 0.65;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .provider-label em {
  display: inline;
  font-style: normal;
  font-weight: bold;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder a {
  border: 0 none transparent !important;
  box-shadow: none !important;
  color: #000;
  line-height: 1.3rem;
  text-decoration: underline;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder a:hover {
  background-color: transparent !important;
  color: #000;
  cursor: pointer;
  opacity: 1;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder a.dialog-open {
  /* stylelint-disable-line selector-no-qualifying-type */
  white-space: nowrap;
}

main .privacywall-story .story figure > div > div [data-type='privacy'].blocked-media-placeholder em {
  display: block;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}

main .privacywall-story .story figure > div > div [data-type='privacy'].blocked-media-placeholder em::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 23.705179282868524% 80.57906458797328%;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: '';
  display: inline-block;
  height: 20px;
  margin-bottom: -4px;
  margin-right: 8px;
  opacity: 0.8;
  width: 20px;
}

main .privacywall-story .story figure > div > div [data-type='privacy'].blocked-media-placeholder span {
  line-height: 1.0625rem;
}

@media (min-width: 768px) {
  main .privacywall-story .story figure > div > div [data-type='pur'].blocked-media-placeholder .placeholder {
    text-indent: 4rem;
  }
}

main .privacywall-story .story figure > div > div [data-type='pur'].blocked-media-placeholder .placeholder::before {
  position: absolute;
  content: '';
  display: block;
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 26.236125126135217% 78%;
  width: 33px;
  height: 18px;
  display: inline-block;
  opacity: 0.5;
  -webkit-transform: translateX(-4rem);
  transform: translateX(-4rem);
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 7px;
  display: none;
  text-align: center;
  width: 360px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .enable-media-frame {
  background-color: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  line-height: 16px;
  margin: auto;
  padding: 20px 25px;
  position: relative;
  width: 100%;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container.show {
  display: block;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .pur-logo {
  display: inline-block;
  height: 17px;
  position: relative;
  top: 3px;
  width: 31px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .pur-logo::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 29.506545820745217% 77.9047830429475%;
  width: 31px;
  height: 16.9px;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .pur-logo > span {
  display: none;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed {
  background-color: #3a3a3a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  margin: 15px -25px;
  padding: 20px 25px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed > span {
  display: block;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed > span:first-child {
  margin: 0 auto;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed .buttons {
  margin-top: 25px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed .buttons > a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.provider-known .buttons {
  word-spacing: 16px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.provider-known > span:first-child {
  max-width: 150px;
  padding-left: 48px;
  position: relative;
  text-align: left;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.provider-known > span:first-child::before {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.provider-known > span:first-child {
  max-width: 170px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.apa > span:first-child {
  padding-left: 60px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.apa > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 21.39917695473251% 78.3132530120482%;
  width: 52px;
  height: 21.6px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.facebook > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 92.51012145748987% 93.19727891156462%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.google > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 85.22267206477733% 93.27130375581528%;
  width: 36px;
  height: 36.7px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.instagram > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 3.6437246963562755% 100%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.spotify > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 88.8663967611336% 93.19727891156462%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.twitter > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 99.79757085020243% 93.19727891156462%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.vimeo > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 96.15384615384616% 93.19727891156462%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.youtube > span:first-child {
  padding-left: 60px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.youtube > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 6.172839506172839% 87.5879282958929%;
  width: 52px;
  height: 36.6px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.dailymotion > span:first-child {
  padding-left: 60px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .activate-embed.dailymotion > span:first-child::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 0 100%;
  width: 36px;
  height: 36px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .userprofile-link a {
  color: #6e6e6e;
  text-decoration: none;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .userprofile-link a:hover {
  text-decoration: underline;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 20px;
  opacity: 0.6;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close:hover {
  opacity: 1;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close::before,
main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close::after {
  background: #6e6e6e;
  content: '';
  height: 10%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 60%;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container .close span {
  display: none;
}

@media (max-width: 767.9px) {
  main .privacywall-story .story figure > div > div .blocked-media-placeholder .placeholder {
    line-height: 140%;
    position: relative;
    text-align: center;
  }

  main .privacywall-story .story figure > div > div [data-type='pur'].blocked-media-placeholder .placeholder {
    margin-top: 20px;
  }

  main .privacywall-story .story figure > div > div [data-type='pur'].blocked-media-placeholder .placeholder::before {
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, -2rem);
    transform: translate(-50%, -2rem);
  }

  main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container {
    max-width: 80vw;
  }
}

.ie-support-notification,
main .privacywall-story .story figure .figure-fullscreen-trigger:hover::before {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
  z-index: 8;
}

main .privacywall-story .story figure > div > div .blocked-media-placeholder .enable-media-container,
main .privacywall-overlay {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
  z-index: 16;
}

.site--header-next > div > .site-guide-next > div,
.site--header-next > div > .site-guide-next > div > div nav .hud-content,
.site--header--notifications .notifications-list,
.site--header--notifications .notifications-empty,
.site--header--notifications .notifications-placeholder {
  scrollbar-width: thin;
}

.site--header-next > div > .site-guide-next > div::-webkit-scrollbar,
.site--header-next > div > .site-guide-next > div > div nav .hud-content::-webkit-scrollbar,
.site--header--notifications .notifications-list::-webkit-scrollbar,
.site--header--notifications .notifications-empty::-webkit-scrollbar,
.site--header--notifications .notifications-placeholder::-webkit-scrollbar {
  background: none;
  height: 3px;
  width: 3px;
}

.site--header-next > div > .site-guide-next > div,
.site--header-next > div > .site-guide-next > div > div nav .hud-content {
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.site--header-next > div > .site-guide-next > div::-webkit-scrollbar-track,
.site--header-next > div > .site-guide-next > div > div nav .hud-content::-webkit-scrollbar-track {
  background: transparent;
}

.site--header-next > div > .site-guide-next > div::-webkit-scrollbar-thumb,
.site--header-next > div > .site-guide-next > div > div nav .hud-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}

.site--header-next > div > .site-guide-next > div::-webkit-scrollbar-thumb:window-inactive,
.site--header-next > div > .site-guide-next > div > div nav .hud-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.2);
}

.site--header--notifications .notifications-list,
.site--header--notifications .notifications-empty,
.site--header--notifications .notifications-placeholder {
  scrollbar-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.05);
}

.site--header--notifications .notifications-list::-webkit-scrollbar-track,
.site--header--notifications .notifications-empty::-webkit-scrollbar-track,
.site--header--notifications .notifications-placeholder::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.site--header--notifications .notifications-list::-webkit-scrollbar-thumb,
.site--header--notifications .notifications-empty::-webkit-scrollbar-thumb,
.site--header--notifications .notifications-placeholder::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
}

.site--header--notifications .notifications-list::-webkit-scrollbar-thumb:window-inactive,
.site--header--notifications .notifications-empty::-webkit-scrollbar-thumb:window-inactive,
.site--header--notifications .notifications-placeholder::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

.site--header-next > div > .site-guide-next > div::-webkit-scrollbar,
.site--header-next > div > .site-guide-next > div > div nav .hud-content::-webkit-scrollbar {
  width: 6px;
}

.site--header--notifications .notifications-list::-webkit-scrollbar,
.site--header--notifications .notifications-empty::-webkit-scrollbar,
.site--header--notifications .notifications-placeholder::-webkit-scrollbar {
  width: 6px;
}

main .privacywall-story .story figure .figure-fullscreen-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  outline: none;
  padding: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media print {
  main .privacywall-story .story figure .figure-fullscreen-trigger {
    display: none;
  }
}

main .privacywall-story .story figure .figure-fullscreen-trigger::before {
  right: 20px;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCI+PHBhdGggZD0iTTExLjY1IDI3aC0uMDdhLjYzLjYzIDAgMCAxLS4zOC0uMTcuNjUuNjUgMCAwIDEtLjItLjQ3di00LjlhLjY1LjY1IDAgMCAxIC42NS0uNjUuNjUuNjUgMCAwIDEgLjY1LjY1djMuMzRsNC42MS00LjYyYS42NS42NSAwIDAgMSAuOTIgMCAuNjUuNjUgMCAwIDEgMCAuOTJMMTMuMiAyNS43aDMuMzRhLjY1LjY1IDAgMCAxIC42NS42NS42NS42NSAwIDAgMS0uNjUuNjV6bTguNTMtOS4xOGEuNjQuNjQgMCAwIDEgMC0uOTFsNC42MS00LjYyaC0zLjM0YS42NS42NSAwIDAgMS0uNjQtLjY0LjY1LjY1IDAgMCAxIC42NC0uNjVoNC45YS42NC42NCAwIDAgMSAuNDYuMTkuNjUuNjUgMCAwIDEgLjA5LjF2LjAxYS42NS42NSAwIDAgMSAuMS4zNHY0LjlhLjY1LjY1IDAgMCAxLS42NS42NS42NS42NSAwIDAgMS0uNjUtLjY1VjEzLjJsLTQuNjEgNC42MmEuNjQuNjQgMCAwIDEtLjQ2LjE5LjY0LjY0IDAgMCAxLS40NS0uMTl6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  border-radius: 50%;
  content: '';
  height: 38px;
  position: absolute !important;
  right: var(--grid-column);
  top: var(--grid-column);
  transition: box-shadow 0.25s;
  width: 38px;
}

main .privacywall-story .story figure .figure-fullscreen-trigger:hover::before {
  background-color: #ec008c;
  background-color: var(--theme-primarydeco);
  z-index: 0;
}

@media (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

main .privacywall-story .story figure {
  --component-name: 'editorial--figure';
  background: var(--figure-background);
  margin: var(--figure-margin);
  max-width: 100vw;
}

main .privacywall-story .story figure > div {
  position: relative;
}

main .privacywall-story .story figure > div > *:not(script) + * {
  padding-top: 1.8rem;
}

main .privacywall-story .story figure figure figcaption {
  font: var(--w1-caption);
}

main .privacywall-story .story figure figcaption {
  font: var(--w1-caption);
  padding: 1.5rem 0 0;
}

main .privacywall-story .story figure figcaption small {
  font-size: 1.3rem;
  opacity: 0.7;
}

main .privacywall-story .story figure figcaption :first-child {
  margin-top: 0;
}

main .privacywall-story .story figure figcaption :last-child {
  margin-bottom: 0;
}

main .privacywall-story .story figure figcaption:empty {
  display: none;
}

main .privacywall-story .story figure footer {
  font: 400 1.2rem/1.4rem "Roboto", Arial, sans-serif;
  font: var(--w1-small);
  opacity: 0.3;
  padding: 0.6rem 0 0;
  text-align: right;
}

main .privacywall-story .story figure figcaption + footer {
  padding: 0.6rem 0 0;
  text-align: left;
}

main .privacywall-story .story figure {
  --component-name: 'editorial--figure-image';
}

@media print {
  main .privacywall-story .story figure {
    display: block;
    page-break-inside: avoid;
    position: static;
  }
}

main .privacywall-story .story figure > div {
  background-color: rgba(0, 0, 0, 0.05);
}

main .privacywall-story .story figure picture {
  display: block;
  min-height: 100px;
  position: relative;
}

main .privacywall-story .story figure picture::before {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/next/sprite.css-0062c3e2.svg") no-repeat;
  background-position: 0 88.94009216589862%;
  width: 60px;
  height: 50px;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.3;
}

@media print {
  main .privacywall-story .story figure picture::before {
    display: none;
  }
}

main .privacywall-story .story figure .figure-placeholder {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-height: 200px;
  position: relative;
}

main .privacywall-story .story figure .figure-placeholder p {
  font-size: 1.3rem;
  line-height: 150%;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: calc(50% - 0.5em);
  width: 100%;
}

main .privacywall-story .story figure img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media print {
  main .privacywall-story .story figure img {
    height: auto;
    width: 60%;
  }
}

main .privacywall-overlay {
  --component-name: 'privacywall--walloverlay';
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 5vh;
  width: 100%;
}

main .privacywall-overlay a {
  color: currentColor;
}

.privacywall-story main .privacywall-overlay,
main .privacywall-story .privacywall-overlay {
  left: auto;
  margin: 0 auto;
  max-width: 636px;
  position: relative;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  width: 100%;
}

@media (min-width: 960px) {
  .privacywall-story main .privacywall-overlay,
  main .privacywall-story .privacywall-overlay {
    margin-left: columns(4);
    position: relative;
    width: auto;
  }
}

@media (min-width: 768px) {
  main .privacywall-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 460px;
  }
}

@media (min-width: 960px) {
  main .privacywall-overlay {
    max-width: 636px;
  }
}

main .privacywall-overlay .privacywall-text-container {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 140%;
  padding: 20px 28px;
}

@media (min-width: 960px) {
  main .privacywall-overlay .privacywall-text-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

main .privacywall-overlay .privacywall-text-container.privacywall-info {
  background-color: #f0f0f0;
  padding-top: 28px;
}

main .privacywall-overlay .privacywall-text-container.privacywall-info p:first-child {
  font-size: 1.5rem;
}

main .privacywall-overlay .privacywall-text-container a {
  text-decoration: underline;
}

@media (min-width: 960px) {
  main .privacywall-overlay .privacywall-text-container > div {
    padding-right: 52px;
  }
}

main .privacywall-overlay .privacywall-text-container > div p:first-child {
  margin-top: 0;
}

main .privacywall-overlay .privacywall-text-container .privacy-error,
main .privacywall-overlay .privacywall-text-container .cookie-error {
  color: #f00;
  display: none;
}

main .privacywall-overlay .privacywall-text-container .privacy-error.visible,
main .privacywall-overlay .privacywall-text-container .cookie-error.visible {
  display: block;
}

main .privacywall-overlay .privacywall-footer {
  font-size: 1.3rem;
  line-height: 140%;
  padding: 0 28px 20px;
  text-align: center;
}

@media (min-width: 960px) {
  main .privacywall-overlay .privacywall-footer {
    text-align: left;
  }
}

main .privacywall-overlay .privacywall-footer nav {
  border-top: 1px solid rgba(172, 172, 172, 0.25);
  padding-top: 20px;
}

main .privacywall-overlay .privacywall-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main .privacywall-overlay .privacywall-footer nav ul li {
  display: inline-block;
  margin: 0;
}

main .privacywall-overlay .privacywall-footer nav ul li a:hover {
  text-decoration: underline;
}

main .privacywall-overlay .privacywall-footer nav ul li::after {
  content: '/';
  margin-left: 8px;
  margin-right: 6px;
}

main .privacywall-overlay .privacywall-footer nav ul li:last-child::after {
  content: '';
  margin: 0;
}

main .privacywall-overlay .privacywall-footer nav ul li:first-child svg {
  height: 8px;
  margin-right: 4px;
  width: 16px;
}

main .privacywall-overlay .privacy-button > span {
  position: relative;
}

main .privacywall-overlay .privacy-button > span::after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  top: -4px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

main .privacywall-overlay .privacy-button.policy-status-loading > span {
  display: inline-block;
  padding-right: 24px;
}

main .privacywall-overlay .privacy-button.policy-status-loading > span::after {
  /* Add leading slash, because svg-sprite package doesnt do it */
  background: url("/svg/sprites/spinner-white/sprite.css-d41022ac.svg") no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
}

main .privacywall-overlay .privacy-button {
  --component-name: 'privacywall--button';
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 120%;
  margin: 0;
  min-width: 90px;
  padding: 12px;
  text-align: center;
  text-decoration: underline;
}

main .privacywall-overlay .privacy-button-primary.privacy-button {
  background-color: #ec008c;
  color: #fff;
  background-color: var(--theme-primarydeco);
  color: var(--theme-secondarydeco);
  font-weight: 700;
  text-decoration: none;
}

main .privacywall-overlay .privacy-button-secondary-dark.privacy-button {
  color: #fff;
  background: #646464;
  color: var(--theme-secondarydeco);
  font-weight: 700;
  text-decoration: none;
}

main .privacywall-overlay .privacy-button-small.privacy-button {
  font-size: 1.5rem;
  line-height: 160%;
}

main .privacywall-overlay .privacy-button-secondary-light.privacy-button {
  background-color: transparent;
  border: 1px solid #d1d1d1;
  color: #262626;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
}

.site--header--search > div input {
  color: #343434;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  color: var(--theme-primarytint, #343434);
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  max-width: 100%;
  min-height: 46px;
  outline: 0;
  padding: 10px;
  transition: border-color 0.1s ease-out;
  width: 100%;
}

.site--header--search > div input:hover {
  border-color: var(--theme-secondarytint, #434343);
}

.site--header--search > div input:focus {
  box-shadow: inset 0 0 0 1px #999;
}

.site--header--search > div input[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

.site--header--search > div input[disabled] + label {
  opacity: 0.6;
}

.site--header--search > div input[aria-invalid] {
  background-color: rgba(236, 0, 140, 0.05);
  border-color: #c4051a;
  box-shadow: inset 0 0 0 1px #c4051a;
}

.site--header--search > div input[type='search'] {
  -webkit-appearance: none;
}

.site--header--search > div input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEyLjcgNC4zbC0uOS0uOUw4IDcuMSA0LjMgMy4zbC0xIDFMNy4xIDhsLTMuNyAzLjcuOS45TDggOC45bDMuNyAzLjcuOS0uOUw4LjkgOGwzLjgtMy43eiIgZmlsbD0iIzM0MzQzNCIvPjxwYXRoIGQ9Ik0wIDBoMTZ2MTZIMFYweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.site--header--search > div input[type='date'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.site--header--search > div button {
  --button-background: var(--theme-primarydeco);
  --button-background-disabled: #aaa;
  --button-border: 0;
  --button-border-radius: 3px;
  --button-font-size: 1.6rem;
  --button-height: 46px;
  --button-margin: 0;
  --button-padding: 10px 20px;
  --button-tint: var(--theme-ui-tint, #fff);
  background: #ec008c;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  height: 46px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--button-background);
  border: var(--button-border);
  border-radius: var(--button-border-radius);
  box-sizing: border-box;
  color: var(--button-tint);
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Roboto", Arial, sans-serif;
  font-size: var(--button-font-size);
  font-weight: bold;
  height: var(--button-height);
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  margin: var(--button-margin);
  padding: var(--button-padding);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease;
}

.site--header--search > div button:hover {
  background: var(--button-background) linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.07));
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.site--header--search > div button:focus {
  background: var(--button-background) linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.12));
}

.site--header--search > div button:active {
  box-shadow: none;
}

.site--header--search > div button:disabled {
  background: #aaa;
  box-shadow: none;
  color: var(--theme-primarytint);
  cursor: not-allowed;
  opacity: 0.6;
}

@media (min-width: 360px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 360px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 360px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 360px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 360px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 360px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 654.9px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 654.9px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (max-width: 654.9px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (max-width: 654.9px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (max-width: 654.9px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 654.9px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 767.9px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 767.9px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (max-width: 767.9px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (max-width: 767.9px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (max-width: 767.9px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 767.9px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 768px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 960px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 960px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 960px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 960px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 960px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 960px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1280px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1280px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 1280px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 1280px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 1280px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1280px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 1689.9px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 1689.9px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (max-width: 1689.9px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (max-width: 1689.9px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (max-width: 1689.9px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 1689.9px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1690px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1690px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 1690px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 1690px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 1690px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 1690px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 2100px) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 2100px) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 2100px) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 2100px) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 2100px) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 2100px) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media all and (-ms-high-contrast: none) and (min-width: 1280px), (-ms-high-contrast: active) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media all and (-ms-high-contrast: none) and (min-width: 1690px), (-ms-high-contrast: active) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media all and (-ms-high-contrast: none) and (min-width: 655px), (-ms-high-contrast: active) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media all and (-ms-high-contrast: none) and (min-width: 2100px), (-ms-high-contrast: active) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px), (-ms-high-contrast: none), (-ms-high-contrast: active) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 1280px), (-ms-high-contrast: none) and (min-width: 1280px), (-ms-high-contrast: active) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 1690px), (-ms-high-contrast: none) and (min-width: 1690px), (-ms-high-contrast: active) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 655px), (-ms-high-contrast: none) and (min-width: 655px), (-ms-high-contrast: active) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (max-width: 959.9px) and (min-width: 2100px), (-ms-high-contrast: none) and (min-width: 2100px), (-ms-high-contrast: active) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 1280px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 1690px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 655px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 768px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 2100px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px), (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 1280px), (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 1280px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 1690px), (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 1690px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 655px), (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 655px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 768px), (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 768px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (min-width: 768px) and (max-width: 959.9px) and (min-width: 2100px), (min-width: 768px) and (-ms-high-contrast: none) and (min-width: 2100px), (min-width: 768px) and (-ms-high-contrast: active) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (orientation: landscape) {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media (orientation: landscape) and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media (orientation: landscape) and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media (orientation: landscape) and (min-width: 655px) {
@supports (display: grid) {

}
}

@media (orientation: landscape) and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media (orientation: landscape) and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media print {
@supports not (display: grid) {

}

@supports not (display: grid) {

}
}

@media print and (min-width: 1280px) {
@supports not (display: grid) {

}
}

@media print and (min-width: 1690px) {
@supports not (display: grid) {

}
}

@media print and (min-width: 655px) {
@supports (display: grid) {

}
}

@media print and (min-width: 768px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

@media print and (min-width: 2100px) {
@supports (display: grid) {

}

@supports not (display: grid) {

}
}

:root {
  --w1-kicker: 400 1.6rem/2.5rem Roboto Condensed, Arial Narrow, Arial, sans-serif;
  --w1-title: 700 3.2rem/3.2rem Roboto Condensed, Arial Narrow, Arial, sans-serif;
  --w1-subtitle: 400 1.8rem/2.5rem Roboto, Arial, sans-serif;
  --w1-text: 400 1.7rem/2.6rem Roboto, Arial, sans-serif;
  --w1-small: 400 1.2rem/1.4rem Roboto, Arial, sans-serif;
}

@media (min-width: 960px) {
  :root {
    --w1-kicker: 400 1.7rem/2.6rem Roboto Condensed, Arial Narrow, Arial, sans-serif;
    --w1-title: 700 3.8rem/3.8rem Roboto Condensed, Arial Narrow, Arial, sans-serif;
    --w1-meta: 400 1.7rem/2.6rem Roboto, Arial, sans-serif;
  }
}

@media (min-width: 1690px) {
  :root {
    --w1-title: 700 4.1rem/4.1rem Roboto Condensed, Arial Narrow, Arial, sans-serif;
  }
}

html {
  font-size: 62.5%;
  line-height: 100%;
}

body {
  box-sizing: border-box;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.5rem;
}

main .privacywall-overview {
  margin: var(--site--core-margin);
  margin-top: 5px;
  max-height: calc(100vh - var(--site--header-minheight, var(--site--header-height, 50px)) - 5px);
  max-width: var(--site--core-maxwidth);
  min-width: var(--site--core-minwidth);
  overflow-y: hidden;
  position: static;
}

main .privacywall-overview img {
  width: 100%;
}

main .privacywall-story .story {
  grid-column: 1 / span 4;
  padding: var(--site--core-padding);
}

main .privacywall-story .story header {
  margin-bottom: 1.6rem;
}

main .privacywall-story .story a {
  border-color: #cacaca;
  box-shadow: inset 0 -4px 0 #cacaca;
  color: #343434;
  background-color: transparent;
  border-color: var(--theme-linkdeco);
  border-style: solid;
  border-width: 0 0 1px;
  box-shadow: inset 0 -4px 0 var(--theme-linkdeco);
  color: var(--theme-primarytint);
  text-decoration: none;
  transition: background-color 50ms ease,color 50ms ease,box-shadow 50ms ease,border-color 50ms ease;
}

main .privacywall-story .story a:hover {
  background-color: #ec008c;
  border-color: #ec008c;
  box-shadow: inset 0 -4px 0 #ec008c;
  color: #fff;
  background-color: var(--theme-primarydeco);
  border-color: var(--theme-primarydeco);
  box-shadow: inset 0 -4px 0 var(--theme-primarydeco);
  color: var(--theme-secondarydeco);
}

@media print {
  main .privacywall-story .story a:link::after,
  main .privacywall-story .story a:visited::after {
    content: " [" attr(href) "] ";
    font-size: 0.8em;
  }

  main .privacywall-story .story a[href^='/']::after {
    content: " [http://www.derstandard.at" attr(href) "] ";
  }
}

main .privacywall-story .story .article-kicker {
  font: 400 1.6rem/2.5rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font: var(--w1-kicker);
  margin: 0 0 6px;
  text-transform: uppercase;
}

main .privacywall-story .story .article-title {
  font: 700 3.2rem/3.2rem "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font: var(--w1-title);
  margin: 0 0 8px;
}

main .privacywall-story .story .article-subtitle {
  font: 400 1.8rem/2.5rem "Roboto", Arial, sans-serif;
  display: none;
  font: var(--w1-subtitle);
  margin: 0 0 8px;
}

main .privacywall-story .story .article-text {
  font: 400 1.7rem/2.6rem "Roboto", Arial, sans-serif;
  display: none;
  font: var(--w1-text);
  position: relative;
}

main .privacywall-story .story .article-text::before {
  background: linear-gradient(transparent 50%, #e6e6e6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

main .privacywall-story .story [data-section-type='gallery'] {
  display: none;
}

@media (min-width: 768px) {
  main .privacywall-story .story .article-subtitle {
    display: block;
  }
}

@media (min-width: 960px) {
  main .privacywall-story .story {
    grid-column: 4 / span 6;
    padding: var(--site--core-padding) 0;
  }

  main .privacywall-story .story .article-text {
    display: block;
  }

  main .privacywall-story .story [data-section-type='gallery'] {
    display: block;
    float: right;
    margin-right: calc((var(--grid-block-width) * 3 + var(--grid-gap) * 3) * -1);
    max-width: calc((var(--grid-block-width) * 3) + (var(--grid-gap) * 2));
  }
}

main .privacywall-story .privacywall-overlay {
  grid-column: 1 / span 4;
}

@media (min-width: 960px) {
  main .privacywall-story .privacywall-overlay {
    grid-column: 3 / span 8;
  }
}

main .privacywall-footer a {
  text-decoration: none;
}

pre {
  display: none;
}