/* 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;

}

/* STARTSEITE */

/* HEADER----------------------------------------------------------------------------- */


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

.header{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.pill-box-header { 
    width: 550px; 
    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: 30px;
 }

.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: 170pt;
    color: antiquewhite;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
    margin-top: 100px;
    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: 80vw;
    min-width: 1000px;
    border-radius: 99px;
    margin-left: 30px;
    margin-right: 0px;
    margin-top: 170px;
    box-shadow: antiquewhite 0px 0px 28px;
    display: flex; 
    align-items: center; 
    justify-content: space-evenly;
}

#deine {
    font-family: 'Courier New', Courier, monospace;
}

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

#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;
}

.input {
    gap: 20px;
}
#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{
    padding-top: 50vh;
    padding-bottom: 30vh;
}

span.big {
    margin-top: 0;
}

/* #ergebnis {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30pt;
    color: antiquewhite;
} */