@charset "utf-8";

@media-screen and( max-width: 600px){
    body, html {
        font-size: 48%;
    }
}

@media-screen and (min-width: 600px){
    body, html {
        font-size: 53%;
    }
}

@media-screen and (min-width: 800px){
    body, html {
        font-size: 57%;
    }
}

@media-screen and (min-width: 1200px){
    body, html {
        font-size: 70%;
    }
}

header {
  /*  background-color: #2a2a35;  */
  /*  width: 100%;  */
    position: fixed;
    bottom: 0;  /* statt top */
    text-align: center;
    transition: 200ms all;
    height: 60px;
    overflow: hidden;
}

.normal {
    color: #c8354e;   /* unwirksam */
    float: center;
    display: inline-block;
}

@media-screen and (max-width: 800px){
    .normal {
        display: none;}
}

.normal ul{
    margin: 6px;
    padding: 0px 0px 0px 220px;
    float: center;
    transition: all 300ms;
    display: inline-block;
}

.normal ul li{
    margin: 1px;
    padding: 0;
    float: left;
    list-style: none;
    position: relative;
    transition: all 300ms;
}

.normal ul li a{
    display: inline-block;
    padding: 6px;
    float: left;
    min-width: 60px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    margin: 0 1px 0 0;
    text-decoration: none;
    background: #eeeeee;
    font-weight: 200;
    transition: all 300ms;
    font-family: 'Helvetica', sans-serif;
}



#navig a {
width: auto;
display: block;
padding:2px 10px;
line-height: 1.5em;
color: #fff; 
background: #ff8500; 
border:0px solid #024c68;
text-decoration:none;
}

.normal ul li a: hover {
    background-color: #c1c1c1;
    color: #ff6633;
}

.active {
    background-color: #ffffff;
}

#blaettern a:link {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#blaettern a:visited {
    color: #024C68;
}

#blaettern a:hover {
    color: #ff6633;
    text-decoration: underline;
    font-weight: normal;
}

#blaettern {
    text-align: center;
    padding-top: 1em;
}

#blaettern a {
    padding: 20px;
}


