body{
    height: 100vh;
    width: 100vw;
    display: grid;
    margin: 0;
    background-image: url(img/BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

.wrapper {
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
}

img{
    width: 70vw;
    max-width: 400px;
}

p{
    font-size: 1.5rem;
    margin:0;
}

h1{
    font-weight: 700;
    font-size: 1.2rem;
    margin:0;
    padding: 0;
    color: #BE0E0E;
}

.logo{
    text-align: center;
}

a{
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    height: fit-content;
}

#adresse{
    margin-top: 1.5rem;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 500;
}
#adresse p{
    margin: 5px;
    padding: 0;
}

.Firmendaten{
    display: flex;
    margin-bottom: .5rem;
}

.Titel{
    font-weight: 600;
    margin-right: 7px ;
    color:#BE0E0E;
}

#daten{
    margin-top:1rem;
    padding-top: 1.5rem;
}

#daten p{
    font-size: 1.2rem;
}

.wrapper-daten{
    align-self: center;
}