:root{
    --background-color: #314453;
    --darker-background-color: #243848;
    --accent-color: #41DCE1;
    --accent-colorH: #75939f;
    --text-color: #FFFFFF;
    --navbar-height: 50px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-color: #2f58fa;
  height: 100vh;
  padding: 10px 0;
}

.container {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 10px;
  max-width: 100%;
  margin: 10px auto;
  padding: 0 15px;
}

h1 {
  color: #fff;
  font-size: 1.5rem;
}
#überschrift{
  text-transform: uppercase;
  display: flex;
  justify-content:space-between;
  margin-bottom: 20px;
}

.btn-wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content:left;
  align-items: center;
  gap: 10px;
}

.btn-wrapper2 {
  margin-top: 10px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  gap: 10px;
}

#startBtn, #stopBtn, #speichernBtn, #clearBtn, #showBtn, #closeBtn, #speichernRadio, #translateTo, #infoBtn, #mailTo{
  border: none;
  cursor: pointer;
  padding: 3px 7px;
  border-radius: 3px;
  font-size: 0.7rem;
  background-color: rgb(7, 2, 44);
  color: #fff;
  box-shadow: 0 0 20px rgba(246, 75, 75, 0.874);
  transition: opacity 400ms ease-in-out;
}

#showBtn, #speichernRadio, #translateTo, #mailTo{
  background-color: rgb(212, 204, 124);
  color: #000000;
}
#closeBtn{
  margin-left: 5px;
  background-color: rgb(255, 237, 99);
  color: #000000;
}

#notizen{
  color: #fff;
  font-size: 0.9rem;
  margin-left: 0px;
}

#sprache {
    width: 1.5rem;
    height: 1.0rem;
}

#settingBtn, #stundenplan , #hellseher, #pin, #einkaufen{
  padding: 0;
  margin-right: 3px;
  border: none;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}

#stundenplan, #hellseher{
  width: 1.7rem;
  height: 1.6rem;
  margin-right: 7px;
}

#pin, #einkaufen{
  margin-right: 8px;
  background-color: #2cf304;
  width: 1.6rem;
  height: 1.6rem;
}
#einkaufenImg{
  padding-top: 1px;
  width: 1.3rem;
  height: 1.3rem;
}

#hellseher{
  background-color: #f30404;
}

#stundenplan{
  background-color: #e7f304;
}

#setting, #home , #hellS, #pinImg{
  width: 1.4rem;
  height: 1.4rem;
}

 #translateTo{
    margin-top: 3px;
    background-color: rgb(208, 212, 124);
 }

#startBtn {
  background-color: #effc01;
  color: #fff;
}
#speichernRadio{
  margin-top: 10px;
}

button:disabled {
  opacity: 0.47;
  cursor: default;
}

button:hover:not(:disabled) {
  opacity: 0.9;
}

.output {
  background-color: #fffde3;
  width: 100%;
  max-height: 50em;
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.span {
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
}

#aufnahme{
   margin-right: 3px;
   height: 1.5rem;
   width: 1.5rem;
}

.notizD{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: center;
}

.unsichtbar{
    opacity: 0; 
    pointer-events: none; 
}

 .sichtbar{
    opacity: 1; 
    pointer-events:all; 
    transition: opacity 1,5s;
 }

 .hintergrund{
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
    font-size: 0.8rem;
    background-color: var(--accent-color);
 }

 .blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 1s; 
    animation-iteration-count: infinite;            
}

@keyframes animation_blink {
    0% { opacity: 1; }
    50% { opacity: 0.1; }
    100% { opacity: 1; }    
}


.einstellungen, .translateTo, .mailTo{
    color: var(--text);
    display: flex;
    flex-direction:column;
    justify-content:right;
    width: 345px;
    margin-left: 9px;
}

.translateTo, .mailTo{
  position: absolute;
  top: 3px;
  margin-left: 13px;
  margin-top: 17px;
  padding: 6px;
  background-color: #a00202;
}
.mailTo{
  background-color: #0132e5;
}

fieldset{
    font-size: 11px;
    border: 1px solid rgb(255, 0, 60);
    border-radius: 5px;
}
#spracheRbtn, #geschwindigkeitRbtn{
  margin-bottom: 10px;
}


#radioButton, #mailButton{
    margin-left: 0px;
    display: flex;
    flex-direction:column;
}

input, label {
  padding: 5px;
  margin-top: 3px;
  margin-bottom: 10px;
  color: rgb(244, 245, 246);
}

legend{
  font-size: 13px;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
  color: orange;
}
#translateLegend, #meilLegend{
  color: rgb(228, 240, 225);
  font-size: 17px;
}

#translateSpeek, #mailChoose{
 border: 1px solid rgb(209, 220, 234);
}

#radioButtonWahl1, #radioButtonWahl2 , #radioButtonWahl3, #radioButtonWahlG, #mailButton0{
  margin-left: 10px;
}

#radioButtonWahl3, #mailButton0{
  padding: 5px;
  color: rgb(30, 0, 255);
}
#rechnerFenster{
  margin-top: 10px;
  padding: 5px;
  background-color: #96bfcf;
  font-size: 0.7rem;
  border-radius: 3px;
}

#titelTranslate{
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  background-color: #0071fc;
  color: ghostwhite;
  width: 90%;
  padding: 5px;
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  top: 0;
  position: absolute;
  margin-left: 20px;
  margin-top: 110px;
  border-radius: 5px;
}

#killNotiz, #speek, #translate, #speekTranslateIm, #killTranslateIm{
    padding-top: 1px;
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer ;
}
#speek, #translate, #mail{
  height: 1.0rem;
  width: 1.0rem;
}

#killNotiz {
  margin-left: 15px;
  margin-right: 2px;
  padding-top: 2px;
}
#translate{
  margin-left: 8px;
}
 #speekTranslateIm{
  padding: 0px;
 }

#killTranslateIm{
  padding:  0px;
  background-color: #79b5ff;
}

#toText, #fromText{
  background-color: #0071fc;
  color: ghostwhite;
  font-size: 0.9rem;
  top: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 92%;
  height: 300px;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid rgb(255, 255, 0);
  margin: 15px;
  margin-top: 145px;
}

#fromText{
  background-color: #a2dfff;
  color: rgb(23, 27, 30);
  margin-top: 445px;
}

#resultat{
  background-color: #0071fc;
  color: ghostwhite;
  font-size: 0.7rem;
  width: 88%;
  height: 3rem;
  top: 0;
  position: absolute;
  margin-top: 125px;
  margin-left: 25px;
  padding: 6px;
  border-radius: 10px;
  border: 3px solid rgb(51, 255, 0);
}
.hellSeher{
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  top: 0;
  margin: 15px;
  margin-top: 18px;
}
#hellSeher{
 width: 97%;
}
#hellSS{
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #1bafff;
  color: ghostwhite;
  width: 97%;
  padding: 1px;
  padding-left: 3px;
}

.mailAutomatic{
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
}
#usermail, #mail1, #mail2, #mail3, #mail4, #name1, #name2, #name3, #name4{
  padding: 2px;
  width: 55%;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 0.6rem;
}
#usermail{
  background-color: #d3ecff;
  color: #222121;
}

#mails{
  margin-top: 4px;
}
#mail1, #mail2, #mail3, #mail4, #name1{
 background-color: #0392ff;
 }
 #name1, #name2, #name3, #name4{
  width: 13%;
  background-color: #a2eef2;
  color: #222121;
}
#mailLabel{
  margin-left: 17px;
}
.mail, .name{
   margin-left: 2px;
}