*,*::before,*::after {
	box-sizing: border-box;
}

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

body {
	font-family: system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

hr {
	height: 0;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp,pre {
	font-family: ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,select {
	text-transform: none;
}

button {
	-webkit-appearance: button;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

summary {
	display: list-item;
}

blockquote,dl,dd,h1,h2,h3,h4,h5,h6,,figure,p,pre {
	margin: 0;
}

button {
	background-color: transparent;
	background-image: none;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 1.5;
}

body {
	font-family: inherit;
	line-height: inherit;
}

*,::before,::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}

hr {
	border-top-width: 1px;
}

img {
	border-style: solid;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
}

button,input,optgroup,select,textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}

pre,code,kbd,samp {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

img,svg,video,canvas,audio,iframe,embed,object {
	display: block;
	vertical-align: middle;
}

img,video {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
}

@media(min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media(min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media(min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media(min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media(min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.space-x-3>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.875rem * var(--tw-space-x-reverse));
	margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-lakritz {
	--tw-bg-opacity: 1;
	background-color: rgba(135, 174, 121, var(--tw-bg-opacity));
}

.bg-negroni {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-lakritz {
	--tw-gradient-from: #ff0000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 174, 121, 0));
}

.from-negroni {
	--tw-gradient-from: #333;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 87, 0, 0));
}

.via-lakritz-light {
	--tw-gradient-stops: var(--tw-gradient-from), #D3E9E5, var(--tw-gradient-to, rgba(211, 233, 229, 0));
}

.via-negroni-light {
	--tw-gradient-stops: var(--tw-gradient-from), #FF7C38, var(--tw-gradient-to, rgba(255, 124, 56, 0));
}

.to-lakritz {
	--tw-gradient-to: #87AE79;
}

.to-negroni {
	--tw-gradient-to: #FE5700;
}

.to-negroni-light {
	--tw-gradient-to: #000;
	background: url("../assets/background-min.png") no-repeat #222 ;
}

.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-90:hover {
	--tw-bg-opacity: 0.9;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-yellow-500 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-green-500 {
	--tw-border-opacity: 1;
	border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-lakritz {
	--tw-border-opacity: 1;
	border-color: rgba(135, 174, 121, var(--tw-border-opacity));
}

.border-negroni {
	--tw-border-opacity: 1;
	border-color: rgba(254, 87, 0, var(--tw-border-opacity));
	  border-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) 1;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.border-0 {
	border-width: 0px;
}

.border-2 {
	border-width: 2px;
}

.border-4 {
	border-width: 4px;
}

.border {
	border-width: 1px;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.justify-center {
	justify-content: center;
}

.flex-auto {
	flex: 1 1 auto;
}

.flex-none {
	flex: none;
}

.font-sans {
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-extralight {
	font-weight: 200;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight: 700;
}

.font-extrabold {
	font-weight: 800;
}

.h-5 {
	height: 1.25rem;
}

.h-full {
	height: 100%;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-7 {
	line-height: 1.75rem;
}

.leading-relaxed {
	line-height: 1.625;
}

.m-6 {
	margin: 1.5rem;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-3 {
	margin-top: 0.75rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.-mt-6 {
	margin-top: -1.5rem;
}

.-mr-6 {
	margin-right: -1.5rem;
}

.-ml-52 {
	margin-left: -13rem;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-2 {
	padding: 0.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-12 {
	padding: 3rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pl-52 {
	padding-left: 13rem;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

* {
	--tw-shadow: 0 0 #0000;
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}

.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:text-opacity-75:hover {
	--tw-text-opacity: 0.75;
}

.uppercase {
	text-transform: uppercase;
}

.no-underline {
	text-decoration: none;
}

.hover\:no-underline:hover {
	text-decoration: none;
}

.w-5 {
	width: 1.25rem;
}

.w-40 {
	width: 10rem;
}

.w-80 {
	width: 20rem;
}

.w-2\/3 {
	width: 66.666667%;
}

.w-2\/4 {
	width: 50%;
}

.w-full {
	width: 100%;
}

.gap-4 {
	gap: 1rem;
}

.gap-12 {
	gap: 3rem;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-2 {
	grid-column: span 2 / span 2;
}

@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ping {
	75%,100% {
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ping {
	75%,100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes pulse {
	50% {
		opacity: .5;
	}
}

@keyframes pulse {
	50% {
		opacity: .5;
	}
}

@-webkit-keyframes bounce {
	0%,100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}

@keyframes bounce {
	0%,100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
		animation-timing-function: cubic-bezier(0.8,0,1,1);
	}

	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
		animation-timing-function: cubic-bezier(0,0,0.2,1);
	}
}

@media(min-width: 640px) {
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}

@media(min-width: 768px) {
	.md\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}

			.to-negroni-light {
	background-position:  center center;
}

}

@media(min-width: 1024px) {
	.lg\:p-12 {
		padding: 3rem;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
			.to-negroni-light {
	background-position:  120% top;
}


}

@media(min-width: 1280px) {
	.xl\:w-2\/3 {
		width: 66.666667%;
	}

		.to-negroni-light {
	background-position:  right 2em;
}

}

@media(min-width: 1536px) {
}