.emailfield{
	display:none;
}

.news__date {
	font-size:16px;
	margin-bottom:10px;
}

.news__image {
	margin-bottom: 30px;
}
@media (min-width: 769px) {
  .news__image {
    margin-bottom: 30px;
  }
}

.back-to-overview a:hover {
	text-decoration:underline;
}

.navigation-popup {
	background-image: url("/img/dummy/emo-home.jpg");
	background-size:cover;
}

.emo-video {
	-o-object-fit: cover;
  	object-fit: cover;
	width:100%;
	height:100%;
}

/*Team*/
.sx-widget-team__list-item__content__position {
	font-size: 1.5625rem;
    line-height: 1.2em;
	margin-bottom: 15px;
}

/*product slider*/
.sx-slider--home .sx-slide img {
	width:100%;
	/*min-height:580px;*/
}
@media (min-width: 1025px) {
	
}

.sx-slider--extra .sx-slide img { 
	width:100%;
	height:460px;
}
@media (min-width: 568px) {
	.sx-slider--extra .sx-slide img { 
		width:100%;
		height:600px;
	}
}
@media (min-width: 768px) {
	.sx-slider--extra .sx-slide img {
		width:100%;
		height:886px;
	}
}

.emo.emo-detail {
	height: auto;
  	overflow: hidden;
}
@media (min-width: 1025px) {
	.emo.emo-detail {
	  height: 100vh;
	  overflow: hidden;
	}
}
.emo.emo-detail img {
	object-fit: cover;
	height:250px;
}
@media (min-width: 769px) {
	.emo.emo-detail img {
		height: 100%;
	}
}

.news-slider__slider-item__container {
	height: 110%;
}
@media (min-width: 768px) {
	.news-slider__slider-item__container { 
		height: 100%;
	}
}