body {
    font-family: montserratlight, Helvetica, Arial, sans-serif;
    padding: 1rem;
}

.header {
    margin-bottom: 5rem;
}

map, map area{
    outline: none;
}

.liste .row {
    margin-bottom: 1.5rem;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #E9EFB6;
    stroke: #BDD142;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st1 {
    fill: #000;
    stroke: #000;
    stroke-width: 0.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.st2 {
    enable-background: new;
}

#fbs > g {
    cursor: pointer;
    display: block;
}

#fbsAustria g.bl:hover .st0,
#fbs > g:hover path.kreis, #fbs a > g:hover path.kreis  {
    stroke: #66D147 !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #66D147 !important;
    cursor: pointer;
}

.sponsor {
    position: absolute;
    top: 120px;

}

#bundesland {
    margin: 10%;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .sponsor {
        top: 100px;
    }

    .sponsor img {
        width: 20%;
    }
}