/* basierend auf http://html5bones.com
Lizenz: MIT,  Gregor Horvath 2016*/
html {
    font-family: sans-serif; /* 1 */
}
body {
    max-width: 37rem;
    margin: 0 auto;
    padding: 1rem 2rem 1rem 2rem;
    color: black;
}
/* site structure */
/*.siteheadfoot, .siteheadfoot * {background-color: #5e5e5e; color: lightgrey;}*/
/*.siteheadfoot a,.siteheadfoot a *  {color: white;}*/
#siteheader {float: left;
             width: 100%;
             box-sizing:border-box;
             -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
             min-height: 56px; font-size: 1.25rem; padding-bottom: 1rem; padding-left: 0rem; padding-right: 2rem; padding-top: 0.5rem}
#siteheader>a {float: left; margin-top: 0rem}
.inlinenav {display: inline-block; vertical-align: middle; float: left;}

/*img {padding-right: 0.5em;}*/
form {padding-bottom: 2rem}

a { text-decoration: none; }
a:hover {color: #01447e;
         text-decoration: underline;}

main {background-color: white; clear:both;}



table {border-collapse: seperate;
       border-spacing: 0 1.5rem; width: 100%}

input {width: 100%; height: 2em;text-align: center;}
input[type="password"] {border: 0; background-color: lightyellow;}
input[type="number"] {border: 0; background-color: lightyellow;}
.errorlist {background-color: darkred;
            color: white;
            font-weight: bold;
            padding: 0.5em;
            text-decoration: none;
            list-style: none;}
.info {background-color: green;
            color: white;
            padding: 0.5em;
            text-decoration: none;
            list-style: none;}
td{
  padding-left: 1em;
  padding-right: 1em;
  text-align: left;
}

th {text-align: left;}
td:first-child {
  padding-left: 0;
}

td:last-child {
  padding-right: 0;
}

#eventtime_locale {font-size: small}

nav {font-size: 1.25rem;}
nav>ul { line-height: 2;}
nav>ul>li { list-style:none;}
nav a {color: #0275ff; }

nav.tab li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.inlinenav.tav li {display: inline;}
.inlinenav {display: inline;}
.inlinenav>ul { line-height: 2;
         padding-left: 0em; padding-right: 0em;
         margin:0;}
.inlinenav>ul>li { list-style:none; display: inline;
                   padding-left:0rem; padding-right: 1rem; white-space: nowrap;}

/* .verticalnav {margin-left: 2em;} */
