body{
    font-family: 'Open Sans', sans-serif;
    background-color: #e0e0e0;
    padding-left: 100px;
    padding-right: 100px;
}
.h1{
    color: rgb(117, 0, 0);
}
.vh{
    color: rgb(143, 143, 143);
    font-size: 30px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}
a{
    color: #831D17;
    text-decoration: none;
    margin-left: 16px;
    font-weight: 700;
}
a:hover {
    text-decoration: underline;
}
.bildc{
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 15%;
    display: block;
}
.nsite{
    background-color: white;
    padding: 16px;
}
.f-button{
    color: white;
    background-color: rgb(1, 1, 136);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1em;
    padding: 0.5em;
    line-height: 1;
    width: 2em;
}
.f-button:hover{
    background-color: rgb(4, 4, 169);
}
.maps{
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 16px;
    
}
.maps-frame {
    border: 0;
    height: 450px;
    width: 70%;
}
.text-container {
    background-color: #DEDEDE;
    padding: 8px;
    color: #484846;
    font-weight: 600;
}