.postcode{
	background: url('/images/3512ag.svg') no-repeat center bottom;
	background-size: contain; 
}

.postcode .phone {
	position: absolute;
	top:30px;
	right:15px;
	border: 3px solid #c92134;
	padding: 6px;
}
.postcode .phone a{
	font-size: 23px;
	font-family: 'Rockwell Std'; 
	color: black;
	background: rgba(227,217,210,0.9);
	text-decoration: none !important;
  white-space: nowrap;
  padding: 10px 35px;
  display: block; 
  transition: background 0.2s ease-in;
}
.postcode .phone a:hover{
	background: rgba(227,217,210,1);
  transition: background 0.2s ease-in;
}

.social a{
	font-size: 20px;
	color: #c92134;
}
.social a:hover{
	text-decoration: none;
}

.kader{
	border: 3px solid #c92134;
	padding: 6px;	
	margin-bottom: 30px;
}
.kader>div{  
	background: rgba(227,217,210,0.9); 
  padding: 10px 35px;
  display: block;  
}