﻿/* Main styles Planserver/Plattform */
/* ###################################################################### */
html {
    /*font-size: 10px;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
}

a {
    color: #B57E00;
    text-decoration: none;
}

a:hover, a:focus {
    color: #D19518;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


/* Text styles */
/* ###################################################################### */

.smalltext {
    font-size: 11px !important;
}

.smalltext2 {
    font-size: 12px !important;
}

.minitext {
    font-size: 9px;
}

.midtext {
    font-size: 14px;
}

