
.Header{
    display: flex; 
    justify-content: center; 
    background-color: #6a7b82; 
    flex-direction: column; 
    text-align: center; 
    color: black; 

}
.Footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.VRFoto{
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 150px;
    cursor: pointer;
}

.ZoomFoto{
    transition: all .3s ease-in-out;
}

.ZoomFoto:hover{
    transform: scale(1.2);
}

.body{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.Knop{
    padding: 0;
    border: none;
}

body {
  margin: 0;
  height: 200vh; 
  font-family: sans-serif;
}

.content {
  padding: 60px;
}

.Body{
    overflow: hidden;
}

.VR_Mode{
    height: max-content;
    width: max-content;
}

html { height: 100%; }
body { min-height: 100%; }

#move {
    position: fixed;
    z-index: 3;
    pointer-events: none;

    transition: 
        left 0.3s ease-out,
        top 0.3s ease-out;
}

.Knop2{
    position: absolute;
    margin-left: 90%;
    margin-top: 40%;
}

.knoppen {
    display: flex;
    gap: 20px; 
    justify-content: center;
}
