@font-face {
	font-family: Lato-Light;
	src: url("../fonts/Lato-Light.ttf");
}

@font-face {
	font-family: Lato-Regular;
	src: url("../fonts/Lato-Regular.ttf");
}

@font-face {
  font-family: Orbitron-Variable;
  src: url("../fonts/Orbitron-VariableFont_wght.ttf");
}

body {
	font-family: Lato-Regular;
	background-color: aliceblue;
}

.container {
	width: 1100px;
	margin: auto;
}

.container header {
	height: 4em;
}

.container header nav {
	line-height: 3em;
}

.container main {
	margin:  auto;
	overflow: auto;
	margin-bottom: 1em;
}

.container footer {
	padding: 0.5em;
	width: 100%;
	text-align: center;
}

.title {
	font-family: Orbitron-Variable;
	line-height: 1.3em;
	float: left;
	width: 30%;
	font-size: 30pt;
}

.right-nav {
	float: right;
	width: 65%;
	text-align: right;
}

.right-nav .mm_btn:link, .mm_btn:visited {
  background-color: rgb(251, 204, 60);;
  color: white;
  padding: 0px 70px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: solid #C4D9AB;
  border-width: 0px;
  border-radius: 25px;
  float: left;
}

.right-nav .mm_btn:hover, .mm_btn:active {
  background-color: rgb(255, 167, 36);;
}

/* Style the tab */
.tab {
  width: 750px;
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  width: 250px;
  float: left;
  background-color: #F8FFF0;
  border: solid #C4D9AB;
  border-width: 5px;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  padding: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #D1BBA4;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #FFECCC;
  font-weight: bold;

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.map-difference {
	padding: 20px;
}

.map-container {
	height: 700px;
    border: solid #C4D9AB;
    border-width: 5px;
    background-color: #F8FFF0;
  	border-top-right-radius: 10px;
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
}

.map {
  display: none;
}

.map.active {
    display: block;
}

.canton {
  stroke: #555;
  stroke-width: 1;
}

.canton:hover {
  stroke: black;
  stroke-width: 2;
}
 
.municipality {
  stroke: #555;
  stroke-width: .5;
}

.municipality:hover {
  stroke: black;
  stroke-width: 1.5;
}

.lakes {
  fill: skyblue;
  stroke: #555; 
}

.styled-table {
    border-collapse: collapse;
    margin-top: 25px;
    font-size: 0.9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: rgb(77, 175, 98);
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
	padding: 8px 10px 8px 10px;
}

.styled-table-view th,
.styled-table-view td {
	padding: 5px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    font-family: Lato-Light;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid rgb(77, 175, 98);
}

.styled-table-map-1 tbody>tr>:nth-child(1) {
	width: 6%;
}

.styled-table-map-1 tbody>tr>:nth-child(2) {
	width: 44%;
}

.styled-table-map-1 tbody>tr>:nth-child(3) {
	width: 12%;
}

.styled-table-map-1 tbody>tr>:nth-child(4) {
	width: 20%;
}

.styled-table-map-1 tbody>tr>:nth-child(5) {
	width: 16%;
}

.styled-table-map-2 tbody>tr>:nth-child(1) {
	width: 6%;
}

.styled-table-map-2 tbody>tr>:nth-child(2) {
	width: 50%;
}

.styled-table-map-2 tbody>tr>:nth-child(3) {
	width: 25%;
}

.styled-table-map-2 tbody>tr>:nth-child(4) {
	width: 19%;
}

.styled-table-view tbody>tr>:nth-child(1) {
	width: 5%;
}

.styled-table-view tbody>tr>:nth-child(2) {
	width: 25%;
}

.styled-table-view tbody>tr>:nth-child(3) {
	width: 5%;
}

.styled-table-view tbody>tr>:nth-child(n+4):nth-child(-n+8) {
	width: 12%;
}

.left-table {
	width: 49%;
	float: left;
}

.right-table {
	width: 49%;
	float: right;
}

.input {
	position: absolute;
	float: left;
	width: 235px;
	text-align:left;
	border-bottom-right-radius: 5px;
	padding: 0px 5px 5px 5px;
	color: white;
	background: #89B0CD;
	margin-block-end: 0;
}

.input-table-view {
	width: 99%;
	text-align:left;
	border-radius: 5px;
	padding: 5px;
	color: white;
	background: #89B0CD;
	margin-block-end: 0;
}

.input-table-view label{
	padding-left:	5px;
	padding-right: 5px;
}

.input-table-view button {
	border: 1px solid black;
	border-radius: 8px;
	background-color: white;
}

.input label {
	line-height: 1.5;
}

.input button {
	border: 1px solid black;
	border-radius: 8px;
	background-color: white;
}

.input-text-round {
	border:  1px;
	border-radius: 3px;
	width: 150px;
}

.tooltip {
	position: absolute;
	width: 235px;
	height: 180px;
	margin-left: 845px;
	text-align:left;
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px;
	padding: 0px 5px 5px 5px;
	color: white;
	background: #89B0CD;
	line-height: 1.5;
}

.disclaimer {
	width: 100%;
	text-align: center;
}