@font-face {
    font-family: 'masonregular';
    src: url('/fonts/wiki_aventurica-webfont.eot');
    src: url('/fonts/wiki_aventurica-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/wiki_aventurica-webfont.woff2') format('woff2'),
         url('/fonts/wiki_aventurica-webfont.woff') format('woff'),
         url('/fonts/wiki_aventurica-webfont.ttf') format('truetype'),
         url('/fonts/wiki_aventurica-webfont.svg#masonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: Calibri,Tahoma,Arial,serif;
    font-size: 12px;
    background: #fff;
    color:#111;
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
}

a {
    font-family: Calibri,Tahoma,Arial,serif;
    font-size: 12px;
    font-variant: normal;
    text-transform: none;
    color: #373737;
    text-decoration: none;
}

img {
    border: 0px;
}

h1 {
    font-family: Mason,'masonregular';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
    text-align: center;
}

h2 {
    font-family: Calibri,Tahoma,Arial,serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #070707;
    text-decoration: none;
}

h3 {
    font-family: Calibri,Tahoma,Arial,serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #070707;
    text-decoration: none;
}

/* Rahmen: Inhalt mittig auf 1000px */
.shell {
    max-width:1000px;
    margin:0 auto;
    padding:10px 0 15px;
}

/* Top-Menü (links | Mitte | rechts) */
.topbar {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:0;
    padding:10px 0;
}

.nav-left, .nav-right, .nav-center {
    display:flex;
    align-items:center;
    gap:0;
    flex-wrap:wrap;
}

.nav-center {
    flex:0 0 auto; /* verhindert, dass es nach links oder rechts gedrückt wird */
}

.nav-ico {
    display:block;
    line-height:0;
    margin:0;
}

.nav-ico img {
    height:35px;
    border:0;
    display:block;
}

.hello-user{
  display:inline-block;
  margin:0 12px;
  padding:4px 8px;
  font-size:9px;
  line-height:1;
  border:0px solid #000;
  background:#fff;
  text-align: center;
}
