/* Upgrade Thin
font-family: upgrade-lights, sans-serif;
font-weight: 200;
font-style: normal; 

Upgrade Extra Light
font-family: upgrade-lights, sans-serif;
font-weight: 300;
font-style: normal;

Upgrade Light
font-family: upgrade-lights, sans-serif;
font-weight: 400;
font-style: normal;

Upgrade Book
font-family: upgrade-lights, sans-serif;
font-weight: 500;
font-style: normal;

Upgrade Regular
font-family: upgrade, sans-serif;
font-weight: 300;
font-style: normal;

Upgrade Medium
font-family: upgrade, sans-serif;
font-weight: 400;
font-style: normal;

Upgrade Semibold
font-family: upgrade, sans-serif;
font-weight: 500;
font-style: normal;

Artikler 03.08.22

Quicksand Light
font-family: quicksand, sans-serif;
font-weight: 300;
font-style: normal; 

Quicksand Regular
font-family: quicksand, sans-serif;
font-weight: 400;
font-style: normal;

Quicksand Medium
font-family: quicksand, sans-serif;
font-weight: 500;
font-style: normal;

Quicksand Bold
font-family: quicksand, sans-serif;
font-weight: 700;
font-style: normal; */

:root {
	--white: #FFFBF6;
	--black: #272727;
	--peachpink: #fe9785;
	--green: #708D77;
	--yellow: #ffcc66;
	--hover: #F7F2EC;
}

/* OVERSKRIFT */
h1 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.8rem;
	letter-spacing: 0.8rem;
}

/* overskrift til artikel */
h2 {
	font-family: quicksand, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
}

/* menu links */
h3 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* FIGCAPTION */
h4 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.2rem;
}

h5 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h6 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h7 {
	font-family: upgrade-lights, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	letter-spacing: 0.2rem;

}

/* BRØDTEKST */
p {
	font-family: quicksand, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
	line-height: 2.5rem;
}

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: var(--white);
	color: var(--black);
	margin: auto;
	scroll-behavior: smooth;
}

/* COMPUTER */
@media only screen and (min-width: 1350px)  {
	
/* HEADER */

	#navbar {
		background-color: var(--white);
		top: 0;
		transition: 1s;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-bottom: solid 0.5px var(--green);
		z-index: 1;
	}

	#menu {
		display: flex;
		justify-content: flex-start;
		width: 33.3%;
		margin: 2rem;
	}

	#logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		margin: 1rem;
	}

	#fyld {
		display: flex;
		justify-content: flex-end;
		width: 33.3%;
		margin: 2rem;
	}
	
	/* The Overlay (background) */
	.overlay {
		/* Height & width depends on how you want to reveal the overlay (see JS below) */   
		height: 100%;
		width: 0;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		background-color: var(--black); /* Black fallback color */
		opacity: 90%;
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
	
	/* Position the content inside the overlay */
	.overlay-content {
		position: relative;
		top: 25%; /* 25% from the top */
		width: 100%; /* 100% width */
		text-align: center; /* Centered text/links */
		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}
	
	/* The navigation links inside the overlay */
	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 2rem;
		color: var(--white);
		display: block; /* Display block instead of inline */
		transition: 0.3s; /* Transition effects on hover (color) */
	}
	
	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
		color: var(--green);
	}
	
	/* Position the close button (top right corner) */
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		font-size: 60px;
	}

	.kryds-ikon {
		margin: 2rem;
	}

	.menu-ikon {
		width: 2.3rem;
		margin-top: 0.5rem;
	}

	.logo {
		width: 5rem;
	}

/* MAIN */

	main {
		min-height: 600px;
	}

	.overskrift {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 10rem;
	}

	.dagbog {
		margin: 2rem;

	}

	.png {
		width: 4rem;
	}

	.dagbog2 {
		margin: 2rem;
		padding-top: 0.4rem;

	}

	#oversigt {
		display: flex;
		flex-direction: row;
		margin: 5rem 10rem;
	}

	.oversigt {
		width: 30%;
		height: 100%;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 8rem;
	}

		/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		cursor: pointer;
		background-color: var(--white);
		width: 75%;
		border: none;
		text-align: left;
		outline: none;
		padding-bottom: 0.5rem;
		padding-left: 0.5rem;
	}

	.collapsible:hover {
		background-color: var(--hover);
	}
	
	/* Style the collapsible content. Note: hidden by default */
	.content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
	}

	.oversigt2 {
		width: 70%;
	}

	.oversigt h3 {
		font-size: 1.5rem;
		color: var(--black);
		letter-spacing: 0.3rem;
	}

	.oversigt h5 {
		color: var(--black);
		font-size: 1.2rem;
		letter-spacing: 0.3rem;
		margin-top: 1rem;
	}

	.oversigt h6{
		color: var(--black);
		font-size: 1rem;
		margin: 1rem;
	}	

	.oversigt h6:hover{
		text-decoration: underline;
	}	
	
	.oversigt a {
		text-decoration: none;
	}

	.oversigt2 h3 {
		font-size: 1.5rem;
		color: var(--black);
		letter-spacing: 0.3rem;
	}

	.artikler {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

		/* Sæt alle måneder ind her, på nær den gældende */
	#august, #september {
		margin: 4rem 0rem;
	}

	.left img, 
	.midt img, 
	.right img {
		width: 12.5rem;
		height: 12.5rem;
		object-fit: cover;
		border: 2px solid var(--hover);
	}

	/* Billede effekt ved hover */
	.image {
		opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
	  }

	  .figcaption {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	  }

	  .left:hover .image,
	  .midt:hover .image,
	  .right:hover .image {
		opacity: 0.3;
	  }
	  
	  .left:hover .figcaption,
	  .midt:hover .figcaption,
	  .right:hover .figcaption {
		opacity: 1;
	  }

	  figcaption {
		background-color: var(--hover);
		color: var(--black);
		font-size: 16px;
		padding: 16px 32px;
	  }

	  figcaption h5 {
		letter-spacing: 0.5rem;
		font-size: 1rem;
	  }


	.left {
		width: 12.5rem;
		height: 12.5rem;
		object-fit: cover;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}


	.midt {
		width: 12.5rem;
		height: 12.5rem;
		object-fit: contain;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}

	.right,
	.right2 {
		width: 12.5rem;
		height: 12.5rem;
		object-fit: cover;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}





/* FOOTER */
	footer {
		background-color: #708D77;
		/* white-space */
		padding: 2.5rem 10rem;
		margin-top: 10rem;
	}

	#footer {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
	}
	
	.navigation {
		width: 33.3%;
		line-height: 2.3rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start; 
		justify-content: space-around;
	}

	.navigation h3 {
		color: var(--white);
	}

	footer a {
		text-decoration: none;
	}

	.logofoot {
		width: 33.3%;
		display: flex;
		justify-content: center; 
		align-items: center;
		margin-top: 3rem;
	}

	.img {
		width: 8rem;
	}

	.flex3 {
		width: 33.3%;
		display: flex;
		justify-content: flex-end; 
	}

	.some {
		display: flex;
		flex-direction: column;
	}

	.img2 {
		width: 3rem;
		margin: 1rem;
	}

	.img3 {
		width: 3rem;
		margin: 1rem;
	}

	.copyright {
		color: var(--white);
		margin-top: 3rem;
		margin-bottom: -2.3rem;
		font-size: 0.6rem;
	}
}

/* MELLEM */
@media only screen and (min-width: 800px) and (max-width: 1350px)  {
	
/* HEADER */
	#navbar {
		background-color: var(--white);
		top: 0;
		transition: top 1s;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-bottom: solid 0.5px var(--green);
		z-index: 1;
	}
	
	#menu {
		display: flex;
		justify-content: flex-start;
		width: 33.3%;
		margin: 2rem;
	}
	
	#logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		margin: 1rem;
	}
	
	#fyld {
		display: flex;
		justify-content: flex-end;
		width: 33.3%;
		margin: 2rem;
	}
	
		
	/* The Overlay (background) */
	.overlay {
		/* Height & width depends on how you want to reveal the overlay (see JS below) */   
		height: 100%;
		width: 0;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		background-color: var(--black); /* Black fallback color */
		opacity: 90%;
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}
	
	/* Position the content inside the overlay */
	.overlay-content {
		position: relative;
		top: 25%; /* 25% from the top */
		width: 100%; /* 100% width */
		text-align: center; /* Centered text/links */
		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}
		
	/* The navigation links inside the overlay */
	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 2rem;
		color: var(--white);
		display: block; /* Display block instead of inline */
		transition: 0.3s; /* Transition effects on hover (color) */
	}
		
	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
		color: var(--green);
	}
		
	/* Position the close button (top right corner) */
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
	}
	
	.kryds-ikon {
		margin: 2rem;
	}
	
	.menu-ikon {
		width: 2rem;
		margin-top: 0.4rem;
	}
	
	.logo {
		width: 5rem;
	}
	
/* MAIN */

	main {
		min-height: 1000px;
	}

	.overskrift {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 8rem;
	}

	.dagbog {
		margin: 2rem;
		display: flex;
		justify-content: flex-end;
	}

	.png {
		width: 4rem;
	}

	.dagbog2 {
		margin: 2rem;
		padding-top: 0.4rem;
		display: flex;
		justify-content: flex-start;
	}

	#oversigt {
		display: flex;
		flex-direction: row;
		margin: 5rem 7rem;
	}

	.oversigt {
		width: 30%;
		height: 100%;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 8rem;
	}

		/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		cursor: pointer;
		background-color: var(--white);
		width: 75%;
		border: none;
		text-align: left;
		outline: none;
		padding-bottom: 0.5rem;
		padding-left: 0.5rem;
	}

	.collapsible:hover {
		background-color: var(--hover);
	}

	/* Style the collapsible content. Note: hidden by default */
	.content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
	}

	.oversigt2 {
		width: 70%;
	}

	.oversigt h3 {
		font-size: 1.5rem;
		color: var(--black);
		letter-spacing: 0.3rem;
	}

	.oversigt h5 {
		color: var(--black);
		font-size: 1.2rem;
		letter-spacing: 0.3rem;
		margin-top: 1rem;
	}

	.oversigt h6{
		color: var(--black);
		font-size: 1rem;
		margin: 1rem;
	}	

	.oversigt h6:hover{
		text-decoration: underline;
	}	

	.oversigt a {
		text-decoration: none;
	}

	.oversigt2 h3 {
		font-size: 1.5rem;
		color: var(--black);
		letter-spacing: 0.3rem;
	}

	.artikler {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

		/* Sæt alle måneder ind her, på nær den gældende */
	#august, #september {
		margin-top: 4rem;
	}

	.left img, 
	.midt img, 
	.right img {
		width: 10rem;
		height: 10rem;
		object-fit: cover;
		border: 2px solid var(--hover);
	}

	/* Billede effekt ved hover */
	.image {
		opacity: 1;
		display: block;
		width: 100%;
		height: auto;
		transition: .5s ease;
		backface-visibility: hidden;
	}

	.figcaption {
		transition: .5s ease;
		opacity: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align: center;
	}

	.left:hover .image,
	.midt:hover .image,
	.right:hover .image {
		opacity: 0.3;
	}
	
	.left:hover .figcaption,
	.midt:hover .figcaption,
	.right:hover .figcaption {
		opacity: 1;
	}

	figcaption {
		background-color: var(--hover);
		color: var(--black);
		font-size: 16px;
		padding: 16px 32px;
	}

	figcaption h5 {
		letter-spacing: 0.5rem;
		font-size: 1rem;
	}

	.left {
		width: 10rem;
		height: 10rem;
		object-fit: cover;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}

	.midt {
		width: 10rem;
		height: 10rem;
		object-fit: contain;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}

	.right,
	.right2 {
		width: 10rem;
		height: 10rem;
		object-fit: cover;
		margin: 2rem 2rem 2rem 0rem;
		position: relative;
	}
	

/* FOOTER */
	footer {
		background-color: #708D77;
		/* white-space */
		padding: 2.5rem 10rem;
	}
	
	#footer {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		width: 100%;
	}
		
	.navigation {
		width: 33.3%;
		line-height: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start; 
		justify-content: space-around;
	}
	
	.navigation h3 {
		color: var(--white);
	}
	
	footer a {
		text-decoration: none;
	}
	
	.logofoot {
		width: 33.3%;
		display: flex;
		justify-content: center; 
		align-items: center;
		margin-top: 3rem;
	}
	
	.img {
		width: 8rem;
	}
	
	.flex3 {
		width: 33.3%;
		display: flex;
		justify-content: flex-end; 
	}
	
	.some {
		display: flex;
		flex-direction: column;
	}
	
	.img2 {
		width: 3rem;
		margin: 1rem;
	}

	.img3 {
		width: 3rem;
		margin: 1rem;
	}
	
	.copyright {
		color: var(--white);
		margin-top: 3rem;
		margin-bottom: -2.3rem;
		font-size: 0.6rem;
	}
}

/* mellem2 */
@media only screen and (min-width: 500px) and (max-width: 800px) {
	/* HEADER */
	#navbar {
		background-color: var(--white);
		top: 0;
		transition: top 1s;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-bottom: solid 0.5px var(--green);
		z-index: 1;
	}


	#menu {
		display: flex;
		justify-content: flex-start;
		width: 33.3%;
		margin: 2rem;
	}

	#logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		margin: 1rem;
	}

	#fyld {
		display: flex;
		justify-content: flex-end;
		width: 33.3%;
		margin: 2rem;
	}


	/* The Overlay (background) */
	.overlay {
		/* Height & width depends on how you want to reveal the overlay (see JS below) */   
		height: 100%;
		width: 0;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		background-color: var(--black); /* Black fallback color */
		opacity: 90%;
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}

	/* Position the content inside the overlay */
	.overlay-content {
		position: relative;
		top: 25%; /* 25% from the top */
		width: 100%; /* 100% width */
		text-align: center; /* Centered text/links */
		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}

	/* The navigation links inside the overlay */
	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 1.5rem;
		color: var(--white);
		display: block; /* Display block instead of inline */
		transition: 0.3s; /* Transition effects on hover (color) */
	}

	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
		color: var(--green);
	}

	/* Position the close button (top right corner) */
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		width: 1.5rem;
	}

	.kryds-ikon {
		margin: 1.5rem;
	}

	.menu-ikon {
		width: 1.5rem;
	}

	.logo {
		width: 4rem;
	}

	/* MAIN */

	.overskrift {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 8rem 0rem;
	}

	.dagbog {
		margin: 0.5rem;
	}

	.png {
		width: 2.5rem;
	}

	.dagbog2 {
		margin: 0.5rem;
		padding-top: 0.4rem;
	}

	.dagbog2 h1 {
		font-size: 1rem;
	}

	#oversigt {
		display: flex;
		flex-direction: row;
		margin: 5rem 1rem;
	}

	.oversigt {
		width: 35%;
		height: 100%;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 8rem;
	}

		/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		cursor: pointer;
		background-color: var(--white);
		width: 75%;
		border: none;
		text-align: left;
		outline: none;
		padding-bottom: 0.5rem;
		padding-left: 0.5rem;
	}

	.collapsible:hover {
		background-color: var(--hover);
	}

	/* Style the collapsible content. Note: hidden by default */
	.content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
	}

	.oversigt2 {
		width: 65%;
		display: flex;
		justify-content: flex-start;
	}

	.oversigt h3 {
		font-size: 1.2rem;
		color: var(--black);
		letter-spacing: 0.3rem;
	}

	.oversigt h5 {
		color: var(--black);
		font-size: 1rem;
		letter-spacing: 0.3rem;
		margin-top: 1rem;
	}

	.oversigt h6{
		color: var(--black);
		font-size: 0.8rem;
		margin: 1rem;
	}	

	.oversigt h6:hover{
		text-decoration: underline;
	}	

	.oversigt a {
		text-decoration: none;
	}

	.oversigt2 h3 {
		font-size: 1.2rem;
		color: var(--black);
		letter-spacing: 0.3rem;
		text-align: center;
	}

	.artikler {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

		/* Sæt alle måneder ind her, på nær den gældende */
	#august, #september, #oktober, #november {
		margin-top: 4rem;
	}

	.left img, 
	.midt img, 
	.right img {
		width: 18rem;
		height: 18rem;
		object-fit: cover;
		border: 2px solid var(--hover);
	}

	figcaption h5 {
		letter-spacing: 0.5rem;
		font-size: 1rem;
		text-align: center;
		color: var(--black);
	}

	.left a, 
	.midt a, 
	.right a {
		text-decoration: none;
	}

	.left {
		width: 18rem;
		height: 18rem;
		object-fit: cover;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}

	.midt {
		width: 18rem;
		height: 18rem;
		object-fit: contain;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}

	.right {
		width: 18rem;
		height: 18rem;
		object-fit: cover;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}

	.right2 {
		display: none;
	}

	/* FOOTER */
	footer {
		background-color: #708D77;
		/* white-space */
		padding: 2.5rem 2rem;
	}

	#footer {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		width: 100%;
	}

	.navigation {
		line-height: 2.3rem;
		display: flex;
		flex-direction: column;
		justify-content: center; 
		align-items: center;		
		justify-content: space-around;
		order: 1;
	}

	.navigation h3 {
		color: var(--white);
	}

	footer a {
		text-decoration: none;
	}

	.logofoot {
		display: flex;
		justify-content: center; 
		align-items: center;
		margin-top: 3rem;
		order: 0;
	}

	.img {
		width: 8rem;
		margin-bottom: 2rem;
	}

	.flex3 {
		display: flex;
		justify-content: center; 
		align-items: center;	}

	.some {
		display: flex;
		flex-direction: row;
		margin-bottom: 2rem;
		order: 2;
	}

	.img2 {
		width: 3rem;
		margin: 1rem;
	}

	.img3 {
		width: 3.25rem;
		margin: 1rem;
		padding-top: 0.25rem;
	}

	.copyright {
		color: var(--white);
		margin-top: 3rem;
		margin-bottom: -2rem;
		font-size: 0.4rem;
	}

}

/* MOBIL */
@media only screen and (max-width: 500px)  {
/* HEADER */
	#navbar {
		background-color: var(--white);
		top: 0;
		transition: top 1s;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		position: fixed;
		width: 100%;
		border-bottom: solid 0.5px var(--green);
		z-index: 1;
	}


	#menu {
		display: flex;
		justify-content: flex-start;
		width: 33.3%;
		margin: 2rem;
	}

	#logo {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		margin: 1rem;
	}

	#fyld {
		display: flex;
		justify-content: flex-end;
		width: 33.3%;
		margin: 2rem;
	}


	/* The Overlay (background) */
	.overlay {
		/* Height & width depends on how you want to reveal the overlay (see JS below) */   
		height: 100%;
		width: 0;
		position: fixed; /* Stay in place */
		z-index: 1; /* Sit on top */
		left: 0;
		top: 0;
		background-color: var(--black); /* Black fallback color */
		opacity: 90%;
		overflow-x: hidden; /* Disable horizontal scroll */
		transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	}

	/* Position the content inside the overlay */
	.overlay-content {
		position: relative;
		top: 25%; /* 25% from the top */
		width: 100%; /* 100% width */
		text-align: center; /* Centered text/links */
		margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
	}

	/* The navigation links inside the overlay */
	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 1.5rem;
		color: var(--white);
		display: block; /* Display block instead of inline */
		transition: 0.3s; /* Transition effects on hover (color) */
	}

	/* When you mouse over the navigation links, change their color */
	.overlay a:hover, .overlay a:focus {
		color: var(--green);
	}

	/* Position the close button (top right corner) */
	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		width: 1.5rem;
	}

	.kryds-ikon {
		margin: 1.5rem;
	}

	.menu-ikon {
		width: 1.5rem;
	}

	.logo {
		width: 4rem;
	}

/* MAIN */

	.overskrift {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 8rem 0rem;
	}

	.dagbog {
		margin: 0.5rem;
	}

	.png {
		width: 2.5rem;
	}

	.dagbog2 {
		margin: 0.5rem;
		padding-top: 0.4rem;
	}

	.dagbog2 h1 {
		font-size: 1rem;
	}

	#oversigt {
		display: flex;
		flex-direction: row;
		margin: 5rem 1rem;
	}

	.oversigt {
		width: 30%;
		height: 100%;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: 8rem;
	}

		/* Style the button that is used to open and close the collapsible content */
	.collapsible {
		cursor: pointer;
		background-color: var(--white);
		width: 75%;
		border: none;
		text-align: left;
		outline: none;
		padding-bottom: 0.5rem;
		padding-left: 0.5rem;
	}

	.collapsible:hover {
		background-color: var(--hover);
	}

	/* Style the collapsible content. Note: hidden by default */
	.content {
		padding: 0 18px;
		display: none;
		overflow: hidden;
	}

	.oversigt2 {
		width: 70%;
		display: flex;
		justify-content: flex-start;
	}

	.oversigt h3 {
		display: none;
	}

	.oversigt h5 {
		color: var(--black);
		font-size: 0.8rem;
		letter-spacing: 0.3rem;
		margin-top: 1rem;
	}

	.oversigt h6{
		color: var(--black);
		font-size: 0.6rem;
		margin: 1rem;
	}	

	.oversigt h6:hover{
		text-decoration: underline;
	}	

	.oversigt a {
		text-decoration: none;
	}

	.oversigt2 h3 {
		font-size: 1rem;
		color: var(--black);
		letter-spacing: 0.3rem;
		text-align: center;
	}

	.artikler {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

		/* Sæt alle måneder ind her, på nær den gældende */
	#august, #september, #oktober, #november {
		margin-top: 4rem;
	}

	.left img, 
	.midt img, 
	.right img {
		width: 13rem;
		height: 13rem;
		object-fit: cover;
		border: 2px solid var(--hover);
	}

	figcaption h5 {
		letter-spacing: 0.5rem;
		font-size: 1rem;
		text-align: center;
		color: var(--black);
	}

	.left a, 
	.midt a, 
	.right a {
		text-decoration: none;
	}

	.left {
		width: 13rem;
		height: 13rem;
		object-fit: cover;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}

	.midt {
		width: 13rem;
		height: 13rem;
		object-fit: contain;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}

	.right {
		width: 13rem;
		height: 13rem;
		object-fit: cover;
		position: relative;
		margin: 2rem 1rem 2rem 0rem;
	}



/* FOOTER */
	footer {
		background-color: #708D77;
		/* white-space */
		padding: 2.5rem 2rem;
	}

	#footer {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		width: 100%;
	}

	.navigation {
		line-height: 2.3rem;
		display: flex;
		flex-direction: column;
		justify-content: center; 
		align-items: center;		
		justify-content: space-around;
		order: 1;
	}

	.navigation h3 {
		color: var(--white);
	}

	footer a {
		text-decoration: none;
	}

	.logofoot {
		display: flex;
		justify-content: center; 
		align-items: center;
		margin-top: 3rem;
		order: 0;
	}

	.img {
		width: 8rem;
		margin-bottom: 2rem;
	}

	.flex3 {
		display: flex;
		justify-content: center; 
		align-items: center;	}

	.some {
		display: flex;
		flex-direction: row;
		margin-bottom: 2rem;
		order: 2;
	}

	.img2 {
		width: 3rem;
		margin: 1rem;
	}

	.img3 {
		width: 3.25rem;
		margin: 1rem;
		padding-top: 0.25rem;
	}

	.copyright {
		color: var(--white);
		margin-top: 3rem;
		margin-bottom: -2rem;
		font-size: 0.4rem;
	}
}
