.featured-news-home{padding:0} 
.grow{transition: all .4s ease-in-out;}
.grow:hover { transform: scale(1.1); }

#newsletter.panel {
    /*background: #d4e2ee;*/
}

.full-width{width:100%}

/* kiemelt */

/* search */


.header  .search .trigger a {
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}

.header .search .wrapper {
	position: relative;
	width:100%;
	z-index: 2;
	height: 50px;
	padding: 10px 180px 10px 10px;
	box-sizing: border-box;
	background: #a09c9c;
	display: block;
	visibility: visible;
}


.header  .search.opened .wrapper {
	display: block;
	visibility: visible;
	z-index: 9;
}

.header .search .wrapper form {
	display: block;
	height: 100%;
}

.header  .search .wrapper input[type="text"] {
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.header .search .wrapper button {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	width: 160px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header .search .fa-search{
	display: inline-block;
	font-style: normal;
	background:url('/assets/icons/search.png');
	width:20px;
	height:20px;
	background-size: contain;
	background-position:50%;
	background-repeat: no-repeat;
}
/* search */

/* news posts */
.featured-news {
	margin: 0px 0px 10px;
	padding: 0 0px;
	background: #fff;
	border: 1px solid #ddd;
	
	display: block;
}

.featured-news  .post {
	margin: 0px 0px 10px;
	padding: 0 0px;
	background: #fff;
	border: 1px solid #ddd;
}

.featured-news  .post .feat-item {
	min-height: 300px;
}
.featured-news  .flex-item {
	margin: 0px;
	color: #fff;
	overflow: hidden;
	position: relative;
	min-height:300px;
	width:100%;
}

.featured-news  .sidebar .flex-item{width:100%; min-height:300px}
.featured-news  .flex-item.featured{max-width:100%;}
.featured-news  .flex-item.sidebar{max-width:100%;}

.featured-news  .feat-item-header {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.featured-news  .feat-item-header {
	bottom: 15px;
	color: #fff;
	padding: 0 10px;
	height: auto;
}

.featured-news .feat-item-image {
	position: absolute;
	background-size: cover;
	display: block;
	width: 101%;
	height: 101%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	transition: all .4s ease-in-out;
}

.featured-news .feat-item-title {
	display: block;
	color: #fff;
	padding: 5px;
	margin: 0;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
	position: relative;
	font-size: 30px;
	max-width: 100%;
}

.featured-news .sidebar .feat-item-title{font-size: 24px;}
.featured-news .feat-item-featured{
	font-size: 14px;
	color: #fff;
	display:inline-block;
	background:#ce0000;
	text-transform:uppercase;
	padding:4px;
	margin:0;
	white-space: normal;
}
.featured-news .feat-item-link {
	white-space: nowrap;
	visibility: visible;
	float: left;
	height: 100%;
	display: block;
}

.featured-news .feat-item:hover .feat-item-image {transform: scale(1.1); }

/* kiemelt */

.news-item {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 100%;
	clear: none;
	overflow: hidden;
	position: relative;
	background: #fff;
	padding: 0px 10px 0;
	float: none;
}

.news-item>a {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}

.news-item-image {
	width: 110%;
	margin: 0px -10px 0px -10px;
	position: relative;
	overflow: hidden;

}

.news-item-image img {
	margin: 0;
	margin-top: -5px;
	float: left;
	width: 100%;
	height: auto;
}

@media (min-width: 500px) {
	.news-item-image {
		width: 250px;
		float:left;
	}
	
	.news-item-image img {
		max-height: 200px;
		max-width: 200px;
	}
}

.news-item h3{
	padding: 0px 0px 1px;
	margin: unset;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-weight:400;
}

.news-item>a:hover h3 {
    color: #ce0000 !important;
}

.news-item p {
	padding-top: 5px;
	font-size: 16px;
	line-height: 140%;
}

.news-item>a:hover, .news-item>a:hover h3, .news-item>a:hover p {
	color: inherit;
	text-decoration: none!important;
	border-bottom: none!important;
}

/* news posts */
.news-column .post {
	margin: 0px 0px 10px;
	padding: 0 0px;
	background: #fff;
	border: 1px solid #ddd;
}


.news-column .post .feat-item {
	min-height: 300px;
}
.news-column .flex-item {
	margin: 0px;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.news-column .feat-item-header, .feat-item-link {
	position: absolute;
	z-index: 2;
	width: 100%;
}

.news-column .feat-item-header {
	bottom: 15px;
	color: #fff;
	padding: 0 10px;
	height: auto;
}

.news-column .feat-item-image {
	position: absolute;
	background-size: cover;
	display: block;
	width: 101%;
	height: 101%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	transition: all .4s ease-in-out;
}
.news-column .feat-item:hover .feat-item-image {transform: scale(1.1); }
.news-column .feat-item-title {
	display: block;
	color: #fff;
	padding: 5px;
	margin: 0;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
	position: relative;
	font-size: 26px;
}
.feat-item-featured{
	font-size: 14px;
	color: #fff;
	display:inline-block;
	background:#ce0000;
	text-transform:uppercase;
	padding:4px;
	margin:0;
	
}

.news-item-image .feat-item-featured{
	position: absolute;
	left:0;
}
.feat-item-link {
	white-space: nowrap;
	visibility: visible;
	float: left;
	height: 100%;
	display: block;
}

.featured-news .feat-item h3,
.news-column .feat-item-title,
.news-item >a h3 {-moz-transition: color 0.2s linear; transition: color 0.2s linear; white-space: normal;}
.feat-item-title {background-color: black;}

/* tagclouds */


#tagclouds #labels{background:none; padding:0}
/* tagclouds */

/* tophones */

.div-bolt-flex  {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.div-bolt-phone {
   flex:1;
    width: calc( 50% - 5px);
    margin: 2px;
    padding: 3px 3px 18px;
    text-align: center;
    cursor: pointer;
}

.div-bolt-phone-title{font-weight:700}

/* tophones */
@media (min-width: 768px){
	
	.header  .search .trigger a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.header .search .wrapper {
		display: none;
		visibility: hidden;
		position: absolute;
		right: 0;
		top: 100%;
		width: 500px;
	}
		
	.featured-news {display: -ms-flexbox;display: flex; }
	.featured-news .feat-item-title {max-width: 100%;}
	.featured-news  .flex-item { width:60%;}
	.featured-news  .flex-item.featured{max-width:60%;border-right: 1px solid #fff;}
	.featured-news  .flex-item.sidebar{max-width:40%;}
	.featured-news  .sidebar .flex-item{min-height:150px}

}
.responsive-img-container {
	width: 100%;
	max-width: 800px; /* Adjust as needed */
	position: relative;
	overflow: hidden;
}
.responsive-img-container::before {
	content: "";
	display: block;
	padding-top: 56.25%; /* 16:9 aspect ratio (100 / (width / height)) */
}
.responsive-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Adjust as needed (cover, contain, fill) */
}
