@charset "UTF-8";
/**
 * config
 */
/**
 * fashion
 */
/**
 * maximale breiten der stufen
 */
/**
 * responsive design
 */
/**
 * color
 */
/**
 * grid
 */
/**
 * border
 */
/**
 *  misc
 */
/**
 * mixins laden
 */
/**
 * breakpoin an ort und stelle
 */
/**
 * um einen abstand zum rand der seite zu erzeugen,
 * der je nach breakpoint unterschiedlich breit sein kann
 * spart platz auf dem handy
 *
 * individuell setztbar für padding, left, margin...
 */
/**
 * spalten für grid
 *
 * $column = anzahl der spalten
 * $gutter = left | right | both | none
 * $gutter-size: breite des gutter 
 * $max-columns: anzahl der spalten
 */
/**
 * fonts setzen
 */
@import url("//hello.myfonts.net/count/3f4a22");
@font-face {
  font-family: "OfficinaSansITCStd-Book";
  src: url("../Fonts/OfficinaSansITCStdBook/font.woff2") format("woff2"), url("../Fonts/OfficinaSansITCStdBook/font.woff") format("woff"); }
@font-face {
  font-family: "Shelby";
  src: url("../Fonts/Shelby/font.woff2") format("woff2"), url("../Fonts/Shelby/font.woff") format("woff"); }
@font-face {
  font-family: "FestivoLettersNo6";
  src: url("../Fonts/FestivoLettersNo6/font.woff2") format("woff2"), url("../Fonts/FestivoLettersNo6/font.woff") format("woff"); }
/**
 * 	tags laden
 */
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-size: 15px;
  height: 100%;
  overflow-x: hidden;
  width: 100%; }

body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #023669;
  font-family: 'OfficinaSansITCStd-Book', sans-serif;
  background: url("../Images/gekauft_standard_shutterstock_1584713914_small.jpg") repeat-y fixed top left #fff;
  font-size: 15px;
  margin: 0 auto;
  line-height: 140%;
  position: relative;
  max-width: 100%;
  /* layout for js */ }
  body:before, body:after {
    opacity: 0;
    filter: alpha(opacity=0);
    color: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    content: '';
    /*width: ((map-get($max-width, body) - map-get($max-width, large)) / 2);*/
    width: 0;
    height: 0; }
    @media (min-width: 100%) {
      body:before, body:after {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 75; } }
  @media (min-width: 21.5rem) {
    body:after {
      content: 'small'; } }
  @media (min-width: 52rem) {
    body:after {
      content: 'medium'; } }
  @media (min-width: 59rem) {
    body:after {
      content: 'large'; } }
  body:before {
    display: none; }
    @media (min-width: 52rem) {
      body:before {
        left: 0;
        display: block; } }
  body:after {
    display: none; }
    @media (min-width: 52rem) {
      body:after {
        right: 0;
        display: block; } }

article,
aside,
details,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
section,
legend {
  display: block; }

[hidden],
template {
  display: none; }

mark {
  background: #ff0;
  color: #000; }

ul,
ol,
p,
fieldset {
  margin: 0 0 1.75rem 0;
  padding: 0;
  width: 100%; }

ul {
  padding-left: 1.25rem;
  list-style-type: square; }

ol {
  padding-left: 1.25rem; }

p + ul {
  margin-top: -1.75rem; }

li,
p {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

h1, .product.tabs-content-container .tabs-content-headline, .h1,
h2, .h2,
h3, .h3,
h4,
.ag-product-single-subline, .h4,
h5, .h5 {
  color: #023669;
  margin: 0 0 1.5rem 0;
  padding: 0;
  line-height: 125%; }

h1, .product.tabs-content-container .tabs-content-headline, .h1 {
  font-size: 2.75rem;
  font-family: "FestivoLettersNo6", sans-serif;
  margin-bottom: 2rem; }

h2, .h2,
h3, .h3 {
  font-family: "FestivoLettersNo6", sans-serif;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.125;
  margin-bottom: 1.25rem; }

h4, .ag-product-single-subline, .h4,
h5, .h5 {
  font-size: 1.5rem;
  font-weight: normal; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5rem; }

table {
  border-collapse: collapse;
  color: #fff;
  margin: 0 0 1.5rem 0; }

td, .data-flexible-content,
th,
.data-flexible-headline {
  padding: 0.25rem 0.66667rem;
  margin: 0;
  font-weight: normal;
  text-align: center;
  border-left: 1px #fff solid; }
  td:first-child, .data-flexible-content:first-child,
  th:first-child,
  .data-flexible-headline:first-child {
    border-left: none; }

th, .data-flexible-headline {
  font-size: 80%;
  background: #005a97; }

td, .data-flexible-content {
  font-size: 90%;
  padding-top: 0.66667rem;
  padding-bottom: 0.66667rem;
  border-top: 1px #fff solid;
  background: #007bc1; }

/*********************************************************/
/* WRAPPER                                               */
/*********************************************************/
.wrapper-all {
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 1820px) {
    .wrapper-all:after {
      background-color: transparent;
      background-image: url("../Images/kartoffelpflanze_shutterstock.png");
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -41px;
      content: '';
      display: block;
      height: 197px;
      left: -24px;
      position: fixed;
      width: 375px;
      z-index: 45; } }

.wrapper-page, .construktiv, .footer, .wrapper-head, .wrapper-logo, .wrapper-main-content, .wrapper-main-teaser, .main-footer-content, .navi, .stage-content-inner, .bx-wrapper .bx-controls .bx-pager {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  display: block;
  width: 100%;
  min-width: 17.5rem;
  position: relative; }
  @media (min-width: 52rem) {
    .wrapper-page, .construktiv, .footer, .wrapper-head, .wrapper-logo, .wrapper-main-content, .wrapper-main-teaser, .main-footer-content, .navi, .stage-content-inner, .bx-wrapper .bx-controls .bx-pager {
      max-width: 60rem; } }
  @media (min-width: 59rem) {
    .wrapper-page, .construktiv, .footer, .wrapper-head, .wrapper-logo, .wrapper-main-content, .wrapper-main-teaser, .main-footer-content, .navi, .stage-content-inner, .bx-wrapper .bx-controls .bx-pager {
      max-width: 1210px; } }

/*********************************************************/
/* MISC                                                  */
/*********************************************************/
.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 {
  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: #70a81b;
  color: #fff;
  outline: none;
  border: none; }

#cookie-policy-button-deny {
  background-color: #616265;
  border: 1px solid #fff;
  padding: 6px 13px; }

.wrapper-page:after, .construktiv:after, .footer:after, .wrapper-head:after, .wrapper-logo:after, .wrapper-main-content:after, .wrapper-main-teaser:after, .main-footer-content:after, .navi:after, .stage-content-inner:after, .bx-wrapper .bx-controls .bx-pager:after, .clear:after, .form-field:after, .breadcrumb-list:after, .footer-navi-meta-list:after, .head-language-list:after, .wrapper-main:after, .wrapper-main-footer:after, .navi-list-level-2:after, .stage-list:after, .column-2:after, .data-flexible:after, .teaser-images-list:after, .ag-product-filter-content:after, .ag-product-list:after, .ag-product-list-item-preparation:after, .ag-product-list-item-highlight:after, .ag-product-single-highlight:after, .ag-product-list-item-detail-preparation:after, .ag-product-single-preparation:after, .js .ag-product-single-tools:after, .ag-product-teaser-list:after, .ag-product-teaser-item li:after, .ag-product-category-list:after {
  display: table;
  content: '';
  line-height: 0;
  clear: both; }

.timeline-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tabs-content, .teaser, .ag-product-list-shadow, .ag-product-list-item-shadow {
  padding-bottom: 0.5rem;
  margin-bottom: 3.5rem;
  position: relative; }
  .tabs-content:before, .teaser:before, .ag-product-list-shadow:before, .ag-product-list-item-shadow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1rem;
    bottom: -0.25rem;
    display: block;
    background: #fff;
    left: 0;
    z-index: 10; }
  .tabs-content:after, .teaser:after, .ag-product-list-shadow:after, .ag-product-list-item-shadow:after {
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
    -webkit-border-radius: 60%;
    border-radius: 60%;
    -moz-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
    -ms-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
    -webkit-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
    box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
    content: '';
    position: absolute;
    width: 90%;
    height: 1.5rem;
    bottom: 0;
    display: block;
    left: 5%;
    z-index: 5; }

.subline {
  font-size: 105%; }

/*********************************************************/
/* ALIGN                                                 */
/*********************************************************/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.button, .form-field input[type=submit], .teaser-images-button, .teaser-text-button span, .ag-product-category-list-item-button span {
  font-family: "FestivoLettersNo6", sans-serif;
  background: #023669;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  line-height: 115%;
  margin: 0;
  padding: 0.8rem 1.25rem;
  position: relative;
  z-index: 10;
  top: 0;
  width: auto;
  text-align: left;
  border: 0 none;
  /*
  &:before {
  	content: '';
  	display: inline-block;
  	margin: 0 (map-get($grid, gutter) / 2) 0 0;
  	position: relative;
  	top: -(map-get($grid, gutter) / 7); 
  	border-top: (map-get($grid, gutter) / 3) transparent solid;
  	border-bottom: (map-get($grid, gutter) / 3) transparent solid;
  	border-left: (map-get($grid, gutter) / 2) map-get($color-font, button) solid;
  }
  */ }
  .button:hover, .form-field input[type=submit]:hover, .teaser-images-button:hover, .teaser-text-button span:hover, .ag-product-category-list-item-button span:hover, .button:active, .form-field input[type=submit]:active, .teaser-images-button:active, .teaser-text-button span:active, .ag-product-category-list-item-button span:active, .button:focus, .form-field input[type=submit]:focus, .teaser-images-button:focus, .teaser-text-button span:focus, .ag-product-category-list-item-button span:focus {
    background: #e00000;
    background: -moz-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -ms-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -o-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -webkit-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: linear-gradient(top, #e00000 0, #ba0000 100%);
    color: #fff; }

.button.transparent, .form-field input.transparent[type=submit] {
  background-color: transparent;
  border: 1px solid #023669;
  color: #023669; }
  .button.transparent:hover, .form-field input.transparent[type=submit]:hover {
    background: #023669;
    color: #fff; }

fieldset {
  border: none; }

input,
select,
textarea {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  display: block;
  border: none;
  width: 100%;
  line-height: 125%;
  color: #666;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 95%;
  padding: 0.5rem 0.66667rem;
  background: #eeeeee;
  margin: 0; }
  input::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #666; }
  input:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #666; }
  input::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #666; }
  input:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #666; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: 0; }

input[type=submit] {
  line-height: 100%;
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 1rem;
  text-align: left;
  font-weight: normal; }

textarea {
  height: 5rem; }

/* scheiss firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

.form {
  width: 100%;
  float: left; }
  @media (min-width: 59rem) {
    .form {
      width: 83.33333%;
      float: left; } }

.form-field {
  margin-top: 0.5rem; }
  .form-field:first-child {
    margin-top: 0; }
  .form-field.terms-field {
    margin: 20px 0;
    position: relative; }
    .form-field.terms-field a {
      text-decoration: underline; }
    .form-field.terms-field:before {
      content: '';
      display: block;
      height: 24px;
      width: 24px;
      border: 1px solid #023669;
      position: absolute;
      left: 0;
      top: 0; }
  .form-field input,
  .form-field textarea,
  .form-field select,
  .form-field .columns {
    width: 100%;
    float: left; }
  .form-field input[type=submit] {
    font-size: 113.333%;
    padding: 0.8rem 1.25rem;
    background: #e00000;
    background: -moz-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -ms-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -o-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: -webkit-linear-gradient(top, #e00000 0, #ba0000 100%);
    background: linear-gradient(top, #e00000 0, #ba0000 100%);
    color: #fff; }
    .form-field input[type=submit]:hover {
      background: #023669; }
  .form-field.columns-2 {
    width: 100%;
    float: left;
    margin-top: 0; }
    .form-field.columns-2 .columns-2-1,
    .form-field.columns-2 .columns-2-2 {
      width: 100%;
      float: left;
      margin-top: 0.5rem; }
    @media (min-width: 52rem) {
      .form-field.columns-2 {
        margin-top: 0.5rem !important; }
        .form-field.columns-2.rel-33-66 .columns-2-1 {
          width: 33.33333%;
          float: left;
          padding-right: 1rem; }
        .form-field.columns-2.rel-33-66 .columns-2-2 {
          width: 66.66667%;
          float: left;
          padding-left: 1rem; }
        .form-field.columns-2.rel-66-33 .columns-2-1 {
          width: 66.66667%;
          float: left;
          padding-right: 1rem; }
        .form-field.columns-2.rel-66-33 .columns-2-2 {
          width: 33.33333%;
          float: left;
          padding-left: 1rem; }
        .form-field.columns-2.rel-50-50 .columns-2-1 {
          width: 50%;
          float: left;
          padding-right: 1rem; }
        .form-field.columns-2.rel-50-50 .columns-2-2 {
          width: 50%;
          float: left;
          padding-left: 1rem; }
        .form-field.columns-2 .columns-2-1,
        .form-field.columns-2 .columns-2-2 {
          margin-top: 0;
          float: left; }
        .form-field.columns-2 .columns-2-1 {
          padding-right: 0.25rem !important; }
        .form-field.columns-2 .columns-2-2 {
          padding-left: 0.25rem !important; } }

/**
 * checkbox als haken
 */
.formfield-checkbox-input {
  display: none; }
  .formfield-checkbox-input.formfield-checkbox-input-checked + .formfield-checkbox-label, .formfield-checkbox-input:checked + .formfield-checkbox-label {
    color: #023669; }
    .formfield-checkbox-input.formfield-checkbox-input-checked + .formfield-checkbox-label:before, .formfield-checkbox-input.formfield-checkbox-input-checked + .formfield-checkbox-label:after, .formfield-checkbox-input:checked + .formfield-checkbox-label:before, .formfield-checkbox-input:checked + .formfield-checkbox-label:after {
      background: #023669; }

.formfield-checkbox-label {
  padding-left: 30px;
  font-size: 90%;
  position: relative;
  cursor: pointer; }
  .formfield-checkbox-label:before, .formfield-checkbox-label:after {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: #e8e8e8;
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    width: 4px;
    height: 10px;
    display: block; }
  .formfield-checkbox-label:after {
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    left: 12px;
    top: -1px;
    height: 18px; }

.terms-field .important-message {
  font-size: 0;
  position: absolute;
  left: -9999px; }

img {
  border: none;
  display: block;
  height: auto;
  width: 100%; }

p > img,
p > a > img,
.image-default {
  width: auto;
  max-width: 100%;
  display: inline-block; }

figure {
  display: block;
  position: relative; }
  figure p {
    margin: 0;
    padding: 0; }

figcaption {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #023669;
  background: rgba(2, 54, 105, 0.875);
  padding: 1rem;
  color: #666;
  text-align: left; }

/**
 * bild mittig in einer box ausrichten
 * rest verschwindet dann
 */
@media (min-width: 52rem) {
  .tabs-content-image {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow: hidden; }
    .tabs-content-image img {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%; } }

a {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: #023669;
  text-decoration: none; }
  a:before, a:after {
    text-decoration: underline; }

a:focus,
a:active {
  outline: 0; }

a:hover,
a:focus,
a:active,
strong > a {
  color: #023669;
  font-weight: normal; }

h1 a, .product.tabs-content-container .tabs-content-headline a,
h2 a,
h3 a,
h4 a,
.ag-product-single-subline a,
h5 a {
  text-decoration: none; }

.more {
  border-top: 1px #d9d9d9 solid;
  padding-top: 0.33333rem;
  display: inline-block; }

/**
 * layout laden
 */
.wrapper-breadcrumb {
  background: none;
  margin: -15px 0 15px 0;
  padding: 0; }

.breadcrumb {
  /* @extend %wrapper-page; */ }

.breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .breadcrumb-list li {
    float: left;
    margin: 0 0 0.5rem;
    padding: 0; }
    .breadcrumb-list li:before {
      color: #2390fb;
      content: '>';
      display: inline-block;
      margin: 0;
      padding: 0 0.57143rem; }
    .breadcrumb-list li:first-child:before {
      display: none; }
    .breadcrumb-list li:last-child a {
      color: #023669;
      opacity: 1; }
  .breadcrumb-list a {
    color: #023669;
    opacity: .5; }

.wrapper-construktiv {
  background: #023669;
  position: relative; }

.construktiv {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
  .construktiv a {
    right: 1rem;
    background: #023669;
    position: absolute;
    bottom: 0;
    display: block;
    width: 8rem;
    padding: 0.66667rem 1rem 0 1rem; }
  .construktiv img {
    width: 100%;
    height: auto;
    display: block; }

.content {
  margin-top: 0;
  margin-bottom: 2.5rem;
  float: none;
  position: relative; }
  @media (min-width: 52rem) {
    .content {
      float: left;
      margin-bottom: 3.5rem;
      width: 70.83333%;
      float: left;
      padding-right: 1rem; } }
  @media (min-width: 59rem) {
    .content {
      width: 66.66667%;
      float: left;
      padding-right: 8.3333%; } }
  .content.home, .content.product {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0; }
    .content.home > * h3, .content.product > * h3 {
      font-size: 150%; }
      .content.home > * h3 em, .content.product > * h3 em {
        color: #666;
        font-style: normal;
        display: block; }
        @media (min-width: 52rem) {
          .content.home > * h3 em, .content.product > * h3 em {
            display: inline; } }
    @media (min-width: 52rem) {
      .content.home > * h1, .content.home > * .product.tabs-content-container .tabs-content-headline, .product.tabs-content-container .content.home > * .tabs-content-headline,
      .content.home > * h3, .content.product > * h1, .content.product > * .product.tabs-content-container .tabs-content-headline, .product.tabs-content-container .content.product > * .tabs-content-headline,
      .content.product > * h3 {
        text-align: left; } }
  .content ul {
    list-style-type: none; }
    .content ul li {
      position: relative; }
      .content ul li:before {
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #023669;
        position: absolute;
        left: -1rem;
        top: 0.6rem;
        width: 0.33333rem;
        height: 0.33333rem;
        content: ''; }
  .content .ce-bodytext > h1:not(:first-child), .content .product.tabs-content-container .ce-bodytext > .tabs-content-headline:not(:first-child), .product.tabs-content-container .content .ce-bodytext > .tabs-content-headline:not(:first-child),
  .content .ce-bodytext > h2:not(:first-child),
  .content .ce-bodytext > h3:not(:first-child),
  .content .ce-bodytext > h4:not(:first-child),
  .content .ce-bodytext > .ag-product-single-subline:not(:first-child),
  .content .ce-bodytext > h5:not(:first-child) {
    margin-top: 1.75em; }
  .content .responsive-video > iframe {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.optin-embed {
  max-width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto; }
  .optin-embed.yt-embed {
    background: url("../Images/agrarfrost_Platzhalter_YouTube.jpg") no-repeat center center;
    background-size: cover; }
  .optin-embed.maps-embed {
    background: url("../Images/agrarfrost_Platzhalter_Maps.jpg") no-repeat center center;
    background-size: cover; }
  .optin-embed.active {
    background: none; }
  .optin-embed .optin {
    border-radius: 5px;
    position: absolute;
    padding: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    background: rgba(2, 54, 105, 0.9);
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 560px) {
      .optin-embed .optin {
        padding: 30px;
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px; } }
    .optin-embed .optin h3 {
      text-transform: uppercase;
      color: #fff;
      font-size: 24px; }
      @media (min-width: 560px) {
        .optin-embed .optin h3 {
          font-size: 32px; } }
    .optin-embed .optin a {
      font-weight: bold;
      color: #fff;
      text-decoration: underline; }
    @media (max-width: 560px) {
      .optin-embed .optin br + br {
        display: none; } }
    .optin-embed .optin p {
      text-align: center;
      margin: 0;
      font-size: 13px; }
      @media (min-width: 560px) {
        .optin-embed .optin p {
          font-size: 16px; } }
    .optin-embed .optin input {
      margin-right: 8px;
      display: inline-block;
      width: auto; }
    .optin-embed .optin button {
      border: none;
      cursor: pointer;
      background: #ea3c1a;
      padding: 15px 20px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 5px;
      margin: 10px 0;
      font-weight: bold; }
      @media (min-width: 560px) {
        .optin-embed .optin button {
          font-size: 20px;
          margin: 20px 0; } }

.wrapper-footer {
  position: relative;
  background: #fff;
  color: #023669;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.16);
  z-index: 40; }

.footer {
  position: relative;
  padding-top: 2rem;
  text-align: center; }
  .footer a {
    font-weight: bold; }
  .footer #foot-siegel {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto; }
    @media (min-width: 52rem) {
      .footer #foot-siegel {
        display: block; } }

.footer-content {
  width: 100%;
  float: left;
  float: none !important;
  margin: 0 auto; }
  .footer-content h4, .footer-content .ag-product-single-subline {
    text-align: center; }
  @media (min-width: 21.5rem) {
    .footer-content {
      width: 50%;
      float: left; } }

.footer-navi {
  width: 100%;
  float: left;
  margin-top: 3.4rem; }
  @media (min-width: 21.5rem) {
    .footer-navi {
      width: 50%;
      float: left; } }

.footer-navi-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .footer-navi-list li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    @media (min-width: 52rem) {
      .footer-navi-list li {
        width: 50%;
        float: left; } }
  .footer-navi-list a {
    font-weight: bold; }

.footer-navi-meta-list {
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  text-align: center; }
  .footer-navi-meta-list li {
    margin: 0;
    padding: 0;
    text-align: center; }
    .footer-navi-meta-list li:last-child {
      margin-right: 0; }
      .footer-navi-meta-list li:last-child a:link, .footer-navi-meta-list li:last-child a:focus, .footer-navi-meta-list li:last-child a:active, .footer-navi-meta-list li:last-child a:visited {
        font-weight: bold; }
    @media (min-width: 52rem) {
      .footer-navi-meta-list li {
        margin: 0 1.5rem 0 0;
        display: inline-block; } }
  .footer-navi-meta-list a:link, .footer-navi-meta-list a:focus, .footer-navi-meta-list a:active, .footer-navi-meta-list a:visited {
    color: #fff;
    font-weight: normal; }
  .footer-navi-meta-list strong {
    font-weight: normal; }

.wrapper-head {
  display: none;
  min-height: 1.55rem;
  height: auto;
  margin-top: 1rem;
  margin-bottom: .25rem;
  position: relative;
  text-align: right;
  z-index: 20; }
  @media (min-width: 52rem) {
    .wrapper-head {
      display: block; } }

.head {
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  min-height: 5rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 50; }

.dev .head .wrapper-head {
  margin-top: 15px;
  margin-bottom: 15px; }
.dev .head .wrapper-logo {
  margin: 0 auto;
  max-width: 960px;
  padding: 0; }
  .dev .head .wrapper-logo .logo {
    position: absolute;
    margin: 0; }
    .dev .head .wrapper-logo .logo a {
      top: -14px;
      left: 35px; }

@media (min-width: 52rem) {
  .dev .head {
    background: none;
    position: relative; }
  .dev .bg-header {
    position: absolute;
    background: url("../Images/header-bg.png") no-repeat top left;
    height: 310px;
    width: 560px;
    left: 50%;
    transform: translate(-94%, -25px);
    z-index: -1;
    top: 0; } }
.head-language {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  display: inline-block;
  position: relative;
  text-align: right;
  top: -.25rem;
  min-width: 10rem;
  z-index: 15; }

.head-language-label,
.head-language-list {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.head-language-label {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  font-size: 100%;
  line-height: 100%;
  position: relative;
  top: 0; }
  @media (min-width: 52rem) {
    .head-language-label {
      display: none; } }

.head-language-list {
  list-style-type: none;
  position: relative;
  top: .2rem; }
  @media (min-width: 52rem) {
    .head-language-list {
      top: .25rem; } }
  .head-language-list li {
    float: left;
    height: 1rem;
    margin: 0 0 0 1rem;
    padding: 0;
    width: 1.6rem; }
    @media (min-width: 52rem) {
      .head-language-list li {
        height: .75rem;
        margin: 0 0 0 0.5rem;
        width: 1.3rem; } }
  .head-language-list strong {
    opacity: 0.25;
    filter: alpha(opacity=25);
    display: block; }
  .head-language-list a, .head-language-list strong {
    display: block; }
  .head-language-list svg {
    width: 100%;
    height: auto;
    display: block; }

/**
 * button zum suche anzeigen
 */
.search-button-label {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  top: 1.5rem;
  cursor: pointer;
  display: none;
  height: 2rem;
  line-height: 100%;
  margin: 0 0 0 auto;
  width: 2rem; }
  @media (min-width: 52rem) {
    .search-button-label {
      display: none; } }

.search-button-label-svg {
  fill: #fff;
  width: 100%;
  height: auto; }

.search-button-input {
  display: none; }
  .search-button-input:checked ~ .head-search {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 40%;
    overflow: visible;
    z-index: 20; }
    @media (min-width: 52rem) {
      .search-button-input:checked ~ .head-search {
        width: 15rem;
        top: auto; } }
    .search-button-input:checked ~ .head-search .head-search-text input {
      padding: 0.5rem 0.66667rem; }
  .search-button-input:checked ~ .head-language {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 15; }
    @media (min-width: 52rem) {
      .search-button-input:checked ~ .head-language {
        opacity: 1;
        filter: alpha(opacity=100); } }

/**
 * suchfeld
 */
.head-search {
  right: 1rem;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fefefe;
  border-radius: 2px;
  display: inline-block;
  margin: 0 0 0 2rem;
  overflow: hidden;
  width: 0;
  z-index: 20; }
  @media (min-width: 52rem) {
    .head-search {
      opacity: 1;
      filter: alpha(opacity=100);
      border-radius: 5px;
      max-height: 5rem;
      overflow: visible;
      width: 15rem; } }
  .head-search form {
    position: relative; }

.head-search-text input {
  font-size: 1.2rem;
  height: 2.2rem;
  padding: 0.5rem 0.66667rem; }
  @media (min-width: 52rem) {
    .head-search-text input {
      font-size: 95%;
      width: 13rem; } }

.head-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 2.2rem;
  overflow: hidden;
  background: #eeeeee; }
  .head-search-submit .head-search-submit-icon {
    display: block;
    position: absolute;
    right: 0.5rem;
    top: 0.57143rem;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 5; }
  .head-search-submit .head-search-submit-icon-svg {
    fill: #888;
    width: 100%;
    height: auto; }
  .head-search-submit input {
    width: 100%;
    height: 100%;
    background: transparent;
    position: relative;
    z-index: 10; }

.wrapper-logo {
  position: relative;
  z-index: 15; }

.logo {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 0;
  margin: -9px 0 9px;
  position: relative;
  top: -33px;
  width: 145px; }
  @media (min-width: 52rem) {
    .logo {
      margin-top: -9px;
      margin-bottom: 9px;
      top: 0; } }
  @media (min-width: 59rem) {
    .logo {
      margin-top: -9px;
      margin-bottom: 9px; } }
  .logo img {
    width: auto;
    max-width: none; }
  .logo a {
    position: relative;
    z-index: 10;
    top: 0;
    display: block; }

.wrapper-main {
  position: relative;
  z-index: 30;
  background-size: cover; }

.wrapper-main-content {
  background: #fff;
  margin-top: 0;
  padding: 50px 30px 40px;
  position: relative;
  z-index: 35;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16); }
  @media (min-width: 52rem) {
    .wrapper-main-content {
      margin-bottom: 3.5rem;
      padding: 60px 30px 40px; } }
  @media (min-width: 1210px) {
    .wrapper-main-content {
      margin-bottom: 5.333rem;
      padding: 50px 50px 20px; } }

@media (min-width: 1210px) {
  .layout-default .wrapper-main-content,
  .layout-product .wrapper-main-content {
    margin-bottom: -210px;
    top: -300px;
    transition: none; }

  .layout-home .wrapper-main-content {
    margin-bottom: -120px;
    top: -120px; } }
@media (min-width: 1320px) {
  .layout-home .wrapper-main-content {
    top: -200px; } }
.wrapper-main-content-headline .frame-type-header header {
  display: flex;
  flex-direction: column-reverse; }
  .wrapper-main-content-headline .frame-type-header header > *:nth-child(2) {
    font-family: 'Shelby', sans-serif;
    margin: 0; }

.wrapper-main-content-footer {
  clear: both;
  display: block;
  float: none;
  position: relative; }
  .wrapper-main-content-footer:before, .wrapper-main-content-footer:after {
    clear: both;
    content: '';
    display: block;
    float: none; }

.wrapper-main-footer {
  position: relative; }

.main-footer {
  position: relative; }

.main-footer-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff; }
  .main-footer-content h3,
  .main-footer-content h4,
  .main-footer-content .ag-product-single-subline,
  .main-footer-content h5,
  .main-footer-content h6 {
    color: #fff; }

.main-footer-image {
  padding: 0;
  margin: 0; }
  .main-footer-image img {
    display: block; }

.wrapper-navi {
  /*background: map-get($color-background, navi) url('../Images/bg-navi.png') center top repeat-y;*/
  background: transparent;
  color: #023669;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 100%; }

.navi {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 30;
  /*height: (map-get($grid, gutter) * 5);*/
  /*
  &:before {
    @include css-linear-gradient(top, map-get($color-background, secondary-light), rgba(map-get($color-background, secondary-light), 0), map-get($color, light));
    position: absolute;
    right: 3.75rem; // abstimmen mit der breite des menu button und ggf der sprache
    top: 0;
    content: '';
    width: map-get($border-size, thin);
    height: 100%;

    @include breakpoint(navi-button-small) {
      right: 7.75rem;
    }

    @include breakpoint(medium) {
      display: none;
    }
  }
  */ }
  @media (min-width: 52rem) {
    .navi {
      padding-left: 1rem;
      padding-right: 1rem; }
      .navi .navi-mobile-extension {
        display: none !important; } }

.navi-list {
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .navi-list:before {
    background: #f8f8f8;
    bottom: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
    content: '';
    display: block;
    left: -50vw;
    position: absolute;
    right: -50vw;
    top: 0;
    z-index: 0; }
  @media (min-width: 52rem) {
    .navi-list {
      margin-top: 0;
      float: right;
      width: auto;
      max-height: 20rem;
      top: 0;
      overflow: visible;
      background: none; }
      .navi-list:before {
        content: none;
        display: none; } }
  .navi-list a {
    text-decoration: none; }
  .navi-list > li {
    margin: 0;
    padding: 0;
    position: relative;
    border-top: 1px #c3c3c3 solid; }
    .navi-list > li:first-child {
      border: none; }
    .navi-list > li span.caret {
      -moz-transition: all 0.25s linear 0s;
      -ms-transition: all 0.25s linear 0s;
      -o-transition: all 0.25s linear 0s;
      -webkit-transition: all 0.25s linear 0s;
      transition: all 0.25s linear 0s;
      cursor: pointer;
      display: block;
      height: 24px;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 23px;
      width: 24px;
      transform: translateY(-50%); }
      .navi-list > li span.caret:before, .navi-list > li span.caret:after {
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        content: '';
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%); }
      .navi-list > li span.caret:before {
        border-top: 8px solid #023669;
        border-left-width: 8px;
        border-right-width: 8px; }
      .navi-list > li span.caret:after {
        border-top: 6px solid #f8f8f8;
        border-left-width: 6px;
        border-right-width: 6px;
        margin-top: -2px; }
      @media (min-width: 52rem) {
        .navi-list > li span.caret {
          display: none; } }
    @media (min-width: 52rem) {
      .navi-list > li {
        float: left;
        border: none;
      /*
      &:before {
        @include css-linear-gradient(top, map-get($color-background, secondary-light), rgba(map-get($color-background, secondary-light), 0), map-get($color, light));
        content: '';
        width: map-get($border-size, thin);
        height: 4rem;
        float: left;
      }

      &:first-child:before {
        display: none;
      }
      */ } }
    .navi-list > li > a,
    .navi-list > li > strong > a {
      color: #023669;
      display: block;
      font-size: 1.1333rem;
      line-height: 100%;
      padding: 1rem 0; }
      @media (min-width: 52rem) {
        .navi-list > li > a,
        .navi-list > li > strong > a {
          font-size: 1.333rem;
          padding: 1rem 1.1rem; } }
      @media (min-width: 59rem) {
        .navi-list > li > a,
        .navi-list > li > strong > a {
          padding-left: 1.5rem;
          padding-right: 1.5rem; } }
    .navi-list > li strong > a,
    .navi-list > li a.active,
    .navi-list > li a:active,
    .navi-list > li a:focus,
    .navi-list > li a:hover {
      color: #023669;
      background: transparent;
      font-weight: bold; }
    .navi-list > li.open .caret {
      transform: translateY(-50%) rotate(180deg); }
    .navi-list > li.open .navi-list-level-2 {
      max-height: 100em; }
      @media (min-width: 52rem) {
        .navi-list > li.open .navi-list-level-2 {
          max-height: 0; } }
    @media (min-width: 52rem) {
      .navi-list > li:hover .navi-list-level-2 {
        border-width: .5px;
        max-height: 100em;
        width: auto; } }

/**
 * 	level 2
 */
.navi-list-level-2 {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  max-height: 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0; }
  @media (min-width: 52rem) {
    .navi-list-level-2 {
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      background: #f8f8f8;
      border: 0 solid #c3c3c3;
      left: 0;
      position: absolute;
      width: 43.5rem;
      width: auto;
      z-index: 100; } }
  @media (min-width: 59rem) {
    .navi-list-level-2 {
      width: 45rem;
      width: auto; } }
  .navi-list-level-2 > li {
    margin: 0;
    padding: 0 0 0 2.6667rem; }
    .navi-list-level-2 > li:first-child a {
      border-top: 0 none; }
    @media (min-width: 52rem) {
      .navi-list-level-2 > li:first-child {
        margin-top: 1rem; } }
    @media (min-width: 59rem) {
      .navi-list-level-2 > li:first-child {
        margin-top: 2rem; } }
    @media (min-width: 52rem) {
      .navi-list-level-2 > li:last-child {
        margin-bottom: 1rem; } }
    @media (min-width: 59rem) {
      .navi-list-level-2 > li {
        padding: 0 2.6667rem; } }
    .navi-list-level-2 > li > a,
    .navi-list-level-2 > li > strong > a {
      border-top: 1px #e8e8e8 solid;
      display: block;
      font-size: 113%;
      padding: 0.6rem 0 0.6rem;
      white-space: nowrap; }
      @media (min-width: 59rem) {
        .navi-list-level-2 > li > a,
        .navi-list-level-2 > li > strong > a {
          font-size: 115%;
          padding: 10px 0 10px; } }

.mobile-navi-wrapper {
  background: #f8f8f8;
  max-height: 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 5.3rem;
  width: 100%;
  z-index: 10; }
  @media (min-width: 52rem) {
    .mobile-navi-wrapper {
      background: none;
      float: right;
      max-height: none;
      overflow: visible;
      top: 0;
      width: 100%; } }

.navi-mobile-extension {
  position: relative;
  z-index: 1; }
  .navi-mobile-extension .head-language {
    margin-top: 1rem;
    text-align: left;
    top: .2rem; }
  .navi-mobile-extension .head-search {
    max-height: 5rem;
    margin: 2rem 0 1rem;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: visible;
    width: 100%; }
    .navi-mobile-extension .head-search .head-search-submit,
    .navi-mobile-extension .head-search .head-search-text input {
      background: #fff; }

.dev .head {
  position: relative; }
.dev .navi-list > li:first-child {
  padding-top: 45px; }

@media (min-width: 52rem) {
  .dev .wrapper-navi {
    background: none; }
    .dev .wrapper-navi .navi {
      padding: 0;
      height: auto; }
      .dev .wrapper-navi .navi .navi-list {
        background: #023669; }
        .dev .wrapper-navi .navi .navi-list > li:first-child {
          padding-top: 0; }
        .dev .wrapper-navi .navi .navi-list > li:before {
          height: 40px; }
        .dev .wrapper-navi .navi .navi-list > li > strong > a {
          padding-top: 20px;
          padding-bottom: 20px; }
        .dev .wrapper-navi .navi .navi-list > li > a {
          padding-top: 20px;
          padding-bottom: 20px; }
        .dev .wrapper-navi .navi .navi-list > li .navi-list-level-2 {
          width: 100%;
          display: flex;
          flex-wrap: wrap; } }
.navi-button-label {
  cursor: pointer;
  display: inline-block;
  height: 1.667rem;
  position: absolute;
  right: 2rem;
  top: 1.65rem;
  min-width: 1.667rem; }
  .navi-button-label:hover .navi-button-label-icon,
  .navi-button-label:hover .navi-button-label-icon:before,
  .navi-button-label:hover .navi-button-label-icon:after, .navi-button-label:focus .navi-button-label-icon,
  .navi-button-label:focus .navi-button-label-icon:before,
  .navi-button-label:focus .navi-button-label-icon:after, .navi-button-label:active .navi-button-label-icon,
  .navi-button-label:active .navi-button-label-icon:before,
  .navi-button-label:active .navi-button-label-icon:after {
    background: #023669; }
  .navi-button-label:hover .navi-button-label-text, .navi-button-label:focus .navi-button-label-text, .navi-button-label:active .navi-button-label-text {
    color: #023669; }
  @media (min-width: 23.5rem) {
    .navi-button-label {
      right: 1rem; } }
  @media (min-width: 52rem) {
    .navi-button-label {
      display: none; } }

.navi-button-label-text {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: #023669;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0;
  width: 0; }

.navi-button-label-icon,
.navi-button-label-icon:before,
.navi-button-label-icon:after {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  background: #023669;
  border-radius: 2px;
  content: '';
  display: inline-block;
  font-size: 0;
  height: 3px;
  left: 0;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 1.667rem; }

.navi-button-label-icon:before {
  margin-top: -7px; }
.navi-button-label-icon:after {
  margin-top: 6.5px; }

.navi-button-input {
  display: none; }
  .navi-button-input:checked {
    /**
     * navi
     */ }
    .navi-button-input:checked ~ .navi-button-label .navi-button-label-icon {
      height: 0; }
      .navi-button-input:checked ~ .navi-button-label .navi-button-label-icon:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 0; }
      .navi-button-input:checked ~ .navi-button-label .navi-button-label-icon:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0; }
    .navi-button-input:checked ~ .mobile-navi-wrapper,
    .navi-button-input:checked ~ .navi-list {
      max-height: 100rem;
      overflow: visible;
      padding-bottom: 1.6666rem;
      padding-top: 2.5rem; }
      @media (min-width: 52rem) {
        .navi-button-input:checked ~ .mobile-navi-wrapper,
        .navi-button-input:checked ~ .navi-list {
          height: auto;
          padding: 0; } }

.sidebar {
  margin-top: 2.5rem; }
  .sidebar > :first-child .ce-textpic {
    margin-bottom: 2.5rem; }
  @media (min-width: 52rem) {
    .sidebar {
      border-left: .5px solid #c3c3c3;
      width: 29.16667%;
      float: left;
      padding-left: 2rem;
      float: right;
      margin-top: 4.75rem; } }
  @media (min-width: 59rem) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 8.3333%; } }

.wrapper-main-content-headline ~ .sidebar {
  margin-bottom: 2.5rem;
  margin-top: 0; }
  @media (min-width: 52rem) {
    .wrapper-main-content-headline ~ .sidebar {
      margin-bottom: 0; } }

.stage {
  position: relative;
  margin-top: 5rem; }
  @media (min-width: 52rem) {
    .stage {
      margin-top: 5.8rem; } }
  @media (min-width: 59rem) {
    .stage {
      margin-top: 6.7rem; } }
  .stage .stage-image {
    min-height: 400px; }
    @media (min-width: 52rem) {
      .stage .stage-image {
        min-height: 0; } }
    .stage .stage-image img {
      height: 100%;
      left: 50%;
      position: absolute;
      width: auto;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media (min-width: 52rem) {
        .stage .stage-image img {
          height: auto;
          left: 0;
          position: relative;
          width: 100%;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          -webkit-transform: none;
          transform: none; } }
  .stage .stage-content-wrapper {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12%;
    left: 50%;
    position: absolute;
    text-align: center; }
    @media (min-width: 52rem) {
      .stage .stage-content-wrapper {
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%);
        bottom: initial;
        left: 0;
        text-align: left;
        top: 20%; } }
    @media (min-width: 59rem) {
      .stage .stage-content-wrapper {
        -moz-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        top: 25%; } }
    .stage .stage-content-wrapper .stage-content {
      position: relative; }
      @media (min-width: 52rem) {
        .stage .stage-content-wrapper .stage-content {
          width: 50%;
          left: 50%; } }
      @media (min-width: 59rem) {
        .stage .stage-content-wrapper .stage-content {
          width: 42.5%;
          left: 57.5%; } }
      .stage .stage-content-wrapper .stage-content .h3 {
        font-size: 25px; }
        .stage .stage-content-wrapper .stage-content .h3 + .h2 {
          font-size: 40px; }
      .stage .stage-content-wrapper .stage-content .button, .stage .stage-content-wrapper .stage-content .form-field input[type=submit], .form-field .stage .stage-content-wrapper .stage-content input[type=submit] {
        background-color: #ea3c1a;
        font-size: 1.1333rem;
        padding: .9rem 2rem; }
        @media (min-width: 52rem) {
          .stage .stage-content-wrapper .stage-content .button, .stage .stage-content-wrapper .stage-content .form-field input[type=submit], .form-field .stage .stage-content-wrapper .stage-content input[type=submit] {
            font-size: 1rem;
            padding: .8rem 1.25rem; } }
      .stage .stage-content-wrapper .stage-content .stage-content-text {
        display: none;
        visibility: hidden; }

.stage-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .stage-list li {
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%; }
    .stage-list li:before {
      content: none !important;
      display: none !important; }
    .stage-list li:first-child {
      display: block; }
  .stage-list img {
    display: block;
    max-width: none; }
    .stage-list img.stage-mobile {
      display: block; }
    .stage-list img.stage-desktop {
      display: none; }
    @media (min-width: 52rem) {
      .stage-list img.stage-mobile {
        display: none; }
      .stage-list img.stage-desktop {
        display: block; } }

@media (min-width: 52rem) {
  header.stage .stage-desktop {
    mask-image: linear-gradient(to bottom, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%); } }

.wrapper-main .stage-list {
  margin-bottom: 3rem;
  margin-left: -30px;
  margin-right: -30px;
  position: relative; }
  @media (min-width: 52rem) {
    .wrapper-main .stage-list {
      margin-left: 0;
      margin-right: 0; } }
  .wrapper-main .stage-list:last-child {
    margin-bottom: 0; }
@media (min-width: 52rem) {
  .wrapper-main .stage-content-wrapper {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20; } }
.wrapper-main .stage-content-wrapper .h2 {
  font-size: 40px;
  line-height: 1.125; }
.wrapper-main .stage-content-wrapper .h3 {
  font-size: 30px; }
.wrapper-main .stage-content-wrapper .stage-content {
  background: #fff;
  color: #023669;
  margin-top: -70px;
  padding: 2rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 10; }
  @media (min-width: 21.5rem) {
    .wrapper-main .stage-content-wrapper .stage-content {
      margin-top: -90px; } }
  @media (min-width: 52rem) {
    .wrapper-main .stage-content-wrapper .stage-content {
      background: #fff;
      background: rgba(255, 255, 255, 0.7);
      bottom: 0;
      margin-top: 0;
      padding: 3rem;
      position: absolute;
      right: 0;
      text-align: left;
      width: 50%; } }
  @media (min-width: 59rem) {
    .wrapper-main .stage-content-wrapper .stage-content {
      width: 42.5%; } }
  .wrapper-main .stage-content-wrapper .stage-content .button, .wrapper-main .stage-content-wrapper .stage-content .form-field input[type=submit], .form-field .wrapper-main .stage-content-wrapper .stage-content input[type=submit] {
    background-color: transparent;
    border: 1px solid #023669;
    color: #023669; }
    .wrapper-main .stage-content-wrapper .stage-content .button:hover, .wrapper-main .stage-content-wrapper .stage-content .form-field input[type=submit]:hover, .form-field .wrapper-main .stage-content-wrapper .stage-content input[type=submit]:hover, .wrapper-main .stage-content-wrapper .stage-content .button:active, .wrapper-main .stage-content-wrapper .stage-content .form-field input[type=submit]:active, .form-field .wrapper-main .stage-content-wrapper .stage-content input[type=submit]:active, .wrapper-main .stage-content-wrapper .stage-content .button:focus, .wrapper-main .stage-content-wrapper .stage-content .form-field input[type=submit]:focus, .form-field .wrapper-main .stage-content-wrapper .stage-content input[type=submit]:focus {
      background: #023669;
      color: #fff; }
  .wrapper-main .stage-content-wrapper .stage-content .stage-content-text {
    display: block;
    visibility: visible; }

.stage-list.stage-list-version-text .stage-image {
  margin: 0 -2rem; }
  @media (min-width: 52rem) {
    .stage-list.stage-list-version-text .stage-image {
      height: 31rem;
      margin: 0;
      overflow: hidden;
      width: 75%;
      max-width: 53.5rem; }
      .stage-list.stage-list-version-text .stage-image img {
        min-height: 100%;
        height: auto;
        min-width: 100%;
        width: auto; } }
.stage-list.stage-list-version-text .stage-content-wrapper {
  display: block;
  margin-left: -2rem;
  margin-right: -2rem; }
.stage-list.stage-list-version-text .stage-content {
  background: #fff;
  padding: 2rem 1.5rem;
  position: relative;
  text-align: left;
  margin-top: -70px;
  z-index: 6; }
  @media (min-width: 21.5rem) {
    .stage-list.stage-list-version-text .stage-content {
      margin-top: -90px; } }
  @media (min-width: 52rem) {
    .stage-list.stage-list-version-text .stage-content {
      margin-top: 0;
      padding: 3rem 0 3rem 3rem;
      position: absolute;
      width: 55%; } }

/**
 *     image
 */
.stage-image {
  position: relative;
  z-index: 5; }

/**
 *     content wrapper
 */
.stage-content-wrapper {
  display: block;
  position: relative;
  z-index: 15; }
  @media (min-width: 52rem) {
    .stage-content-wrapper {
      position: absolute;
      width: 100%;
      z-index: 20; } }

.stage-content-inner {
  width: 100%; }

/**
 *     content
 */
.stage-content {
  color: #fff; }
  .stage-content > * {
    color: inherit;
    margin-bottom: 1rem; }
  .stage-content .h1 {
    font-size: 3.3333rem; }
  .stage-content .h2 {
    font-family: "FestivoLettersNo6", sans-serif;
    font-size: 60px;
    line-height: 1.066667; }
  .stage-content .h3 {
    font-size: 40px;
    font-family: 'Shelby', sans-serif; }
  .stage-content .h2 + .h1,
  .stage-content .h3 + .h2 {
    text-transform: uppercase; }
  .stage-content > :first-child {
    margin: 0; }
  .stage-content > :last-child {
    margin: 0;
    padding: 0; }

.stage-content-headline {
  font-size: 125%; }

/**
 *     bxslider
 */
.bx-wrapper {
  margin-bottom: 0; }
  .bx-wrapper .stage-list li {
    display: block; }
  .bx-wrapper .bx-viewport {
    left: 0;
    background: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bx-wrapper .bx-controls {
    display: none; }
    @media (min-width: 52rem) {
      .bx-wrapper .bx-controls {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 17.5%; } }
    @media (min-width: 59rem) {
      .bx-wrapper .bx-controls {
        top: 19.5%; } }
    .bx-wrapper .bx-controls .bx-pager {
      text-align: left;
      padding-right: 1.5rem;
      padding-top: 0;
      bottom: auto; }
      .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
        -moz-transition: all 0.25s linear 0s;
        -ms-transition: all 0.25s linear 0s;
        -o-transition: all 0.25s linear 0s;
        -webkit-transition: all 0.25s linear 0s;
        transition: all 0.25s linear 0s;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 500%;
        overflow: hidden;
        width: 1rem;
        height: 1rem;
        background: #fff; }
        .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active, .bx-wrapper .bx-controls .bx-pager .bx-pager-link:hover, .bx-wrapper .bx-controls .bx-pager .bx-pager-link:focus, .bx-wrapper .bx-controls .bx-pager .bx-pager-link:active {
          background: #023669; }

.stage .bx-wrapper .bx-controls {
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }
  .stage .bx-wrapper .bx-controls .bx-pager {
    margin: 18% auto 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 52rem) {
      .stage .bx-wrapper .bx-controls .bx-pager {
        margin: 2.5% auto 0;
        padding-left: 50%;
        text-align: left; } }
    @media (min-width: 59rem) {
      .stage .bx-wrapper .bx-controls .bx-pager {
        padding-left: 57.5%; } }
    @media (min-width: 70rem) {
      .stage .bx-wrapper .bx-controls .bx-pager {
        margin-top: 5%; } }
    .stage .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
      height: .8rem;
      width: .8rem; }
      .stage .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
        border: 1px solid #fff; }

.dev {
  background: url("../Images/gekauft_standard_shutterstock_1584713914_small.jpg") no-repeat center center;
  background-size: 1920px 100%;
  background-attachment: fixed; }
  .dev:after, .dev:before {
    display: none; }
  .dev .wrapper-breadcrumb {
    max-width: 960px;
    margin: 0 auto; }
    .dev .wrapper-breadcrumb .breadcrumb-list {
      margin-top: 0; }
  .dev .wrapper-main-content .sidebar {
    margin-top: -135px; }
  .dev .stage {
    max-width: 960px;
    margin: 0 auto;
    -moz-box-shadow: 0 2px 0.5rem 0 #868686;
    -ms-box-shadow: 0 2px 0.5rem 0 #868686;
    -webkit-box-shadow: 0 2px 0.5rem 0 #868686;
    box-shadow: 0 2px 0.5rem 0 #868686; }
    .dev .stage .bx-controls {
      position: static;
      width: auto; }
      .dev .stage .bx-controls .bx-controls-direction .bx-prev,
      .dev .stage .bx-controls .bx-controls-direction .bx-next {
        background: url("../Images/Foodservice_Pfeil_Links.svg") no-repeat top left;
        background-size: contain;
        width: 25px;
        top: 45%;
        height: 25px;
        opacity: 0.6;
        filter: alpha(opacity=60); }
        .dev .stage .bx-controls .bx-controls-direction .bx-prev:hover,
        .dev .stage .bx-controls .bx-controls-direction .bx-next:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
      .dev .stage .bx-controls .bx-controls-direction .bx-prev {
        left: 20px; }
      .dev .stage .bx-controls .bx-controls-direction .bx-next {
        right: 20px;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .dev .stage .bx-controls .bx-pager {
        position: absolute;
        bottom: 20px;
        right: 20px;
        max-width: none;
        padding: 0;
        min-width: auto;
        width: auto; }
        .dev .stage .bx-controls .bx-pager .bx-pager-link {
          width: 15px;
          height: 20px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          -webkit-border-radius: 15px;
          border-radius: 15px;
          position: relative; }
          .dev .stage .bx-controls .bx-pager .bx-pager-link.active, .dev .stage .bx-controls .bx-pager .bx-pager-link:hover {
            background: #fff; }
            .dev .stage .bx-controls .bx-pager .bx-pager-link.active:after, .dev .stage .bx-controls .bx-pager .bx-pager-link:hover:after {
              content: '';
              height: 16px;
              width: 11px;
              display: block;
              background: #0062a3;
              top: 2px;
              left: 2px;
              position: absolute;
              -moz-border-radius: 15px;
              -ms-border-radius: 15px;
              -o-border-radius: 15px;
              -webkit-border-radius: 15px;
              border-radius: 15px; }
    .dev .stage .stage-content-wrapper {
      top: auto;
      bottom: 2%; }
      .dev .stage .stage-content-wrapper .stage-content {
        left: 4%;
        border: 15px solid;
        border-image: url("../Images/stage-border.svg");
        border-image-slice: 15 15;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0; }
        .dev .stage .stage-content-wrapper .stage-content .stage-content-headline {
          margin-bottom: 5px; }
        .dev .stage .stage-content-wrapper .stage-content .stage-content-more {
          text-align: right; }

/**
 * 	modules laden
 */
.column-2 {
  width: 100%;
  float: left; }

@media (min-width: 52rem) {
  .column-2.rel-50-50 .column-2-1,
  .column-2.rel-50-50 .column-2-2 {
    width: 50%;
    float: left; }
  .column-2.rel-25-75 .column-2-1 {
    width: 25%;
    float: left; }
  .column-2.rel-25-75 .column-2-2 {
    width: 75%;
    float: left; }
  .column-2.rel-75-25 .column-2-1 {
    width: 75%;
    float: left; }
  .column-2.rel-75-25 .column-2-2 {
    width: 25%;
    float: left; }
  .column-2.rel-33-66 .column-2-1 {
    width: 33.33333%;
    float: left; }
  .column-2.rel-33-66 .column-2-2 {
    width: 66.66667%;
    float: left; }
  .column-2.rel-66-33 .column-2-1 {
    width: 66.66667%;
    float: left; }
  .column-2.rel-66-33 .column-2-2 {
    width: 33.33333%;
    float: left; }
  .column-2 .column-2-1 {
    padding-right: 0.5rem; }
  .column-2 .column-2-2 {
    padding-left: 0.5rem; } }

.ce-row {
  width: 100%;
  margin: 0 0 1.75rem 0; }
  .ce-row:last-child {
    margin: 0 0 1.75rem 0; }

.ce-intext.ce-left .ce-gallery {
  margin-right: 1rem; }
.ce-intext.ce-right .ce-gallery {
  margin-left: 1rem; }
.ce-intext .ce-gallery {
  width: 50%; }
  @media (min-width: 52rem) {
    .ce-intext .ce-gallery {
      width: 33.333%; } }
  .ce-intext .ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%; }
  .ce-intext .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%; }
  .ce-intext .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.3333%; }
  .ce-intext .ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%; }
  .ce-intext .ce-gallery .ce-column {
    padding: 0 0.25rem; }

/**
 * zweispaltige tabelle wo die zweite spalte die erste näher beschreibt
 * beruht auf der standard tabelle
 */
.data-definition tr td:first-child, .data-definition tr .data-flexible-content:first-child {
  background: #005a97; }

/**
 * daten die spaltenweise aufgebaut sind
 * beruht vom html nicht auf einer tabelle
 */
.data-flexible-item {
  width: 50%;
  float: left;
  border-left: 1px #fff solid;
  margin-bottom: 1.75rem; }
  .data-flexible-item:first-child {
    border-left: none; }
  @media (min-width: 52rem) {
    .data-flexible-item {
      width: 33.33333%;
      float: left; } }
  @media (min-width: 59rem) {
    .data-flexible-item {
      width: 20%;
      float: left; } }

.data-flexible-content {
  list-style-type: none; }
  .data-flexible-content li:before {
    display: none; }

.data-flexible-headline,
.data-flexible-content {
  color: #fff;
  border: none;
  white-space: nowrap; }

.dropdown {
  position: relative; }
  .dropdown:first-child .dropdown-label {
    margin-top: 0; }

.dropdown-label,
.dropdown-content {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  padding: 0.5rem 1rem;
  background: whitesmoke;
  border: 1px whitesmoke solid; }

.dropdown-label {
  -moz-transition: color 0.25s linear 0s;
  -ms-transition: color 0.25s linear 0s;
  -o-transition: color 0.25s linear 0s;
  -webkit-transition: color 0.25s linear 0s;
  transition: color 0.25s linear 0s;
  display: block;
  padding-right: 0.5rem;
  margin: 0;
  line-height: 115%;
  cursor: pointer;
  position: relative; }
  .dropdown-label:before {
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    position: absolute;
    right: 1rem;
    top: 1rem;
    content: '';
    border-top: 0.33333rem #8c8c8c solid;
    border-left: 0.25rem transparent solid;
    border-right: 0.25rem transparent solid; }
  .dropdown-label.dropdown-chosen {
    color: #023669;
    font-weight: bold; }
    .dropdown-label.dropdown-chosen:before {
      border-top-color: #035db4; }

.dropdown-content {
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  -ms-border-radius: 0 0 0.25rem 0.25rem;
  -o-border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
  opacity: 0;
  filter: alpha(opacity=0);
  border-top: 1px whitesmoke solid;
  position: absolute;
  width: 100%;
  z-index: -1;
  display: none;
  background: #fff;
  border-color: #e8e8e8;
  border-top: none; }
  .dropdown-content:first-child {
    padding-top: 0; }

/**
 * 	aktiviertes dropdown
 */
.dropdown-input {
  display: none; }
  .dropdown-input:checked ~ .dropdown-label {
    border-color: #e8e8e8;
    border-bottom: none; }
    .dropdown-input:checked ~ .dropdown-label:before {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .dropdown-input:checked ~ .dropdown-content {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    z-index: 50; }
  .dropdown-input:disabled ~ .dropdown-label {
    opacity: 0.4;
    filter: alpha(opacity=40); }

.tx-indexedsearch-browsebox .browsebox {
  margin-left: 0;
  margin-top: 0;
  padding-left: 0; }
  .tx-indexedsearch-browsebox .browsebox li {
    margin-right: 0;
    margin-left: 1rem; }
    .tx-indexedsearch-browsebox .browsebox li:first-child {
      margin-left: 0; }
    .tx-indexedsearch-browsebox .browsebox li:before {
      display: none; }
  .tx-indexedsearch-browsebox .browsebox strong a {
    color: #000; }

.tabs-content {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
  padding: 0;
  min-height: 20rem; }
  .tabs-content:before {
    bottom: 0 !important; }

.tabs-content-image {
  padding-right: 0;
  z-index: 10; }
  @media (min-width: 52rem) {
    .tabs-content-image {
      width: 70%; } }
  @media (min-width: 59rem) {
    .tabs-content-image {
      width: 75%; } }
  .tabs-content-image a {
    display: block;
    width: 100%;
    position: relative; }
    .tabs-content-image a:after {
      background: none;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
      background: linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
      width: 50%;
      float: left;
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      height: 100%; }
    @media (min-width: 52rem) {
      .tabs-content-image a {
        height: 100%; } }

.tabs-content-main {
  padding-top: 1.75rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 10; }
  @media (min-width: 52rem) {
    .tabs-content-main {
      width: 30%;
      float: right;
      padding-bottom: 0; } }
  @media (min-width: 59rem) {
    .tabs-content-main {
      width: 25%; } }

.tabs-content-headline {
  font-size: 150%; }

/**
 * 	wenn javascript existiert
 */
.js .tabs-navi-wrapper {
  width: 100%;
  border: 0.25rem #fff solid; }
  @media (min-width: 52rem) {
    .js .tabs-navi-wrapper {
      display: table;
      position: relative;
      z-index: 10;
      border-collapse: collapse; } }
.js .tabs-navi-container {
  width: 100%;
  float: left;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 52rem) {
    .js .tabs-navi-container {
      display: table-row; } }
.js .tabs-navi {
  -moz-transition: background 0.25s linear 0s;
  -ms-transition: background 0.25s linear 0s;
  -o-transition: background 0.25s linear 0s;
  -webkit-transition: background 0.25s linear 0s;
  transition: background 0.25s linear 0s;
  background: whitesmoke;
  color: #023669;
  margin: 0;
  cursor: pointer;
  line-height: 125%;
  border-top: 1px #dbdbdb solid;
  padding: 0.75rem 0.5rem; }
  .js .tabs-navi:first-child {
    border: none; }
    .js .tabs-navi:first-child:after {
      display: none; }
  .js .tabs-navi:before {
    display: none; }
  .js .tabs-navi.active, .js .tabs-navi:hover {
    background: #fff; }
  @media (min-width: 52rem) {
    .js .tabs-navi {
      width: 16.66667%;
      float: left;
      float: none;
      position: relative;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      border-top: none; }
      .js .tabs-navi:before {
        -moz-transition: opacity 0.25s linear 0s;
        -ms-transition: opacity 0.25s linear 0s;
        -o-transition: opacity 0.25s linear 0s;
        -webkit-transition: opacity 0.25s linear 0s;
        transition: opacity 0.25s linear 0s;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        content: '';
        position: absolute;
        display: block;
        z-index: 5;
        left: 0;
        top: auto;
        bottom: -3.25rem;
        width: 100%;
        height: 3.25rem;
        background: transparent url(../Images/tabs-arrow.png) center top no-repeat; }
      .js .tabs-navi:after {
        background: whitesmoke;
        background: -moz-linear-gradient(top, rgba(245, 245, 245, 0), #dbdbdb);
        background: -ms-linear-gradient(top, rgba(245, 245, 245, 0), #dbdbdb);
        background: -o-linear-gradient(top, rgba(245, 245, 245, 0), #dbdbdb);
        background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0), #dbdbdb);
        background: linear-gradient(top, rgba(245, 245, 245, 0), #dbdbdb);
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 1px;
        height: 100%; }
      .js .tabs-navi.active:before, .js .tabs-navi:hover:before {
        opacity: 1;
        filter: alpha(opacity=100); } }
  @media (min-width: 59rem) {
    .js .tabs-navi:before {
      bottom: -3.25rem;
      height: 3rem; } }
.js .tabs-content-container {
  margin-bottom: 2rem; }
.js .tabs-content {
  -moz-transition: opacity 0.25s linear 0s;
  -ms-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -1;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  float: none; }
  .js .tabs-content.active {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    z-index: 0;
    overflow: visible;
    max-height: 5000rem;
    visibility: visible; }

.timeline {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 1.75rem 0; }
  .timeline:last-child {
    padding-bottom: 0;
    margin-bottom: 1.75rem; }
  .timeline:before, .timeline:after {
    content: '';
    display: block;
    position: absolute; }
  .timeline:before {
    width: 0.25rem;
    margin-left: -0.125rem;
    height: 100%;
    left: 1rem;
    top: 0;
    background: #023669; }
    @media (min-width: 52rem) {
      .timeline:before {
        left: 50%; } }
  .timeline:after {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    left: 0;
    padding: 0 0.8rem 0 0;
    border: 0.2rem #fff solid;
    background: #023669; }
    @media (min-width: 52rem) {
      .timeline:after {
        left: 50%;
        margin-left: -1rem; } }
  @media (min-width: 52rem) {
    .timeline:nth-child(odd) .timeline-title {
      left: 50%;
      margin-left: 5%; }
    .timeline:nth-child(odd) .timeline-content {
      left: auto; }
      .timeline:nth-child(odd) .timeline-content:before, .timeline:nth-child(odd) .timeline-content:after {
        left: auto;
        right: -1rem;
        border-right: none;
        border-left: 1rem #e8e8e8 solid; }
      .timeline:nth-child(odd) .timeline-content:after {
        margin-left: 0;
        margin-right: 3px;
        border-right-color: none;
        border-left-color: #fff; }
    .timeline:nth-child(even) .timeline-title {
      left: auto;
      right: 50%;
      margin-right: 5%; }
    .timeline:nth-child(even) .timeline-content {
      left: 57.5%; } }

.timeline-title {
  position: absolute;
  z-index: 10;
  top: 1rem;
  font-size: 150%;
  left: 3.5rem;
  padding-left: 1rem; }
  @media (min-width: 52rem) {
    .timeline-title {
      left: 0;
      padding-left: 0; } }

.timeline-content {
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -moz-box-shadow: 0 0.1rem 0.1rem 0 gray;
  -ms-box-shadow: 0 0.1rem 0.1rem 0 gray;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 gray;
  box-shadow: 0 0.1rem 0.1rem 0 gray;
  position: relative;
  z-index: 5;
  padding: 3.5rem 1rem 1rem;
  background: #fff;
  border: 1px #e8e8e8 solid;
  left: 0;
  margin-left: 3.5rem; }
  @media (min-width: 52rem) {
    .timeline-content {
      padding-top: 1rem;
      width: 42.5%;
      margin-left: 0; } }
  .timeline-content:before, .timeline-content:after {
    content: '';
    position: absolute;
    top: 1rem;
    left: -1rem;
    border-top: 1rem transparent solid;
    border-bottom: 1rem transparent solid;
    border-right: 1rem #e8e8e8 solid; }
  .timeline-content:after {
    margin-left: 3px;
    border-right-color: #fff; }
  .timeline-content :last-child {
    margin-bottom: 0; }

.teaser-image {
  margin-bottom: 1.5rem;
  position: relative; }
  .teaser-image:after {
    background: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
    background: linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 95%);
    width: 50%;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    height: 100%; }

.teaser-images-list {
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;
  width: auto; }
  @media (min-width: 52rem) {
    .teaser-images-list {
      margin: 0;
      width: 100%; } }

.teaser-images {
  margin: 0 0 2rem 0;
  padding: 0 1rem;
  text-transform: uppercase; }
  @media (min-width: 21.5rem) {
    .teaser-images {
      margin-bottom: 3rem;
      float: left;
      width: 50%; } }
  @media (min-width: 52rem) {
    .teaser-images {
      float: none;
      margin-bottom: 4rem;
      margin-left: 0;
      padding: 0;
      width: 100%; } }
  .teaser-images:last-child {
    margin-bottom: 0; }
  .teaser-images a {
    text-align: center;
    display: block; }

.teaser-images-headline {
  font-family: 'FestivoLettersNo6', sans-serif;
  text-align: center;
  margin-bottom: 0.5rem; }

.teaser-images-combo-image-button {
  margin: 0 auto;
  max-width: 11.33333rem; }

.teaser-images-image {
  position: relative;
  z-index: 5; }
  .teaser-images-image img {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

.teaser-images-button {
  display: block;
  font-size: 113.333%;
  margin-top: -1.7333rem;
  text-align: center; }

/**
 * umbau startseite
 */
.wrapper-main-teaser .teaser-images {
  width: 100%;
  float: left;
  margin: 0 auto 3rem;
  padding: 0;
  text-align: center; }
  @media (min-width: 52rem) {
    .wrapper-main-teaser .teaser-images {
      width: 33.33333%;
      float: left;
      margin: 0 0 3rem 0; } }

.horizontal-image-teaser {
  text-align: center;
  margin: 50px 0; }
  .horizontal-image-teaser h2, .horizontal-image-teaser .h2 {
    font-size: 40px;
    line-height: 1.125; }
  .horizontal-image-teaser h3, .horizontal-image-teaser .h3 {
    font-family: "Shelby", sans-serif;
    font-size: 30px;
    margin: 0;
    line-height: 36px; }
  .horizontal-image-teaser .images {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    .horizontal-image-teaser .images figure img {
      width: auto; }
    .horizontal-image-teaser .images figure figcaption {
      background: none;
      color: #023669;
      display: inline-block;
      font-size: 15px;
      opacity: .32;
      position: relative;
      text-align: center;
      width: auto; }

.teaser-text-list {
  /*
  background: transparent url(../Images/bg-teaser-home.jpg) center center no-repeat;
  */
  float: left;
  width: 100%; }

.teaser-text {
  width: 100%;
  float: left;
  margin: 0 auto 3rem;
  padding: 0;
  text-align: center; }
  @media (min-width: 52rem) {
    .teaser-text {
      width: 33.33333%;
      float: left;
      margin: 0 0 3rem 0; } }

.teaser-text-headline {
  margin: 0 auto;
  width: 65%;
  font-size: 150%;
  position: relative;
  z-index: 10; }

.teaser-text-content {
  -moz-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
  -ms-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
  box-shadow: 0 0.5rem 0.5rem 0 #bfbfbf;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 5;
  width: 15rem;
  height: 15rem;
  display: inline-block;
  margin: -1rem auto 0;
  padding: 3rem 2rem;
  color: #666; }
  .teaser-text-content p {
    margin: 0;
    padding: 0; }

.teaser-text-button {
  margin: 0 auto;
  padding: 0;
  width: 75%; }
  .teaser-text-button span {
    top: -1.5rem; }

.ag-product-accordion {
  clear: both;
  display: block;
  float: none;
  margin: 0 0 3rem; }
  .ag-product-accordion + .ag-product-accordion {
    margin-top: -3rem; }
  .ag-product-accordion:before, .ag-product-accordion:after {
    clear: both;
    content: '';
    display: block;
    float: none; }
  .ag-product-accordion .ag-product-accordion-element {
    border-bottom: 2px solid #023669;
    margin: 0;
    padding: 1.5rem 0; }
    .ag-product-accordion .ag-product-accordion-element .accordion-element-title {
      cursor: pointer;
      font-size: 150%;
      margin-bottom: 0;
      padding-right: 1.5em;
      position: relative; }
      .ag-product-accordion .ag-product-accordion-element .accordion-element-title img {
        display: inline-block;
        margin: 0 1rem 0 0;
        vertical-align: middle;
        width: auto; }
      .ag-product-accordion .ag-product-accordion-element .accordion-element-title:after {
        border-top: 2px solid #023669;
        border-right: 2px solid #023669;
        content: '';
        display: block;
        height: .5em;
        position: absolute;
        right: .75em;
        top: 50%;
        transform-origin: 50% 50%;
        transform: rotate(-45deg) translateY(-50%);
        width: .5em; }
    .ag-product-accordion .ag-product-accordion-element .accordion-element-body {
      height: auto;
      margin-top: -.25rem;
      overflow: hidden;
      transition: height 2s; }
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > div:first-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > p:first-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > ol:first-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > ul:first-child {
        margin-top: 1.5rem; }
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > div:last-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > p:last-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > ol:last-child,
      .ag-product-accordion .ag-product-accordion-element .accordion-element-body > ul:last-child {
        margin-bottom: 1.5rem; }
    .ag-product-accordion .ag-product-accordion-element.closed .accordion-element-title:after {
      transform: rotate(135deg) translate(-50%, 50%); }
    .ag-product-accordion .ag-product-accordion-element.closed .accordion-element-body {
      height: 0; }
  .ag-product-accordion.ag-product-accordion-general-infos .ag-product-accordion-element {
    margin-top: 0; }

.wrap-text-shorten {
  overflow: hidden;
  position: relative; }
  .wrap-text-shorten.collapsed:after {
    background: #fff;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 5rem;
    left: 0;
    position: absolute;
    right: 0; }

.text-shorten-toggler {
  color: #0062a3;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin: .5rem auto 2.5rem;
  text-align: center;
  max-width: 10rem; }
  .text-shorten-toggler:after {
    border-left: 3px solid #0062a3;
    border-bottom: 3px solid #0062a3;
    border-radius: 3px;
    content: '';
    display: inline-block;
    height: .75em;
    margin-left: .75em;
    transform: rotate(-45deg) translateY(-25%);
    width: .75em; }
  .text-shorten-toggler.opened:after {
    transform: rotate(-225deg) translateY(-25%); }

.grid-enumeration .grid-enumeration-element {
  align-items: center;
  border: 2px solid #c3c3c3;
  border-left-width: 0;
  border-right-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2px;
  padding: 1rem; }
  .grid-enumeration .grid-enumeration-element:first-child {
    border-top-width: 0; }
  .grid-enumeration .grid-enumeration-element:last-child {
    border-bottom-width: 0;
    margin-bottom: 0; }
  .grid-enumeration .grid-enumeration-element .number {
    align-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url("../Images/agrarfrost_BG-Blau.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: bold;
    height: 1.75em;
    justify-content: center;
    line-height: 1.3;
    margin: 0 0 1rem 0;
    padding: 0;
    width: 1.75em; }
  .grid-enumeration .grid-enumeration-element .image {
    width: 100%; }
    .grid-enumeration .grid-enumeration-element .image + .text {
      margin-top: 1rem; }
    .grid-enumeration .grid-enumeration-element .image img {
      aspect-ratio: 1 / 1; }
  .grid-enumeration .grid-enumeration-element .text {
    width: 100%; }
  @media (min-width: 35rem) {
    .grid-enumeration .grid-enumeration-element {
      flex-wrap: nowrap;
      justify-content: space-between; }
      .grid-enumeration .grid-enumeration-element .number {
        margin: 0 2rem 0 0; }
      .grid-enumeration .grid-enumeration-element .image {
        padding: 0 1rem;
        width: calc(45% - 2.75rem); }
        .grid-enumeration .grid-enumeration-element .image + .text {
          margin-top: 0; }
      .grid-enumeration .grid-enumeration-element .text {
        margin: 0;
        padding: 0 0 0 1rem;
        width: calc(55% - 2.75rem); } }
  @media (min-width: 52rem) {
    .grid-enumeration .grid-enumeration-element {
      border-left-width: 2px;
      border-right-width: 2px;
      width: 50%; }
      .grid-enumeration .grid-enumeration-element:nth-child(2) {
        border-top-width: 0; }
      .grid-enumeration .grid-enumeration-element:nth-child(odd) {
        border-left-width: 0;
        margin-right: -1px;
        padding-left: 0;
        padding-right: 3.5rem; }
        .grid-enumeration .grid-enumeration-element:nth-child(odd):nth-last-child(2) {
          border-bottom-width: 0;
          margin-bottom: 0; }
      .grid-enumeration .grid-enumeration-element:nth-child(even) {
        border-right-width: 0;
        margin-left: -1px;
        padding-left: 3.5rem;
        padding-right: 0; } }
@media (min-width: 52rem) {
  .grid-enumeration {
    display: flex;
    flex-wrap: wrap; } }

/**
 * 	extensions
 */
.ag-product-filter {
  display: none;
  margin: 2.5rem 0 2rem; }
  .ag-product-filter label {
    width: 100%;
    float: none; }
  .ag-product-filter fieldset {
    margin: 0; }
  .ag-product-filter form {
    margin: 0 -1rem;
    padding: 0; }

.ag-product-filter-field {
  padding: 0 1rem;
  margin: 0.5rem 0 !important; }
  .ag-product-filter-field:first-child {
    margin-top: 0 !important; }
  @media (min-width: 52rem) {
    .ag-product-filter-field {
      width: 20%;
      float: left;
      padding: 0 1rem;
      margin-top: 0 !important;
      position: relative; }
      .ag-product-filter-field:before {
        content: '';
        border-left: 1px #e8e8e8 solid;
        position: absolute;
        left: -1px;
        top: 0;
        height: 2.5rem; }
      .ag-product-filter-field:first-child:before {
        display: none; } }

.ag-product-filter-hide {
  cursor: default !important; }
  .ag-product-filter-hide .ag-product-list-item-detail-wrapper {
    display: none; }

/**
 * nur bei js anzeigen
 */
.js .ag-product-filter {
  display: block; }

.ag-products {
  padding: 0; }

.ag-product-list-empty {
  display: none;
  margin-left: 1rem; }

.ag-product-list {
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;
  width: auto; }
  .ag-product-list > li {
    border-bottom: 1px #e8e8e8 solid;
    margin: 2rem 0 1.5rem;
    padding: 0 0 2rem 0;
    position: relative; }
    .ag-product-list > li:before {
      display: none; }
    @media (min-width: 52rem) {
      .ag-product-list > li {
        border-left: 1px #e8e8e8 solid;
        border-bottom: none;
        padding-bottom: 0; }
        .ag-product-list > li:nth-child(3n+1) {
          border-left: none;
          clear: both; }
          .ag-product-list > li:nth-child(3n+1) .ag-product-list-item-shadow {
            display: block;
            width: 240%;
            left: 30%; }
        .ag-product-list > li:nth-child(3n+2) .ag-product-list-item-detail-wrapper {
          left: -99.9999%; }
        .ag-product-list > li:nth-child(3n+3) .ag-product-list-item-detail-wrapper {
          left: -200%; }
        .ag-product-list > li:nth-child(1), .ag-product-list > li:nth-child(2), .ag-product-list > li:nth-child(3) {
          margin-top: 0; } }
    @media (min-width: 59rem) {
      .ag-product-list > li:nth-child(3n+1) {
        border-left: 1px #e8e8e8 solid;
        clear: none; }
        .ag-product-list > li:nth-child(3n+1) .ag-product-list-item-shadow {
          display: none; }
      .ag-product-list > li:nth-child(4n+1) {
        border-left: none;
        clear: both; }
        .ag-product-list > li:nth-child(4n+1) .ag-product-list-item-shadow {
          display: block;
          width: 320%;
          left: 40%; }
        .ag-product-list > li:nth-child(4n+1) .ag-product-list-item-detail-wrapper {
          left: 0; }
      .ag-product-list > li:nth-child(4n+2) .ag-product-list-item-detail-wrapper {
        left: -100%; }
      .ag-product-list > li:nth-child(4n+3) .ag-product-list-item-detail-wrapper {
        left: -200%; }
      .ag-product-list > li:nth-child(4n+4) .ag-product-list-item-detail-wrapper {
        left: -300%; }
      .ag-product-list > li:nth-child(4) {
        margin-top: 0; } }

.ag-product-list-shadow {
  width: 80%;
  left: 10%;
  display: block;
  margin-bottom: 0;
  margin-top: 0.5rem; }

.ag-product-list-item-shadow {
  width: 80%;
  left: 10%;
  position: absolute;
  margin-bottom: 0;
  margin-top: -0.5rem;
  cursor: default !important;
  display: none; }

/**
 * item
 */
.ag-product-list-item {
  text-align: center;
  margin: 0; }
  @media (min-width: 52rem) {
    .ag-product-list-item {
      width: 33.33333%;
      float: left;
      padding: 0 1.5rem; } }
  @media (min-width: 59rem) {
    .ag-product-list-item {
      width: 25%;
      float: left;
      padding: 0 1.5rem; } }
  .ag-product-list-item > label {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .ag-product-list-item > input {
    display: none; }
    .ag-product-list-item > input:checked ~ .ag-product-list-item-detail-wrapper {
      border-bottom: 0.25rem #e8e8e8 solid;
      margin: 0;
      display: block;
      z-index: 100; }
    .ag-product-list-item > input:checked ~ .ag-product-list-item-active {
      display: block; }

.ag-product-list-item-headline, .ag-product-list-item-detail-headline,
.ag-product-list-item-subline,
.ag-product-list-item-detail-subline,
.ag-product-list-item-number,
.ag-product-list-item-detail-number {
  text-align: center;
  margin: 0; }
  @media (min-width: 52rem) {
    .ag-product-list-item-headline, .ag-product-list-item-detail-headline,
    .ag-product-list-item-subline,
    .ag-product-list-item-detail-subline,
    .ag-product-list-item-number,
    .ag-product-list-item-detail-number {
      padding-left: 1rem;
      padding-right: 1rem; } }

.ag-product-list-item-headline, .ag-product-list-item-detail-headline {
  color: #023669;
  font-size: 125%;
  padding-top: 0;
  padding-bottom: 0; }
  .ag-product-list-item-headline strong, .ag-product-list-item-detail-headline strong {
    font-weight: normal; }

.ag-product-list-item-image {
  padding: 1rem 1rem;
  position: relative;
  margin-top: 1.5rem; }
  @media (min-width: 52rem) {
    .ag-product-list-item-image {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 59rem) {
    .ag-product-list-item-image {
      padding-left: 2rem;
      padding-right: 2rem; } }
  .ag-product-list-item-image > img {
    display: inline-block;
    width: 50%; }
    @media (min-width: 52rem) {
      .ag-product-list-item-image > img {
        width: 100%; } }

.ag-product-list-item-active {
  display: none;
  width: 100%;
  position: relative;
  z-index: 10;
  top: 1.75rem; }
  @media (min-width: 52rem) {
    .ag-product-list-item-active {
      top: 0; } }
  .ag-product-list-item-active:before, .ag-product-list-item-active:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0.33333rem;
    background: #023669; }
  .ag-product-list-item-active:after {
    height: 3.25rem;
    top: 0.33333rem;
    background: transparent url(../Images/tabs-arrow-blue.png) center top no-repeat; }

/**
 *   preparation
 */
.ag-product-list-item-preparation, .ag-product-list-item-highlight, .ag-product-single-highlight, .ag-product-list-item-detail-preparation, .ag-product-single-preparation {
  margin: 1.75rem 0 0 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  text-align: center; }
  @media (min-width: 52rem) {
    .ag-product-list-item-preparation, .ag-product-list-item-highlight, .ag-product-single-highlight, .ag-product-list-item-detail-preparation, .ag-product-single-preparation {
      margin: 2rem 0 0 0; } }
  .ag-product-list-item-preparation.even-height, .even-height.ag-product-list-item-highlight, .even-height.ag-product-single-highlight, .even-height.ag-product-list-item-detail-preparation, .even-height.ag-product-single-preparation {
    position: absolute;
    bottom: 0;
    right: 0; }
  .ag-product-list-item-preparation li, .ag-product-list-item-highlight li, .ag-product-single-highlight li, .ag-product-list-item-detail-preparation li, .ag-product-single-preparation li {
    margin: 0 0 0 0.25rem;
    padding: 0;
    width: 2rem;
    display: inline-block; }
    .ag-product-list-item-preparation li:before, .ag-product-list-item-highlight li:before, .ag-product-single-highlight li:before, .ag-product-list-item-detail-preparation li:before, .ag-product-single-preparation li:before {
      display: none; }
    .ag-product-list-item-preparation li:first-child, .ag-product-list-item-highlight li:first-child, .ag-product-single-highlight li:first-child, .ag-product-list-item-detail-preparation li:first-child, .ag-product-single-preparation li:first-child {
      margin-left: 0 !important; }

/**
 *   highlight
 */
.ag-product-list-item-highlight, .ag-product-single-highlight {
  position: absolute;
  z-index: 0;
  right: 4rem;
  top: -1.5rem;
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (min-width: 52rem) {
    .ag-product-list-item-highlight, .ag-product-single-highlight {
      right: 3rem; } }
  @media (min-width: 59rem) {
    .ag-product-list-item-highlight, .ag-product-single-highlight {
      right: 2rem; } }
  .ag-product-list-item-highlight:before, .ag-product-single-highlight:before {
    display: none; }
  .ag-product-list-item-highlight li, .ag-product-single-highlight li {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1rem 0 gray;
    -ms-box-shadow: 0 0 1rem 0 gray;
    -webkit-box-shadow: 0 0 1rem 0 gray;
    box-shadow: 0 0 1rem 0 gray;
    background: #fff;
    border: 0.2rem #fff solid;
    margin-left: 0.33333rem;
    width: 4.5rem;
    height: 4.5rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: .8rem;
    color: #023669; }
    .ag-product-list-item-highlight li:after, .ag-product-single-highlight li:after {
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4.1rem;
      height: 4.1rem;
      display: inline-block;
      border: 0.25rem #023669 solid;
      background: none; }
    .ag-product-list-item-highlight li.ag-product-important, .ag-product-single-highlight li.ag-product-important {
      font-size: 1.2rem;
      color: #e00000; }
      .ag-product-list-item-highlight li.ag-product-important:after, .ag-product-single-highlight li.ag-product-important:after {
        border-color: #e00000; }
    .ag-product-list-item-highlight li.ag-product-image, .ag-product-single-highlight li.ag-product-image {
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-box-shadow: 0 0 0 0 transparent;
      -ms-box-shadow: 0 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 0 transparent;
      box-shadow: 0 0 0 0 transparent;
      background: transparent;
      border: 0 none;
      font-size: 0;
      height: 5rem;
      line-height: 0;
      width: 5rem; }
      .ag-product-list-item-highlight li.ag-product-image:after, .ag-product-single-highlight li.ag-product-image:after {
        content: none;
        display: none; }
      .ag-product-list-item-highlight li.ag-product-image img, .ag-product-single-highlight li.ag-product-image img {
        height: 5rem;
        left: 50%;
        position: absolute;
        top: 50%;
        width: auto;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .ag-product-list-item-highlight span, .ag-product-single-highlight span {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    width: 100%;
    display: block;
    padding: .5rem 0; }

/**
 *  detail
 */
.ag-product-list-item-detail-wrapper {
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  position: absolute;
  display: none;
  width: 100%; }
  @media (min-width: 52rem) {
    .ag-product-list-item-detail-wrapper {
      width: 300%; } }
  @media (min-width: 59rem) {
    .ag-product-list-item-detail-wrapper {
      width: 400%; } }

.ag-product-list-item-detail {
  text-align: left;
  padding: 5rem 0 2rem; }

.ag-product-list-item-detail-headline,
.ag-product-list-item-detail-subline,
.ag-product-list-item-detail-number {
  text-align: left;
  padding-left: 0;
  padding-right: 0; }

.ag-product-list-item-detail-description {
  margin-top: 1.75rem; }
  .ag-product-list-item-detail-description:last-child {
    margin-bottom: 0; }

.ag-product-list-item-detail-image {
  margin-bottom: 1.75rem;
  padding: 0 1rem !important;
  position: relative;
  text-align: center; }
  @media (min-width: 52rem) {
    .ag-product-list-item-detail-image {
      padding: 0 5rem !important;
      margin-bottom: 0; } }
  .ag-product-list-item-detail-image > img {
    display: inline-block;
    width: 50%; }
    @media (min-width: 52rem) {
      .ag-product-list-item-detail-image > img {
        width: 100%; } }

.ag-product-list-item-detail-preparation {
  margin-top: 0;
  text-align: left;
  float: left;
  width: auto; }

.ag-product-list-item-detail-more {
  float: right;
  width: auto;
  padding: 0 0 0 1rem; }

.ag-product-list-item-detail-close {
  -moz-transition: color 0.25s linear 0s;
  -ms-transition: color 0.25s linear 0s;
  -o-transition: color 0.25s linear 0s;
  -webkit-transition: color 0.25s linear 0s;
  transition: color 0.25s linear 0s;
  border: none;
  background: none;
  color: #666;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 125%;
  cursor: pointer;
  position: absolute;
  top: 5rem;
  right: 0; }
  .ag-product-list-item-detail-close:hover {
    color: #023669; }

@media (min-width: 52rem) {
  .product.tabs-navi-wrapper[data-tabs-navi-count='2'] .tabs-navi {
    width: 50%;
    float: left; }
  .product.tabs-navi-wrapper[data-tabs-navi-count='3'] .tabs-navi {
    width: 33.33333%;
    float: left; }
  .product.tabs-navi-wrapper[data-tabs-navi-count='4'] .tabs-navi {
    width: 25%;
    float: left; } }
.product.tabs-navi-wrapper .tabs-navi {
  font-size: 145%; }
  @media (min-width: 52rem) {
    .product.tabs-navi-wrapper .tabs-navi {
      width: 25%;
      float: left;
      padding: 1.5rem; }
      .product.tabs-navi-wrapper .tabs-navi:before {
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        bottom: -2.5rem !important;
        top: auto !important;
        height: 2.5rem;
        background-image: url(../Images/tabs-arrow-blue.png); } }
  .product.tabs-navi-wrapper .tabs-navi.active, .product.tabs-navi-wrapper .tabs-navi:hover {
    background: #0062a3;
    color: #fff; }
.product.tabs-content-container {
  margin: 2rem 0; }
  .product.tabs-content-container[data-hash="product"] .tabs-content-headline,
  .product.tabs-content-container[data-hash="product"] .ag-product-category-description {
    display: none; }
  .product.tabs-content-container .tabs-content {
    min-height: 2rem; }
    .product.tabs-content-container .tabs-content:before, .product.tabs-content-container .tabs-content:after {
      display: none; }
  .product.tabs-content-container .tabs-content-headline {
    display: block; }

@media (min-width: 59rem) {
  .ag-product-single-wrapper {
    margin-right: -8.3333%; }
    .ag-product-single-wrapper .ag-product-single-headline {
      padding-right: 10rem; } }

.ag-product-single-headline {
  margin-bottom: 0; }
  @media (min-width: 52rem) {
    .ag-product-single-headline {
      padding-right: 5rem; } }

.ag-product-single-preparation {
  width: auto;
  margin-top: 0;
  margin-bottom: 1.75rem; }
  @media (min-width: 52rem) {
    .ag-product-single-preparation {
      right: 1rem;
      margin-top: 0.5rem;
      position: absolute;
      top: 0;
      right: 1rem; } }

.ag-product-single-highlight {
  right: 0; }

.ag-product-single-description .product-origin img,
.ag-product-single-description .product-origin span {
  float: left; }
.ag-product-single-description .product-origin img {
  max-width: 40%; }
.ag-product-single-description .product-origin span {
  font-family: "FestivoLettersNo6", sans-serif;
  line-height: 1.2;
  padding: .7em 0 .7em 1em;
  max-width: 60%; }

.ag-product-single-image {
  margin: 1.75rem 0;
  position: relative; }
  .ag-product-single-image .ag-product-category-badge {
    margin-top: 1em;
    padding: 1.2em .7em .7em .9em;
    width: 100%;
    max-width: none; }

.ag-product-single-tools {
  display: none; }

.js .ag-product-single-tools {
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 3rem; }
  .js .ag-product-single-tools li {
    margin: 0 1rem 10px 0;
    padding: 0; }
    .js .ag-product-single-tools li a {
      display: flex;
      align-items: center; }
    .js .ag-product-single-tools li img {
      display: inline-block;
      margin-right: 10px;
      width: 25px;
      height: auto; }
    .js .ag-product-single-tools li:before {
      display: none; }
  .js .ag-product-single-tools .at4-icon.aticon-email {
    background: transparent url(../Images/mail.png) left top no-repeat !important; }

.ag-product-quality-teaser,
.ag-product-accordion-teaser {
  background: #f8f8f8;
  padding: 2rem; }
  .ag-product-quality-teaser .product-teaser-text,
  .ag-product-accordion-teaser .product-teaser-text {
    margin: 0;
    padding: 0; }
    .ag-product-quality-teaser .product-teaser-text > h1:first-child, .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child, .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child,
    .ag-product-quality-teaser .product-teaser-text > h2:first-child,
    .ag-product-quality-teaser .product-teaser-text > h3:first-child,
    .ag-product-quality-teaser .product-teaser-text > h4:first-child,
    .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child,
    .ag-product-quality-teaser .product-teaser-text > h5:first-child,
    .ag-product-accordion-teaser .product-teaser-text > h1:first-child,
    .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child,
    .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child,
    .ag-product-accordion-teaser .product-teaser-text > h2:first-child,
    .ag-product-accordion-teaser .product-teaser-text > h3:first-child,
    .ag-product-accordion-teaser .product-teaser-text > h4:first-child,
    .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child,
    .ag-product-accordion-teaser .product-teaser-text > h5:first-child {
      font-family: "Shelby", sans-serif;
      margin: 0; }
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + h2, .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h2, .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + h3,
      .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h3,
      .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + h4,
      .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h4,
      .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + .ag-product-single-subline,
      .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + h5,
      .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h5,
      .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > h1:first-child + h6,
      .ag-product-quality-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h6,
      .product.tabs-content-container .ag-product-quality-teaser .product-teaser-text > .tabs-content-headline:first-child + h6,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > h2:first-child + h6,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > h3:first-child + h6,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > h4:first-child + h6,
      .ag-product-quality-teaser .product-teaser-text > .ag-product-single-subline:first-child + h6,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + h2,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + h3,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + h4,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + .ag-product-single-subline,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + h5,
      .ag-product-quality-teaser .product-teaser-text > h5:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + h2,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h2,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + h3,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h3,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + h4,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h4,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + .ag-product-single-subline,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + h5,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h5,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > h1:first-child + h6,
      .ag-product-accordion-teaser .product.tabs-content-container .product-teaser-text > .tabs-content-headline:first-child + h6,
      .product.tabs-content-container .ag-product-accordion-teaser .product-teaser-text > .tabs-content-headline:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > h2:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > h3:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > h4:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > .ag-product-single-subline:first-child + h6,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + h2,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + h3,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + h4,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + .ag-product-single-subline,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + h5,
      .ag-product-accordion-teaser .product-teaser-text > h5:first-child + h6 {
        font-family: "FestivoLettersNo6", sans-serif; }
    .ag-product-quality-teaser .product-teaser-text p:last-child,
    .ag-product-accordion-teaser .product-teaser-text p:last-child {
      margin-bottom: 0; }
    .ag-product-quality-teaser .product-teaser-text .button, .ag-product-quality-teaser .product-teaser-text .form-field input[type=submit], .form-field .ag-product-quality-teaser .product-teaser-text input[type=submit],
    .ag-product-accordion-teaser .product-teaser-text .button,
    .ag-product-accordion-teaser .product-teaser-text .form-field input[type=submit],
    .form-field .ag-product-accordion-teaser .product-teaser-text input[type=submit] {
      background: transparent;
      border: 2px solid #023669;
      color: #023669; }
  .ag-product-quality-teaser .product-teaser-image,
  .ag-product-accordion-teaser .product-teaser-image {
    margin: 2rem 0 0 0; }
    .ag-product-quality-teaser .product-teaser-image img,
    .ag-product-accordion-teaser .product-teaser-image img {
      margin: 0 auto;
      max-width: 15rem; }
  @media (min-width: 35rem) {
    .ag-product-quality-teaser,
    .ag-product-accordion-teaser {
      display: flex; }
      .ag-product-quality-teaser .product-teaser-text,
      .ag-product-accordion-teaser .product-teaser-text {
        padding: 0 2rem 0 0;
        text-align: left;
        width: 70%; }
      .ag-product-quality-teaser .product-teaser-image,
      .ag-product-accordion-teaser .product-teaser-image {
        margin: 0;
        width: 30%; } }

.ag-product-single-back {
  margin-top: 3rem; }

.ag-product-teaser-item {
  width: 100%;
  float: left;
  margin: 0 auto 3rem;
  padding: 0; }
  .ag-product-teaser-item > * {
    font-size: 85%; }
  .ag-product-teaser-item h3 {
    font-size: 150%; }
    .ag-product-teaser-item h3 + p {
      margin-top: -1rem; }
  .ag-product-teaser-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .ag-product-teaser-item li {
    margin: 0;
    padding: 0.33333rem 0.5rem; }
    .ag-product-teaser-item li:before {
      display: none; }
    .ag-product-teaser-item li:nth-child(odd) {
      background: whitesmoke; }
  .ag-product-teaser-item.ag-product-teaser-declarations p {
    margin-bottom: 5px; }
  .ag-product-teaser-item.ag-product-teaser-declarations .image-wrapper {
    padding: 10px 10px 5px;
    background: #F5F5F5; }
    .ag-product-teaser-item.ag-product-teaser-declarations .image-wrapper img {
      display: inline;
      width: auto;
      margin-right: 5px; }

.ag-product-teaser-label {
  width: 66.66667%;
  float: left; }

.ag-product-teaser-unit {
  width: 33.33333%;
  float: left;
  text-align: right; }

/**
 * 	besonderheiten
 */
.ag-product-teaser-mark li {
  padding-left: 1.75rem;
  position: relative; }
  .ag-product-teaser-mark li:before, .ag-product-teaser-mark li:after {
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: #023669;
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 0.95238rem;
    width: 0.14286rem;
    height: 0.5rem;
    display: block; }
  .ag-product-teaser-mark li:after {
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    left: 0.90909rem;
    top: 0.71429rem;
    height: 0.8rem; }

.ag-product-category {
  margin-left: 1.5rem; }

.ag-product-category-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ag-product-category-list > li {
    margin: 0 0 3rem 0;
    padding: 0; }
  .ag-product-category-list a {
    text-align: center;
    display: block; }

@media (min-width: 52rem) {
  .ag-product-category-list-item {
    width: 25%;
    float: left; } }

.ag-product-category-list-item-headline {
  text-align: center;
  margin-bottom: 1.5rem !important; }

.ag-product-category-list-item-image {
  text-align: center;
  margin-bottom: 1.5rem; }
  .ag-product-category-list-item-image img {
    display: inline-block; }
    @media (min-width: 21.5rem) {
      .ag-product-category-list-item-image img {
        max-width: 75%; } }

.ag-product-category-description {
  margin: 0;
  padding: 0;
  width: 42rem;
  max-width: 100%; }

.ag-product-category-list-item-button {
  margin: 0 auto;
  padding: 0; }

.ag-product-category-badge {
  display: block;
  font-family: "FestivoLettersNo6", sans-serif;
  overflow: hidden;
  position: relative;
  padding: .7em .7em .5em .3em;
  max-width: 50%;
  z-index: 5;
  clip-path: polygon(0 0, 98.5% 40%, 100% 100%, 0 100%); }
  .ag-product-category-badge.product-category-1 {
    background: #ff4c1b;
    color: #fff; }
  .ag-product-category-badge.product-category-2 {
    background: transparent;
    color: #023669; }
    .ag-product-category-badge.product-category-2:before, .ag-product-category-badge.product-category-2:after {
      bottom: 0;
      content: '';
      display: block;
      left: 0;
      right: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
    .ag-product-category-badge.product-category-2:before {
      background: #ae8961; }
    .ag-product-category-badge.product-category-2:after {
      background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, #ecc9a0, rgba(255, 255, 255, 0) 100%); }
  .ag-product-category-badge.product-category-3 {
    background: #1867b7;
    color: #fff; }

h2.ag-product-category-badge.tabs-content-headline {
  font-size: 1.3em !important;
  padding: 1.2em 1em .8em !important; }
  h2.ag-product-category-badge.tabs-content-headline.product-category-1 {
    color: #fff; }
  h2.ag-product-category-badge.tabs-content-headline.product-category-2 {
    color: #023669; }
  h2.ag-product-category-badge.tabs-content-headline.product-category-3 {
    color: #fff; }

.ag-product-list-item-image .ag-product-category-badge {
  bottom: 15%;
  left: 0;
  position: absolute;
  clip-path: polygon(0 0, 98.5% 15%, 100% 100%, 0 100%); }

.tx-indexedsearch-searchbox form {
  display: none; }

/*# sourceMappingURL=default.css.map */
