@charset "UTF-8";

/* Grundlegende Formate */
body {
    background-color: #888;
    margin: 10px;
    font-family: Futura, Arial, sans-serif;
    font-size: 16px;
    color: #222;
}

/* Headings */
h1 {
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    margin-top: 0;
    text-shadow: 0 -9px 9px rgba(0, 0, 0, 0.8);
}

h2 {
    font-weight: bold;
    font-size: 24px;
    color: #eeeeee;
    margin-top: 0;
    text-shadow: 0 -7px 7px rgba(0, 0, 0, 0.6);
}

h3 {
    font-weight: bold;
    font-size: 22px;
    color: #dddddd;
    margin-top: 0;
    text-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5);
}

/* Formular-Elemente */
form {
    padding: 0;
    border: none;
}

/* Eingabefelder */
td, input, select, textarea {
    font-size: 16px;
    font-weight: bold;
    color: #010101;
}

/* Bereiche */
.bereich, .feld {
    color: #010101;
    background-color: #ffe;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.19) 0px -10px 20px, rgba(0, 0, 0, 0.23) 0px -6px 6px;
}

.feld:disabled {
    color: #404040;
    background-color: #bba;
    border: 1px solid #ddd;
    box-shadow: rgba(0, 0, 0, 0.19) 0px -10px 20px, rgba(0, 0, 0, 0.23) 0px -6px 6px;
}

.auswahl {
    background-color: #dff;
    width: 300px;
    border: 6px solid #ddd;
}

.qr-details {
    font-size: 20px;
    text-align: left;
    margin: 15px;
}

.qr-code img {
    width: 80%;
    max-width: 300px;
    height: auto;
}

/* Checkboxen & Radio-Buttons */
.check, .radio {
    background-color: #909090; /* #ffffff */
    color: #010101;
    border: 1px solid #ddd;
}

/* Button */
.Button0 {
    background-color: #909090;
    color: #fff;
    width: 100%;  /* Stellt sicher, dass der Button mindestens so breit ist wie das Eingabefeld */
    max-width: 300px; /* Begrenzung, damit er nicht zu breit wird */
    border: 5px solid #ddd;
    display: block;
    margin: 10px 0;
    cursor: pointer;
    text-align: center;
    padding: 15px; /* Grš§ere Hšhe durch mehr Innenabstand */
    font-size: 18px; /* Etwas grš§ere Schrift */
    font-weight: bold;
    border-radius: 4px; /* Weniger Abrundung fŸr ein eckigeres Design */
    transition: background 0.3s;
}

.Button0:hover {
    background-color: #707070;
}

/* CSS */
.Button {
  background-color:  #929292;
  width: 100%;  /* Stellt sicher, dass der Button mindestens so breit ist wie das Eingabefeld */
  max-width: 300px; /* Begrenzung, damit er nicht zu breit wird */
  border: 0;
  border-radius: 56px;
  color: #dddddd;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  margin: 5px 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.Button:disabled {
  background-color:  #888888;
  width: 100%;  /* Stellt sicher, dass der Button mindestens so breit ist wie das Eingabefeld */
  max-width: 300px; /* Begrenzung, damit er nicht zu breit wird */
  border: 0;
  border-radius: 56px;
  color: #777777;
  cursor: not-allowed;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  margin: 5px 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.Button:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.Button:hover:enabled {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

.ButtonSmall {
    background-color:  #929292;
    width: 100%;
    max-width: 250px; /* Begrenzung, damit er nicht zu breit wird */
    border: 0;
    border-radius: 14px;
    color: #dddddd;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    margin: 2px 0;
    padding: 6px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.ButtonSmall:disabled {
    background-color:  #888888;
    width: 100%;
    max-width: 250px; /* Begrenzung, damit er nicht zu breit wird */
    border: 0;
    border-radius: 14px;
    color: #777777;
    cursor: not-allowed;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 14px;
    font-weight: 600;
    outline: 0;
    margin: 2px 0;
    padding: 6px 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.ButtonSmall:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 31px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.ButtonSmall:hover:enabled {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}


@media (min-width: 768px) {
  .Button {
    padding: 16px 48px;
  }
  .ButtonSmall {
      padding: 5px 15px;
  }
}

/* Struktur fŸr die Tage */
.day {
    margin-bottom: 20px;
}

/* Klappbare Bereiche */
.toggle {
    cursor: pointer;
    font-weight: bold;
}

.content {
    display: none;
    margin-left: 20px;
}
