.Impressum img{
    height: 450px;
}


.LogoImg{
    margin-top: 90px;
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    height: 400px;

}



#impressum{
    padding: 15px;
background-color: var(--main-brand-color);
}

#impressum h1{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bolder;
    padding: 5px;

}

#impressum h2{
    color: rgb(2, 2, 2);
    font-size: 18px;
    font-weight: bold;
    padding: 5px;


}



#impressum p{
    color: rgb(0, 0, 0);
    font-size: 15px;
    max-width: 90%;
    padding-left: 5px;
} 

#impressum p a{
    color: rgb(0, 0, 0);
}


    



    /* .mitte {
        display: flex;
        justify-content:flex-start; 
        padding: 50px;
        
        
    }
    footer{
        width: 100%;
    
    }
    
    #footerid {
        margin-bottom: 120px;
    }
    #footerid ul {
        list-style: none ;
        justify-content: center;
        gap: 20px;
    
    }
    
    #footerid a:hover{
        color: red;
    }
    #footerid ul li a{
        font-size: 20px;
        padding: 20px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
    
    }
    
    #footerid  a:hover{
        color: red;
    }
    
    #footerid  a::after{
        content: '';
        height: 2px;
        width: 0;
        background-color: var(--main-brand-color);
        position: absolute;
        bottom: 0;
        left: 0;  
        transition: 150ms ease-in-out;
    }
    
    #footerid  a:hover::after{
      width: 100%;  
    }
#toggle_button{
    display: none;
}

label[for="toggle_button"]{
    display: none;
}

label[for="toggle_button"] span{
    font-size: 40px;
    
} */
/* @media(max-width: 850px){ 
    header {
        position:relative;
        top: 0px;
        backdrop-filter: blur(10px) ;
    }

    .header_text h1{
        padding: 100px;
    }
    #berlin {
        padding-top: 70px;
      
    }
    .header_text nav{
        position: absolute;
        top: 0;
        left: 0;
        color: wheat;
        background: var(--secondary-color);
        padding: 15px;
        border-radius: 0 0 25px 0 ;
    }
    
    .header_text nav ul{
        color: white;
        display: none;
        flex-direction: column;
    }
    #toggle_button:checked ~ ul{
        display: flex;
    }
    label[for="toggle_button"]{
        display: block;
    }
    label[for="toggle_button"] span{
        font-size: 20px;
        
    }
}*/
@media(max-width: 1050px){

    .Impressum img{
        height: 350px;
    }

}
@media(max-width: 850px){
    .Impressum img{
        height: 200px;
    }
 
}
@media(max-width: 300px){
    #impressum h1{
        font-size: 18px;
        padding-left: 5px;
    }
    .Impressum img{
        height: 120px;
    }
    #impressum h2{
        font-size: 15px;
        padding-left: 5px;
    }
    #impressum p{
        font-size: 13px;
        padding-left: 5px;
    }

}