/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,500,400italic);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
[class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 120px 40px;
  -moz-background-size: 120px 40px;
  -o-background-size: 120px 40px;
  background-size: 120px 40px;
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-nav-hide"] {
  display: block;
  -webkit-background-size: 120px 40px;
  -moz-background-size: 120px 40px;
  -o-background-size: 120px 40px;
  background-size: 120px 40px;
  background-position: -80px 0px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
[class*="icon-"][class*="-search"] {
  display: block;
  -webkit-background-size: 72px 24px;
  -moz-background-size: 72px 24px;
  -o-background-size: 72px 24px;
  background-size: 72px 24px;
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
[class*="icon-"] {
  background-image: url('../images/icons/icons.png');
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 148dpi) {
  [class*="icon-"] {
    background-image: url('../images/icons/icons2x.png');
  }
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'proxima-nova', sans-serif;
  letter-spacing: 0.01em;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
body {
  overflow-x: hidden;
}
*::selection {
  color: #f1f2f2;
  fill: #f1f2f2;
  background: #009246;
}
*::-moz-selection {
  color: #f1f2f2;
  fill: #f1f2f2;
  background: #009246;
}
.tablet-only,
.tablet-plus,
.desktop-only {
  display: none !important;
}
.fixed-top {
  position: fixed;
  top: 0;
}
.inner {
  width: 100%;
  padding: 10px 3% 0;
}
.clear {
  clear: both;
}
.notext {
  text-indent: -999em;
  overflow: hidden;
}
#contentwrap {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}
footer,
.push {
  height: 30px;
}
#wrapper {
  min-height: 100%;
}
h1,
h2,
h3,
h4 {
  color: #6e6e6e;
  font-family: 'latienne-pro', serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
h1 {
  font-size: 38px;
  line-height: 45px;
  margin: 30px 0 30px;
  font-family: 'latienne-pro', serif;
}
h2 {
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 30px;
}
h3,
h4 {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 10px;
}
.lead {
  font-family: 'proxima-nova', sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 20px;
}
p,
b,
strong,
i,
label,
input[type="text"],
legend {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: center;
  color: #6e6e6e;
}
a {
  color: inherit;
  transition: color 0.1s ease;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
button:focus {
  outline: 0;
}
a,
a:visited {
  font-family: 'proxima-nova', sans-serif;
  text-decoration: none;
  color: #ce2b37;
  font-size: inherit;
  line-height: inherit;
  transition: color 0.2s;
}
a:hover,
a:visited:hover,
a:active,
a:visited:active {
  color: #009246;
}
strong {
  color: inherit;
}
#content ul li,
#content ol li {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  line-height: 45px;
}
img,
video {
  max-width: 100%;
  height: auto;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
  width: 100%;
}
.lightbox .lb-image,
.lb-outerContainer {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.lb-container {
  padding: 0 !important;
}
.lb-details {
  display: none;
}
header {
  width: 100%;
  max-height: 680px;
  position: relative;
}
header .header-image {
  max-height: 250px;
  overflow: hidden;
  background-color: #c2a363;
}
header .header-image picture img {
  display: block;
  -webkit-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  -moz-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  -o-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  opacity: 0.3;
}
header .inner {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  /**
     * Open button styles.
     */
}
header .inner #header-info {
  text-align: center;
  color: #f1f2f2;
  margin-bottom: 25px;
}
header .inner #header-info a,
header .inner #header-info span,
header .inner #header-info b {
  font-size: 12px;
  color: #f1f2f2;
}
header .inner #header-info .header-right {
  float: none;
}
header .inner #logo {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 260px;
}
header .inner .c-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 6%;
  width: 150px;
  height: 40px;
  border: 2px solid #ce2b37;
  border-radius: 10px;
  background-color: #ce2b37;
  font-family: 'latienne-pro', serif;
  color: #f1f2f2;
  font-size: 25px;
  line-height: 35px;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
}
header .inner .c-button:hover {
  background-color: #f1f2f2;
  color: #009246;
  border: 2px solid;
}
.HomePage header {
  width: 100%;
  position: fixed;
  top: 0;
}
.HomePage header .header-image {
  max-height: 400px;
  overflow: hidden;
  background: none;
}
.HomePage header .header-image picture {
  transform: translate(0);
}
.HomePage header .header-image picture img {
  display: block;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}
#content,
#home-content {
  position: relative;
}
#content-main {
  background-color: #fff;
}
body:not(.HomePage) #content-main {
  padding-bottom: 40px;
}
.header-border {
  display: block;
  float: left;
  height: 5px;
  width: 33.3333333333333333%;
  margin: 0;
  padding: 0;
}
.header-green {
  background-color: #009246;
}
.header-white {
  background-color: #f1f2f2;
}
.header-red {
  background-color: #ce2b37;
  float: right;
}
.textblock .textblock-img-container {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
  z-index: 1;
  width: 280px;
  height: 280px;
}
.textblock .textblock-img-container .textblock-image {
  display: block;
  transform: scale(1.2);
  transition: transform 300ms ease;
  border-radius: 50%;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  margin: auto 0;
  z-index: 3;
  border: 0;
  color: transparent;
  text-indent: -999px;
  opacity: 0.7;
  background-color: transparent;
  background-image: url("../images/spritesheet_vilmaspasta.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 300ms;
}
.slick-arrow:hover {
  opacity: 1 !important;
}
#slides {
  margin-bottom: -40px;
}
#slides:hover .slick-arrow {
  opacity: 0.7;
}
.slick-prev {
  left: 5%;
}
.slick-next {
  right: 5%;
  background-position: -40px 0;
}
.teaserblock {
  overflow: hidden;
}
.teaserblock.color-bg {
  background-color: #c2a363;
}
.teaserblock .teaser-bg-image {
  -webkit-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  -moz-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  -o-filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  filter: sepia(1) saturate(0.3) blur(1px) brightness(0.9);
  transform: scale(1.05);
  opacity: 0.3;
}
.teaserblock .inner {
  max-width: 350px;
  margin: 0 auto;
}
.teaserblock .teaser {
  width: 100%;
  margin-bottom: 50px;
}
.teaserblock .teaser:hover .teaser-img-container .teaser-image {
  transform: scale(1);
}
.teaserblock .teaser:hover .teaser-img-border {
  background-color: #009246;
}
.teaserblock .teaser .teaser-img-border.has-bg-image {
  background-color: transparent;
  padding: 0;
}
.teaserblock .teaser .teaser-img-border {
  position: relative;
  padding: 14px;
  background-color: #c2a363;
  margin-bottom: 20px;
  border-radius: 50%;
  transition: background-color 200ms linear;
}
.teaserblock .teaser .teaser-img-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
}
.teaserblock .teaser .teaser-img-container .teaser-image {
  display: block;
  transform: scale(1.2);
  transition: transform 300ms ease;
}
.teaserblock .teaser .teaser-text {
  font-family: 'latienne-pro', serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
}
.teaserblock .teaser .teaser-text.text-white {
  color: #f1f2f2 !important;
}
.productblock {
  overflow: hidden;
}
.productblock .inner {
  max-width: 350px;
  margin: 0 auto;
}
.productblock .product {
  width: 100%;
}
.productblock .product .product-image {
  display: block;
  width: 100%;
}
.productblock .product p,
.productblock .product h3 {
  text-align: left;
}
.productblock .product .product-title {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
}
.productblock .product .product-text {
  margin-bottom: 0;
}
footer .inner {
  padding: 0;
}
footer a {
  color: inherit !important;
}
footer .footer-border {
  display: block;
  float: left;
  height: 30px;
  width: 37.5%;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 30px;
  color: #f1f2f2;
  text-align: center;
}
footer .footer-green {
  background-color: #009246;
}
footer .footer-white {
  background-color: #f1f2f2;
  width: 25%;
}
footer .footer-red {
  background-color: #ce2b37;
  float: right;
}
.c-menu {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  z-index: 200;
  background-color: rgba(241, 242, 241, 0.95);
  padding: 20px;
  overflow-y: scroll;
}
.c-menu__items {
  list-style: none;
  margin: 50px 0 25px;
  padding: 0;
}
.c-menu__items-level-2 {
  list-style: none;
  padding: 0;
}
.c-menu__item {
  padding: 15px 0;
  font-size: 20px;
}
.c-menu__item a {
  color: #000;
  font-weight: bold;
}
.c-menu__item a:hover {
  color: #009246;
}
.c-menu__item-level-2 {
  padding: 7px 0;
}
.c-menu__item-level-2 a {
  color: #000;
  font-weight: normal;
}
.c-menu__item-level-2 a:hover {
  color: #009246;
}
/**
 * Close button resets.
 */
.c-menu__close {
  width: 150px;
  height: 40px;
  border: 2px solid #ce2b37;
  border-radius: 10px;
  background-color: #ce2b37;
  font-family: 'latienne-pro', serif;
  color: #f1f2f2;
  font-size: 25px;
  line-height: 35px;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0 auto;
}
.c-menu__close:hover {
  background-color: #f1f2f2;
  color: #009246;
  border: 2px solid;
}
/**
 * Close button resets.
 */
.c-menu__close:focus {
  outline: none;
}
/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}
/**
 * Mask component
 */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.c-menu--slide-top,
.c-menu--push-top {
  top: -100%;
  left: 0;
  transition: top 300ms ease;
}
.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  top: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* SILVERSTRIPE FORMS
----------------------------------------------- */
form {
  margin-bottom: 100px;
}
form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form fieldset {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}
form .field {
  margin-bottom: 8px;
}
form .field ul {
  padding: 0 !important;
}
form .field ul li {
  list-style: none !important;
}
form .checkbox .middleColumn {
  width: 100%;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form input[type="checkbox"] {
  margin: 0 5px 20px 0;
}
form input[type="checkbox"] + label {
  width: 80%;
}
form .error.message {
  margin-bottom: 20px;
  padding: 6px 24px;
  background-color: #ce2b37;
  color: #f1f2f2;
}
form .error.message:before {
  content: '\00BB';
  position: absolute;
  margin-left: -12px;
}
form .step-navigation .step-buttons {
  padding: 0;
}
form .step-navigation .step-buttons input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form .step-navigation .step-buttons input:hover {
  background-color: #6e6e6e;
}
form .left {
  font-weight: normal !important;
  line-height: 30px;
  text-align: left;
  width: 30%;
  margin-right: 5%;
}
form select {
  padding: 0;
  height: 39px;
  cursor: pointer;
  background-image: url("../images/pfeil_dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
form option {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form input:-moz-placeholder,
form input::-moz-placeholder,
form input::-webkit-input-placeholder,
form input:-ms-input-placeholder {
  color: #828a7f;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="submit"],
form textarea,
form select {
  text-align: left;
  line-height: 24px;
  background-clip: padding-box;
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form .Actions {
  margin: 0 auto;
  width: 150px;
  height: 40px;
}
form .Actions input[type="submit"] {
  font-family: 'latienne-pro', serif;
  font-size: 25px;
  line-height: 35px;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background-color: #ce2b37;
  color: #f1f2f2;
  text-align: center;
  transition: border 200ms ease, background-color 200ms ease, color 200ms ease;
}
form .Actions input[type="submit"]:hover {
  background-color: #f1f2f2;
  color: #009246;
  border: 2px solid;
}
@media only screen and (min-width: 720px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only,
  .tablet-plus {
    display: block !important;
  }
  .inner {
    max-width: 960px;
    width: 100%;
    padding: 30px 3% 0;
    margin: 0 auto;
  }
  h1 {
    font-size: 60px;
    line-height: 75px;
    font-family: 'latienne-pro', serif;
    text-align: center;
  }
  h2 {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 30px;
  }
  header .inner .c-button {
    margin: auto auto 5%;
  }
  .HomePage header .header-image {
    max-height: none !important;
  }
  .slick-arrow {
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .slick-next {
    background-position: -70px 0;
  }
  .teaserblock {
    position: relative;
  }
  .teaserblock .inner {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
    margin: auto;
  }
  .teaserblock .inner.has-bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .teaserblock .teaser {
    width: 30%;
    max-width: 250px;
    margin: auto 0 auto 0;
    padding: 30px 0;
  }
  .productblock {
    position: relative;
  }
  .productblock .inner {
    max-width: 960px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0;
    margin: auto;
  }
  .productblock .product {
    width: 30%;
    max-width: 250px;
    margin: auto 0 auto 0;
    padding: 30px 0 10px;
  }
  footer .inner {
    padding: 0;
    width: 100%;
    max-width: none;
  }
  footer .footer-border {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1224px) {
  .mobile-only,
  .tablet-minus,
  .tablet-only {
    display: none !important;
  }
  .tablet-plus,
  .desktop-only {
    display: block !important;
  }
  .inner {
    max-width: 960px;
  }
  header .header-image {
    max-height: 170px;
    transition: max-height 600ms ease 500ms;
  }
  header .header-image.hovered {
    max-height: 400px;
    transition: max-height 500ms ease;
  }
  header .header-image picture {
    display: block;
    transform: translateY(-30%);
  }
  header .inner {
    padding-bottom: 0;
    padding-top: 15px;
  }
  header .inner #header-info {
    text-align: left;
    margin-bottom: 35px;
  }
  header .inner #header-info .header-br {
    display: none !important;
  }
  header .inner #header-info a,
  header .inner #header-info span,
  header .inner #header-info b {
    font-size: 14px;
    color: #f1f2f2;
  }
  header .inner #header-info .header-right {
    float: right;
  }
  header .inner #logo {
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
  }
  header .inner #primary {
    clear: both;
  }
  header .inner #primary .level-1 {
    padding: 0;
    list-style: none;
  }
  header .inner #primary .level-1 li {
    float: left;
    font-size: 18px;
    line-height: 45px;
    padding: 30px 0 0;
    margin: 0 30px 0 0;
    position: relative;
  }
  header .inner #primary .level-1 li.hovered .level-2 {
    opacity: 1;
    top: 60px;
    pointer-events: all;
    transition: opacity 200ms ease-out, top 200ms ease-out;
  }
  header .inner #primary .level-1 li.hovered .level-2 li a:after {
    width: 0;
    margin-left: 0;
  }
  header .inner #primary .level-1 li.current a:after,
  header .inner #primary .level-1 li.section a:after,
  header .inner #primary .level-1 li.hovered a:after {
    position: absolute;
    left: 0;
    content: '';
    height: 1px;
    background: #f1f2f2;
    transition: all 300ms ease;
    bottom: 0;
    width: 100%;
  }
  header .inner #primary .level-1 li a {
    display: block;
    position: relative;
    color: #f1f2f2;
    font-size: 16px;
    line-height: 35px;
    transition: background-color 0.2s ease;
  }
  header .inner #primary .level-1 li a:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #f1f2f2;
    transition: all 300ms ease;
    width: 0;
    bottom: 0;
    left: 0;
  }
  header .inner #primary .level-1 li a:hover:after {
    width: 100% !important;
  }
  header .inner #primary .nav-right {
    float: right;
  }
  header .inner #primary .nav-right li:last-child {
    margin-right: 0;
  }
  header .inner #primary .level-2 {
    padding: 10px 10px 50px;
    box-sizing: content-box;
    margin-left: -10px;
    list-style: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 10;
    color: #f1f2f2;
    transition: opacity 200ms ease-out 700ms, top 300ms ease-out 700ms;
  }
  header .inner #primary .level-2 li {
    margin: 0;
    padding: 3px 0;
  }
  header .inner #primary .level-2 li a {
    display: block;
    white-space: nowrap;
    text-align: left;
  }
  .HomePage header {
    background-color: #c2a363;
  }
  .HomePage header .header-image picture img {
    transition: opacity 400ms ease 700ms;
    opacity: 1;
  }
  .HomePage header .header-image.hovered picture img {
    transition: opacity 400ms;
    opacity: 0.4;
  }
  .slick-arrow {
    width: 100px;
    height: 100px;
    opacity: 0.5;
  }
  .slick-next {
    background-position: -100px 0;
  }
  #content-main {
    min-height: 1000px;
  }
  #content-main .header-border {
    height: 10px;
  }
  footer .inner {
    padding: 0;
    width: 100%;
    max-width: none;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
