a,
.slide-title,
.card.card-button.card-nobg {
  color: #000 !important;
}

a:after {
  content: " ( " attr(href) " )";
  font-size: 80%;
}

a[href^="#"]::after,
a#back-to-top-focus::after,
a#main-content::after,
a#main-title::after,
.logo a::after,
.card > a.card-link::after,
.card-list > .card > a::after,
a[href^="javascript:"]::after {
  content: "";
}

.print-only {
  display: block !important;
  text-decoration: underline;
  color: #000 !important;
  white-space: nowrap;
}

span.print-only {
  display: inline-block !important;
}

h1 {
  font-size: 2.5rem !important;
}

h2 {
  font-size: 1.9rem !important;
}

h3 {
  font-size: 1.65rem !important;
}

h4 {
  font-size: 1.4rem !important;
}

h5 {
  font-size: 1.15rem !important;
}

h6 {
  font-size: 1rem !important;
}

ul.breadcrumb,
.navspan,
.layout-local,
.sharing-wrapper,
footer.footer {
  display: none;
}

.collapse {
  display: block !important;
}

div.with-image {
  color: #000 !important;
  text-shadow: none !important;
}
div.with-image .wrap-title {
  color: #000 !important;
  text-shadow: none !important;
}

.image-bg-wrapper {
  display: none;
}
.image-bg-wrapper.big-image {
  display: inherit !important;
}

.big-header-image .image-bg-wrapper {
  display: inherit !important;
  height: inherit !important;
}
.big-header-image .image-bg-wrapper img {
  display: none !important;
}
.big-header-image .text-block {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin-right: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

.carousel-sdv {
  width: 100%;
}
.carousel-sdv .carousel-slide {
  clear: both;
  display: block !important;
  float: left;
  opacity: 1 !important;
  width: 100%;
}

.tab-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-content > .tab-pane {
  clear: both;
  display: block !important;
  float: left;
  opacity: 1;
  width: 100%;
}

.read-more-wrapper.show-intro a.collapse-toggler.show-intro,
.read-more-wrapper.show-intro .read-more-gradient {
  display: none !important;
}
.read-more-wrapper.show-intro .read-more-par-container.folded {
  height: inherit !important;
}

button.slick-prev,
button.slick-next {
  display: none !important;
}

.carousel-slider .slick-track {
  display: block !important;
  width: 100% !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}
.carousel-slider .slick-track .slick-slide {
  width: calc(50% - 30px) !important;
  float: left;
}
.carousel-slider .slick-track .slick-slide:nth-child(odd) {
  clear: both;
}
.carousel-slider .slick-track .slick-cloned {
  display: none !important;
}

.sdv-onepager .content-block-wrapper.with-image {
  min-height: inherit !important;
}

.layout-content div.afterburner,
.layout-content div.afterburner a {
  background-color: transparent !important;
  color: #000 !important;
}

[class^=bg-],
[class*=" bg-"],
[class^=bg-] a,
[class*=" bg-"] a {
  background-color: transparent !important;
  color: #000 !important;
}

.card-columns {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

.mm-menu,
button#my-button {
  display: none !important;
}

article.sdv-onepager .justify-content-md-center {
  -webkit-box-pack: inherit !important;
  -webkit-justify-content: inherit !important;
      -ms-flex-pack: inherit !important;
          justify-content: inherit !important;
}
article.sdv-onepager .justify-content-md-center .col.col-md-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100% !important;
}
/*# sourceMappingURL=pdf-print.css.map */