



















/* Hastighed fade : billeder */


.fade img  {
	transition: 0.5s ease-in-out;
   -moz-transition:  0.5s ease-in-out;
   -webkit-transition:  0.5s ease-in-out;
   }
  
  
  
  
 .fade a:hover {
  	transition: 0.5s ease-in-out;
   -moz-transition:  0.5s ease-in-out;
   -webkit-transition:  0.5s ease-in-out;
	}	
	
	
	
	

/* Hastighed fade : Menu til anden farve */

.fade {
	color:#FFF;
   
   transition: 0.7s ease-in-out;
   -moz-transition:  0.7s ease-in-out;
   -webkit-transition:  0.7s ease-in-out;
   }


   .fade:hover {
      color:#000
      }


















 
 
/*Til opal når hover*/ 
 







* {
	font-weight:normal; 
	
}

h3 {
	font-weight:bolder; 
	
}




.mailto  {
	padding-bottom: 100px;
	
}


	
.mailto h4 a {
	color:#FFF;
	
	
}

.mailto h4 a:hover {
	color:#000;
	
	
}

.fade {
	margin-top:10px;
	margin-bottom:10px;
	
}


#carlsberg a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */

	}	


#decumed a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}	
	
#intel a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}	
	

#allison a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}	
	
	#fiskars a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}	
	
	#raadvad a img:hover {
	opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
	}	
	
	


	
.ulfeldt_logo {
	max-width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	
	
	}




.sixteen img{ 
max-width: 100%;

}

	

		
/* #Media Queries
================================================== */



	/* Tablet  */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		
.ulfeldt_logo {
	
	padding-top: 50px;
	
	
	
	}

	
}	
	
	/* Mobil Landskab */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
		

.ulfeldt_logo {
	
	padding-top: 50px;
	
	
	
	}

	}
		
	/* Mobil portræt */
	@media only screen and (max-width: 479px) {
		
		
	}	
.ulfeldt_logo {
	
	padding-top: 40px;
	
	
	
	}



}
	


