*{
    margin: 0;
    padding: 0;
}


body{

    background-color: #192a45 !important;
    background-image: 
    url(schnee1.png),
    url(schnee2.png),
    url(schnee3.png);
    
    -webkit-animation: schnee 25s linear infinite;
    -moz-animation: schnee 25s linear infinite;
    -ms-animation: schnee 25s linear infinite;
    animation: schnee 25s linear infinite;

}


@keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-moz-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-webkit-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}





.baum{

    background-image: url('gruenerweihnachtsbaum.png');
    background-size: 40% 90%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position:45% 45%;


}

.present{

    background-image: url('present.png');
    background-size: 40% 100%;
    height: 25%;
    background-repeat: no-repeat;
    background-position:45% 45%;
    
    
    

}

.zentrieren{

    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 5%;
     


}

.bs{

    
    
  
    align-content: center;
    justify-content: center;

   width: 70%;
   height: 72vh;

}




.r1{

    
    height:10%;
    width: 20%;
    
    display: flex; 
    margin: 0 auto;
    


}


.r2{
  
    height:15%;
    width: 30%;
    display: flex; 
    margin: 0 auto;
    

    
}

.r3{

   
    height:15%;
    width: 40%;
    display: flex; 
    margin: 0 auto;
    

    
}


.r4{

  
    height:15%;
    width: 50%;
    display: flex; 
    margin: 0 auto;
    

    
}

.r5{

    
    height:15%;
    width: 60%;
    display: flex; 
    margin: 0 auto;
    

    
}

.r6{

    
    height:15%;
    width: 70%;
    display: flex; 
    margin: 0 auto;
    

    
}

.r7{

    
    height:15%;
    width: 75%;
    display: flex; 
    margin: 0 auto;
    

    
}




.kb{

   

    display: inline-block;


    background-image: url('kugel_blau.png');
    background-size: contain;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;

    display: flex; 
    margin: 0 auto;

    color: lightblue;
    

}


.kg{
    

    display: inline-block;

    background-image: url('kugel_gelb.png');
    background-size: contain;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;

    display: flex; 
    margin: 0 auto;

    color: lightyellow;



    
    
    


}


.kr{

    



    display: inline-block;

    background-image: url('kugel_rot.png');
    background-size: contain;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;

    display: flex; 
    margin: 0 auto;

    color: pink;
  


}


.kl{



    display: inline-block;
    
    background-image: url('kugel_lila.png');
    background-size: contain;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;

    display: flex; 
    margin: 0 auto;

    color: lightpink;
    


}







 /* Style the Image Used to Trigger the Modal */
 #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  } 

