
html[lang="en"] a[hreflang="de"]::after {
    content: "(de)";
    font-size: 0.5em;
    vertical-align: top;
}

html[lang="de"] a[hreflang="en"]::after {
    content: "(en)";
    font-size: 0.5em;
    vertical-align: top;
}

.fussnote {
    font-size: 0.5em;
    vertical-align: top;    
}

fieldset {
    border-width: 2px;
    border-color: rgba(153, 204, 153, 0.5);
    border-radius: 0.2rem;
    padding: 0.5rem;
}

fieldset fieldset {
    border-width: 1px;
}

fieldset ~ fieldset {
    margin-top: 1rem;
}

fieldset p {
    margin: 0px;
}

#petplay-code-fieldset {
    border: 3px solid #336633;
}

.js-off, .off {
    visibility: hidden;
    display: none !important;
}

.js-on, .on {
    visibility: visible;
}

.icon {
    height: 1.5em;
    padding-left: 2px;
    padding-right: 2px;
}

.code-raw, .code-url {
    width: 95%;
}

.code-qr {
    padding: 0.5rem;
}

fieldset div ~ div {
    margin-top: 1em;
}

input:checked + label {
    font-weight: bold;
}

input[type=checkbox], input[type=radio] {
    accent-color: #336633;
}

input[type=range] {
  height: 29px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 90%;
  height: 0.5rem;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 90%;
  height: 0.5rem;
  cursor: pointer;
  animate: 0.2s;
  background: #ccffcc;
  border-radius: 3px;
  border: 1px solid #006600;
  accent-color: #336633;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  background: url('https://petplayinfo.de/user/themes/petplay-info/images/paw-bullet.webp');
  background-repeat: no-repeat;
  background-color: #99cc99;
  cursor: pointer;
  margin-top: -0.25rem;
}

input[type=range]::-moz-range-track {
  width: 90%;
  height: 0.5rem;
  cursor: pointer;
  animate: 0.2s;
  background: #ccffcc;
  border-radius: 3px;
  border: 1px solid #006600;
  accent-color: #336633;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: none;
  background: url('https://petplayinfo.de/user/themes/petplay-info/images/paw-bullet.webp');
  background-color: #99cc99;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: -0.25rem;
}
