* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: lightgrey;
  width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 22px;
  }
}

body {
  background-color: #333;
  padding: 20px 10px 20px 10px;
}

.backbutton {
  font-size: 2rem;
  color: #333;
  background-color: #ff9933;
  border-color: #ff8000;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
  vertical-align: middle;
  width: 90%;
}

.adminbutton {
  font-size: 1rem;
  color: #336633;
  background-color: #ff9933;
  border-color: #333333;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
  vertical-align: middle;
  width: 45%;
}

h1 {
  font-size: 1.4rem;
  font-weight: normal;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
}

.gold {
  color: gold;
}

.silver {
  color: silver;
}

.bronze {
  color: #CD7F32;
}

.rest {
  color: #ffffff;
}

.tijdelijk {
  text-align: center;
  font-size: large;
}

.start {
  color: #336699;
  background-image: url("../images/fmm_background_2024.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}

.homescreen {
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  right: 5%;
  bottom: 20px;
  padding: 10px;
  background-image: url("../images/fmm_background_2024.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
  text-align: center;
}

.homebutton {
  height: 31%;
  width: 100%;
  max-width: 800px;
  font-size: 2rem;
  color: lightgrey;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #336633;
  background-image: linear-gradient(#336633, #336644);
  opacity: 0.9;
  border: none;
  border-radius: 5px;
  border-color: #333;
  box-shadow: 5px 5px 10px #333;
  text-shadow: 0px -1px #333; /*new*/
  -webkit-appearance: none; /*anders wordt de knop zwart bij iOS*/
}

section {
  background-color: #336633;
  width: 95%;
  max-width: 600px;
  padding: 10px;
  margin: auto;
  border-radius: 5px;
  box-shadow: 5px 5px 10px black;
}
section table {
  border-spacing: 0px 5px;
}
section th {
  background: rgba(51, 102, 51, 0);
}
section .kalenderdatum {
  background: rgba(51, 102, 51, 0);
}
section .kalenderrit {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  width: 60%;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
}
section .kalenderkm {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  width: 20%;
}
section .kalenderkap {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  width: 20%;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}
section .kalenderact {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  width: 100%;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}
section .klassementranking {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  width: 10%;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
}
section .klassementrenner {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: left;
  width: 50%;
}
section .klassementpunten {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  width: 20%;
}
section .klassementpercent {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  width: 20%;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}
section #plus80 {
  background-color: #00cc66;
  color: white;
}
section #plus65 {
  background-color: #0099cc;
  color: white;
}
section #plus50 {
  background-color: #ffff44;
}
section #plus35 {
  background-color: #ff9900;
  color: white;
}
section #min35 {
  background-color: red;
  color: white;
}

.variabody {
  /*background-color: #fff;
  padding: 0px;*/
  background-attachment: fixed;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0%;
  right: 0%;
  bottom: 0px;
  padding: 0px;
  background-image: url("../images/fmm_background_2024.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
  text-align: center;
}

.variatable {
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 0px;
  margin: auto;
}

.variatd {
  width: 50%;
  /*border: 1px solid black;*/
  /*height: 40px;*/
  height: 33.33%;
}

.variabutton3 {
  width: 100%;
  /*height: 130px;*/
  height: 100%;
  font-size: 1.1rem;
  background-color: #336633;
  color: lightgrey;
  border-color: #333;
  border-radius: 5px;
  opacity: 0.9;
}

.variabutton4 {
  width: 100%;
  /*height: 170px;*/
  height: 100%;
  font-size: 1rem;
  background-color: #336633;
  background-image: linear-gradient(#336633, #336644);
  color: lightgrey;
  border-color: #333;
  border-radius: 5px;
  opacity: 0.9;
}

.variabutton {
  width: 100%;
  /*height: 170px;*/
  height: 100%;
  font-size: 1.1rem;
  background-color: #336633;
  color: lightgrey;
  border-color: #333;
  border-radius: 5px;
  opacity: 0.9;
}

.variabackbutton {
  width: 100%;
  /*height: 130px;*/
  height: 100%;
  font-size: 1.1rem;
  background-color: #ff9933;
  color: #333;
  border-color: #ff8000;
  border-radius: 5px;
  opacity: 0.9;
}

.achievementtd {
  width: 16.66%;
  height: 50px;
  text-align: center;
}

.achievementnaamtd {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
}

.achievementaantaltd {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}

.achievementsponsortd {
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: left;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}

.totaaltd {
  color: lightgrey;
  text-align: left;
}

.totaalkmtd {
  color: lightgrey;
  text-align: center;
}

.woftable {
  width: 100%;
}

.maintable5 {
  width: 100%;
  max-width: 600px;
  height: 10%;
  padding: 0px;
  margin: auto;
}

.maintd5 {
  width: 20%;
  height: 100%;
}

.woftable5 {
  width: 100%;
  max-width: 600px;
  height: 20%;
  padding: 0px;
  margin: auto;
}

.woftd {
  width: 20%;
  height: 50px;
  text-align: center;
  padding: 5px;
}

.woftd5 {
  width: 20%;
  height: 50%;
}

.champtable {
  width: 100%;
  max-width: 600px;
  height: 20%;
  padding: 0px;
  margin: auto;
}

.champtd6 {
  width: 16.66%;
  height: 33.33%;
}

.wofbutton {
  width: 100%;
  /*height: 170px;*/
  height: 100%;
  font-size: 0.8rem;
  background-color: #336633;
  color: lightgrey;
  border-color: #333;
  border-radius: 5px;
  opacity: 0.9;
}

.wofbackbutton {
  width: 100%;
  /*height: 130px;*/
  height: 100%;
  font-size: 0.8rem;
  background-color: #ff9933;
  color: #333;
  border-color: #ff8000;
  border-radius: 5px;
  opacity: 0.9;
}

.wofranktd {
  width: 15%;
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
}

.wofsection {
  background: rgba(51, 102, 51, 0.8);
}

.wofnaamtd {
  width: 60%;
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: left;
}

.wofcijfertd {
  width: 25%;
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}

.wofchampnaamtd {
  width: 60%;
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  border-start-start-radius: 7px;
  border-bottom-left-radius: 7px;
}

.wofchampjaar {
  width: 40%;
  background-color: white;
  border-bottom: 2px solid #336633;
  color: #336633;
  text-align: center;
  border-start-end-radius: 7px;
  border-bottom-right-radius: 7px;
}

.histtable {
  width: 100%;
}

.histtd {
  width: 16.66%;
  height: 50px;
  text-align: center;
  padding: 5px;
}

#strava {
  margin-bottom: 20px;
}

#stravagold {
  margin-bottom: 20px;
}

#stravasilver {
  margin-bottom: 20px;
}

#stravabronze {
  margin-bottom: 20px;
}

.tdtwee {
  width: 50%;
  height: 50px;
  text-align: center;
  padding: 5px;
}

.tddrie {
  width: 33%;
  height: 50px;
  text-align: center;
  padding: 5px;
}

.dinsdagtd {
  width: 100%;
  /*border: 1px solid black;*/
  height: 80px;
}

label {
  color: #333;
  font-size: 17px;
}

#usernameselect {
  width: 100%;
  height: 30px;
  border: 1px;
  border-color: grey;
  border-radius: 3px;
  padding-left: 8px;
  background-color: #333;
  color: #336633;
}

#password {
  width: 100%;
  height: 30px;
  border: 1px;
  border-color: grey;
  border-radius: 3px;
  padding-left: 8px;
  background-color: #333;
  color: #336633;
}

#submit {
  width: 100%;
  height: 45px;
  color: #336633;
  background-color: #333;
  border-color: grey;
  border: 1px solid;
  border-radius: 10px;
}

.admin {
  background-color: #336633;
  color: #333;
  padding-left: 10px;
}

.verzenden {
  width: 100%;
  height: 45px;
  color: #336633;
  background-color: #333;
  border-color: grey;
  border: 1px solid;
  border-radius: 10px;
}

.loginfoutbutton {
  font-size: 1rem;
  color: #336633;
  background-color: #333;
  border-color: grey;
  border-radius: 10px;
  box-shadow: 5px 5px 10px black;
  vertical-align: middle;
  width: 90%;
  height: 50px;
}/*# sourceMappingURL=style.css.map */