
	a:active 
	{
		background-color: blue;
		color: white;
	}
	.sort
	{
		background-color: black;
		color: white;
	}
	/* søgefunktion */
	#storbredde
	{
		position: absolute;
		 right: 0;
	}
	
	h1, p, h6
	{
		 text-align: center;
	}
	.text-right
	{
		text-align: right;
	}
@media only screen and (min-width: 768px) 
{
		.footer
		{
			width:100%;
			height:65px;
			position:absolute;
			bottom:0;
			left:0;
		}
		
	}
	.miniumheigth
	{
		height: 45em;
	}
	
	.graa
	{
		background-color: #CCCCCC;
		color: black;
	}
	.red
	{
		background-color: red;
		color: white;
	}
	.green
	{
		background-color: green;
		color: white;
	}
	.yellow
	{
		background-color: yellow;
	}
	.lille
	{
		text-align: center;
		font-size: 8px;
		height: 9px;
	}
	.red
	{
		color: red;
		/*background-color: red;*/
	}
	
	h1, h6
	{
		 text-align: center;
	}
	.miniumheigth
	{
		height: 50em;
		
	}
	
	.overskrift
	{
		text-align: left;
	}

	
	
	.footer
	{
		width:100%;
		height:100px;
		position:absolute;
		bottom: -2;
		left:0;
			
	}
	#Opdatering, #underformular
	{
		margin-left: 2em;
			
	}
	.indtastform
	{
			/*height: 45em;*/
		
	}
		
	
}
@media only screen and (max-width: 768px) {
    For mobile phones: [class*="col-"] {
        width: 100%;
    }
		h1
		{
			font-size: 16px;
		}
		
		
	}
	@media only screen and (min-width: 768px) 
	{
		.footer
		{
			width:100%;
			height:65px;
			position:absolute;
			bottom:0;
			left:0;
		}
		
	}
	@media only screen and (max-width: 768px) 
	{
  
		
		
		
	}
@media only screen and (max-width: 500px) 
{
	
	h1
	{
		font-size: 20px;
	}
	h2
	{
		font-size: 17px;
	}
	.btn
	{
		font-size: 12px;
	}
	
	#Opdatering, #underformular
	{
		margin-left: 0em;
			
	}
}
	