@media only screen and (min-width: 1020px) {
	.searchform-wrap .search-button {
		position: absolute;
		display: block;
		background-color: white;
		/*z-index: 0;*/
		right: 9px;
		top: 6px;
		/*height: 24px;*/
		/*width: 43px;*/

		background-image: url(assets/images/search.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 23px;
		width: 23px;
		z-index: 3;
	}

	.searchform-wrap .search-button:focus, input.search-button:hover {
		background-color: white;
		color: white;
		background-image: url(assets/images/search.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 23px;
		width: 23px;
		z-index: 3;
	}
}

.verdt-aa-vite {
	color: white;
}
