:root {
	--primary: 144, 199, 111;
	/*--primary: 10, 111, 183;*/
	--on-primary: 255, 255, 255;
	--secondary: 144, 199, 111;
	--on-secondary: 255, 255, 255;
	--text: 16, 52, 62;
	--warning: 255, 88, 0;
	--danger: 255, 88, 0;
	--background: 225, 233, 235;
	--foreground: 255, 255, 255;
}

body > header #navbarBottom .logo {
    max-width: 12rem;
}

body > header.shrink #navbarBottom .logo {
	max-width: 7rem;
}

#select2-pflanzenpflege-singleselect-1-result-loyx-Thripse:before {
	content: "";
	height: 100px;
	width: 100px;
	display: block;
	background: red;
}
