/** Font Größen **/
.font-size-07 {
    font-size: 0.7rem;
}

.font-size-08 {
    font-size: 0.8rem;
}

.font-size-09 {
    font-size: 0.9rem !important;
}

.font-size-10 {
    font-size: 1.0rem !important;
}

.font-size-11 {
    font-size: 1.1rem !important;
}

.font-size-18 {
    font-size: 1.8rem !important;
}

.uppercase {
    text-transform: uppercase;
}

/** Farben **/
.color-black {
    color: black;
}

.color-gray {
    color: gray;
}

.color-blue {
    color: #327a9b;
}

.color-light-blue {
    color: #569ac4;
}

.color-white {
    color: #ffffff;
}

.color-orange {
    color: #ff8400;
}

.color-green {
    color: #27ae60;
}

.color-light-gray {
    color: #909090;
}