

.flex-container 

{

    display:flex;  
    align-items: baseline;
    background-color: #ebe9e9;
    height: 30.5em;
    
}


.box1

{
    width: 19em;  
    order: 1;
    background-color: #fafafa;
    margin-top: 0.5em;
    margin-left: 0.5em;
    padding: 0.2em;
  
}


.box2 

{
    flex-basis: 22em;
    order: 2;
    margin-left: 5em;
    transition-property: opacity;
    transition-duration:  2s;
    transition-timing-function: ease-in;
    
}


.box3 

{

    flex-basis: 11em;
    order: 3;
    transition-property: opacity;
    transition-duration:  2s;
    transition-timing-function: ease-in;
    
    
}

.box4 

{

   flex-basis: 11em;
   order: 4;
   display: block;
   transition-property: opacity;
    transition-duration:  2s;
    transition-timing-function: ease-in;
    margin-left: 1em;
    
    
   

    
}



.box5

{

    flex-basis: 21em;
    order: 5;
    opacity: 0;
    display: none;
    
    transition-property: opacity, transform;
    transition-duration:  2s, 0.3s;
    transition-timing-function: ease-out, ease-out;
    background-color: #ebe9e9;
    
}

.box6 

{

    flex-basis: 14em;
    order: 6;
    display: none;
    opacity: 0;
    transition-property: opacity;
    transition-duration:  2s;
    transition-timing-function: ease-out;
    margin-left: 2.5em;
    
}

p 

{

    font-size: large;
}


table 

{

    border-spacing: 0;
}


.aussen 

{
    width: 2em;
    height: 2em;
    text-align: center;  
    font-weight: bold;
    font-size: large;
}

h2

{

    text-align: center;
}

.meerl, .meerr

{

    border: 0.01em solid #000000;
    width: 2em;
    height: 2em;
    background-color: #b1e3fa;
    text-align: center;
    transition: background-color;
    transition-duration: 0.1s;

}   


.meerl:hover

{

    background-color: #68ccfa;
    
}

.meerr:hover

{
    background-color: #ff2727;
}


#cheatsheet

{
    border: 0.01em solid #000000;
    text-align: center;
    padding: 0.5em;
    background-color: #ffffff;
    
    
}

#hintergrund

{
    border: 0.01em solid #000000;
    text-align: center;
    padding: 0.5em;
    background-color:#fad162;
    
     
}

#hintergrund:hover

{
    background-color:#fbc83a;
    

}


#neuesspiel

{

    border: 0.01em solid #000000;
    text-align: center;
    padding: 0.5em;
    color: white;
    background-color:#ff0000;
    display: none;
    font-weight: bold;
    
 
}

#neuesspiel:hover

{

    background-color: white;
    color: red;
}


#hintergrundtext

{

    
    padding: 1em;
    width: 50em;
}


#nachricht_links {

    transition: background-color;
    transition-duration: 0.1s;
    
}


#nachricht_rechts {

    transition: background-color;
    transition-duration: 0.1s;
    
}

.schiff 

{
    border: 0.01em solid #000000;
    width: 2em;
    height: 2em;
    background-color: #194a61;
    text-align: center;
    color: white;
}

.schiff:hover 

{
    background-color: #1c6e94;
  
}

.schiffg 

{
    border: 0.01em solid #000000;
    width: 2em;
    height: 2em;
    background-color: #fafafa;
    text-align: center;
    
}


.platzhalter 

{
    border: 0.01em solid #ebe9e9;
    width: 2em;
    height: 2em;
    background-color: #ebe9e9;
    
}

.zwischen

{
    height: 0.7em;
    width: 0.7em;
}

.info

{
    padding: 0.1em;
    background-color: #fafafa;
    font-weight: bold;
    text-align: center;
    font-size: large;
    
}


.warnung

{
    padding: 0.1em;
    background-color: #ff2727;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: large;
   
}

.wasser

{
    padding: 0.1em;
    background-color: #b1e3fa;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: large;
  
}

.versenkt

{
    padding: 0.1em;
    background-color: #000000;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: large;
  
}

.vorladen 

{
    
    display: none;
    width: 0px;
    height: 0px;
    border: 0px;
}