/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 540px) 
{
  body{
    font-size: larger;
  }
    .Uberschrift {
        width: 80%;
        margin: 45% 10% 60% 10%;
        height: 20%;
        
    
      }
     
      .content{
        margin-top: -2%;
        position: relative;
        top: 0%;
        width: 100%;
        height: 100%;
        
        
        color: black;
       
    }
    
    
    .mobile{
        width: none;
        height: 0%;
    }
    #slideshow {
        text-align: center;
        overflow: hidden;
        height: 0;
        width: 0px;
        margin: 0 auto;
      }
    .content_main{
        background-color: #54b3d6 ;
        height: 90%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr  ;
        grid-row: 1fr 1fr 1fr 1fr ;
        margin-bottom: -7%;
        margin-top: -2%;
    } 
   
    
    
    .Text{
        text-align: center;
        padding-top: 0%;
        border-bottom: solid black;
        padding-bottom: 4%;
        margin-bottom: 3%;
        height: 90%;
        }
    .Text:hover{
                color: black;
        transition: ease;
    }
    .Kontakt{
    
     width: 90%;
     height: 60%;
     padding: 2%;
     color: black;
     
     margin: 0% 2% 6% 2%;
     overflow: hidden;
   }
   .FAQ{
    width: 90%;
    height: 40%;
    
    
    overflow: hidden;
    padding: 2%;
    color: white;
    margin:0%;
  }
  .ÜberUns{
    height: 130%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr  ;
    grid-row: 1fr 1fr 1fr 1fr ;
  }
  .Weg{
    width: 0;
    height: 0;
    size: 0pc;
  } 
  .calisthenics_menu{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr ;
  }
  .Spruch4{
    
    margin-left: 20%;
    
    margin-bottom: 1%;
    border-radius: 25px;
    padding: 1%;
    width: 60%;
    height: fit-content;
    font-size: medium;
    text-align: center;
      
  }
  .Video{
    width: 90%;
    margin: 50% 5% 2% 5%;
  }
  details{
    font-size: x-small;
  }
  .Video1{
    float: right;
    width: 94%;
    height: 510px;
    margin-right: 3%;
    border-radius: 25px;
    background-color: #f8f4ff;
  }
  .hidden1{
    display: none;
  }
}
@media screen and (max-width: 1025px) 
{
  .VideoS{
    
    width: 50%;
    height: 510px;
    margin-right: 25%;
    margin-top: 3%;
    border-radius: 25px;
  }
  #slideshow{
    margin-left: 5%;
}
}