#footer_div_internorm
{
    position: absolute;
    bottom: 0;
    text-align: center; 
    border:1px solid silver; 
    /*    //border-top-left-radius:15px; */
    float:right;
    z-index: 10;
    padding-top:0.3vh;
    padding-bottom: 0.3vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom:0;
    right: 0;
    color: white;
    font-size: 1.1vh;
    font-family: Arial;
    margin:auto; 
    text-align: center;

}

/*#footer_div_einpassen
{
    position: fixed;
    bottom: 0;
    text-align: center; 
    border:1px solid silver; 
    //border-top-left-radius:15px; 
    float:right;
    z-index: 10;
    padding-top:0.3vh;
    padding-bottom: 0.3vh;
    width: 100%;
    background: #F3F3F3;
    bottom:0;
    right: 0;
    color: gray;
    font-size: 1.1vh;
    font-family: Arial;
    margin:auto; 
    text-align: center;
}*/

#footer_left
{
    float:left;
    margin-left:2vw;    
}

#footer_right
{
    float:right;
    margin-right: 2vw;
}

#footer_center
{
    position: absolute;
    bottom: 0;
    text-align: center; 
    border:1px solid silver; 
    /*    //border-top-left-radius:15px; */
    float:right;
    z-index: 10;
    padding-top:0.3vh;
    padding-bottom: 0.3vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom:0;
    right: 0;
    color: white;
    font-size: 1.5vh;
    margin:auto; 
    text-align: center;
}

#footer_center_info
{
    position: absolute;
    bottom: 0;
    text-align: center; 
    /*    //border:1px solid silver; 
        //border-top-left-radius:15px; */
    float:right;
    z-index: 10;
    padding-top:0.3vh;
    padding-bottom: 0.3vh;
    width: 100%;
    background: rgb(47,47,47);
    bottom: 0;
    right: 0;
    color: white;
    font-size: 1.5vh;
    margin:auto; 
    text-align: center;
}

@media screen and (orientation: portrait) {
    #footer_center_info {
        height: 1vh !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        font-size: 0.7vh;
    }
}

#impressum{
    margin-right:20px; 
    text-decoration: underline; 
    cursor: pointer;
}

#impressum-background{
    position:absolute;    
    display: none;
    width: 100vw; 
    height: 100vh;     
    background: rgba(0,0,0, 0.3);
    z-index: 99999999;
    text-align: center;
}

#impressum-content{
    overflow: auto;
    margin: 0 auto;    
    height: 90vh;
    width: 50vw;
    font-size: 1.2vh;
    color: rgb(102,102,102);
    margin-top: 7vh;
    background: white;
    text-align: center;
    display:block; 
}

#impressum-upper{
    display:block;
    height: 8vh;
    width: 100%;
    margin: auto;
    text-align: center;    
}

#impressum-center{
    display: block;
    min-height: 42vh;
    height: auto;
    width: 100%;
    margin: auto;    
    text-align: center;
    padding-top: 2vh;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2vh;
    color: black;
    font-size: 1.3vh;
}

#impressum-up-left{
    display: inline-block;
    height: 8vh;
    width:8%;
    float:left; 
}

#impressum-up-center{
    display: inline-block;
    height: 8vh;
    width:84%;
    float:left;    
}

#impressum-up-right{
    display: inline-block;
    height: 8vh;
    width:8%;
    float:left;    
    text-align: center;    
}

#impressum-title{
    background: rgb(102,102,102);
    color: white;
    width: 100%;
    height: 5vh;
    line-height: 5vh;
    margin-top:1.5vh;
    margin-bottom: 1.5vh;   
    font-size: 1.8vh;
}

#impressum-close{        
    width: 60%;
    margin-left:20%;
    margin-right:20%;
    height: 5vh;
    line-height: 5vh;
    margin-top:1.5vh;
    margin-bottom: 1.5vh;          
    color: black;
    font-size: 2vh;
    border-bottom: 1.5px solid silver;
    cursor: pointer;
    font-weight: bold;
}

#impressum-red-line{
    height: 2vh;
    width: 84%;    
    margin-top: 1vh;
    /**margin-bottom: 2vh;**/
    margin-left: 8%;
    margin-right: 8%;
    /**padding-bottom: 2vh;**/
    border-top: 2px solid rgb(200,30,40);    
}

#impressum-copy{
    font-size: 3vh;
}