body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
div.fixed {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav-right {
  float: right;
}


.adm_topnav {
  overflow: hidden;
  background-color: #a55;
  position: fixed;
  top: 0px;
  left: 0px;
}

.adm_topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.adm_topnav a:hover {
  background-color: #a11;
  color: black;
}

.adm_topnav a.active {
  background-color: #a11;
  color: white;
  
}

.adm_topnav a.bruger {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  /*margin-left: auto;  Skubber den helt til højre hvis ønsket */
}
.adm_topnav-right {
  float: right;
}
h1 {
	padding-top: 5%;
}
h2 {
	padding-top: 5%;
}
.height {
	min-height: 100vh;
}
}
.login {
	position: absolute;
	top: 0px;
	right: 10px;
	display:inline;
}
.medlemmer td{
	vertical-align: text-top;
	padding: 8px;
	}
.medlemmer th{
	padding: 15px;
	background-color: #68a8d8;
}
.medlemmer a {
	text-decoration: none;
}
.medlemmer a:hover {
	font-weight: 900;
}
.filer ul {
  list-style-type: none;
  padding-left: 20px;
}

.folder > ul {
  display: none;
}

.folder-toggle {
  cursor: pointer;
  font-weight: bold;
  color: #000000;
}

.folder-toggle:hover {
  text-decoration: underline;
}

.download-button {
  margin-left: 10px;
  padding: 2px 8px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9em;
}

.download-button:hover {
  background-color: #218838;
}
.file a{
	text-decoration:none;
	color: black;
}
.file a:hover{
font-weight:bold;
color: black;
}
.file a:visited{
	text-decoration:none;
	color: black;
}
.zoom-wrapper {
  position: relative;
  display: inline-block;
}

.zoom-wrapper img {
  max-width: 750px;
  display: block;
}

/* Layer med det forstørrede billede */
.zoom-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.zoom-wrapper:hover .zoom-layer {
  display: block;
}

.zoom-layer img {
  transform: scale(2.34); /* eller 100%, hvis billedet har naturlig størrelse */
}