/*! 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.
 */
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;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
[class*="icon-"][class*="-plus"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
[class*="icon-"][class*="-arrow"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: -30px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
[class*="icon-"][class*="-gallery"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: -60px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
[class*="icon-"][class*="-nav-show"] {
  display: block;
  -webkit-background-size: 120px 30px;
  -moz-background-size: 120px 30px;
  -o-background-size: 120px 30px;
  background-size: 120px 30px;
  background-position: -90px 0px;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
[class*="icon-"] {
  background-image: url('../images/icons/bua_spritesheet.svg');
  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/bua_spritesheet.svg');
  }
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.tablet-only,
.tablet-plus,
.desktop-only {
  display: none !important;
}
*::selection {
  color: black;
  fill: black;
  background: #ececec;
}
*::-moz-selection {
  color: black;
  fill: black;
  background: #ececec;
}
.fixed-top {
  position: fixed;
  top: 0;
}
.inner {
  width: 100%;
  padding: 0 3% 8px;
}
.clear {
  clear: both;
}
.notext {
  text-indent: -999em;
  overflow: hidden;
}
.seperator {
  height: 3px;
  width: 60px;
  max-width: 100%;
  background-color: #780110;
  margin: 0 auto 10px;
}
.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;
}
#contentwrap {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -220px;
}
footer,
.push {
  height: 220px;
}
h1 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #780110;
  text-transform: uppercase;
}
h2 {
  color: #393938;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
h3,
h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.lead {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
p,
b,
strong,
i,
label,
input[type="text"],
legend {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
a {
  color: inherit;
  transition: color 0.1s ease;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
a,
a:visited {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #6e6f6e;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
a:hover,
a:visited:hover,
a:active,
a:visited:active {
  color: #780110;
}
a strong,
a:visited strong {
  color: inherit;
}
img,
video {
  max-width: 100%;
  height: auto;
}
video {
  width: 100% !important;
  height: auto !important;
}
iframe {
  width: 100%;
}
header {
  height: auto;
  background-color: #ececec;
}
header .inner {
  position: relative;
}
header .inner #logo {
  width: 80%;
  float: left;
}
header .inner #c-button--push-right {
  display: block;
  position: absolute;
  padding: 0;
  right: 3%;
  bottom: 12px;
  border: medium none;
}
.block_area_header {
  margin-bottom: 40px;
  max-height: 400px;
}
.home-taglist {
  list-style: none;
  padding: 0;
  max-width: 350px;
  margin: 0 auto;
}
.home-taglist .home-tag {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 28px;
}
.home-taglist .home-tag::before {
  content: '';
  display: block;
  background-color: #780110;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  border-radius: 1rem;
  background-image: url('../images/icons/bua_spritesheet.svg');
  background-size: 80px 20px;
  background-position: 0 0;
  overflow: hidden;
}
.newsticker-container {
  padding: 40px 0;
  max-width: 350px;
  margin: 0 auto;
}
.newsticker-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.home-newsticker {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.home-newsticker .newsitem {
  padding: 6px 0 6px 30px;
  position: relative;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
}
.home-newsticker .newsitem:first-child {
  padding: 0 0 6px 30px;
}
.home-newsticker .newsitem::before {
  content: '';
  display: block;
  background-color: #780110;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-radius: 1rem;
  background-image: url('../images/icons/bua_spritesheet.svg');
  background-size: 80px 20px;
  background-position: 60px 0;
  overflow: hidden;
}
.block_area_content .block ul {
  padding: 0;
  margin: 20px 0 20px 30px;
}
.block_area_content .block ul li {
  padding-left: 5px;
}
.block_area_content .block a {
  color: #393938;
}
.textblock {
  width: 100%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gallery img {
  padding-right: 10px;
  margin-bottom: 8px;
}
.productblock .product {
  border-bottom: 1px solid #6e6f6e;
  padding: 30px 0;
  margin-bottom: 30px;
}
.productblock .product .product-price {
  font-weight: bold;
  margin-bottom: 10px;
}
.productblock .product .product-contact-wrap {
  margin: 10px 0;
  border-radius: 15px 15px 0 0;
  width: 100%;
  max-width: 450px;
}
.productblock .product .product-contact {
  max-width: 450px;
  background-color: #6e6f6e;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}
.productblock .product .product-contact p,
.productblock .product .product-contact b,
.productblock .product .product-contact a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0 !important;
  color: #ffffff;
}
.productblock .product .product-contact a {
  color: #780110;
}
.productblock .product .product-button {
  width: 100%;
  padding: 5px 15px;
  background-color: #780110;
  color: #ffffff;
  border-radius: 15px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out, border-radius 0.2s ease-out;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.productblock .product .product-button.expanded {
  border-radius: 15px 15px 0 0;
}
.productblock .product .product-button:hover {
  background-color: #393938;
}
.productblock .product .product-gallery {
  position: relative;
  max-width: 450px;
}
.productblock .product .product-gallery:hover .show-gallery {
  background-color: #393938;
}
.productblock .product .product-image {
  display: none;
  width: 100%;
  border: 1px solid #ececec;
  transition: border 0.2s ease-out;
}
.productblock .product .product-image:hover {
  border: 1px solid #6e6f6e;
}
.productblock .product .product-image img {
  display: block;
}
.productblock .product .product-image:first-child {
  display: block;
}
.productblock .product .icon-gallery {
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background-color: #6e6f6e;
  pointer-events: none;
  transition: background-color 0.2s ease-out;
}
.teaserblock {
  padding: 40px 0;
}
.teaserblock .teaser {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px;
  transition: border 0.2s ease;
}
.teaserblock .teaser:hover .teaser-title,
.teaserblock .teaser:hover .teaser-text {
  color: #780110;
}
.teaserblock .teaser .teaser-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.teaserblock .teaser .teaser-text {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
.teaserblock .teaser .teaser-image {
  width: 100%;
  display: block;
  line-height: 0;
  margin-bottom: 10px;
}
footer {
  background-color: #6e6f6e;
  color: #ffffff;
  width: 110%;
  overflow: hidden;
  position: relative;
}
footer a,
footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: #ececec;
}
footer .inner {
  width: 100vw;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
footer .inner #footer-info {
  float: none;
}
footer .inner #footer-info ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .inner #footer-info li {
  line-height: 16px;
}
footer .inner #footer-info .level-1-link {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
footer .inner #footer-info a,
footer .inner #footer-info p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
footer .legal {
  background-color: #780110;
  bottom: 0;
  color: #ffffff;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  width: 100%;
}
footer .legal .inner {
  padding: 3px 0;
  width: 980px;
}
footer .legal a {
  color: inherit;
  margin-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
footer .legal #visionaer {
  width: 10px;
  height: 10px;
  position: relative;
  vertical-align: baseline;
  margin-right: 5px;
}
footer .legal #visionaer .v {
  fill: white;
}
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #393938;
  padding: 30px 20px 0;
  transition: transform 0.3s;
}
.c-menu .section,
.c-menu .current {
  color: #ececec !important;
}
.c-menu .link {
  color: #ffffff !important;
}
.c-menu a,
.c-menu a:visited {
  color: #ffffff;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-menu__items-level-2 {
  list-style: none;
  padding-left: 0;
}
.c-menu--push-right .c-menu__item {
  display: block;
  margin-bottom: 20px;
}
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 4px 0;
  font-weight: bold;
}
.c-menu--push-right .c-menu__link:hover {
  color: #ececec !important;
}
.c-menu--push-right .c-menu__link-level-2 {
  display: block;
  padding: 4px 0 4px 10px;
  font-weight: normal;
}
.c-menu--push-right .c-menu__link-level-2:hover {
  color: #ececec;
}
/**
 * Close button resets.
 */
.c-menu__close {
  background-color: #ffffff;
  cursor: pointer;
  border: none;
  margin: 0 0 20px -12px;
  display: none
;
}
/**
 * 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: #fff;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.c-menu--push-right {
  width: 200px;
}
.c-menu--push-right {
  top: 0;
  right: -200px;
  transition: right 0.3s;
}
.c-menu--push-right.is-active {
  right: 0;
}
.o-wrapper {
  transition: margin 0.3s ease-out;
  width: 100%;
  height: 100%;
}
.o-wrapper.has-push-right {
  margin-left: -200px;
}
/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */
/* SILVERSTRIPE FORMS
----------------------------------------------- */
form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form .field {
  margin-bottom: 8px;
  display: flex !important;
}
form .field.form-step {
  display: block !important;
}
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: #393938;
}
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: #393938;
}
form .left {
  font-weight: normal !important;
  line-height: 30px;
  width: 25%;
  margin-right: 5%;
  hyphens: none;
}
form .middleColumn {
  width: 70%;
}
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 {
  border: 1px solid #212121;
  background-clip: padding-box;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 5px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form .Actions {
  width: 70%;
  float: right;
  margin-bottom: 15px;
}
form .Actions input[type="submit"] {
  padding: 10px;
  font-weight: bold;
  color: #ececec;
  border: none;
  background: #393938;
  width: auto;
}
@media only screen and (min-width: 720px) {
  .mobile-only {
    display: none !important;
  }
  .tablet-only,
  .tablet-plus,
  .tablet-minus {
    display: block !important;
  }
  .inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
  table.stacktable.large-only {
    display: table;
  }
  table.stacktable.small-only {
    display: none;
  }
  header {
    overflow-y: visible;
  }
  header .inner #logo {
    float: left;
    max-width: 500px;
  }
  header .inner .address {
    float: right;
    margin-top: 37px;
  }
  header .inner .address p {
    margin-bottom: 0;
    color: #780110;
    font-size: 12px;
    line-height: 16px;
  }
  header .inner .address p a {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
  }
  header .inner .address p .tel-link {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .homepage-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .homepage-wrap .block_area_content {
    width: 70%;
  }
  .home-text {
    display: inline-block;
    width: 70%;
  }
  .home-taglist {
    padding-top: 110px;
    width: 27%;
    display: inline-block;
    margin: 0;
  }
  .newsticker-container {
    display: inline-block;
    width: 27%;
    margin: 0;
  }
  .teaserblock {
    display: inline-flex;
  }
  .teaserblock .teaser {
    width: 32%;
    max-width: 300px;
    margin: 0 2% 0 0;
  }
  .teaserblock .teaser .inner .teaser-title {
    font-size: 16px;
  }
  .teaserblock .teaser:last-child {
    margin-right: 0;
  }
  .productblock {
    margin-bottom: 20px;
  }
  .productblock .product {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .productblock .product .product-text {
    position: relative;
    margin-left: 20px;
    width: 70%;
  }
  .productblock .product .product-text p {
    margin-bottom: 50px;
  }
  .productblock .product .product-price {
    display: inline-block;
    margin: 20px 0 0 !important;
    position: absolute;
    bottom: 0;
  }
  .productblock .product .product-contact-wrap {
    display: inline-block;
    max-width: 200px;
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .productblock .product .product-gallery {
    max-width: 300px;
  }
  .productblock .product .product-image {
    align-self: flex-end;
  }
  footer {
    width: 100%;
  }
  footer .inner {
    display: block;
  }
  footer .inner #footer-nav {
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  footer .inner #footer-nav .level-1 {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .inner #footer-nav .level-1 li {
    margin: 0 3.5vw 0 0;
    max-width: 200px;
  }
  footer .inner #footer-nav .level-1 li .level-1-link {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
  }
  footer .inner #footer-nav .level-1 li .level-2 {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  footer .inner #footer-nav .level-1 li .level-2 li {
    margin: 0;
  }
  footer .inner #footer-nav .level-1 li .level-2 li a,
  footer .inner #footer-nav .level-1 li .level-2 li p {
    font-size: 12px;
    text-align: left;
    font-weight: normal;
  }
  footer .inner #footer-info {
    float: right;
  }
  footer .inner #footer-info a,
  footer .inner #footer-info p {
    text-align: left;
  }
  footer .legal .inner {
    text-align: end;
    padding: 0 3%;
  }
}
@media only screen and (min-width: 1224px) {
  .mobile-only,
  .tablet-minus {
    display: none !important;
  }
  .tablet-plus,
  .desktop-only {
    display: block !important;
  }
  .inner {
    max-width: 960px;
    padding: 0;
  }
  table.stacktable.large-only {
    display: table;
  }
  table.stacktable.small-only {
    display: none;
  }
  header {
    height: 176px;
  }
  header .inner #primary {
    clear: both;
    margin-top: 25px;
  }
  header .inner #primary.sticky {
    width: 960px;
    position: fixed;
    top: 0;
    margin: 0;
  }
  header .inner #primary ul {
    padding: 0;
    list-style: none;
    display: flex;
  }
  header .inner #primary ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    flex-grow: 1;
    max-height: 40px;
    overflow-y: hidden;
  }
  header .inner #primary ul li.current a,
  header .inner #primary ul li.section a {
    background-color: #3e0e14;
  }
  header .inner #primary ul li.hovered {
    overflow-y: visible;
    max-height: none;
  }
  header .inner #primary ul li.hovered a {
    background-color: #3e0e14;
    color: #ffffff;
  }
  header .inner #primary ul li.hovered .level-2 {
    opacity: 1;
    top: 40px;
    pointer-events: all;
    z-index: 99999;
  }
  header .inner #primary ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 1.81%;
    transition: background-color 0.2s ease;
    background-color: #780110;
    text-transform: uppercase;
    text-align: center;
  }
  header .inner #primary ul li a:hover {
    background-color: #3e0e14;
  }
  header .inner #primary .level-2 {
    position: absolute;
    padding: 5px 0;
    width: 100%;
    list-style: none;
    opacity: 0;
    display: flex;
    flex-direction: column;
    z-index: 550;
    color: #ffffff;
    background-color: #3e0e14;
    transition: opacity 200ms ease-out, top 200ms ease-out;
  }
  header .inner #primary .level-2 li {
    width: 100%;
    display: block;
    overflow: visible;
  }
  header .inner #primary .level-2 li a {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
    overflow: visible;
  }
  header .inner #primary .level-2 li a:hover,
  header .inner #primary .level-2 li a.current {
    background-color: #ffffff;
    color: #6e6f6e;
  }
  .productblock .product .product-contact-wrap {
    max-width: 350px;
  }
  .productblock .product .product-contact {
    margin-bottom: 0;
  }
  footer .inner {
    padding: 20px 0 0;
  }
  footer .legal .inner {
    padding: 0;
  }
}
@media print {
  #navigation {
    display: none !important;
  }
}
