@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

html,
body {
  background: #ffffff;
  height: 100vh;
}

.my-wrapper {
  height: 100vh;
}

[type="checkbox"] + label {
  position: absolute;
}

[type="checkbox"] + label:hover {
  cursor: pointer;
}

[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}

[type="checkbox"] + label::before {
  width: 22px;
  height: 18px;
  background-image: url(../bilder/zeichen/unmarkiert_stumm.png);
  background-repeat: no-repeat;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}

[type="checkbox"]:checked + label::before {
  background-image: url(../bilder/zeichen/markiert_stumm_primaer.png);
}

.fontsize-small {
  font-size: 87.5%;
}

.link-no-underline {
  text-decoration: none;
}

img.qr-code {
  width: 100px;
  height: 100px;
}
