.overskrift1 {font-size: 24px; font-weight: normal; }
a {color: rgb(0,0,205); text-decoration: none; }
a:hover {color: rgb(0,0,205); text-decoration: underline; }
div {font-family: Georgia, sans-serif; font-size: 16px; }
.b {font-size: 18px; font-weight: normal; text-align: justify; }
.p {font-size: 12px; font-weight: normal; text-align: justify; }

.baggrund {
    margin: 10px;
    padding: 0px;
}

.indhold {
	// position: absolute; 
	width: 92%;
	margin: 0 auto;
}

.container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.c1, .c2 {
	display: block;
	
	width: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}

@media all and (min-width: 1024px) {
	.indhold {
		// position: absolute; 
		width: 980px;
	}

	.c1 {
		display: block;
		
		width: 6%;
		-webkit-flex: 6%;
		-ms-flex: 6%;
		flex: 6%;
		
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.c2 {
		display: block;

		margin-left: 8px;
		margin-right: 32px;

		width: 42%;
		-webkit-flex: 42%;
		-ms-flex: 42%;
		flex: 42%;
		
		-webkit-order: 2;  
		-ms-flex-order: 2;     
		order: 2;
	}

	.c3 {
	
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.c4 {
		
		-webkit-order: 2;  
		-ms-flex-order: 2;     
		order: 2;
	}
}

.container_billede {
    position: relative;
    width: 100%;
}
