@media print {

    /* Elemente Ausblenden */
    .wrapper header.header,
    .center > .center__middle.content-container > .frame-type-image,
    .linkbtn-container,
    .linkBtn,
    .scrolldown-container,
    .bitbw-btn,
    #return-to-top,
    .wrapper .footer,
    #cookieHintScript,
    .more-jobs-link-container,
    .news-filter,
    .news-homepage-list-img-wrap .colorBackground,
    .center__middle.content-container .imgContainer,
    .icon-container,
    .quick-launch,
    .external-image-links__padding,
    .jobs-header,
    .jobdetail__dhbw-logo-container,
    .jobdetail__contact_footer,
    .news-img-wrap,
    .tiles-list-container,
    .our-plus {
        display: none !important;
    }

    /* Hintergruende ausblenden */
    .wrapper > section,
    .teaser-home,
    .homepage-headline .headline-background,
    .description-box .textContainer,
    .news-container,
    .tuerkiesFarbverlauf,
    .career,
    .career .news,
    .orangeFarbverlauf,
    .grid-container {
        background: none !important;
    }

    /* Stellenausschreibungs-Detailansicht */
    .news-container .row,
    .performanceSpectrum .row,
    .jobdetail__content {
        overflow: visible !important;
        display: block;
    }

    .jobdetail__content {
        display: table !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .jobdetail__content .jobdetail__contact_column {
        display: table-footer-group !important;
        width: 100% !important;
    }
    .jobdetail__content .jobdetail_text {
        padding: 0 !important;
    }

    .jobdetail__headline {
        padding: 0 7px 8px 0 !important;
    }
    .jobdetail__headline::before {
        background: none !important;
    }
    .jobdetail__title {
        font-size: 2.2rem;
    }
    .jobdetail__jobinfo,
    .jobdetail__contact_list {
        margin-left: 0 !important;
    }
    .jobdetail__info {
        padding-left: 0 !important;
    }

    .jobs-detail-view {
        margin: 0 !important;
    }
    .news-single > .article {
        box-shadow: none !important;
    }

    .accordion-list {
        display: block !important;
        height: 100% !important;
    }

    /* News (orange) */
    .news .news-short-overview-orange .teaser-text-container {
        padding-bottom: 0;
    }

    /* Ausschreibungen Detailansicht */
    .center__middle.content-container > * > * {
        margin: 0 !important;
    }

    .news-single.tenders-detail-view > .article {
        box-shadow: none !important;
    }


    /* Startseite */
    .center__middle.content-container .teaser-home-spacing {
        padding-top: 0 !important;
    }

    .description-box .textContainer {
        padding-bottom: 15px !important;
    }

    .textContainer .description {
        padding-bottom: 0 !important;
    }

    .homepage-headline .headline {
        margin-bottom: 2rem;
        padding-left: 0 !important;
        font-family: Arial !important;
        white-space: wrap !important;
        top: 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        font-size: 3.5rem !important;
        text-align: left !important;
    }
    .homepage-headline .headline span {
        font-family: Arial !important;
        font-size: 3.5rem !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .bright-text *,
    .homepage-headline .headline,
    .topicHeadline,
    .news-container .topicHeadline,
    .career .topicHeadline,
    .subheadline,
    .textContainer .description,
    .career header *,
    .enums-container * {
        color: #000 !important;
    }

    .teaser-home .description-box {
        margin-top: 0 !important;
    }
    .homepage-headline .headline-background {
        padding: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }

    .imgTextContainer{
        display: flex;
        flex-direction: row;
    }

    .imgContainer ~ .textContainer .textInner {
        padding: 0 25px !important;
    }

    .news .news-short-overview-orange .news-list-date,
    .news .news-short-overview-orange .news-list-date + div {
        position: inherit;
    }

    .news .article .news-img-wrap img {
        width: auto !important;
        height: 200px !important;

        display: none !important;
    }

    .news-headline,
    .performanceSpectrum .row {
        page-break-before: always !important;
    }

    .iconAndEnums-list {
        page-break-after: always !important;
        break-after: page;

    }

    .iconAndEnums-box {
        box-shadow: none !important;
        padding: 0 2rem 0 1rem !important;
    }

    #doublePadding, .doublePadding {
        padding: 25px 0 !important;
    }

    .news-container .imgTextContainer,
    .career .imgTextContainer,
    .news-img-wrap {
        margin-bottom: 0 !important;
    }

    .career .news-list-view .article {
        border-bottom: 0 !important;
    }

    /* Unterseiten von "Ueber BITBW" */
    .news-short-overview-default .article {
        flex: 1 auto !important;
        max-width: 100% !important;
    }

}


/*@media print and (orientation:landscape) {

    .body .center {
        display: none;
    }
    .body::before {
        content: "Bitte drucken Sie diese Seite im Hochformat aus.";
    }

}*/
