body{  
    background-image: url(../img/Wand5.jpg);
    background-size: 80%;
    
}

.HG{
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: row;
    margin: 0;
}

.HG .HG_sheet{
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HG_Maps{

    width: 50vw;
    height: 90vh;
    padding-right: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.HG_Maps div{
    padding: 0;
    width: 72vw;
    height: 80vh;
    border: 2.5vw solid #FCBF00;
    border-right: none;
    border-left: 15vw solid #FCBF00;
    border-radius: 1vw;
    background-color: #FCBF00;
    position: absolute;
    z-index: 0;
    transform: translateX(-11vw);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .6);
}

.sheet{
    position: absolute;
    max-width: 480px;
    padding: 2vw;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .5);
    background-color: #0056A4;
    z-index: 1;
}

.sheet div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.7rem;
    color: white;
    margin-bottom: 1vw;

}


.sheet div div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.sheet .Mail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2vw;
}


.sheet .Firma_Friedl{
    display: flex;
    justify-content: center;
    font-size: 2.5rem;
    margin-bottom: 0;
    text-shadow: none;
    margin-top: 1vw;
}
