@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #171717;
}
.color-gray-base {
  color: #d9d9d9;
}
.color-middle-gray {
  color: #cccccc;
}
.color-light-gray {
  color: #eeeeee;
}
.color-primary {
  color: #78b82a;
}
.color-second {
  color: #c2e794;
}
.color-action {
  color: #d9d9d9;
}
.color-danger {
  color: #ca4c2e;
}
.color-warning {
  color: #b6c62d;
}
.color-success {
  color: #78b82a;
}
.color-info {
  color: #d9d9d9;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #171717;
}
.bg-gray-base {
  background-color: #d9d9d9;
}
.bg-middle-gray {
  background-color: #cccccc;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-primary {
  background-color: #78b82a;
}
.bg-second {
  background-color: #c2e794;
}
.bg-action {
  background-color: #d9d9d9;
}
.bg-danger {
  background-color: #ca4c2e;
}
.bg-warning {
  background-color: #b6c62d;
}
.bg-success {
  background-color: #78b82a;
}
.bg-info {
  background-color: #d9d9d9;
}
.border-white {
  border: 1px solid #ffffff;
}
.border-black {
  border: 1px solid #171717;
}
.border-gray-base {
  border: 1px solid #d9d9d9;
}
.border-middle-gray {
  border: 1px solid #cccccc;
}
.border-light-gray {
  border: 1px solid #eeeeee;
}
.border-primary {
  border: 1px solid #78b82a;
}
.border-second {
  border: 1px solid #c2e794;
}
.border-action {
  border: 1px solid #d9d9d9;
}
.border-danger {
  border: 1px solid #ca4c2e;
}
.border-warning {
  border: 1px solid #b6c62d;
}
.border-success {
  border: 1px solid #78b82a;
}
.border-info {
  border: 1px solid #d9d9d9;
}
.margin {
  margin: 10px;
}
.marginTop {
  margin-top: 10px;
}
.marginRight {
  margin-right: 10px;
}
.marginBottom {
  margin-bottom: 10px;
}
.marginLeft {
  margin-left: 10px;
}
.margin--xsmall {
  margin: 5px;
}
.marginTop--xsmall {
  margin-top: 5px;
}
.marginRight--xsmall {
  margin-right: 5px;
}
.marginBottom--xsmall {
  margin-bottom: 5px;
}
.marginLeft--xsmall {
  margin-left: 5px;
}
.margin--xlarge {
  margin: 60px;
}
.marginTop--xlarge {
  margin-top: 60px;
}
.marginRight--xlarge {
  margin-right: 60px;
}
.marginBottom--xlarge {
  margin-bottom: 60px;
}
.marginLeft--xlarge {
  margin-left: 60px;
}
.margin--large {
  margin: 40px;
}
.marginTop--large {
  margin-top: 40px;
}
.marginRight--large {
  margin-right: 40px;
}
.marginBottom--large {
  margin-bottom: 40px;
}
.marginLeft--large {
  margin-left: 40px;
}
.margin--small {
  margin: 20px;
}
.marginTop--small {
  margin-top: 20px;
}
.marginRight--small {
  margin-right: 20px;
}
.marginBottom--small {
  margin-bottom: 20px;
}
.marginLeft--small {
  margin-left: 20px;
}
.padding {
  padding: 10px;
}
.paddingTop {
  padding-top: 10px;
}
.paddingRight {
  padding-right: 10px;
}
.paddingBottom {
  padding-bottom: 10px;
}
.paddingLeft {
  padding-left: 10px;
}
.padding--xsmall {
  padding: 5px;
}
.paddingTop--xsmall {
  padding-top: 5px;
}
.paddingRight--xsmall {
  padding-right: 5px;
}
.paddingBottom--xsmall {
  padding-bottom: 5px;
}
.paddingLeft--xsmall {
  padding-left: 5px;
}
.padding--xlarge {
  padding: 60px;
}
.paddingTop--xlarge {
  padding-top: 60px;
}
.paddingRight--xlarge {
  padding-right: 60px;
}
.paddingBottom--xlarge {
  padding-bottom: 60px;
}
.paddingLeft--xlarge {
  padding-left: 60px;
}
.padding--large {
  padding: 40px;
}
.paddingTop--large {
  padding-top: 40px;
}
.paddingRight--large {
  padding-right: 40px;
}
.paddingBottom--large {
  padding-bottom: 40px;
}
.paddingLeft--large {
  padding-left: 40px;
}
.padding--small {
  padding: 20px;
}
.paddingTop--small {
  padding-top: 20px;
}
.paddingRight--small {
  padding-right: 20px;
}
.paddingBottom--small {
  padding-bottom: 20px;
}
.paddingLeft--small {
  padding-left: 20px;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url('../fonts/icons/icons.eot');
  src: url('../fonts/icons/icons.eot?#iefix') format('eot'), url('../fonts/icons/icons.woff') format('woff'), url('../fonts/icons/icons.ttf') format('truetype'), url('../fonts/icons/icons.svg#icons') format('svg');
}
.icon,
.icon-register,
.icon-admin,
.icon-add-user,
.icon-calendar,
.icon-drag,
.icon-contact,
.icon-address,
.icon-document,
.icon-work,
.icon-profil,
.icon-group,
.icon-abo,
.icon-bills,
.icon-add,
.icon-remove,
.icon-delete,
.icon-pdf,
.icon-map,
.icon-refresh,
.icon-copy,
.icon-back,
.icon-language,
.icon-share,
.icon-move,
.icon-publish,
.icon-edit,
.icon-account-user-account,
.icon-account-customer-account,
.icon-account-shipment-address,
.icon-account-order-history,
.icon-account-digital-products,
.icon-account-newsletter {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
}
.icon-angle-down:before {
  content: "\E001";
}
.icon-angle-left:before {
  content: "\E002";
}
.icon-angle-right:before {
  content: "\E003";
}
.icon-angle-solid-down:before {
  content: "\E004";
}
.icon-angle-solid-left:before {
  content: "\E005";
}
.icon-angle-solid-right:before {
  content: "\E006";
}
.icon-angle-solid-up:before {
  content: "\E007";
}
.icon-angle-up:before {
  content: "\E008";
}
.icon-arrow-down:before {
  content: "\E009";
}
.icon-arrow-left:before {
  content: "\E00A";
}
.icon-arrow-right:before {
  content: "\E00B";
}
.icon-arrow-up:before {
  content: "\E00C";
}
.icon-basket:before {
  content: "\E00D";
}
.icon-chat:before {
  content: "\E00E";
}
.icon-check-circle:before {
  content: "\E00F";
}
.icon-check:before {
  content: "\E010";
}
.icon-clock:before {
  content: "\E011";
}
.icon-close:before {
  content: "\E012";
}
.icon-document-archive:before {
  content: "\E013";
}
.icon-download:before {
  content: "\E014";
}
.icon-drag-drop:before {
  content: "\E015";
}
.icon-exclamation-circle:before {
  content: "\E016";
}
.icon-exclamation:before {
  content: "\E017";
}
.icon-eye:before {
  content: "\E018";
}
.icon-facebook:before {
  content: "\E019";
}
.icon-favorites-filled:before {
  content: "\E01A";
}
.icon-favorites:before {
  content: "\E01B";
}
.icon-fax:before {
  content: "\E01C";
}
.icon-file-doc:before {
  content: "\E01D";
}
.icon-file-document:before {
  content: "\E01E";
}
.icon-file-image:before {
  content: "\E01F";
}
.icon-file-pdf:before {
  content: "\E020";
}
.icon-file-powerpoint:before {
  content: "\E021";
}
.icon-file-video:before {
  content: "\E022";
}
.icon-file-xls:before {
  content: "\E023";
}
.icon-globe-europe:before {
  content: "\E024";
}
.icon-globe-new:before {
  content: "\E025";
}
.icon-globe:before {
  content: "\E026";
}
.icon-handshake:before {
  content: "\E027";
}
.icon-heart-filled:before {
  content: "\E028";
}
.icon-heart:before {
  content: "\E029";
}
.icon-home:before {
  content: "\E02A";
}
.icon-info:before {
  content: "\E02B";
}
.icon-instagram:before {
  content: "\E02C";
}
.icon-linkedin:before {
  content: "\E02D";
}
.icon-lock:before {
  content: "\E02E";
}
.icon-login:before {
  content: "\E02F";
}
.icon-logout:before {
  content: "\E030";
}
.icon-long-arrow-alt-down:before {
  content: "\E031";
}
.icon-long-arrow-alt-left:before {
  content: "\E032";
}
.icon-long-arrow-alt-right:before {
  content: "\E033";
}
.icon-long-arrow-alt-up:before {
  content: "\E034";
}
.icon-long-arrow-down:before {
  content: "\E035";
}
.icon-long-arrow-left:before {
  content: "\E036";
}
.icon-long-arrow-right:before {
  content: "\E037";
}
.icon-long-arrow-up:before {
  content: "\E038";
}
.icon-mail:before {
  content: "\E039";
}
.icon-map-pin:before {
  content: "\E03A";
}
.icon-minus:before {
  content: "\E03B";
}
.icon-payment:before {
  content: "\E03C";
}
.icon-phone:before {
  content: "\E03D";
}
.icon-plus:before {
  content: "\E03E";
}
.icon-print:before {
  content: "\E03F";
}
.icon-question:before {
  content: "\E040";
}
.icon-quickorder:before {
  content: "\E041";
}
.icon-reload:before {
  content: "\E042";
}
.icon-search:before {
  content: "\E043";
}
.icon-settings:before {
  content: "\E044";
}
.icon-shield-check:before {
  content: "\E045";
}
.icon-shipping:before {
  content: "\E046";
}
.icon-trash:before {
  content: "\E047";
}
.icon-truck-fast:before {
  content: "\E048";
}
.icon-twitter:before {
  content: "\E049";
}
.icon-upload:before {
  content: "\E04A";
}
.icon-user:before {
  content: "\E04B";
}
.icon-user_1:before {
  content: "\E04C";
}
.icon-users-new:before {
  content: "\E04D";
}
.icon-users-solid:before {
  content: "\E04E";
}
.icon-users:before {
  content: "\E04F";
}
.icon-warehouse:before {
  content: "\E050";
}
.icon-xing:before {
  content: "\E051";
}
.icon-youtube:before {
  content: "\E052";
}
.icon,
.icon-register,
.icon-admin,
.icon-add-user,
.icon-calendar,
.icon-drag,
.icon-contact,
.icon-address,
.icon-document,
.icon-work,
.icon-profil,
.icon-group,
.icon-abo,
.icon-bills,
.icon-add,
.icon-remove,
.icon-delete,
.icon-pdf,
.icon-map,
.icon-refresh,
.icon-copy,
.icon-back,
.icon-language,
.icon-share,
.icon-move,
.icon-publish,
.icon-edit,
.icon-account-user-account,
.icon-account-customer-account,
.icon-account-shipment-address,
.icon-account-order-history,
.icon-account-digital-products,
.icon-account-newsletter {
  font-family: "icons";
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8em;
}
.icon-material {
  font-family: "Material Icons";
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8em;
}
.icon-register:before {
  content: "\e85d";
}
.icon-admin:before {
  content: "\e8b8";
}
.icon-add-user:before {
  content: "\e7fe";
}
.icon-calendar:before {
  content: "\e8df";
}
.icon-drag:before {
  content: "\e89f";
}
.icon-contact:before {
  content: "\e158";
}
.icon-address:before {
  content: "\e02f";
}
.icon-document:before {
  content: "\e873";
}
.icon-work:before {
  content: "\e0af";
}
.icon-profil:before {
  content: "\e87c";
}
.icon-group:before {
  content: "\e7ef";
}
.icon-abo:before {
  content: "\e863";
}
.icon-bills:before {
  content: "\e8b0";
}
.icon-add:before {
  content: "\e145";
}
.icon-remove:before {
  content: "\e15b";
}
.icon-delete:before {
  content: "\e872";
}
.icon-pdf:before {
  content: "\e873";
}
.icon-map:before {
  content: "\e55f";
}
.icon-refresh:before {
  content: "\e5d5";
}
.icon-copy:before {
  content: "\e14d";
}
.icon-back:before {
  content: "\e5cb";
}
.icon-language:before {
  content: "\e894";
}
.icon-share:before {
  content: "\e80d";
}
.icon-move:before {
  content: "\e89f";
}
.icon-publish:before {
  content: "\e80b";
}
.icon-edit:before {
  content: "\e3c9";
}
.icon-account-user-account:before {
  content: "\e853";
}
.icon-account-customer-account:before {
  content: "\e8d3";
}
.icon-account-shipment-address:before {
  content: "\e558";
}
.icon-account-order-history:before {
  content: "\e8cc";
}
.icon-account-digital-products:before {
  content: "\e161";
}
.icon-account-newsletter:before {
  content: "\e0be";
}
#box {
  height: 172px;
  position: fixed;
  top: 234px;
  right: -250px;
  z-index: 120;
  -webkit-transition: right 0.2s ease-in;
  -moz-transition: right 0.2s ease-in;
  -ms-transition: right 0.2s ease-in;
  -o-transition: right 0.2s ease-in;
}
#box.hoverintent {
  right: 0;
}
#box .box-icons {
  float: left;
  cursor: pointer;
}
#box .box-icons .box-icon {
  background-color: #78b82a;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 40px;
  padding-top: 2px;
  text-align: center;
  color: #ffffff;
}
#box .box-icons .box-icon:first-child {
  margin-top: 0;
}
#box .box-icons .box-icon:last-child {
  margin-bottom: 0;
}
#box .box-icons .box-icon .fa {
  font-size: 20px;
}
#box .box-content {
  background-color: #eeeeee;
  padding: 20px;
  width: 250px;
  margin-left: 40px;
  border-top: 4px solid #78b82a;
}
#box .box-content h2 {
  margin-top: 0;
}
#box .box-content .fa {
  font-size: 20px;
  width: 30px;
  text-align: center;
}
.dcCookieBar {
  position: fixed;
  left: 0;
  bottom: 0;
  line-height: 1.3;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 600;
  padding: 15px;
  padding-left: 90px;
  background-color: #ffffff;
  font-size: 14px;
  color: #171717;
  box-sizing: border-box;
}
.dcCookieBar a {
  color: #78b82a;
  text-decoration: underline;
}
.dcCookieBar a:hover {
  color: #5d8e21;
}
.dcCookieBar__button {
  width: 100%;
  line-height: 1.6;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  min-width: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #171717;
  border: 1px solid transparent;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieBar__button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #171717;
}
.dcCookieBar__button:active,
.dcCookieBar__button:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #171717;
}
@media (max-width: 1024px) {
  .dcCookieBar__button {
    font-size: 14px;
  }
}
.dcCookieBar__buttonaction {
  border-color: #78b82a;
  color: #ffffff;
  background-color: #78b82a;
}
.dcCookieBar__buttonaction:hover {
  background-color: #6aa325;
  border-color: #6aa325;
  color: #ffffff;
}
.dcCookieBar__buttonaction:active,
.dcCookieBar__buttonaction:focus {
  background-color: #5d8e21;
  border-color: #5d8e21;
  color: #ffffff;
}
.dcCookieBar__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dcCookieBar__buttons .dcCookieBar__button {
  flex-grow: 1;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .dcCookieBar__buttons .dcCookieBar__button {
    margin-bottom: 7.5px;
  }
  .dcCookieBar__buttons .dcCookieBar__buttonaction {
    order: -1;
    width: 100%;
  }
}
.dcCookieBar__main {
  text-align: center;
}
.dcCookieBar__text {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-bottom: 15px;
  text-align: left;
}
.dcCookieBar__links {
  text-align: right;
  font-size: 12px;
}
.dcCookieBar__links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.dcCookieBar__center {
  text-align: center;
}
.dcCookieBar__center a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.dcCookieModal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  color: #171717;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 601;
  font-size: 14px;
}
.dcCookieModal__dialog {
  background-color: #ffffff;
  padding: 30px;
  width: 550px;
  max-width: 100%;
  margin: 15px auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .dcCookieModal__dialog {
    padding: 15px;
  }
}
@media (min-width: 441px) {
  .dcCookieModal__dialog {
    margin-top: 150px;
  }
}
.dcCookieModal a {
  color: #78b82a;
  text-decoration: underline;
  cursor: pointer;
}
.dcCookieModal a:hover {
  color: #5d8e21;
}
.dcCookieModal .dcCookieBar__button {
  color: #171717;
  background-color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.dcCookieModal .dcCookieBar__button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #171717;
}
.dcCookieModal .dcCookieBar__button:active,
.dcCookieModal .dcCookieBar__button:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #171717;
}
.dcCookieModal .dcCookieBar__buttonaction {
  border-color: #78b82a;
  color: #ffffff;
  background-color: #78b82a;
  cursor: pointer;
}
.dcCookieModal .dcCookieBar__buttonaction:hover {
  background-color: #6aa325;
  border-color: #6aa325;
  color: #ffffff;
}
.dcCookieModal .dcCookieBar__buttonaction:active,
.dcCookieModal .dcCookieBar__buttonaction:focus {
  background-color: #5d8e21;
  border-color: #5d8e21;
  color: #ffffff;
}
.dcCookieModal .dcCookieBar__links {
  margin-top: 15px;
  text-align: left;
}
.dcCookieModal .dcCookieBar__links a {
  margin-left: 0;
  margin-right: 15px;
}
.dcCookieModal.open {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.dcCookieModalBody__headline {
  font-size: 20px;
  margin-bottom: 15px;
}
.dcCookieModalBody__info {
  margin-bottom: 15px;
}
.dcCookieBarSwitch {
  width: 50px;
  position: relative;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  border-radius: 13px;
  margin: 0;
  background-color: #eeeeee;
}
.dcCookieBarSwitch span {
  font-style: normal;
  position: absolute;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: #171717;
  top: 50%;
  margin-top: -10px;
  display: block;
  pointer-events: none;
  margin-bottom: 0;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}
.dcCookieBarSwitch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
.dcCookieBarSwitch input:checked + span {
  left: 100%;
  margin-left: -23px;
  background-color: #78b82a;
}
.dcCookieBarSwitch__label {
  color: #171717;
  margin-bottom: 0;
  line-height: 26px;
  margin-right: 10px;
}
.dcCookieBarBox {
  padding: 15px;
  border: 2px solid #eeeeee;
  margin-top: 15px;
}
.dcCookieBarBox__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.dcCookieBarBox__title {
  margin-right: 30px;
  font-size: 16px;
}
.dcCookieBarBox__info {
  margin-bottom: 15px;
}
.dcCookieBarMoreBox {
  margin-top: 15px;
}
.dcCookieBarMoreBox.open {
  display: block;
}
.dcCookieBarTable {
  margin-top: 15px;
}
.dcCookieBarTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
.dcCookieBarTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarTable__cell--description {
  font-weight: bold;
  font-size: 1.2em;
}
.dcCookieBarTable__cell--switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .dcCookieBarTable__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .dcCookieBarTable__cell {
    flex-grow: 1;
    text-align: left;
  }
  .dcCookieBarTable__cell:first-child {
    padding-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 200px;
  }
  .dcCookieBarTable__cell:first-child.dcCookieBarTable__cell--description {
    width: 50%;
  }
  .dcCookieBarTable__cell--switch {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .dcCookieBarTable__cell:first-child {
    margin-bottom: 4px;
  }
  .dcCookieBarTable__cell:first-child:after {
    content: ":";
  }
}
.dcCookieBarRecurringTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarRecurringTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label {
  position: relative;
  padding-left: 20px;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #171717;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieBarRecurringTable__row--parent .dcCookieBarRecurringTable__label.active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  border-color: transparent transparent transparent #78b82a;
}
.dcCookieBarRecurringTable__row--child {
  padding-left: 20px;
}
.dcCookieBarRecurringTable__label {
  font-weight: bold;
}
.dcCookieBarHistoryTable {
  font-size: 11px;
}
.dcCookieBarHistoryTable__row {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarHistoryTable__row:last-child {
  border-bottom: 0;
}
.dcCookieBarHistoryTable__label {
  flex-grow: 1;
  margin-right: 8px;
}
.dcCookieBarHistoryTable__badge {
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 1px;
}
.dcCookieBarHistoryTable__badge.active {
  background-color: green;
}
.dcCookieBarHistoryTable__active {
  margin-left: 8px;
  flex-shrink: 0;
  width: 60px;
  text-align: right;
}
.dcCookieBarRecurring {
  z-index: 601;
  position: fixed;
  left: 20px;
  bottom: 20px;
  box-sizing: border-box;
}
.dcCookieBarRecurringBox {
  position: fixed;
  z-index: 601;
  left: 20px;
  bottom: 80px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 400px;
  font-size: 14px;
}
.dcCookieBarRecurringBox__close {
  height: 14px;
  width: 14px;
  cursor: pointer;
}
.dcCookieBarRecurringBox__close svg path {
  fill: #000000;
}
.dcCookieBarRecurringBox__close:hover svg path {
  fill: #78b82a;
}
.dcCookieBarRecurringBox__head {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.dcCookieBarRecurringBox__title {
  margin-right: 15px;
}
.dcCookieBarRecurringBox__footer .dcCookieBar__button {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 440px) {
  .dcCookieBarRecurringBox {
    max-width: 100%;
    left: 0;
    bottom: 0;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}
.dcCookieBarRecurringButton {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #78b82a;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dcCookieBarRecurringButton:hover,
.dcCookieBarRecurringButton:focus {
  background-color: #6aa325;
}
.dcCookieBarRecurringButton svg path {
  fill: #000000;
}
.dcCookieBarRecurringButton .closelabel {
  display: none;
  position: relative;
  top: 3px;
}
.dcCookieBarRecurringButton .openlabel {
  position: relative;
  top: 6px;
}
.dcCookieBarRecurringButton.open .openlabel {
  display: none;
}
.dcCookieBarRecurringButton.open .closelabel {
  display: block;
}
.dcCookieBarTab {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
.dcCookieBarTab:not(.active) {
  background-color: #eeeeee;
}
.dcCookieBarTab:hover {
  background-color: #f2f2f2;
}
.dcCookieBarTabContent {
  padding: 15px;
  display: none;
  height: 240px;
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}
.dcCookieBarTabContent.active {
  display: block;
}
.dcCookieBarTabs__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.dcCookieBarTabs__header .dcCookieBarTab {
  flex-grow: 1;
  width: 50%;
}
.dcCookieExternal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.dcCookieExternal__info {
  padding: 15px;
  border: 1px solid transparent;
  background-color: #ffffff;
  text-align: center;
}
.dcCookieExternal__button {
  line-height: 1.6;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  min-width: 40px;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #171717;
  border: 1px solid transparent;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.dcCookieExternal__button:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #171717;
}
.dcCookieExternal__button:active,
.dcCookieExternal__button:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #171717;
}
.hidden {
  display: none !important;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
}
#scrolltop_button {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 101;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: #78b82a;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  right: -45px;
  bottom: 100px;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#scrolltop_button:hover {
  background-color: #5d8e21;
}
#scrolltop_button.sticky {
  right: 0;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding-left: 50px;
}
.alert:before {
  content: "\f05a";
  font-family: FontAwesome;
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 30px;
  margin-top: -21px;
}
.alert-danger {
  color: #ca4c2e;
  border-color: #ca4c2e;
  background-color: #fefaf9;
}
.alert-warning {
  color: #b6c62d;
  border-color: #b6c62d;
  background-color: #fcfdf5;
}
.alert-success {
  color: #78b82a;
  border-color: #78b82a;
  background-color: #f1fae7;
}
.alert-info {
  color: #d9d9d9;
  border-color: #d9d9d9;
  background-color: #ffffff;
}
.emptybox {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #eeeeee;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.modal-dialog {
  width: 600px;
  margin: 40px auto;
  max-width: calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: -webkit-calc(100% - 60px);
  max-width: -o-calc(100% - 60px);
}
.modal-dialog.modal-xlg {
  width: 1500px;
}
.modal-dialog.modal-lg {
  width: 900px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 20px auto;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -o-calc(100% - 40px);
  }
}
.modal-content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.43);
  border: 0;
  margin: 20px;
  border-radius: 5px;
}
.modal-header {
  border: 0;
  min-height: 58px;
  background-color: transparent;
  padding: 20px 60px 20px 20px;
  position: relative;
}
.modal-header .close {
  margin: 0;
  padding: 5px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #171717;
  font-weight: 400;
  float: none;
  position: absolute;
  right: 15px;
  top: 12px;
  line-height: 20px;
  text-shadow: none;
}
.modal-header .close .icon {
  line-height: 20px;
}
.modal-header .close:hover {
  color: #171717;
  background-color: #eeeeee;
}
@media (max-width: 481px) {
  .modal-header {
    padding-left: 15px;
    padding-right: 40px;
  }
  .modal-header .close {
    right: 10px;
  }
}
.modal-title {
  font-weight: 600;
}
.modal-body {
  padding: 20px;
  background-color: #ffffff;
}
.modal-body .container {
  width: 100%;
}
.modal {
  z-index: 10000;
  margin-left: auto;
  margin-right: auto;
}
.modal.error .modal-header,
.modal.success .modal-header {
  color: #ffffff;
  padding-left: 55px;
}
.modal.error .modal-header .close,
.modal.success .modal-header .close {
  color: #ffffff;
}
.modal.error .modal-header .close:hover,
.modal.success .modal-header .close:hover {
  background-color: #ffffff;
}
.modal.error .modal-title,
.modal.success .modal-title {
  color: #ffffff;
}
.modal.error .modal-title:before,
.modal.success .modal-title:before {
  position: absolute;
  left: 20px;
  top: 50%;
  font-family: "Material Icons";
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  line-height: 26px;
  height: 26px;
  margin-top: -13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  font-size: 20px;
}
.modal.error .modal-header {
  border-color: #ca4c2e;
  background-color: #ca4c2e;
}
.modal.error .modal-header .close:hover {
  color: #ca4c2e;
}
.modal.error .modal-title:before {
  content: "\e5cd";
  color: #ca4c2e;
}
.modal.success .modal-header {
  border-color: #78b82a;
  background-color: #78b82a;
}
.modal.success .modal-header .close:hover {
  color: #78b82a;
}
.modal.success .modal-title:before {
  content: "\e5ca";
  color: #78b82a;
}
#notificationModal .modal-content .modal-header {
  background-color: #78b82a;
}
#notificationModal .modal-content .modal-header button.close {
  color: #ffffff;
}
#notificationModal .modal-content .modal-header button.close:hover {
  color: #171717;
  background-color: unset;
}
#notificationModal .modal-content .modal-body {
  padding-top: 20px;
}
#lightbox_login .modal-dialog,
#lightbox_register .modal-dialog,
#lightbox_password .modal-dialog {
  width: auto;
  max-width: 1320px;
}
#lightbox_login .modal-content,
#lightbox_register .modal-content,
#lightbox_password .modal-content {
  margin: 20px;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}
#lightbox_login .modal-header,
#lightbox_register .modal-header,
#lightbox_password .modal-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#lightbox_login .modal-header button,
#lightbox_register .modal-header button,
#lightbox_password .modal-header button {
  background: #78b82a;
  border-radius: 3px;
  color: #ffffff;
}
#lightbox_login .modal-header button:hover,
#lightbox_register .modal-header button:hover,
#lightbox_password .modal-header button:hover {
  background: #5d8e21;
}
#lightbox_login .modal-body,
#lightbox_register .modal-body,
#lightbox_password .modal-body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
}
#lightbox_login .modal-body > .component:first-child,
#lightbox_register .modal-body > .component:first-child,
#lightbox_password .modal-body > .component:first-child {
  padding: 60px;
}
@media (max-width: 767px) {
  #lightbox_login .modal-body > .component:first-child,
  #lightbox_register .modal-body > .component:first-child,
  #lightbox_password .modal-body > .component:first-child {
    padding: 20px;
  }
}
#lightbox_login .modal-body > .login_img > div,
#lightbox_register .modal-body > .login_img > div,
#lightbox_password .modal-body > .login_img > div {
  height: 100%;
}
#lightbox_login .modal-body > .login_img img,
#lightbox_register .modal-body > .login_img img,
#lightbox_password .modal-body > .login_img img {
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 1023px) {
  #lightbox_login .modal-body > .login_img,
  #lightbox_register .modal-body > .login_img,
  #lightbox_password .modal-body > .login_img {
    display: none;
  }
}
#lightbox_login h2,
#lightbox_register h2,
#lightbox_password h2 {
  margin-bottom: 20px;
}
#lightbox_login small,
#lightbox_register small,
#lightbox_password small {
  font-size: 1.4rem;
}
#lightbox_login small a,
#lightbox_register small a,
#lightbox_password small a {
  text-decoration: none;
  font-weight: 500;
}
#lightbox_login small a:hover,
#lightbox_register small a:hover,
#lightbox_password small a:hover {
  text-decoration: underline;
}
#lightbox_login .submit_button,
#lightbox_register .submit_button,
#lightbox_password .submit_button {
  margin-top: 30px;
  margin-bottom: 10px;
}
.datepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker td,
.datepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.datepicker table tr td.active {
  background: none;
  background-color: #78b82a;
  text-shadow: none;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover {
  background-color: #78b82a;
  background: none;
  text-shadow: none;
}
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active.active,
.datepicker table tr td.active:hover.active {
  background: none;
  background-color: #78b82a;
  text-shadow: none;
}
.datepicker table tr td span.active {
  background: none;
  background-color: #78b82a;
  text-shadow: none;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover {
  background-color: #78b82a;
  background: none;
  text-shadow: none;
}
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.active.active,
.datepicker table tr td span.active:hover.active {
  background: none;
  background-color: #78b82a;
  text-shadow: none;
}
.daterangepicker {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.daterangepicker td,
.daterangepicker th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.daterangepicker td {
  border-width: 2px;
  background-color: #eeeeee;
}
.daterangepicker td.in-range {
  background-color: #eeeeee;
}
.daterangepicker td.active {
  background-color: #78b82a;
}
.daterangepicker td.active:hover,
.daterangepicker td.active:focus {
  background-color: #6aa325 !important;
  color: #666666 !important;
}
.daterangepicker td.start-date,
.daterangepicker td.end-date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.daterangepicker td.off,
.daterangepicker td.disabled {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.daterangepicker .prev > i,
.daterangepicker .next > i {
  font-size: 18px;
}
.daterangepicker .daterangepicker_input {
  width: 100%;
  display: none;
}
.daterangepicker .daterangepicker_input i {
  top: 50%;
  line-height: 24px;
  margin-top: -12px;
  font-size: 24px;
  color: #d9d9d9;
}
.daterangepicker .daterangepicker_input input {
  padding-left: 35px;
}
.daterangepicker .input-mini.active {
  border-width: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.daterangepicker .calendar td {
  width: 39px;
}
.daterangepicker .calendar td.available:hover {
  background-color: #e1e1e1;
}
.daterangepicker .table-condensed tbody > tr > td,
.daterangepicker .table-condensed tfoot > tr > td,
.daterangepicker .table-condensed thead > tr > td,
.daterangepicker .table-condensed tbody > tr > th,
.daterangepicker .table-condensed tfoot > tr > th,
.daterangepicker .table-condensed thead > tr > th {
  padding: 8px;
}
.daterangepicker .calendar-table {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 767px) {
  .daterangepicker {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100vh;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    margin: 0 !important;
  }
  .daterangepicker .calendar {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav > button {
  font-size: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #cccccc;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.owl-carousel .owl-nav > button:hover {
  color: #c2e794;
}
.owl-carousel .owl-nav > button .icon {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 50px;
}
.owl-carousel .owl-nav > button.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-next {
  right: -80px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -80px;
}
.owl-carousel .owl-item img {
  width: auto;
}
@media (max-width: 1700px) {
  .owl-carousel .owl-nav > button {
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
    color: #171717;
  }
  .owl-carousel .owl-nav > button:hover {
    background-color: #ffffff;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .owl-carousel .owl-nav > button {
    font-size: 26px;
    margin-top: -20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .owl-carousel .owl-nav > button .icon {
    line-height: 40px;
    font-size: 40px;
  }
}
iframe {
  max-width: 100%;
}
img {
  height: auto !important;
  max-width: 100% !important;
}
.image {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.table_area {
  display: table;
  width: 100%;
  table-layout: auto;
}
.table_area .table_row {
  display: table-row;
}
.table_area .table_row .table_cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
}
.table_area .table_row .table_cell .table_cell_label {
  color: #d9d9d9;
  padding-right: 20px;
  display: none;
}
.table_area .table_row.table_header .table_cell {
  color: #d9d9d9;
}
@media (max-width: 767px) {
  .textcontent .table_wrapper {
    max-width: 100%;
    overflow-x: scroll;
  }
  .table_area {
    display: block;
  }
  .table_area .table_row {
    display: block;
    border-bottom: 1px solid #cccccc;
  }
  .table_area .table_row .table_cell {
    display: block;
    border: 0;
    text-align: left;
  }
  .table_area .table_row .table_cell .table_cell_label {
    display: inline;
    float: left;
    width: 40%;
  }
  .table_area .table_row.table_header {
    display: none;
  }
}
@media (max-width: 481px) {
  .table_area .table_row .table_cell .table_cell_label {
    width: 100%;
  }
  .table_area .table_row .table_cell input,
  .table_area .table_row .table_cell .select_body {
    width: 100%;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f5f5f5 inset !important;
}
.labelFormGroup {
  margin: 0;
  color: #171717;
  margin-bottom: 5px;
}
input,
select,
textarea,
.inputHelper,
input.datepicker {
  background-color: #f5f5f5;
  padding: 11px 24px 10px 24px;
  font-size: 1.8rem;
  color: #666666;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 22px;
  display: block;
  width: 100%;
}
input:not(:disabled):active,
select:not(:disabled):active,
textarea:not(:disabled):active,
.inputHelper:not(:disabled):active,
input.datepicker:not(:disabled):active,
input:not(:disabled):focus,
select:not(:disabled):focus,
textarea:not(:disabled):focus,
.inputHelper:not(:disabled):focus,
input.datepicker:not(:disabled):focus {
  outline: 0;
  border-color: #78b82a;
}
input.error,
select.error,
textarea.error,
.inputHelper.error,
input.datepicker.error {
  border-color: #ca4c2e;
}
input:disabled,
select:disabled,
textarea:disabled,
.inputHelper:disabled,
input.datepicker:disabled {
  border-color: #171717;
  background: #cccccc;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=submit] {
  width: auto;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type="file"] {
  padding: 0;
  border: 0;
}
.radio input[type="radio"] {
  margin-top: 12px;
}
textarea {
  resize: vertical;
}
.select_body {
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  position: relative;
}
.select_body:after,
.filter_headline:after,
.filterbox-mobilebutton:after {
  content: "\e313";
  font-family: "Material Icons";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 20px;
  color: #171717;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.select_body select {
  color: #171717;
  border-color: #cccccc;
  cursor: pointer;
  padding-right: 40px;
  -o-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
}
.select_body select::-ms-expand {
  display: none;
}
.select_body.focus select {
  border-color: #78b82a;
}
.select_body.disabled select {
  cursor: default;
}
.form-group,
.form-group-set {
  margin-bottom: 20px;
}
.form-group input,
.form-group textarea,
.form-group .select_body,
.form-group-set input,
.form-group-set textarea,
.form-group-set .select_body {
  width: 100%;
}
.form-group.has-danger input,
.form-group-set.has-danger input {
  border-color: #ca4c2e;
  color: #ca4c2e;
}
.form-group label,
.form-group-set label {
  margin: 0;
  color: #171717;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .form-group,
  .form-group-set {
    margin-bottom: 10px;
  }
}
.form-group--with-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-group--with-button > input {
  width: auto;
  flex-grow: 1;
}
.form-group--with-button .button {
  width: 130px;
  flex-shrink: 1;
  min-width: 0;
  margin-left: 10px;
}
@media (max-width: 481px) {
  .form-group--with-button .button {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .col-md-4 .form-group--with-button .button {
    width: 100%;
    margin-left: 0;
    margin-top: -1px;
  }
}
.checkbox-group {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .checkbox-group {
    margin-bottom: 10px;
  }
}
.specialradiobox,
.specialcheckbox {
  position: relative;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #666666;
}
.specialradiobox i,
.specialcheckbox i {
  font-style: normal;
  position: absolute;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.specialradiobox i:after,
.specialcheckbox i:after {
  content: " ";
  pointer-events: none;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  background-color: #78b82a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
}
.specialradiobox input,
.specialcheckbox input {
  position: absolute;
  width: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}
.specialradiobox input:checked + i:after,
.specialcheckbox input:checked + i:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.specialradiobox input:disabled + i:after,
.specialcheckbox input:disabled + i:after {
  color: #646464;
}
.specialradiobox:active,
.specialcheckbox:active {
  color: #78b82a;
}
.specialradiobox:active i:after,
.specialcheckbox:active i:after {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.specialradiobox:active input:disabled:not(:checked) + i:after,
.specialcheckbox:active input:disabled:not(:checked) + i:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.specialradiobox.disabled,
.specialcheckbox.disabled {
  cursor: default;
  color: #666666;
}
.specialcheckbox i:after {
  left: -1px;
  content: "\E010";
  font-family: "icons";
  color: #78b82a;
  top: 1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  line-height: 20px;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  font-size: 2.5rem;
  background-color: transparent;
}
.specialcheckbox input {
  width: 25px;
  height: 25px;
  left: 0;
  top: -2px;
}
.specialcheckbox span {
  display: block;
  padding-left: 6px;
}
.form-groups-inline {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-groups-inline > .form-group,
.form-groups-inline > .form-group-set {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-groups-inline {
    margin-bottom: 0px;
  }
}
.form-group-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-group-set > label {
  padding-left: 5px;
  padding-right: 5px;
}
.form-group-set .form-group,
.form-group-set .form-group-set {
  margin-bottom: 0;
  flex-grow: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.form-group-set .form-group-set-item__small {
  flex-shrink: 1;
  flex-grow: 0;
  width: 130px;
}
@media (max-width: 767px) {
  .form-group-set .form-group-set-item__small {
    width: 100px;
  }
  .form-group-set > label {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group),
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > label,
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > label {
    width: 210px;
    padding-right: 10px;
    flex-shrink: 0;
  }
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .select_body,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > input,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > textarea,
  .form-label-left .form-group:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .label-filename,
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .select_body,
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > input,
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > textarea,
  .form-label-left .form-group-set:not(.form-group-set-item):not(.form-group-button):not(.form-group-set-item__small):not(.radiobox-group):not(.checkbox-group) > .label-filename {
    flex-grow: 1;
    width: auto;
  }
  .form-label-left .form-group-button {
    padding-left: 160px;
  }
  .form-label-left .form-group-button .button {
    width: auto;
  }
  .form-label-left .form-group-set {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-label-left .form-group-set > label {
    width: 160px;
    padding-right: 10px;
    flex-shrink: 1;
  }
}
.table_area .form-group,
.table_area .form-group-set {
  margin-bottom: 0;
}
.table_area .form-groups-inline {
  margin-bottom: 0;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  background-color: #f5f5f5;
  padding: 11px 24px 10px 24px;
  font-size: 1.8rem;
  color: #666666;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 22px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: not-allowed;
  display: inline-block;
  overflow: hidden;
  max-width: none;
  padding-left: 40px;
  margin-bottom: 0;
  position: relative;
  background-color: #eeeeee;
}
.inputfile + label:not(:disabled):active,
.inputfile + label:not(:disabled):focus {
  outline: 0;
  border-color: #78b82a;
}
.inputfile + label.error {
  border-color: #ca4c2e;
}
.inputfile + label:disabled {
  border-color: #171717;
  background: #cccccc;
}
.inputfile + label:before,
.inputfile + label:after {
  content: " ";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background-color: #171717;
}
.inputfile + label:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: 7px;
}
.inputfile:not(:disabled) + label {
  cursor: pointer;
  background-color: #ffffff;
}
.inputfile:not(:disabled) + label:active,
.inputfile:not(:disabled) + label:focus {
  outline: 0;
}
.inputfile:not(:disabled) + label:hover:before,
.inputfile:not(:disabled) + label:hover:after {
  background-color: #78b82a;
}
.inputfile:not(:disabled) + label:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #999999;
}
.inputButtonForm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.inputButtonForm .form-group,
.inputButtonForm .form-group-set {
  margin-bottom: 0;
}
.inputButtonForm__input {
  width: calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  width: -o-calc(100% - 140px);
}
.inputButtonForm__input label {
  display: block;
  width: 100%;
}
.inputButtonForm__button {
  width: 140px;
  flex-grow: 1;
  flex-shrink: 0;
  padding-left: 10px;
}
.inputButtonForm__button .button {
  width: 100%;
  min-width: 0;
}
.inputButtonForm__button .button:not(.button_disabled) {
  width: 100%;
  background: #78b82a;
  color: #ffffff;
  border-color: #78b82a;
  min-width: 0;
}
.inputButtonForm__button .button:not(.button_disabled):hover,
.inputButtonForm__button .button:not(.button_disabled):focus {
  background: #5d8e21;
  border-color: #5d8e21;
}
.inputButtonForm__button .button:not(.button_disabled):active {
  background: #426517;
  border-color: #426517;
}
@media (max-width: 481px) {
  .inputButtonForm {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inputButtonForm__input {
    width: 100%;
  }
  .inputButtonForm__button {
    width: 100%;
    padding-left: 0;
  }
}
.inputButtonForm--small .inputButtonForm__input {
  width: 100%;
  flex-grow: 1;
}
.inputButtonForm--small .inputButtonForm__button {
  width: 50px;
  flex-grow: 0;
  flex-shrink: 0;
}
.inputButtonForm--small .inputButtonForm__button .button {
  padding: 0;
  line-height: 38px;
}
.inputButtonForm--small .inputButtonForm__button .button .icon {
  display: block;
  line-height: 38px;
}
@media (max-width: 481px) {
  .inputButtonForm--small {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#form_password_reminder br {
  display: none !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1540px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xlg-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xlg-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xlg-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xlg-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xlg-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xlg-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xlg-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xlg-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xlg-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xlg-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xlg-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xlg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1250px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1540px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
  .col-xlg-1-5 {
    width: 20%;
  }
  .col-xlg-2-5 {
    width: 40%;
  }
  .col-xlg-3-5 {
    width: 60%;
  }
  .col-xlg-4-5 {
    width: 80%;
  }
}
@media (min-width: 1540px) {
  .xlg-margin {
    margin-bottom: 20px;
  }
  .xlg-margin--small {
    margin-bottom: 10px;
  }
}
@media (min-width: 1250px) and (max-width: 1539px) {
  .lg-margin {
    margin-bottom: 20px;
  }
  .lg-margin--small {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .md-margin {
    margin-bottom: 20px;
  }
  .md-margin--small {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sm-margin {
    margin-bottom: 20px;
  }
  .sm-margin--small {
    margin-bottom: 10px;
  }
  .float-sm-right {
    float: right;
  }
}
@media (max-width: 767px) {
  .xs-margin {
    margin-bottom: 20px;
  }
  .xs-margin--small {
    margin-bottom: 10px;
  }
}
@media (max-width: 481px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0%;
  }
}
.clearfloat {
  clear: both;
}
#gadget {
  margin-bottom: 15px;
  color: #d9d9d9;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#gadget .header_trust {
  margin: 0 -10px;
  text-align: center;
}
#gadget .header_trust .textcontent {
  display: inline-block;
  padding: 0 10px;
}
#gadget .header_trust .textcontent .fa {
  font-size: 1rem;
}
#gadget .header_trust:after {
  clear: both;
  display: block;
  content: " ";
}
.breadcrumbWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #d9d9d9;
  font-size: 1.6rem;
}
.breadcrumb a {
  color: #78b82a;
}
.breadcrumb a:hover {
  color: #c2e794;
}
.breadcrumb i {
  margin: 0 2px;
  top: -1px;
  position: relative;
  font-size: 12px;
}
.breadcrumb .current {
  color: #171717;
}
.breadcrumbBackbutton {
  color: #78b82a;
  font-size: 1.6rem;
}
.breadcrumbBackbutton i {
  margin: 0 2px;
  top: -1px;
  position: relative;
  font-size: 12px;
}
.button,
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.btn:hover,
.button:focus,
.btn:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button:active,
.btn:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_primary,
.btn-primary,
.button_action,
.btn-action {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #78b82a;
  color: #ffffff;
  border-color: #78b82a;
}
.button_primary:hover,
.btn-primary:hover,
.button_action:hover,
.btn-action:hover,
.button_primary:focus,
.btn-primary:focus,
.button_action:focus,
.btn-action:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_primary:active,
.btn-primary:active,
.button_action:active,
.btn-action:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_primary:hover,
.btn-primary:hover,
.button_action:hover,
.btn-action:hover,
.button_primary:focus,
.btn-primary:focus,
.button_action:focus,
.btn-action:focus {
  background: #5d8e21;
  border-color: #5d8e21;
}
.button_primary:active,
.btn-primary:active,
.button_action:active,
.btn-action:active {
  background: #426517;
  border-color: #426517;
}
.button_second,
.btn-second {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #78b82a;
  color: #ffffff;
  border-color: #78b82a;
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_second:active,
.btn-second:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_second:hover,
.btn-second:hover,
.button_second:focus,
.btn-second:focus {
  background: #5d8e21;
  border-color: #5d8e21;
}
.button_second:active,
.btn-second:active {
  background: #426517;
  border-color: #426517;
}
.button_warning,
.btn-warning {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #b6c62d;
  color: #ffffff;
  border-color: #b6c62d;
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_warning:active,
.btn-warning:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_warning:hover,
.btn-warning:hover,
.button_warning:focus,
.btn-warning:focus {
  background: #7d881f;
  border-color: #7d881f;
}
.button_warning:active,
.btn-warning:active {
  background: #575e15;
  border-color: #575e15;
}
.button_success,
.btn-success {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #78b82a;
  color: #ffffff;
  border-color: #78b82a;
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_success:active,
.btn-success:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_success:hover,
.btn-success:hover,
.button_success:focus,
.btn-success:focus {
  background: #4f7a1c;
  border-color: #4f7a1c;
}
.button_success:active,
.btn-success:active {
  background: #345012;
  border-color: #345012;
}
.button_info,
.btn-info {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #d9d9d9;
  color: #ffffff;
  border-color: #d9d9d9;
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_info:active,
.btn-info:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_info:hover,
.btn-info:hover,
.button_info:focus,
.btn-info:focus {
  background: #b3b3b3;
  border-color: #b3b3b3;
}
.button_info:active,
.btn-info:active {
  background: #999999;
  border-color: #999999;
}
.button_gray,
.btn-gray {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #d9d9d9;
  color: #ffffff;
  border-color: #d9d9d9;
}
.button_gray:hover,
.btn-gray:hover,
.button_gray:focus,
.btn-gray:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_gray:active,
.btn-gray:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_gray:hover,
.btn-gray:hover,
.button_gray:focus,
.btn-gray:focus {
  background: #b3b3b3;
  border-color: #b3b3b3;
}
.button_gray:active,
.btn-gray:active {
  background: #999999;
  border-color: #999999;
}
.button_danger,
.btn-danger {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #ca4c2e;
  color: #ffffff;
  border-color: #ca4c2e;
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_danger:active,
.btn-danger:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_danger:hover,
.btn-danger:hover,
.button_danger:focus,
.btn-danger:focus {
  background: #8c3520;
  border-color: #8c3520;
}
.button_danger:active,
.btn-danger:active {
  background: #622516;
  border-color: #622516;
}
.button_black,
.btn-black {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #171717;
  color: #ffffff;
  border-color: #171717;
}
.button_black:hover,
.btn-black:hover,
.button_black:focus,
.btn-black:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_black:active,
.btn-black:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.button_black:hover,
.btn-black:hover,
.button_black:focus,
.btn-black:focus {
  background: #666666;
  border-color: #666666;
}
.button_black:active,
.btn-black:active {
  background: #5d8e21;
  border-color: #5d8e21;
}
button.disabled,
.button_disabled,
.btn-disabled,
.button[disabled] {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #eeeeee;
  color: #d9d9d9;
  border-color: #eeeeee;
  cursor: not-allowed;
}
button.disabled:hover,
.button_disabled:hover,
.btn-disabled:hover,
.button[disabled]:hover,
button.disabled:focus,
.button_disabled:focus,
.btn-disabled:focus,
.button[disabled]:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
button.disabled:active,
.button_disabled:active,
.btn-disabled:active,
.button[disabled]:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
button.disabled:hover,
.button_disabled:hover,
.btn-disabled:hover,
.button[disabled]:hover,
button.disabled:focus,
.button_disabled:focus,
.btn-disabled:focus,
.button[disabled]:focus,
button.disabled:active,
.button_disabled:active,
.btn-disabled:active,
.button[disabled]:active {
  background: #eeeeee;
  border-color: #eeeeee;
  color: #d9d9d9;
}
.button--icon-left {
  position: relative;
  padding-left: 35px;
  min-width: 0;
}
.button--icon-left .icon {
  position: absolute;
  top: 50%;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  left: 10px;
}
.button--icon-right {
  position: relative;
  padding-right: 35px;
  min-width: 0;
}
.button--icon-right .icon {
  position: absolute;
  top: 50%;
  line-height: 20px;
  width: 20px;
  margin-top: -10px;
  right: 10px;
}
.button_full {
  width: 100%;
  min-width: 0;
}
.button_row,
.button_row_bottom,
.button_row_top {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.button_row:after,
.button_row_bottom:after,
.button_row_top:after {
  clear: both;
  display: block;
  content: " ";
}
.button_row .button_paypalexpress,
.button_row_bottom .button_paypalexpress,
.button_row_top .button_paypalexpress {
  display: inline-block;
}
.button_row .button,
.button_row .button_paypalexpress,
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress,
.button_row_top .button,
.button_row_top .button_paypalexpress {
  margin: 10px 5px;
}
@media (max-width: 481px) {
  .button_row,
  .button_row_bottom,
  .button_row_top {
    text-align: center;
  }
  .button_row .pull-left,
  .button_row .pull-right,
  .button_row_bottom .pull-left,
  .button_row_bottom .pull-right,
  .button_row_top .pull-left,
  .button_row_top .pull-right {
    float: none !important;
  }
  .button_row .button,
  .button_row_bottom .button,
  .button_row_top .button {
    min-width: 220px;
  }
}
.button_row_bottom {
  margin-bottom: 0;
}
.button_row_bottom .button,
.button_row_bottom .button_paypalexpress {
  margin-bottom: 0;
}
.button_row_top {
  margin-top: 0;
}
.button_row_top .button,
.button_row_top .button_paypalexpress {
  margin-top: 0;
}
.button-min-width {
  min-width: 270px;
}
html {
  font-size: 10px;
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
body {
  background-color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: 'Roboto', sans-serif;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #171717;
  margin-top: 0;
  margin-bottom: 0.5em;
}
h1,
.h1 {
  font-size: 6.5rem;
}
@media (max-width: 1249px) {
  h1,
  .h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
h2,
.h2 {
  font-size: 4.5rem;
}
@media (max-width: 1249px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h3,
.h3 {
  font-size: 3.4rem;
}
@media (max-width: 1249px) {
  h3,
  .h3 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}
h4,
.h4 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}
h5,
.h5 {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.8rem;
  }
}
h6,
.h6 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1.6rem;
  }
}
a,
.link {
  color: #78b82a;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.link:hover,
a:focus,
.link:focus,
a:active,
.link:active {
  color: #c2e794;
  text-decoration: underline;
  outline: 0;
}
*:focus {
  outline: 0;
}
a:focus {
  outline: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin: 0;
  padding-left: 18px;
}
ul li,
ol li {
  color: #666666;
  padding: 5px 0;
}
ul li::marker {
  color: #78b82a;
}
b,
strong {
  font-weight: 600;
}
address {
  margin-bottom: 2rem;
  font-style: italic;
  line-height: 1.42857143;
}
hr {
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  margin-bottom: 40px;
}
label {
  font-weight: 400;
  color: #d9d9d9;
}
.linkWithIcon {
  position: relative;
  padding-left: 25px;
}
.linkWithIcon .icon,
.linkWithIcon .fa {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  width: 20px;
  font-size: 18px;
  text-align: center;
}
#container {
  background-color: #ffffff;
}
#content {
  padding-bottom: 40px;
  min-height: 700px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #content {
    min-height: auto;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row:before,
.row:after {
  display: none;
}
.row > [class^="col"] {
  float: none;
}
.row.align-items-flex-start {
  align-items: flex-start;
}
.row.align-items-flex-end {
  align-items: flex-end;
}
.row.align-items-center {
  align-items: center;
}
.row.align-items-stretch {
  align-items: stretch;
}
@media (max-width: 1023px) {
  #container {
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  #container {
    margin-top: 110px;
  }
}
#header {
  background: #ffffff;
}
#header > .container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1023px) {
  #header > .container {
    display: grid;
    grid-template-columns: auto auto auto 30px;
    grid-template-rows: auto;
    grid-template-areas: "logo search navigation burger";
    justify-content: stretch;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  #header > .container {
    display: grid;
    grid-template-columns: auto 30px 30px;
    grid-template-rows: auto auto;
    grid-template-areas: "logo navigation burger" "search search search";
    justify-content: stretch;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 1023px) {
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    height: 74px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  #header {
    height: 110px;
  }
}
#toggle_navigation {
  grid-area: burger;
  justify-self: end;
  align-self: center;
}
#header_logo {
  max-width: 340px;
}
@media (min-width: 1024px) and (max-width: 1249px) {
  #header_logo {
    max-width: 170px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  #header_logo {
    grid-area: logo;
    justify-self: start;
    align-self: center;
  }
  #header_logo img {
    max-height: 30px;
  }
}
#header_center {
  flex: 1;
  margin: 0 70px 8px 40px;
}
@media (max-width: 1449px) {
  #header_center {
    margin: 0 15px 8px 20px;
  }
}
#header_center ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  #header_center ul {
    display: none;
  }
}
#header_center ul li {
  padding: 0;
}
#header_center ul li:first-child {
  display: none;
}
#header_center ul li:last-child a {
  margin-right: 0;
}
#header_center ul a {
  color: #171717;
  line-height: 1;
  text-decoration: none;
  margin-right: 40px;
  font-size: 1.6rem;
  font-weight: 15px;
}
#header_center ul a.active_tree {
  text-decoration: underline;
}
#header_center ul a:hover {
  text-decoration: underline;
}
#header_center label {
  display: none;
}
@media (max-width: 1023px) {
  #header_center {
    grid-area: search;
    justify-self: stretch;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #header_center {
    margin: 15px 0 0;
  }
}
#user_account_navigation {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#user_account_navigation .site_header_main {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#user_account_navigation .site_header_main a {
  color: #171717;
  text-decoration: none;
  margin-left: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
#user_account_navigation .site_header_main a i {
  font-size: 24px;
  margin-right: 5px;
}
#user_account_navigation .site_header_main a:hover {
  color: #78b82a;
}
#user_account_navigation #direct_order {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 55px;
}
@media (max-width: 1449px) {
  #user_account_navigation #direct_order {
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  #user_account_navigation #direct_order {
    display: none;
  }
}
#user_account_navigation #direct_order label {
  margin: 0 10px 0 0;
  color: #171717;
  white-space: nowrap;
}
@media (max-width: 1449px) {
  #user_account_navigation #direct_order label {
    display: none;
  }
}
#user_account_navigation #direct_order form {
  display: flex;
  flex-wrap: nowrap;
}
#user_account_navigation #direct_order form .direct_order_field {
  display: flex;
  flex-wrap: nowrap;
}
#user_account_navigation #direct_order .direct_order_field_inner {
  margin-right: 5px;
}
#user_account_navigation #direct_order .direct_order_field_inner:first-child {
  max-width: 160px;
}
#user_account_navigation #direct_order .direct_order_field_inner:nth-child(2) {
  display: none;
}
#user_account_navigation #direct_order .direct_order_field_inner:last-child {
  max-width: 80px;
}
#user_account_navigation #direct_order .direct_order_button {
  width: 56px;
  background: #78b82a;
  color: #ffffff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
#user_account_navigation #direct_order .direct_order_button:hover {
  cursor: pointer;
  background: #5d8e21;
}
#user_account_navigation > div {
  display: flex;
  align-items: center;
}
#user_account_navigation .user_account_link a {
  padding: 11px 26px 10px 26px;
}
#user_account_navigation .user_account_link span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#user_account_navigation .user_account_link .icon {
  margin-right: 3px;
  font-size: 2.8rem;
}
#user_account_navigation .language_switch {
  margin-right: 40px;
}
#user_account_navigation .language_switch img {
  width: 28px;
}
#user_account_navigation .language_switch a {
  text-decoration: none;
  white-space: nowrap;
}
#user_account_navigation .language_switch i {
  color: #171717;
  margin-left: 5px;
  font-size: 1.4rem;
}
#user_account_navigation .language_switch .list_language_switch {
  position: absolute;
  display: none;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0%);
}
#user_account_navigation .language_switch .list_language_switch ul {
  list-style: none;
  padding: 5px 10px;
}
#user_account_navigation .language_switch .list_language_switch ul a {
  display: flex;
  align-items: center;
}
#user_account_navigation .language_switch .list_language_switch ul a img {
  margin-right: 5px;
}
#user_account_navigation .language_switch:hover .list_language_switch {
  display: block;
  z-index: 100;
  font-size: 1.4rem;
}
@media (max-width: 1023px) {
  #user_account_navigation {
    grid-area: navigation;
    justify-self: end;
    align-self: center;
    margin: 0;
  }
  #user_account_navigation .user_account_link a {
    padding: 0;
    color: #171717;
    position: relative;
    top: -1px;
  }
  #user_account_navigation .user_account_link a .icon {
    margin: 0;
    font-size: 22.4px;
  }
  #user_account_navigation .site_header_main {
    display: none;
  }
  #user_account_navigation .user_menu {
    position: relative;
    top: -2px;
  }
  #user_account_navigation .user_menu a {
    margin: 0 5px;
  }
  #user_account_navigation .user_menu a > div {
    font-size: 11px;
    top: -10px;
    left: calc(50% + 6px);
    left: -moz-calc(50% + 6px);
    left: -webkit-calc(50% + 6px);
    left: -o-calc(50% + 6px);
  }
  #user_account_navigation .user_menu a > div:after {
    height: 15px;
    width: 15px;
  }
  #user_account_navigation .user_menu a i {
    margin: 0;
    font-size: 22px;
  }
  #user_account_navigation .user_menu a span {
    display: none;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  #user_account_navigation .user_menu a i {
    font-size: 18px;
  }
}
#header_search_mobile {
  display: none;
}
.user_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.user_menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #171717;
  text-decoration: none;
  margin: 0 10px;
  font-size: 1.4rem;
  position: relative;
  white-space: nowrap;
  text-align: center;
}
.user_menu a i {
  margin-bottom: 5px;
  font-size: 24px;
}
.user_menu a > div {
  position: absolute;
  top: -12px;
  left: calc(50% + 8px);
  left: -moz-calc(50% + 8px);
  left: -webkit-calc(50% + 8px);
  left: -o-calc(50% + 8px);
  color: #ffffff;
  z-index: 2;
  font-weight: 600;
}
.user_menu a > div:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #78b82a;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.user_menu a:hover {
  color: #78b82a;
}
.user_menu a:last-child {
  margin-right: 0;
}
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media (min-width: 1024px) {
  #header.sticky #header_top {
    display: none;
  }
  #header.sticky #primary_navigation {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 1rem 0;
  }
  #header.sticky #primary_navigation .primary_navigation_inner {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header.sticky #primary_navigation .primary_navigation_inner > ul > li > a {
    color: #171717;
    padding: 2rem 1.2rem 2rem 1.2rem;
  }
  #header.sticky #primary_navigation .primary_navigation_inner > ul > li > a.active,
  #header.sticky #primary_navigation .primary_navigation_inner > ul > li > a.active_tree {
    color: #78b82a;
  }
  #header.sticky #primary_navigation .primary_navigation_inner > ul > li > a:hover {
    color: #78b82a;
  }
  #header.sticky #primary_navigation .primary_navigation_inner #header_logo,
  #header.sticky #primary_navigation .primary_navigation_inner .account_b2b,
  #header.sticky #primary_navigation .primary_navigation_inner .login_link {
    display: block;
  }
  #header.sticky #primary_navigation .primary_navigation_inner #header_logo {
    max-width: 210px;
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1539px) {
  #header.sticky #primary_navigation .primary_navigation_inner > ul > li > a {
    padding: 1rem 2rem;
  }
}
/*
@media (max-width: @screen-sm-max) {
  #header {
    position: fixed;
    width:100%;
    top:0;
    left:0;
    z-index:100;
  }

  #header_search {
    .calc(width,"55% - 60px");
    label {
      display: none;
    }
  }
  #header_navigation {
    display: none;
  }
  #header_account_mobile {
    float:right;
    a {
      color: @text-base;
      &:hover {
        color: @white;
      }
    }
    .header_account {
      display: inline-block;
    }
  }
}

@media (max-width: @screen-xs-max) {
  #header_account_mobile {
    #header_search_mobile {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: @spacer-base/2;
      padding-right: @spacer-base/2;
      display: inline-block;
      .fa {
        font-size: 1.4em;
      }
    }
  }
  #header_search {
    width:100%;
    float:none;
    margin-top:0;
    position: absolute;
    padding:0;
    left:0;
    bottom:-39px;
    display: none;
    border-bottom: 1px solid @light-gray;
    .box-shadow(0px 10px 10px -11px rgba(0,0,0,0.75));
  }
}
*/
#footer {
  background-color: #f5f5f5;
}
#footer .top_footer {
  padding: 8rem 0;
}
#footer .sub_footer {
  padding: 1.8rem 0;
  font-size: 1.6rem;
  align-items: center;
}
#footer .footer_socials {
  text-align: right;
  font-size: 2.7rem;
}
#footer .footer_socials a {
  color: #666666;
}
#footer .footer_socials a:hover {
  color: #78b82a;
}
#footer .logo {
  max-width: 180px;
  margin-bottom: 3rem;
}
#footer a {
  text-decoration: none;
  color: #78b82a;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul.level_1 {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 481px) {
  #footer ul.level_1 {
    flex-direction: column;
  }
}
#footer ul.level_1 > li {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0;
}
#footer ul.level_1 > li > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #171717;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 3.4rem;
}
@media (max-width: 1249px) {
  #footer ul.level_1 > li > a {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  #footer ul.level_1 > li > a {
    font-size: 2.2rem;
  }
}
@media (max-width: 481px) {
  #footer ul.level_1 > li {
    margin-bottom: 20px;
  }
}
#footer ul.level_2 {
  list-style: none;
  padding-left: 0;
}
#footer ul.level_2 li {
  padding: 3px 0;
}
#footer ul.level_2 li a.active_tree {
  text-decoration: underline;
}
#footer ul.level_2 a {
  color: #666666;
}
#footer.b2b_footer .top_footer {
  padding: 45px 0 30px;
}
#footer.b2b_footer .sub_footer {
  padding: 0 0 20px;
}
#footer.b2b_footer .logo {
  margin-bottom: 40px;
}
#footer.b2b_footer .footer_list {
  display: flex;
  flex-direction: row;
}
#footer.b2b_footer .footer_list .level_1 > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#footer.b2b_footer .footer_list .level_1 > li > a {
  font-size: 1.8rem;
  white-space: nowrap;
  margin: 0;
  margin-right: 30px;
  color: #666666;
}
@media (max-width: 1249px) {
  #footer.b2b_footer .footer_list .level_1 > li > a {
    font-size: 1.4rem;
  }
}
@media (max-width: 481px) {
  #footer.b2b_footer .footer_list .level_1 {
    flex-direction: column;
  }
}
@media (max-width: 1249px) {
  #footer {
    font-size: 1.4rem;
  }
}
#primary_navigation {
  font-size: 1.8rem;
  background: #666666;
  text-align: center;
}
#primary_navigation ul {
  margin: 0;
  padding: 0;
}
#primary_navigation ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#primary_navigation .primary_navigation_inner > ul {
  margin: 0;
}
#primary_navigation .primary_navigation_inner > ul > li {
  display: inline-block;
}
#primary_navigation .primary_navigation_inner > ul > li > a {
  font-weight: 15px;
  padding: 2rem 2.4rem 2rem 2.4rem;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
#primary_navigation .primary_navigation_inner > ul > li > a.active,
#primary_navigation .primary_navigation_inner > ul > li > a.active_tree {
  color: #78b82a;
}
#primary_navigation .primary_navigation_inner > ul > li > a:hover {
  color: #78b82a;
}
@media (min-width: 1024px) and (max-width: 1249px) {
  #primary_navigation .primary_navigation_inner > ul > li > a {
    padding: 2rem;
  }
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu {
  display: none;
  background-color: #666666;
  position: absolute;
  margin-top: 0;
  padding: 30px;
  z-index: 10;
  font-size: 1.8rem;
  width: 100%;
  left: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 3px solid #78b82a;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu ul {
  max-height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li a {
  color: #ffffff;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li a:before {
  content: "\E003";
  font-family: "icons";
  padding-right: 15px;
  color: #78b82a;
  position: relative;
  top: 2px;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li a.active,
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li a.active_tree,
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li a:hover {
  color: #78b82a;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li.level_2 {
  display: block;
  text-align: left;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li.level_2 li a {
  padding-left: 17px;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu li.level_2:last-child > a {
  margin-bottom: 0;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu \f10ul {
  margin: 0 -10px;
}
#primary_navigation .primary_navigation_inner > ul > li .hover_menu \f10ul > ul {
  display: none;
}
#primary_navigation .primary_navigation_inner > ul > li.hoverintent > .hover_menu {
  display: block;
}
#primary_navigation #header_logo,
#primary_navigation .account_b2b,
#primary_navigation .login_link {
  display: none;
}
@media (max-width: 1023px) {
  #primary_navigation {
    display: none;
  }
}
#header_navigation > ul {
  margin: 0 -10px;
  padding: 0;
}
#header_navigation > ul > li {
  padding: 0 10px;
  list-style-type: none;
  display: inline-block;
}
#header_navigation > ul > li > a {
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
}
#header_navigation > ul > li > a:hover {
  color: #ffffff;
}
#header_navigation > ul > li ul {
  display: none;
}
#subnavigation {
  font-size: 1.8rem;
}
#subnavigation .container {
  padding: 0;
}
#subnavigation ul {
  margin: 0;
  padding: 0;
}
#subnavigation ul li {
  padding: 0;
  list-style-type: none;
}
#subnavigation a {
  padding-left: 25px;
  color: #666666;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  position: relative;
  text-decoration: none;
}
#subnavigation a:before {
  content: "\E003";
  font-family: "icons";
  position: absolute;
  left: 0;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: #78b82a;
}
#subnavigation a:hover {
  color: #78b82a;
}
#subnavigation a:hover:before {
  display: block;
}
#subnavigation a.active {
  color: #666666;
  font-weight: 600;
}
#subnavigation a.active:before {
  display: block;
}
#subnavigation a.active_tree {
  color: #666666;
  font-weight: 600;
}
#subnavigation a.active_tree:before {
  content: "\f107";
  display: block;
}
#subnavigation > ul > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
#subnavigation > ul > li > a:before {
  display: block;
}
#subnavigation > ul > li > ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  #subnavigation.subnavigation--account {
    padding: 20px 0;
  }
  #subnavigation.subnavigation--account > ul {
    overflow: hidden;
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.6rem;
  }
  #subnavigation.subnavigation--account > ul li {
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 2px;
    margin: 0 3px;
  }
  #subnavigation.subnavigation--account > ul li a {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    white-space: nowrap;
  }
  #subnavigation.subnavigation--account > ul li a:before {
    display: none;
  }
}
#footer_navigation {
  text-align: right;
}
#footer_navigation > ul {
  padding: 0;
  margin: 0;
}
#footer_navigation > ul > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  border-left: 1px solid #ffffff;
}
#footer_navigation > ul > li > a {
  padding: 0 4px 0 5px;
}
#footer_navigation > ul > li > a.active,
#footer_navigation > ul > li > a.active_tree,
#footer_navigation > ul > li > a:hover {
  color: #78b82a;
}
#footer_navigation > ul > li:first-child {
  border-left-width: 0;
}
#primary_navigation_mobile {
  position: fixed;
  right: -100%;
  top: 60px;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #ffffff;
  border-top: 2px solid #f5f5f5;
}
#primary_navigation_mobile .buttons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#primary_navigation_mobile .close_button_navigation_mobile,
#primary_navigation_mobile .logout_button_navigation_mobile {
  padding: 10px 20px;
  color: #78b82a;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
}
#primary_navigation_mobile .close_button_navigation_mobile span,
#primary_navigation_mobile .logout_button_navigation_mobile span {
  background: #78b82a;
  color: #ffffff;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #primary_navigation_mobile .close_button_navigation_mobile,
  #primary_navigation_mobile .logout_button_navigation_mobile {
    font-size: 12px;
  }
}
#primary_navigation_mobile .logout_button_navigation_mobile {
  color: #171717;
}
#primary_navigation_mobile .logout_button_navigation_mobile i {
  font-size: 15px;
  margin-right: 5px;
}
#primary_navigation_mobile ul {
  margin: 0;
  padding: 0;
}
#primary_navigation_mobile li {
  padding: 0;
  list-style-type: none;
  border-bottom: 2px solid #f5f5f5;
}
#primary_navigation_mobile a {
  display: block;
  text-decoration: none;
  line-height: 1em;
  color: #171717;
}
#primary_navigation_mobile .hoverNavigation > .container {
  min-width: 0;
}
#primary_navigation_mobile .navigation_scrollbox {
  backface-visibility: hidden;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  border-top: 2px solid #ffffff;
}
#primary_navigation_mobile .section {
  padding: 20px 20px;
  border-bottom: 1px solid #eeeeee;
}
#primary_navigation_mobile .section__headline {
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #171717;
}
#primary_navigation_mobile .section:last-child {
  border-bottom: 0;
}
#primary_navigation_mobile .navigation {
  padding: 0;
  padding-bottom: 10px;
}
#primary_navigation_mobile .navigation .section__headline {
  padding: 15px 20px 0 20px;
  margin-bottom: 10px;
}
#primary_navigation_mobile .navigation > ul li ul {
  display: none;
  padding: 0 0 0 30px;
}
#primary_navigation_mobile .navigation > ul li ul a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #171717;
}
#primary_navigation_mobile .navigation > ul li ul a:hover,
#primary_navigation_mobile .navigation > ul li ul a:active,
#primary_navigation_mobile .navigation > ul li ul a.active,
#primary_navigation_mobile .navigation > ul li ul a.active_tree {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul li ul a:hover .toggleSubnavi,
#primary_navigation_mobile .navigation > ul li ul a:active .toggleSubnavi,
#primary_navigation_mobile .navigation > ul li ul a.active .toggleSubnavi,
#primary_navigation_mobile .navigation > ul li ul a.active_tree .toggleSubnavi {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul li ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#primary_navigation_mobile .navigation > ul li.hasChildren > a {
  position: relative;
  padding-right: 50px;
}
#primary_navigation_mobile .navigation > ul li.hasChildren > a .toggleSubnavi {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: -17px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#primary_navigation_mobile .navigation > ul li.hasChildren > a .toggleSubnavi i {
  display: block;
  text-align: center;
  line-height: 34px;
}
#primary_navigation_mobile .navigation > ul li.hasChildren > a:hover .toggleSubnavi,
#primary_navigation_mobile .navigation > ul li.hasChildren > a:focus .toggleSubnavi {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul li.active > a {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul li.active_tree > a {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul li.active_tree > a .toggleSubnavi {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#primary_navigation_mobile .navigation > ul li.active_tree > ul {
  display: block;
}
#primary_navigation_mobile .navigation > ul > li > a {
  padding: 15px 20px;
  display: block;
  line-height: 1;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #primary_navigation_mobile .navigation > ul > li > a {
    font-size: 12px;
  }
}
#primary_navigation_mobile .navigation > ul > li > a:hover,
#primary_navigation_mobile .navigation > ul > li > a:focus {
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul > li > a:after {
  content: "\E003";
  font-family: "icons";
  position: absolute;
  right: 20px;
  top: 14px;
  color: #78b82a;
}
#primary_navigation_mobile .navigation > ul > li.hasChildren > a .toggleSubnavi {
  line-height: 48px;
}
#toggle_navigation {
  float: left;
  width: 60px;
  height: 60px;
  padding: 20px 12px;
  cursor: pointer;
}
#toggle_navigation .navigation-bar {
  width: 100%;
  height: 2px;
  background-color: #171717;
  margin-bottom: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#toggle_navigation .navigation-bar:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #primary_navigation_mobile {
    display: none !important;
  }
}
@media (max-width: 1249px) {
  #primary_navigation {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  #toggle_navigation {
    width: 16px;
    height: 16px;
    padding: 0;
  }
  body.account #subnavigation > ul > li {
    width: 100%;
  }
}
.back_to_overview {
  border-bottom: 1px solid #eeeeee;
}
.back_to_overview a {
  padding: 10px 0;
  display: inline-block;
}
.collection_headline {
  font-weight: 600;
  font-size: 16px;
}
.collection_teaser {
  font-weight: 600;
  padding-bottom: 10px;
}
.collection_text {
  padding-bottom: 30px;
}
.collection_list .collection_container {
  margin-bottom: 20px;
  border: 3px solid #eeeeee;
  padding: 20px;
}
.collection_list.linked .collection_container {
  position: relative;
  padding: 0;
}
.collection_list.linked .collection_container .collection_content a {
  display: block;
  color: #666666;
  padding: 0 20px 10px 20px;
}
.collection_list.linked .collection_container .collection_content a img {
  width: 100%;
  height: auto;
}
.collection_list.linked .collection_container .collection_content.collection_headline a {
  padding-top: 20px;
  padding-bottom: 0;
}
.collection_list.linked .collection_container .collection_content.collection_teaser a {
  padding-bottom: 20px;
}
.collection_list.linked .collection_container .collection_link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.collection_list.linked .collection_container:hover a {
  color: #d9d9d9;
}
.collection_list.linked .collection_container:hover .button {
  background-color: #d9d9d9;
  color: #ffffff;
}
.collection_1_2 {
  margin-left: -20px;
  margin-right: -20px;
}
.collection_1_2:after {
  clear: both;
  display: block;
  content: " ";
}
.collection_1_2 .collection_list {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.collection_1_2 .collection_list .collection_container .collection_content.collection_text {
  height: 105px;
  overflow: hidden;
}
.collection_1_2 .collection_list.linked .collection_container .collection_content.collection_text a {
  height: 105px;
  overflow: hidden;
  padding-bottom: 30px;
}
.collection_1_3 {
  margin-left: -20px;
  margin-right: -20px;
}
.collection_1_3:after {
  clear: both;
  display: block;
  content: " ";
}
.collection_1_3 .collection_list {
  float: left;
  width: 33.33333333%;
  padding-left: 20px;
  padding-right: 20px;
}
.collection_1_3 .collection_list .collection_container .collection_content.image:before {
  padding-top: 73%;
}
.collection_1_3 .collection_list .collection_container .collection_content.collection_headline a {
  height: 84px;
  overflow: hidden;
  padding-bottom: 20px;
}
.collection_1_3 .collection_list .collection_container .collection_content.collection_text a {
  padding-top: 20px;
  height: 155px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 1539px) {
  .collection_1_3 .collection_list .collection_container .collection_content.collection_headline a {
    height: 106px;
  }
  .collection_1_3 .collection_list .collection_container .collection_content.collection_text a {
    height: 170px;
  }
}
@media (max-width: 1249px) {
  .collection_1_3 .collection_list .collection_container .collection_content.collection_text a {
    height: 190px;
  }
}
@media (max-width: 1023px) {
  .collection_1_2 .collection_list {
    width: 100%;
  }
  .collection_1_2 .collection_list .collection_container .collection_content.collection_text {
    height: auto;
  }
  .collection_1_2 .collection_list.linked .collection_container .collection_content.collection_text a {
    height: auto;
  }
  .collection_1_3 .collection_list {
    width: 50%;
  }
  .collection_1_3 .collection_list:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .collection_1_3 {
    text-align: center;
  }
  .collection_1_3 .collection_list {
    width: 100%;
    max-width: 420px;
    float: none;
    display: inline-block;
  }
  .collection_1_3 .collection_list:last-child {
    display: inline-block;
  }
  .collection_1_3 .collection_list .collection_container .collection_content.collection_headline a {
    height: auto;
  }
  .collection_1_3 .collection_list .collection_container .collection_content.collection_text a {
    height: auto;
  }
}
.group_filter_area {
  display: none;
}
nav.entryNavigation ul {
  list-style: none;
  display: inline-table;
  margin: 0px;
  font-size: 14px;
  color: #666666;
  height: 30px;
  line-height: 30px;
  float: right;
}
nav.entryNavigation ul:after {
  content: "";
  clear: both;
  display: block;
}
nav.entryNavigation ul li {
  float: left;
  position: relative;
}
nav.entryNavigation ul li a,
nav.entryNavigation ul li a:link,
nav.entryNavigation ul li a:visited,
nav.entryNavigation ul li a:active {
  color: #666666;
  text-decoration: none;
  display: block;
  padding: 0px 20px;
  background-color: #EEEEEE;
  white-space: nowrap;
}
nav.entryNavigation ul li a:hover {
  color: #fff;
  background-color: #999;
}
nav.entryNavigation ul li.active a,
nav.entryNavigation ul li.active a:link,
nav.entryNavigation ul li.active a:visited,
nav.entryNavigation ul li.active a:active {
  color: #ffffff;
  background-color: #99C137;
}
nav.entryNavigation ul li:hover a {
  color: #fff;
  background-color: #999;
}
@media (max-width: 767px) {
  nav.entryNavigation ul li a,
  nav.entryNavigation ul li a:link,
  nav.entryNavigation ul li a:visited,
  nav.entryNavigation ul li a:active {
    padding: 0 10px;
  }
}
@media (max-width: 481px) {
  nav.entryNavigation ul li a,
  nav.entryNavigation ul li a:link,
  nav.entryNavigation ul li a:visited,
  nav.entryNavigation ul li a:active {
    padding: 0 10px;
  }
}
.collection--team .collection__item {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media (min-width: 1250px) {
  .collection--team .collection__item {
    min-height: 300px;
  }
}
.collection--team .collection__item > div {
  color: #666666;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.collection--team .collection__item > div > div {
  height: 100%;
}
.collection--team .collection__item .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.collection--team .collection__item .collectionInner {
  padding: 30px 30px 30px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .collection--team .collection__item .collectionInner {
    padding: 20px 20px 20px 0;
  }
}
.collection--team .collection__item h6 {
  margin-bottom: 0;
}
.collection--team .collection__item .collectionText {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.collection--team .collection__item .collectionContact {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.collection--team .collection__item .collectionContact a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.collection--team .collection__item .collectionContact a i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.collection--news .collection__item {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.collection--news .collection__item > a {
  color: #666666;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.collection--news .collection__item .image:before {
  padding-top: 60%;
}
.collection--news .collection__item .image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.collection--news .collection__item .collectionInner {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.collection--news .collection__item .collectionText {
  margin-bottom: 60px;
}
.collection--news .collection__item .button_more {
  color: #78b82a;
  margin-top: auto;
  display: inline-block;
  position: relative;
}
.collection--news .collection__item .button_more i {
  font-size: 2rem;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.collection--news .collection__item .button_more:hover {
  text-decoration: underline;
}
.collection--news.isFullView .collectionImage {
  margin-bottom: 30px;
}
.collection--news.isFullView .collectionImage:before {
  padding-top: 60%;
}
.collection--news.isFullView .collectionImage img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.collection--news.isFullView .collectionContent--downloads {
  margin-bottom: 30px;
}
.collection--news.isFullView .collectionContent--galery {
  margin-top: 30px;
}
.collection__timebeam {
  position: relative;
}
.slideshowHistory {
  z-index: 3;
  top: 0;
  height: 100%;
}
.slideshowHistory .owl-stage-outer {
  height: 100%;
}
.slideshowHistory .owl-stage-outer:before {
  z-index: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 150px;
  top: 0;
  left: -60px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
.slideshowHistory .owl-stage-outer:after {
  z-index: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 150px;
  top: 0;
  right: -60px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
.slideshowHistory .owl-item > div {
  position: relative;
  min-height: 200px;
}
.slideshowHistory .owl-nav > button.owl-next,
.slideshowHistory .owl-nav > button.owl-prev {
  top: 104px;
  background: #78b82a;
  color: #ffffff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.slideshowHistory .owl-nav > button.owl-next .icon,
.slideshowHistory .owl-nav > button.owl-prev .icon {
  font-size: 36px;
  line-height: 36px;
  width: auto;
  height: auto;
}
.slideshowHistory .owl-nav > button.owl-next.disabled,
.slideshowHistory .owl-nav > button.owl-prev.disabled {
  display: none;
}
.slideshowHistory .owl-nav .owl-prev {
  left: 0;
}
.slideshowHistory .owl-nav .owl-next {
  right: 0;
}
.slideshowHistory__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1540px;
}
.slideshowHistory__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.slideshowHistory .imageGallery {
  margin-top: 40px;
}
.timebeamOuter {
  position: relative;
  z-index: 2;
  color: #171717;
  max-width: 100%;
  overflow: hidden;
}
.timebeamWrapper {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
}
@media (max-width: 1539px) {
  .timebeamWrapper {
    max-width: 1539px;
  }
}
@media (max-width: 1249px) {
  .timebeamWrapper {
    max-width: 1249px;
  }
}
@media (max-width: 1023px) {
  .timebeamWrapper {
    max-width: 1023px;
  }
}
@media (max-width: 767px) {
  .timebeamWrapper {
    max-width: 481px;
  }
}
.timebeam {
  width: 20000px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.timebeam__content {
  align-self: center;
  position: relative;
  left: -80px;
}
.timebeam > div {
  display: inline-flex;
  flex-direction: column;
  vertical-align: bottom;
  width: 440px;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  margin-right: -5px;
  min-height: 150px;
  text-align: left;
}
.timebeam > div:hover .timebeam__year,
.timebeam > div.active .timebeam__year {
  font-size: 4.5rem;
}
.timebeam > div:first-of-type .timebeam__container:before {
  background: linear-gradient(90deg, rgba(120, 184, 42, 0) 0%, #78b82a 100%);
}
.timebeam > div:last-of-type .timebeam__container:before {
  background: linear-gradient(90deg, #78b82a 0%, rgba(120, 184, 42, 0) 100%);
}
.timebeam__container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  padding: 30px 10px 60px;
  position: relative;
  pointer-events: none;
  flex-direction: column;
}
.timebeam__container:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #78b82a;
  position: absolute;
  top: 102px;
  left: 0;
  right: 0;
}
.timebeam__year {
  position: relative;
  font-size: 3.2rem;
  margin-bottom: 20px;
  transition: 0.2s ease-in-out;
  height: 53px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.timebeam__year:before {
  content: '';
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #78b82a;
  position: absolute;
  left: calc(50% - 12px);
  left: -moz-calc(50% - 12px);
  left: -webkit-calc(50% - 12px);
  left: -o-calc(50% - 12px);
  bottom: -34px;
  transition: 0.2s ease-in-out;
}
.timebeam__lowercontent {
  margin-top: 65px;
  padding: 0 60px;
  font-size: 1.8rem;
  color: #666666;
}
.imageGallery {
  margin-bottom: 40px;
}
.imageGallery__item {
  padding-bottom: 40px;
}
.imageGallery__item > a {
  width: 100%;
  display: block;
  position: relative;
}
.imageGallery__item > a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  background-color: transparent;
  z-index: 1;
}
.imageGallery__item > a:hover:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.imageGallery__item > a:hover .image:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.imageGallery__item .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.imageGallery__item .image:before {
  padding-top: 75%;
}
.imageGallery__item .image:after {
  content: "\e8b6";
  font-family: "Material Icons";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100px;
  line-height: 1em;
  margin-top: -50px;
  margin-left: -50px;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  text-shadow: 9px 0 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1023px) {
  .imageGallery__item .image:after {
    font-size: 60px;
    margin-top: -30px;
    margin-left: -30px;
    text-shadow: 4px 0 6px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 481px) {
  .imageGallery__item .image:after {
    font-size: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-shadow: 2px 0 3px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 1539px) {
  .imageGallery > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .imageGallery__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.ekko-lightbox .modal-dialog {
  width: auto;
  top: 50%;
  transform: translateY(-50%) !important;
}
.ekko-lightbox .modal-body {
  padding: 10px;
}
.ekko-lightbox .ekko-lightbox-nav-overlay {
  position: static;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin-top: -40px;
  margin-left: -100px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 50px;
  padding-right: 3px;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -100px;
  padding-left: 3px;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:hover {
  color: #d9d9d9;
}
@media (max-width: 1023px) {
  .ekko-lightbox .ekko-lightbox-nav-overlay a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 25px;
    margin-left: 0;
  }
  .ekko-lightbox .ekko-lightbox-nav-overlay a:last-child {
    margin-right: 0;
  }
}
.ekko-lightbox-item img {
  max-width: none !important;
}
.filegallery_content {
  margin-bottom: -10px;
}
.filegallery_content_file {
  margin-bottom: 20px;
}
.filegallery_content_file a {
  color: #78b82a;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.filegallery_content_file a .fileinfo {
  margin-left: auto;
  text-transform: uppercase;
  color: #171717;
  white-space: nowrap;
}
.filegallery_content_file a .icon {
  color: #78b82a;
  font-size: 3.4rem;
  margin-right: 10px;
}
.filegallery_content_file a:hover .filename {
  text-decoration: underline;
}
.filegallery_content_file a:hover .icon {
  color: #5d8e21;
}
@media (max-width: 481px) {
  .filegallery_content_file a {
    font-size: 11px;
  }
}
.filegallery_1_2 .filegallery_content {
  margin-left: -20px;
  margin-right: -20px;
}
.filegallery_1_2 .filegallery_content .filegallery_content_file {
  float: left;
  width: 50%;
  padding-left: 50px;
  padding-right: 50px;
}
.filegallery_1_2 .filegallery_content:after {
  clear: both;
  display: block;
  content: " ";
}
@media (max-width: 767px) {
  .filegallery_1_2 .filegallery_content .filegallery_content_file {
    float: left;
    width: 100%;
  }
}
.scrollbar.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.scrollbar.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}
.scrollbar__item {
  text-align: center;
}
.slidecontent {
  margin-bottom: 40px;
}
.slidecontent .slide_container {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.slidecontent .slide_container .slidecontent_headline {
  position: relative;
  font-size: 2rem;
  color: #666666;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
}
.slidecontent .slide_container .slidecontent_headline:after {
  content: "\e313";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  width: 20px;
  text-align: center;
  color: #78b82a;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.slidecontent .slide_container .slidecontent_headline:hover,
.slidecontent .slide_container .slidecontent_headline:active,
.slidecontent .slide_container .slidecontent_headline:focus {
  color: #78b82a;
}
.slidecontent .slide_container .slidecontent_headline.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slidecontent .slide_container .slidecontent_content_container {
  display: none;
  padding: 10px 10px 10px 30px;
}
.googlemaps_content {
  max-width: 100%;
}
.googlemaps_content img {
  max-width: none !important;
}
@media (max-width: 1023px) {
  .youtubecontent {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
  .youtubecontent iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .youtubecontent:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}
.slideshow_box {
  margin-bottom: 40px;
}
.slideshow_box .slideshow_content {
  width: 100%;
}
.slideshow_box .slideshow_content .slideshow_content_inner {
  position: absolute;
  left: 60px;
  bottom: 20px;
  max-width: calc(70% - 120px);
  max-width: -moz-calc(70% - 120px);
  max-width: -webkit-calc(70% - 120px);
  max-width: -o-calc(70% - 120px);
  max-height: calc(100% - 40px);
  max-height: -moz-calc(100% - 40px);
  max-height: -webkit-calc(100% - 40px);
  max-height: -o-calc(100% - 40px);
  width: 100%;
}
.slideshow_box .slideshow_content .slideshow_headline {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}
.slideshow_box .slideshow_content .slideshow_text {
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.8rem;
}
.slideshow_box .slideshow_content .slideshow_button .button {
  color: #ffffff;
  background-color: #d9d9d9;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slideshow_box .slideshow_content .slideshow_button .button:hover {
  background-color: #78b82a;
}
.slideshow_box .owl-carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow_box .owl-carousel-item > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow_box .owl-carousel-item:hover .slideshow_button .button {
  background-color: #78b82a;
}
.slideshow_box .owl-carousel {
  position: relative;
}
.slideshow_box .owl-carousel .owl-nav button {
  color: #78b82a;
  transform: translateY(-50%);
}
.slideshow_box .owl-carousel .owl-nav button:hover {
  color: #5d8e21;
}
.slideshow_box .owl-carousel .owl-nav button .icon {
  font-size: 3rem;
}
.slideshow_box .owl-carousel .owl-nav .owl-next {
  right: 40px;
  padding-left: 2px;
}
.slideshow_box .owl-carousel .owl-nav .owl-prev {
  left: 40px;
  padding-right: 2px;
}
.slideshow_box .owl-carousel .owl-nav > div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
@media (max-width: 1249px) {
  .slideshow_box .slideshow_content .slideshow_content_inner {
    left: 40px;
    max-width: calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
    max-width: -o-calc(100% - 80px);
    width: 100%;
  }
  .slideshow_box .owl-nav {
    display: none;
  }
}
@media (max-width: 1023px) {
  .slideshow_box .slideshow_content .slideshow_headline {
    font-size: 30px;
  }
  .slideshow_box .slideshow_content .slideshow_content_inner {
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: -webkit-calc(100% - 40px);
    max-width: -o-calc(100% - 40px);
    width: 100%;
  }
  .slideshow_box .slideshow_content .slideshow_content_inner .slideshow_button .button {
    margin-bottom: 0;
  }
}
.site_headline {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site_headline h1,
.site_headline h2,
.site_headline h3,
.site_headline h4,
.site_headline h5,
.site_headline h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}
.small_row_col {
  margin-left: -10px;
  margin-right: -10px;
}
.small_row_col > div {
  padding-left: 10px;
  padding-right: 10px;
}
.gray_box {
  background-color: #eeeeee;
  padding: 20px;
}
.gray_box a {
  color: #666666;
  text-decoration: underline;
}
.gray_box a:hover {
  color: #78b82a;
}
.login_gray_box {
  background-color: #eeeeee;
  padding: 20px;
}
.login_gray_box .row {
  margin: 0;
}
.login_gray_box .row > div {
  width: 100%;
}
.login_gray_box.form-label-left .form-group:not(.form-check) label,
.login_gray_box.form-label-left .form-group:not(.form-check) input,
.login_gray_box.form-label-left .form-group:not(.form-check) .select_body,
.login_gray_box.form-label-left .form-group-set:not(.form-check) label,
.login_gray_box.form-label-left .form-group-set:not(.form-check) input,
.login_gray_box.form-label-left .form-group-set:not(.form-check) .select_body {
  width: 50%;
}
.login_gray_box.form-label-left .form-check .form-check-label {
  margin-left: 50%;
  width: 50%;
  display: block;
}
.login_gray_box.form-label-left .submit_button .button {
  margin-left: 50%;
  width: 50%;
}
.login_gray_box label {
  color: #666666;
}
.login_gray_box .site_headline {
  margin-top: 0;
}
.login_gray_box.only_border {
  background-color: transparent;
  border: 3px solid #eeeeee;
}
.hasLink {
  position: relative;
}
@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-5px);
  }
  25% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.hasLink > .link {
  margin: 0 30px;
  padding-bottom: 60px;
  border-bottom: 2px solid #171717;
  text-decoration: none;
  color: #666666;
  height: 100%;
}
.hasLink > .link:after {
  content: "\E033";
  font-family: "icons";
  position: absolute;
  bottom: 12px;
  right: 60px;
  font-size: 3.1rem;
  color: #78b82a;
}
.hasLink > .link:hover:after {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
@media (max-width: 1249px) {
  .hasLink > .link {
    margin: 0 20px;
  }
  .hasLink > .link:after {
    right: 40px;
  }
}
@media (max-width: 1023px) {
  .hasLink > .link {
    margin: 0;
  }
  .hasLink > .link:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .hasLink > .link {
    margin: 0 0 40px;
  }
}
.hasLink img {
  height: 100% !important;
  max-height: 234px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 40px;
}
.hasArrow {
  text-decoration: none;
}
.hasArrow:after {
  content: "\E037";
  font-family: "icons";
  margin-left: 10px;
  font-size: 1.9rem;
  position: relative;
  top: 3px;
}
.hasArrow:hover {
  text-decoration: none;
}
.bannerWrapper {
  background: #666666;
  position: relative;
  color: #ffffff;
}
.bannerWrapper a {
  margin-top: 30px;
}
.bannerWrapper hr {
  border-color: #78b82a;
  width: 60px;
  border-width: 2px;
  margin: 24px 0 28px;
  border-radius: 1px;
}
.bannerWrapper h1,
.bannerWrapper h2,
.bannerWrapper h3,
.bannerWrapper h4,
.bannerWrapper h5,
.bannerWrapper h6,
.bannerWrapper .h1,
.bannerWrapper .h2,
.bannerWrapper .h3,
.bannerWrapper .h4,
.bannerWrapper .h5,
.bannerWrapper .h6 {
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .bannerWrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, #333333 0%, rgba(102, 102, 102, 0) 100%);
    z-index: 1;
  }
  .bannerWrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #333333 0%, rgba(102, 102, 102, 0) 50%);
    top: 0;
  }
  .bannerWrapper > div:first-child {
    padding: 100px 20px;
    position: relative;
    z-index: 1;
    min-height: 550px;
  }
  .bannerWrapper > div:first-child > div:not(:has(>.trustIconBar)) {
    width: 50%;
  }
  .bannerWrapper > div:first-child > div:has(>.trustIconBar) {
    margin-top: 24px;
  }
  .bannerWrapper > div:has(>img) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 85vw;
    mask-image: radial-gradient(circle at center right, black 40%, transparent 65%);
  }
  .bannerWrapper > div:has(>img) img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .bannerWrapper > div:first-child {
    padding: 60px 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .bannerWrapper > div:first-child > div:not(:has(>.trustIconBar)) {
    width: 100%;
  }
}
.bannerWrapper.overlap {
  margin-bottom: -120px;
}
.bannerWrapper.overlap > div:first-child {
  padding-bottom: 160px;
}
@media (min-width: 1024px) {
  .bannerWrapper.overlap > div:first-child {
    min-height: 650px;
  }
}
@media (max-width: 1023px) {
  .bannerWrapper {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .bannerWrapper > .container > div {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
  }
  .bannerWrapper > .container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: -1px;
    left: 0;
    background: linear-gradient(0deg, #333333 0%, rgba(102, 102, 102, 0) 100%);
  }
  .bannerWrapper > .textcontent {
    margin-bottom: auto;
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
    background-color: #ffffff;
  }
  .bannerWrapper > .textcontent:before {
    content: "";
    display: block;
    padding-top: 66.6%;
  }
  .bannerWrapper > .textcontent img {
    bottom: 0;
    height: 100% !important;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    object-fit: cover;
  }
  .bannerWrapper > .textcontent:after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 150px;
    background: linear-gradient(0deg, #666666 25%, rgba(102, 102, 102, 0) 100%);
  }
  .bannerWrapper h1,
  .bannerWrapper .h1 {
    font-size: 26px;
  }
}
.contactWrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -40px;
}
.contactWrapper > .textcontent {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contactWrapper > .textcontent img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contactWrapper > .textcontent {
    position: relative;
  }
}
.contactWrapper .container {
  position: relative;
}
.contactWrapper .container > .textcontent {
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 90px 0 90px auto;
  padding: 90px 60px;
  background: rgba(120, 184, 42, 0.95);
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .contactWrapper .container > .textcontent {
    margin: 90px auto;
  }
}
@media (max-width: 767px) {
  .contactWrapper .container > .textcontent {
    margin: 0;
    padding: 25px;
  }
}
.contactWrapper .container > .textcontent h3 {
  color: #ffffff;
  font-size: 4.5rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .contactWrapper .container {
    padding: 0;
  }
}
.infobox {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.infobox > div:first-child {
  margin-bottom: 60px;
  z-index: 2;
}
.infobox > div:nth-child(2) {
  margin-top: auto;
  margin-bottom: 40px;
  z-index: 2;
}
.infobox > div:nth-child(2) a {
  background: #ffffff;
  border-radius: 3px;
}
.infobox > div:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.box_shadow {
  padding: 0 10px;
  font-size: 2.4rem;
  color: #171717;
  text-align: center;
  position: relative;
}
.box_shadow > div {
  margin: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px;
  position: relative;
  height: 100%;
}
@media (max-width: 1023px) {
  .box_shadow > div {
    padding: 30px;
  }
}
.box_shadow i {
  font-size: 8rem;
  color: #78b82a;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .box_shadow i {
    margin-bottom: 30px;
  }
}
.specialContent {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.specialContent > .textcontent {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
}
@media (max-width: 1023px) {
  .img-txt.alternative {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1500px) {
  .offcanvas_left > .textcontent {
    margin-left: calc(calc(100vw - 1500px) / -2);
  }
}
.offcanvas_left > .textcontent img {
  width: 100% !important;
}
@media (max-width: 1023px) {
  .offcanvas_left {
    margin-bottom: 20px;
  }
}
@media (min-width: 1500px) {
  .offcanvas_right > .textcontent {
    margin-right: calc(calc(100vw - 1500px) / -2);
  }
}
.offcanvas_right > .textcontent img {
  width: 100% !important;
}
@media (max-width: 1023px) {
  .offcanvas_right {
    margin-bottom: 20px;
  }
}
@media (max-width: 1249px) {
  #sales_person_content img {
    display: block;
    margin: 0 auto 20px;
  }
}
.contentHighlight {
  align-items: center;
  padding: 24px;
  background: rgba(33, 37, 37, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid #4d4e4d;
}
.bannerHighlight {
  display: grid;
  grid-template-columns: auto 1fr 30%;
  gap: 20px;
  margin-bottom: 24px;
}
.bannerHighlight .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #78b82a;
  border: 2px solid #78b82a;
  border-radius: 50%;
  font-size: 50px;
}
.bannerHighlight span {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  gap: 5px;
  border-right: 1.5px solid #bbbbbd;
  align-self: stretch;
  justify-content: center;
  font-size: 16px;
}
.bannerHighlight span strong {
  color: #78b82a;
  font-weight: normal;
  font-size: 18px;
}
@media (min-width: 1024px) and (max-width: 1249px) {
  .bannerHighlight {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bannerHighlight {
    grid-template-columns: auto 1fr;
    row-rule: 1px solid white;
    gap: 40px 20px;
  }
  .bannerHighlight .icon {
    width: 60px;
    height: 60px;
    font-size: 40px;
  }
  .bannerHighlight span {
    padding: 0;
    border: 0;
    font-size: 14px;
  }
  .bannerHighlight span strong {
    font-size: 16px;
  }
  .bannerHighlight img {
    grid-column: span 2;
    width: 130px !important;
    justify-self: center;
  }
}
.trustIconBar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1340px;
  margin-inline: auto;
  gap: 40px;
  column-rule: 1px solid white;
}
@media (max-width: 1023px) {
  .trustIconBar {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .trustIconBar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-rule: 1px solid white;
  }
}
.trustIconBar__item {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  align-items: center;
  justify-self: center;
}
.trustIconBar__item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #78b82a;
  font-size: 36px;
}
.trustIconBar__item span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media (max-width: 1023px) {
  .trustIconBar__item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    text-align: center;
  }
  .trustIconBar__item span {
    font-size: 14px;
  }
}
.orderButton {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 26px 12px 26px;
  font-size: 2rem;
  line-height: 18px;
  min-width: 200px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #171717;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #78b82a;
  color: #ffffff;
  border-color: #78b82a;
  padding: 0;
  height: 45px;
  font-size: 1.8rem;
  min-width: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.orderButton:hover,
.orderButton:focus {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.orderButton:active {
  background: #78b82a;
  border-color: #78b82a;
  color: #ffffff;
  text-decoration: none;
}
.orderButton:hover,
.orderButton:focus {
  background: #5d8e21;
  border-color: #5d8e21;
}
.orderButton:active {
  background: #426517;
  border-color: #426517;
}
.orderButton i {
  margin-right: 10px;
  font-size: 2.6rem;
}
.orderButton.inactive {
  min-width: 0;
  background: #f5f5f5;
  color: #cccccc;
  border-color: #cccccc;
}
.orderButton.inactive:hover {
  cursor: not-allowed;
}
@media (max-width: 1249px) {
  .orderButton {
    font-size: 14px;
  }
}
.orderButtonWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: auto;
}
.orderButtonWrapper .quantity {
  flex-shrink: 0;
  margin-right: 5px;
}
.orderButtonWrapper .orderButton {
  flex-grow: 1;
}
.content_left_information {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}
.content_left_information .h5 {
  display: block;
  margin-bottom: 27px;
}
.sort_by {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .sort_by {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .filterbox-wrapper {
    margin-bottom: 20px;
  }
}
.filterbox .filter-wrapper-inner {
  position: relative;
}
.filterbox .filter_unset {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: right;
  font-size: 20px;
  cursor: pointer;
}
.filterbox .filter_unset a {
  display: block;
  color: #666666;
}
.filterbox .filter_unset a .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.filterbox .filter_unset:hover a {
  color: #ca4c2e;
}
.filterbox .filter_body.active {
  background-color: #cccccc;
}
.filter {
  position: relative;
  margin-bottom: 10px;
}
.filter_headline {
  background-color: #f5f5f5;
  padding: 11px 24px 10px 24px;
  font-size: 1.8rem;
  color: #666666;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 22px;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.filter_headline:not(:disabled):active,
.filter_headline:not(:disabled):focus {
  outline: 0;
  border-color: #78b82a;
}
.filter_headline.error {
  border-color: #ca4c2e;
}
.filter_headline:disabled {
  border-color: #171717;
  background: #cccccc;
}
.filter_headline.single_checkbox {
  padding: 0;
}
.filter_headline.single_checkbox:after {
  display: none;
}
.filter_headline.single_checkbox .form-check-label {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
}
.filter_headline.single_checkbox .form-check-label input[type=checkbox] {
  margin: 7px 5px 0 0;
}
.filter_headline.active {
  background-color: #cccccc;
}
.filter_headline.active:after {
  display: none;
}
.filter_toggle {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 2;
}
.filter_toggle ul {
  margin: 0;
  padding: 0;
}
.filter_toggle ul li {
  list-style-type: none;
  padding-left: 0;
}
.filter_toggle .form-check-label {
  display: block;
}
.filter_toggle select[multiple],
.filter_toggle select[size] {
  border: 0;
  width: 100%;
  padding: 0;
}
.filter_toggle select[multiple] option,
.filter_toggle select[size] option {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter_body.icons_body {
  margin-left: -2px;
  margin-right: -2px;
}
.filter_body.icons_body a {
  float: left;
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
.filter_body .filterlist a {
  color: #171717;
}
.filter_body .filterlist a:hover {
  color: #78b82a;
}
.filter .select_body.active:after {
  display: none;
}
.filter .select_body.active select {
  background-color: #cccccc;
}
.filterbox-mobilebutton {
  background-color: #f5f5f5;
  padding: 11px 24px 10px 24px;
  font-size: 1.8rem;
  color: #666666;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 22px;
  display: block;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -ms-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
}
.filterbox-mobilebutton:not(:disabled):active,
.filterbox-mobilebutton:not(:disabled):focus {
  outline: 0;
  border-color: #78b82a;
}
.filterbox-mobilebutton.error {
  border-color: #ca4c2e;
}
.filterbox-mobilebutton:disabled {
  border-color: #171717;
  background: #cccccc;
}
.filterbox-mobilebutton.active {
  background-color: #cccccc;
}
.slider.slider-horizontal {
  width: 100%;
  height: 11px;
}
.slider.slider-horizontal .slider-track {
  margin-top: -3px;
  height: 5px;
}
.slider.slider-horizontal .slider-selection {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #ffffff;
}
.slider.slider-horizontal .slider-handle {
  width: 14px;
  height: 14px;
  margin-left: -7px;
  top: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #d9d9d9;
  cursor: pointer;
  background-image: none;
}
.slider.slider-horizontal .slider-handle:hover {
  background-color: #c0c0c0;
}
@media (max-width: 1023px) {
  .filterbox {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.3);
    display: none;
  }
}
@media (max-width: 481px) {
  .filterbox .filter-wrapper.col-xs-6 {
    width: 100%;
  }
  .filter.checkbox-filter .filter_body .form-check-label {
    width: 100%;
    float: none;
  }
}
.inventoryWrapper {
  font-size: 1.6rem;
}
.inventory {
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.inventory:before {
  font-family: "icons";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  text-align: center;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.inventory.available {
  color: #78b82a;
}
.inventory.available:before {
  content: "\E010";
  color: #78b82a;
}
.inventory.low_availability {
  color: #b6c62d;
}
.inventory.low_availability:before {
  content: "\E010";
  color: #b6c62d;
}
.inventory.not_available {
  color: #ff7979;
}
.inventory.not_available:before {
  content: "\E012";
  color: #ff7979;
}
.inventory.not_available_orderable {
  color: #78b82a;
}
.inventory.not_available_orderable:before {
  content: "\E010";
  color: #78b82a;
}
.inventory.not_available_orderable_number {
  color: #78b82a;
}
.inventory.not_available_orderable_number:before {
  content: "\E010";
  color: #78b82a;
}
.inventory.available_not_orderable {
  color: #ff7979;
}
.inventory.available_not_orderable:before {
  content: "\E012";
  color: #ff7979;
}
.inventory p {
  margin: 0;
}
.availability_message {
  margin-top: 20px;
}
.availability_message .availability_message_button {
  display: inline-block;
  margin-bottom: 10px;
}
.availability_message .availability_message_button .fa {
  padding-right: 10px;
}
.availability_message .availability_message_box {
  padding: 20px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.availability_message .availability_message_box .button {
  width: 100%;
}
.linklist .button {
  min-width: 0;
}
.linklist.table_area .table_row .table_cell {
  padding-top: 10px;
  padding-bottom: 10px;
}
.linklist.table_area .table_row.table_body:not(.no-hover):hover {
  cursor: pointer;
}
.linklist.table_area .table_row.table_body:not(.no-hover):hover .table_cell {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .linklist .read_more {
    margin-top: 8px;
  }
  .linklist.table_area .table_row {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .linklist.table_area .table_row:first-child {
    padding-top: 0;
  }
  .linklist.table_area .table_row .table_cell {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page_switch {
  text-align: right;
  height: 40px;
  color: #666666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .page_switch {
    justify-content: center;
  }
}
.page_switch .page_switch_control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #cccccc;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  cursor: pointer;
}
.page_switch .page_switch_control.page_switch_prev {
  margin-right: 10px;
}
.page_switch .page_switch_control.page_switch_next {
  margin-left: 10px;
}
.page_switch .page_switch_control:hover {
  background-color: #78b82a;
  color: #ffffff;
}
.page_switch .page_switch_text {
  padding: 0 10px;
}
.pageSwitch {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .pageSwitch {
    justify-content: center;
  }
}
.pageSwitch__item {
  /*padding: 0;
    background: none;
    margin: 0 5px;
    .flexbox(row,center,nowrap);
    display: inline-flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: @font-size-base;
    font-family: @font-family;
    color: @text-base;
    font-weight: @normal;
    cursor: pointer;
    border: 1px solid @input-border-color;
    &.active{
      cursor: default;
      background-color: @primary;
      color: @white;
    }
    &:not(.active){
      &:hover,&:focus {
        background-color: @primary;
        color: @white;
      }
    }
    &.pageSwitch__item--separator{
      cursor: default;
      &:hover,&:focus {
        background-color: transparent;
        color: @text-base;
      }
    }*/
}
.pageSwitch__item--prev,
.pageSwitch__item--next {
  padding: 0;
  border: 0;
  background: #78b82a;
  font-weight: 400;
  color: #ffffff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.pageSwitch__item--prev:hover,
.pageSwitch__item--next:hover,
.pageSwitch__item--prev:focus,
.pageSwitch__item--next:focus {
  background-color: #5d8e21;
}
.pageSwitch__item--prev:not(.active),
.pageSwitch__item--next:not(.active) {
  color: #d9d9d9;
  background: #f5f5f5;
}
.pageSwitch__item--prev:not(.active):hover,
.pageSwitch__item--next:not(.active):hover,
.pageSwitch__item--prev:not(.active):focus,
.pageSwitch__item--next:not(.active):focus {
  background: #f5f5f5;
}
.pageSwitch__pages {
  padding: 0 10px;
}
.itembox .pageSwitch .pageSwitch__item {
  text-decoration: none;
}
.itembox .pageSwitch .pageSwitch__item--prev,
.itembox .pageSwitch .pageSwitch__item--next {
  background: #78b82a;
  font-weight: 400;
  color: #ffffff;
}
.itembox .pageSwitch .pageSwitch__item--prev:hover,
.itembox .pageSwitch .pageSwitch__item--next:hover,
.itembox .pageSwitch .pageSwitch__item--prev:focus,
.itembox .pageSwitch .pageSwitch__item--next:focus {
  background-color: #5d8e21;
}
.itembox .pageSwitch .pageSwitch__item.active {
  color: #78b82a;
}
.itembox .pageSwitch .pageSwitch__pages a {
  margin: 0 10px;
  text-decoration: none;
  color: #666666;
}
.itembox .pageSwitch .pageSwitch__pages a:first-child {
  margin-left: 0;
}
.itembox .pageSwitch .pageSwitch__pages a:last-child {
  margin-right: 0;
}
.itembox .pageSwitch .pageSwitch__pages a:hover {
  color: #78b82a;
}
#flashMessages {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 300;
}
.flashMessage {
  width: 350px;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 20px 15px 20px 55px;
  background-color: #d9d9d9;
  color: #171717;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 23, 23, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(23, 23, 23, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(23, 23, 23, 0.25);
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
}
.flashMessage .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-top: -15px;
}
.flashMessage .close_flash {
  position: absolute;
  right: 5px;
  top: 5px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  display: inline-block;
  font-size: 1.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.flashMessage.flashMessage_warning {
  background-color: #b6c62d;
  color: #ffffff;
}
.flashMessage.flashMessage_error {
  background-color: #ca4c2e;
  color: #ffffff;
}
.flashMessage.flashMessage_success {
  background-color: #78b82a;
  color: #ffffff;
}
.flashMessage.flashMessage_info {
  background-color: #d9d9d9;
  color: #ffffff;
}
.flashMessage:hover .close_flash {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.flashMessage:hover.flashMessage_warning {
  background-color: #a3b128;
}
.flashMessage:hover.flashMessage_error {
  background-color: #b54429;
}
.flashMessage:hover.flashMessage_success {
  background-color: #6aa325;
}
@media (max-width: 481px) {
  #flashMessages {
    right: 20px;
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
  }
}
.spinner_wrapper {
  width: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.spinner_wrapper > div {
  background: #78b82a;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  width: 20px;
  height: 20px;
  color: #ffffff;
}
.spinner_wrapper > div:last-child {
  border-bottom-color: transparent;
}
.quantity {
  width: 85px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.quantity .spinner_wrapper {
  position: absolute;
  height: 41px;
  top: 2px;
  left: 2px;
}
.quantity input {
  padding-right: 5px;
  border: 1px solid #d9d9d9;
  padding-left: 26px;
  text-align: center;
}
.quantity:not(.inactive) .spinner_wrapper > div {
  cursor: pointer;
}
.quantity:not(.inactive) .spinner_wrapper > div:hover {
  background-color: #5d8e21;
  color: #ffffff;
}
.quantity.inactive {
  display: none;
}
.quantity.inactive input {
  background-color: #f5f5f5;
  border-color: #cccccc;
  color: #cccccc;
}
.quantity.inactive input:hover {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .quantity {
    width: 60px;
  }
  .quantity .spinner_wrapper {
    display: none;
  }
  .quantity input {
    padding: 11px 5px;
    text-align: center;
  }
}
.itemtable_list {
  display: table;
  width: 100%;
  table-layout: auto;
}
.itemtable_row {
  display: table-row;
}
@media (min-width: 768px) {
  .itemtable_row:last-child .itemtable_cell {
    border-bottom: 1px solid #cccccc;
  }
}
.itemtable_cell {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #cccccc;
}
.itemtable_cell .description {
  font-weight: 600;
}
.itemtable_cell .description > a {
  color: #666666;
  font-weight: 600;
}
.itemtable_cell .description > a:hover {
  color: #78b82a;
}
.itemtable_cell .basket_delete {
  margin-top: 20px;
  display: inline-block;
}
.itemtable_cell .order_price {
  font-weight: 600;
}
.itemtable_label {
  display: none;
  color: #d9d9d9;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.itemtable_header .itemtable_cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 0;
}
@media (min-width: 768px) {
  .itemtable_cell.image_line {
    width: 140px;
  }
  .itemtable_cell.quantity_line {
    width: 150px;
  }
  .itemtable_cell.price_line,
  .itemtable_cell.line_amount_line {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .itemtable_list {
    display: block;
  }
  .itemtable_row {
    border-top: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }
  .itemtable_row:after {
    content: "";
    display: block;
    clear: both;
  }
  .itemtable_row:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .itemtable_header {
    display: none;
  }
  .itemtable_cell {
    padding: 5px 10px;
    border: 0;
    text-align: left;
    width: 100%;
    float: right;
  }
  .itemtable_cell.image_line {
    width: 80px;
    float: left;
  }
  .itemtable_label {
    display: block;
  }
}
#content_shop {
  min-height: 405px;
  padding-bottom: 40px;
}
@media (max-width: 1023px) {
  .main_content_right {
    margin-top: 25px;
  }
}
.cross_price {
  display: inline-block;
  position: relative;
}
.cross_price:before {
  content: " ";
  height: 1.5px;
  background-color: #ca4c2e;
  width: calc(100% + 6px);
  width: -moz-calc(100% + 6px);
  width: -webkit-calc(100% + 6px);
  width: -o-calc(100% + 6px);
  display: block;
  position: absolute;
  left: -3px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  top: 1rem;
}
.base_price {
  font-size: 2.2rem;
  font-weight: 600;
}
.shop_site_headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #171717;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 4.5rem;
  /*margin-top: 0;
  margin-bottom: @spacer-base*2;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  color: @gray-base;*/
}
@media (max-width: 1249px) {
  .shop_site_headline {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .shop_site_headline {
    font-size: 2.4rem;
  }
}
.shop .shop_site_headline {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #171717;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  margin-bottom: 10px;
}
@media (max-width: 1249px) {
  .shop .shop_site_headline {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .shop .shop_site_headline {
    font-size: 2.2rem;
  }
}
.itembox_header .page_switch {
  margin-bottom: 0;
}
.highlights_caption {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .itembox_header {
    margin-bottom: 20px;
  }
}
.order_price_total,
.order_price_total_label {
  font-size: 16px;
  font-weight: 600;
}
.order_prices_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.order_prices_box:after {
  clear: both;
  content: " ";
  display: block;
}
.order_prices_box .order_prices_box_left,
.order_prices_box .order_prices_box_right {
  padding: 20px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.order_prices_box .order_prices_box_left {
  width: calc((100% / 3) * 2);
  width: -moz-calc((100% / 3) * 2);
  width: -webkit-calc((100% / 3) * 2);
  width: -o-calc((100% / 3) * 2);
  padding-left: 0;
}
.order_prices_box .order_prices_box_right {
  width: calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: -o-calc(100% / 3);
  background-color: #eeeeee;
}
@media (max-width: 1249px) {
  .order_prices_box .order_prices_box_left {
    width: 50%;
  }
  .order_prices_box .order_prices_box_right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .order_prices_box {
    display: block;
  }
  .order_prices_box .order_prices_box_left {
    width: 100%;
    border-bottom: 0;
  }
  .order_prices_box .order_prices_box_right {
    width: 100%;
  }
}
.attributes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.6rem;
}
.attributes .attribute_row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2px 0;
  border-bottom: 1px solid #d9d9d9;
}
.attributes .attribute_row .attribute_text {
  text-align: right;
  padding-left: 5px;
}
.promotion {
  width: 40px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: cover;
}
.promotion.promotion_1 {
  background-image: url("/userdata/images/promotion/aktion.png");
}
.promotion.promotion_2 {
  background-image: url("/userdata/images/promotion/sale.png");
}
.promotion.promotion_3 {
  background-image: url("/userdata/images/promotion/neu.png");
}
.promotion.promotion_4 {
  background-image: url("/userdata/images/promotion/ssv.png");
}
.promotion.promotion_5 {
  background-image: url("/userdata/images/promotion/wsv.png");
}
.promotion.promotion_6 {
  background-image: url("/userdata/images/promotion/empty.png");
}
.promotion.promotion_6 {
  background-image: url("/userdata/images/promotion/empty.png");
}
.promotion.promotion_6 {
  background-image: url("/userdata/images/promotion/empty.png");
}
.category_picture,
.category_description_1 {
  margin-bottom: 30px;
}
.categorybox > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.categorybox > .row > .categorylist {
  padding-left: 10px;
  padding-right: 10px;
}
.categorybox .categorylist {
  margin-bottom: 40px;
}
.categorybox .categorylist .categorylist_content {
  padding-left: 15px;
  padding-right: 15px;
}
.categorybox .categorylist .categorylist_content.image_wrapper {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.categorybox .categorylist .categorylist_content.image_wrapper .image:before {
  padding-top: 75%;
}
.categorybox .categorylist .categorylist_content.description {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #78b82a;
  padding: 10px;
  display: table;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
}
.categorybox .categorylist .categorylist_content.description > div {
  display: table-cell;
  vertical-align: middle;
}
.categorybox .categorylist .categorylist_container {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.categorybox .categorylist a {
  text-decoration: none;
}
.categorybox .categorylist a:hover {
  text-decoration: none;
}
.categorybox .categorylist:hover .categorylist_container {
  border-color: #cccccc;
}
.categorybox .categorylist:hover .categorylist_content.description {
  background-color: #5d8e21;
}
.categorybox_etsy .categorylist .categorylist_container {
  border: 1px solid #cccccc;
}
.categorybox_etsy .categorylist .categorylist_content {
  padding-left: 20px;
  padding-right: 20px;
}
.categorybox_etsy .categorylist .categorylist_content.image_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.categorybox_etsy .categorylist_details {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.categorybox_etsy .categorylist_details .categorylist_details_row {
  display: table-row;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  height: 55px;
  overflow: hidden;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell.description {
  font-weight: 600;
  text-transform: uppercase;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell:first-child {
  padding-left: 0;
}
.categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell:last-child {
  padding-right: 0;
}
.categorybox_etsy .categorylist_images_outer {
  margin: -10px;
}
.categorybox_etsy .categorylink:hover .categorylist_content.description {
  color: #78b82a;
}
.categorybox_etsy .categorylist_images {
  display: table;
  width: 100%;
  border-spacing: 10px;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner {
  display: table-row;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item {
  width: 33.33333333%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item:hover {
  border-color: #78b82a;
}
.categorybox_etsy .categorylist_images .categorylist_images_inner .categorylist_images_item_counter {
  font-weight: 600;
  font-size: 2em;
  background-color: #eeeeee;
}
.categorylist_images_inner {
  margin-left: -15px;
  margin-right: -15px;
}
.categorylist_images_item_inner {
  border: 1px solid #ccc;
}
.categorylist_images_item_inner:hover {
  border: 1px solid #333;
}
.categorylist_images_item_inner.last {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.categorylist_images_item_inner.last .image {
  background-color: #ccc;
}
.categorylist_images_item_inner.last:hover .image {
  background-color: #333;
}
.categorylist_images_item {
  padding-left: 10px;
  padding-right: 10px;
}
.categorylist_details_cell.description {
  font-weight: 600;
  text-transform: uppercase;
  min-height: 38px;
}
.categorylist_big_image {
  margin: 10px 0 0 0;
}
.category_info {
  margin-bottom: 30px;
}
.category_info_inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 481px) {
  .category_info_inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.category_info_inner .category_picture {
  max-width: 150px;
  margin: 0 0 0 auto;
}
@media (max-width: 481px) {
  .category_info_inner .category_picture {
    margin-bottom: 10px;
  }
}
.category_info_inner .category_description_1 {
  padding-right: 30px;
  margin: 0;
}
.category_info_inner .category_description_1 h1,
.category_info_inner .category_description_1 h2,
.category_info_inner .category_description_1 h3,
.category_info_inner .category_description_1 h4,
.category_info_inner .category_description_1 h5,
.category_info_inner .category_description_1 h6,
.category_info_inner .category_description_1 .h1,
.category_info_inner .category_description_1 .h2,
.category_info_inner .category_description_1 .h3,
.category_info_inner .category_description_1 .h4,
.category_info_inner .category_description_1 .h5,
.category_info_inner .category_description_1 .h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  color: #171717;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  margin-bottom: 10px;
}
@media (max-width: 1249px) {
  .category_info_inner .category_description_1 h1,
  .category_info_inner .category_description_1 h2,
  .category_info_inner .category_description_1 h3,
  .category_info_inner .category_description_1 h4,
  .category_info_inner .category_description_1 h5,
  .category_info_inner .category_description_1 h6,
  .category_info_inner .category_description_1 .h1,
  .category_info_inner .category_description_1 .h2,
  .category_info_inner .category_description_1 .h3,
  .category_info_inner .category_description_1 .h4,
  .category_info_inner .category_description_1 .h5,
  .category_info_inner .category_description_1 .h6 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .category_info_inner .category_description_1 h1,
  .category_info_inner .category_description_1 h2,
  .category_info_inner .category_description_1 h3,
  .category_info_inner .category_description_1 h4,
  .category_info_inner .category_description_1 h5,
  .category_info_inner .category_description_1 h6,
  .category_info_inner .category_description_1 .h1,
  .category_info_inner .category_description_1 .h2,
  .category_info_inner .category_description_1 .h3,
  .category_info_inner .category_description_1 .h4,
  .category_info_inner .category_description_1 .h5,
  .category_info_inner .category_description_1 .h6 {
    font-size: 2.2rem;
  }
}
@media (max-width: 481px) {
  .category_info_inner .category_description_1 {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .category_info {
    margin-bottom: 20px;
  }
}
@media (max-width: 481px) {
  .categorybox_etsy .categorylist_details .categorylist_details_row .categorylist_details_cell {
    height: auto;
  }
}
.tabs {
  margin-bottom: 40px;
}
.tabs ul.tab {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
}
.tabs ul.tab > li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs ul.tab > li a {
  background-color: #eeeeee;
  color: #d9d9d9;
  border-left: 2px solid #ffffff;
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
}
.tabs ul.tab > li a:hover {
  background-color: #cccccc;
}
.tabs ul.tab > li:first-child a {
  border-left: 0;
}
.tabs ul.tab > li.tabon a {
  background-color: #d9d9d9;
  color: #ffffff;
  cursor: default;
}
.tabs ul.tab:after {
  clear: both;
  display: block;
  content: " ";
}
.tabs > div {
  padding: 20px;
}
.tabs .tab_content_headline {
  display: none;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #171717;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #eeeeee;
}
@media (max-width: 481px) {
  .tabs ul.tab {
    display: none;
  }
  .tabs .hide {
    display: block !important;
  }
  .tabs > div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .tabs .tab_content_headline {
    display: block;
  }
}
.mz-expand-thumbnails {
  margin-bottom: 20px;
}
.itemcard_details.table_area .table_row .details_label {
  padding-left: 0;
}
.itemcard_details.table_area .table_row .details_value {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 767px) {
  .itemcard_details.table_area .table_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.itemcard_summary {
  margin-bottom: 30px;
}
#itemcard_top {
  margin-bottom: 80px;
}
#itemcard_variants {
  margin-bottom: 80px;
}
#itemcard_variants .itemcard_list .itemlist_variant_container {
  margin: 0;
  padding: 0;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist .itemlist_content.info {
  float: left;
  width: 30%;
  font-weight: 600;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist .itemlist_content.info .variant_name {
  text-transform: uppercase;
  margin-bottom: 20px;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist .itemlist_content.summary {
  float: left;
  width: 70%;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist .itemlist_content.image {
  height: 100px;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist .itemlist_content.image img {
  left: 0;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist:first-child .itemlist_left .itemlist_details_container {
  border-top: 0;
}
#itemcard_variants .itemcard_list .itemlist_variant_container .itemlist_variant_container_inner .itemlist:first-child .itemlist_right {
  border-top: 0;
}
body div#container div#container_1 div#content div#content_3 div#itemcard div#itemcard_top div div#itemcard_left div div div div#zoom-box a#zoom > .mz-figure > img {
  width: auto !important;
}
body div#container div#content div#content_3 div#itemcard div#itemcard_top div div#itemcard_left div div div a#zoom > .mz-figure > img {
  width: auto !important;
}
#itemcard_left .item_images_container {
  position: relative;
}
#itemcard_left .item_images_container .itemcard_banner {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#itemcard_left .item_images_container .item_main_image {
  height: 430px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#itemcard_left .item_images_container .item_main_image .item_main_container {
  height: 430px;
  line-height: 430px;
  text-align: center;
  width: 100%;
}
#itemcard_left .item_images_container .item_main_image .item_main_container.inactive {
  display: none;
}
#itemcard_left .item_images_container .item_main_image .item_main_container a {
  cursor: default;
  display: block;
  height: 100%;
  text-align: center;
  width: 100% !important;
  max-height: 430px !important;
}
#itemcard_left .item_images_container .item_main_image .item_main_container a img {
  cursor: pointer;
  max-height: 430px !important;
  width: auto !important;
}
#itemcard_left .item_images_container .item_main_image .item_video_container {
  display: none;
  height: 564px;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}
#itemcard_left .item_images_container .item_main_image .item_video_container.active {
  display: table;
}
#itemcard_left .item_images_container .item_main_image .item_video_container .item_video_container_inner {
  display: table-cell;
  vertical-align: middle;
}
#itemcard_left .item_images_container .item_main_image .item_video_container .item_video_container_inner .video_container {
  display: none;
}
#itemcard_left .item_images_container .item_main_image .item_video_container .item_video_container_inner .video_container video {
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  height: auto;
}
#itemcard_left .item_images_container .item_images {
  margin-top: 20px;
  text-align: center;
  height: 88px !important;
}
#itemcard_left .item_images_container .item_images .mz-thumb {
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  border: 0;
  position: relative;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border: 2px solid #ffffff;
  border-radius: 5px;
  margin: 0 5px;
}
#itemcard_left .item_images_container .item_images .mz-thumb > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  margin-top: 0 !important;
}
#itemcard_left .item_images_container .item_images .mz-thumb .image {
  background-position: center;
  background-size: cover;
}
#itemcard_left .item_images_container .item_images .mz-thumb:hover {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border-color: #f5f5f5;
}
#itemcard_left .item_images_container .item_images .mz-thumb:hover > img {
  filter: none;
}
#itemcard_left .item_images_container .item_images .mz-thumb.mz-thumb-selected {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border-color: #78b82a;
}
#itemcard_left .item_images_container .item_images .mz-thumb.mz-thumb-selected > img {
  filter: none;
}
#itemcard_right .shop_site_headline {
  font-size: 3.4rem;
  font-weight: 600;
}
.order_button_top_left {
  margin: 20px 0;
}
.order_button_top_left label {
  color: #171717;
}
#itemcard_bottom {
  margin-bottom: 80px;
}
#itemcard_bottom .tables {
  padding-right: 100px;
}
@media (max-width: 1249px) {
  #itemcard_bottom .tables {
    padding-right: 20px;
  }
}
#itemcard_bottom .tables .table_area {
  margin-bottom: 40px;
}
#itemcard_bottom .products_2 {
  margin-top: 80px;
}
.item_card_sharing .sharing {
  line-height: 30px;
  border-bottom: 1px solid #cccccc;
}
.item_card_sharing .sharing a {
  display: block;
}
.item_card_sharing .sharing .fa {
  float: right;
  line-height: 30px;
}
.item_videos .infotext,
.item_documents .infotext {
  font-weight: 600;
}
.item_videos ul,
.item_documents ul {
  margin: 0;
  padding: 0;
}
.item_videos ul li,
.item_documents ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mz-expand-thumbnails {
  height: 108px !important;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 0 !important;
  position: relative;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb > img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb:hover {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border-color: #f5f5f5;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb:hover > img {
  filter: none !important;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb.magic-thumb-selected {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  border-color: #78b82a;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb.magic-thumb-selected > img {
  filter: none;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
  height: 80px;
}
.mz-hint-message {
  background-color: rgba(238, 238, 238, 0.8);
  color: #d9d9d9;
  display: none!important;
}
.mz-hint-message:before {
  content: "\f002";
  font-family: FontAwesome;
}
body div#container div#container_1 div#content div div#content_3 div#itemcard_top div div#itemcard_left div div div a#zoom > .mz-figure > img {
  width: auto !important;
}
.graduated_price_table {
  margin-bottom: 20px;
}
.select_body_div {
  color: #171717;
  position: relative;
}
.select_body_div .select_body_header {
  padding: 7px 15px 9px 15px;
  border: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.select_body_div .select_body_header:after {
  content: "\e313";
  font-family: "Material Icons";
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-size: 20px;
  color: #171717;
  pointer-events: none;
}
.select_body_div .select_body_options {
  display: none;
  padding: 7px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.select_body_div .select_body_options > div {
  padding: 7px 15px 9px 15px;
  cursor: pointer;
}
.select_body_div .select_body_options > div:hover {
  background-color: #eeeeee;
}
@media (max-width: 1539px) {
  #itemcard_left .item_images_container .item_main_image {
    height: 413px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container {
    height: 413px;
    line-height: 413px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container a img {
    max-height: 413px !important;
  }
}
@media (max-width: 1249px) {
  #itemcard_left .item_images_container .item_main_image {
    height: 338px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container {
    height: 338px;
    line-height: 338px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container a img {
    max-height: 338px !important;
  }
}
@media (max-width: 1023px) {
  #itemcard_top {
    margin-bottom: 20px;
  }
  #itemcard_bottom {
    margin-bottom: 40px;
  }
  #itemcard_left {
    margin-bottom: 20px;
  }
  #itemcard_left .item_images_container .item_main_image {
    height: 255px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container {
    height: 255px;
    line-height: 255px;
  }
  #itemcard_left .item_images_container .item_main_image .item_main_container a img {
    max-height: 255px !important;
  }
  #itemcard_left .item_images_container .item_images {
    margin-bottom: 0;
  }
  .mz-expand-thumbnails {
    height: 90px;
  }
  .mz-expand-thumbnails .magic-thumbs .magic-thumb {
    width: 90px;
    height: 68px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  #itemcard_left .item_images_container .item_images {
    display: none;
  }
}
.orderbox {
  background-color: #666666;
  padding: 30px;
  margin: 30px 0;
  border-radius: 5px;
  color: #ffffff;
}
.orderbox_button {
  position: relative;
}
.orderbox form {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  row-gap: 32px;
  grid-template-areas: "top top" "left right";
}
.orderbox form .itemcard_order_button_price_wrapper_outer {
  grid-area: top;
}
.orderbox form .inventoryWrapper {
  margin: 0;
  grid-area: left;
  align-self: center;
}
.orderbox form .itemcard_order_button_input_wrapper_outer {
  margin: 0;
  grid-area: right;
}
@media (max-width: 767px) {
  .orderbox form {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    row-gap: 16px;
    grid-template-areas: "top" "center" "bottom";
  }
  .orderbox form .itemcard_order_button_price_wrapper_outer {
    grid-area: top;
  }
  .orderbox form .inventoryWrapper {
    grid-area: center;
  }
  .orderbox form .itemcard_order_button_input_wrapper_outer {
    grid-area: bottom;
  }
}
.orderbox a {
  text-decoration: underline;
  color: #666666;
}
.orderbox a:hover {
  color: #78b82a;
}
.orderbox .itemcard_order_button_input_wrapper_outer {
  margin-bottom: 0;
  max-width: none;
}
.orderbox .inventoryWrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.itemcard_list {
  margin-bottom: 20px;
}
.itemcard_list > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.itemcard_list > .row > .itemlist {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.itemcard_list > .row > .itemlist > a {
  display: flex;
  flex-grow: 1;
}
.itemcard_list > .row > .itemlist .itemlist_container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.itemcard_list > .row > .itemlist .itemlist_container .button {
  margin-top: auto;
}
.itemcard_list .favorites {
  position: absolute;
  top: 0;
  right: 0;
}
.itemcard_list .itemlist {
  margin-bottom: 20px;
}
.itemcard_list .itemlist .itemlist_container {
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  color: #ffffff;
  padding: 10px;
}
.itemcard_list .itemlist .itemlist_container .itemlist_content.banner {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.itemcard_list .itemlist .itemlist_container .itemlist_content .itemlist_description {
  height: auto;
  max-height: 60px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #171717;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .itemcard_list .itemlist .itemlist_container .itemlist_content .itemlist_description {
    margin-bottom: 10px;
  }
}
.itemcard_list .itemlist > a {
  color: #666666;
}
.itemcard_list.itemcard_list1 .itemlist_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}
.itemcard_list.itemcard_list1 .itemlist_container:after {
  clear: both;
  display: block;
  content: " ";
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.description {
  height: auto;
  font-size: 2.2rem;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.summary {
  height: auto;
  font-size: 1.6rem;
  margin: 10px 0 20px;
}
@media (max-width: 1023px) {
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.summary {
    margin: 5px 0 10px;
  }
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.attributes {
  margin-bottom: 0;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.price {
  font-size: 15px;
  font-weight: 600;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.variant_counter {
  font-weight: 600;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.image img {
  left: auto;
}
@media (max-width: 767px) {
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_content.image img {
    left: 0;
  }
}
.itemcard_list.itemcard_list1 .itemlist_container a {
  color: #666666;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_left {
  width: 70%;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_left > a {
  display: block;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_left > a:after {
  clear: both;
  display: block;
  content: " ";
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right {
  width: 30%;
  padding: 20px;
  background-color: #666666;
  position: relative;
  display: flex;
  flex-direction: column;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .itemlist_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .itemlist_content:after {
  clear: both;
  display: block;
  content: " ";
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .itemlist_content .itemlist_content_label {
  float: left;
  display: none;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right a:hover {
  color: #78b82a;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .open_variants {
  order: 3;
  margin-top: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  width: 100%;
  font-size: 1.8rem;
  height: 45px;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .button_new {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .from_price {
  order: 1;
}
.itemcard_list.itemcard_list1 .itemlist_container .itemlist_right .no_of_variants {
  order: 2;
  margin-bottom: 10px;
}
.itemcard_list.itemcard_list1 .itemlist_image_container {
  float: left;
  width: 200px;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.itemcard_list.itemcard_list1 .itemlist_image_container .promotion_banner {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}
.itemcard_list.itemcard_list1 .itemlist_details_container {
  float: left;
  width: calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  padding: 20px 20px 20px 0;
}
.itemcard_list.itemcard_list1 .itemlist_details_container .itemlist_details_left {
  width: 100%;
}
.itemcard_list.itemcard_list1 .itemlist_details_container .itemlist_details_right {
  width: 100%;
  font-size: 1.6rem;
}
.itemcard_list.itemcard_list1 .itemlist_price_line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2px 0;
  border-bottom: 1px solid #d9d9d9;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_variant_container_inner.active .itemlist_open_variant_button .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_variant_container_inner.active .open_variants {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_variant_container_inner.active .itemlist_container {
  border-radius: 0;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_variant_container_inner.active .itemlist {
  border-bottom: 1px solid #f5f5f5;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_open_variant_button {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #78b82a;
  cursor: pointer;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist_open_variant_button:hover {
  background: #5d8e21;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist {
  margin-bottom: 0;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist .itemlist_container {
  border: 0;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist.is_variant .itemlist_left .itemlist_image_container .itemlist_content.image:before {
  padding-top: 40%;
}
@media (max-width: 1249px) {
  .itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist.is_variant .itemlist_left .itemlist_image_container .itemlist_content.image:before {
    padding-top: 100%;
  }
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist.is_variant .itemlist_right {
  border-top: 1px solid #ffffff;
}
.itemcard_list.itemcard_list1 .itemlist_variant_container:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.itemcard_list.itemcard_list1 .itemlist_variant_container .is_variant .itemlist_container {
  border-radius: 0;
}
.itemcard_list .inventoryWrapper {
  margin-top: 5px;
  margin-bottom: 30px;
}
.itemcard_list > .itemlist:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.itemcard_list10 .itemlist {
  flex-direction: column;
  margin-bottom: 0;
  height: 100%;
}
.itemcard_list10 .itemlist a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.itemcard_list10 .itemlist a:hover .itemlist_container {
  border-color: #d9d9d9;
}
.itemcard_list10 .itemlist .itemlist_container {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.itemcard_list10 .itemlist .itemlist_content {
  color: #666666;
  font-size: 1.8rem;
}
.itemcard_list10 .itemlist .itemlist_content.image {
  margin-bottom: 60px;
}
.itemcard_list10 .itemlist .itemlist_content.image:before {
  padding-top: 160px;
}
.itemcard_list10 .itemlist .itemlist_content.description {
  height: auto;
  max-height: 60px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #171717;
  overflow: hidden;
}
.itemcard_list10 .itemlist .itemlist_button {
  margin-top: auto;
}
.itemcard_list10 .itemlist .itemlist_button .button_primary {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.itemcard_list10 .owl-stage {
  display: flex;
}
.itemcard_list10 .owl-item {
  min-height: 100%;
}
.itemcard_list10 .owl-nav .owl-prev,
.itemcard_list10 .owl-nav .owl-next {
  background: #78b82a !important;
  border-radius: 3px;
  color: #ffffff !important;
  width: 30px;
  height: 30px;
}
.itemcard_list10 .owl-nav .owl-prev i,
.itemcard_list10 .owl-nav .owl-next i {
  line-height: 30px;
  font-size: 20px;
}
.itemcard_list10 .owl-nav .owl-prev {
  left: -12px;
}
.itemcard_list10 .owl-nav .owl-next {
  right: -12px;
}
@media (max-width: 1249px) {
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_left {
    width: 60%;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_right {
    width: 40%;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_image_container {
    width: 120px;
    margin-top: 10px;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_details_container {
    width: calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  body.home .itemcard_list10 .itemlist {
    width: 50%;
  }
  .itemcard_list.itemcard_list1 .itemlist_container {
    display: block;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_left {
    width: 100%;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_right {
    width: 100%;
  }
}
@media (max-width: 481px) {
  body.home .itemcard_list10 .itemlist {
    width: 100%;
  }
  .itemcard_list.itemcard_list1 .itemlist_container {
    display: block;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_image_container {
    width: 100%;
    padding: 10px;
    max-width: 160px;
    margin: 0;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_details_container {
    width: 100%;
    padding: 10px;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_left > a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .itemcard_list.itemcard_list1 .itemlist_container .itemlist_right {
    padding: 10px;
  }
  .itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist.is_variant .itemlist_left .itemlist_details_container {
    border-top: 0;
  }
  .itemcard_list.itemcard_list1 .itemlist_variant_container .itemlist.is_variant:last-child .itemlist_right {
    border-bottom: 0;
  }
}
#search {
  z-index: 120;
  width: 100%;
}
#search input {
  width: 100%;
  color: #666666;
  padding-right: 78px;
}
@media (max-width: 1023px) {
  #search input {
    padding: 6px 24px 4px 10px;
    font-size: 14.4px;
  }
}
#search form {
  position: relative;
}
#search form .search_button {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  cursor: pointer;
  width: 55px;
  height: 100%;
  text-align: center;
  font-size: 2.4rem;
  background: #78b82a;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#search form .search_button i {
  position: relative;
  top: 4px;
}
#search form .search_button:hover {
  background: #5d8e21;
}
@media (max-width: 1023px) {
  #search form .search_button {
    width: 40px;
    font-size: 19.2px;
  }
  #search form .search_button i {
    top: 2px;
  }
}
.search_headline {
  margin-bottom: 10px;
}
#itemcard .favorite-button {
  top: 0;
  right: 0;
  line-height: 1;
}
.favorite-button {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  top: 14px;
  right: 20px;
}
.favorite-button i {
  color: #ffffff;
}
.favorite-button i:hover {
  color: #78b82a;
}
.quantityBasketWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 110px;
}
.quantityBasketWrapper .button_refresh {
  margin-left: 15px;
  flex-shrink: 0;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
  color: #666666;
}
.quantityBasketWrapper .button_refresh:hover,
.quantityBasketWrapper .button_refresh:focus,
.quantityBasketWrapper .button_refresh:active {
  color: #c2e794;
}
.quantityBasketWrapper .button_refresh i {
  display: block;
}
.itemtable_list.itemtable_list--basket .summary {
  margin-top: 10px;
}
.itemtable_list.itemtable_list--basket a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .itemtable_list.itemtable_list--basket .itemtable_row:not(.itemtable_header) .itemtable_cell:not(.quantity_line):not(.image_line) {
    padding-top: 30px;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .itemtable_list.itemtable_list--basket .itemtable_cell.quantity_line {
    width: 210px;
    float: left;
    padding-left: 90px;
  }
  .itemtable_list.itemtable_list--basket .itemtable_cell.line_amount_line {
    width: calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: -o-calc(100% - 210px);
  }
  .itemtable_list.itemtable_list--basket .itemtable_cell.line_amount_line .order_price {
    line-height: 40px;
  }
}
.user_basket_refresh_buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 481px) {
  .user_basket_refresh_buttons a {
    display: block;
    margin-bottom: 10px;
  }
  .user_basket_refresh_buttons a:last-child {
    margin-bottom: 0;
  }
}
.basket_delete {
  color: #ca4c2e;
  font-size: 1.6rem;
}
.basket_delete:hover {
  color: #a03c25;
}
#form_user_order > .row > div:first-child {
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 1023px) {
  #form_user_order > .row > div:first-child {
    border-right: none;
  }
  #form_user_order > .row > div:first-child .checkout_left {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media (max-width: 767px) {
  #form_user_order > .row > div:first-child .checkout_left {
    border-bottom: none;
  }
}
.order_box {
  background-color: #eeeeee;
  padding: 20px;
  margin-bottom: 40px;
}
.order_devision_headline {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #666666;
}
.itemtable_list.itemtable_list--order .summary {
  margin-top: 10px;
}
.itemtable_list.itemtable_list--order .itemtable_cell.price_line,
.itemtable_list.itemtable_list--order .itemtable_cell.line_amount_line {
  width: auto;
}
.itemtable_list.itemtable_list--order .itemtable_cell a {
  text-decoration: none;
}
@media (min-width: 375px) and (max-width: 767px) {
  .itemtable_list.itemtable_list--order .itemtable_cell.quantity_line {
    width: 210px;
    float: left;
    padding-left: 90px;
  }
  .itemtable_list.itemtable_list--order .itemtable_cell.line_amount_line {
    width: calc(100% - 210px);
    width: -moz-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: -o-calc(100% - 210px);
  }
}
.archiveFilterbox {
  margin-bottom: 30px;
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.archiveFilterbox .form-group,
.archiveFilterbox .form-group-set {
  margin-bottom: 0;
}
.archiveFilterbox .row {
  margin-left: -20px;
  margin-right: -20px;
}
.archiveFilterbox .row > div {
  padding-left: 20px;
  padding-right: 20px;
}
.archiveFilterbox__right .form-group,
.archiveFilterbox__right .form-group-set {
  margin-bottom: 0;
}
@media (min-width: 1250px) {
  .archiveFilterbox__right {
    text-align: right;
  }
}
@media (max-width: 1249px) {
  .archiveFilterbox__right .form-group label,
  .archiveFilterbox__right .form-group-set label {
    display: none;
  }
}
.archiveFilterbox .button {
  min-width: 0;
}
.archiveFilterbox .button_row,
.archiveFilterbox .button_row_bottom,
.archiveFilterbox .button_row_top {
  margin-top: 0;
  margin-bottom: 0;
}
.archiveFilterbox .button_row .button,
.archiveFilterbox .button_row_bottom .button,
.archiveFilterbox .button_row_top .button {
  margin-top: 0;
  margin-bottom: 10px;
}
.archiveTable {
  margin-bottom: 30px;
}
.archiveTable .button {
  min-width: 0;
}
.archiveTable__label {
  color: #cccccc;
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .archiveTable {
    display: table;
    width: 100%;
    table-layout: auto;
  }
  .archiveTable__row {
    display: table-row;
  }
  .archiveTable__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid #cccccc;
    width: 120px;
  }
  .archiveTable__cell:first-child {
    padding-left: 0;
  }
  .archiveTable__cell:last-child {
    padding-right: 0;
    width: auto;
  }
  .archiveTable__infoLine {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .archiveTable__label {
    display: none;
  }
  .archiveTable__header .archiveTable__cell {
    border-top: 0;
  }
}
@media (min-width: 1250px) {
  .archiveTable__cell {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .archiveTable__header {
    display: none;
  }
  .archiveTable__cell {
    text-align: left;
    margin-bottom: 10px;
  }
  .archiveTable__cell:last-child {
    margin-bottom: 0;
  }
  .archiveTable__row {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
}
@media (min-width: 768px) {
  .archiveTableInTable {
    display: table;
    width: 100%;
    table-layout: auto;
  }
  .archiveTableInTable__row {
    display: table-row;
  }
  .archiveTableInTable__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
    width: 120px;
  }
  .archiveTableInTable__cell:first-child {
    padding-left: 0;
  }
  .archiveTableInTable__cell:last-child {
    padding-right: 0;
    width: auto;
  }
}
@media (min-width: 1250px) {
  .archiveTableInTable__cell {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .archiveTableInTable__cell {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .archiveTableInTable__cell:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .toggleTableRow {
    padding-left: 20px;
  }
}
.return_order_form_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.return_order_shipment_header {
  margin-bottom: 40px;
}
.return_order .reference_wrapper {
  margin-top: 40px;
}
#locationField {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
#locationField .dealersearch_inputs_wrapper {
  display: flex;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
}
#locationField .address_input {
  flex-grow: 1;
  margin-right: 20px;
}
#locationField .button {
  max-width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 700px) {
  #locationField {
    flex-wrap: wrap;
  }
  #locationField .button {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
#header_0 {
  background-color: #5d8e21;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_0 #user_account_navigation {
  float: right;
}
#header_0 #user_account_navigation .user_account_link a {
  padding-top: 0;
  padding-bottom: 0;
}
#header_0 #user_account_navigation .user_account_link a:hover {
  color: #ffffff;
}
#header_0 .logged_in_as {
  font-weight: 600;
  float: left;
}
#header_0 a {
  color: #666666;
}
#header_0 a:hover {
  color: #ffffff;
}
#header_0 .user_menu {
  text-align: right;
  margin-left: -10px;
  margin-right: -10px;
}
#header_0 .user_menu a {
  padding-left: 10px;
  padding-right: 10px;
}
#header_1 #header_navigation {
  margin-top: 33px;
}
@media (min-width: 1024px) and (max-width: 1539px) {
  #header_1 #header_search {
    width: 25%;
  }
}
@media (max-width: 767px) {
  #header_account_mobile #user_account_navigation {
    display: inline;
  }
}
#footer .top_footer {
  padding: 8rem 0;
}
#footer .sub_footer {
  padding: 1.8rem 0;
  font-size: 1.6rem;
  align-items: center;
}
#footer .footer_socials {
  text-align: right;
  font-size: 2.7rem;
}
#footer .footer_socials a {
  color: #666666;
}
#footer .footer_socials a:hover {
  color: #78b82a;
}
#footer .logo {
  max-width: 180px;
  margin-bottom: 3rem;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  padding-left: 0;
}
#footer ul li {
  padding: 3px 0;
}
#footer ul li a.active_tree {
  text-decoration: underline;
}
#footer ul a {
  color: #666666;
}
@media (max-width: 1249px) {
  #footer {
    font-size: 14px;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}

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