body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.0625rem;
    font-weight:300;
    /** text-transform: uppercase!important; **/
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    white-space: normal;
    -webkit-font-smoothing: antialiased;
    
}
a {
    color: #ffffff;
}

h2 {
    
    font-size: 700%;
    margin: 5px;
}

h3{
    font-size: 400%;
    margin: 5px; 
}

#index #greetings {
    color: black;
    padding: 8%;
    font-size: xx-large;
}

#large-container {
    text-transform: none;
}

.bold{

    font-weight: bold;
}

/* Media Query für Mobilgeräte mit einer maximalen Breite von 768 Pixeln */
 @media (max-width: 768px) 
 {
    h2 {
        font-size: 200%;
    }

    #index #greetings {
        
        font-size: large;
    }

    h3 {
        font-size: 200%;
    }
} 