.canton-input {
    display:none;
}

body {
  background-color: #e5e5e5;
}

.container {
  width: 100%;
}

.map_schweiz {
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding-bottom: 68%;
}

.map_schweiz a {
  cursor: pointer;
}

.map_schweiz .shadow polygon {
  fill: #9D9C9C;
  opacity: 0.5;
}

.map_schweiz svg {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.map_schweiz svg g.kanton polygon,
.map_schweiz svg g.kanton path {
  stroke: #9D9C9C;
  fill: #ffffff;
  transition: all 0.6s ease 0s;
}
.map_schweiz svg g.kanton:hover polygon,
.map_schweiz svg g.kanton:hover path {
  fill: #C7CED5;
}

.seen {
  fill: #3D9BE2;
}

.canton-img {
  float: left;
  margin-top: 0.2em;
  margin-left: 0.5em;
}
.canton-detail {
  margin-left: 80px;
}
.canton-title h2 {
  margin-top: 0;
}
.canton-title h2 a {
  color: #000000;
}
.canton-title h2 a:hover {
  color: #000000;
  text-decoration: none;
}

.t_ContentContainer {
  font-size: 14px;
  line-height: 1.45;
}
