:root {
    --deepblue: #029cc0;
    --backgroundgrey: #e9e9e9;
    --backgroundgreyhover: #cdcdcd;
    --backgroundblue: #bebeff;
    --backgroundbluelight: #efefff; /*75% bebeff*/
    --backgroundselected: #ef6060;
    --backgroundtoday: #4bdc73;
    --lightcornflowerblue: #bcd1f7; /* 50% cornflowerblue*/
    --seatonline: #9fa4e6; /* 50% Indigo*/
    --seatoffline: #fff880; /* 50% Gelb*/
    --seatblocked: #f68e92; /* 50% Rot*/
    --seatreserved: #ffbf93; /* 50% Orange*/
    --seatavailable: #87e8a2; /* 50% Grün*/
    --seatunavailable: #ababab; /* 50% Dunkelgrau*/
    --seatempty: white;
    /*
    Sonstige Farbcodes:
        #f1585e = 70% red
    */
}
  body {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    font-family: 'Aptos Display', Arial, sans-serif;
  }
  a, .link {
    text-decoration: none;
    color: black;
    font-family: "Open Sans", Arial, serif;
    font-size: 19px;
  }
  a:hover {
    text-decoration: none;
    color: black;
    font-family: "Open Sans", Arial, serif;
    scale: 1.025;
  }
  h1 {
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: 'Arial Rounded MT Bold', sans-serif, serif;
  }
  h2 {
    font-family: 'Eras Bold ITC', sans-serif, serif;
  }
  p {
    font-family: Rockwell, Arial, sans-serif;
  }
  fieldset {
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    flex-direction: column;
    border-color: var(--deepblue);
    border-style: solid;
	border-width: 3px;
	border-radius: 25px;
  }
  legend {
    background-color: white;
	border: 2px solid var(--deepblue);
	border-radius: 15px;
    font-family: 'Bahnschrift SemiBold', sans-serif, verdana;
  }
  @media screen and (min-width: 1000px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    p {
        font-size: 19px;
    }
    legend {
        padding: 8px;
    }
  }
  @media screen and (max-width: 1000px) {
    h1 {
        font-size: 53px;
    }
    h2 {
        font-size: 47px;
    }
    p {
        font-size: 40px;
    }
    fieldset {
        padding: 3%;
    }
    legend {
        min-width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 40px;
    }
    label {
        font-size: 40px;
    }
  }
  /*---STANDARDKLASSEN---*/
  .standardflex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .standardflexVertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .errorMessage {
    /*width: 100%;
    height: 50px;
    background-color: red;
    color: white;*/
    color:red;
    font-size:40px;
  }
  .bubble {
    padding: 15px;
    border: 2px solid green;
    border-radius: 15px;
    text-decoration: none;
  }
  .button {
    padding: 15px;
    border: 2px solid green;
    border-radius: 15px;
    text-decoration: none;
  }
  .button:hover {
    scale: 1.05;
    cursor: pointer;
  }
  /*---HILFSKLASSEN---*/
  .buttonMain {
    width: 30%;
    margin: auto;
    background-color: lightgreen;
  }
  .buttonOptions {
    width: 30%;
    margin: auto;
    background-color: lightblue;
  }
  .buttonControl {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border: 2px solid var(--deepblue);
    background-color: var(--backgroundblue);
  }
  .buttonControl:hover {
    background-color: var(--backgroundbluelight);
  }
  .buttonBack {
    width: 15%;
    margin: auto;
    background-color: var(--lightcornflowerblue);
  }
  .buttonDelete {
    /*color: white;
    background-color: red;
    border-color: red!important;*/
    height: 45px;
    width: 45px;
  }
  .buttonDelete:hover {
    content: url("./img/action-delete_hover.png");
    cursor: pointer;
    scale: 1.1;
  }
  .buttonCart {
    width: 25%;
    height: 15px;
    margin-left: 1%;
    color: white;
    background-color: cornflowerblue;
    border-color: black;
  }
  .buttonCartFinish {
    width: 15%;
    height: 10px;
    margin-left: 1%;
    color: white;
    background-color: cornflowerblue;
    border-color: black;
  }
  .buttonEditStaging {
    height: 10px;
    width: 85px;
    background-color: var(--lightcornflowerblue);
    font-size: 20px;
  }
  @media screen and (max-width: 1000px) {
    .bubble {
      width: 80%;
    }
    .button {
      width: 80%;
    }
    .buttonCart {
      width: 30%;
    }
    .buttonCartFinish {
      width: 20%;
    }
  }
  /*---Klassen für Sitzplätze---*/
  .hall {
    width: 1100px;
    margin: auto;
    margin-top: 50px;
    border: 1px solid black;
  }
  .row {
    margin-left: 1px;
  }
  .corridorMiddle {
    width: 150px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
  }
  .seat {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50px;
    height: 65px;
    border: 1px solid black;
  }
  .seatActive:hover {
    background-color: gray;
    cursor: pointer;
  }
  .seatName {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
  }
  .seatNumber {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: auto;
  }
  .seatOnline {
    background-color: var(--seatonline);
  }
  .seatOffline {
    background-color: var(--seatoffline);
  }
  .seatSold {
    background-color: var(--seatblocked);
  }
  .seatBlocked {
    background-color: var(--seatblocked);
  }
  .seatAvailable {
    background-color: var(--seatavailable);
  }
  .seatUnavailable {
    background-color: var(--seatunavailable);
  }
  .seatReserved {
    /*background-color: var(--seatreserved);*/
    background-color: orange;
  }
  .seatEmpty {
    background-color: var(--seatempty);
    border-color: white!important;
  }
  /*---Klassen für Warenkorb---*/
  .cartLine {
    width: 100%;
    height: 55px;
  }
  .cartLine:hover {
    background-color: lightgray;
  }
  /*---diverse Containerelemente---*/
  #containerControllsAdd {
    width: 100%;
    height: 75px;
    margin: auto;
  }
  #containerStaginglist {
    width: 80%;
    height: 50px;
    margin: auto;
    margin-bottom: 1%;
    border: 2px solid var(--deepblue);
    border-radius: 12px;
    font-family: 'Bahnschrift Condensed', arial, sans-serif;
    font-size: 25px;
  }
  #containerFooter {
    /*width: 107.75%;
    position: absolute;
    bottom: 0;*/
    width: 100%;
    height: 40px;
    margin: -10px;
    padding: 10px;
    background-color: lightgreen;
}
@media screen and (max-width: 1000px) {
  #containerFooter {
    width: 107.75%;
  }
}
  /*-------------------------------*/
  /*Form Elemente*/
  input[type=text], input[type=email], input[type=password], input[type=submit], input[type=date], input[type=number], input[type=datetime-local], button, textarea {
    padding: 8px;
    margin: auto;
    background-color: var(--backgroundgrey);
    border: 2px solid var(--deepblue);
    border-radius: 10px;
    font-family: 'Bahnschrift Narrow', serif;
    font-size: 16px;
  }
  input[type=checkbox], input[type=radio] {
    scale: 1.25;
    margin-right: 10px;
  }
  input[type=range] {
    width: 300px;
    margin: auto;
  }
  input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, input[type=submit]:hover, input[type=date]:hover, input[type=number]:hover, input[type=datetime-local]:hover, button:hover, textarea:hover {
    scale: 1.01;
    background-color: var(--backgroundgreyhover);
  }
  button:hover {
    background-color: var(--lightcornflowerblue);
  }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=number]:focus, input[type=datetime-local]:focus {
    padding: 9px;
  }
  @media screen and (min-width: 1000px) {
    input[type=text], input[type=email], input[type=password], input[type=submit], input[type=date], input[type=number], input[type=datetime-local] {
        width: 35%;
    }
    button {
        width: 25%;
    }
  }
  @media screen and (max-width: 1000px) {
    input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], input[type=datetime-local] {
        width: 75%;
        height: 50px;
        font-size: 35px;
    }
    input[type=submit], button {
        width: 75%;
        height: 71px;
        font-size: 35px;
    }
  }
  /*-------------------------------*/
  /*Animation Spinner*/
  #submitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Einfacher CSS-Spinner */
  .spinner {
    border: 4px solid #f3f3f3; /* Heller Grauton */
    border-top: 4px solid #3498db; /* Blau */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s ease infinite;
    display: none; /* Anfangs versteckt */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  /* Verstecken des Spinners standardmäßig 
  .spinner-hidden {
      display: none;
  }*/