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

body {
	background-color: #ddd;
	}
h1   {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	font-size:2vw;
	text-align: left;
	padding-left: 30px;
	}
	
a.logo:link, a.logo:visited {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2vw;
	font-weight: bold;
	text-align: left;
	padding-left: 50px;
	text-decoration: none;
	}
a.logo:hover {color: #777;}

h2   {
	font-size:2vw;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h3   {
	font-size:1vw;
	text-align: center;
	font-family: Helvetica, sans-serif;
	}
h4   {
	font-size:1vw;
	text-align: left;
	font-family: Helvetica, sans-serif;
	}
p    {
	text-align: left;
	font-size:1vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p.bildmeny    {
	text-align: center;
	font-size:1.5vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.bildmeny:link, a.bildmeny:visited {
	text-align: center;
	font-size:1vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
a.bildmeny:hover, a.bildmeny:active {
	color: red;
	text-decoration: underline;
}

.center {
	margin: auto;
	max-width: 99%;
	background-color: #f33;
}

a:link, a:visited {
	text-align: center;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}
.footer {
	text-align:center;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	padding-top: 5%;
	padding-bottom: 10%;
}
a.copy:link, a.copy:visited {
	color: black;
	font-size:10px;
	text-decoration: underline;
}
.center {
	margin: auto;
	max-width: 70%;
	background-color: #fff;
	border: 2px solid black;
	border-radius: 15px;
	padding-top: 20px;
}

.main {
max-width: 90%;
  margin: auto;
  text-align: left;
  background-color: #fff;
}

.footer {
	text-align:center;
	font-size:1vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
a.copy:link, a.copy:visited {
	color: black;
	font-size:1vw;
	text-decoration: underline;
}
a.copy:hover, a.copy:active {
	color: red;
}

img {
  border: 2px solid #000;
  border-radius: 4px;
  padding: 0px; 
}

menybilder {
  border: 2px solid #000;
  border-radius: 2px;
  padding: 2px; 
  width: 30px;
}


video {
  max-width: 640px;
  height: auto;
}

/* menyn */

.container_top {
  display: grid;
  grid-template-columns: 70% 30%;
  background-color: white;
  width: 95%;
  padding-left: 10px;
}
.container_top > div {
  background-color: #fff; 
  padding: 1px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: black;
  padding: 16px;
  font-size: 15px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  /*position: right;*/
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ddd;}



.container {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: white;
  padding: 10px;
}
.container > div {
  background-color: #fff;
  /*border: 1px solid black;*/
  padding: 1px;
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
}




/*-------------------------------Slideshow över 1000 px-------------------------------------------------*/
* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  /*border: 3px solid red;*/
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 1vw;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 1vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
  .prev, .next,.text {font-size: 2vw}
}
}
/*###########################################################################################################*/

@media only screen and (max-width: 1000px) {

body {
	background-color: #fff;
	}
h1   {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	font-size:4vw;
	text-align: left;
	}

a.logo:link {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	font-size:3vw;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	text-decoration: none;
	}
a.logo:visited {
	color: #777;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 3vw;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	text-decoration: none;
	}
a.logo:hover {color: #777;}	
	
	
	
h2   {
	font-size: 4vw;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h3   {
	font-size: 2vw;
	text-align: center;
	font-family: Helvetica, sans-serif;
	}
p    {
	text-align: left;
	font-size:3vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p.bildmeny    {
	text-align: center;
	font-size:2vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
a.bildmeny:link, a.bildmeny:visited {
	text-align: center;
	font-size: 2vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
a.bildmeny:hover, a.bildmeny:active {
	color: red;
	text-decoration: underline;
}	
	
	
	
a:link, a:visited {
	text-align: center;
	font-size:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
a:hover, a:active {
	color: red;
	text-decoration: underline;
}
a.copy:link, a.copy:visited {
	color: black;
	font-size:10px;
	text-decoration: underline;
}

.center {
	margin: auto;
	max-width: 100%;
	background-color: #fff;
}
.main {
  margin: auto;
  text-align: left;
  padding: 3% 5% 3% 5%;
}

.footer {
	text-align:center;
	font-size:2vw;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	padding-bottom: 5%;
}
a.copy:link, a.copy:visited {
	color: black;
	font-size:2vw;
	text-decoration: underline;
}
a.copy:hover, a.copy:active {
	color: red;
}
video {
  max-width: 320px;
  height: auto;
}

/* Menyn under 1000 px */

.container_top {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: white;
  width: 95%;
}
.container_top > div {
  background-color: #fff; 
  padding: 1px;
}

/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  color: black;
  padding: 16px;
  font-size: 2vw;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  /*position: right;*/
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 2vw;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ddd;}



.container {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: white;
  padding: 10px;
}
.container > div {
  background-color: #fff;
  /*border: 1px solid black;*/
  padding: 1px;
  font-size: 10px;
  text-align: center;
  padding-bottom: 20px;
}






/*-------------------------------Slideshow under 1000 px-------------------------------------------------*/


* {box-sizing: border-box}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 3vw;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 2vw;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 2vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
  .prev, .next,.text {font-size: 2vw}
}

}




