* {
    color: #000;
}
body {
    font-size: 10pt;
}

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

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

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

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

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

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

.contact-image {
    display: none;
}
.no-print {
    display: none !important;
}
.displayPrint {
    display: block !important;
}
.sticky header {
    position: relative;
    z-index: 99999;
    width: 100%;
    background-color: white;
}
.sticky header h2 {
    opacity: 0;
}
header {
    border:0;
}
#titleArea .iconArea .iconLayer {
    display: block;
    position: relative;
    background:transparent;
    color:#333333;
    top:0px;
}
#titleArea .iconArea .iconLayer:before {
    display: none;
}
#titleArea .iconArea .iconLayer a {
    display: none;
}
.flex {
    flex-wrap:wrap;
}
#dieStelle .flex50 {
    min-width: 100%;
    max-width: 100%;
    padding:0;
    margin-bottom:10px;
}
h1 {
    font-size: 32px;
    line-height: 1.2em;
    margin: 0;
    padding:0;
}
h2,
h2 b {
    color: #007BC0;
    font-size: 22px;
    line-height: 1.2em;
}
h3 {
    font-size: 18px;
    padding:0;
    margin:0;
}
#dieStelle .aufgabeProfil .listAP {
    margin-top: 10px;
}
#dieStelle .aufgabeProfil .listAP ul li {
    margin-bottom:0px;
}
#titleArea .iconArea .icon {
    padding-bottom:0;
}
#titleArea .iconArea .icon svg {
    max-width: 40px;
}
#dieStelle .aufgabeProfil {
    margin-top: 10px;
}
#dieStelle .aufgabeProfil svg {
    display: none;
}
.sticky main {
    padding:0;
}
header .flex {
    height: 60px;
}
header .headerLogo {
    min-width: inherit;
}
#titleArea .iconArea {
    padding-bottom: 0px;
}
#titleArea .iconPensum .iconLayer {
    display: none;
}
#titleArea .iconArea .iconLayer {
    font-size: 12px;
    max-width: 200px;
    width: initial;
}
header .flex {
    height: initial;
}
#titleArea p {
    margin-top: 0;
    max-width: 100%;
}
.pensumLayer {
    font-size: 12px;
}
#ueberDieStelle {
    background-color: #007BC0;
    margin-bottom: 15px;
    padding: 10px 15px;
}
#ueberDieStelle h2,
#ueberDieStelle p {
    color: #FFF;
}
#ueberDieStelle h2 {
    margin-top: 0;
}
#ueberDieStelle p {
    margin-bottom: 0;
    line-height: 20px;
}
#printLastSentence {
    padding-top: 10px;
    text-align: center;
}
#printLastSentence h3 {
    color: #007BC0;
}
#titleArea .iconArea .iconLayer:after {
    display: none;
}
@media print {
    h2,
    #ueberDieStelle,
    #ueberDieStelle h2,
    #ueberDieStelle p {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }
}