.carouselSlideDetail h2.carouselSlideHeading {
  margin: 0;
  font-size: 1rem;
}

p.carouselSlideSummary {
    font-size: 2rem;
    font-weight: 700;
}

/* AW 20.12.2018 No sidebar category DES-2410 */
body.PostSystemCategory_no-sidebar aside.postAside {
  display: none;
}

body.PostSystemCategory_no-sidebar .postContent {
  width: 100%;
  padding-right: 0;
}

/* DI 08.01.2019 Hide showing of x ZD 36003 */
.loadAmount {
  display: none;
}
 /* DES 5529 */
li.menuAdminBasket {
    display: none;
}
body.shop li.menuAdminBasket,
body.productsPostBody li.menuAdminBasket {
    display: block;
}

/* SF65844939 CC */

.associated.associatedMostRead {
  display: none;
}


/* Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands" !important;
    content: "\e61b" !important;
}

a.cta-button-pink {
  color: white !important;
  background-color: #ec397d;
  padding: 0.75em 2.5em;
}