
		@page { size: landscape }
		p { margin-bottom: 0.25cm; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt; line-height: 115% }
		td p { margin-bottom: 0.25cm; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt; line-height: 115% }
		a:link { so-language: zxx }

* {
box-sizing: border-box;
}
	
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
background-image: url(pictures/DSC_0608b.JPG);
     background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
	}

.tydlig {
font-family: arial;
font-size: 25px;
font-style: italic;
color: white;
text-shadow: 1px 1px #0000ff;
}

table, th, td {
  border: 0px solid red;
  background: rgba(76, 76, 76, 0.3);
  color: pink;
  font-family: "Arial", "Helvetica", sans-serif; font-size: 12pt;
  
}

p {
  color: pink;
  }
    
@media screen and (max-width: 600px) {

.navbar {
  overflow: visible;
  background-color: #359;
  height: 50px;
  display: none;
}
h2 {
display: none;
}

}



.navbar {
  overflow: visible;
  background-color: #359;
  height: 50px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: visible;
}

.dropdownr {
  float: right;
  overflow: visible;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: blue;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 8px 8px 16px 0px gray;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
    
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/* här kommer koden till mobilmenyn */

@media screen and (min-width: 601px) {

.topnav {
  overflow: hidden;
  background-color: #359;
  position: relative;
  display: none;
}
}

.topnav {
  overflow: hidden;
  background-color: #359;
  position: relative;
  top: 0;
  left: 0;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  background-color: #359;
}

.topnav a.icon {
  background: blue;
  display: block;
  position: absolute;
  padding: 0px;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: blue;
  color: white;
}

.active {
  background-color: #04AA6D;
  color: white;
}

/* här slutar koden till mobilmenyn */

/* här kommer kod till overlayer i mobilmenyn */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* här slutar kod till overlayer */

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: rgba(255,255,255,0.5);
  /*height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
