	.item--slider--container {
		height: auto !important;
	}
	
	.read-more[style] {
		height: 27vh !important; /* Begin */
		height: 35vh !important; /* Na openen */
	}
	
	.item--slider--container .item--content__description .read-more {
		font-size: 1rem;
	}
	
	.item--slider--container .item--content__description .read-more h2 {
		font-size: 1.4rem;
	}
	
	.item--content__description p {
		padding: 10px 0 0 0;
	}
	
	.read-more table {
		font-size: 14px !important;
	}
	
	.read-more table th, .read-more table td {
		text-align: left;
	}
	
	.read-more tr th, .read-more tr td {
		padding-bottom: 10px;
	}
	
	.card.item {
		min-height: 140px;
	}
	
	.item--slider--container {
		border-bottom: 0px;
	}
	
	a {
		color: #000 !important;
	}
	
	a:hover {
		color: #2b2b2b !important;
	}
	
	header .left select {
		display: none !important;
	}
	
	.card-content-news-title {
		font-weight: bold;
	}
	
	.card-content-news-companyName {
		font-weight: normal;
		color: #ffec34;
	}
	
	.card-content-news-date {
		font-weight: normal;
	}

@media only screen and (max-width: 600px) {
	.carousel-dots {
		display: none !important;
	}
	
	.item--content__description {
		min-width: auto !important;
	}
	
	/*.item--slider--container .item--content__description {*/
	/*	!*height: 40vh !important;*!*/
	/*}*/
	
	.item--slider--container .item--content__description .read-more {
		font-size: 0.9rem;
	}
	
	.item--slider--container .item--content__description .read-more h2 {
		font-size: 1.3rem;
	}
	
	h1 {
	    font-size: 1.6rem;
	    line-height: 1.2;
	}
	
	/*.slick-dotted.slick-slider {*/
	/*	margin-bottom: 0px !important;	*/
	/*}*/
	
	.item--slider--container {
		padding-bottom: 0px;
	}
	
	.carousel-arrow-next.slick-arrow {
		right: 0rem !important;
	}
	
	.carousel-arrow-prev.slick-arrow {
		left: 0rem !important;
	}
	
	header .search-input-container {
		width: 200px;
	}
	
	header .search-input-container input#search-filter {
	    font-size: 12px;
	    line-height: 1;
	    width: 100%;
		padding: 18px 35px 18px 18px;
	}
}