* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Tahoma, Arial, sans-serif;
}

#info {
    /*     margin: 0 auto; */
    padding: 5px;
    width: 250px;
    border: 1px solid black;
    text-align: center;
    background-color: white;
    opacity: 0.85;
    position: absolute;
    right: 100px;
    /*     top: 50px; */

}

#info h2:nth-of-type(2),
#info h2:nth-of-type(3),
#info h2:nth-of-type(4)
{
    border-top: 1px solid black;
    margin-top: 10px;
}

#kanton_img, #gemeinde_img {
    width: 150px;
}

.hide {
    display: none;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    z-index: -1;
}

#error {
    border-top: 1px solid black;
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

/*#error_message{*/
/*position: fixed;*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translateX(-50%) translateY(-50%);*/
/*z-index: 10000;*/
/*border: 5px solid red;*/
/*border-radius: 10px;*/
/*color: red;*/
/*background-color: #FFD5D5;*/
/*font-weight: bold;*/
/*font-size: 1.4em;*/
/*padding: 5px;*/
/*opacity: 0.75;*/
/*visibility: hidden;*/
/*}*/

/*#error_message.visible{*/
/*visibility: visible;*/
/*}*/