
div.bildbank {
  margin: 			5px;
  border-bottom:	3px solid #355872;
  display: 			inline-block;
  max-width: 		360px;
  font-size:		smaller;
}

/*div.bildbank:hover {
  border: 	2px solid #355872;
}*/

div.bildbank img {
  width: 	100%;
  height: 	auto;
}

div.bildbeskrivning1 {
  padding: 	15px;
  text-align: center;
}
	/* Produktsida */
	.breadcrumb
	{
		border-radius: 0;
		background-color: #0543c10f;
	}
	
	/* Varukorg */
	.checkout-pager li.active a::after 
	{
		border-left: 30px solid #0091fe;
	}
	
	.checkout-pager li.active a {
		color: #ffffff;
		font-weight: bold;
		background-color: #0091fe;
	}

	.checkout-pager li.disabled a
	{
		color: #fff;
		background-color: #0091fe;
	}

	.checkout-pager li a:after
	{
		border-left: 30px solid #0091fe;
	}
	#product-carousel 
	{
    max-height: 600px !important;
	}.contactcards
{
	width:				178px;
	height:				100px; 
	/* height:				280px;  "med foto" */
	background-color:	whitesmoke;
	display:			inline-grid;
	margin:				15px;
	border-bottom:		5px solid #355872;
	border-radius:		2px;
}
a.nameLinks
{
	font-weight: Bold;
}

.contactcardimage
{
	height:			180px;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left: 	auto;
	margin-right:	auto;
}

.contactcardinfo
{
	width:			inherit;
	height:			70px;
	margin-top:		10px;
	margin-bottom:	10px;
	text-align: 	center;
	font-size:		smaller;
}

.titledescription
{
	font-size:			large;
	padding:			15px 40px 15px; 
	background-color: 	#e6e6e6; 
	border-radius: 		2px;
	font-weight:		bold;
	
}

.gc1
{
	margin-bottom: 	40px;
	padding:		20px 40px 20px; 
	background-color: #e6e6e6; 
	border-radius: 	2px;
}
.gc2
{
	display:		inline-block;
	
}
.kolumn
{
	min-width: 		130px;
	vertical-align:	top;
}
  /* Content */
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  
  p {
    margin-bottom: 15px;
  }
  
  .date {
    font-style: italic;
    color: #666;
  }
  
  /* Job Listing */
  .job-listing {
    margin-bottom: 30px;
  }
  
  .job-listing h2 {
    margin-bottom: 10px;
  }