/*///////Desktop-Version/////////////*/

.container_main {
    position:fixed;
    width:100vw;
    height:100vh;
    left:0;
    top:0;
    right:0%;
    bottom:0%;
    background-color:white;
}
.logo {
    position:absolute;
    width:100vw;
    height:100vw;
    left:0%;
    top:0%;
    object-fit: cover;
    z-index:1;
}
.umbau {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:2;
}
.zitat {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:2;
}
.besuchen {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:2;
}
.hier a {
    fill: #000000;
    cursor: pointer;
}
.hier a:hover {
    fill:#ef4334;
    cursor: pointer;
}
