form.clubactie {
  color: #0e345a;
  border-radius: 1em;
  background-color: #dee4ea;
  padding: 2em;
}
@media only screen and (max-width: 800px) {
  form.clubactie {
    font-size: small;
  }
}
@media only screen and (min-width: 800px) {
  form.clubactie {
    font-size: large;
  }
}
form.clubactie h1,
form.clubactie p {
  margin: 0;
  padding: 0;
}
form.clubactie > p {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.25em;
}
form.clubactie hr {
  border-color: #0e345a;
  border-width: 1px;
}
form.clubactie div[data=title] {
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 1em;
}
@media only screen and (max-width: 800px) {
  form.clubactie div[data=title] {
    margin-bottom: 0em;
  }
  form.clubactie div[data=title] h1 {
    margin-bottom: 0em;
    font-size: x-large;
  }
  form.clubactie div[data=title] p {
    margin-top: 1em;
    font-size: x-small;
  }
  form.clubactie div[data=title] img {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  form.clubactie div[data=title] {
    margin-bottom: 2em;
  }
  form.clubactie div[data=title] h1 {
    margin-bottom: 0.4em;
  }
  form.clubactie div[data=title] img {
    width: 100%;
  }
}
form.clubactie div[data=leden] {
  display: grid;
  /*
  @media only screen and (max-width: 800px) {
  	margin: 0.5em;
  	grid-template-columns: 2.5em 1fr 3.5em;
  }
  @media only screen and (min-width: 800px) {
  	margin: 2em;
  	grid-template-columns: 5em 1fr 7em;
  }
  gap: 2em;
  */
}
form.clubactie div[data=leden] > div[img] > img {
  max-width: 3em;
  width: 100%;
  align-items: center;
}
form.clubactie div[data=leden] > div > img:nth-child(1) {
  float: left;
  max-width: 2.5em;
}
form.clubactie div[data=leden] > div > img:nth-child(2) {
  float: right;
  max-width: 4em;
}
form.clubactie div[data=leden] > div[data] {
  width: 100%;
}
form.clubactie div[data=leden] > div[data] > div {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
form.clubactie div[data=leden] > div[data] > div span:nth-child(1) {
  text-align: left;
}
form.clubactie div[data=leden] > div[data] > div span:nth-child(2) {
  text-align: center;
}
form.clubactie div[data=leden] > div[data] > div span:nth-child(3) {
  text-align: right;
}
form.clubactie div[data=leden] > div[data] canvas {
  cursor: e-resize;
  width: 100%;
  height: 2em;
}
form.clubactie div[data=verwachte] {
  margin-top: 2em;
  text-align: center;
}
form.clubactie div[data=verwachte] p:nth-child(1).verwachte {
  font-size: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  form.clubactie div[data=verwachte] p {
    margin-bottom: 1em;
    padding-top: 0em;
  }
  form.clubactie div[data=verwachte] p span {
    font-weight: bold;
    font-style: italic;
  }
  form.clubactie div[data=verwachte] p:nth-child(2) {
    margin-top: 0.2em;
    font-size: 3em;
    font-weight: bold;
  }
}
@media only screen and (min-width: 800px) {
  form.clubactie div[data=verwachte] p {
    margin-bottom: 1em;
    padding-top: 0.25em;
  }
  form.clubactie div[data=verwachte] p span {
    font-weight: bold;
    font-style: italic;
  }
  form.clubactie div[data=verwachte] p:nth-child(2) {
    margin-top: 0.2em;
    font-size: 5em;
    font-weight: bold;
  }
}
form.clubactie div[data=inschrijven] {
  margin-top: 2em;
  text-align: right;
}
form.clubactie div[data=inschrijven] button {
  border: 0;
  padding: 1.7em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-color: #11c96d;
  color: white;
  border-radius: 2em;
  border-top-left-radius: 0;
  font-size: 16px;
}/*# sourceMappingURL=clubactie.css.map */