@charset "UTF-8";

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

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

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans Condensed', sans-serif;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

p,
pre {
	margin: 0 0 1em;
}

pre,
code,
kbd,
samp {
	font-family: 'Source Code Pro', Courier, monospace;
	_font-family: 'Source Code Pro', Courier, monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl,
menu,
ol,
ul {
	margin: 0;
}

dd {
	margin: 0;
}

menu,
ol,
ul {
	padding: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: 1.5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

.oContent {
	-webkit-box-ordinal-group: 201;
	-ms-flex-order: 200;
	order: 200;
}

::-moz-selection {
	background-color: #40211e;
	text-shadow: none;
	color: #ffffff;
}

::selection {
	background-color: #40211e;
	text-shadow: none;
	color: #ffffff;
}

.hidden {
	display: none !important;
}

:focus {
	outline: 1px dotted #ddd;
}

.zDev {
	z-index: 900;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-BlackItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-BoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Merriweather';
	src: url('/static/webfonts/Merriweather-LightItalic.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	position: relative;
	overflow: hidden;
}

.selectric .label {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 15px 50px 15px 15px;
	margin: 0;
	border: none;
	background-color: #62332f;
	color: #fff;
	border-bottom: 1px solid #fff;
	min-width: auto;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 45px;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.selectric-focus .selectric {
	border-color: #9C163A;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-disabled {
	opacity: 0.5;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
}

.selectric-hide-select.selectric-is-native {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

.selectric-items {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff9ee;
	color: #62332f;
	z-index: -1;
	-webkit-box-shadow: 0 0 10px -6px;
	box-shadow: 0 0 10px -6px;
	width: auto !important;
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
	min-height: 20px;
	font-size: 0.9em;
}

.selectric-items li {
	display: block;
	padding: 10px;
	color: inherit;
	cursor: pointer;
	font-weight: normal;
	padding: 15px;
}

.selectric-items li.selected {
	font-weight: bold;
}

.selectric-items li.highlighted {
	font-weight: bold;
}

.selectric-items li:hover,
.selectric-items li:focus {
	font-weight: bold;
}

.selectric-items .disabled {
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: inherit;
}

.selectric-items .selectric-group.disabled li {
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

.calendar {
	width: 1200px;
	margin: 20px auto 80px auto;
	position: relative;
}

.cal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	font-size: 1.5em;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	color: #fff;
	background-color: #62332f;
}

.cal-header-nav {
	height: 100%;
	width: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: #fff;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.cal-header-nav:hover,
.cal-header-nav:focus {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.cal-header-month {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cal-header-month .selectric-wrapper {
	margin-right: 10px;
}

.cal-main {
	width: 100%;
	background-color: #fff;
	padding: 0 15px 15px 15px;
}

.cal-weekdays {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: auto;
	grid-gap: 15px;
	margin-bottom: 10px;
	counter-reset: weekdays;
}

.cal-weekday {
	counter-increment: weekdays;
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	color: #62332f;
	-ms-grid-row: 1;
}

.cal-weekday:nth-child(1) {
	-ms-grid-column: 1;
}

.cal-weekday:nth-child(2) {
	-ms-grid-column: 2;
}

.cal-weekday:nth-child(3) {
	-ms-grid-column: 3;
}

.cal-weekday:nth-child(4) {
	-ms-grid-column: 4;
}

.cal-weekday:nth-child(5) {
	-ms-grid-column: 5;
}

.cal-weekday:nth-child(6) {
	-ms-grid-column: 6;
}

.cal-weekday:nth-child(7) {
	-ms-grid-column: 7;
}

.cal-week {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-auto-rows: auto;
	grid-auto-flow: dense;
	grid-gap: 2px 15px;
	margin-bottom: calc(15px * 2);
}

.cal-day {
	display: contents;
}

.cal-day.not-this-month * {
	opacity: 0.15;
}

.cal-day-header {
	font-family: 'Merriweather', serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #62332f;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #62332f;
}

.cal-audit {
	color: #fff;
	padding: 6px 10px;
	text-overflow: ellipsis;
	overflow-x: hidden;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: left;
	white-space: nowrap;
	width: 100%;
}

.cal-audit.extern {
	background-color: #5C5CA5;
}

.cal-audit.kunde {
	background-color: #FFCC4C;
}

.cal-audit.sperrung {
	background-color: #FF913D;
}

.cal-audit.zertifizierung {
	background-color: #318E83;
}

.cal-audit.intern {
	background-color: #8E295F;
}

.cal-audit-info {
	background-color: rgba(255, 255, 255, 0.8);
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: none;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.cal-audit-info.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.cal-audit-info-wrap {
	color: #fff;
	width: 50%;
	position: relative;
	height: 100%;
	padding: 25px;
}

.cal-audit-info-wrap.extern {
	background-color: #5C5CA5;
}

.cal-audit-info-wrap.kunde {
	background-color: #FFCC4C;
}

.cal-audit-info-wrap.sperrung {
	background-color: #FF913D;
}

.cal-audit-info-wrap.zertifizierung {
	background-color: #318E83;
}

.cal-audit-info-wrap.intern {
	background-color: #8E295F;
}

.cal-audit-info-overlay {
	background-color: rgba(255, 255, 255, 0.25);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	height: 100%;
}

.cal-audit-close-button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url('/static/images/close-white.svg');
	background-size: cover;
	background-color: transparent;
	z-index: 100;
}

.cal-day:nth-child(1) > .cal-audit {
	grid-column-start: 1;
}

.cal-day:nth-child(2) > .cal-audit {
	grid-column-start: 2;
}

.cal-day:nth-child(3) > .cal-audit {
	grid-column-start: 3;
}

.cal-day:nth-child(4) > .cal-audit {
	grid-column-start: 4;
}

.cal-day:nth-child(5) > .cal-audit {
	grid-column-start: 5;
}

.cal-day:nth-child(6) > .cal-audit {
	grid-column-start: 6;
}

.cal-day:nth-child(7) > .cal-audit {
	grid-column-start: 7;
}

.input {
	padding: 7px 14px;
	width: 250px;
	margin: 6px 0;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #222222;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-position: 150% center;
	background-size: 15px;
	background-repeat: no-repeat;
}

.inputGroup.is-invalid .input,
.input.is-invalid {
	color: #d2190b;
	border-color: #f44336;
	background-color: #fff8f7;
	background-image: url(../icons/cross.svg);
	background-position: 95% center;
}

.inputGroup.is-invalid .input:focus,
.input.is-invalid:focus {
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	background-position: 150% center;
}

.inputGroup.is-recommended .input,
.input.is-recommended {
	color: #14759c;
	border-color: #1da7e0;
	background-color: #d0edf9;
	background-image: url(../icons/pen.svg);
	background-position: 95% center;
}

.inputGroup.is-recommended .input:focus,
.input.is-recommended:focus {
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	background-position: 150% center;
}

.inputGroup.is-valid .input,
.input.is-valid {
	color: #34762d;
	border-color: #4cad42;
	background-color: #d1eccf;
	background-image: url(../icons/check.svg);
	background-position: 95% center;
}

.inputGroup.is-valid .input:focus,
.input.is-valid:focus {
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	background-position: 150% center;
}

.input:-moz-read-only {
	color: #222222;
	cursor: default;
	box-shadow: none;
	border: 1px dashed #d9d9d9;
	border-bottom-style: solid;
	background-color: #f2f2f2;
}

.input.is-readonly,
.input:read-only {
	color: #222222;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px dashed #d9d9d9;
	border-bottom-style: solid;
	background-color: #f2f2f2;
}

.input.is-disabled,
.input:disabled {
	color: #aaaaaa;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px dashed #cccccc;
	background-color: #f2f2f2;
	background-image: url('../icons/not-allowed.svg');
	background-position: 95% center;
}

.input::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 1;
}

.input:-moz-placeholder {
	color: #a2a2a2;
	opacity: 1;
}

.input::-moz-placeholder {
	color: #a2a2a2;
	opacity: 1;
}

.input:-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 1;
}

.input-vContrast {
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
	color: #000000;
}

.input-vSmall {
	width: 180px;
	padding: 3px 7px;
	font-size: 0.8em;
	font-weight: 400;
}

.input-vLarge {
	padding: 8px 11.5px;
	font-size: 1.25em;
	width: 280px;
}

.input-vBlock {
	width: 100%;
	margin: 0;
}

.label + .input-vBlock {
	width: calc(100% - 154px);
}

.label + .textarea-vBlock {
	width: calc(100% - 150px);
	margin-top: 6px;
}

.label {
	vertical-align: middle;
	display: inline-block;
	padding: 7px 14px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000000;
	margin: 6px 0;
	min-width: 150px;
}

.inputGroup.is-required .label,
.label.is-required {
	border-left: 2px solid #000;
	color: #000;
	font-weight: 600;
}

.inputGroup.is-required .label:after,
.label.is-required:after {
	content: '\00a0*';
}

.inputGroup.is-invalid .label,
.label.is-invalid {
	color: #a21309;
	border-color: #f44336;
	background-color: #f99d97;
}

.inputGroup.is-recommended .label,
.label.is-recommended {
	color: #0e536f;
	border-color: #1da7e0;
	background-color: #76caed;
}

.inputGroup.is-valid .label,
.label.is-valid {
	color: #23511f;
	border-color: #4cad42;
	background-color: #8cd085;
}

.label.is-disabled,
.label:disabled {
	color: #777777;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px dashed #cccccc;
	background-color: #f2f2f2;
}

.label.has-icon:before {
	content: "";
	position: relative;
	display: inline-block;
	height: 1em;
	width: 1em;
	vertical-align: text-top;
	margin: 4px 7px 0 -4px;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: inherit;
	background-blend-mode: multiply;
}

.label .icon {
	margin: 4px 4px 0 -4px;
}

.label-vSmall {
	padding: 3px 7px;
	font-size: 0.8em;
	font-weight: 400;
}

.label-vBlock {
	width: 100%;
	margin: 0;
}

.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	vertical-align: middle;
	display: inline-block;
	padding: 8px 20px;
	padding-right: 38px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 137.14286 50" height="50" width="80"><path d="M0 16.429l30-34.286 30 34.286H0zm0 17.142l30 34.286 30-34.286H0z"/></svg>');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.select:hover,
.select:focus {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.select-vSmall {
	padding: 3px 7px 4px;
	font-size: 0.8em;
	font-weight: 400;
	background-size: 10px;
}

.inputGroup {
	display: block;
	margin-bottom: 15px;
}

.inputGroup:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.inputGroup .input,
.inputGroup .btn,
.inputGroup .select,
.inputGroup .label,
.inputGroup .switch,
.inputGroup > .radio,
.inputGroup .optionGroup {
	margin: 6px 0px;
	float: left;
	position: relative;
}

.inputGroup .input,
.inputGroup .label,
.inputGroup .textarea,
.inputGroup .switch,
.inputGroup > .radio,
.inputGroup .optionGroup {
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.inputGroup .label:first-child {
	border-right-width: 0;
}

.inputGroup .label:last-child {
	border-left-width: 0;
}

.inputGroup .btn {
	margin-left: -1px;
}

.formGroup {
	margin-bottom: 15px;
}

.textarea {
	resize: none;
	margin-top: 6px;
	padding: 7px 14px;
	width: 250px;
	height: 180px;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	color: #222222;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-position: 150% center;
	background-size: 15px;
	background-repeat: no-repeat;
	text-align: left;
}

.textarea-vBlock {
	width: 100%;
	margin: 0;
}

.checkbox {
	margin-right: 5px;
	cursor: pointer;
}

.note {
	font-size: 0.8em;
	margin: 0;
}

.note-vOffset {
	padding-left: 22px;
}

.switch {
	margin: 6px 0;
	vertical-align: middle;
	display: inline-block;
	padding: 7px 14px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000000;
}

.switch-input {
	display: none;
}

.switch-input:checked + .switch-label {
	background: #8cd085;
}

.switch-input:checked + .switch-label:after {
	left: 50%;
}

.switch-label {
	background: #e6e6e6;
	padding: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	outline: 0;
	display: block;
	width: 3em;
	height: 1.5em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.switch-label:after {
	left: 0;
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.radio {
	margin: 6px 0;
	vertical-align: middle;
	display: inline-block;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000000;
}

.radio-input {
	opacity: 0;
	position: absolute;
}

.radio-label {
	position: relative;
	display: inline-block;
	padding: 7px 14px;
	outline: 0;
	cursor: pointer;
}

.radio-label:before {
	content: '';
	background: #fff;
	border: 2px solid #e6e6e6;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-right: 10px;
	margin-top: -2px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.radio-label:hover,
.radio-label:focus {
	background-color: #ffffff;
}

.radio-input:checked + .radio-label:before {
	background: #8cd085;
	border: 2px solid #69c260;
}

.check {
	margin: 6px 0;
	vertical-align: middle;
	display: inline-block;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000000;
}

.check-input {
	opacity: 0;
	position: absolute;
}

.check-label {
	position: relative;
	display: inline-block;
	padding: 7px 14px;
	outline: 0;
	cursor: pointer;
}

.check-label:before {
	content: '';
	background: #fff;
	border: 2px solid #e6e6e6;
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	margin-right: 10px;
	margin-top: -2px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
}

.check-label:hover,
.check-label:focus {
	background-color: #ffffff;
}

.check-input:checked + .check-label:before {
	background: #8cd085;
	border: 2px solid #69c260;
}

.optionGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.optionGroup .check,
.optionGroup .radio {
	margin: 0;
	border-width: 0 1px;
}

.optionGroup .check:first-child,
.optionGroup .radio:first-child {
	border-width: 1px;
	border-bottom-width: 0;
}

.optionGroup .check:last-child,
.optionGroup .radio:last-child {
	border-width: 1px;
	border-top-width: 0;
}

.optionGroup-vSelectionList {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.optionGroup-vSelectionList .radio,
.optionGroup-vSelectionList .check {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.optionGroup-vSelectionList .radio-label,
.optionGroup-vSelectionList .check-label {
	white-space: nowrap;
	padding-right: 30px;
}

.optionGroup-vSelectionList .radio:not(:last-child) .radio-label,
.optionGroup-vSelectionList .check:not(:last-child) .check-label {
	border-bottom: 1px solid #cccccc;
}

.optionGroup-vSelectionList .radio-label:before,
.optionGroup-vSelectionList .check-label:before {
	content: none;
}

.optionGroup-vSelectionList .radio-input:checked + .radio-label,
.optionGroup-vSelectionList .check-input:checked + .check-label {
	background: #8cd085;
	border-bottom: 1px solid #69c260;
	color: #fff;
}

.optionGroup-vSelectionList .radio-input:checked + .radio-label:hover,
.optionGroup-vSelectionList .check-input:checked + .check-label:hover,
.optionGroup-vSelectionList .radio-input:checked + .radio-label:focus,
.optionGroup-vSelectionList .check-input:checked + .check-label:focus {
	background-color: #69c260;
}

.formActions:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.formActions .btn {
	float: right;
}

.formActions .btn + .btn {
	margin-right: 10px;
}

.zDev {
	z-index: 900;
}

.btn {
	font-weight: 200;
	padding: 7px 21px;
	margin: 6px 0;
	color: #222222;
	background-color: #e7e5e5;
	border: 1px solid #cfcaca;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:link,
.btn:visited {
	color: #222222;
}

.btn:hover,
.btn:focus {
	color: #000000;
	background-color: #f3f2f2;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.btn:active,
.btn.is-active {
	color: #000000;
	background-color: #ffffff;
}

.btn.is-disabled,
.btn:disabled,
.btn[aria-disabled=true] {
	color: #aaaaaa;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-style: dashed;
	background-color: #ffffff;
}

.btn.is-disabled:hover,
.btn:disabled:hover,
.btn[aria-disabled=true]:hover,
.btn.is-disabled:focus,
.btn:disabled:focus,
.btn[aria-disabled=true]:focus {
	background-color: #f3f2f2;
}

.btn.is-busy,
.btn.is-loading,
.btn[aria-busy=true] {
	cursor: progress;
}

.btn.is-busy .single-spinner,
.btn.is-loading .single-spinner,
.btn[aria-busy=true] .single-spinner {
	margin-right: 1em;
}

.btn.is-busy:hover,
.btn.is-loading:hover,
.btn[aria-busy=true]:hover,
.btn.is-busy:focus,
.btn.is-loading:focus,
.btn[aria-busy=true]:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.btn.has-icon:before {
	content: "";
	position: relative;
	display: inline-block;
	height: 1em;
	width: 1em;
	vertical-align: text-top;
	margin: 4px 10px 0 -5px;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: inherit;
	background-blend-mode: multiply;
}

.btn.just-icon {
	color: transparent !important;
	letter-spacing: -1em;
	padding: 7px 14px;
	position: relative;
}

.btn.just-icon:before {
	margin: 2px 0 0;
	height: 1.4em;
	width: 1.4em;
}

.btn .icon {
	margin: 4px 7px 0 -5px;
}

.btn-vSmall {
	padding: 3px 11px;
	font-size: 0.8em;
	font-weight: 400;
}

.btn-vSmall.has-icon:before {
	margin: 3px 5px 0 0;
}

.btn-vSmall.just-icon {
	color: transparent !important;
	letter-spacing: -1em;
	padding: 3px 8px;
}

.btn-vSmall.just-icon:before {
	margin: 2px 0 0;
	height: 1.2em;
	width: 1.2em;
}

.btn-vSmall .icon {
	margin: 3px 3px 0 0;
}

.btn-vPrimary {
	font-weight: 600;
	color: #f4f4f4;
	background-color: #4cad42;
	border: 1px solid #3c8834;
}

.btn-vPrimary:link,
.btn-vPrimary:visited {
	color: #f4f4f4;
}

.btn-vPrimary:hover,
.btn-vPrimary:focus {
	color: #ffffff;
	background-color: #58bb4d;
	border: 1px solid #449b3b;
}

.btn-vPrimary:active,
.btn-vPrimary.is-active {
	color: #ffffff;
	background-color: #69c260;
	border: 1px solid #58bb4d;
}

.btn-vPrimary.is-disabled,
.btn-vPrimary:disabled,
.btn-vPrimary[aria-disabled=true] {
	color: #afdeaa;
	background-color: #ffffff;
	border: 1px dashed #afdeaa;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-vPrimary.is-disabled:hover,
.btn-vPrimary:disabled:hover,
.btn-vPrimary[aria-disabled=true]:hover,
.btn-vPrimary.is-disabled:focus,
.btn-vPrimary:disabled:focus,
.btn-vPrimary[aria-disabled=true]:focus {
	background-color: #d1eccf;
}

.btn-vDanger {
	color: #f32c1e;
	border: 1px solid #ea1c0d;
	-webkit-box-shadow: 0 1px 2px rgba(244, 67, 54, 0.4);
	box-shadow: 0 1px 2px rgba(244, 67, 54, 0.4);
}

.btn-vDanger:link,
.btn-vDanger:visited {
	color: #f32c1e;
}

.btn-vDanger:hover,
.btn-vDanger:focus {
	color: #ffffff;
	background-color: #f55a4e;
	border: 1px solid #f32c1e;
}

.btn-vDanger:active,
.btn-vDanger.is-active {
	color: #ffffff;
	background-color: #f77066;
	border: 1px solid #f55a4e;
}

.btn-vDanger.is-disabled,
.btn-vDanger:disabled,
.btn-vDanger[aria-disabled=true] {
	color: #fccbc7;
	background-color: #ffffff;
	border: 1px dashed #fccbc7;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-vDanger.is-disabled:hover,
.btn-vDanger:disabled:hover,
.btn-vDanger[aria-disabled=true]:hover,
.btn-vDanger.is-disabled:focus,
.btn-vDanger:disabled:focus,
.btn-vDanger[aria-disabled=true]:focus {
	background-color: #fff8f7;
}

.btn-vEdit {
	color: #1a96c9;
	border: 1px solid #1785b3;
	-webkit-box-shadow: 0 1px 2px rgba(29, 167, 224, 0.4);
	box-shadow: 0 1px 2px rgba(29, 167, 224, 0.4);
}

.btn-vEdit:link,
.btn-vEdit:visited {
	color: #1a96c9;
}

.btn-vEdit:hover,
.btn-vEdit:focus {
	color: #ffffff;
	background-color: #32b0e4;
	border: 1px solid #1a96c9;
}

.btn-vEdit:active,
.btn-vEdit.is-active {
	color: #ffffff;
	background-color: #49b9e7;
	border: 1px solid #32b0e4;
}

.btn-vEdit.is-disabled,
.btn-vEdit:disabled,
.btn-vEdit[aria-disabled=true] {
	color: #76caed;
	background-color: #ffffff;
	border: 1px dashed #a3dcf3;
	cursor: default;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-vEdit.is-disabled:hover,
.btn-vEdit:disabled:hover,
.btn-vEdit[aria-disabled=true]:hover,
.btn-vEdit.is-disabled:focus,
.btn-vEdit:disabled:focus,
.btn-vEdit[aria-disabled=true]:focus {
	background-color: #d0edf9;
}

.btnGroup {
	vertical-align: middle;
	display: inline-block;
}

.btnGroup .btn {
	margin-right: 0px;
	margin-left: -1px;
	float: left;
	position: relative;
	z-index: 200;
}

.btnGroup .btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btnGroup .btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btnGroup .btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btnGroup .btn:first-of-type {
	margin-left: 6px;
}

.btnGroup .btn.btn:last-of-type {
	margin-right: 6px;
}

.btnGroup .btn.btn-vDanger,
.btnGroup .btn.btn-vPrimary,
.btnGroup .btn.btn-vEdit {
	z-index: 201;
}

.btnGroup .btn:hover,
.btnGroup .btn:active,
.btnGroup .btn.is-selected,
.btnGroup .btn:focus {
	z-index: 202;
}

.btnGroup .btn.is-disabled,
.btnGroup .btn.is-disabled:hover,
.btnGroup .btn.is-disabled:focus {
	z-index: 200;
}

.btnGroup .btn:focus {
	z-index: 203;
}

.btn-vBlock {
	margin: 0;
	width: 100%;
	display: block;
	margin-top: 5px;
}

.vi-stringBone {
	clear: both;
}

.vi-stringLabel {
	float: left;
}

.vi-boneEditor {
	float: left;
	width: 50%;
}

.vi-boneEditor textarea {
	width: 50%;
}

.vi-boneEditor input {
	width: 50%;
}

.vi-boneEditor select {
	width: 55%;
}

.contactForm {
	margin: 0 auto;
	width: 1200px;
	margin-top: 50px;
}

.contactForm .vi-section {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 25px;
}

.contactForm .vi-section .vi-bone {
	margin-bottom: 0;
}

.contactForm .wrap {
	width: 100%;
	margin: 0;
}

fieldset {
	border: none;
}

.vi-bone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: transparent !important;
	height: 50px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-bottom: 20px;
}

label {
	height: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.vi-boneEditor {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.vi-boneEditor input.input {
	width: 100%;
}

section.vi-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

section.vi-section div:last-child {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.vi-boneEditor textarea {
	width: 100% !important;
	height: 100%;
}

.vi-bone.vi-stringBone.vi-stringBone-vdescr {
	height: 239px;
}

.vi-bone.vi-stringBone.vi-stringBone-vdescr .vi-boneEditor {
	height: 100%;
}

.vi-boneEditor.inputGroup {
	margin-top: 6px;
}

.inputGroup {
	margin-bottom: -1px;
}

html.no-scroll {
	overflow-y: hidden;
}

.cookie-popup {
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.cookie-popup.is-active {
	opacity: 1;
	pointer-events: auto;
}

.cookie-popup-headline {
	font-size: 1.7em;
	color: #62332f;
}

.cookie-popup-subline {
	font-size: 1.3em;
	margin-bottom: 20px;
}

.cookie-popup-box.is-hidden {
	display: none;
}

.cookie-popup-box {
	background-color: #fff9ee;
	max-width: 800px;
}

.cookie-popup-header {
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cookie-popup-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff9ee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px 0 20px;
	overflow-y: auto;
	max-height: 60vh;
}

.cookie-popup-content a {
	font-weight: bold;
	text-decoration: underline;
}

.cookie-popup-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffebd3 !important;
}

.cookie-popup-footer .btn {
	font-size: 1em;
}

.cookie-input-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cookie-input-group .switch {
	margin-right: 15px;
}

.btn {
	background-color: #62332f;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	float: right;
	text-decoration: none;
	border: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.btn:hover,
.btn:focus {
	background-color: #9C163A;
}

.btn-vGrey {
	background-color: #ffebd3 !important;
	color: #62332f !important;
}

.btn-vGrey:hover,
.btn-vGrey:focus {
	background-color: #aaa;
}

.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	border-radius: 0;
	padding: 0.35em 0.35em;
	margin: 0.25em 0;
	vertical-align: middle;
	font-size: 1em;
	font-weight: 200;
	line-height: 1.5;
	width: auto;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.switch-input {
	display: none;
}

.switch-input:checked + .switch-label {
	background: #9C163A;
}

.switch-input:checked + .switch-label:after {
	left: 50%;
}

.switch-label {
	background: #e6e6e6;
	border-radius: 0;
	padding: 2px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	outline: 0;
	display: block;
	width: 3em;
	height: 1.5em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.switch-label:after {
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.unslider {
	overflow: auto;
	margin: 0;
	padding: 0;
}

.unslider-wrap {
	position: relative;
}

.unslider-wrap.unslider-carousel > li {
	float: left;
	width: 100vw;
}

.unslider-vertical > ul {
	height: 100%;
}

.unslider-vertical li {
	float: none;
	width: 100%;
}

.unslider-fade {
	position: relative;
}

.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10;
}

.unslider li,
.unslider ol,
.unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer;
}

.unslider-arrow.next {
	left: auto;
	right: 20px;
}

.fluid-page {
	margin-top: 200px;
}

.fluid-descr {
	max-width: none !important;
}

.fluid-wrap.fluid-height-parallax {
	max-height: 600px;
}

.fluid-gallery {
	padding: 40px 0;
}

.fluid-gallery .fluid-bind {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-flow: row wrap !important;
	flex-flow: row wrap !important;
}

.fluid-gallery-image {
	overflow: hidden;
	margin: 0 10px !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 1 calc(25% - 20px) !important;
	flex: 0 1 calc(25% - 20px) !important;
}

.fluid-gallery-image:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.fluid-element:first-child.fluid-text .square-box .box-text-wrap {
	text-align: right;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fluid-element:last-child.fluid-text .square-box .box-text-wrap {
	text-align: left;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fluid-page .square-box {
	width: auto;
	max-width: 600px;
}

.fluid-page .square-box.img-only {
	max-width: none;
}

.fluid-gallery-image {
	margin: 0 20px 20px 0 !important;
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 1 calc(25% - 15px) !important;
	flex: 0 1 calc(25% - 15px) !important;
}

.fluid-gallery-image:nth-child(4n) {
	margin-right: 0 !important;
}

.fluid-slider-control:hover,
.fluid-slider-control:focus,
.fluid-slider-control:focus {
	margin: 0;
	opacity: 0.5;
}

.fluid-slider-control:hover,
.fluid-slider:hover .fluid-slider-control,
.fluid-slider-control:focus,
.fluid-slider:focus .fluid-slider-control,
.fluid-slider-control:focus,
.fluid-slider:focus .fluid-slider-control {
	opacity: 0.3;
}

.fluid-text-link {
	border-bottom: 1px solid;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.fluid-text-link:hover,
.fluid-text-link:focus {
	border-color: transparent;
}

.fluid-descr table {
	border-spacing: 1em 0.5em;
	border-collapse: separate;
	width: 100%;
}

.fluid-page {
	width: 100%;
}

.fluid-main-frame {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
}

.fluid-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-width: 100%;
	max-width: 100vw;
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-ordinal-group: 221;
	-ms-flex-order: 220;
	order: 220;
}

.fluid-wrap.fluid-height-small {
	min-height: 200px;
}

.fluid-wrap.fluid-height-medium {
	min-height: 350px;
}

.fluid-wrap.fluid-height-large {
	min-height: 500px;
}

.fluid-wrap.fluid-height-100 {
	min-height: 100vh;
}

.fluid-wrap.fluid-height-100:first-child {
	padding-top: 200px;
	margin-top: -200px;
}

.fluid-bind {
	width: 100%;
	max-width: 1200px;
	padding: 0 0;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.fluid-grid {
	margin: 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.fluid-height-small .fluid-grid {
	min-height: 200px;
}

.fluid-height-medium .fluid-grid {
	min-height: 350px;
}

.fluid-grid.fluid-height-large {
	min-height: 500px;
}

.fluid-height-100 .fluid-grid {
	min-height: 100vh;
}

.fluid-section {
	padding: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.fluid-section.fluid-width-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.fluid-section.fluid-width-33 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
}

.fluid-section.fluid-width-40 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.fluid-section.fluid-width-60 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}

.fluid-section.fluid-width-60 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.fluid-section,
.fluid-wrap {
	background-color: transparent;
}

.fluid-section.fluid-background-main,
.fluid-wrap.fluid-background-main {
	background-color: #62332f;
}

.fluid-section.fluid-background-complement,
.fluid-wrap.fluid-background-complement {
	background-color: #ffebd3;
}

.fluid-section.fluid-background-side,
.fluid-wrap.fluid-background-side {
	background-color: #9C163A;
}

.fluid-section.fluid-background-white,
.fluid-wrap.fluid-background-white {
	background-color: #fff;
}

.fluid-section.fluid-background-black,
.fluid-wrap.fluid-background-black {
	background-color: #000;
}

.fluid-slider,
.fluid-slider > .fluid-bind {
	position: relative;
	width: 100%;
}

.fluid-height-small .fluid-slider,
.fluid-height-small .fluid-slider > .fluid-bind,
.fluid-slider.fluid-height-small,
.fluid-slider > .fluid-bind.fluid-height-small {
	max-height: 200px;
}

.fluid-height-medium .fluid-slider,
.fluid-height-medium .fluid-slider > .fluid-bind,
.fluid-slider.fluid-height-medium,
.fluid-slider > .fluid-bind.fluid-height-medium {
	max-height: 350px;
}

.fluid-height-large .fluid-slider,
.fluid-height-large .fluid-slider > .fluid-bind,
.fluid-slider.fluid-height-large,
.fluid-slider > .fluid-bind.fluid-height-large {
	max-height: 500px;
}

.fluid-height-100 .fluid-slider,
.fluid-height-100 .fluid-slider > .fluid-bind,
.fluid-slider .fluid-height-100,
.fluid-slider > .fluid-bind .fluid-height-100 {
	max-height: 100vh;
}

.fluid-slider-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	position: absolute;
	color: #fff;
	font-size: 3em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 1px 1px #000;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	bottom: 90px;
}

.fluid-slider-control:hover,
.fluid-slider-control:focus {
	margin: 0 -4px;
}

.fluid-slider-control--prev {
	left: 0;
}

.fluid-slider-control--next {
	right: 0;
}

.fluid-slider-control:hover,
.fluid-slider:hover .fluid-slider-control,
.fluid-slider-control:focus,
.fluid-slider:focus .fluid-slider-control {
	opacity: 1;
}

.fluid-gallery {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fluid-gallery:not(.fluid-wrap) {
	padding: 0;
}

.fluid-gallery.fluid-wrap .fluid-bind {
	padding: 0 0;
}

.fluid-gallery-image.fluid-element {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(100% / 4);
	flex: 0 1 calc(100% / 4);
	padding: 0 0;
	margin: 0 0;
}

.fluid-gallery-picture {
	position: absolute;
	height: 100%;
}

.fluid-element {
	display: none;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	position: relative;
	height: auto;
	padding: 0 0;
	margin: 0 0;
	color: #62332f;
}

.fluid-element img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: "object-fit: cover; object-position: center center;";
}

.fluid-element img[data-sizes="auto"] {
	display: block;
}

.fluid-background-main .fluid-element {
	color: #ffffff;
}

.fluid-background-complement .fluid-element {
	color: #62332f;
}

.fluid-background-side .fluid-element {
	color: #ffffff;
}

.fluid-background-white .fluid-element {
	color: #62332f;
}

.fluid-background-black .fluid-element {
	color: #fff9ee;
}

.fluid-text-black .fluid-element {
	color: #222 !important;
}

.fluid-picture {
	width: 100%;
}

.fluid-height-small .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
	max-height: 200px;
}

.fluid-height-medium .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
	max-height: 350px;
}

.fluid-height-large .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
	max-height: 500px;
}

.fluid-height-100 .fluid-picture:not(.fluid-picture--parallax):not(.fluid-gallery-picture) {
	height: 100vh;
}

.fluid-picture-hoverlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #62332f;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	pointer-events: none;
	z-index: 1;
}

:hover > .fluid-picture-hoverlay,
:focus > .fluid-picture-hoverlay {
	opacity: 0.3;
}

:not(.fluid-slider-image):not(.fluid-link) > .fluid-picture-hoverlay {
	margin: 0 0;
}

.fluid-picture--parallax {
	display: none;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fluid-image-link {
	width: 100%;
}

.fluid-slider-caption,
.fluid-image-cta {
	padding: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(214, 0, 22, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
}

.fluid-link {
	position: relative;
}

a.fluid-link {
	color: inherit;
	text-decoration: none;
}

.fluid-quote {
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0;
}

.fluid-quote-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fluid-quote-headline {
	font-size: 2em;
	letter-spacing: 1px;
	font-family: 'Merriweather', serif;
	color: #62332f;
	width: 100%;
}

.fluid-background-main .fluid-quote-headline {
	color: #ffffff;
}

.fluid-background-complement .fluid-quote-headline {
	color: #62332f;
}

.fluid-background-side .fluid-quote-headline {
	color: #ffffff;
}

.fluid-background-white .fluid-quote-headline {
	color: #62332f;
}

.fluid-background-black .fluid-quote-headline {
	color: #fff9ee;
}

.fluid-text-black .fluid-quote-headline {
	color: #222 !important;
}

.fluid-quote-subline {
	font-size: 1.3em;
	color: #40211e;
}

.fluid-background-main .fluid-quote-subline {
	color: #ffffff;
}

.fluid-background-complement .fluid-quote-subline {
	color: #40211e;
}

.fluid-background-side .fluid-quote-subline {
	color: #ffffff;
}

.fluid-background-white .fluid-quote-subline {
	color: #40211e;
}

.fluid-background-black .fluid-quote-subline {
	color: #fff9ee;
}

.fluid-text-black .fluid-quote-subline {
	color: #222 !important;
}

.fluid-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.fluid-text-headline {
	font-weight: 600;
	color: #62332f;
}

.fluid-background-main .fluid-text-headline {
	color: #ffffff;
}

.fluid-background-complement .fluid-text-headline {
	color: #62332f;
}

.fluid-background-side .fluid-text-headline {
	color: #ffffff;
}

.fluid-background-white .fluid-text-headline {
	color: #62332f;
}

.fluid-background-black .fluid-text-headline {
	color: #fff9ee;
}

.fluid-text-black .fluid-text-headline {
	color: #222 !important;
}

.fluid-text-subline {
	font-weight: 600;
}

.fluid-text-link {
	margin-top: 0;
	color: #62332f;
}

.fluid-background-main .fluid-text-link {
	color: #ffffff;
}

.fluid-background-complement .fluid-text-link {
	color: #62332f;
}

.fluid-background-side .fluid-text-link {
	color: #ffffff;
}

.fluid-background-white .fluid-text-link {
	color: #62332f;
}

.fluid-background-black .fluid-text-link {
	color: #fff9ee;
}

.fluid-text-black .fluid-text-link {
	color: #222 !important;
}

.fluid-descr {
	max-width: 75ch;
}

.fluid-card-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.fluid-card-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.fluid-card-content {
	padding: 0;
}

.fluid-card-headline {
	font-weight: 600;
	color: #62332f;
}

.fluid-background-main .fluid-card-headline {
	color: #ffffff;
}

.fluid-background-complement .fluid-card-headline {
	color: #62332f;
}

.fluid-background-side .fluid-card-headline {
	color: #ffffff;
}

.fluid-background-white .fluid-card-headline {
	color: #62332f;
}

.fluid-background-black .fluid-card-headline {
	color: #fff9ee;
}

.fluid-text-black .fluid-card-headline {
	color: #222 !important;
}

.fluid-card-subline {
	font-weight: 600;
}

body {
	line-height: 1.3;
	font-size: 110%;
	font-family: 'Open Sans Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height: auto;
	color: #62332f;
}

body.is-hidden {
	height: 100vh !important;
	overflow: hidden;
}

.wrapper-for-everything {
	height: auto;
	opacity: 1;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
}

.wrapper-for-everything.is-hidden {
	height: 0;
	opacity: 0;
}

.wrapper-for-everything.is-fixed {
	position: fixed;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap:last-child {
	margin-bottom: 0;
}

.impressum {
	background-color: #fff9ee;
}

a {
	outline: 0 !important;
	text-decoration: none;
	color: #000;
}

main {
	margin-top: 135px;
}

.wrapper-for-loading {
	z-index: 3000;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.wrapper-for-loading.is-hidden {
	pointer-events: none;
	opacity: 0;
}

.loading-logo {
	width: 389px;
	height: 200px;
	-webkit-animation-name: logo-ani;
	animation-name: logo-ani;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.loading-logo img {
	max-width: 100%;
	max-height: 100%;
}

.animated-mandel {
	background-image: url("/static/images/mandel.svg");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 50px;
	-webkit-animation-name: moving-mandeln;
	animation-name: moving-mandeln;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: 0.6;
}

.animated-mandel.animated-logo {
	background-image: url("/static/images/logo-rot.svg");
	background-size: 105%;
	width: 100px;
}

.wrapper-for-loading .animated-mandel:nth-child(2) {
	-webkit-animation-name: moving-mandeln2;
	animation-name: moving-mandeln2;
}

.wrapper-for-loading .animated-mandel:nth-child(3) {
	-webkit-animation-name: moving-mandeln3;
	animation-name: moving-mandeln3;
}

.page-layout {
	min-height: 85vh;
	background-color: #fff9ee;
}

header {
	height: 0px;
	overflow: hidden;
	width: 100vw;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 10;
}

.header-wrap {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-top: 0;
}

.header-burger {
	float: left;
	height: 50px;
	width: 50px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("/static/images/burger.svg");
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-burger:hover,
.header-burger:focus {
	opacity: 0.7;
}

.header-logo {
	height: 90px;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.header-logo.is-active {
	margin-left: 300px;
	height: 70px;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.flexhack {
	width: 50px;
}

.left {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	text-align: left !important;
	padding-left: 70px !important;
	padding-right: 20px !important;
}

.right {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
	text-align: right !important;
	padding-right: 70px !important;
	padding-left: 20px !important;
}

.mainMenu-overlay {
	z-index: 600;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	height: 135px;
}

.mainMenu-overlay .mainMenu-li-close {
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 0;
	min-width: 0;
}

.mainMenu-overlay.is-touched .mainMenu-li-close {
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 40px;
	min-width: 40px;
}

.mainMenu-overlay .mainMenu-logo {
	height: 60px;
	margin-right: 0;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.mainMenu-overlay.is-small {
	height: 70px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	opacity: 0.95;
}

.mainMenu-overlay.is-small .mainMenu-logo {
	height: 40px;
}

.mainMenu-overlay.is-small .mainMenu-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.mainMenu-overlay.is-small .topbar {
	margin-top: -40px;
}

.mainMenu-overlay .mainMenu-li-close {
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 0;
	min-width: 0;
	margin: 0;
}

.menu-welle {
	display: none;
}

.mainMenu-li-close.no-close {
	-webkit-transform: scale(0) !important;
	transform: scale(0) !important;
	width: 0 !important;
	min-width: 0 !important;
}

.mainMenu-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 60px;
	width: 100%;
}

.mainMenu-logo {
	vertical-align: middle;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	margin-right: 200px;
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.topbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #9C163A;
	color: #fff;
	width: 100%;
	height: 40px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding: 7px 60px;
}

.topbar .icon {
	font-size: 1.2em;
}

.topbar-search-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 40%;
}

.topbar-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #fff !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	font-family: 'Merriweather';
	font-size: 0.85em;
}

.topbar-link .icon {
	margin-right: 10px;
}

.mainMenu-li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.mainMenu-li-item {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	font-size: 1.1em;
	margin-right: 35px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainMenu-li-item.no-hover {
	cursor: default;
}

.mainMenu-li-item:hover,
.mainMenu-li-item:focus {
	opacity: 0.5;
}

.mainMenu-li-item:hover.no-hover,
.mainMenu-li-item:focus.no-hover {
	opacity: 1;
}

.mainMenu-li-search {
	cursor: pointer;
	height: 24px;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.mainMenu-li-search:hover,
.mainMenu-li-search:focus {
	opacity: 0.5;
}

.mainMenu-li-close {
	cursor: pointer;
	margin-right: 20px;
	width: 40px;
	margin-top: -3px;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mainMenu-li-close:hover,
.mainMenu-li-close:focus {
	opacity: 0.7;
}

.search-layer {
	width: 100vw;
	height: 0;
	opacity: 0;
	overflow: hidden;
	z-index: 200;
	background-color: #fff9ee;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search-layer.is-active {
	padding-top: 150px;
	padding-bottom: 30px;
	min-height: 100vh;
	opacity: 1;
	height: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.search-layer h2 {
	font-size: 2em;
	margin: 90px 0 50px 0;
}

.search-close {
	cursor: pointer;
	height: 42px;
	margin-top: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.search-input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: padding-box;
	border-radius: 0;
	-webkit-appearance: none;
	background-color: transparent;
	color: #fff;
	outline: 0;
	margin: 0 10px 0 0;
	text-align: left;
	font-size: 0.85em;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #fff;
	font-family: Merriweather, serif;
	width: 100%;
}

.search-input::-webkit-input-placeholder {
	color: #fff;
}

.searchBar-title {
	font-weight: 700;
	font-size: 1.8em;
	font-family: Merriweather, serif;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-results {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.search-icon {
	width: 25px;
}

.icon {
	width: 1em;
	height: 1em;
	min-width: 1em;
	min-height: 1em;
	padding: 0;
	margin: 0;
}

.slider {
	opacity: 1;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	margin-top: 0;
	height: 700px;
}

.slider.fadeIn {
	opacity: 0;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: center;
	transform-origin: center;
	margin-bottom: 300px;
}

.slider-headline {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 150px;
	font-size: 4.1em;
	text-align: center;
	font-family: 'Merriweather', serif;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}

.slider-headline.top-left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.slider-headline.bottom-left {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.slider-headline .font-wrap {
	background-color: rgba(98, 51, 47, 0.7);
	padding: 7px 0;
	display: inline;
	line-height: 170%;
	-webkit-box-shadow: 25px 0 0 rgba(98, 51, 47, 0.7), -25px 0 0 rgba(98, 51, 47, 0.7);
	box-shadow: 25px 0 0 rgba(98, 51, 47, 0.7), -25px 0 0 rgba(98, 51, 47, 0.7);
}

.unslider {
	height: 100%;
}

.unslider-arrow {
	height: 100%;
	width: 60px;
	background-repeat: no-repeat;
	background-size: 60px;
	opacity: 0.3;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-position: center;
}

.unslider-arrow:hover,
.unslider-arrow:focus {
	opacity: 0.5;
}

.unslider-arrow.prev {
	background-image: url("/static/images/nav-next.svg");
}

.unslider-arrow.next {
	background-image: url("/static/images/nav-back.svg");
}

.startVideoSlider {
	height: 100%;
}

.slider-startSliderImgWrap {
	height: 100%;
}

.slider-startSliderImgWrap video {
	position: absolute;
	width: 100%;
}

.slider-startSliderImg {
	position: relative;
	width: 100vw;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-startSliderImg:after {
	content: "";
	display: block;
	padding-bottom: 45%;
}

.slider-startSliderUl {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0;
}

.slider-txt {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 5em;
	line-height: 1.3;
}

.slider-txt-1 {
	position: absolute;
	bottom: 80px;
	left: 120px;
}

.parallax-container {
	height: 600px;
	background-color: transparent !important;
	background: transparent !important;
}

a:link,
a:hover,
a:visited,
a:focus {
	color: #62332f;
}

.siteTitle-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	font-family: 'Merriweather', serif;
	margin: 10px 0;
}

h3.siteTitle-title {
	font-size: 1.5em;
}

.row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff9ee;
}

.row.map {
	height: 500px;
}

.row.first-row {
	margin-top: 105px;
}

.row-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.download-row {
	min-height: 300px;
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.download-row:last-child {
	margin-bottom: 100px;
}

.download-row h2 {
	font-size: 2em;
	margin: 80px 0 30px 0;
}

.download-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.download-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
}

.dl-folder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #9C163A;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.dl-folder:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.dl-folder .dl-folder-wrap {
	background-color: rgba(156, 22, 58, 0.8);
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.dl-folder .dl-folder-wrap .product-group-title {
	background-color: #fff;
	-webkit-box-shadow: -15px 0 0 #fff, 15px 0 0 #fff;
	box-shadow: -15px 0 0 #fff, 15px 0 0 #fff;
	color: #9C163A;
}

.dl-folder:hover .dl-folder-wrap,
.dl-folder:focus .dl-folder-wrap {
	background-color: transparent;
}

.dl-folder:hover .dl-folder-wrap .product-group-title,
.dl-folder:focus .dl-folder-wrap .product-group-title {
	background-color: #9C163A;
	-webkit-box-shadow: -15px 0 0 #9C163A, 15px 0 0 #9C163A;
	box-shadow: -15px 0 0 #9C163A, 15px 0 0 #9C163A;
	color: #fff;
}

.dl-folder-wrap {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px 35px;
	font-size: 0.8em;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.dl-folder-wrap .product-group-title {
	padding: 5px 0;
}

p {
	font-size: 1em;
	line-height: 190%;
}

.part {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.part.full {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.part.certification-logos {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px;
	width: 100%;
}

.part.certification-logos a {
	height: 50px;
	margin-right: 30px;
}

.part.certification-logos a img {
	height: 100%;
}

.part.certification-logos a:last-child {
	margin-right: 0;
}

.part.full-text {
	width: 1200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 60px 0 100px 0;
}

.part.full-text.with-columns {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.part.half {
	width: 50%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.part.half:last-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.part.third {
	width: 33.33%;
	overflow: hidden;
}

.part.third .box-text-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 100px 50px;
}

.part.third:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.part.two-thirds {
	width: 66.66%;
}

.part.quater {
	width: 25%;
	overflow: hidden;
}

.part.quater:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.square-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 600px;
	background-size: cover;
	background-position: center;
}

.square-box:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.box-text-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 50px;
	position: relative;
	text-align: center;
}

.box-text-wrap a {
	text-decoration: underline;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.box-text-wrap a:hover,
.box-text-wrap a:focus {
	text-decoration: none;
}

.box-text-wrap h1 {
	font-size: 2em;
	margin-bottom: 0.1em;
	line-height: 1.5em;
}

.box-text-wrap h2 {
	font-size: 1.7em;
	margin-bottom: 0.2em;
	line-height: 1.5em;
}

.box-text-wrap h3 {
	font-size: 1.5em;
	margin-bottom: 0.3em;
	line-height: 1.5em;
}

.box-text-wrap ul {
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 0;
	padding: 0;
	margin-bottom: 1em;
}

.box-text-wrap ul li {
	list-style: none;
	margin-bottom: 1em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.box-text-wrap ul li:before {
	content: '';
	display: inline-block;
	min-width: 23px;
	margin-right: 0.6em;
	min-height: 18px;
	background-image: url("/static/images/mandel-right.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 0.35em;
}

.box-text-wrap .lU:before {
	min-width: 32px;
	margin-right: 0.6em;
	min-height: 32px;
	margin-top: 0;
}

.box-text-wrap .lU.karton:before {
	background-image: url("/static/icons/ICON_Box.svg");
}

.box-text-wrap .lU.big:before {
	background-image: url("/static/icons/ICON_Bigbag.svg");
}

.box-text-wrap .lU.eimer:before {
	background-image: url("/static/icons/ICON_Eimer.svg");
}

.box-text-wrap .lU.vakuum:before {
	background-image: url("/static/icons/ICON_Vacuumpack.svg");
}

.box-text-wrap .lU.lkw:before {
	background-image: url("/static/icons/ICON_Tanker.svg");
}

.box-text-wrap .lU.flow:before {
	background-image: url("/static/icons/ICON_Flowpack.svg");
}

.box-text-wrap .lU.fass:before {
	background-image: url("/static/icons/ICON_Tonne.svg");
}

.box-text-wrap .lU.container:before {
	background-image: url("/static/icons/ICON_Mehrweg_Container.svg");
}

.box-text-wrap .lU.bakery:before {
	background-image: url("/static/icons/scopes/bakery.svg");
}

.box-text-wrap .lU.confectionery:before {
	background-image: url("/static/icons/scopes/cake.svg");
}

.box-text-wrap .lU.sweetmeatshop:before {
	background-image: url("/static/icons/scopes/confiserie.svg");
}

.box-text-wrap .lU.candy:before {
	background-image: url("/static/icons/scopes/sweets.svg");
}

.box-text-wrap .lU.ice:before {
	background-image: url("/static/icons/scopes/eis.svg");
}

.box-text-wrap .lU.beverages:before {
	background-image: url("/static/icons/scopes/drinks.svg");
}

.box-text-wrap .lU.cereals:before {
	background-image: url("/static/icons/scopes/cereal.svg");
}

.box-text-wrap .lU.patisserie:before {
	background-image: url("/static/icons/scopes/patisserie.svg");
}

.box-text-wrap.text-bind {
	padding: 70px 0px;
	max-width: 1200px;
}

.box-text-wrap.text-bind .box-headline {
	margin: 0;
}

.box-text-wrap.about-us-products {
	width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(156, 22, 58, 0.6);
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}

.box-text-wrap.about-us-products img {
	width: 33%;
	margin-left: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.box-text-wrap.about-us-products .siteTitle-title {
	margin-right: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	white-space: nowrap;
}

.box-text-wrap.about-us-products:hover,
.box-text-wrap.about-us-products:focus {
	background-color: rgba(156, 22, 58, 0);
}

.box-text-wrap.about-us-products:hover img,
.box-text-wrap.about-us-products:focus img {
	margin-left: 700px;
}

.box-text-wrap.about-us-products:hover .siteTitle-title,
.box-text-wrap.about-us-products:focus .siteTitle-title {
	margin-right: 700px;
}

.box-text-wrap.products {
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 40px 50px 40px 55px;
}

.box-text-wrap.products:hover,
.box-text-wrap.products:focus {
	background-color: rgba(156, 22, 58, 0.7);
}

.box-text-wrap.products:hover .product-group-title,
.box-text-wrap.products:focus .product-group-title {
	background-color: #fff;
	color: #9C163A;
	-webkit-box-shadow: -15px 0 0 #fff, 15px 0 0 #fff;
	box-shadow: -15px 0 0 #fff, 15px 0 0 #fff;
}

.box-text {
	font-size: 1.1em;
	line-height: 180%;
	margin-top: 0;
	width: 100%;
}

.box-text * {
	font-size: 1em !important;
	font-style: normal !important;
}

.red-bg ul li:before,
.brown-bg ul li:before {
	background-image: url("/static/images/mandel-white.svg");
}

h1,
h2,
h3 {
	font-family: 'Merriweather', serif;
	font-weight: bold;
	white-space: pre-wrap;
	word-wrap: break-word;
}

h3 {
	font-size: 1.4em;
}

.box-headline {
	font-size: 1.8em;
	margin-bottom: 1em;
	line-height: 1.8em;
}

.product-headline {
	font-size: 2.5em;
}

h3.box-headline {
	font-size: 1.3em;
	margin-bottom: 0.7em;
}

.box-link {
	text-decoration: underline;
	margin-top: 30px;
}

a.box-button {
	margin-top: 30px;
	padding: 0.4em 0.6em;
	background-color: #9C163A;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a.box-button:hover,
a.box-button:focus {
	background-color: #861332;
}

.red-bg a.box-button {
	background-color: #fff;
	color: #9C163A !important;
}

.red-bg a.box-button:hover,
.red-bg a.box-button:focus {
	background-color: #fff9ee;
}

.brown-bg a.box-button {
	background-color: #fff;
	color: #62332f !important;
}

.brown-bg a.box-button:hover,
.brown-bg a.box-button:focus {
	background-color: #fff9ee;
}

.highlightText-title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 50px;
	font-family: 'Merriweather', serif;
}

.highlightText-txt {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}

.row-img-bg {
	background-position: center;
	background-size: cover;
	color: #fff;
	text-transform: capitalize;
	font-size: 2em;
	min-height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.row-img-bg .siteTitle-title {
	text-shadow: 0px 0px 55px rgba(0, 0, 0, 0.2);
}

.row-img-bg.empty {
	height: 350px;
}

.list-twoCols,
.list-threeCols {
	margin: 60px 0;
	clear: both;
}

.list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list-wrap.twoCols .list-item,
.list-wrap.twoCols .list-item-wrap {
	width: 47.5%;
	margin: 0 1.2%;
}

.list-wrap.threeCols .list-item,
.list-wrap.threeCols .list-item-wrap {
	width: 30.9%;
	margin: 0 1.2%;
}

.list-item {
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

a.list-item {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.list-item:hover,
a.list-item:focus {
	opacity: 0.7;
}

.list-itemImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #ccc;
	width: 100%;
	height: 340px;
	position: relative;
	border-radius: 25px 0 25px 25px;
}

.threeCols .list-itemImg {
	height: auto;
	width: 100%;
}

.threeCols .list-itemImg:after {
	content: "";
	display: table;
	padding-bottom: 100%;
}

.biosiegel {
	position: absolute;
	height: 40px;
	top: 10px;
	right: 10px;
}

.list-itemTitle {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Merriweather', serif;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list-titleItem-img {
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	height: 420px;
	width: 100%;
}

.list-titleItem-item {
	margin-bottom: 50px;
}

.list-item-img-sHover {
	position: absolute;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(156, 22, 58, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px 0 25px 25px;
}

.list-item-img-sHover img {
	height: 100px;
}

.list-item-flex-hover:hover .list-item-img-sHover,
.list-item-flex-hover:focus .list-item-img-sHover {
	opacity: 1;
}

.list-item-flex-hover:hover .list-itemTitle,
.list-item-flex-hover:focus .list-itemTitle {
	opacity: 0.7;
}

.sidebar-wrap {
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar {
	margin-top: 26px;
	width: 450px;
	padding: 0 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-window {
	margin-top: 40px;
	width: 100%;
}

.main-window section div.wrap {
	width: 100%;
}

.sidebar-sideMenu a {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #000;
}

.sidebar-sideMenu a.is-active {
	font-weight: bold;
}

.sidebar-sideMenu a:before {
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left: -36px;
	height: 20px;
	width: 25px;
	background-image: url("/static/images/mandel-right.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.sidebar-sideMenu a:hover,
.sidebar-sideMenu a:focus {
	opacity: 0.5;
}

.sidebar-sideMenu a:hover:before,
.sidebar-sideMenu a:focus:before {
	left: -30px;
	opacity: 1;
}

.sidebar-title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
}

.sidebar-icon {
	margin-right: 10px;
	height: 40px;
	margin-top: -10px;
}

.sidebar-desc-wrap {
	margin-top: 100px;
}

.sidebar-desc {
	margin-bottom: 60px;
}

.sidebar-desc-title {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	font-family: 'Merriweather', serif;
}

.sidebar-desc-txt {
	font-size: 0.9em;
}

.slider-replacement {
	margin: 60px 0;
	font-size: 3em;
}

.filterBar {
	margin-top: 40px;
}

.filterBar div .filter {
	margin-top: 10px;
}

.filterBar-title {
	display: inline-block;
	font-weight: bold;
	font-size: 1.8em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin-right: 25px;
	margin-left: 18px;
}

.filterBar-title img {
	margin-top: -10px;
	margin-right: 5px;
	height: 50px;
}

.filter {
	display: inline-block;
	float: right;
	margin-bottom: 40px;
}

.filter-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: -12px;
	display: inline-block;
}

.filter .filter-item:first-child {
	margin-left: 0;
}

.filter-item-checkbox-input {
	display: none;
}

.filter-item-checkbox-label {
	position: relative;
	font-size: 0.8em;
	cursor: pointer;
	background-color: #ffebd3;
	padding: 8px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-item-checkbox-label span {
	display: inline-block;
	min-width: 70px;
}

.filter-item-checkbox-label .filter-item-checkbox-label-icon {
	width: 34px;
	height: 22px;
	margin-top: -4px;
	margin-right: 15px;
	display: inline-block;
	background-image: url("/static/images/filter_test.svg");
	background-size: 34px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter-item-checkbox-label .filter-item-checkbox-label-icon.anwendung {
	background-image: url("/static/images/filter_test.svg");
}

.filter-item-checkbox-label-selection {
	overflow: hidden;
	position: absolute;
	width: 250px;
	height: 0;
	z-index: 1;
	background-color: #ffebd3;
	margin-top: 12px;
	right: 0;
}

.filter-item-checkbox-label-selection-wrap {
	padding: 6px 15px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.filter-item-checkbox-label-selection-item {
	margin: 8px 0;
	width: 100%;
	display: inline-block;
}

.filter-item-checkbox-label-selection-img {
	height: 25px;
}

input[type=checkbox].filter-item-checkbox-input:checked + label .filter-item-checkbox-label-icon,
.filter-item-checkbox-label:hover .filter-item-checkbox-label-icon,
.filter-item-checkbox-label:focus .filter-item-checkbox-label-icon {
	background-image: url("/static/images/filter_test_active.svg");
}

input[type=checkbox].filter-item-checkbox-input:checked + label.anwendung {
	padding-bottom: 15px;
}

input[type=checkbox].filter-item-checkbox-input:checked + label .filter-item-checkbox-label-selection {
	height: auto;
}

.productDetails-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productDetails-item {
	width: 49%;
	margin-bottom: 15px;
	margin-right: 2%;
}

.productDetails-item:nth-child(2n) {
	margin-right: 0;
}

.productDetails-img {
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	min-height: 340px;
}

.productDetails-desc {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.productDetails-desc h1 {
	margin-top: 6px;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin-right: 25px;
}

.productDetails-desc p {
	margin-top: 10px;
}

.productDetails-desc-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.productDetails-desc-footer-img {
	float: right;
	padding: 0 5px;
	margin-top: -10px;
	height: 40px;
}

.productDetails-moreInfo-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.productDetails-moreInfo-item {
	width: 23%;
	padding-bottom: 100px;
	background-color: #ccc;
	background-size: cover;
	background-position: center center;
	margin-bottom: 10px;
}

.productDetails-moreInfo-item-accordionItem {
	margin: 20px 0;
}

.productDetails-moreInfo-item-accordionItem-title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: bold;
	font-size: 1.1em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	cursor: pointer;
}

.productDetails-moreInfo-item-accordionItem-arrow {
	float: right;
	margin-top: -5px;
	height: 30px;
}

.productDetails-moreInfo-item-accordionItem-txt {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.productDetails-moreInfo-item-accordionItem-txt.is-active {
	max-height: 500px;
}

.productDetails-moreInfo-item-accordionItem-txt-wrap {
	padding-bottom: 15px;
}

.productDetails-moreInfo-item-accordionItem-txt-wrap h3 {
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}

.productDetails-extraInfo {
	background-color: #ffebd3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 30px;
}

.productDetails-extraInfo-title {
	font-weight: bold;
	font-size: 1em;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	text-align: center;
}

.productDetails-extraInfo-body {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
	margin-top: 15px;
}

.productDetails-extraInfo-listItem {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}

.productDetails-extraInfo-listItem-img-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 5px;
}

.productDetails-extraInfo-listItem-img {
	width: 60px;
}

.productDetails-extraInfo-listItem-txt {
	padding: 20px 16px;
}

.productDetails-extraInfo-listItem-title {
	font-weight: bold;
}

.anfahrt {
	margin-bottom: 120px;
}

.anfahrt-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
}

.anfahrt-txt {
	font-size: 1.1em;
	text-align: center;
}

.btn {
	float: none !important;
}

button.btn,
a.btn:link,
a.btn:visited {
	font-family: 'Merriweather', serif;
	font-size: 1.3em;
	padding: 10px 13px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	border: none;
	color: #fff;
	margin: 0;
	background-color: #9C163A;
}

button.btn:hover,
a.btn:link:hover,
a.btn:visited:hover,
button.btn:focus,
a.btn:link:focus,
a.btn:visited:focus {
	-webkit-transform: scale(0.92);
	transform: scale(0.92);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	color: #fff;
	background-color: #9C163A;
}

.red-bg {
	background-color: #9C163A;
	color: #fff;
}

.red-bg a:link,
.red-bg a:visited,
.red-bg a:hover,
.red-bg a:focus {
	color: #fff;
}

.red-bg button.btn,
.red-bg .btn,
.red-bg a.btn:link,
.red-bg a.btn:visited {
	background-color: #fff9ee;
	color: #9C163A;
}

.red-bg button.btn:hover,
.red-bg .btn:hover,
.red-bg a.btn:link:hover,
.red-bg a.btn:visited:hover,
.red-bg button.btn:focus,
.red-bg .btn:focus,
.red-bg a.btn:link:focus,
.red-bg a.btn:visited:focus {
	background-color: #fff9ee;
	color: #9C163A;
}

.beige-bg {
	background-color: #ffebd3;
}

.beige-bg button.btn,
.beige-bg a.btn:link,
.beige-bg a.btn:visited {
	background-color: #62332f;
	color: #fff;
}

.beige-bg button.btn:hover,
.beige-bg a.btn:link:hover,
.beige-bg a.btn:visited:hover,
.beige-bg button.btn:focus,
.beige-bg a.btn:link:focus,
.beige-bg a.btn:visited:focus {
	background-color: #62332f;
	color: #fff;
}

.brown-bg {
	background-color: #62332f;
	color: #fff;
}

.brown-bg a:link,
.brown-bg a:visited,
.brown-bg a:hover,
.brown-bg a:focus {
	color: #fff;
}

.brown-bg button.btn,
.brown-bg a.btn:link,
.brown-bg a.btn:visited {
	color: #62332f;
	background-color: #ffebd3;
}

.brown-bg button.btn:hover,
.brown-bg a.btn:link:hover,
.brown-bg a.btn:visited:hover,
.brown-bg button.btn:focus,
.brown-bg a.btn:link:focus,
.brown-bg a.btn:visited:focus {
	color: #62332f;
	background-color: #ffebd3;
}

.about-us-slogan {
	width: 330px;
	height: 110px;
	background-image: url("/static/images/RZ_Slogan-02.svg");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 70px auto 70px auto;
}

.about-us-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.about-us-threeCols {
	width: 32%;
	margin-right: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about-us-threeCols:last-child {
	margin-right: 0;
}

.about-us-threeCols ol {
	margin-bottom: 1em;
}

.about-us-threeCols dl {
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 1.1em;
	margin-bottom: 1em;
}

.about-us-threeCols li {
	margin-bottom: 15px;
	font-family: 'Merriweather', serif;
	font-size: 0.9em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.about-us-threeCols li:before {
	content: '';
	display: inline-block;
	min-height: 11px;
	min-width: 20px;
	max-width: 20px;
	max-height: 11px;
	background-image: url("/static/images/mandel-right.svg");
	background-size: cover;
	margin: 4px 10px 0 0;
}

.about-us-threeCols ol {
	padding: 0;
}

.img-only {
	overflow: hidden;
	max-height: 600px;
}

.img-only video {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.historySlider {
	margin: 25px 0 0 0;
}

.historySlider :after {
	padding: 0;
}

.historySlider .slider-startSliderImg {
	height: 100%;
	max-width: 100%;
}

.history-slider-box-wrap {
	width: 100%;
	height: 100%;
	min-height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.startSlider {
	height: 100%;
}

.history-slider-box {
	width: 50%;
	min-height: 100%;
	padding: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	background-color: #ffebd3;
	color: #62332f;
}

.history-slider-box li {
	margin-bottom: 20px;
	line-height: 140%;
}

.history-slider-box ol {
	margin: 0;
	padding: 0;
}

.history-slider-box img {
	width: 100%;
}

.icon-slider-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -1px;
}

.icon-slider-row-line {
	border-bottom: 2px solid #9C163A;
	margin-top: -27px;
	z-index: -1;
	margin-bottom: 125px;
}

a.icon-slider-click {
	background-color: #fff;
	color: #9C163A;
	padding: 15px;
	width: 12.5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
	font-weight: normal;
	font-family: Merriweather, serif;
	font-size: 1em;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a.icon-slider-click:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

a.icon-slider-click.is-active {
	font-weight: bold;
	color: #fff;
	background-color: #62332f;
}

a.icon-slider-click:last-child {
	margin-right: 0;
}

a.icon-slider-click:hover,
a.icon-slider-click:focus,
a.icon-slider-click:focus {
	background-color: #ffebd3;
	color: #9C163A;
	overflow: hidden;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pdf-link {
	margin: 15px 0;
}

.pdf-link-icon {
	height: 30px;
	margin-top: -6px;
	margin-right: 8px;
}

.uppercase {
	text-transform: uppercase;
}

.result {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.result h3 {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #9C163A;
	font-size: 1.5em;
	padding: 0;
}

.result p {
	font-size: 1.2em;
	line-height: 180%;
}

.last-row {
	pointer-events: none;
	z-index: 40;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.last-row img {
	z-index: 40;
}

.last-row .moreButtons {
	margin-top: -160px;
}

footer {
	background-color: #62332f;
	color: #fff;
	z-index: 10;
	position: relative;
	padding-bottom: 40px;
}

footer.is-hidden {
	display: none;
}

.footer-wrap {
	margin-top: 20px;
	padding-bottom: 60px;
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-wrap.top-row {
	-moz-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-wrap:last-child {
	padding-top: 0;
}

ul.footer-item {
	padding: 0;
	margin: 0;
}

.footer-item li {
	list-style: none;
	padding: 2px 0;
}

.footer-item li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-item li a.is-active,
.footer-item li a:hover,
.footer-item li a:focus {
	opacity: 0.6;
}

.footer-item-logo {
	width: 110px;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-item.slogan {
	width: 220px;
	height: 150px;
	background-image: url("/static/images/RZ_Slogan-01.svg");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.footer-icon {
	height: 40px;
	padding: 0 25px;
}

.footer-welle {
	margin-top: -14%;
	pointer-events: none;
	width: 100%;
}

.history-wrap {
	width: 1200px;
	min-width: 1200px;
	max-width: 1200px;
}

.history-wrap .slider {
	margin-top: 35px;
	height: auto;
	width: 100%;
}

.career-box {
	width: 1000px;
	padding: 20px 25px;
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	font-family: 'Merriweather', serif;
	background-color: #fff;
	color: #9C163A;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.career-box img {
	height: 20px;
	margin-right: 25px;
}

.career-box:hover,
.career-box:focus {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.product-title {
	background-color: #62332f;
	color: #fff;
	padding: 10px 0px;
	-webkit-box-shadow: 15px 0 0 #62332f, -15px 0 0 #62332f;
	box-shadow: 15px 0 0 #62332f, -15px 0 0 #62332f;
	font-size: 1.7em;
	font-weight: bold;
	font-family: 'Merriweather', serif;
}

.product-groups {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.product-groups:hover,
.product-groups:focus {
	background-color: rgba(98, 51, 47, 0.9);
}

.lieferumfang {
	width: 75%;
	margin: 15px 0;
}

.lieferumfang td {
	padding: 5px;
}

.small-print {
	font-size: 0.75em;
}

.product-alt-images {
	width: 90px;
	height: 90px;
	background-size: cover;
	background-position: center;
	margin-top: 10px;
	margin-right: 25px;
}

.flex-row-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.related-products {
	width: 350px;
	height: 350px;
	margin: 60px 40px 50px 0;
	background-size: cover;
	background-position: center;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
}

.related-products h3 {
	color: #ffffff;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
	font-size: 1.7em;
}

.related-products .related-products-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(98, 51, 47, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: ease all 0.5s;
	transition: ease all 0.5s;
}

.related-products:hover .related-products-overlay,
.related-products:focus .related-products-overlay {
	background-color: rgba(98, 51, 47, 0);
}

.related-products:hover h3,
.related-products:focus h3 {
	color: rgba(255, 255, 255, 0);
}

.related-products:last-child {
	margin-right: 0;
}

.product-breadcrumb {
	background-color: #ffebd3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb-item {
	color: #62332f;
	margin-right: 5px;
	height: 100%;
	font-size: 1em;
	position: relative;
	padding: 5px 10px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	pointer-events: cursor;
}

.breadcrumb-item:after {
	content: '\276D';
	margin-left: 10px;
}

.breadcrumb-item:hover,
.breadcrumb-item:focus {
	background-color: #fff;
}

.breadcrumb-item:hover > .breadcrumb-more,
.breadcrumb-item:focus > .breadcrumb-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.breadcrumb-item:last-child {
	margin-right: 0;
}

.breadcrumb-more {
	position: absolute;
	top: 32px;
	left: 0px;
	background-color: #fff;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #62332f;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.breadcrumb-more a:hover,
.breadcrumb-more a:focus {
	color: #9C163A;
}

.breadcrumb-more-item {
	white-space: nowrap;
	color: #62332f;
	padding: 8px 15px;
}

.breadcrumb-more-item:last-child {
	margin-bottom: 5px;
}

.breadcrumb-more-item:hover,
.breadcrumb-more-item:focus {
	text-decoration: underline;
}

.breadcrumb-more-item:first-child {
	margin-top: 5px;
}

.auditForm {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	width: 100%;
}

.auditForm .vi-bone:nth-child(5) {
	margin-bottom: 75px;
}

.vi-set {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.vi-label {
	height: 50px;
	margin: 0;
	padding: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.vi-bone {
	margin-bottom: 20px;
}

.inputGroup .select,
.input {
	height: 50px;
	margin: 0;
	width: 100%;
}

.textarea {
	margin: 0;
	width: 100%;
}

#ignt-id-date,
#ignt-id-altdate {
	margin-bottom: 0;
	width: 100%;
}

#ignt-id-date .input,
#ignt-id-altdate .input {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 200px;
	flex: 1 0 200px;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: none;
}

#ignt-id-date .input:nth-child(2),
#ignt-id-altdate .input:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	border-left-width: 0;
}

.label,
.label.is-required {
	font-family: 'Merriweather', serif;
	color: #62332f;
	border-left: 2px solid #9C163A;
	min-width: 190px;
	font-size: 0.9em;
	white-space: nowrap;
}

.produkt-zutaten-list {
	margin: 0;
	padding: 0;
	line-height: 180%;
	font-size: 1.1em;
}

.produkt-zutaten-list dl {
	font-weight: bold;
	font-family: 'Merriweather', serif;
	font-size: 1.1em;
}

.produkt-zutaten-list li:before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 20px;
	background-image: url("/static/images/mandel-right.svg");
	background-size: cover;
	margin-right: 10px;
}

.product-group-title {
	margin-right: 0;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	max-width: 100%;
	background-color: #9C163A;
	color: #fff;
	font-size: 1.8em;
	padding: 15px 0;
	-webkit-box-shadow: -15px 0 0 #9C163A, 15px 0 0 #9C163A;
	box-shadow: -15px 0 0 #9C163A, 15px 0 0 #9C163A;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 180%;
	white-space: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0 !important;
}

.product-group-title-wrap {
	text-align: left;
	white-space: normal;
	margin: 0;
}

.contactForm {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.row.map {
	position: relative;
}

#overlay {
	width: 100%;
	min-height: 500px;
	position: absolute;
	top: 0;
}

.download-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-decoration: none;
	max-width: 100%;
	overflow: hidden;
}

.download-box:hover,
.download-box:focus {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.download-box:hover .download-img,
.download-box:focus .download-img {
	background-size: 75%;
}

.download-img {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	min-width: 60px;
	min-height: 60px;
	background-color: #9C163A;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	background-image: url('/static/images/dl-button.svg');
}

.download-headline {
	font-weight: bold;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-family: 'Merriweather', serif;
	color: #9C163A;
	padding: 0 25px;
	max-width: 100%;
	overflow: hidden;
}

.download-file-name {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

a.img-edit-link {
	width: 150px;
	height: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #9C163A;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a.img-edit-link:hover,
a.img-edit-link:focus {
	background-color: #590b20;
}

.product-edit-link {
	padding: 7px 12px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #9C163A;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.product-edit-link:hover,
.product-edit-link:focus {
	background-color: #590b20;
}

.product-link {
	min-width: 100%;
	min-height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.product-link video {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.headline-only {
	margin: 0;
}

.ll-logo {
	width: 85%;
}

section.vi-section {
	display: block;
}

#career .vi-bone.vi-stringBone.vi-stringBone-vdescr {
	height: 173px;
}

section.vi-section div:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.popup {
	opacity: 0;
	position: fixed;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	pointer-events: none;
	-webkit-box-shadow: 0 0 25px 0 rgba(25, 25, 25, 0.3);
	box-shadow: 0 0 25px 0 rgba(25, 25, 25, 0.3);
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
	font-size: 0.9em;
	z-index: -1;
}

.popup.is-active {
	z-index: 999999;
	opacity: 1;
	pointer-events: auto;
}

a.popup-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 7px 11px;
	border: none;
	background-color: #fff9ee;
	color: #9C163A;
	cursor: pointer;
	font-weight: bold;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

a.popup-btn:hover,
a.popup-btn:focus {
	background-color: #ffebd3;
}

.popup-box {
	position: relative;
	background-color: #9C163A;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px 10px 10px;
}

.popup-content {
	width: 100%;
	padding: 20px 10px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
}

.popup-content a {
	color: #fff9ee;
	text-decoration: underline;
}

.popup-content:before {
	display: table;
	content: "";
}

.popup-content:after {
	display: table;
	clear: both;
	content: "";
}

.popup-header {
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #fff9ee;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup-close:hover,
.popup-close:focus,
.popup-close:focus {
	opacity: 1;
}

.more-news-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(25% - 50px);
	flex: 0 0 calc(25% - 50px);
	min-width: calc(25% - 50px);
	margin: 25px;
	position: relative;
}

.more-news-item:hover .hover-overlay,
.more-news-item:focus .hover-overlay {
	opacity: 0.3;
}

.news-images-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-img {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-img:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.news-images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(25% - 50px);
	flex: 0 0 calc(25% - 50px);
	margin: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.news-images:after {
	content: '';
	display: table;
	padding-bottom: 100%;
}

.news-images:hover .hover-overlay,
.news-images:focus .hover-overlay {
	opacity: 0.3;
}

.hover-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ffebd3;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	pointer-events: none;
}

.small-print {
	font-size: 0.7em !important;
}

.ll-logo {
	width: 85%;
	max-width: 320px;
}

.mini-icon-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mini-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 16.6%;
	min-width: 16.6%;
	padding: 20px;
}

.mini-icon img {
	padding: 0 40px;
}

.mini-icon-headline {
	font-weight: bold;
	margin-top: 10px;
}

@media (min-width: 37.5em) {

.fluid-bind {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

}

@media (min-width: 37.5em) and (max-width: 56.2em) {

.fluid-slider .fluid-slide.is-tablet,
.fluid-slider > .fluid-bind .fluid-slide.is-tablet {
	display: none;
}

.fluid-slider .fluid-slide.is-tablet.is-active,
.fluid-slider > .fluid-bind .fluid-slide.is-tablet.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fluid-element.is-tablet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.fluid-picture--parallax.is-tablet {
	display: block;
}

}

@media (min-width: 56.25em) {

.contactForm .vi-section {
	grid-template-columns: 1fr 1fr;
}

.contactForm .vi-section div:last-child {
	grid-column: 2;
}

.contactForm .vi-section .vi-stringBone-vdescr {
	grid-column: 1 / span 2;
	height: auto !important;
}

.contactForm .vi-section .vi-stringBone-vsubject {
	grid-column: 1 / span 2;
}

.contactForm .vi-section .vi-stringBone-vemail,
.contactForm .vi-section .vi-stringBone-vlastname,
.contactForm .vi-section .vi-stringBone-vname {
	grid-column: 1;
}

.contactForm .vi-section .vi-stringBone-vtelephone {
	grid-column: 2;
	grid-row: 1;
}

.contactForm .vi-section .vi-stringBone-vposition {
	grid-column: 2;
	grid-row: 2;
}

.contactForm .vi-section .vi-stringBone-vcompanyname {
	grid-column: 2;
	grid-row: 3;
}

.fluid-slider .fluid-slide.is-desktop,
.fluid-slider > .fluid-bind .fluid-slide.is-desktop {
	display: none;
}

.fluid-slider .fluid-slide.is-desktop.is-active,
.fluid-slider > .fluid-bind .fluid-slide.is-desktop.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fluid-slider-control {
	top: 50%;
}

.fluid-element.is-desktop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fluid-picture--parallax.is-desktop {
	display: block;
}

.box-text-wrap.align-top {
	padding: 100px 50px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

}

@media (min-width: 920px) {

.fluid-wrap.fluid-height-parallax {
	min-height: 600px;
}

}

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

.part.quater {
	width: 33.333%;
}

.verwendung .part.quater {
	width: 25%;
}

.news-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

}

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

.slider-startSliderImgWrap video {
	width: auto;
	height: 100%;
}

}

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

.part.third {
	width: 100%;
	padding: 30px;
}

.part.third .box-text-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px;
}

.part.third:after {
	display: none;
}

.no-mobile {
	display: none;
}

}

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

.wrap {
	width: auto;
	padding: 0 20px;
}

main {
	margin-top: 60px;
}

.topbar {
	height: auto;
	font-size: 1.2em;
	padding: 10px 20px;
}

.part.full-text {
	padding: 80px;
}

.part.full-text.part-slider {
	padding: 80px 0;
}

.part.with-columns {
	padding: 80px;
	width: 100%;
}

.slider {
	height: 650px;
}

.download-row {
	padding: 50px;
	width: 100%;
}

.download-row h2 {
	margin-top: 10px;
}

.download-wrap {
	padding: 0;
}

.box-text-wrap.text-bind {
	padding: 40px 60px;
}

.history-wrap {
	width: calc(80% - 100px);
	min-width: calc(80% - 100px);
	max-width: calc(80% - 100px);
	margin-left: -100px;
}

.history-slider-box-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.history-slider-box {
	width: 100%;
}

.history-slider-image-box {
	height: 450px;
}

a.icon-slider-click {
	font-size: 0.75em;
}

.mainMenu-overlay {
	z-index: 60;
	position: fixed;
	top: 0;
	height: 0;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden !important;
}

.mainMenu-overlay .mainMenu-li-close {
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 0;
	min-width: 0;
	margin: 0 20px 20px 0;
}

.mainMenu-overlay.is-touched .mainMenu-li-close,
.mainMenu-overlay.is-active .mainMenu-li-close {
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 40px;
	min-width: 40px;
}

.mainMenu-overlay.is-active {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100vh;
}

.mainMenu-overlay.is-active .mainMenu-wrap {
	overflow-y: auto;
	padding: 15px 20px;
}

.mainMenu-overlay.is-active .menu-welle {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	border-bottom: 20px solid #62332f;
	pointer-events: none;
}

.product-breadcrumb {
	display: none;
}

.mainMenu-logo {
	display: none;
}

.mainMenu-wrap {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
}

header {
	max-width: 100vw;
	background-color: #fff;
	position: fixed;
	height: 60px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-logo {
	height: 40px;
}

.header-burger {
	width: 40px;
	height: 40px;
}

.mainMenu-li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 1.6em;
	margin-top: 5px;
}

.mainMenu-li-item:not(.search-open) {
	padding: 12px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.mainMenu-li-item:not(.search-open):after {
	content: "\276F";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.search-layer.is-active {
	margin-top: 535px;
	padding-top: 50px;
}

.slider-replacement {
	margin: 190px 0 60px 0;
}

.news-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}

.more-news-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 50px);
	flex: 0 0 calc(50% - 50px);
}

.mini-icon img {
	padding: 0 15px;
}

}

@media (max-width: 1344.95px) {

.fluid-page {
	margin-top: 130px;
}

.fluid-gallery {
	padding: 40px 60px;
}

}

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

.filter {
	float: none;
}

.filterBar-title {
	display: block;
}

.filterBar div .filter {
	margin-top: 30px;
}

.filter-item {
	width: 150px;
	margin-top: 24px;
	margin-left: 0;
}

.icon-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon-row-item {
	margin: 0 15px;
}

.icon-row-item:last-child {
	margin: 0 15px;
}

.career-box {
	width: 100%;
}

.part.full-text {
	width: 100%;
}

}

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

.part.quater {
	width: 50%;
}

.verwendung .part.quater {
	width: 50%;
}

.slider-headline {
	font-size: 2.7em;
}

}

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

a.icon-slider-click:hover,
a.icon-slider-click:focus,
a.icon-slider-click:focus {
	margin: 7px;
}

.contactForm {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.auditForm {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.auditForm .vi-bone:nth-child(5) {
	margin-bottom: 25px;
}

}

@media (max-width: 1199.95px) {

.calendar {
	width: 90%;
}

}

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

.slider-headline {
	padding: 80px 140px;
}

}

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

html {
	font-size: 15px;
}

.history-wrap .slider {
	margin-top: 0;
}

.last-row {
	margin-top: 95px;
}

.unslider-arrow.next {
	right: 0;
}

.unslider-arrow.prev {
	left: 0;
}

.footer-wrap {
	margin-top: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-item {
	margin: 0 10px;
}

.footer-item.slogan {
	width: 100%;
	height: 140px;
	background-size: 250px;
	margin-bottom: 20px;
}

.moreButtons-itemImg {
	width: 95px;
}

.moreButtons-itemTitle {
	font-size: 0.95em;
}

.list-wrap.threeCols .list-item,
.list-wrap.threeCols .list-item-wrap {
	width: 47.5%;
	margin-bottom: 30px;
}

.sidebar-wrap {
	display: block;
}

.sidebar {
	width: 100%;
}

.productDetails-item {
	width: 100%;
}

.gmaps-map {
	height: 300px;
}

.list-titleItem-img {
	height: 340px;
}

.slider-headline {
	padding: 60px 110px;
}

.history-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.icon-slider-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 26px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-width: 100px;
}

a.icon-slider-click {
	width: auto;
}

a.icon-slider-click:hover,
a.icon-slider-click:focus {
	width: auto;
	margin: 0;
}

.news-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.download-grid {
	grid-template-columns: 1fr 1fr;
}

}

@media (max-width: 999.95px) {

.cal-audit-info-wrap {
	width: 75%;
	padding: 15px;
}

}

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

.loading-logo {
	width: 60%;
	height: auto;
}

html {
	font-size: 14px;
}

.no-mobile,
.verwendung {
	display: none;
}

.part.half {
	width: 100%;
	padding: 20px 0 20px 0;
}

.part.full {
	padding: 20px 0 20px 0;
}

.part.certification-logos a {
	height: 40px;
}

.slider {
	height: 550px;
}

.slider-headline span {
	max-width: 100%;
}

.slider-headline .font-wrap {
	max-width: 10%;
	-webkit-box-shadow: 17px 0 0 rgba(98, 51, 47, 0.7), -17px 0 0 rgba(98, 51, 47, 0.7);
	box-shadow: 17px 0 0 rgba(98, 51, 47, 0.7), -17px 0 0 rgba(98, 51, 47, 0.7);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.square-box {
	max-width: none;
	width: 100%;
}

.square-box:after {
	display: none;
}

.square-box .box-text-wrap {
	width: 100%;
	padding: 80px;
}

.square-box .box-text-wrap.left,
.square-box .box-text-wrap.right {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	text-align: center !important;
	padding-left: 80px !important;
}

.history-slider-image-box {
	height: 350px;
}

.part.full-text.with-columns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.part.full-text.with-columns .about-us-threeCols {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.part.full-text.with-columns .about-us-threeCols dl {
	text-align: center;
}

.img-only {
	height: 350px;
	overflow: hidden;
	padding: 0 !important;
}

.img-only video {
	left: 0;
	width: 100%;
	height: auto;
}

.row .responsiverow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.row:nth-child(even) .responsiverow {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row:nth-child(odd) .responsiverow {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.row.align-right {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.ll-logo {
	width: 80%;
}

.slider-replacement {
	margin: 165px 0 60px 0;
	font-size: 2.3em;
}

.news-images {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 50px);
	flex: 0 0 calc(50% - 50px);
}

.mini-icon {
	width: 25%;
	min-width: 25%;
}

.mini-icon img {
	padding: 0 20px;
}

}

@media (max-width: 919.95px) {

.fluid-page {
	margin-top: 90px;
}

.fluid-element.part {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.fluid-element:first-child.fluid-text .square-box .box-text-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.fluid-element:last-child.fluid-text .square-box .box-text-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.fluid-page .square-box {
	max-width: none;
}

.row.first-row {
	margin-top: 90px;
}

}

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

html {
	font-size: 13px;
}

.part-slider {
	padding: 50px 0 90px 0;
}

.mainMenu-wrap {
	padding: 0;
}

.part.quater {
	width: 100%;
}

.part.full-text {
	padding: 25px 20px 30px 20px;
}

.part.third {
	padding: 10px 30px;
}

.part.certification-logos a {
	height: 30px;
}

.box-text-wrap {
	padding: 30px;
}

.slider-headline {
	font-size: 2.2em;
	padding: 50px 60px;
}

.slider-headline .font-wrap {
	padding: 5px 0;
	-webkit-box-shadow: 12px 0 0 rgba(98, 51, 47, 0.7), -12px 0 0 rgba(98, 51, 47, 0.7);
	box-shadow: 12px 0 0 rgba(98, 51, 47, 0.7), -12px 0 0 rgba(98, 51, 47, 0.7);
}

.slider {
	height: 450px;
}

.history-slider-image-box {
	height: 300px;
}

.contactForm {
	padding: 0 15px;
}

.vi-bone {
	display: block;
	height: auto;
	margin-bottom: 15px;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.vi-bone label {
	min-height: 50px;
	width: auto;
}

.vi-bone .vi-boneEditor {
	width: 100%;
	margin-top: 0;
}

.vi-boneEditor.inputGroup {
	margin-top: 0px;
}

.vi-bone.vi-stringBone.vi-stringBone-vdescr {
	height: auto;
}

.vi-bone.vi-stringBone.vi-stringBone-vdescr .vi-boneEditor {
	height: 350px;
}

.vi-bone.vi-stringBone {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.history-section {
	display: none !important;
}

.mini-icon img {
	padding: 0 5px;
}

}

@media (max-width: 749.95px) {

.fluid-gallery-image {
	-webkit-box-flex: 0 !important;
	-ms-flex: 0 1 calc(50% - 20px) !important;
	flex: 0 1 calc(50% - 20px) !important;
}

}

@media (max-width: 699.95px) {

.cal-main {
	padding: 15px;
	max-height: 450px;
	overflow-y: scroll;
}

.cal-weekdays {
	display: none;
}

.cal-week {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
}

.cal-day.not-this-month * {
	display: none;
}

.cal-audit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0.5em;
}

.cal-audit-info-wrap {
	width: 100%;
	padding: 25px 15px 0px 0px;
}

.cal-audit-close-button {
	width: 25px;
	height: 25px;
	top: 15px;
	left: 15px;
}

}

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

.history-slider-image-box {
	height: 250px;
}

.slider-headline {
	font-size: 2em;
}

.footer-item {
	width: 50%;
	margin: 0;
	text-align: center;
}

.footer-item:nth-child(3n) {
	margin-bottom: 50px;
}

.footer-item-logo {
	width: 40%;
	margin: 0 auto;
}

.news-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.more-news-item {
	margin: 20px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.box-text-wrap.text-bind {
	padding: 30px;
}

.square-box .box-text-wrap.left,
.square-box .box-text-wrap.right {
	padding: 30px !important;
}

.download-grid {
	grid-template-columns: 1fr;
}

}

@media (max-width: 619.95px) {

.fluid-gallery {
	padding: 30px;
}

}

@media (max-width: 549.95px) {

.cal-header-month {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.8em;
}

}

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

.mini-icon {
	width: 50%;
	min-width: 50%;
	padding: 20px;
}

.mini-icon img {
	padding: 0 10px;
}

.list-titleItem-img {
	height: 220px;
}

.filterBar-title {
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.filterBar-title img {
	margin-right: 0;
	margin-bottom: 20px;
}

.filter {
	text-align: center;
}

.moreButtons-itemImg {
	width: 80px;
}

.moreButtons-itemTitle {
	font-size: 0.8em;
}

.list-wrap.threeCols .list-item,
.list-wrap.threeCols .list-item-wrap {
	width: 100%;
	margin-bottom: 30px;
}

.list-wrap.twoCols .list-item,
.list-wrap.twoCols .list-item-wrap {
	width: 100%;
	margin-bottom: 30px;
}

.square-box .box-text-wrap.left,
.square-box .box-text-wrap.right {
	padding: 25px !important;
}

}

@media (max-width: 56.2em) {

.no-tablet {
	display: none !important;
}

div.fluid-element,
div.fluid-element.part {
	-ms-flex-preferred-size: auto !important;
	flex-basis: auto !important;
	padding: 0 !important;
}

.box-text-wrap.right,
.box-text-wrap.left {
	text-align: center !important;
	padding: 40px 30px !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

}

@media (max-width: 56.2em) and only screen and (-webkit-min-device-pixel-ratio: 2), (max-width: 56.2em) and only screen and (min-resolution: 192dpi), (max-width: 56.2em) and only screen and (min-resolution: 2dppx) {

.fluid-picture--parallax {
	background-attachment: scroll !important;
}

}

@media (max-width: 37.45em) {

.no-mobile {
	display: none !important;
}

.fluid-section {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.fluid-slider .fluid-slide.is-mobile,
.fluid-slider > .fluid-bind .fluid-slide.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fluid-slider .fluid-slide.is-mobile.is-active,
.fluid-slider > .fluid-bind .fluid-slide.is-mobile.is-active {
	display: block;
}

.fluid-element.is-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.fluid-picture--parallax.is-mobile {
	display: block;
}

}

@media print {

img {
	page-break-before: auto;
	page-break-after: auto;
	page-break-inside: avoid;
}

.no-print {
	display: none !important;
}

.fluid-bind {
	padding: 0;
	margin: 0;
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-width: 210mm;
}

}

@-webkit-keyframes logo-ani {

0% {
	opacity: 0.4;
}

100% {
	opacity: 0.9;
}

}

@keyframes logo-ani {

0% {
	opacity: 0.4;
}

100% {
	opacity: 0.9;
}

}

@-webkit-keyframes moving-mandeln {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

25% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@keyframes moving-mandeln {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

25% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@-webkit-keyframes moving-mandeln2 {

25% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

50% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

75% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@keyframes moving-mandeln2 {

25% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

50% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

75% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@-webkit-keyframes moving-mandeln3 {

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

75% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@keyframes moving-mandeln3 {

50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

75% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 1;
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

}

@supports (display: contents) {@media (min-width: 700px) {

.cal-audit[data-span="1"] {
	grid-column-end: span 1;
}

.cal-audit[data-span="2"] {
	grid-column-end: span 2;
}

.cal-audit[data-span="3"] {
	grid-column-end: span 3;
}

.cal-audit[data-span="4"] {
	grid-column-end: span 4;
}

.cal-audit[data-span="5"] {
	grid-column-end: span 5;
}

.cal-audit[data-span="6"] {
	grid-column-end: span 6;
}

.cal-audit[data-span="7"] {
	grid-column-end: span 7;
}

.cal-audit:not(.cal-audit-start) {
	display: none;
}

}

}

