.ms-narrativ-body p, .cke_editable p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: -.003em;
    color: #333;
}
p.narTitle {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    margin: 0 0 0.85em 0;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #404040;
}
p.narStitle {
    --x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    letter-spacing: -.02em;
    font-weight: 600;
    font-style: normal;
    font-size: 29px;
    margin: 0 0 0.85em 0;
    line-height: 1.5;
    letter-spacing: -.018em;
    color: #404040;
}
p.narStext {
    font-family: sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: -.003em;
    margin: 0 0 0.85em 0;
    color: #404040;
}
p.narCite {
  	--x-height-multiplier: 0.363;
    --baseline-multiplier: 0.157;
    font-family: sans-serif;
    letter-spacing: -.02em;
    font-weight: 300;
    font-style: normal;
    font-feature-settings: "liga" on,"lnum" on;
    -moz-font-feature-settings: "liga" on,"lnum" on;
    -webkit-font-feature-settings: "liga" on,"lnum" on;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0,0,0,.6);
    letter-spacing: 0;
    margin: 0.85em 0;
}
div.highlight1 {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.003em;
    margin: 0.85em 0;
    color: #404040;
    background-color: #6414360a;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}
div.highlight2 {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.003em;
    margin: 0.85em 0;
    color: #404040;
    background-color: #daedf742;
    padding: 10px 20px;
    border: 1px solid #758f9c42;
    margin-bottom: 25px;
}
h3.sectionline1 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgb(0 0 0);
    text-align: center;
    background:  #e6e7e891;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    padding: 3.5vw 10vw;
    font-size: 25px;
}
h3.sectionline2 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgb(255 255 255);
    text-align: center;
    background: #7c7d7d;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    padding: 3.5vw 10vw;
    font-size: 25px;
}
h3.sectionline3 {
    font-family: sans-serif;
    letter-spacing: 0.04em;
    margin: 10px 10px 15px;
    padding: 4px 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    background: #141414f0;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    padding: 3.5vw 10vw;
    font-size: 25px;
}
div.sectionwhite {
    font-size: 2.42857rem;
    line-height: 50px;
    position: relative;
    z-index: 2;
    background: #e6e7e891;
    font-family: "Fira Sans",FiraGo,Tahoma,Calibri,Helvetica,Arial,sans-serif;
    color: #3f454d;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 2vw 20vw;
}
.ms-narrativ-body img, .cke_editable img {
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    line-height: initial;
    height: unset !important;
}