


.parzelle:hover {
    opacity: 1;
    stroke-width: 2pt;
    fill: blue;
    fill-opacity: 0.5;
}

path.parzelle {
    fill:#184c18;
    fill-opacity:0.5;
    stroke-opacity:1;
    stroke: black;
    stroke-width: 1;
}

path.rasen {
    stroke: black;
    stroke-width: 1;
}

path.kiesweg {
    stroke-width: 2;
    stroke: black;
}

path.parzelle:hover {
    stroke-width: 3;
}

svg text {
    font-size: 48pt;
    fill:#0f170f;
    fill-opacity:0.85;
    font-family:Arial, Helvetica, sans-serif
}

body {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

#modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}

/* Modal content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    max-width: 200px;
    flex: 1;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
