/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Officina Serif Book";
  font-weight: 500;
  line-height: 1.3;
  color: #79541d; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 40px; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 12.5px; }

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #005ca9; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004076; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #005ca9; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004076; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Officina Sans";
  font-size: 16px;
  line-height: 1.6;
  color: #4b3319;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #005ca9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2B68C6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded, .contact-panel img, .teaser--secondary .teaser__image {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container, .site-hero-slider .bx-controls {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .site-hero-slider .bx-controls:before, .container:after, .site-hero-slider .bx-controls:after {
    content: " ";
    display: table; }
  .container:after, .site-hero-slider .bx-controls:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, .site-hero-slider .bx-controls {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, .site-hero-slider .bx-controls {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, .site-hero-slider .bx-controls {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 200px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

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

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

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

.ce-table td, .ce-table th {
  vertical-align: top; }

.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden; }

.ce-left .ce-gallery, .ce-column {
  float: left; }

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%; }

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom; }

.ce-gallery img {
  display: block; }

.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 1px solid #f0f0f0;
  padding: 30px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 30px; }

.ce-intext.ce-right .ce-gallery {
  margin-left: 30px; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 30px; }

.ce-below .ce-gallery {
  margin-top: 30px; }

.ce-column {
  margin-right: 60px; }

.ce-column:last-child {
  margin-right: 0; }

.ce-row {
  margin-bottom: 60px; }

.ce-row:last-child {
  margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto; }

.ce-uploads {
  margin: 0;
  padding: 0; }

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0; }

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top; }

.ce-uploads span {
  display: block; }

/**
 * slider
 */
.section-ce-slider {
  overflow-x: hidden; }
  .section-ce-slider .ce-slider .bx-controls .bx-prev,
  .section-ce-slider .ce-slider .bx-controls .bx-next {
    right: 45px;
    background: #80ad00 url("../../assets/images/arrow.svg") no-repeat center;
    border: none; }
    .section-ce-slider .ce-slider .bx-controls .bx-prev:hover, .section-ce-slider .ce-slider .bx-controls .bx-prev:focus,
    .section-ce-slider .ce-slider .bx-controls .bx-next:hover,
    .section-ce-slider .ce-slider .bx-controls .bx-next:focus {
      background-color: #c0d681; }
  .section-ce-slider .ce-slider .bx-controls .bx-prev {
    left: 45px !important;
    right: auto; }

.layout-career .section-ce-slider .ce-slider .bx-controls .bx-prev,
.layout-career .section-ce-slider .ce-slider .bx-controls .bx-next {
  background-color: #ffd900; }
  .layout-career .section-ce-slider .ce-slider .bx-controls .bx-prev:hover, .layout-career .section-ce-slider .ce-slider .bx-controls .bx-prev:focus,
  .layout-career .section-ce-slider .ce-slider .bx-controls .bx-next:hover,
  .layout-career .section-ce-slider .ce-slider .bx-controls .bx-next:focus {
    background-color: #ffed88; }

.ce-slider-item {
  position: relative; }

.ce-slider-image {
  display: block; }

.ce-slider-main {
  position: absolute;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 30px;
  width: 100%;
  border-radius: 0 0 5px 5px; }

.ce-slider-headline,
.ce-slider-content {
  padding: 0 !important;
  margin: 0 !important; }

.ce-slider-headline {
  font-family: "Officina Serif Book";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1; }

.ce-slider-content {
  display: none;
  margin-top: 20px !important; }
  @media (min-width: 992px) {
    .ce-slider-content {
      display: block; } }

.ce-slider-title {
  font-weight: 500; }

.ce-slider-subtitle {
  font-size: 15px;
  display: none; }
  @media (min-width: 992px) {
    .ce-slider-subtitle {
      display: inline-block; } }

.ce-slider-layout-780 .ce-slider-main {
  position: relative;
  padding-top: 100px;
  background: #23201E url("../../assets/images/section_dark_bg.jpg") repeat-y; }
  @media (min-width: 768px) {
    .ce-slider-layout-780 .ce-slider-main {
      padding-top: 30px; } }

.ce-slider-layout-780 .ce-slider-title,
.ce-slider-layout-780 .ce-slider-subtitle,
.ce-slider-layout-780 .ce-slider-content {
  display: block; }

.ce-slider-layout-780 .ce-slider-image {
  border-radius: 5px 5px 0 0; }

.ce-slider-layout-780 .bx-wrapper .bx-controls .bx-prev,
.ce-slider-layout-780 .bx-wrapper .bx-controls .bx-next {
  top: 0;
  transition: none; }

@media (min-width: 768px) {
  .ce-slider-layout-780 .bx-wrapper .bx-controls .bx-prev {
    left: auto !important;
    right: 125px !important; } }

.ce-slider-layout-780 .bx-wrapper .bx-controls .bx-next {
  left: 125px !important;
  right: auto !important; }
  @media (min-width: 768px) {
    .ce-slider-layout-780 .bx-wrapper .bx-controls .bx-next {
      left: auto !important;
      right: 45px !important; } }

@font-face {
  font-family: 'Officina Sans';
  font-weight: normal;
  src: url("../../assets/fonts/officina/OfficinaSansRegular.woff2") format("woff2"), url("../../assets/fonts/officina/OfficinaSansRegular.woff") format("woff"); }

@font-face {
  font-family: 'Officina Sans';
  font-weight: normal;
  font-style: italic;
  src: url("../../assets/fonts/officina/OfficinaSansItalic.woff2") format("woff2"), url("../../assets/fonts/officina/OfficinaSansItalic.woff") format("woff"); }

@font-face {
  font-family: 'Officina Serif';
  font-weight: bold;
  src: url("../../assets/fonts/officina/OfficinaSerifStd-Bold.woff2") format("woff2"), url("../../assets/fonts/officina/OfficinaSerifStd-Bold.woff") format("woff"); }

@font-face {
  font-family: 'Officina Serif Book';
  font-weight: normal;
  src: url("../../assets/fonts/officina/OfficinaSerifOSITCTTBook.woff2") format("woff2"), url("../../assets/fonts/officina/OfficinaSerifOSITCTTBook.woff") format("woff"); }

@font-face {
  font-family: 'Officina Serif Book';
  font-weight: normal;
  font-style: italic;
  src: url("../../assets/fonts/officina/OfficinaSerifC-BookItalic.woff2") format("woff2"), url("../../assets/fonts/officina/OfficinaSerifC-BookItalic.woff") format("woff"); }

@font-face {
  font-family: 'Journal';
  font-weight: normal;
  src: url("../../assets/fonts/journal/journal.woff2") format("woff2"), url("../../assets/fonts/journal/journal.woff") format("woff"); }

html {
  min-height: 100%; }

body {
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 1921px) {
    body::before, body::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 45px;
      height: 100%;
      background: transparent url("../../assets/images/fringe.png") repeat-y;
      z-index: 105; }
    body::before {
      left: 0; }
    body::after {
      right: 0;
      transform: rotate(-180deg); } }

h1,
h2,
h3,
h4 {
  text-align: center;
  word-break: break-word; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4 {
      text-align: left; } }

h1 {
  font-size: 40px; }
  @media (min-width: 480px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 30px; }
  @media (min-width: 480px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 20px; }
  @media (min-width: 480px) {
    h3 {
      font-size: 30px; } }

h3 {
  font-size: 15px; }
  @media (min-width: 480px) {
    h3 {
      font-size: 20px; } }

a {
  text-decoration: underline;
  transition: all .25s ease-in-out; }

hr {
  margin: 39px 0;
  border-top-color: #f0f0f0; }

.img-rounded, .contact-panel img, .teaser--secondary .teaser__image {
  border-radius: 50%; }

.growing-area-badge {
  display: none !important;
  position: absolute;
  top: -200px;
  right: 0; }
  @media (min-width: 992px) {
    .growing-area-badge {
      display: block !important; } }

.contact-panel {
  text-align: center; }
  .contact-panel img {
    margin-bottom: 30px; }
  .contact-panel p {
    margin-bottom: 30px; }
  .contact-panel em {
    font-size: 25px;
    color: #80ad00; }

video::-internal-media-controls-download-button {
  display: none; }

video::-webkit-media-controls-enclosure {
  overflow: hidden; }

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */ }

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  max-width: 1920px; }

.accordion {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 30px;
  margin-top: 10px;
  min-height: 50px; }
  .accordion .accordion-trigger {
    display: none;
    cursor: pointer; }
  .accordion .accordion-content {
    transform: scaleY(0);
    transform-origin: top;
    height: 0;
    overflow: hidden;
    margin-left: 55px;
    margin-bottom: 30px;
    transition: all 0.3s;
    opacity: 0; }
  .accordion .accordion-trigger:checked ~ .accordion-content {
    transform: scaleY(1);
    height: auto;
    opacity: 1; }
  .accordion .accordion-trigger:checked ~ .accordion-trigger--label:after {
    background-color: #fff;
    color: #7CAD27;
    border: 2px solid #7CAD27;
    line-height: 35px;
    content: '-'; }
  .accordion .accordion-trigger--label {
    padding-left: 55px;
    position: relative;
    display: block; }
    .accordion .accordion-trigger--label h1, .accordion .accordion-trigger--label h2, .accordion .accordion-trigger--label h3, .accordion .accordion-trigger--label h4, .accordion .accordion-trigger--label h5, .accordion .accordion-trigger--label p, .accordion .accordion-trigger--label span {
      margin-top: 0 !important;
      padding-top: 0 !important; }
    .accordion .accordion-trigger--label:hover:after {
      background-color: #BCCF33; }
    .accordion .accordion-trigger--label:after {
      content: '+';
      position: absolute;
      left: 0;
      top: 50%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #7CAD27;
      transform: translateY(-50%);
      z-index: 5;
      font-size: 35px;
      line-height: 38px;
      color: #fff;
      text-align: center; }

.section .condi-images img {
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 0; }

.optin-embed {
  max-width: 100%;
  height: auto;
  position: relative;
  background-size: cover; }
  .optin-embed.yt-embed {
    background: url("../images/agrarfrost_Platzhalter_YouTube.jpg") no-repeat center center; }
  .optin-embed.maps-embed {
    background: url("../images/agrarfrost_Platzhalter_Maps.jpg") no-repeat center center; }
  .optin-embed.active {
    background: none; }
  .optin-embed .optin {
    border-radius: 5px;
    position: absolute;
    padding: 10px;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    background: rgba(41, 41, 41, 0.8);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .optin-embed .optin h3 {
      text-transform: uppercase;
      color: #fff;
      font-size: 14px; }
      @media (min-width: 480px) {
        .optin-embed .optin h3 {
          font-size: 16px; } }
    .optin-embed .optin a {
      font-weight: bold;
      color: #fff;
      text-decoration: underline; }
    .optin-embed .optin p {
      text-align: center;
      margin: 0;
      font-size: 11px; }
      @media (max-width: 480px) {
        .optin-embed .optin p {
          font-size: 12px; } }
    .optin-embed .optin input {
      margin-right: 8px;
      display: inline-block;
      width: auto; }
    .optin-embed .optin button {
      border: none;
      cursor: pointer;
      background: #80AD00;
      padding: 6px 15px;
      font-style: italic;
      color: #fff;
      border-radius: 23px;
      margin: 10px 0; }

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

.slider__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slider__figure {
  text-align: center; }

.bx-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  .bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0); }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: #fff url("../../assets/images/bx_loader.gif") no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    position: absolute !important;
    top: 50%;
    right: 10px;
    margin-top: -45px !important;
    width: 60px;
    height: 60px;
    background: transparent url("../../assets/images/arrow-blue.svg") no-repeat center;
    border: 2px solid #f0f0f0;
    border-radius: 50%;
    outline: 0;
    text-indent: -9999px; }
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-next:hover {
      border-color: #005ca9; }
    .bx-wrapper .bx-prev.disabled,
    .bx-wrapper .bx-next.disabled {
      display: none; }
  .bx-wrapper .bx-prev {
    left: 10px !important;
    transform: rotate(180deg) !important; }
  .bx-wrapper .bx-next {
    left: auto !important;
    transform: none !important; }
  .bx-wrapper .bx-pager {
    text-align: center; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    box-shadow: inset 0 0 100px 0 #80ad00;
    border: 15px solid #fff;
    border-radius: 50%;
    outline: 0;
    box-sizing: content-box;
    text-indent: -9999px;
    transition: background .15s ease-in-out; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      position: relative;
      top: -2px;
      width: 16px;
      height: 16px;
      box-shadow: inset 0 0 100px 0 #005ca9;
      border-width: 12px; }
  .bx-wrapper .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block; }
  .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0; }
  @media (min-width: 1200px) {
    .bx-wrapper .bx-pager {
      display: block; } }

.layout-career .bx-wrapper .bx-pager.bx-default-pager a {
  box-shadow: inset 0 0 100px 0 #ffd900; }

.toggle__handle {
  cursor: pointer; }
  .toggle__handle::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #005ca9;
    transition: transform .3s ease-in-out; }

.toggle__handle--is-active::before {
  transform: rotate(90deg); }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table td {
    width: 50%;
    text-align: right; }
  .table td:first-child {
    text-align: left; }

.table--bordered tbody tr {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .table--bordered tbody tr:first-child {
    border-top: 0; }

.table--bordered tbody td {
  padding: 10px 0; }

input,
button,
select,
textarea {
  background: transparent;
  border: 0; }
  input:focus,
  button:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

.powermail_file_button,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="file"],
input[type="date"],
select,
textarea {
  padding: 10px 15px;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 0 !important;
  color: #4b3319; }
  .powermail_file_button:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  input[type="date"]:focus,
  select:focus,
  textarea:focus {
    background-color: #fff;
    border: 2px solid #80ad00; }

.layout-career .powermail_file_button:focus,
.layout-career input[type="text"]:focus,
.layout-career input[type="password"]:focus,
.layout-career input[type="email"]:focus,
.layout-career input[type="tel"]:focus,
.layout-career input[type="file"]:focus,
.layout-career input[type="date"]:focus,
.layout-career select:focus,
.layout-career textarea:focus {
  border: 2px solid #ffd900; }

textarea {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

.form-wizard {
  margin: 0 0 37.5px;
  padding: 0 0 22.5px;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  text-transform: uppercase;
  list-style-type: none; }

.form-wizard__item {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(240, 240, 240, 0.3); }
  .form-wizard__item:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0; }
  .form-wizard__item::before {
    margin-right: 10px; }

.form-wizard__link {
  color: #fff;
  text-decoration: none !important; }
  .form-wizard__link:hover, .form-wizard__link:focus {
    color: #fff; }

.form-wizard__item {
  display: none;
  outline: none;
  cursor: pointer; }
  .form-wizard__item:first-child, .form-wizard__item.form-wizard__item--is-active, .form-wizard__item:last-child {
    display: inline-block; }
  .form-wizard__item:last-child::after {
    content: none; }
  .form-wizard__item:hover, .form-wizard__item:focus {
    color: #80ad00 !important; }
  @media (min-width: 530px) {
    .form-wizard__item {
      display: inline-block; }
      .form-wizard__item::before, .form-wizard__item::after {
        content: none !important; } }

.layout-career .form-wizard__item:hover, .layout-career .form-wizard__item:focus {
  color: #ffd900 !important; }

.form-wizard__item--is-active {
  color: #80ad00; }
  .form-wizard__item--is-active:first-child::after {
    content: '...';
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(240, 240, 240, 0.3); }
  .form-wizard__item--is-active:last-child::before {
    content: '...';
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(240, 240, 240, 0.3);
    color: #fff; }

.layout-career .form-wizard__item--is-active {
  color: #ffd900; }

.form-login fieldset,
.form-area fieldset {
  margin-bottom: 60px; }

.form-login legend,
.form-area legend {
  font-size: 30px; }

.form-login .powermail_label,
.form-login label[for],
.form-area .powermail_label,
.form-area label[for] {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  padding-right: 55px !important; }

.powermail_morestep .form-area {
  display: none; }

.powermail_fieldwrap,
.form-field {
  margin-top: 30px;
  position: relative; }

.powermail_fieldwrap_type_submit,
.powermail_tab_navigation,
.form-button-bar {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #f0f0f0; }
  .powermail_fieldwrap_type_submit .button, .powermail_fieldwrap_type_submit .bx-wrapper .bx-prev, .bx-wrapper .powermail_fieldwrap_type_submit .bx-prev,
  .powermail_fieldwrap_type_submit .bx-wrapper .bx-next, .bx-wrapper .powermail_fieldwrap_type_submit .bx-next, .powermail_fieldwrap_type_submit .site-main .powermail_field_info_link, .site-main .powermail_fieldwrap_type_submit .powermail_field_info_link,
  .powermail_tab_navigation .button,
  .powermail_tab_navigation .bx-wrapper .bx-prev,
  .bx-wrapper .powermail_tab_navigation .bx-prev,
  .powermail_tab_navigation .bx-wrapper .bx-next,
  .bx-wrapper .powermail_tab_navigation .bx-next,
  .powermail_tab_navigation .site-main .powermail_field_info_link,
  .site-main .powermail_tab_navigation .powermail_field_info_link,
  .form-button-bar .button,
  .form-button-bar .bx-wrapper .bx-prev,
  .bx-wrapper .form-button-bar .bx-prev,
  .form-button-bar .bx-wrapper .bx-next,
  .bx-wrapper .form-button-bar .bx-next,
  .form-button-bar .site-main .powermail_field_info_link,
  .site-main .form-button-bar .powermail_field_info_link {
    margin-top: 0 !important; }

.powermail_morestep .powermail_fieldwrap_type_submit {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  z-index: 10; }
  .powermail_morestep .powermail_fieldwrap_type_submit .button, .powermail_morestep .powermail_fieldwrap_type_submit .bx-wrapper .bx-prev, .bx-wrapper .powermail_morestep .powermail_fieldwrap_type_submit .bx-prev,
  .powermail_morestep .powermail_fieldwrap_type_submit .bx-wrapper .bx-next, .bx-wrapper .powermail_morestep .powermail_fieldwrap_type_submit .bx-next, .powermail_morestep .powermail_fieldwrap_type_submit .site-main .powermail_field_info_link, .site-main .powermail_morestep .powermail_fieldwrap_type_submit .powermail_field_info_link {
    margin-top: 90px !important; }

.SumoSelect {
  width: 100%; }
  .SumoSelect .CaptionCont {
    padding: 17.5px 20px;
    border: 2px solid transparent !important;
    border-radius: 0;
    box-shadow: none !important; }
  .SumoSelect.open .CaptionCont {
    border-color: #80ad00 !important; }
  .SumoSelect > .CaptionCont .placeholder {
    font-family: 'Officina Sans';
    font-style: normal !important;
    color: #999; }
  .SumoSelect > .CaptionCont span {
    color: #4b3319; }
  .SumoSelect > .CaptionCont label > i {
    background: none; }
    .SumoSelect > .CaptionCont label > i::before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-right: 10px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid #005ca9;
      transform: rotate(90deg); }
  .SumoSelect.open .optWrapper {
    top: 64px;
    border-radius: 0;
    box-shadow: none; }
  .SumoSelect.open .optWrapper .opt {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background: #f5f5f5;
    border-color: #ccc !important;
    color: #999; }
    .SumoSelect.open .optWrapper .opt:hover {
      background: #fff !important;
      color: #bccf00; }
  .SumoSelect > .optWrapper.multiple > .options li.opt span i,
  .SumoSelect .select-all > span i {
    background: transparent url("../../assets/images/tick_off.png") no-repeat;
    border: 0;
    box-shadow: none; }
  .SumoSelect > .optWrapper.multiple > .options li.opt.selected {
    background: #fff;
    color: #bccf00; }
  .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background: transparent url("../../assets/images/tick_on.png") no-repeat; }

.layout-career .SumoSelect.open .CaptionCont {
  border-color: #ffd900 !important; }

.powermail_file {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.powermail_file_button {
  cursor: pointer; }
  .powermail_file_button span {
    padding-top: 5px;
    font-family: "Officina Sans";
    font-size: 15px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 99.99%; }

.parsley-errors-list {
  display: none; }

.parsley-error {
  border: 2px solid #ed1c24 !important; }
  .parsley-error ~ .SelectBox {
    border: 2px solid #ed1c24 !important; }

.site-main .powermail_field_info_link {
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  padding: 4px 10px 10px 12px !important;
  position: absolute;
  right: 0;
  top: -20px; }
  .site-main .powermail_field_info_link::after {
    display: none !important; }

.site-main .powermail_field_info_image {
  display: none;
  margin-bottom: 30px !important; }

.powermail_fieldwrap_privacy a {
  color: #fff; }

.terms-field .important-message {
  font-size: 0;
  position: absolute;
  left: -9999px; }

.header-search {
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  top: -7px; }

.header-search__button {
  width: 32px;
  height: 32px;
  background: #005ca9;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center; }
  .header-search__button > img {
    max-width: 14px; }

.header-search__button--close {
  display: none;
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 125; }

.search-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
  opacity: 0;
  transition: visibility 0s .25s, opacity .25s linear;
  pointer-events: none; }

.search-overlay--is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity .25s linear;
  pointer-events: auto; }
  .search-overlay--is-visible ~ .site-header {
    position: initial; }
  .search-overlay--is-visible ~ .site-hero {
    padding-top: 22px; }
    @media (min-width: 768px) {
      .search-overlay--is-visible ~ .site-hero {
        padding-top: 23px; } }
    @media (min-width: 992px) {
      .search-overlay--is-visible ~ .site-hero {
        padding-top: 18px; } }
    @media (min-width: 1200px) {
      .search-overlay--is-visible ~ .site-hero {
        padding-top: 13px; } }

.search-overlay__wrapper {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  font-size: 16px;
  transform: translate(-50%, -50%);
  z-index: 21; }
  .search-overlay__wrapper .title {
    margin-bottom: 10px;
    font-size: 40px;
    color: #fff; }
  .search-overlay__wrapper input {
    width: 100%;
    padding-right: 60px; }
  @media (min-width: 768px) {
    .search-overlay__wrapper {
      top: 40%;
      width: 50%; } }

.search-input-wrapper {
  position: relative; }
  .search-input-wrapper button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 18px; }
  .search-input-wrapper button > img {
    width: 20px; }

body.noscroll {
  position: fixed;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 1200px) {
    body.noscroll {
      width: 1920px;
      left: 50%;
      margin-left: -970px; } }

.nav-list {
  padding: 0;
  margin-bottom: 0;
  text-align: center; }
  .nav-list li {
    display: block;
    list-style-type: none; }
    .nav-list li:first-child {
      border-left: 0; }
  .nav-list a {
    margin: 0 17px;
    text-decoration: none; }
  @media (min-width: 768px) {
    .nav-list {
      float: right; }
      .nav-list li {
        display: inline-block;
        border-left: 1px solid #f0f0f0; } }

.nav-list-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .nav-list-desktop {
      display: block; } }

@media (min-width: 1200px) {
  .nav-list-mobile {
    display: none; } }

.section-nav {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  width: 60px;
  background: #fff;
  padding: 10px 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 107; }
  @media (min-width: 1200px) {
    .section-nav {
      display: inline-block; } }

.section-nav__item {
  display: block;
  width: 10px;
  height: 10px;
  box-shadow: inset 0 0 100px 0 #80ad00;
  border: 15px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  transition: background .15s ease-in-out; }
  .section-nav__item:hover, .section-nav__item--is-active {
    width: 16px;
    height: 16px;
    box-shadow: inset 0 0 100px 0 #005ca9 !important;
    border-width: 12px; }
  .section-nav__item:hover::after {
    content: attr(data-title);
    position: absolute;
    display: block;
    padding: 10px 20px;
    margin-top: -18px;
    margin-left: 30px;
    background: #005ca9;
    border-radius: 3px;
    font-family: 'Officina Serif Book';
    font-size: 20px;
    color: #fff;
    white-space: nowrap; }
  .section-nav__item:hover::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #005ca9; }

.layout-career .section-nav__item {
  box-shadow: inset 0 0 100px 0 #ffd900; }

.header-top {
  padding: 20px 0 5px;
  font-size: 12px;
  color: #005ca9;
  text-align: right;
  text-transform: uppercase; }

.header-logo-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header-logo-wrapper {
      float: left;
      width: 25%; } }
  .header-logo-wrapper .logo {
    position: absolute;
    left: 0;
    margin-top: 8px;
    margin-left: -3px;
    z-index: 4; }
  .header-logo-wrapper .logo > img {
    width: 75%; }
  @media (min-width: 768px) {
    .header-logo-wrapper .logo {
      margin-top: 0;
      margin-left: 58px; }
    .header-logo-wrapper .logo > img {
      width: auto; } }

.header-top-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .header-top-wrapper {
      float: left;
      width: 75%; } }
  .header-top-wrapper .row {
    float: right; }
  .header-top-wrapper li {
    border-color: #f0f0f0; }

.header-top-nav {
  float: left;
  margin-right: 15px;
  margin-left: 15px;
  display: none;
  margin-right: 0; }
  @media (min-width: 768px) {
    .header-top-nav {
      display: block; } }
  @media (min-width: 992px) {
    .header-top-nav {
      position: relative;
      top: -14px; } }

.header-language {
  float: left;
  margin-right: 15px;
  margin-left: 15px; }
  .header-language span {
    display: none; }
  .header-language img {
    margin-left: 15px;
    vertical-align: top; }
  @media (min-width: 480px) {
    .header-language span {
      display: inline; } }
  @media (min-width: 768px) {
    .header-language {
      padding-left: 30px;
      margin-left: 0;
      border-left: 1px solid #f0f0f0; } }

.nav-list-item-83 a,
.nav-list-item-98 a {
  display: inline-block;
  padding-right: 35px;
  background: url("../../assets/images/englisch.gif") no-repeat right center; }

.nav-list-item-175,
.nav-list-item-176,
.nav-list-item-177,
.nav-list-item-178,
.nav-list-item-179,
.nav-list-item-180 {
  position: relative;
  top: 9px;
  height: 27px; }
  .nav-list-item-175 a,
  .nav-list-item-176 a,
  .nav-list-item-177 a,
  .nav-list-item-178 a,
  .nav-list-item-179 a,
  .nav-list-item-180 a {
    display: inline-block;
    position: relative;
    width: 27px;
    font-size: 0; }
    .nav-list-item-175 a:before,
    .nav-list-item-176 a:before,
    .nav-list-item-177 a:before,
    .nav-list-item-178 a:before,
    .nav-list-item-179 a:before,
    .nav-list-item-180 a:before {
      content: '';
      display: block;
      width: 27px;
      height: 27px; }

.nav-list-item-175 a:before,
.nav-list-item-178 a:before {
  background: url("../../assets/images/facebook.png") no-repeat left center; }

.nav-list-item-176 a:before,
.nav-list-item-179 a:before {
  background: url("../../assets/images/instagram.png") no-repeat left center; }

.nav-list-item-177 a:before,
.nav-list-item-180 a:before {
  background: url("../../assets/images/pinterest.png") no-repeat left center; }

.nav-list-item-178,
.nav-list-item-179,
.nav-list-item-180 {
  display: none !important; }
  @media (min-width: 992px) {
    .nav-list-item-178,
    .nav-list-item-179,
    .nav-list-item-180 {
      display: inline-block !important; } }

.header-main-wrapper {
  position: relative;
  background: #ffd900;
  font-size: 16px; }
  .header-main-wrapper > .container, .site-hero-slider .header-main-wrapper > .bx-controls {
    position: relative; }
  .header-main-wrapper::before, .header-main-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 2;
    pointer-events: none; }
  .header-main-wrapper::before {
    bottom: -20px;
    height: 20px;
    background: #fff; }
  .header-main-wrapper::after {
    left: 0;
    bottom: -40px;
    height: 55px;
    background: url("../../assets/images/main_nav_bottom.svg") no-repeat; }
  .header-main-wrapper > .container::before, .site-hero-slider .header-main-wrapper > .bx-controls::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 224.25px;
    height: 98px;
    background: url("../../assets/images/logo_holder.png") no-repeat;
    background-size: contain;
    transition: all .25s ease-in-out;
    z-index: 3; }
  @media (min-width: 480px) {
    .header-main-wrapper::after {
      bottom: -55px; } }
  @media (min-width: 768px) {
    .header-main-wrapper > .container::before, .site-hero-slider .header-main-wrapper > .bx-controls::before {
      width: 299px; } }

.header-main-nav {
  float: right;
  margin-right: 15px;
  margin-left: 15px; }
  .header-main-nav .nav-list {
    margin: 20px 0 0; }
  .header-main-nav .nav-list > li {
    border: 0; }
    .header-main-nav .nav-list > li:first-child a {
      margin-left: 0; }
  .header-main-nav .nav-list > li > a {
    position: relative;
    margin: 0;
    padding: 25px 30px 26px;
    font-family: 'Officina Serif', serif;
    font-size: 16px;
    font-weight: bold;
    color: #79541d;
    text-transform: uppercase;
    z-index: 10;
    transition: all .25s ease-in-out; }
    .header-main-nav .nav-list > li > a:hover, .header-main-nav .nav-list > li > a:focus, .header-main-nav .nav-list > li > a.nav-list-item--current {
      background: #fff;
      color: #005ca9; }
  .header-main-nav .nav-list-mobile > li > a > span {
    display: none; }
  .header-main-nav .nav-list-desktop {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 55px 0 50px;
    background: #fff;
    z-index: 1; }
    .header-main-nav .nav-list-desktop li {
      margin-top: 20px; }
      .header-main-nav .nav-list-desktop li:first-child {
        margin-top: 0; }
    .header-main-nav .nav-list-desktop a {
      padding: 0; }
  .header-main-nav .subnav-list {
    visibility: hidden;
    position: absolute;
    top: 115px;
    left: 0;
    width: 100%;
    padding: 15px 0 55px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transition: visibility 0s .25s, opacity .25s linear;
    pointer-events: none; }
    .header-main-nav .subnav-list .row:first-child .subnav-item {
      margin-top: 55px;
      padding-top: 0; }
  .header-main-nav .subnav-list__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    border-left: 1px solid #f0f0f0;
    text-align: center; }
    @media (min-width: 992px) {
      .header-main-nav .subnav-list__item {
        float: left;
        width: 25%; } }
    .header-main-nav .subnav-list__item:first-child, .header-main-nav .subnav-list__item:nth-child(4n+1) {
      border-left: 0; }
    .header-main-nav .subnav-list__item .title {
      margin-top: 10px;
      font-size: 20px;
      color: #005ca9;
      line-height: 1.3; }
  .header-main-nav .subnav-list__item-wrapper {
    display: block; }
  @media (min-width: 360px) {
    .header-main-nav .nav-list-mobile > li > a > span {
      display: inline; } }
  @media (min-width: 480px) {
    .header-main-nav .nav-list > li > a {
      padding-bottom: 32px; } }
  @media (min-width: 768px) {
    .header-main-nav .nav-list {
      margin: 40px 0 30px; }
    .header-main-nav .nav-list > li {
      display: block; }
    .header-main-nav .nav-list-mobile > li > a {
      padding-top: 45px;
      padding-bottom: 55px; }
    .header-main-nav .nav-list-desktop {
      top: 70px; } }
  @media (min-width: 992px) {
    .header-main-nav .nav-list > li {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .header-main-nav .nav-list > li .subnav-list {
      transition: 0s all;
      transition-delay: .5s; }
    .header-main-nav .nav-list > li:hover .subnav-list {
      transition-delay: 0s;
      visibility: visible;
      opacity: 1;
      transition: opacity .25s linear;
      pointer-events: auto;
      box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }
    .header-main-nav .nav-list > li > a {
      padding-top: 45px;
      padding-bottom: 55px; }
    .header-main-nav .nav-list-desktop {
      display: block !important;
      position: static;
      padding: 0;
      background: transparent; }
      .header-main-nav .nav-list-desktop li {
        margin-top: 0; }
      .header-main-nav .nav-list-desktop li:first-child > a {
        padding-bottom: 65px; } }
  @media (min-width: 1400px) {
    .header-main-nav li:first-child > a {
      padding-bottom: 58px !important; } }

.site-hero {
  padding-bottom: 60px;
  padding-top: 130px; }
  @media (min-width: 768px) {
    .site-hero {
      padding-top: 180px; } }
  @media (min-width: 992px) {
    .site-hero {
      padding-top: 175px; } }
  @media (min-width: 1200px) {
    .site-hero {
      padding-top: 170px; } }

.site-hero__image {
  width: 100%;
  overflow: hidden; }
  .site-hero__image > img {
    height: 120px;
    margin: 0 auto; }
  @media (min-width: 480px) {
    .site-hero__image {
      overflow: visible; }
      .site-hero__image > img {
        display: block;
        max-width: 100%;
        height: auto; } }

.site-hero-slider .container, .site-hero-slider .bx-controls {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%); }

.site-hero-slider h2 {
  font-family: 'Journal';
  font-size: 60px;
  color: #fff;
  line-height: 1.1; }

.site-hero-slider p {
  font-family: 'Officina Sans';
  font-size: 16px;
  font-style: italic; }

.site-hero-slider .bx-wrapper {
  position: relative; }

.site-hero-slider .bx-controls {
  height: 10px;
  top: 20px; }

.site-hero-slider .bx-pager {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  text-align: left; }

.site-hero-slider .bx-pager.bx-default-pager a {
  margin-right: 12px;
  box-shadow: inset 0 0 100px 0 #fff;
  border: 0; }
  .site-hero-slider .bx-pager.bx-default-pager a:hover, .site-hero-slider .bx-pager.bx-default-pager a.active {
    position: static;
    width: 10px;
    height: 10px;
    box-shadow: inset 0 0 100px 0 #80ad00;
    border: 0; }

@media (min-width: 1200px) {
  .site-hero-slider .site-hero__content {
    display: block;
    max-width: 400px; } }

@media (min-width: 1700px) {
  .site-hero-slider .site-hero__content {
    top: 15%; }
  .site-hero-slider h2 {
    font-size: 80px; }
  .site-hero-slider p {
    font-size: 20px; }
  .site-hero-slider .bx-pager {
    display: block;
    top: 55px; } }

.layout-career .site-hero-slider .bx-pager.bx-default-pager a:hover, .layout-career .site-hero-slider .bx-pager.bx-default-pager a.active {
  box-shadow: inset 0 0 100px 0 #ffd900; }

.site-hero__content {
  display: none;
  position: absolute;
  top: 7.5%;
  right: 0;
  max-width: 450px;
  color: #fff; }

.breadcrumbs {
  display: none;
  font-size: 12px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }

.breadcrumbs__group {
  margin: 0 0 37.5px;
  padding: 0 0 25px;
  border-bottom: 1px solid #f0f0f0;
  list-style-type: none; }

.breadcrumbs__item {
  display: inline-block;
  margin-right: 14px;
  padding-right: 15px;
  border-right: 1px solid #f0f0f0; }
  .breadcrumbs__item a {
    text-decoration: none; }

.breadcrumbs__item--current {
  border-right: 0;
  color: #cc0000; }

.button, .bx-wrapper .bx-prev,
.bx-wrapper .bx-next, .site-main .powermail_field_info_link {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 13px 25px 10px;
  border-radius: 50px;
  font-family: 'Officina Serif Book', serif;
  font-style: italic;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s ease-in-out;
  cursor: pointer; }
  .button::after, .bx-wrapper .bx-prev::after,
  .bx-wrapper .bx-next::after, .site-main .powermail_field_info_link::after {
    content: url("../../assets/images/arrow.svg");
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 20px; }
  .button:hover, .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-next:hover, .site-main .powermail_field_info_link:hover, .button:focus, .bx-wrapper .bx-prev:focus,
  .bx-wrapper .bx-next:focus, .site-main .powermail_field_info_link:focus {
    color: #fff !important;
    text-decoration: none; }
  @media (min-width: 768px) {
    .button, .bx-wrapper .bx-prev,
    .bx-wrapper .bx-next, .site-main .powermail_field_info_link {
      position: static;
      transform: none; } }

.button--print {
  background: url("../../assets/images/icon_print.svg") center center no-repeat;
  background-size: 41px 40px;
  height: 55px;
  width: 150px;
  text-indent: -9999px; }
  .button--print::after {
    display: none; }

.button--top {
  position: static;
  transform: none; }
  .button--top::after {
    transform: rotate(-90deg);
    content: url("../../assets/images/arrow.svg");
    top: -1px; }

.button--top,
.button--primary {
  background: #80ad00 !important;
  border: 0 !important; }
  .button--top:hover, .button--top:focus,
  .button--primary:hover,
  .button--primary:focus {
    background: #c0d681 !important; }

.layout-career .button--top,
.layout-career .button--primary {
  background: #ffd900 !important; }
  .layout-career .button--top:hover, .layout-career .button--top:focus,
  .layout-career .button--primary:hover,
  .layout-career .button--primary:focus {
    background: #ffed88 !important; }

.button--secondary, .site-main .powermail_field_info_link {
  background: transparent !important;
  border: 2px solid #fff !important; }
  .button--secondary:hover, .site-main .powermail_field_info_link:hover, .button--secondary:focus, .site-main .powermail_field_info_link:focus {
    background: transparent !important;
    opacity: .6; }

.button--no-text {
  position: static !important;
  width: 35px;
  height: 35px;
  padding: 0; }
  .button--no-text::after {
    margin-top: .1em;
    margin-left: .4em; }

.button--back::before {
  content: url("../../assets/images/arrow.svg");
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 20px;
  transform: rotate(180deg); }

.button--back::after {
  content: none; }

@media (min-width: 768px) {
  .button--forward {
    float: right; } }

.section {
  padding: 60px 0; }
  .section:nth-of-type(1) {
    padding-top: 0; }
  .section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -60px; }
    .section .row::before, .section .row::after {
      content: normal; }
  .section .row + .row {
    margin-top: 60px; }
  .section div[class^="col-"] {
    margin-top: 60px; }
  .section h1,
  .section h2,
  .section h3,
  .section h4 {
    margin-top: 0; }
  .section .container > h1, .section .site-hero-slider .bx-controls > h1, .site-hero-slider .section .bx-controls > h1,
  .section .container > h2,
  .section .site-hero-slider .bx-controls > h2,
  .site-hero-slider .section .bx-controls > h2,
  .section .container > h3,
  .section .site-hero-slider .bx-controls > h3,
  .site-hero-slider .section .bx-controls > h3 {
    margin-bottom: 30px; }
  .section ul,
  .section ol {
    padding-left: 17px; }
  .section img,
  .section video {
    border-radius: 5px;
    vertical-align: bottom; }
  .section img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .section video {
    width: 100% !important;
    height: auto !important; }
  .section .button, .section .bx-wrapper .bx-prev, .bx-wrapper .section .bx-prev,
  .section .bx-wrapper .bx-next, .bx-wrapper .section .bx-next, .section .site-main .powermail_field_info_link, .site-main .section .powermail_field_info_link {
    margin-top: 15px; }
  @media (min-width: 992px) {
    .section .row,
    .section div[class^="col-"] {
      margin-top: 0; } }
  .section.recipe-finder {
    padding-bottom: 30px !important; }
    .section.recipe-finder > .container, .site-hero-slider .section.recipe-finder > .bx-controls {
      padding-top: 45px !important; }
      .section.recipe-finder > .container > h2, .site-hero-slider .section.recipe-finder > .bx-controls > h2 {
        margin-bottom: 15px; }
    .section.recipe-finder .infobox {
      margin-top: 45px; }
      .section.recipe-finder .infobox h3 {
        margin-bottom: 30px; }

.section--highlight {
  background: #23201E url("../../assets/images/section_dark_bg.jpg") repeat-y;
  color: #fff; }
  .section--highlight h2,
  .section--highlight h3,
  .section--highlight h4 {
    color: #fff; }
  .section--highlight .teaser--tertiary .teaser__text {
    color: #fff; }
  .section--highlight .teaser__link {
    color: #a2db00; }
    .section--highlight .teaser__link:hover, .section--highlight .teaser__link:focus {
      color: #80ad00; }
  @media (min-width: 1200px) {
    .section--highlight {
      background-size: 100% auto; } }

#section-480 .col-md-6 a:not(.button--primary) {
  color: #80ad00; }

#section-480 .col-md-6 a:not(.button--secondary) {
  color: #80ad00; }

.layout-career .section--highlight .teaser__link:hover, .layout-career .section--highlight .teaser__link:focus {
  color: #ffd900; }

@media (min-width: 992px) {
  .section-col-divider div[class^="col-"] {
    border-right: 1px solid #f0f0f0; }
    .section-col-divider div[class^="col-"]:last-child {
      border-right: 0; }
  .section-col-divider div[class="col-xs-12"] {
    border-right: 0; } }

.section-row-divider .row + .row {
  margin-top: 60px;
  padding-top: 59px;
  border-top: 1px solid #f0f0f0; }

.section-border-top {
  padding-top: 0 !important; }
  .section-border-top > .container, .site-hero-slider .section-border-top > .bx-controls {
    padding-top: 49px !important;
    border-top: 1px solid #f0f0f0 !important; }

.section-no-padding-bottom {
  padding-bottom: 0 !important; }

.section-recipe-category {
  padding: 0; }
  .section-recipe-category > .container, .site-hero-slider .section-recipe-category > .bx-controls {
    padding-top: 30px !important; }

.section--ag-product-category-list > .container, .site-hero-slider .section--ag-product-category-list > .bx-controls {
  margin-top: -60px !important; }

.infobox {
  padding: 30px;
  border-radius: 5px;
  font-size: 20px;
  color: #fff; }

.infobox__bottom {
  margin-top: 15px; }
  @media (min-width: 1600px) {
    .infobox__bottom {
      margin-top: 45px; } }

.infobox--dark {
  background: #4b311b url("../../assets/images/infobox_dark_bg.jpg");
  box-shadow: inset 0 -10px 2px -5px #4b311b; }

.infobox--light {
  padding: 45px;
  background: #F1E4D8 url("../../assets/images/infobox_light_bg.jpg");
  font-size: 16px;
  color: #472d14; }

.recipe-finder .button--recipe-filter-reset {
  margin-top: 30px;
  margin-bottom: -15px; }

.btn-container {
  position: fixed;
  z-index: 1;
  right: 2%;
  bottom: 2%;
  overflow: hidden;
  height: 0px;
  transition: height 0.1s linear;
  display: flex;
  align-items: flex-end; }
  .btn-container .btt-button {
    position: relative;
    background-color: #80ad00;
    color: #ffffff;
    border-radius: 50px;
    padding: 11px 25px 7px;
    font-family: 'Officina Serif Book', serif;
    font-style: italic;
    font-size: 18px; }
    .btn-container .btt-button:hover {
      background-color: #c0d681; }
    .btn-container .btt-button span.pfeil {
      transform: rotate(270deg);
      content: url("../images/arrow.svg");
      position: relative;
      display: inline-block;
      top: 1px;
      left: 5px; }

.slideIn {
  height: 47px; }

@media (max-width: 699px) {
  .btn-container .btt-button {
    width: 47px;
    height: 47px;
    padding: unset; }
    .btn-container .btt-button span.text {
      display: none; }
    .btn-container .btt-button span.pfeil {
      left: 0.5px;
      top: 3px; } }

.tx-indexedsearch-searchbox form {
  display: none; }

.browsebox {
  padding-left: 0; }

.tx-indexedsearch-whatis {
  margin-top: 10px;
  margin-bottom: 5px; }
  .tx-indexedsearch-whatis .tx-indexedsearch-sw {
    font-weight: bold;
    font-style: italic; }

.tx-indexedsearch-browsebox ul {
  padding-left: 0px; }
  .tx-indexedsearch-browsebox ul li {
    display: inline-block;
    width: 75px; }
    .tx-indexedsearch-browsebox ul li a {
      text-decoration: none;
      color: #545454; }
      .tx-indexedsearch-browsebox ul li a:hover {
        color: black;
        text-decoration: underline;
        transition: unset;
        font-weight: bold; }

.tx-indexedsearch-res {
  margin: 1.5em 0; }
  .tx-indexedsearch-res h3 {
    font-size: 20px;
    text-align: left; }
    .tx-indexedsearch-res h3 .tx-indexedsearch-icon,
    .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
      display: none; }
    .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
      text-decoration: none;
      color: #80ad00;
      font-weight: bold; }
  .tx-indexedsearch-res .tx-indexedsearch-info {
    display: none; }

section.section.frame-error404 {
  padding-top: 250px; }
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(1) img, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1) img, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) img {
    width: 100%;
    height: auto; }
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(2), section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2), .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) {
    padding-top: 6%; }
    section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .frame-type-header, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .frame-type-header, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .frame-type-header {
      width: 450px; }
    section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox {
      margin-top: 1em;
      width: 450px; }
      section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form {
        display: inline; }
        section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset {
          position: relative; }
          section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset legend, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset legend, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset legend {
            display: none; }
          section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form label {
            display: none; }
          section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-form input {
            background-color: #FFFFFF;
            border: 2px solid #80ad00;
            height: 50px; }
          section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit {
            position: absolute;
            right: 10px;
            height: 25px;
            top: 50%;
            transform: translate(0, -50%); }
            section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit input, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit input, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form fieldset .tx-indexedsearch-search-submit input {
              background-image: url("../images/icon_search_dark.svg");
              background-size: contain;
              background-repeat: no-repeat;
              width: 25px;
              height: 25px;
              font-size: 0;
              display: block; }
        section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form p, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form p, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox form p {
          display: none; }

@media (max-width: 900px) {
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(1), section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1), .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) {
    width: 100%;
    text-align: center;
    padding-left: 50px; }
    section.section.frame-error404 .container .row .col-md-6:nth-of-type(1) img, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1) img, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) img {
      width: 300px; }
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(2), section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2), .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) {
    width: 100%;
    text-align: center;
    margin: unset; }
    section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .frame-type-header, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .frame-type-header, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .frame-type-header, section.section.frame-error404 .container .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(2) .tx-indexedsearch-searchbox {
      display: inline-block; } }

@media (min-width: 901px) {
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(1) img, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1) img, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) img {
    width: 240px; } }

@media (min-width: 992px) {
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(1), section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1), .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) {
    padding-left: 8%; }
    section.section.frame-error404 .container .row .col-md-6:nth-of-type(1) img, section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1) img, .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) img {
      width: 400px; } }

@media (min-width: 1200px) {
  section.section.frame-error404 .container .row .col-md-6:nth-of-type(1), section.section.frame-error404 .site-hero-slider .bx-controls .row .col-md-6:nth-of-type(1), .site-hero-slider section.section.frame-error404 .bx-controls .row .col-md-6:nth-of-type(1) {
    padding-left: 15%; } }

@media (max-width: 767px) {
  .row > div[class^="col-"] {
    width: 100%; } }

.teaser {
  margin-top: 60px;
  padding-bottom: 25px;
  vertical-align: top; }
  .teaser:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .teaser .teaser__title {
      min-height: 55px; } }
  .teaser .teaser__image {
    margin-bottom: 20px; }
  .teaser .teaser__subtitle {
    margin-bottom: 20px; }
  .teaser .teaser__link {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-family: 'Officina Serif Book', serif;
    font-style: italic;
    white-space: nowrap; }

.teaser--primary {
  text-align: center; }
  .teaser--primary .teaser__title {
    margin-bottom: 20px; }
  .teaser--primary .teaser__link {
    left: 50%;
    transform: translateX(-50%); }
  @media (min-width: 768px) {
    .teaser--primary {
      text-align: left; }
      .teaser--primary .teaser__link {
        left: auto;
        transform: none; } }

.teaser--secondary {
  text-align: center; }
  .teaser--secondary .teaser__text {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto; }
  .teaser--secondary .teaser__image {
    margin: 20px 0 30px;
    max-width: 300px; }
    @media (min-width: 992px) {
      .teaser--secondary .teaser__image {
        max-width: 100%; } }
  .teaser--secondary .teaser__link {
    left: 50%;
    transform: translateX(-50%); }

.teaser--tertiary {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0; }
  .teaser--tertiary:before, .teaser--tertiary:after {
    content: " ";
    display: table; }
  .teaser--tertiary:after {
    clear: both; }
  .teaser--tertiary::before, .teaser--tertiary::after {
    content: normal; }
  .teaser--tertiary .teaser__left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .teaser--tertiary .teaser__left {
        float: left;
        width: 25%; } }
    @media (min-width: 992px) {
      .teaser--tertiary .teaser__left {
        float: left;
        width: 33.33333333%; } }
  .teaser--tertiary .teaser__right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .teaser--tertiary .teaser__right {
        float: left;
        width: 75%; } }
    @media (min-width: 992px) {
      .teaser--tertiary .teaser__right {
        float: left;
        width: 66.66666667%; } }
  .teaser--tertiary .teaser__link {
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .teaser--tertiary .teaser__link {
        position: static;
        transform: none; } }
  @media (min-width: 768px) {
    .teaser--tertiary .teaser__image {
      margin-bottom: 0; } }

.teaser--ag-product-category-list-item {
  margin-top: 60px !important; }

.teaser-recipe__filter {
  font-size: 12px;
  color: #79541d; }

.teaser-recipe__link {
  display: block;
  text-decoration: none !important; }
  .teaser-recipe__link .row > div:first-child {
    max-width: 50%; }
  .teaser-recipe__link:hover .button, .teaser-recipe__link:hover .bx-wrapper .bx-prev, .bx-wrapper .teaser-recipe__link:hover .bx-prev,
  .teaser-recipe__link:hover .bx-wrapper .bx-next, .bx-wrapper .teaser-recipe__link:hover .bx-next, .teaser-recipe__link:hover .site-main .powermail_field_info_link, .site-main .teaser-recipe__link:hover .powermail_field_info_link,
  .teaser-recipe__link:focus .button,
  .teaser-recipe__link:focus .bx-wrapper .bx-prev,
  .bx-wrapper .teaser-recipe__link:focus .bx-prev,
  .teaser-recipe__link:focus .bx-wrapper .bx-next,
  .bx-wrapper .teaser-recipe__link:focus .bx-next,
  .teaser-recipe__link:focus .site-main .powermail_field_info_link,
  .site-main .teaser-recipe__link:focus .powermail_field_info_link {
    border-color: #005ca9 !important;
    opacity: 1; }
  .teaser-recipe__link .button, .teaser-recipe__link .bx-wrapper .bx-prev, .bx-wrapper .teaser-recipe__link .bx-prev,
  .teaser-recipe__link .bx-wrapper .bx-next, .bx-wrapper .teaser-recipe__link .bx-next, .teaser-recipe__link .site-main .powermail_field_info_link, .site-main .teaser-recipe__link .powermail_field_info_link {
    float: right;
    width: 60px;
    height: 60px;
    margin-top: 0;
    background: transparent url("../../assets/images/arrow-blue.svg") no-repeat center !important;
    border: 2px solid #f0f0f0 !important; }
    .teaser-recipe__link .button::after, .teaser-recipe__link .bx-wrapper .bx-prev::after, .bx-wrapper .teaser-recipe__link .bx-prev::after,
    .teaser-recipe__link .bx-wrapper .bx-next::after, .bx-wrapper .teaser-recipe__link .bx-next::after, .teaser-recipe__link .site-main .powermail_field_info_link::after, .site-main .teaser-recipe__link .powermail_field_info_link::after {
      content: none; }
  @media (min-width: 992px) {
    .teaser-recipe__link .row > div:first-child {
      max-width: none; } }

.teaser-box {
  position: relative;
  padding: 25px;
  background-color: #4b3319;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px; }
  .teaser-box::before, .teaser-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0; }
  .teaser-box::after {
    background: linear-gradient(to right, #4b3319 0%, #4b3319 25%, rgba(75, 51, 25, 0) 100%); }
  @media (min-width: 992px) {
    .teaser-box {
      padding: 45px; }
      .teaser-box::after {
        background: linear-gradient(to right, #4b3319 0%, #4b3319 10%, rgba(75, 51, 25, 0) 100%); } }

.teaser-box__content {
  position: relative;
  z-index: 1; }
  .teaser-box__content h3,
  .teaser-box__content h4 {
    color: #fff; }
  .teaser-box__content .button, .teaser-box__content .bx-wrapper .bx-prev, .bx-wrapper .teaser-box__content .bx-prev,
  .teaser-box__content .bx-wrapper .bx-next, .bx-wrapper .teaser-box__content .bx-next, .teaser-box__content .site-main .powermail_field_info_link, .site-main .teaser-box__content .powermail_field_info_link {
    margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .teaser-box__content {
      max-width: 50%; } }

.teaser-box--pattern::before {
  background: transparent url(data:image/gif;base64,R0lGODlhAgACAPAAAAoJBwAAACH5BAEAAAEALAAAAAACAAIAAAICRF4AIf8LWE1QIERhdGFYTVA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiLz4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAA7);
  opacity: .15; }

.image-banner {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 2px solid #f0f0f0; }
  .image-banner:last-child {
    margin-bottom: -60px;
    border: 0; }
  .image-banner img {
    display: none;
    border-radius: 0; }
  @media (min-width: 768px) {
    .image-banner {
      border-top-width: 0; }
      .image-banner img {
        display: block; } }

.video-banner {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 2px solid #f0f0f0; }
  .video-banner:last-child {
    margin-bottom: -60px;
    border: 0; }
  .video-banner video {
    display: none;
    border-radius: 0; }
  @media (min-width: 768px) {
    .video-banner {
      border-top-width: 0; }
      .video-banner video {
        display: block; } }

.local-agriculture-banner {
  padding-top: 60px;
  padding-bottom: 60px; }
  .local-agriculture-banner:last-child {
    margin-bottom: -61px;
    border: 0; }
    .local-agriculture-banner:last-child .farmer {
      bottom: 1px; }
  .local-agriculture-banner .overlay-wrapper {
    position: relative; }
  .local-agriculture-banner .farmer {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .local-agriculture-banner .farmer {
        float: left;
        width: 33.33333333%; } }
  .local-agriculture-banner .infobox {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding: 30px;
    z-index: 1; }
    @media (min-width: 992px) {
      .local-agriculture-banner .infobox {
        float: left;
        width: 66.66666667%; } }
  .local-agriculture-banner .infobox__bottom:before, .local-agriculture-banner .infobox__bottom:after {
    content: " ";
    display: table; }
  .local-agriculture-banner .infobox__bottom:after {
    clear: both; }
  .local-agriculture-banner .name {
    float: left;
    font-size: 12px; }
  .local-agriculture-banner .button, .local-agriculture-banner .bx-wrapper .bx-prev, .bx-wrapper .local-agriculture-banner .bx-prev,
  .local-agriculture-banner .bx-wrapper .bx-next, .bx-wrapper .local-agriculture-banner .bx-next, .local-agriculture-banner .site-main .powermail_field_info_link, .site-main .local-agriculture-banner .powermail_field_info_link {
    float: right;
    margin-top: 0; }
  .local-agriculture-banner video {
    display: none;
    border-radius: 0; }
  @media (min-width: 992px) {
    .local-agriculture-banner {
      margin-top: 60px;
      padding-top: 0;
      padding-bottom: 0;
      border-top-width: 0; }
      .local-agriculture-banner video {
        display: block; }
      .local-agriculture-banner .farmer {
        position: absolute;
        bottom: 0; }
      .local-agriculture-banner .infobox {
        position: relative;
        top: 125px;
        float: right;
        max-width: 60%;
        margin-top: -125px; } }
  @media (min-width: 1100px) {
    .local-agriculture-banner .infobox {
      top: 150px;
      max-width: 50%;
      margin-top: -150px; } }
  @media (min-width: 1200px) {
    .local-agriculture-banner .infobox {
      top: 180px;
      max-width: 40%;
      margin-top: -180px; } }
  @media (min-width: 1450px) {
    .local-agriculture-banner .infobox {
      top: 200px;
      margin-top: -200px; } }
  @media (min-width: 1600px) {
    .local-agriculture-banner .infobox {
      top: 240px;
      max-width: 25%;
      margin-top: -240px; } }

.site-footer {
  margin-top: 60px;
  padding: 40px 0 25px;
  background: #ffd900;
  border-bottom: 10px solid #005ca9;
  font-size: 12px;
  color: #005ca9;
  text-align: center;
  text-transform: uppercase; }

.footer-copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .footer-copyright {
      float: left;
      width: 33.33333333%; } }
  .footer-copyright span {
    font-family: sans-serif; }
  @media (min-width: 768px) {
    .footer-copyright {
      text-align: left; } }

.footer-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .footer-nav {
      float: left;
      width: 66.66666667%; } }
  .footer-nav li {
    margin-bottom: 15px;
    border-color: #e6c300; }
  @media (min-width: 768px) {
    .footer-nav {
      margin-top: 0;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .footer-nav li {
      margin-bottom: 0; } }

.site-footer-construktiv .container, .site-footer-construktiv .site-hero-slider .bx-controls, .site-hero-slider .site-footer-construktiv .bx-controls {
  position: relative; }

.site-footer-construktiv .footer-construktiv {
  background: #005ca9 url("../../assets/images/footer_construktiv.png") 30px 10px no-repeat !important;
  position: absolute;
  width: 160px;
  height: 35px;
  left: 50%;
  bottom: -35px;
  transform: translateX(-50%); }
  .site-footer-construktiv .footer-construktiv a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 10000px;
    overflow: hidden; }

.site-footer-construktiv .footer-copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .site-footer-construktiv .footer-copyright {
      float: left;
      width: 25%; } }

.site-footer-construktiv .footer-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .site-footer-construktiv .footer-nav {
      float: left;
      width: 75%; } }
  @media (min-width: 768px) {
    .site-footer-construktiv .footer-nav {
      top: -14px; } }

@media (min-width: 992px) {
  .site-footer-construktiv .footer-construktiv {
    transform: none;
    left: auto;
    right: 15px; } }

.cookie-policy {
  position: fixed;
  z-index: 999;
  background: #616265;
  color: white;
  width: 100%;
  padding: 15px 0; }

.cookie-policy a {
  color: white;
  text-decoration: underline; }

.cookie-policy .container, .cookie-policy .site-hero-slider .bx-controls, .site-hero-slider .cookie-policy .bx-controls, .cookie-policy .site-hero-slider .bx-controls, .site-hero-slider .cookie-policy .bx-controls {
  width: 60%;
  margin: auto; }

.cookie-policy-content {
  font-size: 16px;
  width: 82%;
  margin-bottom: 5px; }

.cookie-policy button {
  margin-right: 15px;
  width: auto;
  padding: 7px 14px;
  background-color: #616265;
  color: #fff;
  outline: none;
  border: 1px solid #fff; }

#cookie-policy-button-deny {
  background-color: #616265;
  border: 1px solid #fff;
  padding: 6px 13px; }

/*# sourceMappingURL=styles.css.map */
