/*Angiver størrelse for logo*/
	.site-branding img {	
	width: 60%;	
	}

/*Angiver top/bund padding på header (default: 84 px)	*/
	#masthead.site-header {	
	padding-top: 30px;
	padding-bottom: 30px;
	}
	
/*Skjuler menu, sidetitel og "Word Press" i footer*/
	div.site-info, #colophon {
	display: none !important;
	}

/*Ændrer standard linkfarve i hovedfeltet*/
	.entry-content a:link, .entry-content a:visited, .entry-content a:hover, .entry-content a:active {
	font-weight: bold;
  	color: #007acc;
   	box-shadow: 0 0 0 0;
	}
	
/*Ændrer standard linkfarve i sidebar*/
	.textwidget a:link, .textwidget a:visited, .textwidget a:hover, .textwidget a:active {
	font-weight: bold;
  	color: #007acc;
   	box-shadow: 0 0 0 0;
	}

/*Styles for oversigt-siden - indsigt*/	
	.indsigt-underoverskrift{
	float: left;
	width: 100%;
	font-size: 20px;
	padding-bottom: 30px;
    line-height: 26px;
	}
	.indsigt-kategori {
	float: left;
	width: 100%;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	.indsigt-container {
	float: none;
    clear: both;
	width: 100%;	
	}		
	.indsigt-spalte1 {
	float: left;
	width: 49%;
	padding-right: 1%;
	margin-bottom: 30px;
	}
	.indsigt-spalte2 {
	float: right;
	width: 49%;
	padding-left: 1%;
	margin-bottom: 30px;
	}	
	.indsigt-thumb{
	float: left;
	width: 100%;	
	padding-right: 0%;	
	}
	.indsigt-text{
	float: left;
	width: 100%;	
	padding-top: 10px;
	}
	.indsigt-thumb img {
	float: left;
	width: 100%;
	}
	.indsigt-text-overskrift a:link, .indsigt-text-overskrift a:visited, .indsigt-text-overskrift a:hover, .indsigt-text-overskrift a:active {
	font-size: 20px;
	color: #333;
	display: block;
	text-decoration: none;
  	line-height: 26px;
	}
	.indsigt-text-brodtext a:link, .indsigt-text-brodtext a:visited, .indsigt-text-brodtext a:hover, .indsigt-text-brodtext a:active {
	font-size: 0.9em;
	color: #333;
	display: block;
	text-decoration: none;	  	
	}
	
	/*benyttes til at tvinge tekst eller horisontal linje ind under en indsigt-conntainer*/
	.fuld-bredde {
	float: left;
	width: 100%;	
	padding-top: 0px;
	padding-bottom: 20px;
	}
	
	/*sætter tykkelse og farve på horisontal linje*/
	hr {	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	}
	
	/*Sætter bredde på indlejring af boguddrag fra issuu*/
	.issuuembed{
	width: 85%;
	height: 500px		
	}
	
	/*Angiver mellemrum fra nederste indhold til footer - default er 7-3 em som er for stort*/
	.site-main {
	margin-bottom: 3.0em;
	}
	
	/*Placerer liste lige i venstre margen (default er disk i liste til venstre for margen ved skærmstr større end 709 px)*/
	.entry-content ul, ol {
    margin: 0 0 1.75em 1.25em;
	}
	
	/*Formindsker margin omkring overskrifter ved alle skærmstørrelser*/
	.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h4, .textwidget h5, .textwidget h6  {	
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	}
	
	/*Ændrer menulink ved lille skærmstørrelse til sort (default blå)*/
	.menu-toggle:hover, .menu-toggle:focus {
    border-color: #d1d1d1;
    color: #000;
	}
	
	.site-main > article {
    margin-bottom: 1.0em;
	}
	
	p.comment-form-url {
	display: none;
	}
	
	@media (max-width: 984px) {
		
	.indsigt-text-overskrift a:link, .indsigt-text-overskrift a:visited, .indsigt-text-overskrift a:hover, .indsigt-text-overskrift a:active {
	font-size: 16px;
	color: #333;
	display: block;
	text-decoration: none;
  	line-height: 26px;
	}
	.indsigt-text-brodtext a:link, .indsigt-text-brodtext a:visited, .indsigt-text-brodtext a:hover, .indsigt-text-brodtext a:active {
	font-size: 0.9em;
	color: #333;
	display: block;
	text-decoration: none;	  	
	}
	
	/*Sætter bredde på indlejring af boguddrag fra issuu*/
	.issuuembed {
	width: 100%;
	height: 500px		
	}
	
	/*Formindsker margin omkring overskrifter ved lille skærmstørrelse*/
	.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h4, .textwidget h5, .textwidget h6  {	
	margin-top: 1.75em;
	margin-bottom: 1.75em;
	}
	
	}
	
	@media (max-width: 640px) {
		
	/*Angiver størrelse for logo*/
	.site-branding img {	
	width: 100%;	
	}	
	
	/*Styles for oversigt-siden - indsigt*/	
	.indsigt-underoverskrift{
	float: left;
	width: 100%;
	font-size: 18px;
	padding-bottom: 30px;
    line-height: 22px;
	}
	.indsigt-kategori {
	float: left;
	width: 100%;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	}
	.indsigt-container {
	float: left;
	width: 100%;	
	}		
	.indsigt-spalte1 {
	float: left;
	width: 100%;  /*default: 49%*/
	padding-right: 0%;  /*default: 2%*/
	margin-bottom: 30px;
	}
	.indsigt-spalte2 {
	float: right;
	width: 100%;  /*default: 49%*/
	padding-left: 0%;
	margin-bottom: 30px;
	}	
	.indsigt-thumb{
	float: left;
	width: 100%;	
	padding-right: 0%;	
	}
	.indsigt-text{
	float: left;
	width: 100%;	
	padding-top: 10px;
	}
	.indsigt-thumb img {
	float: left;
	width: 100%;
	}
	.indsigt-text-overskrift a:link, .indsigt-text-overskrift a:visited, .indsigt-text-overskrift a:hover, .indsigt-text-overskrift a:active {
	font-size: 16px;
	color: #333;
	display: block;
	text-decoration: none;
  	line-height: 26px;
	}
	.indsigt-text-brodtext a:link, .indsigt-text-brodtext a:visited, .indsigt-text-brodtext a:hover, .indsigt-text-brodtext a:active {
	font-size: 0.9em;
	color: #333;
	display: block;
	text-decoration: none;	  	
	}
	
	/*benyttes til at tvinge tekst eller horisontal linje ind under en indsigt-conntainer*/
	.fuld-bredde {
	float: left;
	width: 100%;	
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	/*Sætter bredde på indlejring af boguddrag fra issuu*/
	.issuuembed{
	width: 100%;
	height: 400px		
	}
	
	/*Formindsker margin omkring overskrifter ved lille skærmstørrelse*/
	.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .textwidget h4, .textwidget h5, .textwidget h6  {	
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	}
	
	}