html
	{
		font-size:62.5%;
		width: 100%;

	}

body
	{
		font-size: 2rem;
		display:flex;
		justify-content:center;
		align-items:center;
		background-image: url("../images/baggrund.png");
		min-height: 100%;
		background-size: cover;
		background-repeat: repeat;
	}

h1
	{
		font-size: 5rem;
	}
.wrap
	{
		width: 1280px;
		display:flex;
		flex-direction: column;
		height: 100%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	}

main
	{
		flex: 1 0 auto;
		background-color: #E3D7C7;
		display: flex;
		flex-direction: row;
	}

.row
	{
		display:flex;
		flex-direction:row;

	}

.column
	{
		display: flex;
		flex-direction: column;
	}

.spaceA
	{
	justify-content: space-around;
	}

.alignC
	{
		display: flex;
		align-items: center;

	}

.logo img
	{
		
		width: 300px;
		height: auto;
		border-radius: 50%;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
		margin: 20px;
	}

.banner
	{
		background-size: cover;
		height: 500px;
		width: 100%;
	}

.menu
	{
		height: 120px;
		background-color:#000;
 		background:rgba(0,0,0,.6); 
 		margin-top: 100px;

	}

.menu ul
	{
		width: 100%;
	}

.menu ul li a img
	{
		height: 60px;
		width: 100px;
	}

.menu ul li p
	{
		color: white;
		font-size: 2rem;
		text-align: center;
	}

footer
	{
	background-color:#48662a;
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-around;
	}
.footer_div
{
	margin: 10px;

box-sizing: border-box;
display: flex;
flex-direction: column;
}
.footer_div div
{
	box-sizing: border-box;	
	margin: 5px;
}

/*FORSIDE*/
.forside
	{
		text-align: center;
		padding: 55px 60px;
		width: 100%;
	}

.forside h1
	{
		font-size: 6rem;
		padding-bottom: 10px;

	}

.forside p
	{
		font-size: 2rem;
	}
/**/

/*om os*/

/*menu2*/


.menu2 
{
	width: 200px;
	min-height: 100%;
	background:rgba(0,0,0,.3); 
}

.menu2 li a
{
	text-decoration: none;
	font-size: 2rem;
	display: block;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	color: #333;
	border-bottom: 1px solid #ccc;
}

.menu2 li ul
{
	display: none;
}

.menu2 li:hover ul
{
display: block;
}

/*grupper*/

.grupper 
{
padding:55px 60px;
}

.grupper h1
{
	padding-left: 40px;
	margin-bottom: 20px;
}

/*åbningstider*/

.åbningstider 
{
padding:55px 60px;	
}

.åbningstider h1
{
margin-bottom: 20px;	
}

.åbningstider
	{
	min-height: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-around;
	}
.åbningstider
{
	margin: 10px;

box-sizing: border-box;
display: flex;
flex-direction: column;
}
.aab_div
{
	box-sizing: border-box;	
	margin: 5px;
}


/***** bestyrrelsen *****/

.bestyrelse
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

.bestyrelseM
	{
		display: flex;
		flex-direction: column;

		flex-wrap: wrap;
		justify-content: space-between;
		border: 1px solid #48662a;
		margin: 10px;
		text-align: center;
		min-width: 300px;
	}

.bestyrelseM h2
{
	padding-top: 20px;
	padding-bottom: 20px;
}


/*slibninggruppe*/

.grupper video
{
	padding-left: 40px;
}

/*fosiller/mineraler*/

/*kontakter*/

.kontakter
{
	padding-left: 100px;
	padding-bottom: 50px;
}

.kontakter h2
{
	padding-top: 20px;
	padding-bottom: 20px;

}

.kontakter ul li a
{
	text-decoration: none;
	color: #635454;
}

/*aktiviteter*/

.akt1 h1 
{
padding: 20px;
display: flex;
	justify-content: space-between;
	justify-content: center;


}

.aktiviteter 
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	

}
.aktiviteter  h2
{
	padding-top: 20px;
	padding-bottom: 20px;
}


.aktivitet
{
	padding: 50px;
	margin: 50px;
	width: 1000px;
	min-height: 300px;
	background-color: #E3D7C7;

}

.aktivitet tr 
{
	background-color: #E3D7C7;
}

.aktivitet tr td
{
	min-height: 300px;
}

.beskrivelse
{
	word-break: keep-all;
	text-align: justify;
	line-height: 1.5;

}



/* Mobile phones (portrait and landscape) ---------- */
@media screen and (max-width: 767px){
   
	html
	{
		
		font-size: 35%;

	}

	.logo img
	{
		
		width: 120px;
		height: auto;
		border-radius: 50%;
		margin: 20px;
	}
	.banner
	{
		background-size: cover;
		width: 100%;
		max-width: 100%;
    	height: auto;
	}
	.menu
	{
		height: auto;
		background-color:#000;
 		background:rgba(0,0,0,.6); 
 		margin-top: 80px;	
	}

	.menu ul
		{
			width: 100%;
			display: flex;
			flex-direction: column;
			padding-bottom: 15px;
		
		}
	.menu ul li
	{
		display: flex;
    align-items: center;
	}

	.menu ul li a img
		{
			height: 40px;
			width: 60px;
			padding-top: 10px;
		

		}

	.menu ul li p
		{
			
			text-align: center;
	} 
    .wrap {
   		
        width: 100%;
        min-width: 380px;
        padding: 0 10px;
        box-sizing: border-box;
        color: hotpink;

    }
    .aktivitet
	{
	padding: 10px;
	margin: 12px;
	width: 100%;
	min-width: 300px;
	min-height: auto;
	}
	.aktiviteter
	{
		margin-bottom: 10px;
	}
	
	.aktivitet tr td
	{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 7px;
	}
	.menu2 
	{
		width: 130px;
		min-height: 100%;
		background:rgba(0,0,0,.3); 
	}

	.menu2 li a
	{
		text-decoration: none;
		font-size: 2rem;
		display: block;
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
		color: #333;
		border-bottom: 1px solid #ccc;
	}

	.menu2 li ul
	{
		display: none;
	}

	.menu2 li:hover ul
	{
	display: block;
	}


		.åbningstider 
	{
	padding:7px 7px;	
	}

	.åbningstider h1
	{
	margin-bottom: 20px;	
	}
	.grupper 
	{
	padding:10px 10px;
	}

	.grupper h1
	{
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.bestyrelseM
	{
		border: 1px solid #48662a;
		margin: 10px;
		text-align: center;
		min-width: 200px;
	}

	.grupper video
	{
		height: 200px;
		width: 200px;
		padding-left: 0;
		padding-bottom: 5px;
	}
}
/* Tablets and iPads (portrait and landscape) ---------- */
@media screen and (min-width: 768px) and (max-width: 1023px){
    
	html
	{
		
		font-size: 50%;

	}
	.logo img
	{
		
		width: 140px;
		height: auto;
		border-radius: 50%;
		
		margin: 20px;
	}

	.menu
	{
		height: 120px;
		background-color:#000;
 		background:rgba(0,0,0,.6); 
 		margin-top: 80px;

	}

	.menu ul
		{
			width: 100%;
		}

	.menu ul li a img
		{
			height: 40px;
			width: 60px;
		}

	.menu ul li p
		{
			color: hotpink;
			text-align: center;
		} 
	.banner
	{
		background-size: cover;
		width: 100%;
		max-width: 100%;
    	height: auto;
	}
    .wrap {
        width: 750px;
        min-width: 750px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .aktivitet
	{
	padding: 50px;
	margin: 50px;
	width: 100%;
	min-width: 500px;
	min-height: 400px;
	height: auto;

	}

	.menu2 
	{
		width: 160px;
		min-height: 100%;
		background:rgba(0,0,0,.3); 
	}

	.menu2 li a
	{
		text-decoration: none;
		font-size: 2rem;
		display: block;
		padding: 0 10px;
		height: 25px;
		line-height: 25px;
		color: #333;
		border-bottom: 1px solid #ccc;
	}

	.menu2 li ul
	{
		display: none;
	}

	.menu2 li:hover ul
	{
	display: block;
	}
}
/* Low resolution desktops and laptops ---------- */
@media screen and (min-width: 1024px) {
    
	.banner
	{
		background-size: cover;
		width: 100%;
		max-width: 100%;
    	height: auto;
	}

    .wrap {
        width: 980px;
        min-width: 980px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .aktivitet
	{
	padding: 50px;
	margin: 50px;
	width: 100%;

	min-height: 700px;
	}
}
/* High resolution desktops and laptops ---------- */
@media screen and (min-width: 1280px) 
{
    .wrap {
        width: 1200px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}