#Kontakt{
    background: url(img/Shop.jpg) no-repeat right top;
    width: 100vw;
    height: auto;
}

#Kontakt_Sheet{
    width: 40%;
    background-color: aliceblue;
    text-align: right;
    padding-right: 2%;
    box-shadow: 10px 10px 15px black;
    transform: translateY(-2%);

}

.grid-container_Kontakt {
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 10%;
    padding-bottom: 3vh;
}

.Headline {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
    font-size: 1.5em;
    color: #116BB2;
}


