/* Print Styles */
@media print {

  .d-print-none {
    display: none;
  }

  .header-logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
  }

  .keyvisual #stoerer,
  .keyvisual .ce-inner-pic,
  .keyvisual .overlay {
    display: none;
  }

  #warning img {
    width: 40px;
    height: auto;
    float: left;
  }

  .news-list-view.general .ce-inner-pic,
  .news-list-view.general .top-pic {
    display: none;
  }

  .news-list-view.general .teaser.ce-text-pic {
    margin-bottom: 15px;
  }

  .news .traffic-startpage a {
    color: #4d4d4d;
    text-decoration: none;
  }

  .news .traffic-startpage p {
    margin: 10px 0 0;
    font-size: 87%;
  }

  .news .bx-wrapper .bx-viewport {
    overflow: auto !important;
    height: auto !important;
  }

  .news .traffic-startpage .news-table,
  .news .newsbox .news-table {
    width: 100% !important;
    transform: none !important;
  }

  #main-news .bx-wrapper .traffic.news-item,
  .news-list-view.general .newsbox .teaser {
    float: none;
    width: 100%;
    display: block !important;
    margin-bottom: 30px !important;
  }

  .news .general .top-news .ce-inner-text h2,
  .teasers .ce-inner-headline h2 {
    margin: 5px 0 0 !important;
  }

  .top-news .ce-inner-text a,
  .teaser .ce-inner-text a {
    text-decoration: none;
    margin-bottom: 40px !important;
  }

  #main-news .bx-wrapper .traffic.news-item .ce-inner-text {
    margin-bottom: 20px !important;
    display: block;
  }

  .bx-controls {
    display: none;
  }

  .keyvisual-teaser {
    margin-top: 10px;
    padding: 0;
  }

  .header-main .navi-row {
    display: none;
  }

  .navi-breadcrumbs {
    border-top: 1px solid #DADADA !important;
    border-bottom: 1px solid #DADADA !important;
    margin: 15px 0 !important;
  }

  #content {
    background-color: white;
    background-image: none;
  }

  #content img {
    max-width: 50%;
    height: auto;
  }

  figure.image {
    margin-left: 0;
  }

  .carousel-indicators,
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .service-button,
  .frame-type-epxRegiobus_carousel {
    color: #0082be;
    background-color: #f0f0f0;
    margin: 10px 0;
    padding: 10px;
  }

  .carouselcontainer .carousel-item {
    margin-bottom: 10px;
  }

  .service-button .sb-main {
    background: none !important;
  }

  .service-button .sb-main p {
    font-size: inherit;
  }

  .accordion-button {
    display: block;
    font-size: .7em;
    font-weight: bold;
    border: 0;
    width: 100%;
    text-align: left;
  }

  footer.footer-main {
    padding-top: 30px;
  }

  .navi-footer-sitemap,
  #footerCol1,
  .footer-nav-bar .top-level,
  .share-icons,
  #sidebarmenuwidget,
  #widgetScroll,
  .modal.lbbox,
  .cd-top {
    display: none;
  }

  .footer-info {
    margin-bottom: 10px;
  }

  .footer-info img {
    width: 15px;
    height: auto;
    margin-right: 5px;
  }

  .tx-indexedsearchbox {
    display: none;
  }

  .trip-large,
  .station,
  .request-collapse {
    display: none;
  }
}