h2{
  text-align: center;
   color: #333 !important;
}

.instrument-selection{
	width: 100%;
    max-width: 23em;
    margin: 1em 0em 1em 0em;
}

select#sts-sax-type{
	backdrop-filter: blur(13px);
	background-color: #ffffff8c;
    font-size: 1.2em;
}

#your-turn{
	font-size: 30px;
    color: #000000;
    display: block;
    font-family: 'Didact Gothic';
}

.sax-headline{
	text-align: center;
    font-size: 1.4em;
}

#saxophon-trainer{
	 margin-top: 4em;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dual-notation{
	display: flex;
	font-size: 1.4em;
}

.notation-box2{
	margin-left: 2em;
}

.sax-conatiner{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noten-anzeige-container{
	display:flex;
	justify-content: center;
}

.noten-anzeige-container label{
	color:#fff;
	width:100px;
}

.noten-anzeige-container select{
	width: 12em;
    height: 2em;
    border: 0px solid #ddd;
    background-color: #f5ce9c;
    border-radius: 10px;
}

.noteimg-display-container{
	display:flex;
	justify-content:center;
	margin-top:4em;
}

.note-image-container{
	width: 100%;
    display: flex;
    justify-content: center;
}

.note-image-container img{
width:50%;
}

.note-display-your-turn-buttoncontainer{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
}

#note-image{
  width: 200px;
  height: auto;
}

.note-display-container{
	text-align: center;
}

#sts-start-listening, #sts-pause-listening{
    background: #080808;
	color: #fff;
    border: 0px;
    width: 100px;
    border-radius: 5px;
    padding: 6px;
    font-size: 1.4em;
    font-family: 'Didact Gothic';
}

.button-container{
	margin: 2em 0em 1em 0em;
    display: flex;
    justify-content: space-around;
    color: #000;
}

button.active {
  background-color: #4caf50 !important;
  color: #fff;

}

button.paused {
  background-color: #ffa300 !important;
  color: #fff;

}

.sax-midi-trainer{
	display: flex;
  justify-content: center;
}

.sax-container{
    width: 100%;
    max-width: 23em;
    padding: 10px;
    border: 1px solid;
    color: #3f3f3f;
    backdrop-filter: blur(13px);
    background-color: #ffffff8c;
    box-shadow: 5px 2px 23px -5px #00000080;
}

.sax-image-wrapper{
	
}

.note-current{
	  position: absolute;
    top: 0;
    left: 0;
    max-height: 200px;
    opacity: 1;
    transition: opacity 0.5s;
}

.sax-aktuelle-note-container p{
	text-align: center;
}

.sax-aktuelle-note-container{
	display: flex;
  justify-content: space-between;
  width: 90%;
}

.note-next{
   position: absolute;
  top: 0;
  right: 10px;
  max-height: 200px;
  opacity: 0.45;
  transition: opacity 0.5s;
  filter: hue-rotate(50deg);
}

.sax-steuerung-container{
	color:#000;
}

#sts-sounding-note-box{
	display: none;
}

/* =================================== */
/* ===== Stile für den Sequenzer ===== */
/* =================================== */

#sts-saxophon-trainer{
	width:100%;
    max-width: 50em;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.trainer-settings{
    display:flex;
	flex-direction: column;
    margin: 5px 0;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    backdrop-filter: blur(13px);
    background-color: #ffffff8c;
    border: 0.5px solid;
}

.sequence-headline {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 2px;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: normal;
    color: #333;
	background-color: #f9f9f9cf;
    backdrop-filter: blur(5px);
    padding: 5px;
}

/* Der Bereich, in den die Noten gezogen werden */
#sts-note-sequence-area {
    width: 100%;
    min-width: 23em;
    max-width: 50em;
    border: 2px dashed #b0b0b0;
    min-height: 80px;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    border-radius: 8px;
    background-color: #f9f9f9cf;
    backdrop-filter: blur(5px);
}

/* Der Container für alle verfügbaren Notenkacheln */
#sts-note-selection-tiles {
    width: 100%;
    min-width: 23em;
    max-width: 50em;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    border-radius: 8px;
	background-color: #f9f9f9cf;
    backdrop-filter: blur(5px);
}

/* Stil für eine einzelne, ziehbare Notenkachel */
.note-tile {
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    cursor: grab;
    user-select: none;
    border-radius: 5px;
    font-family: monospace;
    font-size: 16px;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.note-tile:hover {
    background-color: #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.note-tile:active {
    cursor: grabbing;
    background-color: #d0d0d0;
}

/* Stil für eine Kachel, die bereits in der Sequenz ist */
.note-tile-sequence {
    padding: 8px 12px;
    border: 1px solid #a3d4a3;
    background-color: #e8f5e9; /* Hellgrün */
    color: #2e7d32;
    user-select: none;
    border-radius: 5px;
    font-family: monospace;
    font-size: 16px;
}

/* Button-Container */
.button-container {
    display: flex;
    justify-content: center;
    gap: 10px; /* Abstand zwischen den Buttons */
}

#sts-clear-sequence{
	background: #b80c0c;
    color: #fff;
    border: 0px;
    width: 100px;
    border-radius: 5px;
    padding: 6px;
    font-size: 1.4em;
    font-family: 'Didact Gothic';
}

#sts-your-turn{
font-size: 30px;
    color: #000000;
    font-family: 'Didact Gothic';
}
