/* Große Überschrift */
h1{
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 40px;
    color: #175778;
    line-height: 1.3em;
}


/* Mittlere Überschrift */
h2{
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 35px;
    color: #175778;
    line-height: 1.3em;
}


/* Kleine Überschrift */
h3{
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 18px;
    color: #175778;
    line-height: 1.3em;
}


/* normaler Text */
h4{
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 1.3em;
}


/* kleiner Text */
h5{
   font-family: 'PT Serif', serif;
    font-weight: 400 bold;
    font-size: 14px;
    color: #FFFFFF;
}

/* normaler Text in Blau */
h6{
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 17px;
    color: #175778;
    line-height: 1.3em;
}

h7{
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 17px;
    color: #175778;
    line-height: 1.3em;
}