@page {
    size: A4;
    margin: 20mm;
}

.print-area {
    width: 100%;
    height: 100%;
    padding: 20mm;
    background-color: white;
}
.a4-page {
    width: 210mm;
    height: 297mm;
    margin: auto;
    padding: 20mm;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.a4-page1 {
    width: 210mm;
    margin: auto;
}


p {
    color: #6D6E71;
    line-height: 1.5;
}
li  {
    color: #6D6E71;
    margin-left: 20px;
    line-height: 1.5;
}

li.without{
    color: #6D6E71;
    margin-left: 0px;
    line-height: 1.5;
    list-style-type: none;
}
ul {
    color: #6D6E71;
    line-height: 0.7;
    list-style-position: outside;
}
ol {
    color: #6D6E71;
    line-height: 0.7;
    list-style-position: inside;
    list-style-type: none;
}
p.header-1 {
    font-weight: bold;
    color: #058196;
    font-size: 14pt;
}

p.header-2 {
    font-weight: bold;
    color: #058196;
    font-size: 11pt;
}

p.header-3 {
    color: #058196;
    font-size: 11pt;
    text-decoration: underline;
}

p.text-underline{
     color:#6D6E71;
     text-decoration: underline;
}

p.text-1{
    color:#6D6E71;
}

/* Allgemeine Stile */
body {
    word-wrap: break-word;
    font-family: "Arial", sans-serif;
    font-size: 11pt;
    line-height: 107%;
    background-color: #ffffff;
    margin: 70.85pt;
}

/* Absatz-Standard */
p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8pt;
    margin-left: 0;
}

/* Seiten-Formatierung */
@page WordSection1 {
    size: 595.3pt 841.9pt;
    margin: 70.85pt 70.85pt 2cm 70.85pt;
}

div.WordSection1 {
    page: WordSection1;
}

/* Farben & Stil */
p u span {
    color: #058196;
    font-weight: bold;
}

p span {
    color: #6D6E71;
}

p span b {
    font-weight: bold;
}
