.start svg {
    width: auto;
    height: 80vh;
    display: block;
    margin: 0 auto;
    color: #d2a98b;
}
      
.start svg .path-element {
    transition: color 0.3s ease;
}
      
.start svg .path-element:hover {
    color: #d2a98b; 
}


/* Mittelgroße Smartphones (max. Breite bis 768px) */
@media screen and (max-width: 1000px) {
    body {
        height: 50vh;
    }
    .start svg{
        height: 30vh;
    }
    .start{
        height: 30vh;
    }
}
