body{
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	color: #29283A; 
}

a:link, a:visited{
	text-decoration: none;
	color:inherit;
}

a:hover, a:active{
	text-decoration: none;
	color:inherit;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgb(41,40,58) , -1px -1px 1px rgb(41,40,58) , 1px -1px 1px rgb(41,40,58) , -1px 1px 1px rgb(41,40,58) ;
}

html,body{
	background: #f2f2f2;
	/*background: #aaaaaa;*/
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
}

.bodycont{
	position: absolute; 
	top: 58px;
	left: 0;
	right: 0;
}

.secbodcont{
	position: absolute; 
	top: 350px;
	left: 0;
	right: 0;
}

.footer{
	margin: 40px 0 0 0;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 10%;
	padding-right: 10%;
	background: #ffffff;
	height: 35px;
	border-style: solid hidden hidden;
	border-color: rgba(48, 48, 48, 0.51);
	border-width: 1px;
	font-size: 10px;
}

.footercont{
	display: flex;
	width: 100%;
	margin-top: 20px;
	justify-content: space-between;
}

.footerbox{
	flex-grow: 1;
	max-width: 19%;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
}

.main{
	width: 80%;
	margin: auto;
	padding: 0px;
	//background: #ffffff;
	z-index: 100;
	/*border-style: solid;
	border-color: rgba(48, 48, 48, 0.51);
	border-width: 1px;*/
	min-height: (100vh - 93px);
}

.jpcont{
	margin: 0 0 0 0;
	padding: 20px;
	background: #246A73;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	border-style: solid solid hidden;
	border-color: rgba(48, 48, 48, 0.51);
	border-width: 1px;
	color: #ffffff;
	z-index: 1;
	position: relative;
}

.jpcont h1{
	font-family: 'Ms Madi', cursive;
}

.menucont{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 2;
}

.menubar{
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10%;
	padding-right: 10%;
	/*color: #AC97D8;
	text-shadow: 1px 1px 0px #e0d8f1, -1px 1px 0px #e0d8f1, 1px -1px 0 #e0d8f1, -1px -1px 0 #e0d8f1;*/
	color: #ffffff;
	text-shadow: 1px 1px 0px #AC97D8, -1px 1px 0px #AC97D8, 1px -1px 0 #AC97D8, -1px -1px 0 #AC97D8;
	vertical-align: middle;
	/*box-shadow: 0px 5px rgba(48, 48, 48, 0.51);*/
	background-color: #246A73;
}

.nomenubar{
	margin: 0 0 0 0;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10%;
	padding-right: 10%;
	/*color: #AC97D8;
	text-shadow: 1px 1px 0px #e0d8f1, -1px 1px 0px #e0d8f1, 1px -1px 0 #e0d8f1, -1px -1px 0 #e0d8f1;*/
	color: #ffffff;
	text-shadow: 1px 1px 0px #AC97D8, -1px 1px 0px #AC97D8, 1px -1px 0 #AC97D8, -1px -1px 0 #AC97D8;
	vertical-align: middle;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	background-color: #246A73;
}

.menuflex{
	display: table;
	width: 100%;
}

.menudrop{
	position: fixed;
	left: 0;
	top: 68px;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	background-color: #246A73;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	padding-left: 10%;
	padding-right: 10%;
	margin-top: -40px;
	z-index: -1;	
	transition: margin 200ms ease-in-out;
}

.menudrop.menuopen{
	margin-top: 0;
}

.menubutton:before{
	content: "Menu";
}

.menubutton.menuopen:before{
	content: "Hide";
}

.menubuttonBCK:before{
	content: "Siskø den Veskisen";
}

.menubuttonBCK.menuopen:before{
	content: "Korserev";
}

a.menu-item:link, a.menu-item:visited {
	color: #fff;
	background-color: #246A73;
	text-decoration: none;
	border-style: outset;
	text-shadow: none;
}

a.menu-item {
	padding: 5px 5px;
	margin: 10px 1px;
}

a.menu-item:hover{
	color: #fff;
	background-color: DarkSlateGrey;
	text-decoration: none;
	border-style: outset;
	text-shadow: none;
}

a.menu-item:active{
	color: #fff;
	background-color: Black;
	text-decoration: none;
	border-style: inset;
	text-shadow: none;
}

.smallcont{
	display: flex;
	width: 100%;
	/*margin-top: 40px;*/
	justify-content: space-between;
}

.smallbox{
	//margin: auto;
	flex-grow: 1;
	background: #ffffff;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	max-width: 27%;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border-style: solid solid hidden;
	border-color: rgba(48, 48, 48, 0.51);
	border-width: 1px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.smallboxheader{
	padding-left: 20px;
	margin-bottom: 15px;
	text-decoration-line: underline;
}

.logo{
	width: 50%;
	align: left;
	display: table-cell;
	vertical-align: middle;
}

.logo h1{
	display: inline;
	font-size: 38px;
	font-family: 'Ms Madi', cursive;
	padding-left: 10px;
}

.logo h2{
	display: inline;
	font-size: 14px;
	font-style: italic;
	font-family: "CM Sans Serif", Arial, Sans-Serif;
	padding-left: 15px;
}

.options{
	align: right;
	display: table-cell;
	vertical-align: middle;
}

.textbox{
	display: table-cell;
	vertical-align: middle;
	max-width: 40%;
}

img{
	max-width: 100%;
	max-height: 100%;
}

.mapimg{
	width: 100%;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
}

.slideup{
	vertical-align: top;
	text-align: center;
	position: top;
	margin-top: 0px;
	margin-bottom: auto;
}

.fullbox{
	/*margin: auto;*/
	flex-grow: 1;
	background: #ffffff;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	/*max-width: 27%;*/
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	border-style: solid solid hidden;
	border-color: rgba(48, 48, 48, 0.51);
	border-width: 1px;
	/*display: flex;*/
	flex-direction: column;
	justify-content: space-between;
}

table, th, td{
	border: 1px solid;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td{
	text-align: center;
	padding: 2px;
}
tr:nth-child(odd) {
	background-color: #f2f2f2;
}
th {
	background-color: #246A73;
	color: white;
}
td {
	border-color: black;
}
.yes{
	color: green;
}
.no{
	color: red;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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: 25% 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);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
  .modal-header {
  padding: 2px 16px;
  background-color: #246A73;
  color: white;
}
/* Modal Body */
.modal-body {
	padding: 2px 16px;
	color: black;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@media only screen and (max-width: 450px){
	.osbh{
		text-align: center;
	}
	.typehere{
		border-radius: 0px;
		border: 1px solid #555;
		margin: 3px;
		font-size: 18px;
	}
	.typehere:focus,.typehere:focus-visible{
		border-radius: 0px;
		box-shadow: 2px 2px 5px 0px rgba(56,140,55,0.35), -2px -2px 5px 0px rgba(56,140,55,0.35), 2px -2px 5px 0px rgba(56,140,55,0.35), -2px 2px 5px 0px rgba(56,140,55,0.35);
		outline: none;
	}
	input[type=submit]{
		margin: 10px;
		padding: 10px;
		border-radius: 15px;
		border: none;
		background-color: #246A73;
		color: #ffffff;
		box-shadow: 0px 3px rgba(48, 48, 48, 0.51);
	}
	.fullbox{
		padding-left: 10px;
		padding-right: 10px;
	}
	.inputbox{
		text-align: left;
	}
	.inputbox label{
		color: #555;
		font-size: 10px;
	}
	.logo h1{
	display: inline;
	font-size: 22px;
	font-family: 'Ms Madi', cursive;
	padding-left: 10px;
	}

	.logo h2{
		display: none;
	}
	.menudrop{
	position: fixed;
	left: 0;
	top: 68px;
	width: 100%;
	height: auto;
	padding-top: 30px;
	background-color: #246A73;
	box-shadow: 0px 5px rgba(48, 48, 48, 0.51);
	padding-left: 10%;
	padding-right: 10%;
	margin-top: -115px;
	z-index: -1;	
	transition: margin 200ms ease-in-out;
	}
	.menudrop.menuopen{
	margin-top: -32px;
	}
	a.menu-item {
	padding: 5px 5px;
	margin: 1px 1px;
	display: inline-block;
	}
	label:focus-within{
	color: green;
}
}