body {
    font-size: 16px;
    font-family: Arial;
    /* font-weight: 100; */
    /* font-family: monospace; */
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Fonts */

.typo-header {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: bold;
    color: white;
}

.typo-normal, .typo-normal input {
    font-size: 0.875rem;
    line-height: 1.063rem;
    /* padding: 5px; */
}

.typo-big {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.typo-small {
    font-size: 0.625rem;
    line-height: 0.750rem;
}


/* Colors */

.bg-blue {
    background: #0F05A0;
    color: white;
}

.bg-black {
    background: #000000;
    color: white;
}

.bg-white {
    background: #FFFFFF;
}

.bg-filtergray {
    background: #e5e5e5;
}

.bg-midgray {
    color: #757575;
}

.text-blue {
    color: #0F05A0;
}

.text-midgray {
    color: #757575;
}

.text-gray {
    color: #CCCCCC;
}

.text-darkgray {
    color: #333333;
}

.text-red {
    color: red;
}

a {
    text-decoration: none;
    color: #0F05A0;
}

a:hover {
    color: black;
}


.bg-red {
    background: red;
    color: white;
}

.bg-lightred {
    background: #FEF2F6;
    color: black;
}

.text-winered {
    color: #73004d;
}

.bg-winered {
    background: #73004D;
}

.text-white {
    color: #FFFFFF;
}

.text-black {
    color: #000000;
}

input:focus {
    border: solid 1px #000000;
}

input {
    padding: 5px;
}

    /* hides the IE Default Clear Button in Inputfields*/
    input::-ms-clear {
        display: none;
    }

/* line separator */

.sep-bottom {
    border-bottom: solid 1px #d8d8d8;
}

/* forces a seperator, ignores :last-child rules*/
.sep-bottom-important {
    border-bottom: solid 1px #d8d8d8 !important;
}

.sep-top {
    border-top: solid 1px #d8d8d8;
}

.sep-fat {
    border-color: #333333;
}

.sep-full {
    border: solid 1px #d8d8d8;
}
