/*
Theme Name: Momentum Sportsclub
Author:   Franz Kufer
Author URI: https://www.kufer-richter.de
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
}
img {
     border: none;
     max-width: 100%;
     height: auto;
}
body {
    font-size: 100%;
    font-weight: 400;
    background: #fff;
}
.bold{
    font-weight: 700;
}
.semi-bold{
    font-weight: 600;    
}
.clear{
    clear: both;
}
.light{
    font-weight: 300;
}
.italic{
    font-style: italic;
} 
.uppercase{
    text-transform: uppercase;
}