/* CSS Document */
/* For mobile phones:  For mobile phones: */
 * {
   box-sizing: border-box;
 }
body {
	background-color: #e6f3ff;
}
.total-page {
	width:100%;
	height: auto;
	border: 1px solid #4CAF50;
} 
.page-header{
	background-color: #80c1ff;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
}
.page-container{
	min-height: 500px;
	overflow: hidden;
	background-color: #cce6ff;
}

.tekst-container {
width: 100%;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 4px;
float: left;
}

.pile {
  display: none;
}
.pile2 {
  display: block;
}
.Menu-header {
	border: 1px solid #4CAF50;
	border-radius: 5px;
	background-color: #e2e1ea;
	padding: 3px;
	margin: 2px;  
	/* font-weight: bold; */
  cursor: pointer;
}

.Menu-header:hover {
  background-color: #FFFF33;
}

.Menu-container {
  position: relative;
  display: inline-block;
	/* font-weight: bold; */

text-align: left;
float: left;
width: 150px;
}

.Menu-indhold {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.Menu-detalje  {
	cursor: pointer;
}
.Menu-indhold .Menu-detalje  {
 	background-color: #e2e1ea;
	padding: 3px;
	margin: 0px;  
	border: 1px solid #4CAF50;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	/* font-weight: normal; */
	/* font-size: 16px; */
  display: block;
  width: 100%;
}

.Menu-indhold .Admin  {
 	background-color: #c4c3d5;
}

.Menu-container .Menu-detalje:hover {background-color: #FFFF33;}

.large {
	display: none;
	float: left;
}

  .center {
	width: 100%;
	text-align: center;
}
  .left {
	padding: 5px;
	width: 100%;
	text-align: left;
}

.show {display: block;}

/* For tablet:  */
@media only screen and (min-width:500px) {
.pile {
  display: block;
}
.pile2 {
  display: none;
}
.small {
	display: none;
}
.large {
	display: block;
}

}


/* For computer:  */
@media only screen and (min-width:800px) {

.Menu-header {
  display: none;
}
.pile2 {
  display: none;
}


.Menu-container {
  position: relative;
  display: inline-block;
	/* font-weight: bold; */
	float: left;
    width: 17%;
}

.Menu-indhold {
  display: block;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.tekst-container {
float: right; 
width: 83%;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 4px;
}
.total-page {
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
} 


  .center {
	width: 600px;
}
  .left {
	width: 600px;
}


}
/* SLUT computer: */
