#elkoll{
	width:60%;
	margin: 50px auto 30px auto;
}
#elkoll > img{
 	margin:0 auto 40px auto;
	display:block;
}
#elkoll p{
	text-align: center;
}
#elkoll strong{
	font-weight: bold;
}
#elkoll label{
	color:#000;
	font-weight: bold;
}
#el_form{
	text-align: center;
	max-width: calc( 100% - 80px );
}
#el_form .marginal-topp{
	margin-top:15px;
}
#el_form input[type=submit]{
	margin-top:30px;
	background-color:#B91E46!important; 
	
}
#el_form input{
	max-width:100%;
	border-color:#B91E46;
}
.flex-container{
	display:flex;
	justify-content: center;
	column-gap: 30px;
	margin-top: 50px;
}
.flex-container div{
	width:50%;	
	padding:40px;
}
.flex-container div:only-of-type{
	width:100%;
}

#el_resultat{
	background-color:#B91E46;
}
#el_resultat .small{
	font-size:10px;
}
#el_resultat p{
	color:#fff;
}
#el_resultat img{
	width:80px;
	height:auto;
	margin: 30px auto 15px auto;
	display:block;
}
#referenser{
	text-align: center;
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top:40px;
}
#referenser img{
	width:80px;
	height: auto;
	display: block;
	margin: 0 auto 10px auto;
}

#referenser div{
	width:33.3%;
	margin-bottom:40px;
}

#referenser div:first-of-type{
	width:100%;
}

@media screen and (max-width: 800px) {
	#elkoll{
		width:90%;
	}
	.flex-container{
		flex-wrap: wrap;
	}
	.flex-container div, #referenser div{
		width:100%;
		
	}
	#el_form{
		max-width: 100%;
		margin-bottom:40px;
	}
	#el_resultat{
		padding:40px;
	}
	#referenser{
		margin-top:40px;
	}
}
