@media only screen and (min-width: 481px)
{

    * { width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Lobster', cursive;
        
    }
    
    body
    {
        font-family: 'Lobster', cursive;
        background-image: url(Images/Marc_Grad.gif);
        background-size: 100%;
        background-position: center;
        
    }
    
    .banM{
      width: 100%;
      display: none;
      
      }

    .BM{
        display: none;
    }
    
      .menuMO
      {
        display:none ;
    
    
      }
    
    .Mobil{
    display: none;
    
    }
    
    .ban{
    width: 50%;
    margin-left: 26%;
    
    }

    .B{
    font-size: 50px;


    }
    
    
    .btn {
        background-color: #d30505;
        border: none;
        color: white;
        padding: 16px 32px;
        text-align: center;
        font-size: 16px;
        margin: 4px 2px;
        opacity: 0.6;
        transition: 0.3s;
      }
      
      .btn:hover {opacity: 1}
    
      .h:hover,.h:active 
      {background: red;
        transition: 0.3s;
        }
    
    .menu {
        font-family: 'Lobster', cursive;
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: rgba(100, 22, 77, 0.637);
        width: 80%;
        margin-left: 10%;
        margin-top: 2%;
      }
      
      .menu > div {
        font-family: 'Lobster', cursive;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 40px;
        
      }
    
      .main {
        font-family: 'Lobster', cursive;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 90%;
        margin-left: 4%;
        margin-top: 2%;
        position: absolute;
      }
      
      .main > div {
        font-family: 'Lobster', cursive;
        justify-content: center;
        margin-left: 40%;
        margin-right: 40%;
        font-size: 30px;
        
      }

      .Title{
        font-size: 60px;
        text-align: center;
        margin-top: 5%;

    }
      
      .Choices{
        display: flex;
        flex-direction: row;
        margin-top: 2%;
        justify-content: center;
        width: 100%;
        padding-left: 5%;
        
        }
    
      .Choices > div{
            width: 60%;
            }


            .Choices2{
                display: flex;
                flex-direction: row;
                margin-top: 2%;
                justify-content: center;
                width: 100%;
                
                }
            
              .Choices2 > div{
                    width: 60%;
                    
                    }
    
    .T{
        text-align: center;
        font-size: 60px;
    }

    .BoxP{
        display: flex;
        flex-direction: row;
        

    }

    .T2{
        font-size: 40px;
        margin-left: 3%;
    }




    .Ran{
        position: relative;
    
        }
    
      
        
    
        .overlay1 {
      position:absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 53.5%;
      width: 100%;
      opacity: 0;
      margin-left: 0;
      transition: .5s ease;
      background-color: #7a099c;
        }
    
        .Ran:hover .overlay1 {
          opacity: .5;
        }
        

        .Pro{
            position: relative;
        
            }
        
          
            
        
            .overlay2 {
          position:absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 56.5%;
          width: 100%;
          opacity: 0;
          margin-left: 0;
          transition: .5s ease;
          background-color: #7a099c;
            }
        
            .Pro:hover .overlay2 {
              opacity: .5;
            }


            .Cli{
                position: relative;
            
                }
            
              
                
            
                .overlay3 {
              position:absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              height: 82.5%;
              width: 100%;
              opacity: 0;
              margin-left: 0;
              transition: .5s ease;
              background-color: #7a099c;
                }
            
                .Cli:hover .overlay3 {
                  opacity: .5;
                }
                
            



}




/*mobil*/

@media only screen and (max-width: 481px)
{

    * { width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Lobster', cursive;
        
    }

    Body{
        background-image: url(Images/Marc_Grad.gif);
        background-position: center;
        background-size: 150%;
    
    }
    .menu {
      display: none;
    
      }
    
    .ban{
      display: none;
    
    }
    
    
    .main {
    display: none;
    
    
    }

    .Choices{
        display: none;
    }

    .Choices2{
        display: none;
    }

    .Title{
        display: none;
    }
    
    .B{
        display: none;
    }

    .banM{
        margin-top: 5%;
        margin-bottom: 5%;
        width: 100%;
        
        }

    .BM{
        font-size: 30px;
        padding-left: 5%;


        }
      
        .menuMO {
          float: right;
          overflow: hidden;
        }
        
        .menuMO .dropbtn {
          width: 20%;
          cursor: pointer;
          font-size: 16px;  
          border: none;
          outline: none;
          color: white;
          padding: 14px 16px;
          background-color: inherit;
          font-family: inherit;
          margin: 0;
          margin-left: 75%;
        }
        
        .menuMO:hover .dropbtn, .dropbtn:focus {
          background-color: rgba(122, 55, 55, 0.288);
          transition: 0.5s;
        }
        
        .Contents {
          display: none;
          position: absolute;
          background-color: #810808;
          font-size: 25px;
          min-width: 160px;
          min-height: 230px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 2;
          transition: 0.5s;
        }
        
        .Contents .h {
          float: none;
          color: rgb(255, 255, 255);
          padding: 12px 16px;
          text-decoration: none;
          display: block;
          text-align: left;
        }
        
        .Contents .h:hover {
          background-color: rgb(84, 16, 139);
          transition: 0.5s;
        }
        
        .show {
          display: block;
        }  
      
        .TitleM{
            font-size: 60px;
            text-align: center;

        }

        .ChoicesM{
            display: flex;
            flex-direction: column;
            margin-top: 5%;
            justify-content: center;
            width: 100%;
            }
        
          .ChoicesM > div{
                width: 100%;
                
                }
    
        
        .T{
            text-align: center;
            font-size: 60px;
        }
        .T2M{
            font-size: 20px;
            margin-left: 5%;
            margin-top: 15%;
            box-sizing: border-box;

        }

        .T2MR{
            font-size: 20px;
            margin-right: 5%;
            margin-top: 18%;
            box-sizing: border-box;
        }


    
        .BoxPM{
            display: flex;
            flex-direction: row;
            margin-top: 4%;

        }

        .BoxPMR{
            display: flex;
            flex-direction: row;
            margin-top: 4%;
        }

        .RanM{
            position: relative;
        
            }

            .Por{
              width: 220px;

            }
        
            .Sus{
              width: 220px;

            }
          
            
        
            .overlay1M {
          position:absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 66%;
          width: 100%;
          opacity: 0;
          margin-left: 0;
          margin-top: 34%;
          transition: .5s ease;
          background-color: #7a099c;
            }
        
            .RanM:hover .overlay1M {
              opacity: .5;
            }



            .ProM{
                position: relative;
            
                }
            
              
                
            
                .overlay2M {
              position:absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              height: 50.5%;
              width: 100%;
              opacity: 0;
              margin-left: 0;
              margin-top: 68%;
              transition: .5s ease;
              background-color: #7a099c;
                }
            
                .ProM:hover .overlay2M {
                  opacity: .5;
                }


                .CliM{
                    position: relative;
                
                    }
                
                  
                    
                
                    .overlay3M {
                  position:absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  height: 83%;
                  width: 100%;
                  opacity: 0;
                  margin-left: 0;
                  margin-top: 34%;
                  transition: .5s ease;
                  background-color: #7a099c;
                    }
                
                    .CliM:hover .overlay3M {
                      opacity: .5;
                    }

        


}
