body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    /* color: rgb(69, 13, 15);  */
}

hr {
    width: 400px;
    margin-bottom: 50px;
}

#spielFeld {
    width: 240px;
    height: 240px;
    margin: 0 auto;   
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(233, 224, 229, 0.901);
    }

#controls {    
   
    margin: 0 auto;
    margin-bottom: 50px;   
    /* background-color: rgba(90, 179, 231, 0.901);  */
   
    }

    
button {  
  
   padding: 10px 15px;
    font-size: 15px; 
    color: white;
    cursor: pointer;
    border: 3px solid rgb(106, 155, 164);
    border-radius: 8px; 
    border-bottom-style: groove;
    transition: color 150ms linear;
    background-color: rgba(255, 193, 193, 0.9);
    text-align: center;
    color: rgb(106, 34, 36);  
}



#zaehler { 
    margin-top: 50px; 
    padding: 0;
    margin-bottom: 3vw;
    font-size: 18px;    
    text-align: center;
    color: rgb(106, 34, 36);  
    
}

#ztext { 
  background-color: rgba(255, 193, 193, 0.9);
  border: 3px solid rgb(106, 155, 164);
}

#znum { 
  min-width: 100px;
  margin: auto;
  border: 3px solid rgb(106, 155, 164);
  border-bottom-style: groove; 
 
 
}


.tile {
    width: 54px; 
    height: 54px;
    border: 3px solid rgb(106, 155, 164);
    border-radius: 8px;
    border-bottom-style: groove;
    box-shadow: 10px 10px 5px lightblue;
    user-select: none;       /*  nimmt unerwünschte seletierung weg */

    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(106, 34, 36);  
}


.tile-start {
    /* background-color: rgb(119, 86, 86);  */
    background-color: rgba(255, 193, 193, 0.9);
}

.number-selected {
    background-color: gray;
}




  .box {
    margin-left: 45%;
    margin-right: 45%;
    float: left;
    position: relative;
    height: 100px;
    width: 100%;    
    /* background: rgb(83, 210, 233)   */
   }

  .box div {
    /* display: inline-block;  */
    /* margin: 0 auto;  */
    position: absolute;
    font-size: 1em; 
    
   
    }

  #be1 {
    padding-top: 20px; 
    font-size: 1.2em;    
    z-index: 1;
    
  }
  #be2 {
    padding-left: 65px;
    font-size: 4em; 
    font-weight: bold;
    opacity: 0.4;
    z-index: 2;
   
  }

  /*
  img {
    position: relative;
    height:200px;
    float: left;
    opacity: 0.5;
    padding-left: 20px;
  }
  */


  .speech {
    visibility: hidden;
    float: left;
    font-size: inherit;
	font-size: 0.6em;
	font-family: fantasy;
	color: #fff;
	background: #a53d38;
    margin-left: 175px;  
	padding: 20px;  
	border-radius: 10px;  
	max-width: 300px; 
  }
  
#test1, test2 {
  background-color: rgba(255, 193, 193, 0.9);
}



.grad2 {
   /*  background-image: linear-gradient(red, yellow);   */
   background-image: linear-gradient(to bottom right, red, yellow);
   /* background-image: linear-gradient(to right, rgba(179, 175, 175, 0), rgba(255,0,0,1)); */
  }
