.cardnews {
  position: relative;
  max-width: 100%;
  background-color: transparent !important;
  overflow: hidden;
  min-height: 300px;
}

.image-wrapper {
  background-color: #fff;
  width: auto;
  height: 230px;
  overflow: hidden;
}
.cardnewsmainpage .image-wrapper {
  height: 300px;
}
.image-wrapper img {
  width: 100%;
  height: 300px; 
  object-fit: cover;
  transition: all 1s linear;
}

.image-wrapper img:hover {
 -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
}

.text-box-wrapper {
 padding: 1.25rem 2.5rem 1.5rem 2rem; 
	min-height: 202px;
}
.cardnews h2 {
	font-size: 1.2rem !important; 
	margin-bottom: 0.8em !important;
	margin-top:0.7em;
	min-height: 31px;
	font-weight: 300;
}
.heading {
  line-height: 1.4rem;
}
.text-box-wrapper {
	background-color: #f6f6f6;	
}
.text {

  font-weight: 100;
  font-size: 12px;
  padding-top: 10px;
  line-height: 2;
}

.button {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #8C5450;
  text-decoration: none;
 
}

.button:hover {
  color: black;
  transition: linear 0.2s;
}

.button-wrapper {
	color:#FE5C02;
	padding-top:0em;
	padding-bottom:1em;
	font-size: 1rem;
}
.button3 {
	background-color: #ffc107;
    border-color: #ffc107;
	padding: 0.3rem 1.5rem;
    color: #ffffff;
}
.text-box-wrapper a, .text-box-wrapper a:hover {
	color: #FFF;
	text-decoration: none;
}
.news-backlink-wrap.button-back a 
{
    background-color: #ffc107;
    border: solid 1px #ffc107;
	padding: 0.3rem 1.5rem;
    color: #ffffff;
	 margin-top: 1em;
    display: inline-block;
	margin-bottom:1em;
}

.news-backlink-wrap.button-back a:hover
{
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #e6e6e6;
    border: solid 1px #f0f0f0;
}
.ce-gallery img {
	max-width: 100%;
  	height: auto;
}
.news-backlink-wrap.button-back a {
	
}
.news-backlink-wrap.button-back a:hover {
	margin-top: 1em;
    display: inline-block;
    margin-bottom: 1em;
}
a.button3 {
	color:#000 !important;
}
a.button3:hover {
	background-color: #ffffff;
    color: #000 !important;
    border-color: #e6e6e6;
}
.news-img-wrap img {
	margin: 1rem auto;
	display: block;
	border: 4px solid #eff6fc;
}
.text-box-wrapper:hover, .cardnews:hover .bg-blue2 {
	background-color: #0e557b;
	text-decoration: none;
}
.cardnews:hover .image-wrapper img {
 -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
  text-decoration: none;
}
.text-box-wrapper {
	min-height: 220px;
}
.cardnewsmainpage .text-box-wrapper {
	min-height: 200px;
}
.news-list-category {
	border: 1px solid #FFF;
	font-size: .7rem;
	margin-right: 6px;
	padding: 6px 4px;
	font-weight: 300;
}

.news-single .news-list-category {
	border: 1px solid #213D78;
	font-size: .7rem;
	margin: 0 .2rem;
	padding: 5px 4px;
	background-color: #213D78;
	color: #FFF;
}
.news-single .news-list-date {
	padding-top: .3rem;
	font-size: .9rem;
	margin-right: .6rem;
}
.news-block a:hover{
	 text-decoration: none !important;
}
.news-single a {
	color: #213D78;
	font-weight: 700;
	text-decoration: underline;
}
.teaser-text {
	font-weight: 500;
	font-size: 1.3rem;
}