@media print {
    /* hide elements */
    .main-navbar-wrapper,
    .topic-teaser-list,
    .product-order-bar,
    .main-navbar__main,
    .main-navbar__cta,
    .parallax-area,
    .footer .additional-info-bar,
    .product-detail-hero__claim,
    .footer-additional,
    .additional-info-bar__sub,
    .full-width-product-teaser__info-bar,
    .full-width-product-teaser__benefits,
    .product-detail-hero__image-wrapper:before,
    .product-teaser-area__arrow-wrapper {
        display: none;
        visibility: hidden;
    }

    .content-visibility--auto {
        content-visibility: visible !important;
    }

    .d-md-block {
        display: block !important;
    }

    .collapse:not(.show).collapse--only-mobile {
        display: block !important;
    }

    .js-fade-in {
        opacity: 1 !important;
    }

    /* page breaks */
    h1,
    h2,
    h3,
    h4{
        page-break-after: avoid;
    }

    tr,
    img,
    .teaser,
    .footer,
    footer {
        page-break-inside: avoid;
    }

    .external-content-teaser__body {
        padding: 15px 0;
        font-size: 14px;
    }

    .product-detail-hero{
        top: 100px;
    }

    .product-detail-hero__package-wrapper {
        position: absolute;
        bottom: 30px;
        top: unset;
        left: unset;
        right: unset;
    }

    .product-teaser__title{
        font-size: 14px;
    }

    .product-teaser__content{
        overflow: visible;
        display: block;
    }

    /* reset bootstrap default stuff */
    a[href]:after,
    abbr[title]:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    /* custom css */

    .parallax-area__title {
        font-size: 20px;
    }
    .bg-gradient::after {
        display: none;
        visibility: hidden;
        background: #fff;
    }


    /* reset mobile grid */
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }

    .portal-hero__title,
    .additional-info-bar__text,
    .content-hero__title--h1 {
        color: black;
    }
    .portal-hero__content {
        position: static;
        width: auto;
        height: auto;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .additional-info-bar {
        margin-top: 20px;
        padding-left: 30px;
    }
    .scroll-slider {
        position: relative;
        height: auto;
        overflow: hidden;
    }
    .content-hero {
        background-color: white;
    }
    .content-hero__image-wrapper:before {
        display: none;
    }
    .content-hero__content {
        position: static;
        padding: 30px;
        top: auto;
        left: auto;
        max-width: unset !important;
    }
    .content-hero .additional-info-bar {
        position: static;
    }
    .offset-md-6 {
        margin-left: 0 !important;
    }
    .product-teaser:before {
        display: none;
    }
}