
body {
    font-size: 10pt;
}

@page {
    size: A4;
    margin: 40pt 20pt 40pt;
}

* {
    background: transparent !important;
    color: #000000 !important;
}

header {
    border-bottom: 0 !important;
    margin-top: -30pt;
    display: block !important;
}

header.sticky {
    position: relative !important;
    width: 100%;
    top: 0;
    z-index: 80;
    transition: 0.5s ease-in-out;
}

header .stickyJobtitle {
    display: none !important;
}

h2, h3, h4, h5 {
    page-break-after: avoid;
}

h1, h1:last-child {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

h2, h2:last-child {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.jobMeta, .contactSubtitle {
    font-size: 16px;
    line-height: 22px;
}

ul {
    padding-left: 15px;
}

main {
    border: none;
    box-shadow: none;
    overflow: hidden;
    display: block !important;
}

main section {
    padding: 20px 40px;
}

.title-section {
    color: #333333 !important;
}

section#tasksAndProfile ul li {
    margin-bottom: 0;
}

#benefits h2 {
    padding: 0;
}

.contactLinie, .contactArbeitsort {
    page-break-inside: avoid;
}

.about {
    display: block;
}

.application-section {
    margin: 0 auto;
    border-top: none !important;
    border-bottom: none !important;
}

[data-role=action],
[data-role=image],
.media {
    display: none !important;
}

.imageContainer,
.contactArbeitsort .detailsContainer div,
#about {
    display: none;
}

.hiddenPrint {
    display: none !important;
}