@media print {

    /* hide elements */

    video,
    .main-navbar,
    .main-navbar-meta,
    .alpine-crossing-hero__shine,
    .img-teaser-row__bg-text,
    .anchor-nav__wrapper {
        display: none;
        visibility: hidden;
    }

    /* page breaks */
    h1,
    h2,
    h3,
    h4 {
        page-break-after: avoid;
        color: var(--color-text-default)!important;
    }

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

    .portal-hero__title {
        color: #fff!important;
    }

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

    .portal-hero__media {
        width: 100vw;
    }

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

    body,
    .bg-primary,
    .bg-secondary,
    .wysiwyg,
    .portal-hero__bg,
    .alpine-crossing-hero__bg,
    .large-img-teaser__body,
    .img-text-slider-wrapper:before{
        background-image: none !important;
        background-color: #fff !important;
        color: var(--color-text-default) !important;
    }

    /* 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%;
    }

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

}