/* Created by Content Blocks */
.prodembed ul {
  background-color: bisque;
}

.prodembed ul.extraklasse {
  background-color: lightblue;
  color: lime;
}

@font-face {
  font-family: WestfalenNewsSans;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-Light.otf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: WestfalenNewsSans;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-Regular.otf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: WestfalenNewsSans;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-SemiBold.otf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: WestfalenNewsSans;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-Bold.otf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: WestfalenNewsSansWide;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-LightWide.otf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: WestfalenNewsSansWide;
  src: url(../../../../Resources/Public/Global/Fonts/WestfalenNewsSans-SemiBoldWide.otf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@media print {
  body {
    visibility: hidden;
    background: #fff !important;
  }
  .prodembed,
  .prodembed * {
    visibility: visible;
  }
  .prodembed {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
  }
  #headcontainer,
  .pagefooter,
  #cb-outer,
  #scroll-to-top,
  .shariff,
  .cookie-banner {
    display: none !important;
  }
  @page {
    margin: 1.5cm;
  }
}

/*# sourceMappingURL=Frontend.css.map */
