
/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}





::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

body {
  /* background-color:rgba(255, 255, 255, 0.2); */
  background-color: white;
}



h1 {
  display: inline;
}

h2  {
  font-family: 'lato_bold', arial;
  font-weight: normal;
}

a, .link {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

.link {
  cursor: pointer;
}


/*
.action_show {
  display: block !important;
}
*/


.wrapper {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

sup {
  vertical-align: super; 
  font-size: 0.6em;
}



/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 
  header {
    width: 100%;
    height: 80px;
    background: #353434;
  }
  
  header img.logo {
    float: none;
    margin-top: 16px;
    width: 38px;
    height: 53px;
  }

  header .titel {
    overflow: hidden;
    display: inline-block;
    margin-top: 20px;
    padding: 13px 0 0 30px;
    z-index: 800;
    font-size: 16px;
    font-family: 'lato_bold', arial;
    letter-spacing: 1px;
    color: white;
    float: right;
  }
  
  header .wrapper{
    padding: 0 10px;
  }
  
  
  
  
/* ############################### */ 
/* #### AUSWAHLMÖGLICHKEITEN ##### */
/* ############################### */
  .waehler {
    text-align: center;
    font-family: 'lato_bold', arial;
    font-size: 0.9em;
    font-variant: small-caps;
    margin-top: 5px;
  }
  .waehler a {
    display: inline-block;
    margin: 5px 5px 0 0;
    border-radius: 5px;
    background: #dddddd;
    color: #767575;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
  }
  .waehler a:hover {
    background: #cccccc;
    text-decoration: none;
  }
  .waehler a.gewaehlt {
    background: #353434;
    color: #ffffff;
  }
  
  
/* ############################### */ 
/* ########### EINTRÄGE ########## */
/* ############################### */   
  #bestenliste {
    padding: 20px 8px 0 8px;
  }
  #bestenliste table {
    width: 100%;
    font-family: 'lato_regular', arial;
  }
  #bestenliste table td {
    vertical-align: middle;
    padding: 5px;
  }
  #bestenliste table td.rang {
    width: 10px;
    font-size: 1.2em;
    font-family: 'lato_bold', arial;
    text-align: right;
    padding-right: 5px;
  }
  #bestenliste table td.profilbild {
    width: 50px;
    padding-right: 8px;
  }
  #bestenliste table td.profilbild img {
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #EEEEEE;
  }
  #bestenliste table td.name>.datum {
    font-size: 0.7em;
    color: #767575;
  }
  #bestenliste table td.zeit {
    width: 10px;
    font-family: 'lato_bold', arial;
    text-align: right;
  }
  #bestenliste table td.name>.info, #bestenliste table td.zeit>.info {
    color: #0033A0;
    font-weight: bold;
  }
  #bestenliste table td.name>a, #bestenliste table td.zeit>a {
    color: #000;
    /* font-weight: bold; */
  }
  
  






/* ############################################################################################################################################################################################################################### */
/* ###### RESPONSIVE ############################################################################################################################################################################################################# */
/* ############################################################################################################################################################################################################################### */


/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 

  
  @media (max-width:330px){
    header img.logo{
      display: none;
    }
    header .titel {
      float: none;
      padding-left: 0;
    }
  }
  
  
