body {
    font-size: 10pt;
}

@page {
    size: A4;
    margin: 30pt 20pt 10pt;
}

header {
    padding-left: 40px !important;
    padding-right: 40px !important;
    align-items: end !important;
    height: auto !important;
}

.companyClaim img {
    max-width: 155px !important;
    margin-bottom: 5px !important;
}

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

main {
    border: none;
    box-shadow: none;
}

.hiddenPrint {
    display: none !important;
}

/* TASKS & PROFILE & BENEFITS LIST */
#profile, #tasks, #benefits .printOnly {
    padding-bottom: 5px;
}

#profile .section-title {
    margin-top: 30px;
}

#profile ul, #tasks ul, #benefits .printOnly ul {
    margin-top: 0;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside;
}

#profile li, #tasks li, #benefits .printOnly li {
    line-height: 20px;
    padding-left: 0;
    position: relative;
}

#profile li::before, #tasks li::before, #benefits .printOnly li::before {
    display: none;
}

/* BENEFITS */
#benefits h2 {
    margin-bottom: 5px !important;
}

/* CONTACT */
.fullWidth.contacts {
    background-color: initial !important;
}

#contacts {
    background: #f6f5f5 !important;
    page-break-inside: avoid !important;
    display: table !important;
    padding-top: 30px;
    padding-bottom: 40px;
}

#contacts .contactImage {
    width: 80px !important;
}

#contacts .detailsContainer {
    margin-right: 40px;
}

/* ADRESS AND QR-CODE */
#mapAndAwards {
    position: relative  !important;
    justify-content: space-between !important;
}

.qrCode img {
    width: 60px !important;
    float: right;
}

#contacts svg {
    min-width: 20px;
    height: auto;
}

#contacts .detailsContainer {
    margin-right: 0 !important;
}

/* Cookiebot */
#CookiebotWidget {
    display: none !important;
}