* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
	font-family: "Lucida Sans", sans-serif;
	overflow: auto;
	height:auto;
	flex-grow:1;
	width:inherit;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
  position: relative;
  padding-bottom: 58px;
  min-height: 100vh;
}

.header {
  text-align: center;
  background-color: #333;
  color: #fff;

	padding: 1px;
	font-weight: bold;
	font-size: 2vw;
	margin-top: 10px;
	height:auto;
}
.header h1 {
  height:auto;
  font-size: 1.5em;
  	left: 0px;
	top: 0px;
		font-weight: bold;
			margin-top: 10px;
}
header p {
  font-size: 22px;
}
.scalelogo {	min-width:40px;
	min-height:40px;
	max-height:150px;
	max-width:150px;
	height:auto;
	/*border: 5px solid blue;*/
	position: absolte;
	top=:0;
	right:0;
	height:auto;
	right: 0px;
	top: 0px;
	}
[class*="mobile"] {
  float: left;
  padding: 15px;
}
main {
  width: 100vw;
  margin: 0 auto;
  /*padding: 30px 20px;*/
  /* min-height: calc(100vh - 211px - 58px); */
}
article {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
article:last-child {
  margin-bottom: 0;
}
article h3 {
  margin: 10px 0 25px 0;
}
article p {
  margin-top: 16px;
  line-height: 24px;
}

footer {
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* position: fixed;
  z-index: 1; */
}

@media(max-width:768px) {
  header { padding: 1px 1px; }
  header h1 { font-size: 50px; margin-bottom: 22px; }
  header p { font-size: 18px; }
  main { width: 100vw; padding: 1px; }
  article { margin-bottom: 16px; font-size: 14px; }
  article h3 { margin: 10px 0 20px 0; }
  article p { margin-top: 16px; line-height: 20px; }
}
.fa {
  padding: 10px;
  font-size: 10px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.fa:hover {
   /* opacity: 0.7;*/
}

.fa-facebook {
  background: #3B5998;
  color: white;
  border-radius: 3px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}
.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	flex-grow:1;
}
.menu {
max-height: 800px;overflow-y: hidden;   ///<<<<<<<<<<<<<<<<
	display:flex;
	flex-grow:1;
}

.menu:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .tablet1 {width: 8.33%;}
  .tablet2 {width: 16.66%;}
  .tablet3 {width: 25%;}
  .tablet4 {width: 33.33%;}
  .tablet5 {width: 41.66%;}
  .tablet6 {width: 50%;}
  .tablet7 {width: 58.33%;}
  .tablet8 {width: 66.66%;}
  .tablet9 {width: 75%;}
  .tablet10 {width: 83.33%;}
  .tablet11 {width: 91.66%;}
  .tablet12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .desktop1 {width: 8.33%;}
  .desktop2 {width: 16.66%;}
  .desktop3 {width: 25%;}
  .desktop4 {width: 33.33%;}
  .desktop5 {width: 41.66%;}
  .desktop6 {width: 75%; }
  .desktop7 {width: 58.33%;}
  .desktop8 {width: 66.66%;}
  .desktop9 {width: 75%;}
  .desktop10 {width: 83.33%;}
  .desktop11 {width: 91.66%;}
  .desktop12 {width: 100%;}
  .header {width:100%;}
}
 .row #myLinks {
  display: none;
}
a:link
{
    color:#FFFFFF;
}

a:visited
{
    color:#FFFFFF;
}

a:hover 
{
    color:#FFFFFF;
}
a {text-decoration: none; }
.tooltip {
	border-bottom: 1px dotted #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	color: black;
	font-size: 150%;
	opacity: 0.85;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 250px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -160px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #bceea0; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.feestdag { background: #D8D8D8; border: 1px solid #2BB0D7;	}		
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #FFA500; border: 1px solid #2BB0D7;	}
.warning { background: #9FDAEE; border: 1px solid #FFAD33; }

