/*Fonts*/

@font-face {
	font-display: fallback;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/source-sans-3-v15-latin-regular.woff2') format('woff2');
}

@font-face {
	font-display: fallback;
	font-family: 'Source Sans 3';
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/source-sans-3-v15-latin-italic.woff2') format('woff2');
}

@font-face {
	font-display: fallback;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/source-sans-3-v15-latin-700.woff2') format('woff2');
}

@font-face {
	font-display: fallback;
	font-family: 'Source Sans 3';
	font-style: normal;
	font-weight: 900;
	src: url('../webfonts/source-sans-3-v15-latin-900.woff2') format('woff2');
}

/* Basic */

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

@-ms-viewport {
	width: device-width;
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Source Sans 3', sans-serif;
}

html {
	box-sizing: border-box;
}

body {
	animation: none !important;
	transition: none !important;
	line-height: 1;
	margin: 0;
	position: relative;
	font-weight: 400;
	color: #919499;
	font-size: 14pt;
	letter-spacing: 0.025em;
	min-width: 390px;
	background: #242943;
}

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
	}
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

table .table, td, tr, tbody {
	width: 80%;
	background-color: #212529;
	color: #ffffff;
}

	body, input, select, textarea {
		color: #ffffff;
		font-family: "Source Sans 3", sans-serif;
		font-size: 17pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {
			body, input, select, textarea {
				font-size: 14pt;
			}
		}

		@media screen and (max-width: 1280px) {
			body, input, select, textarea {
				font-size: 12pt;
			}
		}

		@media screen and (max-width: 360px) {
			body, input, select, textarea {
				font-size: 11pt;
			}
		}

	a {
		transition: color .25s ease-in-out;
		text-decoration: underline;
		color: #717479;
		background: transparent;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #87c5a4 !important;
		}

		a:active {
			color: #5ebd8a !important;
		}

	strong, b {
		color: #ffffff;
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #ffffff;
		font-weight: 600;
		line-height: 1.65;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.35em;
	}

	h4 {
		font-size: 1.1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

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

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

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

/* Row */
#content {
	display: flex;
}

#content h3 {
	padding-top: 15px;
	text-align: center;
}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

	label {
		color: #ffffff;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		letter-spacing: 0.25em;
		margin: 1em 0 1em 0;
		text-transform: uppercase;
	}

	input[type="text"],
	input[type="number"],
	input[type="search"],
	select,
	textarea {
		appearance: none;
		background: rgba(212, 212, 255, 0.035);
		border: none;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="number"]:invalid,
		input[type="search"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="number"]:focus,
		input[type="search"]:focus,
		select:focus,
		textarea:focus {
			border-color: #87c5a4;
			box-shadow: 0 0 0 2px #87c5a4;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(212, 212, 255, 0.1)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #ffffff;
			background: #242943;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="number"],
	input[type="search"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

/* Image */

.upload-info {
    width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.image-upload {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    min-height: 200px;
    width: auto;
    height: auto;
    border: 1px dashed #ddd;
    border-radius: 5px;
    position: relative;
    text-align: center;
    color: #666;
    overflow: hidden;
}

.image-upload label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: auto;
}

.image-upload img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
    display: block;
}

.image-upload i {
    font-size: 6em;
    color: #ccc;
}

.image-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
    display: block;
}

.image-upload:hover {
	background-color: #717479;
}

.image-upload.dragging {
    border-color: #87c5a4;
    background-color: rgba(135, 197, 164, 0.1);
}

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}
.image.kategorie img {
	height: 400px;
	object-fit: cover;
}

.image.main {
    display: grid;
    gap: 20px;
    width: 100%;
    margin: 0px auto;
}

.image.main img {
	width: 100%;
    height: 500px;
    object-fit: cover;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

	ol li {
		padding-left: 0.25em;
	}

ul {
	list-style: none;
	margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0 0 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	appearance: none;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 100%;
	letter-spacing: 0.25em;
	line-height: 3em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:hover, input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
button:hover,
button:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 2px #87c5a4;
	color: #87c5a4;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(155, 241, 255, 0.1);
	box-shadow: inset 0 0 0 2px #53e3fb;
	color: #53e3fb;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.6em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.25em;
	height: 3em;
	line-height: 3em;
}

input[type="submit"].next,
input[type="reset"].next,
input[type="button"].next,
button.next,
.button.next {
	padding-right: 4.5em;
	position: relative;
}

	input[type="submit"].next:before, input[type="submit"].next:after,
	input[type="reset"].next:before,
	input[type="reset"].next:after,
	input[type="button"].next:before,
	input[type="button"].next:after,
	button.next:before,
	button.next:after,
	.button.next:before,
	.button.next:after {
		transition: opacity 0.2s ease-in-out;
		background-position: center right;
		background-repeat: no-repeat;
		background-size: 36px 24px;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		right: 1.5em;
		top: 0;
		vertical-align: middle;
		width: 36px;
	}

	input[type="submit"].next:before,
	input[type="reset"].next:before,
	input[type="button"].next:before,
	button.next:before,
	.button.next:before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
	}

	input[type="submit"].next:after,
	input[type="reset"].next:after,
	input[type="button"].next:after,
	button.next:after,
	.button.next:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %239bf1ff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
		opacity: 0;
		z-index: 1;
	}

	input[type="submit"].next:hover:after, input[type="submit"].next:active:after,
	input[type="reset"].next:hover:after,
	input[type="reset"].next:active:after,
	input[type="button"].next:hover:after,
	input[type="button"].next:active:after,
	button.next:hover:after,
	button.next:active:after,
	.button.next:hover:after,
	.button.next:active:after {
		opacity: 1;
	}

	@media screen and (max-width: 1280px) {
		input[type="submit"].next,
		input[type="reset"].next,
		input[type="button"].next,
		button.next,
		.button.next {
			padding-right: 5em;
		}
	}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #ffffff;
	box-shadow: none;
	color: #242943;
}

	input[type="submit"].primary:hover, input[type="submit"].primary:active,
	input[type="reset"].primary:hover,
	input[type="reset"].primary:active,
	input[type="button"].primary:hover,
	input[type="button"].primary:active,
	button.primary:hover,
	button.primary:active,
	.button.primary:hover,
	.button.primary:active {
		background-color: #87c5a4;
		color: #fff !important;
	}

	input[type="submit"].primary:active,
	input[type="reset"].primary:active,
	input[type="button"].primary:active,
	button.primary:active,
	.button.primary:active {
		background-color: #5ebd8a;
	}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.25;
}

::placeholder {
  color: grey;
}

.zutaten-row button	{
	appearance: none;
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	height: 100%;
	line-height: 3em;
	padding: 0 1em 0 1.25em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

#add-zutat-row, #manage-buttons {
	margin-top: 10px;
}

.zutaten-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zutaten-col {
    padding-right: calc(var(--bs-gutter-x) * 0.25);
}

.zutaten-row:nth-child(n+1) {
    margin-top: 10px;
}

.zutaten-row input[type="text"],
.zutaten-row input[type="number"] {
    flex: 1;
    margin-right: 0.25em;
}

/* Tiles */

	.tiles {
		display: flex;
		flex-wrap: wrap;
		border-top: 0 !important;
	}

		.tiles + * {
			border-top: 0 !important;
		}

		.tiles article {
			align-items: center;
			display: flex;
			transition: transform 0.25s ease, opacity 0.25s ease, filter 1s ease, -webkit-filter 1s ease;
			padding: 4em 4em 2em 4em ;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			cursor: default;
			height: 40vh;
			max-height: 40em;
			min-height: 23em;
			overflow: hidden;
			position: relative;
			width: 40%;
		}

			.tiles article .image {
				display: none;
			}

			.tiles article header {
				position: relative;
				z-index: 3;
			}

			.tiles article h3 {
				font-size: 1.75em;
			}

				.tiles article h3 a:hover {
					color: inherit !important;
				}

			.tiles article .link.primary {
				border: 0;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 4;
			}

			.tiles article:before {
				transition: opacity 0.5s ease;
				bottom: 0;
				content: '';
				display: block;
				height: 100%;
				left: 0;
				opacity: 0.85;
				position: absolute;
				width: 100%;
				z-index: 2;
			}

			.tiles article:after {
				background-color: rgba(36, 41, 67, 0.25);
				content: '';
				display: block;
				height: 100%;
				left: 0;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1;
			}

			.tiles article:hover:before {
				opacity: 0;
			}

			.tiles article.is-transitioning {
				transform: scale(0.95);
				filter: blur(0.5em);
				opacity: 0;
			}

			.tiles article:nth-child(4n - 1), .tiles article:nth-child(4n - 2) {
				width: 60%;
			}

			.tiles article:nth-child(6n - 5):before {
				background-color: #87c5a4;
			}

			.tiles article:nth-child(6n - 4):before {
				background-color: #8d82c4;
			}

			.tiles article:nth-child(6n - 3):before {
				background-color: #ec8d81;
			}

			.tiles article:nth-child(6n - 2):before {
				background-color: #e7b788;
			}

			.tiles article:nth-child(6n - 1):before {
				background-color: #8ea9e8;
			}

			.tiles article:nth-child(6n):before {
				background-color: #6fc3df;
			}

		@media screen and (max-width: 1280px) {

			.tiles article {
				padding: 4em 3em 2em 3em ;
				height: 30vh;
				max-height: 30em;
				min-height: 20em;
			}

		}

		@media screen and (max-width: 980px) {

			.tiles article {
				width: 50% !important;
			}

		}

		@media screen and (max-width: 736px) {

			.tiles article {
				padding: 3em 1.5em 1em 1.5em ;
				height: 16em;
				max-height: none;
				min-height: 0;
			}

				.tiles article h3 {
					font-size: 1.5em;
				}

		}

		@media screen and (max-width: 480px) {

			.tiles {
				display: block;
			}

				.tiles article {
					height: 20em;
					width: 100% !important;
				}

		}

/* Spotlights */

	.spotlights {
		border-top: 0 !important;
	}

		.spotlights + * {
			border-top: 0 !important;
		}

		.spotlights > article {
			display: flex;
			flex-direction: row;
			background-color: #2e3450;
		}

			.spotlights > article > .image {
				background-position: center center;
				background-size: cover;
				border-radius: 0;
				display: block;
				position: relative;
				width: 30%;
			}

				.spotlights > article > .image img {
					border-radius: 0;
					display: block;
					width: 100%;
				}

				.spotlights > article > .image:before {
					background: rgba(36, 41, 67, 0.9);
					content: '';
					display: block;
					height: 100%;
					left: 0;
					opacity: 0;
					position: absolute;
					top: 0;
					width: 100%;
				}

			.spotlights > article > .empty {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				padding-top: 1.5em;
				width: 100%;
			}

			.spotlights > article > .content {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: 2em 3em 0.1em 3em ;
				width: 70%;
				text-align: left;
				word-wrap: break-word;
				overflow-wrap: break-word;
    			overflow: hidden;
			}

				.spotlights > section > .content > .inner {
					margin: 0 auto;
					max-width: 100%;
				}

			.spotlights > article:nth-child(2n) {
				-moz-flex-direction: row-reverse;
				-webkit-flex-direction: row-reverse;
				-ms-flex-direction: row-reverse;
				flex-direction: row-reverse;
				background-color: #333856;
			}
				.spotlights > article:nth-child(2n) > .content {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

		header.major {
			max-width: 100%;
			width: -moz-max-content;
			width: -webkit-max-content;
			width: -ms-max-content;
			width: max-content;
			margin-bottom: 2em;
			word-wrap: break-all;
			overflow-wrap: break-all;
    		overflow: hidden;
		}

		header.major > :first-child {
			margin-bottom: 0;
			width: calc(100% + 0.5em);
		}

		header.major > :first-child:after {
			content: '';
			background-color: #ffffff;
		/*	display: block; */
			height: 2px;
		/*	margin: 0.325em 0 0.5em 0; */
			width: 100%;
		}

		header.major > p {
			font-size: 0.7em;
			font-weight: 600;
			letter-spacing: 0.25em;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		@media screen and (max-width: 736px) {
			header.major {
				margin-bottom: 1em;
			}

			header.major > p br {
				display: none;
			}
		}

		@media screen and (max-width: 1680px) {
			.spotlights > article > .image {
				width: 40%;
			}
			.spotlights > article > .content {
				width: 60%;
			}
		}

		@media screen and (max-width: 1280px) {
			.spotlights > article > .image {
				width: 45%;
			}
			.spotlights > article > .content {
				width: 55%;
			}
		}

		@media screen and (max-width: 980px) {
			.spotlights > article {
				display: block;
			}
				.spotlights > article > .image {
					width: 100%;
				}
				.spotlights > article > .image img {
					height: 200px;
				}
				.spotlights > article > .content {
					padding: 2em 3em 2em 3em;
					width: 100%;
				}

			.spotlights > article:nth-child(2n) {
				-moz-flex-direction: normal;
				-webkit-flex-direction: normal;
				-ms-flex-direction: normal;
				flex-direction: normal;
			}
				.spotlights > article:nth-child(2n) > .content {
					-moz-align-items: -moz-normal;
					-webkit-align-items: -webkit-normal;
					-ms-align-items: -ms-normal;
					align-items: normal;
				}
		}

		@media screen and (max-width: 736px) {
			.spotlights > article > .content {
				padding: 1em 1.5em 1em 1.5em ;
			}
		}

		@media screen and (max-width: 530px) {
    .spotlights > article > .content,
    header.major {
        padding: 1em 1em;
        box-sizing: border-box;
        max-width: 100%;
    }
}

/* Header */
	#header.home {
		height: 100px;
		display: flex;
		box-sizing: border-box;
	    justify-content: space-between;
		background-color: #2a2f4a;
		font-weight: 600;
		letter-spacing: 0.25em;
		line-height: 3em;
		position: fixed;
		top: 0;
		left: 0;
		text-transform: uppercase;
		width: 100%;
		z-index: 10000;
		gap: 5px;
	}

	#header.kategorie, #header.rezept {
		height: 48px;
		display: flex;
		box-sizing: border-box;
	    justify-content: space-between;
		background-color: #2a2f4a;
		font-weight: 600;
		letter-spacing: 0.25em;
		line-height: 3em;
		position: fixed;
		top: 0;
		left: 0;
		text-transform: uppercase;
		width: 100%;
		z-index: 10000;
		gap: 5px;
	}

	a.left, button.left {
		height: 100%;
    	display: flex;
		align-items: center;
		justify-content: center;
		position:relative;
		left: 0;
		top: 0;
	}

	#header.home > #searchform {
	    height: 48%;
	    width: 100%;
	    align-items: center;
	    flex: 1;
	    gap: 5px;
		position: absolute;
		left: 0;
		top: 52%;
		margin: 0;
	}

	#header.home > #searchform > input.search {
		height: 100%;
	    width: 100%;
		align-items: center;
		justify-content: center;
	}

	#searchform {
	    height: 100%;
	    display: flex;
	    align-items: center;
	    flex: 1;
	    gap: 5px;
	}

	a.search, button.search, input.search {
		height: 100%;
    	display: flex;
		align-items: center;
		justify-content: center;
		position:relative;
		top:0;
		left:0;
	}

	input.search {
		height: 100%;
	    width: 200px;
    	display: flex;
		align-items: center;
		justify-content: center;
		position:relative;
		top:0;
		left:0;
	}

	a.middle {
		height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
	}

	a.right, button.right {
		height: 100%;
    	display: flex;
		align-items: center;
		justify-content: center;
		margin-left: auto;
	}

	a.full-width, button.full-width {
		height: 48%;
		line-height: 3em;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	@media screen and (max-width: 980px) {
		input.search {
		    width: 120px;
		}

		a.recipe {
			height: 40px;
			width: 200px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    text-align: center;
			position: absolute;
			left: 50%;
			transform: translate(-50%,0)
		}
	}

	@media screen and (max-width: 736px) {
		#header.kategorie, #header.rezept {
			height: 100px;
			display: flex;
			box-sizing: border-box;
		    justify-content: space-between;
			background-color: #2a2f4a;
			font-weight: 600;
			letter-spacing: 0.25em;
			line-height: 3em;
			position: fixed;
			top: 0;
			left: 0;
			text-transform: uppercase;
			width: 100%;
			z-index: 10000;
			gap: 5px;
		}

		#searchform {
		    height: 48%;
		    width: 100%;
		    align-items: center;
		    flex: 1;
		    gap: 5px;
			position: absolute;
			left: 0;
			top: 52%;
			margin: 0;
		}

		a.left, button.left {
			height: 48%;
	    	display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			left: 0;
			top: 0;
		}

		a.search, button.search, input.search {
			height: 100%;
	    	display: flex;
			align-items: center;
			justify-content: center;
		}

		input.search {
			height: 100%;
		    width: 100%;
			align-items: center;
			justify-content: center;
		}

		a.middle {
			height: 48%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    text-align: center;
			position: absolute;
			left: 50%;
			transform: translate(-50%,0);
		}

		a.right, button.right {
			height: 48%;
	    	display: flex;
			align-items: center;
			justify-content: center;
			margin-left: auto;
		}
	}

/* Banner */

	#banner {
		align-items: center;
		display: flex;
		padding: 6em 0 2em 0 ;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: 0 !important;
		cursor: default;
		height: 60vh;
		margin-bottom: -3.25em;
		max-height: 32em;
		min-height: 22em;
		position: relative;
		top: -3.25em;
	}

		#banner:after {
			transition: opacity 2.5s ease;
			transition-delay: 0.75s;
			pointer-events: none;
			background-color: #242943;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.85;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner h1 {
			font-size: 3.25em;
		}

		#banner > .inner {
			transition: opacity 1.5s ease, transform 0.5s ease-out, filter 0.5s ease, -webkit-filter 0.5s ease;
			padding: 0 !important;
			position: relative;
			z-index: 2;
		}

			#banner > .inner .image {
				display: none;
			}

			#banner > .inner header {
				width: auto;
			}

				#banner > .inner header > :first-child {
					width: auto;
				}

					#banner > .inner header > :first-child:after {
						max-width: 100%;
					}

			#banner > .inner .content {
				display: flex;
				align-items: center;
				margin: 0 0 2em 0;
			}

				#banner > .inner .content > * {
					margin-right: 1.5em;
					margin-bottom: 0;
				}

				#banner > .inner .content > :last-child {
					margin-right: 0;
				}

				#banner > .inner .content p {
					font-size: 0.7em;
					font-weight: 600;
					letter-spacing: 0.25em;
					text-transform: uppercase;
				}

		#banner.major {
			height: 75vh;
			min-height: 30em;
			max-height: 50em;
		}

			#banner.major.alt {
				opacity: 0.75;
			}

		#banner.style1:after {
			background-color: #87c5a4;
		}

		#banner.style2:after {
			background-color: #8d82c4;
		}

		#banner.style3:after {
			background-color: #ec8d81;
		}

		#banner.style4:after {
			background-color: #e7b788;
		}

		#banner.style5:after {
			background-color: #8ea9e8;
		}

		#banner.style6:after {
			background-color: #6fc3df;
		}

		body.is-preload #banner:after {
			opacity: 1.0;
		}

		body.is-preload #banner > .inner {
			filter: blur(0.125em);
			transform: translateX(-0.5em);
			opacity: 0;
		}

		@media screen and (max-width: 1280px) {
			#banner {
				background-attachment: scroll;
			}
		}

		@media screen and (max-width: 736px) {
			#banner {
				padding: 5em 0 1em 0 ;
				height: auto;
				margin-bottom: -2.75em;
				max-height: none;
				min-height: 0;
				top: -2.75em;
			}

				#banner h1 {
					font-size: 2em;
				}

				#banner > .inner .content {
					display: block;
				}

					#banner > .inner .content > * {
						margin-right: 0;
						margin-bottom: 2em;
					}

				#banner.major {
					height: auto;
					min-height: 0;
					max-height: none;
				}

		}

		@media screen and (max-width: 480px) {
			#banner {
				padding: 6em 0 2em 0 ;
			}

				#banner > .inner .content p br {
					display: none;
				}

				#banner.major {
					padding: 8em 0 4em 0 ;
				}

		}

/* Main */

	#main {
		background-color: #2a2f4a;
	}

	#one {
		background-color: #2a2f4a;
		padding-top: 100px;
	}


		#main > * {
			border-top: solid 1px rgba(212, 212, 255, 0.1);
		}

			#main > *:first-child {
				border-top: 0;
			}

			#main > * > .inner {
				padding: 4em 0 2em 0 ;
				margin: 0 auto;
				max-width: 65em;
				width: calc(100% - 6em);
			}

				@media screen and (max-width: 736px) {
					#main > * > .inner {
						padding: 3em 0 1em 0 ;
						width: calc(100% - 3em);
					}
				}

/* Wrapper */

	#wrapper {
		transition: filter 0.35s ease, -webkit-filter 0.35s ease, opacity 0.375s ease-out;
	}

		#wrapper.is-transitioning {
			opacity: 0;
		}

		#wrapper > * > .inner {
			padding: 4em 0 2em 0 ;
			margin: 0 auto;
			max-width: 65em;
			width: calc(100% - 6em);
		}

			@media screen and (max-width: 736px) {
				#wrapper > * > .inner {
					padding: 3em 0 1em 0 ;
					width: calc(100% - 3em);
				}
			}

		@media screen and (max-width: 736px) {
			#wrapper {
				padding-top: 2.75em;
			}
		}