.html{
    display: block;
    padding: -1%;
    margin: -0.7%;
    
}
.html{
max-height: 80%;}




.log0{
width: 20%;
display: block;
    margin: auto;
    width: 20%;
}

.oberschrift{
    display:block;
    text-align: center;
    font-size:  30px;
    
}


.container1 {
    display: flex;
    align-items: flex-start;
    gap: 50px; 
    padding: 1px;
   
  }

  .container2{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: -2%;
    position: relative;
    top: 23vw;
    max-width: 70vw;
    padding: 20px;
    margin-bottom: 2vw;
    font-size: 2vb;
    
   
   
}
.text{
    color:blue;
    font-size: 1.8vw;
}

.linksbild{
    margin-bottom: 2vw;
}


.body{
    display: grid;
    grid-gap: 2px;
    grid-template-areas: 
    "header header header header header"
    "linksbild linksbild container2 container2 container2"
   "footer footer footer footer ";
   }
    










.image {
    max-width: 50%;
    height: auto;
}




#teaser img{
    width: 100%;
    height: 100%;
    opacity: 80%;
    object-fit: cover; 
}


#teaser {
    width: 100%;
    height: 500px;
}

.video{
    top: 70px;
}
.video{
    background-color: rgb(100, 100, 100);
    color: white;
    height: 36px;
    width: 200px;
    text-decoration: none;
    border-radius:5px; 
    cursor:pointer;
    
}
.Code{ background-color: rgb(100,100,100);
color: white;
cursor:pointer;
height: 36px;
width: 200px;
text-decoration: none;
border-radius:5px;
}



.footer{
    background-color: grey;
    padding: 10px;
    position: absolute;
    width: 100%;
    
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
   
  }
  
  .button {
    background-color: gray;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    
    
  }
  .button:hover {
    background-color: #f0f0f0;
    color: black;
  }
 


  @media(max-width: 3000px){
    #teaser{
       height: 300px;
     }  
     .oberschrift{
        font-size: 22px;
    }   
    .begrusung{
        font-size: 3vb;
    }
    
   
    .container1{
        gap: 20px;
    }

    .container4{
    font-size: 2.5vb;
    margin: 6%;
}
}







    

@media(max-width: 2050px){
    #teaser{
       height: 300px;
     }  
     .oberschrift{
        font-size: 22px;
    }   
    .begrusung{
        font-size: 2.5vb;
    }
    .container1{
        gap: 20px;
    }

    .container4{
    font-size: 2vb;
}
}
@media(max-width: 1750px){
    .container2{
        margin-left: -2%;
        position: relative;
        top: 11vw;
    
}}
   
@media(max-width: 1700px){
   
}
   
         
@media(max-width: 1500px){
    #teaser{
       height: 300px;
     }  
     .oberschrift{
        font-size: 18px;
    }   
    
    .container1{
        gap: 20px;
    }
   
    .footer{
        background-color: grey;
        padding: 10px;
        position: absolute;
        width: 100%;
        text-align: center;
      }
      .footer {
        display:block;
        justify-content: space-between;
        
      }
      .container2{
        margin-left: -2%;
        position: relative;
        top: 13vw;}

        .container4 {
            font-size: 1.8vb;
            margin: 6%;
        }
}

@media(max-width: 1250px){
    #teaser{
       height: 190px;
     }     
     .oberschrift{
        font-size: 14.5px;
    }
    .container2{
        top: 13vw;
        max-width: 65vw;}
    .container4{
     font-size: 1.4vb;
   }
   .begrusung{
    font-size: 1.3vb;
}
.container4 {
    font-size: 1.2vb;
    margin: 6%;
}

}

@media(max-width: 1000px){
    #teaser{
       height: 190px;
     }     
     .oberschrift{
        font-size: 12px;
    }
}
@media(max-width: 900px){
    #teaser{
       height: 190px;
     }     
     .oberschrift{
        font-size: 10px;
    }
    .begrusung{
        font-size: 1vb;
    }
    .container4{
        font-size: 1vb;
        
      }
}



@media(max-width: 875px)
{
.container1{
    gap: 30px;
}
.container4{
    font-size: 1.0vb;
  }
  .begrusung{
   font-size: 0.9vb;
}
}


@media (max-width: 600px) {
    .footer {
      height: auto;
      position: static;
      padding: 20px 0;
    }
    
  }

@media(max-width: 750px){  
     .oberschrift{
        font-size: 8px;
    }
    .container2{
        top: 5vw;
}}



@media(max-width: 540px){
    #teaser{
       height: 160px;
     }     
     .oberschrift{
        font-size: 7px;
    }
    .container2{
        top: 4vw;
}}

@media(max-width: 500px){ 
   
      
    

    #teaser{
        height: 100px;
      
    }
    .oberschrift{
        font-size: 5px;
    } 
      
    .container2{
       display: block;
       
        top: 3vw;
    }
    .linksbild{
        display: none; 
    }


}
    
  


