﻿/* print.css */
header, footer, .contactInfoWrapper, .fullWidthBanner, .titleTextImageButtonBox .cta.transparent, .titleTextButtonDetailBox .cta.transparent,
.galleryLinks .iconWrapper .galleryOpener, section.infoBox .imageTextBoxWrapper .imageTextBox .buttonWrapper .iconWrapper, section.fullWidthLocationMap .descriptionWrapper,
section.titleBlockDetail button.cta {
    display: none !important;
}

main {
    padding-top: 80px;
}

section {
    margin-bottom: 30px !important;
}

col-lg-3, .col-lg-4, col-lg-5, col-lg-6, col-lg-7, col-lg-8, col-lg-9 {
    width: 100%;
}

.galleryLinks img {
    margin-bottom: 20px;
}

section.infoBox .applicationImage, section.titleTextButtonDetailBox .sectionContent,
section.titlePlayerTextButton .sectionContent {
    display: block !important;
}

section.infoBox .imageTextBoxWrapper .imageTextBox .titleWrapper h4 {
    color: #FFFFFF !important;
    opacity: 1 !important;
}

section.banner {
    -webkit-print-color-adjust: exact;
    min-height: 320px;
}

    section.banner .contentWrapper {
        padding: 50px 0;
    }

section.fullWidthLocationMap {
    height: 200px;
}

    section.fullWidthLocationMap .mapTextWrapper .mapWrapper .titleWrapper {
        padding: 20px 0;
        margin-left: 0;
        margin-right: 0;
    }

section.titleTextButtonOverviewBox .boxWrapper,
section.gridTextBlocks .column,
section.workplaces .workplaceLocation .column,
section.titleTextButtonBox .boxColumn .boxWrapper .overlayBoxBackgroundImage,
section.titleTextButtonBox .boxColumn .boxWrapper,
.cta.grey,
.galleryLinks .iconWrapper img{
    -webkit-print-color-adjust: exact;
}

    section.titleTextButtonOverviewBox .boxWrapper .contentWrapper .titleWrapper h3.small {
        font-size: 32px;
        line-height: 36px;
    }