﻿/*
body {
    font-family: "Calibri";
    font-size: large;
    text-align: center;
}
.c01-01 {
    color: red;
}
*/

.cFontSize-x-large {
    font-size: x-large;
}
.cFontSize-large {
    font-size: large;
}
.cProzessX {
    font-size: x-large;
    text-align: center;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .cFontSize-x-large {
        font-size: medium;
    }

    .cFontSize-large {
        font-size: small;
    }

    .cProzess {
        font-size: small;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        background-color: rgb(157,195,231);
    }
}