.printable-only {
    display: block;
    padding: 0 20px;
    margin:10px 0;
}

.non-printable {
    display: none;
}

nav, header, footer, footer.active, .similar, .video, .benefits, .teaser-img, .button, .workplace, .next-steps-right {
    display: none!important;
}

html {
    color: #507285;
}

body {
    color: #507285 !important;
    font-size: 15px !important;
    line-height: 1.4;
    padding-top: 40px;
}


.logo-print {
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 20px;
}

img.logo-print {
    max-width: 200px;
}

section {
    margin: 0;
}

.title h1 {
    font-family: Avenir-LTW-01-Regular, sans-serif;
    color: #507285 !important;
    font-size: 45px;
    line-height: 1.4;
    border-bottom: 3px solid #507285;
    padding-bottom: 10px;
    margin-top: 120px;
    margin-bottom: 20px;
}

h1 {
    color: #507285 !important;
    max-width: 100%;
    display: block;

}


.workplace-adress-print {
    display: block;
    margin-bottom: 30px;
    font-size: 25px;
    font-family: Avenir-LTW-01-Bold, sans-serif !important;
    margin-top: -10px;
}

.title p {
    font-size: 15px;
    line-height: 1.4;

}

.wrapper article {
    padding: 0;
    background-color: transparent;
}

.job-info * ul {
    font-size: 15px;
}

.job-info h3 {
    margin: 5px 0 -15px 0;
}

h3 {
    font-size: 15px;
    color: #507285 !important;
    margin: -5px 0;
}

.indent.section, .indent.video, .indent.job-info {
    padding: 20px 20px 0!important;
    margin:0;
}

.indent.workplace {
    margin:0!important;
    padding:0!important;
}

.indent {
    padding: 0 20px;
}

.next-steps {
    padding: 0;
    margin: 20px 0;
    background-color: transparent;
}

.next-steps-left {
    width: 100%;
}

.next-steps-title h3 {
    margin-bottom: -5px;
}

.print-button {
    text-align: right;
}

.job-info article {
    height:auto!important;
}

/*@page {*/
/*    size: A4 portrait;*/
/*    margin: 40px;*/
/*}*/
@media print {
    html, body, main {
        width: 210mm;
        height: 210mm;
    }

}
