/* GENERELL */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.alles{
    background-color: blue;
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    cursor: crosshair;
    background-color: blue;
    max-height: 100vh;

}

#scrollInfo {
  position: fixed;
  top: 360px;
  right: 10px;
  padding: 8px 12px;
  background: antiquewhite;
  color: blue;
  border-radius: 20px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1000;
}

/* STARTSEITE */

/* NAV BAR----------------------------------------------------------------------------- */


a {
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20pt;  
    text-decoration: none;  
}

.menu {
    display: flex;
    flex-direction: row;
    gap: 30px;
    opacity: 0;
    position: fixed;
    top: 0px;
    margin-bottom: 0;
}

.header {
    display: flex;
    flex-direction: row;
}

/* #menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: red;
    opacity: 0;
} */

#menuButton {
    position: fixed;
     top: 30px;
     right: 30px;
    z-index: 100;
    border-radius: 50%;
    background-color: blue; 
    border: 2px solid antiquewhite;
    opacity: 1 !important;
    box-shadow: antiquewhite 0px 0px 28px;
    height: 50px; min-height: 50px;
    width: 50px; min-width: 50px;
}
#menuButton:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: antiquewhite;
} 

/* .showMenu .menu {
    opacity: 1;
    transition: all 1s;
} */

.menu {
  transform: ease-out (-100%);
  transition: all 1s;
}

#burger {
    position: relative;
    top: 1px;
    left: 0.5px
}

.showMenu .menu {
    opacity: 1;
  transform: ease-in(0);
}

.pill-box-header { 
    width: 530px; 
    height: 50px; 
    background-color: blue; 
    border: 2px solid antiquewhite;
    border-radius: 99px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 40px;
    box-shadow: antiquewhite 0px 0px 50px;
    margin-left: 30px;
    margin-top: 30px;
    min-width: 220px;
    text-decoration: none;  
 }

 #pill-1 {
    margin-left: 30px;
 }

 #pill-2 {
    min-width:305px;
    flex-wrap: none;
 }

 #pill-3{
    margin-right: 50px;
 }

.pill-box-header:hover{
    transform: scale(1.1);
    transition: 1s;
    background-color: antiquewhite;
} 

.pill-box-header a:hover{
    color: blue !important;

}
 
 /* .header-1:hover{
  font-size: 21pt;
}

.header div:hover {
    background: lightblue;
    size:120%;
} */

 /* MITTLERER TEIL STARTSEITE-------------------------------------------------------- */

h1, span.big{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 190pt;
    color: antiquewhite;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    margin-top: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0px;
     display: block;
     transition: 1s ease;

}

h3{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30pt;
    color: antiquewhite;
    margin-top: 0px;
    padding: 0%;
}

/* h1:hover {
transform: scaleX(2.7);
} */

/* EINGABEFELD -----------------------------------------------------------------------*/

.eingabefeld {
    font-size: 25px;
    color: antiquewhite;
    background-color: blue;
    border: 2px solid antiquewhite;
    height: 80px; 
    width: 100vw;
    min-width: 1000px;
    border-radius: 99px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 250px;
    box-shadow: antiquewhite 0px 0px 28px;
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

#deine {
    font-family: 'Courier New', Courier, monospace;
    margin-left: 70px;
}

#btn1 {
    color: antiquewhite;
    background-color: blue; 
    border: 2px solid antiquewhite;
    box-shadow: antiquewhite 0px 0px 28px;
    border-radius: 50%;
    height: 50px; min-height: 50px;
    width: 50px; min-width: 50px;
    position: relative;
    margin-right: 30px;
}

#arrow {
    position: relative;
    top: 2px;
}

#arrow:hover{
    stroke: blue;
}

#btn1:hover {
    background-color: antiquewhite; 
    color: blue; 
    border: blue;
    box-shadow: antiquewhite 0px 0px 28px;}

.deinebildschirmzeit {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 70px;
}

.input {
    gap: 90px;
}
#stunden, #minuten {
    background-color: antiquewhite;
    box-shadow: antiquewhite 0px 0px 28px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 99px;
    height: 50px;
    width: 100px;
    border: none;
    color: blue;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px ;
    align-items: center; 
    justify-content:center;
    text-align: center;


}

/* RECHNER ERGEBNIS-----------------------------------------------------------------*/

#ergebnis-bereich, #ergebnis-bereich2{
    height: 0;
    overflow: hidden;
}

.ergebnis-inner{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.showResult #ergebnis-bereich {
    height: auto;
}

.showResult #ergebnis-bereich2 {
    height: auto;
}

span.big {
    margin-top: 0;
}

.ergebnis-inner2{
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#ergebnis2 {
    background-color: blue;
    font-size: 30pt;
    color: antiquewhite;
    border: 2px solid antiquewhite;
    height: 500px;
    border-radius: 99px;
    box-shadow: antiquewhite 0px 0px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95vw;
    margin-left: 30px;
    margin-right: 30px;

}

.nochmehrparameter {
    display: flex;
    flex-direction: row;
    
    
    width: 530px; 
    height: 50px; 
    background-color: blue; 
    border: 2px solid antiquewhite;
    border-radius: 99px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 40px;
    box-shadow: antiquewhite 0px 0px 50px;
    margin-left: 30px;
    margin-top: 30px;
    min-width: 220px;
    text-decoration: none;  
}




/* HINTERGRUND */

#box1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20pt;
    color: antiquewhite;
    margin-left: 30px;
    margin-right: 30px;
}

.text1 {
    margin-top: 300px;
}

/* HOL DIR HILFE -------------------------------------------------------------------*/

.pillbox-hilfe {
    width: 530px; 
    height: 50px; 
    background-color: blue; 
    border: 2px solid antiquewhite;
    border-radius: 99px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: antiquewhite 0px 0px 50px;
    margin-left: 30px;
    margin-top: 30px;
    min-width: 220px;
    text-decoration: none;  
}

#box2 {
    font-family: 'Courier New', Courier, monospace;
    color: antiquewhite;
    font-size: 20pt;  
    display: flex;
}

.holdirhilfe {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    flex-wrap: nowrap;
}

#tipps {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20pt;
    color: antiquewhite;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
}



/* GANZ UNTEN ----------------*/

#ganzunten {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 300px;
    color: antiquewhite;
    position: absolute;
     top: 653940px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
}

/* #btn2 {
    position:relative;
    right: center;
    bottom: center;
    border-radius: 30px;
    margin-top: 100px;
    background-color: blue; 
    color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15pt;
    border: 2px solid antiquewhite;
    box-shadow: antiquewhite 0px 0px 28px;
    height: 50px; min-height: 50px;
    width: 100px; min-width: 100px;
}

#btn2:hover {
    background-color: antiquewhite; 
    color: blue; 
    border: blue;
    box-shadow: antiquewhite 0px 0px 28px;

} */

/* TIMER */
#timerstart{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#anzeige {
    font-family: Arial, Helvetica, sans-serif;
    color: antiquewhite;
    margin-top: 20px;
    font-size: 40pt;
}
#startBtn {
     width: 530px; 
    height: 50px; 
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20pt;
    background-color: blue; 
    border: 2px solid antiquewhite;
    border-radius: 99px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: antiquewhite 0px 0px 50px;
    margin-left: 30px;
    margin-top: 30px;
    min-width: 220px;
}

#stopBtn {
     width: 530px; 
    height: 50px; 
    color: antiquewhite;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20pt;
    background-color: blue; 
    border: 2px solid antiquewhite;
    border-radius: 99px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: antiquewhite 0px 0px 50px;
    margin-left: 30px;
    margin-top: 30px;
    min-width: 220px;
    margin-bottom: 30px;
}


#startBtn:hover, #stopBtn:hover{
    background-color: antiquewhite;
    color: blue;
}