

#wrapper{

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: white;
    
    
    
    }
.element{
    width: 15rem;
    height: rem;
    background-color: tomato;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: all 250ms ease;
    position: relative;
 margin-bottom: 10px;
    /* für die sechste */
    /* animation: animation-in 500ms forwards; */
    }
    
      /* erster effekt */
    .effekt:hover{
    
        box-shadow: inset 0 0 0 0.3rem white;
   
 
    }
    
  
 


body{

background-color: antiquewhite;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;




}

img{

    margin-right: 5px;
    background-size: cover;
    background-position: center;
    width: 75px ;
    height: 75px;
    border-color: #1b2431;
    border-width: 6px;
    border-style: solid;
border-radius:25%;

}

#wuerfelreihe{


margin:auto;
width: 65%;


}



.tabellen{
  
    color:white;
   
  }
table{
  
 color:white; 
}

  .tabellen-container table{
   display:flex;
    flex-direction:row;
justify-content:center;
  }


button{

    margin-top: 10px;
height: 50px;
width: 100px;
color:white;
background-color: tomato;

}

p{

color: black;


}

.ordnelabel{
	
	display: inline;
	
}

a{

text-align: center;
color:tomato;
}

  .wuerfel-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0px; /* Abstand zwischen den Tabellen */
    margin-top: 10px;
    flex-wrap:wrap;



}


.buttons-container{
     display: flex;
    flex-direction:column;
 
}



  .strong-tilt-move-shake.clicked { animation: tilt-n-move-shaking 0.25s 1;}


  @keyframes tilt-n-move-shaking {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(5px, 5px) rotate(5deg); }
    50% { transform: translate(0, 0) rotate(0eg); }
    75% { transform: translate(-5px, 5px) rotate(-5deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
  }


@media only screen and (min-width: 1000px){

    #wuerfelreihe{


        margin:auto;
        width: 25%;
        
        
        }

        #buttonsoben{
            margin: auto;
            width: 35%;
           
        }

        #buttonsunten{


            margin: auto;
            width: 50%;
            margin-bottom:10px;
        }

        .tabellen{
       
            margin: auto;
            width: 25%;

            
            
            }

#hintergrundmukke{
margin-top: 10px;
   margin-left: 37%;

}
  .tabellen-container {
    display: flex;
    flex-direction:row;
justify-content:center;

}
  .tabellen-container #tabellen{
     display: flex;
    flex-direction:row;
justify-content:center;
    
  }

.container-zahlen02{

  display: flex;
  flex-direction:row;
justify-content:center;



}

#tabellen{


  display: flex;
  flex-direction:row;
justify-content:center;

}

}
  
@media only screen and (min-width: 2350px){

    #wuerfelreihe{


        margin:auto;
        width: 25%;
        
        
        }

        #buttonsoben{
            margin: auto;
            width: 35%;
           
        }
#tabelle_ziffern{

         width: 50%; 
  margin-left: auto; 
  
  }
        #buttonsunten{


            margin: auto;
            width: 50%;
            margin-bottom:10px;
        }

        .tabellen{
       
            margin: auto;
            width: 25%;
            
            
            
            }
.tabellen-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Abstand zwischen den Tabellen */
    margin-top: 10px;
}

table {
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid white;
    padding: 10px;
}

#hintergrundmukke{
margin-top: 10px;
   margin-left: 37%;

}


}
}