svg {
    display: block;
    margin: 0 auto;
}

line {
    stroke: white;
    stroke-width: 1;
}

text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    fill: white;
}

.svg_canvas {
    background-color: rgba(0,0,0,0.65);
}

.population-row text {
    font-size: 12px;
}

.legend {
    font-size: 12px;
}

.population-field:hover {
    stroke: white;
    stroke-width: 1;
}

.domain {
    display: none;
}

.tourismus-path {
    fill: none;
    stroke: red;
}

.tourismus-logo {
    fill: red;
    stroke: white;
    stroke-width: 2;
}

.headline-tourismus {
    font-size: 30px;
}

.tourist-number {
    font-size: 18px;
}

.tourismus-countries {
    cursor: default;
}

.tourismus-countries:hover {
    opacity: 0.75;
}

.svg_canvas_2 {
    cursor: pointer;
}

.show-chapter-btn {
    fill: white;
    font-size: 20px;
}

.background-btn {
    fill: orange;
}