@import url(https://fonts.googleapis.com/css?family=Raleway);

/* normale Schrift / Paragraph / Absatz */
p {
    font-family : 'Raleway';
    font-size : 18px;
    font-style : normal;
}
/* span normale schrift */
span {
    font-family : 'Raleway';
    font-size : 18px;
    font-style : normal;
}
li {
    font-family : 'Raleway';
    font-size : 18px;
    font-style : normal;
}
/* Überschrift 1  */
h1 {
    color : #20b2aa;
    font-style : normal;
    font-family : 'Playball';
    font-size : 100px;
}
h2 {
    color : #20b2aa;
    font-style : normal;
    font-weight : normal;
    font-family : 'Playball';
    font-size : 36px;
}
h3 {
    color : #20b2aa;
    font-style : normal;
    font-weight : bold;
    font-family : 'Raleway';
    font-size : 26px;
}
h4 {
    color : black;
    font-style : normal;
    font-weight : normal;
    font-family : 'Raleway';
    font-size : 18px;
}
.btn_01 {
    color : #20b2aa;
}
}