.i1 {
    width: 100%;
    min-height: 90vh;
    padding-top: 0;
    
    background: linear-gradient(90deg, rgba(198,119,0,1) 0%, rgba(255,229,176,1) 50%, rgba(198,119,0,1) 100%);

    display: flex;
    justify-content: center;
    align-items: center;
box-shadow: 0 0 50px 0 white;
border-bottom: solid 1px white;
margin-top: 68px;


flex-flow: wrap;
justify-content: space-around;
flex-direction: row;

}


.impressumCon{
    width: 90%;
   min-height: 840px;
   
    font-size: 16px;
    text-shadow: 0 0 1px ;

    display: flex;
    align-items: center;
    flex-flow: wrap;
justify-content: space-around;
flex-direction: row;
   
    
    background-image: url("headerBackground.png") ;
    background-position: center;
    background-size: cover;


    margin: 5px 10px 5px 10px;

  
    
  
    
box-shadow: 0 0 15px;
    border-top: solid white;
    border-bottom: solid white;
    border-right: solid 1px white;
    border-left: solid 1px white;
    border-radius: 10px;
}



.imp{
text-align: center;


}

.impText{
width: 220px;
margin-top: -15px;

}

.hl{
text-decoration: underline;

}
