@charset "UTF-8";
/* CSS Document */



*{  /* reset - stjerne "*" vælger alt */
	margin: 0;
	padding: 0;
	border: 0; /*så undgår man grim blå streg ved links */
	text-decoration: none;
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #3B3A3A;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4 {
	/*color:#EAE100;*/
	}
h1 {
	line-height: 110%;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	font-size: 0.90em;
	padding-bottom: 3px;
	padding-top: 5px;
	font-weight: 600;
	line-height: 130%;
}

h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 600;
	}

h4 {
	font-size:0.85em;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 3px;
	
}

h5 {
	font-size: 0.8;
	font-style: italic;
	line-height: 130%;
	padding-top: 8px;
	padding-bottom: 8px;
	
}

 p {
	 font-size:0.85em;
	}
	
img {
	max-width: 100%;
	
}

#body {
	
	/*de næste 2 linier er de små tern foroven på siden*/
/*	background-image: url("../img-basic/tern_gray.png");
	background-repeat: repeat-x;*/
	
/*	background-image: url('graphic/bue.svg');
	background-repeat: no-repeat;
  	background-attachment: fixed; 
 	background-size: cover;*/
	background-color:#F8F6F6;	
	
	}
	
#wrapper{
	width: 80%;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	}

#header{
	width:100%;
	height:45px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5A5761;
	position: fixed;
	top:0;

	
	}

#headerIndhold{
	width: auto;
	margin-top:15px;
	margin-left: 18%;
	margin-right: 20%;
	padding-left: 0px;
	padding-right: 0px;


	}

#menu{
	font-weight: 300;
	font-size: 0.75em;
	width: auto;
	margin: auto;
	
	

}

.menu{
	float: left;
	width: auto;
	margin-left: 0;
	margin-right: 7%;
	color: aliceblue;
	font-kerning: auto;
	
}


#content{
	width: 80%;
	margin-top:15px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	}
	
.halv{
	
	width: 50%;
	}

.blogspalte{
	height: inherit;
	
}

.blogramme{
	width:29%; 
	height:auto; 
	margin-right: 1.6%;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	border-radius: 3px; 
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15), 0 6px 14px 0 rgba(0, 0, 0, 0.17);
}

#bigblog{	
	width:94%; 
	height:auto; 
	padding: 5px;
	margin-bottom: 20px;
	float: left;
/*	border-radius: 3px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 15px 0 rgba(0, 0, 0, 0.19);	*/
}

@media (max-width: 1920px){
}

@media (max-width: 1024px){
}


@media (max-width: 750px){
	
	#content{
	width: 98%;
	}
	


}


@media (max-width: 480px){
	
	h1 {
	font-size: 1.5em;
	line-height: 120%;
	font-weight: 600;

	}
	
	#wrapper{
	width: 90%;

	}
	
	#content{
	width: 100%;
	}
	
	.blogramme{
	width: 98%; 
	}
	
	#headerIndhold{
	margin-left: 10%;
	margin-right: 2%;
	}

	#bigblog{	
	width:98%; 
	}

	
	
}




