body {
	margin: 0px;
}

header {
	background: 		#F0FFFF;
	padding: 5px;
    font-family: "Times New Roman", Times, serif;
}
@media only screen and (max-width: 600px) {
  #logo {
    width:100px;
    height:33px;
  }
    #level1_img {
    width:150px;
    height:150px;
  }
      #level2_img {
    width:150px;
    height:150px;
  }
      #level3_img {
    width:150px;
    height:150px;
  }
      #level4_img {
    width:150px;
    height:150px;
  }
     #levelf_img {
    width:150px;
    height:150px;
  }
    #levelf{
        margin: 0 auto;
    }
        #level1{
        margin: 0 auto;
    }
        #level2{
        margin: 0 auto;
    }
         #level3{
        margin: 0 auto;
    }
        #level4{
        margin: 0 auto;
    }
  #squ{
    width:30px;
    height:30px; 
    top: 0px !important;    
  }
  #user{
        font-size: 15px !important;
        font-style:bold;
        display: inline-block;
        padding: 7px !important;
        border:0px;
        margin-right: 2px;      
  }
  #score
  {
        font-size: 15px !important;
        font-style:bold;
        display: inline-block;
        padding: 7px !important;
        border:0px;
        text-align: right;
  }
}

.navbar {
	height: 300px;
	background: #00008B;
	color:white;
}

.info {
	background: 		#FFFAFA;
	color: black;
}

.main-header {
	background: 	#F0FFFF;
	color: #00008B;
}

.seitenende {
	position:fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #E6E6FA;
}

.speise-scroll {
	height: 500px;
	overflow: scroll;
}

.anf-scroll {
	height: 500px;
	overflow: scroll;
}
#level1{
       padding: 10px;   
}
#level2{
    padding: 10px;
}
#level3{
    padding: 10px;
}
#level4{
    padding: 10px;
}
#levelf{
    padding: 10px;
}
#squ {
   position:relative;
   top: -10px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
#squ:hover {
  -webkit-transform: rotatey(360deg);
          transform: rotatey(360deg);
}
#score
{
    font-size: 40px;
    font-style:bold;
    display: inline-block;
    padding: 20px;
    border:0px;
    text-align: right;
}
#user
{
    font-size: 40px;
    font-style:bold;
    display: inline-block;
    padding: 20px;
    border:0px;
    margin-right: 50px;
}
*{
  box-sizing: border-box;
}

.Leaderboard{
    padding: 40px 20px;
    margin: auto;
    max-width: 800px;
}
.leader-wrap {
    display: flex;
}

.leader{
    padding: 8px 16px;
    margin-bottom: 8px;
    animation-name: revealLeaders;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.leader-ava {
    padding: 8px;
    margin-right: 16px;
    position: relative;
}

.leader-score {
    display: flex;
    align-items: center;
    opacity: 0.6;
}

.leader-score svg{
    display: block;
    margin-right: 4px;
}

.leader-score_title{
    line-height: 1;
}

.leader-ava::after{
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    height: 6px;
    position: absolute;
    border: 0px transparent solid;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 6px;
    border-bottom-color: #fff;
    transition: border-bottom-color .2s ease-in-out;
}

.leader-bar {
    margin-top: 8px;
    animation-name: barLoad;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
    transform-origin: left;
}

.bar {
    height: 4px;
    border-radius: 2px;
}

@keyframes revealLeaders{
    from{
        transform: translateX(-200px);
        opacity: 0;
    }
    to{
        transform: none;
        opacity: 1;
    }
}

@keyframes barLoad{
    from{
        transform: scaleX(0);
    }
    to{
        transform: scaleX(1)
    }
}
#learned_img{
    float: right;
}
