html{
    background:url(../img/diedreiauswienMQ.jpg) repeat;
    -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
  height: 100%;
  width: 100%;
min-width: 100%;
max-width: 100%;
}
*{
    margin: 0;
    padding: 0;
}

p.footer{
    text-align: center;
}
img.bild{
    padding: 10px;
}
a.verweis{
   color:rgb(230,215,110);
}
div.circle{
    border-radius: 50%;
    border: 14px solid rgba(0,0,0,0.4);
    width: 190px;
    height: 190px;
   
    background-position: center center;
    background-repeat: no-repeat;
    background-size:270px;
    margin: 0 auto;
}
.team-label{
    display:none;
}
    div.circle:hover .team-label{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    color: white;
    padding: 6px;
    display:block;
    margin: 72% auto;
    width: 110px;
    text-align: center;
    border-radius: 3px;
    background: rgba(0,0,0,0.4);
}

.titel{
    font-family:'ece';
    color:rgb(230,215,110);
    padding-top:15px; 
    margin-top: 20px; 
    margin-left: 20px; 
    font-size:50px ; 
    text-align: center;
}

@font-face { font-family: 'ece';
             src: url('ec.TTF') format('truetype'); }

ul.menue{
    display: inline-block;
     margin: 0;
        padding: 0;
    list-style: none; 
   
}
ul.links { 
float:left;
}
ul.rechts {
    float:right;
}
a, p, li, ul{
    font-family: Georgia, Times, "Times New Roman", serif; 
    font-size: 15px; 
    color:whitesmoke ; 
    text-decoration: none; 
    text-align: justify
}

h5{font-family: Open Sans; 
    font-size: 15px; 
    color: rgb(230,215,110);
}

ul.menue li{ 
     border-radius: 4px;
     margin-left: auto; 
     margin-right: auto; 
    /* background: white; */
    float:left; 
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s;
    max-height: 100%;
}

ul.menue li a { 
    font-family:'ece';
    font-size: 35px;
    /* height: 28px; */
    width: 140px;
    padding-top: 6px;
    text-decoration: none;
    display: block;
    color: whitesmoke;
    text-align: center;
    max-height: 100%;
} 
#current{color:rgb(230,215,110);}  

a:link {
    text-decoration-color: yellow;
    font-family: Georgia, Times, "Times New Roman", serif;
}
a:hover{
    color:rgb(230,215,110);
}

ul.menue li a:hover{color:rgb(230,215,110)}

p:link{
    color: greenyellow;
    text-decoration-color: yellow;
    
}
 
body{
    height: 100%;
  margin:0; padding: 0;
}
 
footer{ 
    background: rgba(0,0,0,0.9);
    /* height: 50px; */
    width: 100%;
    display: block;
    margin-top: 2%;
    font-family: 'Trebuchet MS';
    

    flex-shrink: 0;
  }

footer p {
    display: block;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 10px;
}

  footer ul p{
     color: #999999;
    font-size: 0.7em;
    list-style: none outside none;
    margin: 0 20px 0 0;
    text-align: center;

  }
  h5{
      text-align: justify;
      font-family: Georgia, Times, "Times New Roman", serif;
  }
h1{
    font-family: Georgia, Times, "Times New Roman", serif;
    
}
.wrapper {
    margin: auto;
    min-height: 768px;
    padding: 0;
}
.content {
    background: rgba(0,0,0,0.9);
}

.content{
    color: #380d03;
    margin: auto;
    position: relative;
    margin-top: 2%;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    font-family: 'Open Sans';
}
header{
    background: rgb(0,0,0,0.9);
} 

.mainTxt{
    font-family: 'Trebuchet MS';
    text-align: justify;
    width: 80%;
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 35px;
    color:rgb(230,215,110);
    size: 16px;
    display: block;
}
#farben{
    /* position: absolute; */
    margin-top: 35px;
    /* margin-left: 55px; */
}
.head{
    margin-left: auto; 
     margin-right: auto; 
}
.wrapper{
    margin-left: auto; 
     margin-right: auto; 
}
p{
    margin-left: 10%;
    margin-right: 10%;
    font-family: Georgia, Times, "Times New Roman", serif;
}

html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }

  .content {
    flex: 1 0 auto;
  }
