@import '../fonts/Optimo-Executive/ExecutiveRegular-Regular.css';
@import '../fonts/Optimo-Executive/ExecutiveBold-Regular.css';
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document 
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
	 *  Grid-System
	 *
	 *  @changelog:
	 *  	2019-06-05	rename .textAlign to .text
	 *  	2019-06-05	rename .flexAlign to .flex 
	 *  	2018-04-13	refactor to generate classes with loops, use media-queries
	 *  	2018-03-27	added textAlign
	 *  	2017-11-07	removed useless code
	 *  	2017-10-04	added 12 col grid
	 *  	2017-09-26	added flexAlign vor vert and hori aligning
	 *  	2017-09-26	added row: nowrap
	 *  	2017-09-26	added col--fixedWidth
	 *  	2017-06-17	added md breakpoint 
	 *  	2017-03-01	init
	 */
/*
	@screen__xs-width : 500px;
	@screen__sm-width : 715px;
	@screen__md-width : 1130px;
	@screen__lg-width : 1365px;
	@screen__xl-width : 1950px;		
	@mediaQuery__xs   : ~"(max-width:" @screen__xs-width ~")";
	@mediaQuery__sm   : ~"(max-width:" @screen__sm-width ~")";
	@mediaQuery__md   : ~"(max-width:" @screen__md-width ~")";
	@mediaQuery__lg   : ~"(min-width:" @screen__lg-width ~")";
	@mediaQuery__xl   : ~"(min-width:" @screen__xl-width ~")";
	*/
@media (max-width: 320px) {
  .hideFor--xs {
    display: none !important;
  }
}
@media (max-width: 650px) {
  .hideFor--sm {
    display: none !important;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .hideFor--md {
    display: none !important;
  }
}
@media (min-width: 1500px) and (max-width: 1921px) {
  .hideFor--lg {
    display: none !important;
  }
}
@media (min-width: 1500px) {
  .hideFor--lg {
    display: none !important;
  }
}
.showOnlyFor {
  display: none;
}
[data-showBorders-3="true"] .showOnlyFor {
  background-color: rgba(255, 255, 0, 0.2);
}
@media (max-width: 320px) {
  .showOnlyFor--xs {
    display: block;
  }
}
@media (max-width: 650px) {
  .showOnlyFor--sm {
    display: block;
  }
}
@media (min-width: 650px) and (max-width: 1024px) {
  .showOnlyFor--md {
    display: block;
  }
}
@media (min-width: 1500px) and (max-width: 1921px) {
  .showOnlyFor--lg {
    display: block;
  }
}
@media (min-width: 1500px) {
  .showOnlyFor--lg {
    display: block;
  }
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.textColumns {
  column-fill: auto;
  column-gap: 0.75rem;
}
.textColumns--1 {
  column-count: 1;
}
.textColumns--2 {
  column-count: 2;
}
.textColumns--3 {
  column-count: 3;
}
.textColumns--4 {
  column-count: 4;
}
.row {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.row--noOverflow {
  overflow: hidden;
}
.row--noWrap {
  flex-wrap: nowrap;
}
.col {
  position: relative;
  flex-grow: 1;
  /*
		&--0of3 {	width: 100%/3 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of3 {	width: 100%/3 * 1;	}
		&--2of3 {	width: 100%/3 * 2;	}
		&--3of3 {	width: 100%/3 * 3;	}

		&--0of4 {	width: 100%/4 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of4 {	width: 100%/4 * 1;	}
		&--2of4 {	width: 100%/4 * 2;	}
		&--3of4 {	width: 100%/4 * 3;	}
		&--4of4 {	width: 100%/4 * 4;	}

		&--0of2 {	width: 100%/2 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of2 {	width: 100%/2 * 1;	}
		&--2of2 {	width: 100%/2 * 2;	}

		&--0of6 {	width: 100%/6 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of6 {	width: 100%/6 * 1;	}
		&--2of6 {	width: 100%/6 * 2;	}
		&--3of6 {	width: 100%/6 * 3;	}
		&--4of6 {	width: 100%/6 * 4;	}
		&--5of6 {	width: 100%/6 * 5;	}
		&--6of6 {	width: 100%/6 * 6;	}

		&--0of8 {	width: 100%/8 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of8 {	width: 100%/8 * 1;	}
		&--2of8 {	width: 100%/8 * 2;	}
		&--3of8 {	width: 100%/8 * 3;	}
		&--4of8 {	width: 100%/8 * 4;	}
		&--5of8 {	width: 100%/8 * 5;	}
		&--6of8 {	width: 100%/8 * 6;	}
		&--7of8 {	width: 100%/8 * 7;	}
		&--8of8 {	width: 100%/8 * 8;	}
		
		&--0of12 {	width: 100%/12 * 0; padding-left: 0; padding-right: 0; overflow: hidden; }
		&--1of12 {	width: 100%/12 * 1;	}
		&--2of12 {	width: 100%/12 * 2;	}
		&--3of12 {	width: 100%/12 * 3;	}
		&--4of12 {	width: 100%/12 * 4;	}
		&--5of12 {	width: 100%/12 * 5;	}
		&--6of12 {	width: 100%/12 * 6;	}
		&--7of12 {	width: 100%/12 * 7;	}
		&--8of12 {	width: 100%/12 * 8;	}
		&--9of12 {	width: 100%/12 * 9;	}
		&--10of12 {	width: 100%/12 * 10;}
		&--11of12 {	width: 100%/12 * 11;}
		&--12of12 {	width: 100%/12 * 12;}
		*/
}
.col--gutter {
  padding-left: 0.75rem/2;
  padding-right: 0.75rem/2;
}
.col--gutterLeft {
  padding-left: 0.75rem/2;
}
.col--gutterRight {
  padding-right: 0.75rem/2;
}
.col--gutterTop {
  padding-top: 0.75rem/2;
}
.col--gutterBottom {
  padding-bottom: 0.75rem/2;
}
.col--noGrow {
  flex-grow: 0;
}
.col--noShrink {
  flex-shrink: 0;
}
.col--4of4 {
  width: 4/4 * 100%;
}
.col--3of4 {
  width: 3/4 * 100%;
}
.col--2of4 {
  width: 2/4 * 100%;
}
.col--1of4 {
  width: 1/4 * 100%;
}
.col--0of4 {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  flex-grow: 0;
}
.col--8of8 {
  width: 8/8 * 100%;
}
.col--7of8 {
  width: 7/8 * 100%;
}
.col--6of8 {
  width: 6/8 * 100%;
}
.col--5of8 {
  width: 5/8 * 100%;
}
.col--4of8 {
  width: 4/8 * 100%;
}
.col--3of8 {
  width: 3/8 * 100%;
}
.col--2of8 {
  width: 2/8 * 100%;
}
.col--1of8 {
  width: 1/8 * 100%;
}
.col--0of8 {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  flex-grow: 0;
}
.col--9of9 {
  width: 9/9 * 100%;
}
.col--8of9 {
  width: 8/9 * 100%;
}
.col--7of9 {
  width: 7/9 * 100%;
}
.col--6of9 {
  width: 6/9 * 100%;
}
.col--5of9 {
  width: 5/9 * 100%;
}
.col--4of9 {
  width: 4/9 * 100%;
}
.col--3of9 {
  width: 3/9 * 100%;
}
.col--2of9 {
  width: 2/9 * 100%;
}
.col--1of9 {
  width: 1/9 * 100%;
}
.col--0of9 {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  flex-grow: 0;
}
.col--12of12 {
  width: 12/12 * 100%;
}
.col--11of12 {
  width: 11/12 * 100%;
}
.col--10of12 {
  width: 10/12 * 100%;
}
.col--9of12 {
  width: 9/12 * 100%;
}
.col--8of12 {
  width: 8/12 * 100%;
}
.col--7of12 {
  width: 7/12 * 100%;
}
.col--6of12 {
  width: 6/12 * 100%;
}
.col--5of12 {
  width: 5/12 * 100%;
}
.col--4of12 {
  width: 4/12 * 100%;
}
.col--3of12 {
  width: 3/12 * 100%;
}
.col--2of12 {
  width: 2/12 * 100%;
}
.col--1of12 {
  width: 1/12 * 100%;
}
.col--0of12 {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  flex-grow: 0;
}
@media (max-width: 1024px ) {
  .col--md-4of4 {
    width: 4/4 * 100%;
  }
  .col--md-3of4 {
    width: 3/4 * 100%;
  }
  .col--md-2of4 {
    width: 2/4 * 100%;
  }
  .col--md-1of4 {
    width: 1/4 * 100%;
  }
  .col--md-0of4 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--md-8of8 {
    width: 8/8 * 100%;
  }
  .col--md-7of8 {
    width: 7/8 * 100%;
  }
  .col--md-6of8 {
    width: 6/8 * 100%;
  }
  .col--md-5of8 {
    width: 5/8 * 100%;
  }
  .col--md-4of8 {
    width: 4/8 * 100%;
  }
  .col--md-3of8 {
    width: 3/8 * 100%;
  }
  .col--md-2of8 {
    width: 2/8 * 100%;
  }
  .col--md-1of8 {
    width: 1/8 * 100%;
  }
  .col--md-0of8 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--md-9of9 {
    width: 9/9 * 100%;
  }
  .col--md-8of9 {
    width: 8/9 * 100%;
  }
  .col--md-7of9 {
    width: 7/9 * 100%;
  }
  .col--md-6of9 {
    width: 6/9 * 100%;
  }
  .col--md-5of9 {
    width: 5/9 * 100%;
  }
  .col--md-4of9 {
    width: 4/9 * 100%;
  }
  .col--md-3of9 {
    width: 3/9 * 100%;
  }
  .col--md-2of9 {
    width: 2/9 * 100%;
  }
  .col--md-1of9 {
    width: 1/9 * 100%;
  }
  .col--md-0of9 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--md-12of12 {
    width: 12/12 * 100%;
  }
  .col--md-11of12 {
    width: 11/12 * 100%;
  }
  .col--md-10of12 {
    width: 10/12 * 100%;
  }
  .col--md-9of12 {
    width: 9/12 * 100%;
  }
  .col--md-8of12 {
    width: 8/12 * 100%;
  }
  .col--md-7of12 {
    width: 7/12 * 100%;
  }
  .col--md-6of12 {
    width: 6/12 * 100%;
  }
  .col--md-5of12 {
    width: 5/12 * 100%;
  }
  .col--md-4of12 {
    width: 4/12 * 100%;
  }
  .col--md-3of12 {
    width: 3/12 * 100%;
  }
  .col--md-2of12 {
    width: 2/12 * 100%;
  }
  .col--md-1of12 {
    width: 1/12 * 100%;
  }
  .col--md-0of12 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
}
@media (max-width: 650px ) {
  .col--sm-4of4 {
    width: 4/4 * 100%;
  }
  .col--sm-3of4 {
    width: 3/4 * 100%;
  }
  .col--sm-2of4 {
    width: 2/4 * 100%;
  }
  .col--sm-1of4 {
    width: 1/4 * 100%;
  }
  .col--sm-0of4 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--sm-8of8 {
    width: 8/8 * 100%;
  }
  .col--sm-7of8 {
    width: 7/8 * 100%;
  }
  .col--sm-6of8 {
    width: 6/8 * 100%;
  }
  .col--sm-5of8 {
    width: 5/8 * 100%;
  }
  .col--sm-4of8 {
    width: 4/8 * 100%;
  }
  .col--sm-3of8 {
    width: 3/8 * 100%;
  }
  .col--sm-2of8 {
    width: 2/8 * 100%;
  }
  .col--sm-1of8 {
    width: 1/8 * 100%;
  }
  .col--sm-0of8 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--sm-9of9 {
    width: 9/9 * 100%;
  }
  .col--sm-8of9 {
    width: 8/9 * 100%;
  }
  .col--sm-7of9 {
    width: 7/9 * 100%;
  }
  .col--sm-6of9 {
    width: 6/9 * 100%;
  }
  .col--sm-5of9 {
    width: 5/9 * 100%;
  }
  .col--sm-4of9 {
    width: 4/9 * 100%;
  }
  .col--sm-3of9 {
    width: 3/9 * 100%;
  }
  .col--sm-2of9 {
    width: 2/9 * 100%;
  }
  .col--sm-1of9 {
    width: 1/9 * 100%;
  }
  .col--sm-0of9 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--sm-12of12 {
    width: 12/12 * 100%;
  }
  .col--sm-11of12 {
    width: 11/12 * 100%;
  }
  .col--sm-10of12 {
    width: 10/12 * 100%;
  }
  .col--sm-9of12 {
    width: 9/12 * 100%;
  }
  .col--sm-8of12 {
    width: 8/12 * 100%;
  }
  .col--sm-7of12 {
    width: 7/12 * 100%;
  }
  .col--sm-6of12 {
    width: 6/12 * 100%;
  }
  .col--sm-5of12 {
    width: 5/12 * 100%;
  }
  .col--sm-4of12 {
    width: 4/12 * 100%;
  }
  .col--sm-3of12 {
    width: 3/12 * 100%;
  }
  .col--sm-2of12 {
    width: 2/12 * 100%;
  }
  .col--sm-1of12 {
    width: 1/12 * 100%;
  }
  .col--sm-0of12 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
}
@media (max-width: 320px ) {
  .col--xs-4of4 {
    width: 4/4 * 100%;
  }
  .col--xs-3of4 {
    width: 3/4 * 100%;
  }
  .col--xs-2of4 {
    width: 2/4 * 100%;
  }
  .col--xs-1of4 {
    width: 1/4 * 100%;
  }
  .col--xs-0of4 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--xs-8of8 {
    width: 8/8 * 100%;
  }
  .col--xs-7of8 {
    width: 7/8 * 100%;
  }
  .col--xs-6of8 {
    width: 6/8 * 100%;
  }
  .col--xs-5of8 {
    width: 5/8 * 100%;
  }
  .col--xs-4of8 {
    width: 4/8 * 100%;
  }
  .col--xs-3of8 {
    width: 3/8 * 100%;
  }
  .col--xs-2of8 {
    width: 2/8 * 100%;
  }
  .col--xs-1of8 {
    width: 1/8 * 100%;
  }
  .col--xs-0of8 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--xs-9of9 {
    width: 9/9 * 100%;
  }
  .col--xs-8of9 {
    width: 8/9 * 100%;
  }
  .col--xs-7of9 {
    width: 7/9 * 100%;
  }
  .col--xs-6of9 {
    width: 6/9 * 100%;
  }
  .col--xs-5of9 {
    width: 5/9 * 100%;
  }
  .col--xs-4of9 {
    width: 4/9 * 100%;
  }
  .col--xs-3of9 {
    width: 3/9 * 100%;
  }
  .col--xs-2of9 {
    width: 2/9 * 100%;
  }
  .col--xs-1of9 {
    width: 1/9 * 100%;
  }
  .col--xs-0of9 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--xs-12of12 {
    width: 12/12 * 100%;
  }
  .col--xs-11of12 {
    width: 11/12 * 100%;
  }
  .col--xs-10of12 {
    width: 10/12 * 100%;
  }
  .col--xs-9of12 {
    width: 9/12 * 100%;
  }
  .col--xs-8of12 {
    width: 8/12 * 100%;
  }
  .col--xs-7of12 {
    width: 7/12 * 100%;
  }
  .col--xs-6of12 {
    width: 6/12 * 100%;
  }
  .col--xs-5of12 {
    width: 5/12 * 100%;
  }
  .col--xs-4of12 {
    width: 4/12 * 100%;
  }
  .col--xs-3of12 {
    width: 3/12 * 100%;
  }
  .col--xs-2of12 {
    width: 2/12 * 100%;
  }
  .col--xs-1of12 {
    width: 1/12 * 100%;
  }
  .col--xs-0of12 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
}
@media (min-width: 1500px ) {
  .col--lg-4of4 {
    width: 4/4 * 100%;
  }
  .col--lg-3of4 {
    width: 3/4 * 100%;
  }
  .col--lg-2of4 {
    width: 2/4 * 100%;
  }
  .col--lg-1of4 {
    width: 1/4 * 100%;
  }
  .col--lg-0of4 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--lg-8of8 {
    width: 8/8 * 100%;
  }
  .col--lg-7of8 {
    width: 7/8 * 100%;
  }
  .col--lg-6of8 {
    width: 6/8 * 100%;
  }
  .col--lg-5of8 {
    width: 5/8 * 100%;
  }
  .col--lg-4of8 {
    width: 4/8 * 100%;
  }
  .col--lg-3of8 {
    width: 3/8 * 100%;
  }
  .col--lg-2of8 {
    width: 2/8 * 100%;
  }
  .col--lg-1of8 {
    width: 1/8 * 100%;
  }
  .col--lg-0of8 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--lg-9of9 {
    width: 9/9 * 100%;
  }
  .col--lg-8of9 {
    width: 8/9 * 100%;
  }
  .col--lg-7of9 {
    width: 7/9 * 100%;
  }
  .col--lg-6of9 {
    width: 6/9 * 100%;
  }
  .col--lg-5of9 {
    width: 5/9 * 100%;
  }
  .col--lg-4of9 {
    width: 4/9 * 100%;
  }
  .col--lg-3of9 {
    width: 3/9 * 100%;
  }
  .col--lg-2of9 {
    width: 2/9 * 100%;
  }
  .col--lg-1of9 {
    width: 1/9 * 100%;
  }
  .col--lg-0of9 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
  .col--lg-12of12 {
    width: 12/12 * 100%;
  }
  .col--lg-11of12 {
    width: 11/12 * 100%;
  }
  .col--lg-10of12 {
    width: 10/12 * 100%;
  }
  .col--lg-9of12 {
    width: 9/12 * 100%;
  }
  .col--lg-8of12 {
    width: 8/12 * 100%;
  }
  .col--lg-7of12 {
    width: 7/12 * 100%;
  }
  .col--lg-6of12 {
    width: 6/12 * 100%;
  }
  .col--lg-5of12 {
    width: 5/12 * 100%;
  }
  .col--lg-4of12 {
    width: 4/12 * 100%;
  }
  .col--lg-3of12 {
    width: 3/12 * 100%;
  }
  .col--lg-2of12 {
    width: 2/12 * 100%;
  }
  .col--lg-1of12 {
    width: 1/12 * 100%;
  }
  .col--lg-0of12 {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    flex-grow: 0;
  }
}
:root {
  --app-body-vSpace: 86px;
}
@media (max-width: 1024px ) {
  :root {
    --app-body-vSpace: 50px;
  }
}
@media (max-width: 650px ) {
  :root {
    --app-body-vSpace: 12px;
  }
}
@media (max-width: 320px ) {
  :root {
    --app-body-vSpace: 11px;
  }
}
body {
  font-family: 'Fedra Serif B Bold';
  font-family: ExecutiveRegular;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
a {
  color: inherit;
}
strong {
  font-family: 'ExecutiveBold';
  font-weight: normal;
}
.font--bold {
  font-family: 'ExecutiveBold';
  font-weight: normal;
}
.font--sizeHeadlineDefault {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 0.4em;
}
@media (min-width: 1500px ) {
  .font--sizeHeadlineDefault {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px ) {
  .font--sizeHeadlineDefault {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 650px ) {
  .font--sizeHeadlineDefault {
    font-size: 12px;
    line-height: 25px;
  }
}
.font--sizeHeadlineSmall {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1500px ) {
  .font--sizeHeadlineSmall {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1024px ) {
  .font--sizeHeadlineSmall {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 650px ) {
  .font--sizeHeadlineSmall {
    font-size: 12px;
    line-height: 25px;
  }
}
.font--sizeTextBig {
  font-size: 45px;
  line-height: 60px;
}
@media (min-width: 1500px ) {
  .font--sizeTextBig {
    font-size: 45px;
    line-height: 70px;
  }
}
@media (max-width: 1024px ) {
  .font--sizeTextBig {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 650px ) {
  .font--sizeTextBig {
    font-size: 24px;
    line-height: 35px;
  }
}
.font--sizeTextDefault {
  font-size: 28px;
  line-height: 45px;
}
@media (min-width: 1500px ) {
  .font--sizeTextDefault {
    font-size: 28px;
    line-height: 45px;
  }
}
@media (max-width: 1024px ) {
  .font--sizeTextDefault {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 650px ) {
  .font--sizeTextDefault {
    font-size: 15px;
    line-height: 25px;
  }
}
.font--sizeTextSmall {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1500px ) {
  .font--sizeTextSmall {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 1024px ) {
  .font--sizeTextSmall {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 650px ) {
  .font--sizeTextSmall {
    font-size: 15px;
    line-height: 25px;
  }
}
.flex {
  display: flex;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--grow {
  flex-grow: 1;
}
.flex--noGrow {
  flex-grow: 1;
}
.flex--shrink {
  flex-shrink: 1;
}
.flex--left {
  justify-content: flex-start;
}
.flex--center {
  justify-content: center;
}
.flex--right {
  justify-content: flex-end;
}
.flex--top {
  align-items: flex-start;
}
.flex--middle {
  align-items: center;
}
.flex--bottom {
  align-items: flex-end;
}
.hSpace--appBody {
  padding-left: var(--app-body-vSpace);
  padding-right: var(--app-body-vSpace);
}
@media (max-width: 1024px ) {
  .hSpace--appBody {
    padding-right: 50px;
  }
}
@media (max-width: 650px ) {
  .hSpace--appBody {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 320px ) {
  .hSpace--appBody {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.hSpace--appFooter {
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 1024px ) {
  .hSpace--appFooter {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 650px ) {
  .hSpace--appFooter {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 320px ) {
  .hSpace--appFooter {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.vSpace--appBody {
  padding-top: 82px;
  padding-bottom: 105px;
}
@media (min-width: 1500px ) {
  .vSpace--appBody {
    padding-bottom: 86px;
  }
}
@media (max-width: 1024px ) {
  .vSpace--appBody {
    padding-top: 35px;
    padding-bottom: 65px;
  }
}
@media (max-width: 650px ) {
  .vSpace--appBody {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.vSpace--appFooter {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 1024px ) {
  .vSpace--appFooter {
    padding-top: 16px;
    padding-bottom: 77px;
  }
}
@media (max-width: 650px ) {
  .vSpace--appFooter {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 650px ) {
  .hide--on-sm {
    display: none;
  }
}
[showBorders2] .app__body,
[showBorders2] .app__footer {
  outline: 1px solid #0000cc;
}
.app__header {
  position: relative;
}
.app__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
.app__body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #86754d;
  width: 18px;
}
@media (max-width: 650px ) {
  .app__body::before {
    width: 12px;
  }
}
.app__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  background-color: #86754d;
  color: white;
}
[showBorders1] .app::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: cyan;
  font-size: 24px;
  padding: 0.2em;
}
@media (min-width: 1500px ) {
  [showBorders1] .app::before {
    content: "lg";
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  [showBorders1] .app::before {
    content: "dt";
  }
}
@media (max-width: 1024px ) {
  [showBorders1] .app::before {
    content: "md";
  }
}
@media (max-width: 650px ) {
  [showBorders1] .app::before {
    content: "sm";
  }
}
[showBorders2] .footerBox {
  outline: 1px solid #004d00;
}
@media (min-width: 1500px ) {
  [showBorders2] .bodyBox {
    outline: 1px solid blue;
    background-color: rgba(0, 0, 255, 0.2);
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  [showBorders2] .bodyBox {
    outline: 1px solid green;
    background-color: rgba(0, 128, 0, 0.2);
  }
}
@media (max-width: 1024px ) {
  [showBorders2] .bodyBox {
    outline: 1px solid red;
    background-color: rgba(255, 0, 0, 0.2);
  }
}
@media (max-width: 650px ) {
  [showBorders2] .bodyBox {
    outline: 1px solid red;
    background-color: rgba(255, 165, 0, 0.2);
  }
}
.template-home .bodyBox--1 {
  order: 1;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--1 {
    width: 55%;
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--1 {
    width: 66%;
    margin-bottom: 85px;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--1 {
    width: 73%;
    margin-bottom: 55px;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--1 {
    width: 95%;
    margin-bottom: 36px;
  }
}
.template-home .bodyBox--2 {
  order: 2;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--2 {
    width: 40%;
    margin-left: 5%;
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--2 {
    width: 69%;
    margin-left: 14%;
    margin-bottom: 85px;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--2 {
    width: 89%;
    margin-left: 8%;
    margin-bottom: 55px;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--2 {
    width: 95%;
    margin-left: 0%;
    margin-bottom: 36px;
  }
}
.template-home .bodyBox--3 {
  order: 3;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--3 {
    order: 4;
    width: 33%;
    margin-left: 3%;
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--3 {
    width: 60%;
    margin-bottom: 85px;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--3 {
    width: 56%;
    margin-bottom: 55px;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--3 {
    width: 95%;
    margin-bottom: 36px;
  }
}
.template-home .bodyBox--4 .bodyBox__body {
  width: calc(100% + var(--app-body-vSpace));
  padding-bottom: 75%;
  background-image: url('../images/DSC_0592.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--4 {
    order: 4;
    width: 37%;
    margin-left: 3%;
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--4 {
    order: 6;
    width: calc(100% + var(--app-body-vSpace));
    margin-top: -2em;
    margin-bottom: 3em;
    margin-left: calc(var(--app-body-vSpace) * -1);
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--4 {
    order: 6;
    width: calc(100% + var(--app-body-vSpace));
    margin-top: -2em;
    margin-bottom: 3em;
    margin-left: calc(var(--app-body-vSpace) * -1);
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--4 {
    order: 5;
    width: calc(100% + var(--app-body-vSpace));
    margin-top: 0em;
    margin-bottom: 3em;
    margin-left: calc(var(--app-body-vSpace) * -1);
  }
}
.template-home .bodyBox--5 {
  order: 5;
}
.template-home .bodyBox--5 > * {
  border-left: 1px solid;
  padding-left: 1.2em;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--5 {
    order: 3;
    width: 24%;
    margin-bottom: 85px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--5 {
    width: 36%;
    margin-left: 4%;
    margin-bottom: 85px;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--5 {
    width: 42%;
    margin-left: 2%;
    margin-bottom: 55px;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--5 {
    width: 95%;
    margin-left: 0%;
    margin-bottom: 36px;
  }
  .template-home .bodyBox--5 > * {
    border-left: 0px solid;
    padding-left: 0em;
  }
}
.template-home .bodyBox--6 {
  order: 6;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--6 {
    width: 33%;
    margin-left: 27%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--6 {
    width: 30%;
    margin-left: 14%;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--6 {
    width: 35%;
    margin-left: 0%;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--6 {
    width: 95%;
  }
}
.template-home .bodyBox--7 {
  order: 7;
}
.template-home .bodyBox--7 .bodyBox__body {
  width: calc(100% + var(--app-body-vSpace));
  padding-bottom: 105%;
  background-image: url('../images/uwog-4-renderings-2025-10.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--7 {
    width: 37%;
    margin-top: -5px;
    margin-left: 3%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--7 {
    width: 52%;
    margin-left: 4%;
    margin-top: -5px;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--7 {
    width: 63%;
    margin-left: 2%;
    margin-top: -5px;
  }
  .template-home .bodyBox--7 .bodyBox__body {
    padding-bottom: 100%;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--7 {
    width: 100%;
    width: calc(115% + var(--app-body-vSpace));
    margin-left: -3%;
    margin-top: 1em;
  }
  .template-home .bodyBox--7 .bodyBox__body {
    padding-bottom: 110%;
    background-position: top center;
  }
}
.template-home .bodyBox--8 {
  order: 8;
  margin-top: 4.5em;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--8 {
    width: 32%;
    margin-left: 27%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--8 {
    width: 30%;
    margin-left: 14%;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--8 {
    width: 35%;
    margin-left: 0%;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--8 {
    width: 95%;
  }
}
.template-home .bodyBox--9 {
  order: 9;
  background-image: url('../images/EFRE_Plakatvorlage_ProWein-2022.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  border: 1px solid;
}
.template-home .bodyBox--9 .bodyBox__body {
  margin-top: 0.5em;
  padding-bottom: 140%;
}
@media (min-width: 1500px ) {
  .template-home .bodyBox--9 {
    margin-top: 5em;
    margin-left: 3%;
    width: 35%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-home .bodyBox--9 {
    margin-top: 5em;
    margin-left: 4%;
    width: 52%;
  }
}
@media (max-width: 1024px ) {
  .template-home .bodyBox--9 {
    margin-top: 5em;
    margin-left: 2%;
    width: 63%;
  }
}
@media (max-width: 650px ) {
  .template-home .bodyBox--9 {
    margin-top: 1em;
    margin-left: 0%;
    width: 95%;
  }
}
.template-imprint .bodyBox--1 {
  order: 2;
  width: 100%;
  max-width: 700px;
  padding-right: 1.5em;
  margin-bottom: 80px;
}
@media (min-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--1,
  .template-fernweh-rose .bodyBox--1,
  .template-fernweh-pinot .bodyBox--1,
  .template-fernweh-bacchus .bodyBox--1,
  .template-uwog-riesling .bodyBox--1,
  .template-uwog-pinot .bodyBox--1 {
    width: 50%;
    margin-bottom: 180px;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--1,
  .template-fernweh-rose .bodyBox--1,
  .template-fernweh-pinot .bodyBox--1,
  .template-fernweh-bacchus .bodyBox--1,
  .template-uwog-riesling .bodyBox--1,
  .template-uwog-pinot .bodyBox--1 {
    width: 50%;
    margin-bottom: 180px;
  }
}
@media (max-width: 1024px ) {
  .template-fernweh-riesling .bodyBox--1,
  .template-fernweh-rose .bodyBox--1,
  .template-fernweh-pinot .bodyBox--1,
  .template-fernweh-bacchus .bodyBox--1,
  .template-uwog-riesling .bodyBox--1,
  .template-uwog-pinot .bodyBox--1 {
    width: 57%;
    margin-bottom: 130px;
  }
}
@media (max-width: 650px ) {
  .template-fernweh-riesling .bodyBox--1,
  .template-fernweh-rose .bodyBox--1,
  .template-fernweh-pinot .bodyBox--1,
  .template-fernweh-bacchus .bodyBox--1,
  .template-uwog-riesling .bodyBox--1,
  .template-uwog-pinot .bodyBox--1 {
    width: 97%;
    margin-bottom: 50px;
  }
}
.template-fernweh-riesling .bodyBox--2,
.template-fernweh-rose .bodyBox--2,
.template-fernweh-pinot .bodyBox--2,
.template-fernweh-bacchus .bodyBox--2,
.template-uwog-riesling .bodyBox--2,
.template-uwog-pinot .bodyBox--2 {
  position: relative;
}
.template-fernweh-riesling .bodyBox--2 .img--productDetail,
.template-fernweh-rose .bodyBox--2 .img--productDetail,
.template-fernweh-pinot .bodyBox--2 .img--productDetail,
.template-fernweh-bacchus .bodyBox--2 .img--productDetail,
.template-uwog-riesling .bodyBox--2 .img--productDetail,
.template-uwog-pinot .bodyBox--2 .img--productDetail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
@media (min-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--2,
  .template-fernweh-rose .bodyBox--2,
  .template-fernweh-pinot .bodyBox--2,
  .template-fernweh-bacchus .bodyBox--2,
  .template-uwog-riesling .bodyBox--2,
  .template-uwog-pinot .bodyBox--2 {
    width: 34%;
    margin-left: 7%;
    margin-bottom: 180px;
    padding-bottom: 48%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--2,
  .template-fernweh-rose .bodyBox--2,
  .template-fernweh-pinot .bodyBox--2,
  .template-fernweh-bacchus .bodyBox--2,
  .template-uwog-riesling .bodyBox--2,
  .template-uwog-pinot .bodyBox--2 {
    width: 46%;
    width: 50%;
    margin-left: 0%;
    margin-bottom: 180px;
  }
}
@media (max-width: 1024px ) {
  .template-fernweh-riesling .bodyBox--2,
  .template-fernweh-rose .bodyBox--2,
  .template-fernweh-pinot .bodyBox--2,
  .template-fernweh-bacchus .bodyBox--2,
  .template-uwog-riesling .bodyBox--2,
  .template-uwog-pinot .bodyBox--2 {
    width: 43%;
    margin-left: 0%;
    margin-bottom: 130px;
  }
}
@media (max-width: 650px ) {
  .template-fernweh-riesling .bodyBox--2,
  .template-fernweh-rose .bodyBox--2,
  .template-fernweh-pinot .bodyBox--2,
  .template-fernweh-bacchus .bodyBox--2,
  .template-uwog-riesling .bodyBox--2,
  .template-uwog-pinot .bodyBox--2 {
    width: 97%;
    margin-bottom: 50px;
    padding-bottom: 135%;
  }
}
.template-fernweh-riesling .bodyBox--3 .productTitle,
.template-fernweh-rose .bodyBox--3 .productTitle,
.template-fernweh-pinot .bodyBox--3 .productTitle,
.template-fernweh-bacchus .bodyBox--3 .productTitle,
.template-uwog-riesling .bodyBox--3 .productTitle,
.template-uwog-pinot .bodyBox--3 .productTitle {
  white-space: nowrap;
}
@media (min-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--3,
  .template-fernweh-rose .bodyBox--3,
  .template-fernweh-pinot .bodyBox--3,
  .template-fernweh-bacchus .bodyBox--3,
  .template-uwog-riesling .bodyBox--3,
  .template-uwog-pinot .bodyBox--3 {
    width: 100%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .template-fernweh-riesling .bodyBox--3,
  .template-fernweh-rose .bodyBox--3,
  .template-fernweh-pinot .bodyBox--3,
  .template-fernweh-bacchus .bodyBox--3,
  .template-uwog-riesling .bodyBox--3,
  .template-uwog-pinot .bodyBox--3 {
    width: 100%;
  }
}
@media (max-width: 1024px ) {
  .template-fernweh-riesling .bodyBox--3,
  .template-fernweh-rose .bodyBox--3,
  .template-fernweh-pinot .bodyBox--3,
  .template-fernweh-bacchus .bodyBox--3,
  .template-uwog-riesling .bodyBox--3,
  .template-uwog-pinot .bodyBox--3 {
    width: 100%;
  }
}
@media (max-width: 650px ) {
  .template-fernweh-riesling .bodyBox--3,
  .template-fernweh-rose .bodyBox--3,
  .template-fernweh-pinot .bodyBox--3,
  .template-fernweh-bacchus .bodyBox--3,
  .template-uwog-riesling .bodyBox--3,
  .template-uwog-pinot .bodyBox--3 {
    width: 97%;
    margin-bottom: 0px;
  }
  .template-fernweh-riesling .bodyBox--3 .link--home,
  .template-fernweh-rose .bodyBox--3 .link--home,
  .template-fernweh-pinot .bodyBox--3 .link--home,
  .template-fernweh-bacchus .bodyBox--3 .link--home,
  .template-uwog-riesling .bodyBox--3 .link--home,
  .template-uwog-pinot .bodyBox--3 .link--home {
    white-space: nowrap;
  }
  .template-fernweh-riesling .bodyBox--3 .sm-breaker,
  .template-fernweh-rose .bodyBox--3 .sm-breaker,
  .template-fernweh-pinot .bodyBox--3 .sm-breaker,
  .template-fernweh-bacchus .bodyBox--3 .sm-breaker,
  .template-uwog-riesling .bodyBox--3 .sm-breaker,
  .template-uwog-pinot .bodyBox--3 .sm-breaker {
    height: 0px;
    min-width: 1px;
    display: block;
  }
}
.footerBox--1 {
  width: 24%;
}
@media (min-width: 1500px ) {
  .footerBox--1 {
    width: 24%;
  }
}
@media (max-width: 1024px ) {
  .footerBox--1 {
    width: 27%;
  }
}
@media (max-width: 650px ) {
  .footerBox--1 {
    width: 100%;
  }
}
.footerBox--2 {
  width: 13%;
  margin-left: 3%;
}
@media (min-width: 1500px ) {
  .footerBox--2 {
    margin-left: 5%;
    width: 10%;
  }
}
@media (max-width: 1024px ) {
  .footerBox--2 {
    width: 16%;
    margin-left: 2%;
  }
}
@media (max-width: 650px ) {
  .footerBox--2 {
    width: 100%;
    margin-left: 0%;
  }
}
.footerBox--3 {
  width: 40%;
  margin-left: 3%;
}
@media (min-width: 1500px ) {
  .footerBox--3 {
    width: 48%;
    margin-left: 2%;
  }
}
@media (max-width: 1024px ) {
  .footerBox--3 {
    width: 32%;
    margin-left: 2%;
  }
}
@media (max-width: 650px ) {
  .footerBox--3 {
    width: 100%;
    margin-left: 0%;
  }
}
.footerBox--4 {
  width: 14%;
  margin-left: 3%;
}
@media (min-width: 1500px ) {
  .footerBox--4 {
    width: 9%;
    margin-left: 2%;
  }
}
@media (max-width: 1024px ) {
  .footerBox--4 {
    width: 16%;
    margin-left: 2%;
  }
}
@media (max-width: 650px ) {
  .footerBox--4 {
    width: 100%;
    margin-left: 0%;
  }
}
.logo {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 116px;
}
@media (min-width: 1500px ) {
  .logo {
    width: 175px;
  }
}
@media (max-width: 1024px ) {
  .logo {
    width: 117px;
  }
}
@media (max-width: 650px ) {
  .logo {
    top: 12px;
    right: 12px;
    width: 88px;
  }
}
.headerShopLink {
  position: absolute;
  top: 18px;
  width: 50vw;
  color: white;
}
.headerShopLink__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.35em 1.35em;
  border-radius: 1em;
  font-size: 20px;
  background-color: #86754d;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.1em;
}
@media (min-width: 1500px ) {
  .headerShopLink__link {
    font-size: 20px;
  }
}
@media (max-width: 1024px ) {
  .headerShopLink__link {
    font-size: 16px;
  }
}
@media (max-width: 650px ) {
  .headerShopLink {
    top: 12px;
  }
  .headerShopLink__link {
    font-size: 15px;
  }
}
.slider {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url('../images/Herbst-4438.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  padding-bottom: 28%;
}
@media (max-width: 1024px ) {
  .slider {
    padding-bottom: 51%;
  }
}
@media (min-width: 1024px ) and (max-width: 1500px ) {
  .slider {
    background-position-y: -95px;
  }
}
@media (min-width: 1500px ) {
  .slider {
    background-position-y: -140px;
  }
}
@media (min-width: 1921px ) {
  .slider {
    background-position-y: -170px;
  }
}
/*# sourceMappingURL=./styles.css.map */