/* please remember to un-comment used bootstrap components in ./libraries/bootstrap/bootstrap.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@-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: 991px) {
  .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: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.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: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-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: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-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%;
  }
}
@font-face {
  font-family: 'fontello';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.eot?96308213');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.eot?96308213#iefix') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.woff2?96308213') format('woff2'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.woff?96308213') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.ttf?96308213') format('truetype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/fontello.svg?96308213#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?96308205#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-ok:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-down-dir:before {
  content: '\e802';
}
/* '' */
.icon-gift-box-tool4you:before {
  content: '\e803';
}
/* '' */
.icon-left-dir:before {
  content: '\e804';
}
/* '' */
.icon-arrow-slider-right:before {
  content: '\e805';
}
/* '' */
.icon-globe:before {
  content: '\e806';
}
/* '' */
.icon-angle-down:before {
  content: '\e807';
}
/* '' */
.icon-basket:before {
  content: '\e808';
}
/* '' */
.icon-basket-tool4you:before {
  content: '\e81e';
}
/* '' */
.icon-bold:before {
  content: '\e809';
}
/* '' */
.icon-italic:before {
  content: '\e80a';
}
/* '' */
.icon-info:before {
  content: '\e80b';
}
/* '' */
.icon-tile-view:before {
  content: '\e80c';
}
/* '' */
.icon-list-view:before {
  content: '\e80d';
}
/* '' */
.icon-cancel:before {
  content: '\e80e';
}
/* '' */
.icon-pencil:before {
  content: '\e810';
}
/* '' */
.icon-filter-delete:before {
  content: '\e811';
}
/* '' */
.icon-accordion-filter-minus:before {
  content: '\e814';
}
/* '' */
.icon-pin-directions-btn:before {
  content: '\e816';
}
/* '' */
.icon-accordion-filter-plus:before {
  content: '\e819';
}
/* '' */
.icon-zoom-in:before {
  content: '\e81a';
}
/* '' */
.icon-youku-social:before {
  content: '\e81b';
}
/* '' */
.icon-arrow-highlight-next:before {
  content: '\e855';
}
/* '' */
.icon-arrow-highlight-prev:before {
  content: '\e856';
}
/* '' */
.icon-play-btn:before {
  content: '\e857';
}
/* '' */
.icon-contact-fax:before {
  content: '\e858';
}
/* '' */
.icon-contact-mail:before {
  content: '\e859';
}
/* '' */
.icon-contact-telephone:before {
  content: '\e860';
}
/* '' */
.icon-location:before {
  content: '\f031';
}
/* '' */
.icon-underline:before {
  content: '\f0cd';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
.icon-facebook:before {
  content: '\f30c';
}
/* '' */
.icon-gplus:before {
  content: '\f30f';
}
/* '' */
.icon-linkedin:before {
  content: '\f318';
}
/* '' */
.icon-instagram:before {
  content: '\f32d';
}
/* '' */
.icon-fachhaendler-pin:before {
  content: '\e81c';
}
/* '' */
.icon-vertriebspartner-pin:before {
  content: '\e81d';
}
/* '' */
.icon-doityourself-pin:before {
  content: '\e820';
}
/* '' */
.icon-location-3:before {
  content: '\e820';
}
/* '' */
.icon-location-0:before {
  content: '\e81c';
}
/* '' */
.icon-location-1:before {
  content: '\e81d';
}
/* '' */
.icon-location-10:before {
  content: '\f031';
}
/* '' */
.icon-sort:before {
  content: '\f0dc';
}
/* '' */
.icon-sort-down:before {
  content: '\f0dd';
}
/* '' */
.icon-sort-up:before {
  content: '\f0de';
}
/* '' */
.icon-share:before {
  content: '\e80f';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-doityourself:before {
  content: '\e81f';
}
/* '' */
@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica55Roman/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Riona Sans W01";
  src: url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica46LightItalic/font.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Neue Helvetica W01";
  src: url('../../fonts/webFonts/NeueHelvetica75Bold/font.woff2') format('woff2'), url('../../fonts/webFonts/NeueHelvetica75Bold/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Font-COLORS */
/* Hausfarbe */
/* Hintergrundfarben */
/* Greys, alt */
/* usage: mixed */
/* usage: hintergund, borders etc.. */
/*max-width */
/* custom breakpoints */
/* FONT-FACES AND SIZES */
.ff-sans {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
}
.ff-serif {
  font-family: Georgia, serif;
}
.ff-mono {
  font-family: "Courier New", monospace;
}
.mixflexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexcenter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexend {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}
.flexstart {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}
.justifyend {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}
.gridRow > [class^="col"] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row--flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}
.row--flex-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.content .container-fluid {
  max-width: 1120px;
}
.content--full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content--full .container-fluid {
  max-width: 1440px;
}
@media (min-width: 768px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1270px) {
  .content--full {
    margin-left: 0;
    margin-right: 0;
  }
}
/* productdetail only*/
@media (min-width: 992px) {
  article.content--full {
    margin-left: 0;
    margin-right: 0;
  }
}
.img-inline {
  display: inline-block;
}
.container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.container-fluid .row--noGutter > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.container-fluid .row--smallGutter > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}
.container-fluid .row--mediumGutter {
  margin-left: -20px;
  margin-right: -20px;
}
.container-fluid .row--mediumGutter > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.row {
  margin-right: -24px;
  margin-left: -24px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.content--wide .container-fluid {
  max-width: 1323px;
  width: calc(100% - 48px);
}
@media (min-width: 540px) {
  .content--wide .container-fluid {
    width: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .content--wide .container-fluid {
    width: calc(100% - 120px);
  }
}
.content--small > div {
  max-width: 460px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.content__section {
  margin: 50px 0;
}
.content__section.row-addMarginBottom {
  margin-bottom: 120px;
}
.content__section.row-removeMarginBottom {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero--sub + .anchor + .content__section.mt-std.mb-std {
    margin-top: 0;
  }
}
/* 5 columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.hidden-hamburger {
  display: none;
}
@media (min-width: 1270px) {
  .hidden-hamburger {
    display: block;
  }
}
.container-fluid {
  max-width: 1120px;
}
body {
  font-size: 1.6rem;
  color: #231f20;
  line-height: 1.5;
}
/* =============================================================================
	Mixins
============================================================================= */
.margin-top-space07 {
  margin-top: 80px;
}
@media (min-width: 540px) {
  .margin-top-space07 {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .margin-top-space07 {
    margin-top: 112px;
  }
}
.margin-top-space06 {
  margin-top: 64px;
}
@media (min-width: 540px) {
  .margin-top-space06 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .margin-top-space06 {
    margin-top: 96px;
  }
}
.margin-top-space05 {
  margin-top: 48px;
}
.margin-top-space04 {
  margin-top: 32px;
}
.margin-top-space03 {
  margin-top: 24px;
}
.margin-top-space02 {
  margin-top: 16px;
}
.margin-top-space01 {
  margin-top: 8px;
}
.margin-bottom-space07 {
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .margin-bottom-space07 {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space07 {
    margin-bottom: 112px;
  }
}
.margin-bottom-space06 {
  margin-bottom: 64px;
}
@media (min-width: 540px) {
  .margin-bottom-space06 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space06 {
    margin-bottom: 96px;
  }
}
.margin-bottom-space05 {
  margin-bottom: 48px;
}
.margin-bottom-space04 {
  margin-bottom: 32px;
}
.margin-bottom-space03 {
  margin-bottom: 24px;
}
.margin-bottom-space02 {
  margin-bottom: 16px;
}
.margin-bottom-space01 {
  margin-bottom: 8px;
}
/* =============================================================================
	Base Styles
============================================================================= */
body {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f0f1f3;
}
h1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
ul {
  padding: 0 19px;
}
.product__additional ul,
.product__desc ul,
.text__bodytext ul,
.product__additional ol,
.product__desc ol,
.text__bodytext ol {
  padding: 0;
  margin: 16px 0;
}
.product__additional ul li,
.product__desc ul li,
.text__bodytext ul li,
.product__additional ol li,
.product__desc ol li,
.text__bodytext ol li {
  padding-left: 25px;
  position: relative;
  margin: 8px 0;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before,
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  color: #e1121a;
  position: absolute;
  left: 0;
  top: 0;
}
.product__additional ul,
.product__desc ul,
.text__bodytext ul {
  list-style: none;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before {
  content: "\2022";
}
.product__additional ol,
.product__desc ol,
.text__bodytext ol {
  list-style: none;
  counter-reset: default-ol-counter;
}
.product__additional ol li,
.product__desc ol li,
.text__bodytext ol li {
  counter-increment: default-ol-counter;
}
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  content: counter(default-ol-counter) ".";
  display: inline-block;
  font-weight: bold;
}
.lead,
.lead p,
p.lead {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
}
p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 16px 0;
}
a:link,
a:visited,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0 !important;
}
a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #e1121a;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
p a,
p a:link,
p a:hover,
p a:visited,
p a:focus {
  font-weight: bold;
  border-bottom: 2px solid red;
}
/* =============================================================================
	Layout Styles
============================================================================= */
/* =============================================================================
	Module Styles
============================================================================= */
.list-bordered {
  list-style: none;
  padding: 0;
}
.list-bordered li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0;
}
.is-loading {
  position: relative;
  z-index: 1;
}
.is-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 99;
}
.is-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: url('/typo3conf/ext/fconnection_project/Resources/Public/img/loading.svg');
  height: 32px;
  width: 32px;
  margin-top: -20px;
  margin-left: -16px;
  z-index: 101;
}
.is-disabled {
  position: relative;
  z-index: 1;
}
.is-disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 99;
}
.remove {
  display: inline-block;
}
.remove:before {
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  content: "\00d7";
  margin-left: -1px;
}
.remove.remove--circle {
  border-radius: 100%;
}
.remove:link,
.remove:hover,
.remove:visited,
.remove:focus {
  color: inherit;
  text-decoration: none;
}
.col--arrow:after {
  font-size: 5rem;
  color: #e1121a;
  font-family: 'fontello';
  content: '\E855';
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -20px;
  left: 55%;
  margin-left: -50px;
}
@media (min-width: 768px) {
  .col--arrow {
    min-height: 420px;
  }
  .col--arrow:after {
    top: 40%;
    bottom: auto;
    transform: translate(35px, -50%);
    color: red;
    font-size: 4rem;
    right: 10px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .col--arrow:after {
    top: 45%;
    font-size: 5rem;
  }
}
/* =============================================================================
	Partials Styles
============================================================================= */
.owl-carousel .an-hero {
  -webkit-animation-name: jump;
  animation-name: jump;
}
@-webkit-keyframes jump {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.an-heroFade .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.an-heroFade .slick-slide.current {
  opacity: 1;
}
.an-heroSlideFade .hero__content {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
.an-heroSlideFade .slide {
  z-index: 1;
}
.an-heroSlideFade .slide .hero__content {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.an-heroSlideFade .slide .hero__product {
  opacity: 0;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  -o-transform: translate(0, -80%);
  transform: translate(0, -80%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.an-heroSlideFade .slick-active .hero__background {
  -webkit-transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.an-heroSlideFade .animate--out .hero__background {
  -webkit-transition: all 0.7s linear 0.2s;
  -o-transition: all 0.7s linear 0.2s;
  transition: all 0.7s linear 0.2s;
}
.an-heroSlideFade .slick-active {
  z-index: 3;
}
.an-heroSlideFade .slick-active .hero__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.4s;
}
.an-heroSlideFade .slick-active .hero__product {
  opacity: 1;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.an-heroSlideFade > [data-direction="next"] .slide .hero__background {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.an-heroSlideFade > [data-direction="next"] .animate--in .hero__background,
.an-heroSlideFade > [data-direction="next"] .slick-active .hero__background {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.an-heroSlideFade > [data-direction="next"] .slide.animate--out {
  z-index: 2;
  opacity: 1 !important;
}
.an-heroSlideFade > [data-direction="next"] .slide.animate--out .hero__background {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.an-heroSlideFade > [data-direction="prev"] .slide .hero__background {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.an-heroSlideFade > [data-direction="prev"] .animate--in .hero__background,
.an-heroSlideFade > [data-direction="prev"] .slick-active .hero__background {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.an-heroSlideFade > [data-direction="prev"] .slide.animate--out {
  z-index: 2;
  opacity: 1 !important;
}
.an-heroSlideFade > [data-direction="prev"] .slide.animate--out .hero__background {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hv-bigshadow {
  box-shadow: none;
  position: relative;
}
.progress-shadow-01 {
  background-image: linear-gradient(to bottom, #231F20, transparent);
  height: 0px;
  position: absolute;
  top: 100%;
  transform: skew(45deg, 0deg);
  transform-origin: 0 0;
  width: 100%;
  opacity: 0.1;
  transition: height 0.5s ease;
}
.progress-shadow-02 {
  background-image: linear-gradient(to right, #231F20, transparent);
  height: 100%;
  position: absolute;
  left: 100%;
  transform: skew(0deg, 45deg);
  transform-origin: 0 0;
  width: 0px;
  opacity: 0.1;
  top: 0;
  transition: width 0.5s ease;
}
.hv-bigshadow.hovering .progress-shadow-01,
.hv-bigshadow:hover .progress-shadow-01 {
  height: 32px;
}
.hv-bigshadow.hovering .progress-shadow-02,
.hv-bigshadow:hover .progress-shadow-02 {
  width: 32px;
}
/* ANIMATIONS */
@keyframes horizontal {
  0%,
  100% {
    transition-timing-function: ease;
  }
  0% {
    height: 0px;
  }
  100% {
    height: 32px;
  }
}
@keyframes vertical {
  0%,
  100% {
    transition-timing-function: ease;
  }
  0% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .col-nc-6 {
    width: 50%;
    float: left;
  }
}
.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 20px - 10px);
}
@media (min-width: 540px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px - 14px);
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 60px - 24px);
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 1120px;
  }
}
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content .container-fluid,
.content--normal .container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 20px - 10px);
}
@media (min-width: 768px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 1152px;
  }
}
@media (min-width: 540px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px - 14px);
  }
}
@media (min-width: 992px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 60px - 24px);
  }
}
@media (min-width: 1200px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 1120px;
  }
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 540px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 540px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .col-sm-8.col-sm-offset-2 {
    width: calc(100% - 210px);
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (min-width: 992px) {
  .col-sm-8.col-sm-offset-2 {
    /* Ticket 738
    width: calc(69% + 32px);
    margin-left: calc(15.5% - 16px);
     */
    width: calc(83.33333% - 124px);
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  div#c3878 .content--normal .container-fluid {
    width: calc(100% - 60px - 24px);
  }
}
body.st-menuOpen,
body.st-searchOpen {
  height: 100vh;
  overflow: hidden;
}
.pageWrapper {
  padding-top: 88px;
}
@media (min-width: 540px) {
  .pageWrapper {
    padding-top: 96px;
  }
}
@media (min-width: 1270px) {
  .pageWrapper {
    padding-top: 0;
  }
}
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  height: 88px;
}
@media (min-width: 540px) {
  .pageHeader {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .pageHeader {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 1270px) {
  .pageHeader {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
  }
}
.logoWrapper {
  color: #e1121a;
  margin-left: 0px;
  margin-right: 0;
  padding: 0;
  height: 51px;
  position: relative;
}
@media (min-width: 1270px) {
  .logoWrapper {
    background: transparent;
    height: auto;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
@media (min-width: 1270px) {
  .hamburger {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
.header__logo .logo__image {
  height: 40px;
  margin: 24px 0 0 -32px;
}
@media (min-width: 540px) {
  .header__logo .logo__image {
    height: 48px;
    margin: 25px 0 0 -30px;
  }
}
@media (min-width: 768px) {
  .header__logo .logo__image {
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .header__logo .logo__image {
    margin-left: -16px;
  }
}
@media (min-width: 1270px) {
  .header__logo .logo__image {
    margin-left: 0;
  }
}
.header__logo .logo__byline {
  display: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1270px) {
  .header__logo .logo__byline {
    display: block;
    color: #231f20;
    margin-left: 60px;
    margin-top: 9px;
  }
}
.buttonwrapper {
  float: right;
  margin-top: 33px;
  margin-right: 16px;
}
@media (min-width: 540px) {
  .buttonwrapper {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .buttonwrapper {
    margin-right: 42px;
  }
}
@media (min-width: 1270px) {
  .buttonwrapper {
    display: none;
  }
}
.buttonwrapper button {
  display: inline-block;
  outline: 0 none;
  border: 0 none;
  background: white;
  color: #e1121a;
}
.buttonwrapper > div {
  height: 24px;
  width: 24px;
  float: left;
}
.buttonwrapper > div button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.buttonwrapper .searchbutton {
  margin-right: 20px;
}
@media (min-width: 540px) {
  .buttonwrapper .searchbutton {
    margin-right: 32px;
  }
}
.buttonwrapper .searchbutton svg * {
  stroke: #e1121a;
  fill: transparent;
}
.buttonwrapper .hamburger svg.open * {
  fill: #e1121a;
  stroke: transparent;
}
.buttonwrapper .hamburger svg.close * {
  fill: transparent;
  stroke: #e1121a;
}
.buttonwrapper .hamburger .close {
  opacity: 1;
  display: none;
}
.buttonwrapper .hamburger.isOpen .open {
  display: none;
}
.buttonwrapper .hamburger.isOpen .close {
  display: block;
}
.searchform__button {
  height: 48px;
  width: 48px;
  border: none;
  color: white;
  background: #e1121a;
}
.searchform__button svg {
  margin-top: 7px;
}
@media (min-width: 1270px) {
  .searchform__button svg {
    width: 24px;
    height: 24px;
  }
}
.searchform__button svg * {
  stroke: white;
  fill: transparent;
}
.searchform--mobile {
  margin: 0;
  position: relative;
  display: none;
}
@media (min-width: 1270px) {
  .searchform--mobile {
    display: none;
  }
}
.searchform--mobile .form-control {
  display: block;
  width: calc(100% - 40px);
  float: left;
  height: 48px;
}
.searchform--mobile form {
  margin: 96px auto;
  position: relative;
  width: calc(100% - 48px);
}
@media (min-width: 540px) {
  .searchform--mobile form {
    width: 80%;
  }
}
.searchform--mobile .searchform__button svg {
  margin-top: 10px;
}
.searchform--mobile .icon-search,
.searchform--mobile .icon-search svg {
  width: 24px;
  height: 24px;
  color: #e1121a;
}
.searchform--mobile .afterclear {
  display: none;
}
.searchform--mobile .close {
  top: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  height: 20px;
  width: 20px;
}
.searchform--mobile .close svg * {
  fill: transparent;
  stroke: #e1121a;
}
.searchform--mobile.isOpen {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  height: 100%;
  display: block;
  z-index: 999;
}
@media (min-width: 1270px) {
  .searchform--mobile.isOpen {
    display: none;
  }
}
/***
Fester Autocomplete Style Start
 */
.tx-solr-autosuggest {
  border: 1px solid #CCC;
  background: #FFF;
  overflow: auto;
}
.tx-solr-autosuggest strong {
  font-weight: bolder;
  color: #f18f0b;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.tx-solr-autosuggest .autocomplete-selected {
  background: white;
}
.tx-solr-autosuggest .autocomplete-group {
  padding: 10px 5px;
}
.tx-solr-autosuggest .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #999;
}
/***
Fester Autocomplete Style END
 */
.autocomplete-suggestions.tx-solr-autosuggest {
  width: 100vw;
  margin-left: 0px;
  padding-top: 20px;
  border: 0 none;
}
@media (min-width: 1270px) {
  .autocomplete-suggestions.tx-solr-autosuggest {
    min-width: 224px;
    margin-left: 0;
    border: 0 none;
    padding-top: 0;
    overflow: visible;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before,
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    content: "";
    display: block;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before {
    background-image: linear-gradient(to bottom, #231F20, transparent);
    height: 16px;
    position: absolute;
    top: 100%;
    transform: skew(45deg, 0deg);
    transform-origin: 0 0;
    width: 100%;
    opacity: 0.1;
    transition: height 0.5s ease;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    background-image: linear-gradient(to right, #231F20, transparent);
    height: calc(100% + 40px);
    position: absolute;
    left: 100%;
    transform: skew(0deg, 45deg);
    transform-origin: 0 0;
    width: 32px;
    opacity: 0.1;
    top: -40px;
    transition: width 0.5s ease;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 12px 17px;
  position: relative;
  color: #231f20;
  border-bottom: 2px solid #ebe6e6;
}
@media (min-width: 1270px) {
  .tx-solr-autosuggest .autocomplete-suggestion {
    border: 0 none;
  }
  .tx-solr-autosuggest .autocomplete-suggestion:after {
    content: '';
    display: block;
    height: 1px;
    background: #ebe6e6;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion strong {
  font-weight: 700;
  color: #231f20;
}
.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
  background: white;
  cursor: pointer;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child {
  border-bottom: 0 none;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child:after {
  display: none;
}
.page-86 .autocomplete-suggestions {
  margin-left: 0;
}
.navigation {
  list-style: none;
  padding: 0;
  text-align: right;
}
.navigation li {
  display: inline-block;
}
.navigation li > a,
.navigation li > a:link,
.navigation li > a:hover,
.navigation li > a:visited,
.navigation li > a:focus {
  color: #231f20;
  text-decoration: none;
}
.navigation--one li > a {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
}
.navigation--one > .sub > a:after {
  content: '';
  display: block;
  margin: 0 -6px 0 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #e1121a transparent;
  opacity: 0;
}
.navigation--one > .sub.hasHover > a::after {
  opacity: 1;
}
.navigation--one li.last {
  margin-right: -21px;
}
.navigation--meta {
  margin: 5px 0;
}
.navigation--meta li > a {
  margin-left: 7px;
  padding-left: 7px;
  font-weight: normal;
}
.navigation--meta li > a,
.navigation--meta li > a:link,
.navigation--meta li > a:hover,
.navigation--meta li > a:visited,
.navigation--meta li > a:focus {
  font-size: 1.4rem;
  font-weight: normal;
}
.navigation--meta > li.sub > a:after {
  font-family: 'fontello';
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  content: '\e807';
  color: #e1121a;
  margin-left: 5px;
}
@media (min-width: 1270px) {
  .navigation--meta {
    margin: 16px 0 24px;
  }
}
@media (min-width: 1270px) {
  .navigation--meta .form-group {
    margin-bottom: 0;
  }
}
.navigation--lang {
  position: absolute;
  right: 0;
  text-align: right;
}
.navigation--lang .icon-globe {
  font-size: 2.1rem;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
@media (min-width: 1270px) {
  .navigation--lang {
    position: relative;
    text-align: left;
    margin-right: 15px;
  }
}
.navigation--breadcrumb {
  text-align: left;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navigation--breadcrumb {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
@media (min-width: 1270px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
.navigation--breadcrumb li {
  display: none;
}
@media (min-width: 768px) {
  .navigation--breadcrumb li {
    display: inline-block;
  }
}
.navigation--breadcrumb li.mobile-visible {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.navigation--breadcrumb li.mobile-visible:before {
  font-family: 'fontello';
  content: '\f104';
  color: #5c5758;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 5px;
}
@media (min-width: 540px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 45px;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 0;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    display: none;
  }
}
.navigation--breadcrumb > li > a {
  font-weight: normal;
  line-height: 1.43;
  display: block;
  font-size: 14px;
  color: #5c5758;
}
.navigation--breadcrumb > li > a:link,
.navigation--breadcrumb > li > a:hover,
.navigation--breadcrumb > li > a:visited,
.navigation--breadcrumb > li > a:focus {
  color: #5c5758;
}
.navigation--breadcrumb > li > a:first-child {
  padding-left: 0;
}
.navigation--breadcrumb .divider {
  font-weight: bold;
  color: #5c5758;
  padding: 0 4px;
}
.navigation--breadcrumb .sub {
  display: inline-block;
  background: #e1121a;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
.navigation--breadcrumb .sub:hover {
  background: #cc141b;
}
.navigation--breadcrumb .sub > a {
  padding: 12px 15px;
  display: inline-block;
}
.navigation--breadcrumb .sub > a:link,
.navigation--breadcrumb .sub > a:hover,
.navigation--breadcrumb .sub > a:visited,
.navigation--breadcrumb .sub > a:focus {
  color: #fff;
}
.navigation--breadcrumb .sub > a:after {
  font-family: 'fontello';
  content: '\e802';
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  margin-top: -3px;
  font-size: 12px;
}
.navigation--breadcrumb .sub .current a,
.navigation--breadcrumb .sub .current a:link,
.navigation--breadcrumb .sub .current a:hover,
.navigation--breadcrumb .sub .current a:visited,
.navigation--breadcrumb .sub .current a:focus {
  color: #5c5758;
}
.navigation--breadcrumb #bread--37,
.navigation--breadcrumb #bread--37 + .divider {
  display: none;
}
.navigation--tile {
  text-align: left;
}
.navigation--tile a {
  font-weight: 700;
}
.navigation--tile .product__imageWrapper {
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .navigation--tile .product__imageWrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navigation--tile .product__imageWrapper {
    padding-bottom: 60%;
  }
}
.navigation--tile .product__image {
  top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .navigation--tile .product__image {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.navigation--tile .product__additional {
  font-weight: 500;
}
.navigation--tile .product__additional p:last-child {
  margin-bottom: 0;
}
.navigation--tile .navigation__linktext {
  min-height: 45px;
}
.navigation--tile .navigation__linktext:after {
  display: block;
  content: '\f105';
  color: #e1121a;
  float: right;
  font-family: 'fontello';
}
.navigation--tile.navigation--tileCustom {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  /* 2021 Rebrush */
}
@media (min-width: 540px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.navigation--tile.navigation--tileCustom .productList__item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.navigation--tile.navigation--tileCustom .productList__item > a {
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 100%;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  background: #ebe6e6;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transform: translate(0%, 0);
}
.navigation--tile.navigation--tileCustom .navigation__linktext {
  min-height: auto;
}
.navigation--tile.navigation--tileCustom .navigation__linktext:after {
  display: none;
}
.navigation--tile.navigation--tileCustom .product__additional {
  margin-top: 0;
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.navigation--tile.navigation--tileCustom .textWrapper {
  overflow: hidden;
  padding: 24px 24px 32px;
  flex: 1;
}
.navigation--tile.navigation--tileLarge .productList__item {
  width: 100%;
}
@media (min-width: 480px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 3);
  }
}
.navigation--tile.navigation--tileLarge .product__imageWrapper {
  position: static;
  padding-bottom: 0;
  height: auto;
}
.navigation--tile.navigation--tileLarge .product__image {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation--tile.navigation--tileLarge .product__contentWrapper {
  padding: 0;
  border: none;
  margin-left: 1px;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover {
  overflow: visible;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  position: relative;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid #e1121a;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__additional {
  display: none;
}
.navigation--tile.navigation--tileLarge .navigation__linktext {
  padding: 0 20px;
}
.dropdownMenu {
  display: none;
  z-index: 50;
}
.dropdownMenu--small {
  position: absolute;
  left: 0;
}
.dropdownMenu--small li {
  display: block;
  background: #fff;
}
.dropdownMenu--small li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.dropdownMenu--small li > a.active {
  color: #e1121a;
}
.dropdownMenu--small li > a:hover {
  background: #b3abad;
}
.dropdownMenu--small li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.dropdownMenu--small li:last-child a:after {
  display: none;
}
.dropdownMenu--lang {
  padding-top: 10px;
  left: 5px;
  min-width: 130px;
}
.dropdownMenu--search {
  left: auto;
  right: 0;
  min-width: 320px;
  text-align: left;
}
.dropdownMenu--search li > a,
.dropdownMenu--search li > a:link,
.dropdownMenu--search li > a:hover,
.dropdownMenu--search li > a:visited,
.dropdownMenu--search li > a:focus {
  font-weight: 700;
}
.dropdownMenu--search li > a:after,
.dropdownMenu--search li > a:link:after,
.dropdownMenu--search li > a:hover:after,
.dropdownMenu--search li > a:visited:after,
.dropdownMenu--search li > a:focus:after {
  width: auto;
  margin: 0 15px;
}
.dropdownMenu--search em {
  font-weight: 300;
  font-style: normal;
}
.dropdownMenu--breadcrumb {
  min-width: 100%;
}
.dropdownMenu--breadcrumb li > a {
  padding: 12px 15px;
  font-weight: 300;
  white-space: nowrap;
}
.dropdownMenu--breadcrumb li > a:after {
  width: 100%;
}
.dropdownMenu--main {
  position: absolute;
  z-index: 14;
  right: 0;
  text-align: right;
}
.flyout {
  padding: 30px 0;
  background: #fff;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  border-top: 4px solid #e1121a;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
  min-width: 800px;
}
.flyout__column {
  width: 450px;
  margin-right: 10px;
  float: left;
}
.flyout__column:last-child {
  margin-right: 40px;
}
.flyout__column:only-child {
  width: 100%;
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 3),
  .flyout__column:nth-last-child(n + 3) ~ .flyout__column {
    max-width: calc(33% - 20px);
  }
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 4),
  .flyout__column:nth-last-child(n + 4) ~ .flyout__column {
    max-width: calc(25% - 20px);
  }
}
.flyout__header {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.flyout__header:link,
.flyout__header:hover,
.flyout__header:visited,
.flyout__header:focus {
  color: #231f20;
  text-decoration: none;
}
.flyout__header + .flyout__list li:first-child a {
  border-top-width: 1px;
}
.flyout__list {
  margin: 0;
  padding: 0;
}
.flyout__list li {
  display: block;
  padding: 0 30px;
}
.flyout__list li > a {
  display: block;
  padding: 15px 70px 15px 0;
  margin: 0 0 -1px;
  border-top: 1px solid #b3abad;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.04em;
}
.flyout__list li:hover {
  background: #ebe6e6;
}
.flyout__list li:first-child a {
  border-top-width: 0;
}
.flyout__list li:last-child a {
  border-bottom: 1px solid #b3abad;
}
.flyout__list .menuImage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mobileNavWrapper {
  position: fixed;
  z-index: 500;
  top: 88px;
  height: calc(100vh - 96px);
  width: 100%;
  padding-top: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* open Menu */
}
.mobileNavWrapper.isOpen {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 540px) {
  .mobileNavWrapper {
    top: 96px;
  }
}
@media (min-width: 1270px) {
  .mobileNavWrapper {
    display: none;
  }
}
.mobileNavWrapper .navigation {
  text-align: left;
}
.mobileNavWrapper .navigation--meta:before,
.mobileNavWrapper .navigation--meta:after {
  display: table;
  content: " ";
}
.mobileNavWrapper .navigation--meta:after {
  clear: both;
}
.mobileNavWrapper .navigation--meta li {
  margin-bottom: 15px;
}
.mobileNavWrapper .navigation--meta [class^="icon"]:before {
  margin-left: 0;
}
.mobileNavWrapper .navigation--lang {
  float: none;
  clear: both;
  display: block;
  position: relative;
  width: 150px;
  text-align: left;
  margin-right: 15px;
  z-index: 2;
}
.mobileNavWrapper .navigation--lang.isOpen {
  background: #fff;
  color: #231f20;
}
.mobileNavWrapper .navigation--lang .dropdownMenu {
  position: absolute;
  right: auto;
  left: 0;
}
.mobileNavWrapper .navigation--lang li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobileNavWrapper .navigation--lang {
    float: right;
    clear: none;
    width: auto;
  }
  .mobileNavWrapper .navigation--lang .dropdownMenu {
    position: absolute;
    right: 0;
    left: auto;
  }
}
.mobileNavWrapper .navigation--one > li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
.mobileNavWrapper .navigation--one > li a {
  display: block;
  padding: 15px;
  margin: 0;
}
.mobileNavWrapper .navigation--one > li a:before {
  font-family: 'fontello';
  display: inline-block;
  content: '\f105';
  color: #e1121a;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileNavWrapper .navigation--one > li a:after {
  content: none;
}
.mobileNavWrapper .flyout {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobileNavWrapper .flyout__header.flyout__header {
  padding-left: 0;
}
.mobileNavWrapper .flyout__header.flyout__header:before {
  visibility: hidden;
}
.mobileNavWrapper .flyout__column {
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .mobileNavWrapper .flyout__column {
    max-width: calc(50% - 30px);
  }
}
.mobileNavWrapper .flyout__column:nth-child(2n + 1) {
  clear: left;
}
.mobileNavWrapper .flyout__list {
  margin-bottom: 15px;
}
.mobileNavWrapper .flyout__list li {
  border-top: 1px solid #fff;
  padding: 0;
}
.mobileNavWrapper .flyout__list li a {
  padding-left: 36px;
}
.mobileNavWrapper .flyout__list li a:before {
  display: none;
}
.mobileNavWrapper .menuImage {
  display: none;
}
.mobileNavWrapper .isOpen,
.mobileNavWrapper .isActive {
  background: #e6e9eb;
}
.mobileNavWrapper .isOpen > a,
.mobileNavWrapper .isActive > a,
.mobileNavWrapper .isOpen > a:link,
.mobileNavWrapper .isActive > a:link,
.mobileNavWrapper .isOpen > a:hover,
.mobileNavWrapper .isActive > a:hover,
.mobileNavWrapper .isOpen > a:visited,
.mobileNavWrapper .isActive > a:visited,
.mobileNavWrapper .isOpen > a:focus,
.mobileNavWrapper .isActive > a:focus {
  color: #e1121a;
}
.mobileNavWrapper .isOpen > a:before,
.mobileNavWrapper .isActive > a:before,
.mobileNavWrapper .isOpen > a:link:before,
.mobileNavWrapper .isActive > a:link:before,
.mobileNavWrapper .isOpen > a:hover:before,
.mobileNavWrapper .isActive > a:hover:before,
.mobileNavWrapper .isOpen > a:visited:before,
.mobileNavWrapper .isActive > a:visited:before,
.mobileNavWrapper .isOpen > a:focus:before,
.mobileNavWrapper .isActive > a:focus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileNavWrapper .isOpen .dropdownMenu,
.mobileNavWrapper .isActive .dropdownMenu {
  display: block;
}
.mobileNavWrapper .dropdownMenu {
  position: static;
}
.page-38 .navigation--tile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-38 .navigation--tile li {
  flex: 1;
}
/* normalize headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.header--lvl1,
.header--lvl2,
.header--lvl3,
.header--lvl4,
.header--lvl5,
.header--lvl6 {
  margin-bottom: 0.5em;
}
.header--lvlHero {
  font-size: 2.625em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 1.14;
}
h1,
.header--lvl1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1,
  .header--lvl1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1,
  .header--lvl1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
h2,
.header--lvl2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2,
  .header--lvl2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2,
  .header--lvl2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
h3,
.header--lvl3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
h4,
.header--lvl4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h5,
.header--lvl5 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h6,
.header--lvl6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
.plugin_header {
  margin-bottom: 32px;
}
.hightlighttopic {
  width: 100%;
  position: relative;
}
.hightlighttopic picture {
  width: calc(100% - 24px);
  display: inline-block;
}
@media (min-width: 540px) {
  .hightlighttopic picture {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .hightlighttopic picture {
    width: calc(100% - 60px);
  }
}
.hightlighttopic picture img {
  display: inline-block;
}
.hightlighttopic .headerwrapper {
  position: relative;
  width: calc(100% - 24px);
  top: -24px;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 24px 24px 32px 24px;
  background: #cc141b;
  color: white;
}
@media (min-width: 540px) {
  .hightlighttopic .headerwrapper {
    padding: 32px 40px 40px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .hightlighttopic .headerwrapper {
    position: absolute;
    width: calc(334px + (544 - 334) * ((100vw - 768px) / (991 - 768)));
    max-width: 544px;
    bottom: calc(32px + (112 - 32) * ((100vw - 768px) / (991 - 768)));
    top: auto;
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .headerwrapper {
    padding: 40px 60px 48px;
    top: auto;
    width: calc(480px + (544 - 480) * ((100vw - 992px) / (1440 - 992)));
    bottom: calc(40px + (112 - 40) * ((100vw - 992px) / (1269 - 992)));
  }
}
@media (min-width: 1270px) {
  .hightlighttopic .headerwrapper {
    bottom: 112px;
    top: auto;
  }
}
.hightlighttopic .headerwrapper .lead {
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.hightlighttopic .headerwrapper .btn-wrap {
  margin-top: 24px;
}
.hightlighttopic .headerwrapper a {
  display: inline-block;
  background: white;
  color: #e1121a;
  padding: 13px 32px 15px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
}
.hightlighttopic .go-right {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .container-fluid .row--noGutter > [class^=col].filter__col {
    padding-right: 25px;
  }
}
.filter {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .filter {
    margin-bottom: 0;
  }
}
.filter__header {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  margin: -1px 0 16px;
  padding: 15px;
  background: #e6e9eb;
  position: relative;
}
@media (min-width: 992px) {
  .filter__header {
    margin: -1px 16px 16px;
  }
}
@media (min-width: 992px) {
  .filter__header {
    margin: -1px 0 0;
  }
}
.filter__header .filter__results {
  padding-top: 2px;
  float: right;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .filter__header .filter__results {
    margin-right: 0;
  }
}
.filter__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .filter__header:before {
    display: none;
  }
}
.filter__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .filter__header:after {
    display: none;
  }
}
.filter__header + ul {
  display: none;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .filter__header + ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.filter__header.isOpen {
  margin-bottom: 0;
}
.filter__header.isOpen + ul {
  display: block;
}
.filter__header.isOpen:after {
  display: none;
}
.filter__summary {
  padding: 5px 10px;
  margin-top: 32px;
}
.filter__summary:empty {
  padding: 0;
}
@media (min-width: 992px) {
  .filter__summary {
    display: none;
  }
}
.filter__reset {
  display: inline;
  margin: 5px;
  padding: 7px 16px 7px 31px;
  border-radius: 16px;
  font-size: 1.4rem;
  position: relative;
  background: #e6e9eb;
  font-weight: bold;
}
.filter__reset:before {
  position: absolute;
  content: '\e80e';
  color: black;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: transparent;
  border-radius: 100%;
  font-family: fontello;
  top: 8px;
  left: 12px;
  font-size: 1.5rem;
  text-align: center;
}
.filter__reset,
.filter__reset:link,
.filter__reset:hover,
.filter__reset:visited,
.filter__reset:focus {
  color: black;
}
.filter__type {
  display: none;
}
.filter__catItem-parent {
  border-bottom: 1px solid #b3abad;
}
.filter__catItem-parent:first-child {
  margin-top: 0;
}
.filter__catItem-parent > .cat__header {
  font-weight: 700;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.filter__catItem-parent > .cat__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.filter__catItem-parent > .cat__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
.filter__catItem-parent.isOpen > .cat__header:after {
  display: none;
}
.filter__catItem-parent.isOpen > .filter__type {
  display: block;
}
.filterlist > .filter__catItem {
  border-bottom: 1px solid #b3abad;
  margin: 0;
}
.filter__catItem {
  margin: 16px 0;
}
@media (min-width: 992px) {
  .filter__catItem:first-child {
    margin-top: 0;
  }
}
.filter__catItem .cat__header {
  font-weight: 700;
  padding: 15px 35px 15px 15px;
  position: relative;
  cursor: pointer;
}
.filter__catItem .cat__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.filter__catItem .cat__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
.filter__catItem.isOpen .cat__header:after {
  display: none;
}
.filter__catItem.isOpen .filter__type {
  display: block;
}
.filter__catItem .form-radioCheck + label {
  padding-left: 54px;
}
.filter__catItem .form-radioCheck + label:before {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 0;
}
.filter__catItem .form-radioCheck + label:after {
  left: 21px;
}
.filter__type {
  margin: 0 15px 15px;
}
.type__item {
  margin-bottom: 10px;
}
.type__item label {
  display: block;
}
.type__item i {
  float: right;
}
.marketingLinks {
  padding: 0;
}
.marketingLinks ul {
  list-style: none outside;
  margin: 16px 0 24px;
}
@media (min-width: 992px) {
  .marketingLinks ul {
    margin: 24px 0;
  }
}
.marketingLinks ul li.child {
  margin: 16px 0;
}
.marketingLinks ul li.child a {
  margin-left: 0;
  color: black;
}
.marketingLinks ul li.child.active a {
  font-weight: bold;
}
.btn {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn,
.btn:link,
.btn:hover,
.btn:visited,
.btn:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.btn:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.btn:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.btn span {
  z-index: 40;
}
.btn-primary,
.searchform__button {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary,
.searchform__button,
.btn-primary:link,
.searchform__button:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary:hover,
.searchform__button:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.btn-primary:visited,
.searchform__button:visited,
.btn-primary:focus,
.searchform__button:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white,
.btn-white:link,
.btn-white:hover,
.btn-white:visited,
.btn-white:focus {
  background: #fff;
  color: #231f20;
}
.btn-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.btn-white.btn-cookies:link,
.btn-white.btn-cookies:hover,
.btn-white.btn-cookies:visited,
.btn-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn-lg {
  padding: 16px 32px;
}
.btn-md {
  padding: 14px 30px;
}
.btn-sm {
  font-size: 1.2rem;
  padding: 12px 12px;
}
.btn-square {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
@media (min-width: 1270px) {
  .btn-square {
    height: 40px;
    width: 40px;
  }
}
.input-group-btn .btn {
  min-height: 50px;
  white-space: nowrap;
  border-left: 0;
}
.input-group-btn > .btn {
  z-index: 2;
}
/*rte buttons*/
.button-large {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
}
.button-large,
.button-large:link,
.button-large:hover,
.button-large:visited,
.button-large:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large span {
  z-index: 40;
}
.button-large-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-red span {
  z-index: 40;
}
.button-large-red,
.button-large-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-large-red:visited,
.button-large-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #e1121a;
  border: 1px solid #e1121a;
  text-decoration: none;
}
.pageFooter .button-large-red {
  padding: 16px 20px;
}
.button-large-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #fff;
  border-color: #fff;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-white span {
  z-index: 40;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  background: #fff;
  color: #231f20;
}
.button-large-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-large-white.btn-cookies:link,
.button-large-white.btn-cookies:hover,
.button-large-white.btn-cookies:visited,
.button-large-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.button-small {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
}
.button-small,
.button-small:link,
.button-small:hover,
.button-small:visited,
.button-small:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small span {
  z-index: 40;
}
.button-small-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red,
.button-small-red:link,
.button-small-red:hover,
.button-small-red:visited,
.button-small-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-red span {
  z-index: 40;
}
.button-small-red,
.button-small-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-small-red:visited,
.button-small-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #fff;
  border-color: #fff;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-white span {
  z-index: 40;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  background: #fff;
  color: #231f20;
}
.button-small-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-small-white.btn-cookies:link,
.button-small-white.btn-cookies:hover,
.button-small-white.btn-cookies:visited,
.button-small-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn--fileupload {
  position: relative;
  overflow: hidden;
}
.btn--fileupload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
p + p > a.button-large-red {
  margin-top: 16px;
}
.blockquote,
blockquote {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
  border-left: none;
  margin: 35px 0 !important;
  padding: 25px 0;
  text-align: center;
}
.blockquote--center-small {
  padding: 20px 0;
  margin: 0 24px;
  width: calc(100% - 48px);
  border-top: 2px solid #ebe6e6;
  border-bottom: 2px solid #ebe6e6;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .blockquote--center-small {
    width: calc(100% - 290px);
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    width: calc(((100% - 60px - 24px - 32px) * 0.83333) - 128px);
  }
}
@media (min-width: 1200px) {
  .blockquote--center-small {
    width: calc(1120px * 0.69);
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-top: 96px;
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-bottom: 112px;
  }
}
.blockquote--center-small .text__subheader {
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
  text-align: left;
}
.blockquote--center-small blockquote {
  border: 0 none;
  padding: 0;
  margin: 0 !important;
  text-align: left;
}
.blockquote--center-small blockquote ul {
  padding-top: 0;
  list-style: none;
  padding-bottom: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
.blockquote--center-small .text__bodytext ul li {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 8px 0;
}
.blockquote--center-small .text__bodytext ul li:before {
  content: "»";
  color: red;
  display: inline-block;
  margin-right: 9px;
  font-size: 24px;
}
.blockquote--center-medium blockquote {
  max-width: 735px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    margin: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    padding: 20px 0;
  }
  .blockquote--center-medium blockquote ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.text__bodytext blockquote {
  border: 0px none;
  text-align: left;
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  z-index: 0;
}
.text__bodytext blockquote p {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
}
.text__bodytext blockquote:before {
  display: block;
  content: ' ';
  background-image: url('../../img/icons/Quote.svg');
  position: absolute;
  z-index: -1;
  background-size: 100%;
  height: 36px;
  width: 48px;
  top: 0;
  left: -16px;
}
@media (min-width: 540px) {
  .text__bodytext blockquote:before {
    left: -24px;
  }
}
.text__bodytext blockquote footer,
.text__bodytext blockquote footer p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #5b5b5b;
}
.text__bodytext blockquote footer:before,
.text__bodytext blockquote footer p:before {
  display: none;
}
.blockquote--center-small .text__bodytext blockquote:before {
  display: none;
}
/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  margin-bottom: 0;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.carousel__thumbs {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .carousel__thumbs {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1450px) {
  .carousel__thumbs {
    padding: 0 0 0 65px;
  }
}
.carousel__thumbs .thumbswrapper {
  display: inline-block;
  width: 99999px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
  right: 0;
  bottom: -1px;
  left: auto;
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}
.carousel__thumbs .thumbswrapper > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.carousel__thumbs .thumbswrapper li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px 10px 20px 0px;
  border: 1px solid #ccc;
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
.carousel__thumbs .thumbswrapper li img {
  display: block;
  max-width: 100%;
}
.carousel__thumbs .thumbswrapper li[data-type="type-youtube"] {
  position: relative;
}
.carousel__thumbs .thumbswrapper li[data-type="type-youtube"]:after {
  font-family: 'fontello';
  content: '\e857';
  color: #e1121a;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel__thumbs .thumbswrapper .marker {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #e1121a;
  padding: 0;
  margin: 0;
  border: 0 none;
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel__thumbs.leftOver:before,
.carousel__thumbs.rightOver:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 31px;
  background: linear-gradient(90deg, white, transparent);
  z-index: 1;
}
.carousel__thumbs.rightOver:after {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, transparent, white);
}
@media (min-width: 992px) {
  .carousel__thumbs.leftOver:before,
  .carousel__thumbs.rightOver:after {
    display: block;
  }
}
.slide:focus {
  outline: 0;
}
.slide--zoom {
  cursor: pointer;
}
.slide--zoom:after {
  content: '\e809';
  display: block;
  width: 45px;
  height: 45px;
  background: #e1121a;
  color: #fff;
  border-radius: 100%;
  font-family: 'fontello';
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.slide--zoom:hover:after {
  opacity: 1;
}
.productHero__carousel .slide {
  align-content: center;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 15px;
  min-height: 400px;
}
.productHero__carousel .slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.productHero__carousel .carousel--nojs .slide {
  position: relative;
}
.productHero__carousel .carousel--nojs .slide:not(:first-child) {
  display: none;
}
.modalCarousel {
  list-style: none;
  padding: 0;
}
.modalCarousel li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  width: calc(25% - 15px);
  vertical-align: top;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
.modalCarousel li:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.modalCarousel li .counter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.modalCarousel[data-rowItems="2"] > li {
  width: calc((100% / 2) - 15px);
}
.modalCarousel[data-rowItems="3"] > li {
  width: calc((100% / 3) - 15px);
}
.modalCarousel[data-rowItems="4"] > li {
  width: calc((100% / 4) - 15px);
}
.modalCarousel[data-rowItems="5"] > li {
  width: calc((100% / 5) - 15px);
}
.modalCarousel[data-rowItems="6"] > li {
  width: calc((100% / 6) - 15px);
}
.modalCarousel.no--js {
  display: none;
}
.modalCarousel--newsdetail li {
  background-size: contain;
  background-repeat: no-repeat;
}
.modalCarousel--newsdetail li:before {
  padding-bottom: 0;
}
.modalCarousel--news li,
.modalCarousel--t4y li {
  width: calc((100% / 3) - 5px);
  margin-right: 2px;
  position: relative;
}
.modalCarousel--news li:nth-child(n+4),
.modalCarousel--t4y li:nth-child(n+4) {
  display: none;
}
.modalCarousel--news li span,
.modalCarousel--t4y li span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modalCarousel--news li.isLastVisible:after,
.modalCarousel--t4y li.isLastVisible:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.modalCarousel--news li.hasVideo:after,
.modalCarousel--t4y li.hasVideo:after {
  font-family: fontello;
  color: #e1121a;
  font-size: 2.8rem;
  text-align: center;
  content: '\e857';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modalCarousel--t4y li {
  width: 60px;
}
.modalCarousel--t4y li:nth-child(n+4) {
  display: inline-block;
}
.singleImageCarousel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.singleImageCarousel .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.singleImageCarousel .slick-slide.current {
  opacity: 1;
}
.singleImageCarousel .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: #fff;
  border: 1px solid #b3abad;
  z-index: 2;
  cursor: pointer;
}
.singleImageCarousel .slick-arrow:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.singleImageCarousel .slick-next {
  left: auto;
  right: 0;
}
.singleImageCarousel .slick-next:before {
  content: '\e805';
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: -10px;
  right: -10px;
  margin-top: -24px;
}
.owl-prev,
.owl-next {
  background: #fff;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #b3abad;
  border-width: 1px;
  position: absolute;
  left: 0;
}
.owl-prev:before,
.owl-next:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.owl-prev:hover,
.owl-next:hover {
  cursor: pointer;
}
.owl-next {
  left: auto;
  right: 0;
}
.owl-next:before {
  content: '\e805';
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 5px;
  background: #5c5758;
}
.owl-dots .owl-dot.active {
  background: #e1121a;
}
@media (min-width: 768px) {
  .owl-dots {
    display: none;
  }
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 5px;
  background: #5c5758;
  padding: 0;
  border: 0;
  box-shadow: 0;
  text-indent: -999em;
}
.slick-dots .slick-active button {
  background: #e1121a;
}
.carousel--equalHeight .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.carousel--equalHeight .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  position: relative;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*form-fields*/
.form-group {
  position: relative;
  margin-bottom: 32px;
  clear: both;
}
.form-control {
  border-radius: 0;
  border: 2px solid #ebe6e6;
  box-shadow: none;
  font-size: 1.6rem;
  color: #231f20;
  position: relative;
  min-height: 48px;
  padding: 0 20px;
  padding-top: 15px;
  -webkit-appearance: none;
  vertical-align: top;
}
.form-control:focus,
.form-control.hasFocus,
.form-control.hasInput,
.form-control.elementFocused {
  border-color: #5c5758;
  outline: 0;
  box-shadow: none;
  padding-top: 15px;
}
.form-control:focus + .control-label,
.form-control.hasFocus + .control-label,
.form-control.hasInput + .control-label,
.form-control.elementFocused + .control-label {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  font-size: 1.2rem;
  font-weight: 700;
}
.form-control:focus:before,
.form-control.hasFocus:before,
.form-control.hasInput:before,
.form-control.elementFocused:before {
  content: attr(placeholder);
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 99;
  width: 20px;
  height: 5px;
  border: 1px solid red;
  left: 0;
}
.form-control.hasInput,
.form-control.elementFocused {
  border-color: #ebe6e6;
}
.form-control.tx-solr-q {
  padding-top: 0;
  border-right: 0px none;
}
.input:focus,
.input.hasFocus,
.input.hasInput,
.input.elementFocused {
  border-color: #5c5758;
  outline: 0;
  box-shadow: none;
}
.input:focus + .control-label,
.input.hasFocus + .control-label,
.input.hasInput + .control-label,
.input.elementFocused + .control-label {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  font-size: 1.2rem;
  font-weight: 700;
}
.input:focus:before,
.input.hasFocus:before,
.input.hasInput:before,
.input.elementFocused:before {
  content: attr(data-placeholder);
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 7px;
  z-index: 99;
  left: 22px;
  color: #5c5758;
}
.input.hasInput,
.input.elementFocused {
  border-color: #b3abad;
}
.input input[type="text"] {
  padding-top: 0px;
}
select.form-control:focus {
  padding-top: 0;
}
.faux-input {
  background: #f3f3f3;
  line-height: 1;
  text-align: left;
}
.form-control::placeholder,
.form-control.searchform__input {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #5c5758;
}
.form-control.searchform__input {
  color: #231f20;
}
textarea.form-control {
  line-height: 1.2;
  padding-top: 25px;
  min-height: 140px;
}
label.has-error {
  font-size: 1.4rem;
  padding-left: 0;
  color: #e1121a;
  margin-top: 8px;
}
.form-control--small {
  height: 40px;
  min-height: 0;
  padding: 0 15px;
  width: 185px;
}
.form-control--xsmall {
  height: 40px;
  line-height: 40px;
  min-height: 0;
  padding: 0 15px;
  width: 90px;
}
.form-control--inline {
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
}
.control-label {
  color: #5c5758;
  font-weight: 300;
  position: absolute;
  top: 13px;
  font-size: 1.6rem;
  left: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
  transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
}
/* checkboxes */
.form-radioCheck {
  position: absolute;
  left: -9999px;
}
/* Neue Checkboxen des Form-Frameworks müssen Reset haben! */
.frame-type-form_formframework .form-radioCheck {
  position: static;
  left: 0;
}
.form-radioCheck + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 300;
}
/* checkbox aspect */
.form-radioCheck + label:before {
  content: '';
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  border: 1px solid #b3abad;
  background: #fff;
  border-radius: 1px;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.form-radioCheck[type="radio"] + label:before {
  border-radius: 100%;
}
/* checked mark aspect */
.form-radioCheck + label:after {
  font-family: 'fontello';
  content: '\e800';
  font-size: 1.4rem;
  display: block;
  height: 10px;
  width: 10px;
  color: #e1121a;
  position: absolute;
  top: 1px;
  left: 5px;
}
.form-radioCheck[type="radio"] + label:after {
  border-radius: 100%;
  background: #e1121a;
  content: '';
  top: 6px;
  left: 6px;
}
.form-radioCheck:disabled + label:after {
  color: #b3abad;
}
.form-radioCheck[type="radio"]:disabled + label:after {
  background: #b3abad;
}
/* checked mark aspect changes */
.form-radioCheck:not(:checked) + label:after {
  opacity: 0;
  transform: scale(1);
}
.form-radioCheck:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-radioCheck:disabled + label,
.form-radioCheck:disabled + label:after {
  color: #ccc;
  cursor: not-allowed;
}
.colorChooser {
  position: absolute;
  left: -99999px;
}
.colorChooser + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.colorChooser.colorChooser--small + label {
  width: 15px;
  height: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 2px;
  vertical-align: middle;
}
.colorChooser:checked + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e1121a;
}
.colorChooser.colorChooser--white + label {
  background: #fff;
  border: 1px solid #b3abad;
}
.colorChooser.colorChooser--black + label,
.colorChooser.colorChooser--black-special + label {
  background: #000;
  border: 1px solid #000;
}
.colorChooser.colorChooser--grey + label {
  background: #ccc;
  border: 1px solid #ccc;
}
.colorChooser.colorChooser--green + label {
  background: #71b44d;
  border: 1px solid #71b44d;
}
.colorChooser.colorChooser--blue + label {
  background: #2582cb;
  border: 1px solid #2582cb;
}
.colorChooser.colorChooser--orange + label {
  background: #fb9934;
  border: 1px solid #fb9934;
}
.colorChooser.colorChooser--grey + label {
  background: #5f697c;
  border: 1px solid #5f697c;
}
.colorChooser.colorChooser--yellow + label {
  background: #f2e10e;
  border: 1px solid #f2e10e;
}
.colorChooser.colorChooser--red + label {
  background: #ed1b24;
  border: 1px solid #ed1b24;
}
.colorChooser.colorChooser--bordeaux + label {
  background: #8c063b;
  border: 1px solid #8c063b;
}
.colorChooser.colorChooser--purple + label {
  background: #954490;
  border: 1px solid #954490;
}
.colorChooser.colorChooser--brown + label {
  background: #aa9164;
  border: 1px solid #aa9164;
}
.colorChooser.colorChooser--tobacco + label {
  background: #996f3f;
  border: 1px solid #996f3f;
}
.colorChooser.colorChooser--petrol + label {
  background: #407c8f;
  border: 1px solid #407c8f;
}
.colorChooser.colorChooser--turquoise + label {
  background: #5c96c4;
  border: 1px solid #5c96c4;
}
.colorChooser.colorChooser--assorted + label {
  background: url('/typo3conf/ext/fconnection_project/Resources/Public/img/assorted.png');
  background-size: cover;
  border: 1px solid #3FB8AF;
}
.colorChooser.colorChooser--small.colorChooser--assorted + label {
  border: 0;
  width: 17px;
  height: 17px;
  margin-left: -2px;
}
.colorChooser + label:hover .colorChooser__mouseover {
  display: block;
}
.colorChooser__mouseover {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  min-width: 100px;
  text-align: center;
  left: 50%;
  top: 100%;
  margin-left: -50px;
  margin-top: 9px;
  padding: 10px;
  display: none;
}
.colorChooser__mouseover:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.fontstyleChooser {
  position: absolute;
  left: -99999px;
}
.fontstyleChooser + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: 1px;
  color: #666;
  background: #b3abad;
  line-height: 35px;
  text-align: center;
}
.fontstyleChooser:checked + label {
  background: #5c5758;
}
.selectWrapper {
  position: relative;
  border-radius: 2px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: normal;
  border: 2px solid #ebe6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  min-height: 0;
}
.selectWrapper .selectWrapper__handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 40px;
}
.selectWrapper .selectWrapper__handle:before {
  font-family: 'fontello';
  content: '\e807';
  width: 40px;
  margin-right: 0;
  margin-left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #231f20;
}
.selectWrapper select {
  color: #231f20;
  font-size: 1.4rem;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 5px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-right: 45px;
}
.selectWrapper select:focus {
  outline: none;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper select.hasInput,
.selectWrapper select.elementFocused,
.selectWrapper select.hasNoPlaceholder {
  color: #231f20;
}
.selectWrapper select.formError {
  color: #DD4B4B;
}
.selectWrapper.selectWrapper--sm {
  height: 40px;
  line-height: 40px;
}
.selectWrapper.selectWrapper--sm .selectWrapper__handle:before {
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.selectWrapper.selectWrapper--disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
}
.form-upload .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 48px;
}
.form-upload .file-upload-wrapper:after {
  content: attr(data-placeholder);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 48px;
  line-height: 28px;
  color: #5c5758;
  border: 2px solid #ebe6e6;
  font-weight: 300;
  overflow: hidden;
}
.form-upload .file-upload-wrapper:before {
  content: attr(data-uploadtext);
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  height: 48px;
  background: white;
  color: #e1121a;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 38px;
  padding: 4px 15px;
  /* text-transform: uppercase; */
  pointer-events: none;
  border-top: 2px solid #ebe6e6;
  border-right: 2px solid #ebe6e6;
  border-bottom: 2px solid #ebe6e6;
}
.form-upload .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.selectHelper {
  font-weight: normal;
  color: #231f20;
}
fieldset .selectHelper {
  font-weight: normal;
}
.selectWrapper--grey {
  background: #b3abad;
  height: 35px;
  line-height: 30px;
}
.selectWrapper--grey select {
  height: 35px;
  left: 10px;
  padding-right: 20px;
}
.selectWrapper--grey .selectWrapper__handle {
  width: 20px;
}
.selectWrapper--grey .selectWrapper__handle:before {
  color: #231f20;
  font-size: 1rem;
  line-height: 35px;
  width: 20px;
}
.has-error .selectWrapper {
  border-color: #DD4B4B;
}
.searchform .searchform__button {
  font-size: 1.8rem;
}
.searchform .svg_search {
  display: none;
}
.searchform .svg_search_small {
  display: inline;
}
.searchform.searchform--mobile .svg_search {
  display: inline;
}
.searchform.searchform--mobile .svg_search_small {
  display: none;
}
@media (min-width: 1270px) {
  .searchform input[type="text"],
  .searchform button {
    top: -2px;
  }
}
.clearable ~ .afterclear {
  display: none;
  position: absolute;
  cursor: pointer;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #e3e3e3;
  border-radius: 100%;
  font-family: fontello;
  top: 17px;
  right: 58px;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1270px) {
  .clearable ~ .afterclear {
    top: 11px;
    right: 40px;
  }
}
.clearable ~ .afterclear:after {
  content: '\e80e';
}
.clearable.hasInput ~ .afterclear,
.clearable.elementFocused ~ .afterclear {
  display: block;
}
.clearable:focus ~ .afterclear {
  display: block;
}
span#other {
  display: none;
}
.js-mapSearch {
  position: relative;
}
.js-mapSearch .clearable ~ .afterclear {
  top: 17px;
  right: 15px;
}
.stateSelect {
  display: none;
}
.radio {
  float: left;
  margin-top: 0;
  margin-left: 24px;
  margin-bottom: 40px;
}
.radio + .radio {
  position: relative;
  margin-top: 0;
}
.radio:first-child {
  margin-left: 0;
}
label.control-label {
  position: static;
  color: #231f20;
  font-weight: normal;
}
.checkbox .form-check {
  position: absolute;
  left: -20px;
}
.checkbox label,
.radio label {
  display: inline;
}
.checkbox label {
  padding-left: 0;
}
.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox] {
  margin-left: 0;
}
.checkbox input[type=checkbox] + .stateemulator::before {
  display: block;
  position: absolute;
  content: "";
  background: white;
}
.checkbox input[type=checkbox]:checked + .stateemulator::before {
  display: block;
  position: absolute;
  font-family: fontello;
  content: '\e800';
  font-size: 1.5rem;
  color: #e1121a;
  background: white;
  top: 0;
  left: 0;
  padding: 4px 0px 0px 7px;
}
.radio input[type=radio] + .stateemulator,
.checkbox input[type=checkbox] + .stateemulator {
  background: white;
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: -4px;
  left: -1px;
  border: 2px solid #ebe6e6;
  border-radius: 50%;
}
.stateemulator + span {
  margin-left: 25px;
}
.checkbox input[type=checkbox] + .stateemulator {
  border-radius: 0;
  left: -19px;
}
.radio input[type=radio]:checked + .stateemulator:before {
  content: "";
  background: #e1121a;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}
/* Multicheckbox stuff */
.inputs-list > label {
  margin: 10px 0 10px -20px;
  color: #5c5758;
  display: inline-block;
}
.inputs-list .form-check {
  position: relative;
}
.inputs-list input[type=checkbox]:checked::before {
  top: 2px;
  left: -20px;
}
form#katalogbestellen .selectWrapper + span,
form[id^="katalogbestellen"] .selectWrapper + span {
  display: none;
}
fieldset {
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}
legend {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #5c5758;
  border: 0;
  text-align: center;
  position: absolute;
  top: -17px;
  margin-left: -90px;
  left: 50%;
  background: white;
  display: inline-block;
  width: auto;
}
.input.hasInput input[type=text].form-control,
.input.elementFocused input[type=text].form-control {
  padding-top: 16px;
}
.input.hasInput textarea.form-control,
.input.elementFocused textarea.form-control {
  padding-top: 24px;
}
.input.elementFocused input::placeholder,
.input.elementFocused textarea::placeholder {
  color: transparent;
}
.help-block {
  margin-left: 7px;
}
.radio,
.checkbox {
  margin-left: 40px;
}
.checkbox {
  margin: 30px 0 30px 40px;
}
.submit button.btn.btn-primary {
  margin-top: 40px;
  padding: 15px 32px 13px;
}
.form-group.form-upload {
  margin-bottom: 40px;
}
.contact-info-text {
  margin-left: 7px;
  padding: 24px 0;
  border-bottom: 2px solid #ebe6e6;
}
.file-list ul {
  display: block;
  margin-top: 5px;
  margin-left: 7px;
  margin-bottom: 10px;
  color: #737373;
}
.mediaWrapper .img-responsive {
  display: inline-block;
}
/**
 * Youtube Element responsive iFrame
 */
.responsive-video iframe,
.responsive-video .issuuembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.textmedia__media-intext.textmedia__media-left {
  float: left;
  margin-right: 20px;
}
.textmedia__media-intext.textmedia__media-right {
  float: right;
  margin-left: 20px;
}
.textmedia__text-noWrap {
  overflow: hidden;
}
.textmedia__media-center iframe {
  width: 730px;
  height: 415px;
  border: 0 none;
  max-height: 62.5vw;
  max-width: 100%;
}
[class*="image-orient"] img {
  display: inline-block;
}
.image-orient-0,
.image-orient-8 {
  text-align: center;
}
.image-orient-1,
.image-orient-9 {
  text-align: right;
}
.image-orient-2,
.image-orient-10 {
  text-align: left;
}
.image-orient-17 {
  float: right;
}
.image-orient-18 {
  float: left;
}
.image-row .mediaWrapper {
  margin-bottom: 10px;
}
.text__bodytext img {
  max-width: 100%;
  height: auto;
}
.textline {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
.textline .text__bodytext {
  margin: 30px 0;
}
.hero {
  margin: 0 auto;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 20px;
  }
}
.hero__background {
  max-width: 100%;
  height: auto;
}
.hero__backgroundWrapper {
  position: relative;
  z-index: 1;
}
.hero__backgroundWrapper .is-loading {
  min-height: 350px;
}
.content--normal .hero__backgroundWrapper {
  margin-left: -23px;
  margin-right: -23px;
}
@media (min-width: 540px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -39px;
    margin-right: -39px;
  }
}
@media (min-width: 768px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: calc(((100vw - 1120px) / 2 - 44px) * -1);
    margin-right: calc(((100vw - 1120px) / 2 - 44px) * -1);
  }
}
@media (min-width: 1440px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -118px;
    margin-right: -118px;
  }
}
.hero__content {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 540px) {
  .hero__content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding: 40px 64px;
    width: 50%;
    margin: -190px auto auto;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding: 40px 65px;
    width: 50%;
    margin: -190px auto auto;
  }
}
.hero__product {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: 30px;
  width: auto !important;
  max-width: 50%;
  height: auto;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 768px) {
  .hero__product {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .hero__product {
    max-width: 90%;
  }
}
.hero__title {
  font-weight: 100;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
.hero__body {
  display: none;
}
@media (min-width: 992px) {
  .hero__body {
    display: block;
  }
}
.hero__button {
  margin-top: 20px;
}
.hero--pullTop {
  margin-top: 0;
}
@media (min-width: 1270px) {
  .hero--pullTop {
    margin-top: -120px;
  }
}
/* carouse styles*/
.hero .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  bottom: -5px;
  margin-top: 0;
  display: none;
}
@media (min-width: 768px) {
  .hero .owl-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero .owl-nav {
    display: block;
  }
}
.hero .owl-prev,
.hero .owl-next {
  border-width: 0 1px 1px 0;
  position: relative;
  left: auto;
  right: auto;
}
.hero .owl-counter {
  background: #fff;
  display: inline-block;
  border-right: 1px solid #b3abad;
  width: 65px;
  height: 48px;
  line-height: 51px;
  text-align: center;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 700;
  color: #bbb;
}
.hero .owl-counter .active {
  color: #231f20;
}
@media (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}
.hero .carousel--nojs {
  display: block;
}
.hero .carousel--nojs .slide:not(:first-child) {
  display: none;
}
.hero .carousel--nojs .hero__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero--sub .hero__subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.hero--sub .hero__title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
.hero--sub .hero__content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    margin-top: -100px;
    width: calc(100% - 128px);
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    width: 83.33333%;
  }
}
.hero--sub .no_media .hero__content {
  margin-top: 0;
}
.hero--sub .hero__body {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
  display: block;
}
.hero--sub .carousel--nojs .singleImg:not(:first-child) {
  display: none;
}
.hero--sub + .anchor {
  position: absolute;
  overflow: hidden;
  display: none;
}
.hero--sub ~ .content__section {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.hero--sub ~ .content__section.row-addMarginBottom {
  margin-bottom: 120px;
}
.content__section ~ .content__section {
  margin-top: 80px;
}
.hero--inside {
  padding: 150px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero--inside .hero__backgroundWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero--inside .hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero--inside .hero__body {
  display: block;
}
@media (min-width: 992px) {
  .hero--inside .hero__body {
    display: block;
  }
}
.hero--inside .hero__content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 20px;
  margin-top: 0;
  text-align: center;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .hero--inside .hero__content {
    max-width: calc(100% - 160px);
  }
}
.hero--inside .hero__imgWrapper {
  height: 55px;
  display: none;
}
.hero--inside .hero__img {
  border: 1px solid #b3abad;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin-bottom: 55px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.hero--inside .owl-nav {
  top: 50%;
  left: 15px;
  right: 15px;
  bottom: auto;
  z-index: 2;
  margin: -24px auto 0;
  max-width: 1120px;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .hero--inside .owl-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero--inside .owl-nav {
    right: 0;
    left: 0;
    width: 100%;
  }
}
.hero--inside .owl-nav .owl-prev,
.hero--inside .owl-nav .owl-next {
  position: absolute;
  left: 0;
  right: auto;
  border: 1px solid #b3abad;
}
.hero--inside .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.hero--inside .owl-nav .owl-counter {
  display: none;
}
.hero--inside .slick-dots {
  display: block;
}
/**
 * Anpassungen Hero 2018
 */
.hero.hero--version2018 {
  overflow: hidden;
}
.hero.hero--version2018 .slide {
  position: relative;
}
.hero.hero--version2018 .hero__content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: left;
  width: calc(100% / 3);
  padding: 50px 25px;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__content {
    display: block;
  }
}
.hero.hero--version2018 .hero__slideNavigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #939ea5;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero.hero--version2018 .hero__slideNavigation li {
  position: relative;
  color: #fff;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  padding: 0 20px;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current {
  background: #fff;
  color: #231f20;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current:hover {
  background: #fff;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current .indicator {
  display: block;
}
.hero.hero--version2018 .hero__slideNavigation li:hover {
  background: #acb9c1;
}
.hero.hero--version2018 .hero__slideNavigation li span {
  width: 100%;
}
.hero.hero--version2018 .hero__slideNavigation li .indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #e1121a;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__slideNavigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.hero.hero--version2018 .owl-nav,
.hero.hero--version2018 .slick-dots {
  display: none !important;
}
.hero.hero--version2018 .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .slick-list {
    overflow: hidden;
  }
}
.hero.hero--version2018 .hero__mobileHeader {
  background: #939ea5;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__mobileHeader {
    display: none;
  }
}
.hero.hero--version2018 .slick-current .hero__mobileHeader {
  background: #fff;
  color: #231f20;
  border-bottom-color: #e1121a;
}
.hero.hero--version2018 .owl-carousel {
  padding: 0 10%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero.hero--version2018 .hero__backgroundWrapper {
  overflow: hidden;
}
.hero .videowrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  display: none;
}
.hero .videowrapper .hero__backgroundVideo {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .hero .videowrapper {
    display: block;
  }
}
.hero--sub .hero__content {
  text-align: left;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    padding: 64px 40px 0;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    padding: 64px 64px 0;
  }
}
.hero--sub .hero__subtitle {
  text-transform: none;
}
.hero--sub {
  padding-bottom: 0;
}
.hero--articlegroup .hero__content-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.hero--articlegroup .hero__content-wrap,
.hero--articlegroup .hero__content {
  width: 100%;
}
.hero--articlegroup .hero__content {
  padding: 64px 0;
}
.hero--video.hero .videowrapper {
  display: block;
}
.hero--video .hero__backgroundWrapper .video-text-left {
  z-index: 9998;
  position: absolute;
  left: 24px;
  top: 16px;
  padding-right: 24px;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-left {
    left: 32px;
    top: 24px;
    padding-right: 32px;
  }
}
.hero--video .hero__backgroundWrapper .video-text-right {
  z-index: 9998;
  position: absolute;
  right: 24px;
  top: 16px;
  padding-left: 24px;
  text-align: right;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-right {
    right: 32px;
    top: 24px;
    padding-left: 32px;
  }
}
.highlight__content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.highlight__header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
}
.highlight__subheader {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
}
.highlight__text {
  font-weight: 300;
  font-size: 1.8rem;
}
.highlight__imageWrapper {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .highlight__imageWrapper {
    padding: 160px 0;
    padding: 40px 0 80px;
    margin: 0 100px;
  }
}
.highlight__image {
  margin: 20px auto;
}
@media (min-width: 992px) {
  .highlight__image {
    margin: 0 auto;
  }
}
.highlight {
  padding: 0 30px;
  margin: 40px auto;
}
@media (min-width: 992px) {
  .highlight {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .highlight .accordeon {
    display: none;
  }
}
.highlight .accordeon.last .accordeon__element {
  border-bottom: 1px solid #b3abad;
}
.highlight .accordeon__element {
  text-align: left;
  border-bottom: 0;
}
.highlight .accordeon__element .hotspot__text {
  display: block;
  padding-bottom: 15px;
}
.highlight__hotspot--desktop {
  display: none;
  opacity: 0;
  text-align: center;
  max-width: 100%;
  width: 350px;
  margin-left: -175px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .highlight__hotspot--desktop {
    display: block;
  }
}
.highlight__hotspot--desktop.is-open {
  z-index: 6;
}
.highlight__hotspot--desktop.is-open .hotspot__content {
  border-color: #e3e3e3;
  background: #ffffff;
}
.highlight__hotspot--desktop.is-open .hotspot__text {
  display: block;
}
.highlight__hotspot--desktop.is-open .hotspot__link {
  display: none;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger {
  width: 180px;
  height: 180px;
  background-color: transparent;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:before {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 100%;
  background: #e1121a;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:hover:before {
  opacity: 0.5;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:hover:after {
  opacity: 0.5;
}
.highlight__hotspot--desktop.is-open .hotspot__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.highlight__hotspot--bottom {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.highlight__hotspot--bottom .hotspot__trigger {
  top: -15px;
}
.highlight__hotspot--bottom.is-open .hotspot__content {
  margin-top: 45px;
  padding-top: 40px;
}
.highlight__hotspot--top {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.highlight__hotspot--top .hotspot__content {
  margin-bottom: 20px;
}
.highlight__hotspot--top .hotspot__trigger {
  top: 100%;
}
.highlight__hotspot--top.is-open .hotspot__content {
  margin-bottom: 65px;
  padding-bottom: 40px;
}
.hotspot__content {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(227, 227, 227, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotspot__header {
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.015em;
}
@media (min-width: 992px) {
  .hotspot__header {
    opacity: 0;
  }
  .is-open .hotspot__header {
    opacity: 1;
  }
}
.hotspot__text {
  display: none;
}
.hotspot__trigger {
  width: 30px;
  height: 30px;
  background: #e1121a;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotspot__trigger:before,
.hotspot__trigger:after {
  opacity: 1;
  display: block;
  content: '';
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
}
.hotspot__trigger:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}
.hotspot__image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hightlightnav {
  margin-top: 190px;
  margin-bottom: 100px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  flex-flow: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hightlightnav {
    -webkit-flex-flow: row;
    -ms-flex-direction: row;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
  }
}
.hightlightnav__link__header {
  padding: 0 70px;
  font-weight: 100;
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
}
.hightlightnav__link__header strong {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.hightlightnav__link__header:after {
  font-family: 'fontello';
  content: '\E856';
  color: #e1121a;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 4rem;
  -webkit-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hightlightnav__flexitem {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .hightlightnav__flexitem {
    width: 33%;
  }
}
.hightlightnav__flexitem--center {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hightlightnav__flexitem--center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0;
  }
}
.hightlightnav__link--right .hightlightnav__link__image {
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.hightlightnav__link--left {
  text-align: right;
}
.hightlightnav__link--left .hightlightnav__link__image {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.hightlightnav__link--left .hightlightnav__link__header:after {
  right: 15px;
  left: auto;
  content: '\E855';
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.hightlightnav__link__image {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 992px) {
  .hightlightnav__link__image {
    display: inline-block;
  }
}
.hightlightnav__link {
  display: block;
}
.hightlightnav__link,
.hightlightnav__link:link,
.hightlightnav__link:hover,
.hightlightnav__link:visited,
.hightlightnav__link:focus {
  color: #231f20;
  text-decoration: none;
}
.hightlightnav__link:hover .hightlightnav__link__image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hightlightnav__link:hover .hightlightnav__link__header:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hightlightnav__header {
  font-weight: 100;
  font-size: 3.6rem;
}
.highlight2020 {
  text-align: center;
}
.highlight2020 .header {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  color: #333333;
  text-align: left;
  padding: 0 ;
}
.highlight2020 .header a {
  color: #333333;
  border-bottom: 3px solid #333333;
}
.highlight2020 .highlight2020__imageWrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
}
.highlight2020 .highlight2020__imageWrapper img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .highlight2020 .highlight2020__imageWrapper img {
    width: 100%;
  }
}
.highlight2020 .highlight2020__imageWrapper .highlight-size-6,
.highlight2020 .highlight2020__imageWrapper .highlight-size-6 img {
  width: calc(100vw * 0.66666666);
}
@media (min-width: 540px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6 img,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: calc(100vw * 0.5);
  }
}
@media (min-width: 992px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12 img {
    width: 100vw;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: calc(100vw * 0.33333333);
  }
}
@media (min-width: 1200px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12 img {
    width: 1144px;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6 img {
    width: 572px;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: 381px;
  }
}
@media (min-width: 991px) {
  .highlight2020 .highlight2020__imageWrapper {
    display: block;
  }
}
.highlight2020 .highlightElementsLeft,
.highlight2020 .highlightElementsRight {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.highlight2020 .highlightElementsRight {
  left: auto;
  right: 0;
}
.highlight2020 .highlight__hotspot {
  position: absolute;
}
@media (min-width: 992px) {
  .highlight2020 .highlight__hotspot .htsp-lg-3 {
    width: calc(100vw * 0.25);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-6 {
    width: calc(100vw * 0.5);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-7 {
    width: calc(100vw * 0.58333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-4 {
    width: calc(100vw * 0.33333333);
  }
}
@media (min-width: 1200px) {
  .highlight2020 .highlight__hotspot .htsp-lg-3 {
    width: calc(1144px * 0.25);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-6 {
    width: calc(1144px * 0.5);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-7 {
    width: calc(1144px * 0.58333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-4 {
    width: calc(1144px * 0.33333333);
  }
}
@media (min-width: 991px) {
  .highlight2020 .highlight__hotspot {
    left: 0px !important;
  }
}
.highlight2020 .highlight__hotspot .detailAutoheight {
  height: auto;
}
@media (min-width: 991px) {
  .highlight2020 .highlightElementsRight .highlight__hotspot {
    right: 0;
    left: auto !important;
  }
}
.highlight2020 .content,
.highlight2020 .text {
  text-align: left;
}
.highlight2020 .content img + .text {
  margin-top: 16px;
}
.highlight2020 .content .text + img {
  margin-top: 16px;
}
.highlight2020 .content .text p {
  margin-top: 0;
  margin-bottom: 8px;
}
.highlight2020 .content .text p:last-child {
  margin-bottom: 0;
}
.highlight2020 .mobile__trigger {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #e1121a;
  position: relative;
  width: 30px;
  height: 30px;
}
.highlight2020 .mobile__trigger:before {
  background: 0 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #e1121a;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .highlight2020 .mobile__trigger {
    display: none;
  }
}
.highlight2020 .content {
  display: none;
}
@media (min-width: 991px) {
  .highlight2020 .content {
    display: block;
  }
}
.highlight2020 img.round {
  border-radius: 50%;
}
#highligh2020overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
#highligh2020overlay .contentwrapper {
  position: absolute;
  top: 30%;
  left: 10%;
  background: white;
  width: 80%;
  padding: 60px 20px;
}
#highligh2020overlay .content img + .text {
  margin-top: 16px;
}
#highligh2020overlay .content .text + img {
  margin-top: 16px;
}
#highligh2020overlay .content .text p {
  margin-top: 0;
  margin-bottom: 8px;
}
#highligh2020overlay .content .text p:last-child {
  margin-bottom: 0;
}
#highligh2020overlay .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#highligh2020overlay .close:before,
#highligh2020overlay .close:after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  position: relative;
  top: 20px;
}
#highligh2020overlay .close:after {
  transform: rotate(-45deg);
  top: 19px;
}
#highligh2020overlay img.round {
  border-radius: 50%;
}
.linewrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 991px) {
  .linewrapper {
    display: block;
  }
}
.linewrapper canvas {
  width: 100%;
  height: 100%;
}
.newsTags ul.news-tags {
  list-style-type: none;
  padding: 10px 0;
  float: left;
}
.newsTags ul.news-tags li {
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
}
.newsTags ul.news-tags li:last-child {
  margin-right: 0;
}
.newsTags ul.news-tags li a {
  display: inline-block;
  position: relative;
}
.newsTags ul.news-tags li a.active:link,
.newsTags ul.news-tags li a.active:hover,
.newsTags ul.news-tags li a.active:visited {
  color: #231f20;
  text-decoration: none;
}
.newsTags ul.news-tags li a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 5px;
  background: #e1121a;
}
.newsList .newsItem__image {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.newsList .newsItem__image .newsImageBackground {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-position: center;
  filter: blur(10px);
  background-size: cover;
  z-index: -1;
}
.newsList .newsItem__image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.newsList .newsItem__date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 16px;
  color: #231f20;
}
.newsList .newsItem__date a {
  font-weight: bold;
  color: #231f20;
}
.newsList .newsItem__header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 8px;
  transition: color 0.5s ease;
}
.newsList .newsItem:hover .newsItem__header {
  color: #e1121a;
}
.newsList .newsItem__body {
  color: #231f20;
}
.newsList .newsItem--teaser {
  margin-bottom: 40px;
}
.newsList .newsItem--teaser .newsItem__content {
  padding: 24px 24px 32px;
  height: 220px;
  overflow: hidden;
}
.newsList .newsItem--teaser .newsItem__readmore,
.newsList .newsItem--teaser .newsItem__readmore a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px 20px;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.newsList .newsItem {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsList .newsItem.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  transform: translate(0, 60px);
}
.newsList .newsItem--list {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.newsList .asTextlist .newsItem-wrap {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.newsList .asTextlist .newsItem--teaser {
  margin-bottom: 0;
}
.newsList .asTextlist .newsItem__image {
  display: none;
}
.newsList .asTextlist .newsItem__content {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
.newsList .asTextlist .newsItem__readmore,
.newsList .asTextlist .newsItem__readmore a {
  position: static;
  line-height: 16px;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  padding: 8px 0 0;
  color: #e1121a;
  font-size: 16px;
}
.newsList .asTextlist .hv-bigshadow .progress-shadow-01,
.newsList .asTextlist .hv-bigshadow .progress-shadow-02 {
  transition: none;
}
.newsList .asTextlist .hv-bigshadow:hover .progress-shadow-01,
.newsList .asTextlist .hv-bigshadow:hover .progress-shadow-02 {
  width: 0;
  height: 0;
}
.newsDetail .newsItem--detail .newsItem__cover {
  padding: 10px 0 30px;
}
.newsDetail .newsItem--detail .newsItem__header {
  margin-bottom: 20px;
}
.newsDetail .newsItem--detail .newsItem__teaser {
  margin-bottom: 25px;
}
.newsDetail .newsItem__keywords {
  color: #5c5758;
}
.newsDetail p img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .newsDetail p img {
    max-width: 75%;
  }
}
.newsDetail .modalCarousel--newsdetail .glide__arrows {
  display: none;
}
.newsDetail .modalCarousel--newsdetail .glide__slides {
  flex-wrap: wrap;
}
.modal .modalCarousel--newsdetail .glide__arrows {
  display: block;
}
.news--messe {
  width: 100%;
}
.news--messe thead {
  display: none;
}
.news--messe tbody tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #ebe6e6;
  position: relative;
}
.news--messe td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news--messe td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
}
.news--messe .messe--mobileVisible {
  display: block;
}
@media (min-width: 768px) {
  .news--messe .messe--mobileVisible {
    display: table-cell;
  }
}
.news--messe .messe--mobileHidden {
  display: none;
}
@media (min-width: 768px) {
  .news--messe .messe--mobileHidden {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .news--messe {
    border-spacing: 3px;
    border-collapse: separate;
    table-layout: fixed;
  }
  .news--messe thead {
    display: table-header-group;
  }
  .news--messe th {
    background: #ebe6e6;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1.5rem;
  }
  .news--messe td {
    padding: 15px;
    border-bottom: 1px solid #ebe6e6;
  }
  .news--messe tbody tr {
    padding-bottom: 0;
    margin-bottom: 0;
    display: table-row;
    border-bottom: 0;
    position: static;
  }
}
.news--messe tbody td {
  font-size: 1.6rem;
  vertical-align: top;
}
.news--messe .modalCarousel--news {
  width: 50%;
}
@media (min-width: 768px) {
  .news--messe .modalCarousel--news {
    width: 100%;
  }
}
.news--messe .messe--showMore {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-weight: 500;
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  .news--messe .messe--showMore {
    display: none;
  }
}
.news--messe .messe--showMore a {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.4rem;
}
.news--messe .messe--showMore a:before {
  content: '+';
  font-size: 2rem;
  font-weight: 700;
  margin-right: 3px;
  color: #e1121a;
  text-decoration: none !important;
}
.news--messe tr.isVisible .messe--mobileHidden {
  display: block;
}
@media (min-width: 768px) {
  .news--messe tr.isVisible .messe--mobileHidden {
    display: table-cell;
  }
}
.news--messe tr.isVisible .messe--showMore a::before {
  content: '-';
}
.news--messe .messe--text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100vw - 130px);
}
.box {
  padding: 25px;
  border: 1px solid #b3abad;
}
.kontaktperson--breit {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .kontaktperson--breit {
    padding: 0;
    margin-bottom: auto;
  }
}
.kontaktperson--breit .row {
  margin: 0;
}
.kontaktperson--breit .col-xs-3 {
  padding: 0;
}
.kontaktperson--breit .col-xs-3 img {
  width: 150px;
  height: auto;
}
.kontaktperson--breit .col-xs-3 + .col-xs-9 {
  padding-left: 30px;
}
.accordeon__element {
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
}
.accordeon__element + .accordeon__element {
  border-top: 0;
}
.accordeon__element.is-open .accordeon__header:before {
  content: '\e814';
}
.accordeon + script + .accordeon .accordeon__element,
.accordeon + .accordeon .accordeon__element {
  border-top: 0;
}
.accordeon__header {
  font-size: 1.8rem;
  padding: 20px 10px;
  cursor: pointer;
}
.accordeon__header:before {
  font-family: fontello;
  content: '\e819';
  color: #e1121a;
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordeon__header div {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
.t4yEditor .accordeon__header:before {
  top: 2px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .t4yEditor .accordeon__content {
    padding: 0 15px 15px 40px;
  }
}
.accordeon__content {
  display: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .accordeon__content {
    padding: 0 15px 15px 45px;
  }
}
.accordeon--small .accordeon__element {
  border-top: 0;
}
.accordeon--small .accordeon__header {
  padding: 10px;
}
.accordeon--small .accordeon__header:before {
  margin-right: 10px;
  font-size: 1.4rem;
}
.socialbox {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: visible;
  /*
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;

		border: 1px solid;

		opacity: 0;
	}

	&:hover:before {
		.an-FadeOutBoxShadow();
	}
*/
}
.socialbox,
.socialbox:link,
.socialbox:hover,
.socialbox:visited,
.socialbox:focus {
  color: #fff;
  text-decoration: none;
}
.socialbox__newsItem {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 55px 0;
  padding: 15px 0;
}
.socialbox__newsItem .socialbox--shareArticle {
  float: left;
  line-height: 28px;
  margin-right: 15px;
}
.socialbox {
  text-shadow: none;
}
.socialbox--fb {
  background: #4761a2;
  border-bottom-color: #2e488c;
}
.socialbox--fb:before {
  border-color: #4761a2;
}
.socialbox--tw {
  background: #4395cf;
  border-bottom-color: #287bb6;
}
.socialbox--gp {
  background: #d3442b;
  border-bottom-color: #b0301a;
}
.socialbox--ln {
  background: #0177b5;
  border-bottom-color: #1a6093;
}
.socialbox--wa {
  background: #25d466;
  border-bottom-color: #1da851;
}
@media (min-width: 768px) {
  .socialbox--wa {
    display: none;
  }
}
.socialbox--mail,
.socialbox--share {
  background: #7d7d7d;
  border-bottom-color: #6a6a6a;
}
.socialbox--sm {
  height: 40px;
  width: calc(100% / 6);
  float: left;
  text-align: center;
  font-size: 1.6rem;
  line-height: 37px;
}
.socialbox--sm .socialbox__cta {
  display: none;
}
@media (min-width: 768px) {
  .socialbox--sm {
    width: calc(100% / 5);
  }
}
.socialbox--33 {
  width: calc((100% - 20px) / 3);
  margin: 0 10px;
  float: left;
}
.socialbox--33:first-child,
.socialbox--33:last-child {
  margin: 0;
}
.socialbox--50 {
  width: calc((100% - 10px) / 2);
  float: left;
}
.socialbox--50:last-child {
  margin-left: 10px;
}
.socialbox--100px {
  width: 100px;
  margin: 0 5px;
  float: left;
}
.socialbox--100px:first-child {
  margin-left: 0;
}
.socialbox--100px:last-child {
  margin-right: 0;
}
.socialbox--100px .icon {
  position: relative;
  left: -15px;
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.3, 1);
    transform: scale3d(1.1, 1.3, 1);
    opacity: 0;
  }
}
.socialsquare {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: 'fontello';
  text-align: center;
  line-height: 45px !important;
}
.socialsquare.socialsquare--fb {
  background: #e1121a;
}
.socialsquare.socialsquare--fb:before {
  font-family: 'fontello';
  content: '\f30c';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--gp {
  background: #e1121a;
}
.socialsquare.socialsquare--gp:before {
  font-family: 'fontello';
  content: '\f30f';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--in {
  background: #e1121a;
}
.socialsquare.socialsquare--in:before {
  font-family: 'fontello';
  content: '\f32d';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--tw {
  background: #e1121a;
}
.socialsquare.socialsquare--tw:before {
  font-family: 'fontello';
  content: '\f309';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--yt {
  background: #e1121a;
}
.socialsquare.socialsquare--yt:before {
  font-family: 'fontello';
  content: '\f16a';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--linked {
  background: #e1121a;
}
.socialsquare.socialsquare--linked:before {
  font-family: 'fontello';
  content: '\f318';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--youku {
  background: #e1121a;
}
.socialsquare.socialsquare--youku:before {
  font-family: 'fontello';
  content: '\e81b';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.socialsquare.socialsquare--grey:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.table--striped tbody tr:nth-child(odd) {
  background: #b3abad;
}
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background: #b3abad;
}
.table--striped tbody tr:nth-child(even) {
  background: #fff;
}
.table--striped tbody tr:nth-child(even) td,
.table--striped tbody tr:nth-child(even) th {
  background: #fff;
}
/* ==========================================================================
	 Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  outline: none;
  text-size-adjust: 100%;
}
@media (min-width: 768px) {
  .remodal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    max-width: 800px;
  }
}
.remodal .modal {
  position: static;
  display: block;
}
@media (min-width: 768px) {
  .remodal--small {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    max-width: 500px;
  }
}
.remodal--carousel.remodal--carousel {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .remodal--carousel.remodal--carousel {
    max-width: 1060px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
	 Remodal's default mobile first theme
	 ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  color: #231f20;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #5c5758;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
	 ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
	 ========================================================================== */
.modal--small {
  max-width: 400px;
}
.modal__header {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .modal__header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .modal__header {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .modal__header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .modal__header {
    font-size: 36px;
    line-height: 1.25;
  }
}
.modal__intro {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.modal__noPadding {
  margin-left: -29px;
  margin-right: -29px;
}
.modal .videowrapper {
  height: calc(100vh - 60px);
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .modal .videowrapper {
    height: 80vh;
  }
}
.modal .glide__arrows,
.modal .glide-nav {
  top: 75px;
}
.remodal .shoplink {
  box-shadow: none;
  border: 1px solid #b3abad;
}
.map__infoWindow {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
.map__title {
  font-weight: 700;
  color: #e1121a;
}
.map__search {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  height: 0;
}
.map__searchBox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.82);
}
@media (min-width: 768px) {
  .map__searchBox {
    padding: 25px 20px;
  }
}
.map__searchBox .storelist__item__pin {
  color: #231f20;
  font-size: 2.7rem;
  vertical-align: top;
}
.map__search__title {
  margin-top: 0;
}
.mapWrapper {
  position: relative;
  min-height: 370px;
}
@media (min-width: 768px) {
  .mapWrapper {
    min-height: 350px;
  }
}
.map__search__icon {
  position: absolute;
  z-index: 2;
  font-size: 25px;
  line-height: 50px;
  margin-left: 5px;
  color: #e1121a;
}
.map__search__field {
  padding-left: 50px;
}
.map_search_legend {
  text-indent: -8px;
  padding-left: 8px;
}
.map__search__product {
  background: #b3abad;
  padding: 2px;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map__search__product .product__image {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 7px;
  height: 80px;
  width: 80px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
}
.map__search__product .product__image .product__imageFlexWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.map__search__product .product__image img {
  max-width: 70px;
  margin: 0 auto;
}
.map__search__product .product__detail {
  height: 80px;
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-top: 17px;
}
.map__search__product .remove {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  background: #5c5758;
  color: #b3abad;
}
.map__search__product.is-removed {
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.storelist__title.header--lvl6.mt-50 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .storelist__title.header--lvl6.mt-50 {
    margin-top: 50px;
  }
}
.storelist__item {
  border-bottom: 1px solid #b3abad;
  padding: 20px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .storelist__item {
    padding: 10px 0 10px;
    min-height: auto !important;
  }
}
@media (min-width: 768px) {
  .storelist__item.storelist__item--padding {
    padding-right: 30px;
  }
}
.storelist__item.isActive {
  background: #e6e9eb;
}
.storelist__item a,
.storelist__item a:link,
.storelist__item a:visited,
.storelist__item a:focus,
.storelist__item a:hover {
  border-bottom: 0 solid;
}
.storelist__item__pin {
  display: inline-block;
  font-size: 4rem;
  color: #231f20;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .storelist__item__pin {
    font-size: 2.5rem;
    margin-top: -4px;
    margin-left: -4px;
  }
}
.storelist__item__header {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.storelist__item__header__contact,
.storelist__item__header__distanz,
.storelist__item__header__opening {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
/* autocomplete Baidu */
.tangram-suggestion-main {
  z-index: 5;
}
@media (max-width: 767px) {
  .storelist__item__header__opening,
  .storelist__item__opening,
  .storelist__item__route,
  .storelist__item_detail__hidden {
    display: none;
  }
  .storelist__item__detail-on .storelist__item__header__opening,
  .storelist__item__detail-on .storelist__item__opening,
  .storelist__item__detail-on .storelist__item__route {
    display: block;
  }
  .storelist__item__detail-on .storelist__item_detail__hidden {
    display: inline;
  }
}
.storelist__item__cta {
  font-size: 16px;
}
.storelist__item__cta i {
  font-size: 2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.storelist__item__image[src=""] {
  display: none;
}
.details__switch:before {
  content: '+';
  font-size: 2.3rem;
  font-weight: 400;
  margin-right: 3px;
}
.details__switch:link,
.details__switch:visited,
.details__switch:focus {
  text-decoration: none;
}
.storelist__item__detail-on .details__switch:before {
  content: '\2013';
}
@media (max-width: 767px) {
  .storelist__item__xs-right {
    text-align: right;
    float: right;
    margin-top: 25px;
  }
}
.storelist_emaillink i,
.storelist_weblink i {
  margin-right: 5px;
}
.teaser--primary {
  height: 320px;
  width: 100%;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .teaser--primary {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .teaser--primary .form-group {
    max-width: 75%;
  }
}
.teaser--primary .form-group .form-control {
  display: inline-block;
  width: calc(100% - 44px);
}
.teaser--primary .teaser__header {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  color: white;
  margin-bottom: 8px;
}
.teaser--primary .teaser__content,
.teaser--primary .teaser__content p {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  color: white;
}
.teaser--primary .textwrapper,
.teaser--primary .textbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser--primary .textbackground {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 50%);
  z-index: 1;
}
.teaser--primary .textwrapper {
  padding: 24px;
  z-index: 2;
}
.teaser--primary.teaser--add-layer::before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.teaser--primary .button-large-red,
.teaser--primary .button-large-white {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.teaser--light {
  color: #fff;
}
.navteaser {
  margin-bottom: 20px;
}
.navteaser__image {
  position: relative;
  height: 0;
  padding-bottom: 58.62068966%;
  display: block;
}
.navteaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navteaser__link {
  display: block;
  padding: 15px 20px;
  border: 1px solid #b3abad;
  border-top: 0;
}
.navteaser__link:link,
.navteaser__link:hover,
.navteaser__link:visited,
.navteaser__link:focus {
  color: #231f20;
}
.navteaser__link:after {
  display: inline-block;
  content: '\f105';
  font-family: 'fontello';
  float: right;
  color: #e1121a;
}
.teaser--secondary .teaser__imageWrapper {
  height: 0;
  padding-bottom: 61.035%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.teaser--secondary .teaser__imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.teaser--secondary .teaser__content {
  background: #fff;
  border: 1px solid #b3abad;
  padding: 30px;
  text-align: center;
  min-height: 140px;
  z-index: 2;
}
@media (min-width: 480px) {
  .teaser--secondary .teaser__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 30px;
  }
}
@media (min-width: 768px) {
  .teaser--secondary .teaser__content {
    position: static;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .teaser--secondary .teaser__content {
    position: absolute;
    margin: 30px;
  }
}
.teaser--secondary .teaser__header,
.teaser--secondary h3,
.teaser--secondary h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.content__section div.text__subheader {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
.content__section h3 {
  margin-bottom: 24px;
  max-width: 100%;
}
.row--flex {
  display: flex;
}
.row .row--flex-equalHeight {
  height: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight {
    display: flex;
  }
}
@media (max-width: 767px) {
  .row .row--flex-equalHeight [class*=col-] {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] {
    display: flex;
    margin-bottom: 0;
  }
}
.row .row--flex-equalHeight [class*=col-] > div {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] > div {
    flex-direction: column;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
  background: #e1121a;
  color: white;
  padding: 20px 15px;
  min-height: 115px;
  width: 100%;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
    padding: 30px 20px 35px;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
    text-align: center;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper img {
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper {
    margin-bottom: 20px;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content {
  max-width: 100%;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content {
    padding-left: 0;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content p {
  text-align: left;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content p {
    text-align: center;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__header,
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed h3,
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  line-height: 23px;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__header:empty {
  display: none;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed p {
  font-weight: 500;
  line-height: 23px;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed p:last-child {
  margin-bottom: 0;
}
.row-beruflanding2019 {
  padding: 15px;
}
@media (min-width: 992px) {
  .row-beruflanding2019 {
    padding: 0;
  }
}
.row-beruflanding2019.gridRow > [class^=col] {
  margin-bottom: 0;
  padding: 0;
}
.row-beruflanding2019 .text__bodytext h4 {
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 28px;
  letter-spacing: normal;
}
.row-beruflanding2019 .text__bodytext li {
  font-weight: 400;
}
.row-beruflanding2019 blockquote + h1,
.row-beruflanding2019 p + h1,
.row-beruflanding2019 ol + h1,
.row-beruflanding2019 ul + h1,
.row-beruflanding2019 blockquote + h2,
.row-beruflanding2019 p + h2,
.row-beruflanding2019 ol + h2,
.row-beruflanding2019 ul + h2,
.row-beruflanding2019 blockquote + h3,
.row-beruflanding2019 p + h3,
.row-beruflanding2019 ol + h3,
.row-beruflanding2019 ul + h3,
.row-beruflanding2019 blockquote + h4,
.row-beruflanding2019 p + h4,
.row-beruflanding2019 ol + h4,
.row-beruflanding2019 ul + h4 {
  margin-top: 20px;
}
.row-beruflanding2019 blockquote,
.row-beruflanding2019 h1,
.row-beruflanding2019 h2,
.row-beruflanding2019 h3,
.row-beruflanding2019 h4,
.row-beruflanding2019 p,
.row-beruflanding2019 ol,
.row-beruflanding2019 ul {
  margin-bottom: 15px;
}
.row-beruflanding2019 blockquote:last-child,
.row-beruflanding2019 h1:last-child,
.row-beruflanding2019 h2:last-child,
.row-beruflanding2019 h3:last-child,
.row-beruflanding2019 h4:last-child,
.row-beruflanding2019 p:last-child,
.row-beruflanding2019 ol:last-child,
.row-beruflanding2019 ul:last-child {
  margin-bottom: 0;
}
.row-beruflanding2019 .box {
  font-weight: 300;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .row-beruflanding2019 .box {
    padding: 30px;
  }
}
.row-beruflanding2019 .box > strong {
  text-transform: none;
}
.row-beruflanding2019 .box + .box {
  margin-top: 10px;
}
.row-beruflanding2019 .box strong:empty {
  display: none;
}
.row-beruflanding2019 .box .row {
  margin: 0;
}
.row-beruflanding2019 .box .col-xs-3 {
  padding: 0;
}
@media (min-width: 992px) {
  .row-beruflanding2019 .box .col-xs-9 {
    padding-left: 30px;
  }
}
.row-beruflanding2019 .box .col-xs-9 p:last-child {
  margin-bottom: 0;
}
.row.stellenbeschreibung {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .row.stellenbeschreibung {
    flex-direction: row;
    padding: 0 15px;
  }
}
.row.stellenbeschreibung.gridRow > [class^=col] {
  margin: 0 0 10px;
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .row.stellenbeschreibung.gridRow > [class^=col] {
    margin: 0;
    width: 50%;
  }
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser.teaser--secondary {
  height: 100%;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__imageWrapper {
  display: none;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__content {
  position: relative;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__content :last-child {
  margin-top: auto;
}
.row.stellenbeschreibung .teaser--secondary .teaser__header,
.row.stellenbeschreibung .teaser--secondary h3,
.row.stellenbeschreibung .teaser--secondary h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 767px) {
  .row.stellenbeschreibung {
    margin-left: 0;
    margin-right: 0;
  }
  .row.stellenbeschreibung.gridRow > [class^=col] {
    padding: 0;
  }
}
.frame + .frame .stellenbeschreibung {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .frame + .frame .stellenbeschreibung {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .frame + .frame .stellenbeschreibung {
    margin-top: 16px;
  }
}
section.stellenbeschreibung .text__subheader {
  margin-bottom: 40px;
}
.teaser--highlightnav .imagewrapper {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #ebe6e6;
}
.teaser--highlightnav .imagewrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.teaser--highlightnav .textwrapper {
  padding: 24px 24px 32px;
}
.teaser--highlightnav .teaser__header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 8px;
}
.overlaying_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row .teaser--highlightnav {
  flex: 1;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row .teaser--highlightnav {
    margin-bottom: 0;
  }
}
.contentCarousel__item--big {
  padding: 150px 0;
  position: relative;
}
.contentCarousel .contentCarousel__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentCarousel .contentCarousel__item--big {
  padding-top: 150px;
}
/*
    TimelineJS - ver. 2.36.0 - 2015-05-12
    Copyright (c) 2012-2013 Northwestern University
    a project of the Northwestern University Knight Lab, originally created by Zach Wise
    https://github.com/NUKnightLab/TimelineJS
    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
    If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*!
	TIMELINE CSS
	
	Designed and built by Zach Wise at VeriteCo
	
	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at http://mozilla.org/MPL/2.0/.

*/
*.vco-storyjs div * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6,
.vco-storyjs p,
.vco-storyjs blockquote,
.vco-storyjs pre,
.vco-storyjs a,
.vco-storyjs abbr,
.vco-storyjs acronym,
.vco-storyjs address,
.vco-storyjs cite,
.vco-storyjs code,
.vco-storyjs del,
.vco-storyjs dfn,
.vco-storyjs em,
.vco-storyjs img,
.vco-storyjs q,
.vco-storyjs s,
.vco-storyjs samp,
.vco-storyjs small,
.vco-storyjs strike,
.vco-storyjs strong,
.vco-storyjs sub,
.vco-storyjs sup,
.vco-storyjs tt,
.vco-storyjs var,
.vco-storyjs dd,
.vco-storyjs dl,
.vco-storyjs dt,
.vco-storyjs li,
.vco-storyjs ol,
.vco-storyjs ul,
.vco-storyjs fieldset,
.vco-storyjs form,
.vco-storyjs label,
.vco-storyjs legend,
.vco-storyjs button,
.vco-storyjs table,
.vco-storyjs caption,
.vco-storyjs tbody,
.vco-storyjs tfoot,
.vco-storyjs thead,
.vco-storyjs tr,
.vco-storyjs th,
.vco-storyjs td,
.vco-storyjs .vco-container,
.vco-storyjs .content-container,
.vco-storyjs .media,
.vco-storyjs .text,
.vco-storyjs .vco-slider,
.vco-storyjs .slider,
.vco-storyjs .date,
.vco-storyjs .title,
.vco-storyjs .messege,
.vco-storyjs .map,
.vco-storyjs .credit,
.vco-storyjs .caption,
.vco-storyjs .vco-feedback,
.vco-storyjs .vco-feature,
.vco-storyjs .toolbar,
.vco-storyjs .marker,
.vco-storyjs .dot,
.vco-storyjs .line,
.vco-storyjs .flag,
.vco-storyjs .time,
.vco-storyjs .era,
.vco-storyjs .major,
.vco-storyjs .minor,
.vco-storyjs .vco-navigation,
.vco-storyjs .start,
.vco-storyjs .active {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  width: auto;
  float: none;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  clear: none;
}
.vco-storyjs table {
  border-collapse: collapse;
  border-spacing: 0;
}
.vco-storyjs ol,
.vco-storyjs ul {
  list-style: none;
}
.vco-storyjs q:before,
.vco-storyjs q:after,
.vco-storyjs blockquote:before,
.vco-storyjs blockquote:after {
  content: "";
}
.vco-storyjs a:focus {
  outline: thin dotted;
}
.vco-storyjs a:hover,
.vco-storyjs a:active {
  outline: 0;
}
.vco-storyjs article,
.vco-storyjs aside,
.vco-storyjs details,
.vco-storyjs figcaption,
.vco-storyjs figure,
.vco-storyjs footer,
.vco-storyjs header,
.vco-storyjs hgroup,
.vco-storyjs nav,
.vco-storyjs section {
  display: block;
}
.vco-storyjs audio,
.vco-storyjs canvas,
.vco-storyjs video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vco-storyjs audio:not([controls]) {
  display: none;
}
.vco-storyjs div {
  max-width: none;
}
.vco-storyjs sub,
.vco-storyjs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vco-storyjs sup {
  top: -0.5em;
}
.vco-storyjs sub {
  bottom: -0.25em;
}
.vco-storyjs img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.vco-storyjs button,
.vco-storyjs input,
.vco-storyjs select,
.vco-storyjs textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.vco-storyjs button,
.vco-storyjs input {
  line-height: normal;
  *overflow: visible;
}
.vco-storyjs button::-moz-focus-inner,
.vco-storyjs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.vco-storyjs button,
.vco-storyjs input[type="button"],
.vco-storyjs input[type="reset"],
.vco-storyjs input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.vco-storyjs input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vco-storyjs input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.vco-storyjs textarea {
  overflow: auto;
  vertical-align: top;
}
.vco-storyjs {
  font-family: "Georgia", Times New Roman, Times, serif;
}
.vco-storyjs .twitter,
.vco-storyjs .vcard,
.vco-storyjs .messege,
.vco-storyjs .credit,
.vco-storyjs .caption,
.vco-storyjs .zoom-in,
.vco-storyjs .zoom-out,
.vco-storyjs .back-home,
.vco-storyjs .time-interval div,
.vco-storyjs .time-interval-major div,
.vco-storyjs .nav-container {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs h1.date,
.vco-storyjs h2.date,
.vco-storyjs h3.date,
.vco-storyjs h4.date,
.vco-storyjs h5.date,
.vco-storyjs h6.date {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs .timenav h1,
.vco-storyjs .flag-content h1,
.vco-storyjs .era h1,
.vco-storyjs .timenav h2,
.vco-storyjs .flag-content h2,
.vco-storyjs .era h2,
.vco-storyjs .timenav h3,
.vco-storyjs .flag-content h3,
.vco-storyjs .era h3,
.vco-storyjs .timenav h4,
.vco-storyjs .flag-content h4,
.vco-storyjs .era h4,
.vco-storyjs .timenav h5,
.vco-storyjs .flag-content h5,
.vco-storyjs .era h5,
.vco-storyjs .timenav h6,
.vco-storyjs .flag-content h6,
.vco-storyjs .era h6 {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs p,
.vco-storyjs blockquote,
.vco-storyjs blockquote p,
.vco-storyjs .twitter blockquote p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
}
.vco-storyjs .vco-feature h1,
.vco-storyjs .vco-feature h2,
.vco-storyjs .vco-feature h3,
.vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5,
.vco-storyjs .vco-feature h6 {
  font-family: "Georgia", Times New Roman, Times, serif;
}
.timeline-tooltip {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}
.vco-storyjs {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.vco-storyjs p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
  color: #666;
}
.vco-storyjs p small {
  font-size: 12px;
  line-height: 17px;
}
.vco-storyjs p:first-child {
  margin-top: 20px;
}
.vco-storyjs .vco-navigation p {
  color: #999;
}
.vco-storyjs .vco-feature h3,
.vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5,
.vco-storyjs .vco-feature h6 {
  margin-bottom: 15px;
}
.vco-storyjs .vco-feature p {
  color: #666;
}
.vco-storyjs .vco-feature blockquote,
.vco-storyjs .vco-feature blockquote p {
  color: #000;
}
.vco-storyjs .date a,
.vco-storyjs .title a {
  color: #999;
}
.vco-storyjs .hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  font-weight: normal;
  color: #000;
  text-transform: none;
}
.vco-storyjs h1 a,
.vco-storyjs h2 a,
.vco-storyjs h3 a,
.vco-storyjs h4 a,
.vco-storyjs h5 a,
.vco-storyjs h6 a {
  color: #999;
}
.vco-storyjs h1 small,
.vco-storyjs h2 small,
.vco-storyjs h3 small,
.vco-storyjs h4 small,
.vco-storyjs h5 small,
.vco-storyjs h6 small {
  color: #999;
}
.vco-storyjs h1.date,
.vco-storyjs h2.date,
.vco-storyjs h3.date,
.vco-storyjs h4.date,
.vco-storyjs h5.date,
.vco-storyjs h6.date {
  font-weight: bold;
}
.vco-storyjs h2.start {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
}
.vco-storyjs h1 {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 34px;
}
.vco-storyjs h1 small {
  font-size: 18px;
}
.vco-storyjs h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
}
.vco-storyjs h2 small {
  font-size: 14px;
  line-height: 16px;
}
.vco-storyjs h2.date {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 3.75px;
  color: #999;
}
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  line-height: 40px;
}
.vco-storyjs h3 .active,
.vco-storyjs h4 .active,
.vco-storyjs h5 .active,
.vco-storyjs h6 .active {
  color: #08c;
}
.vco-storyjs h3 {
  font-size: 28px;
  line-height: 30px;
}
.vco-storyjs h3 small {
  font-size: 14px;
}
.vco-storyjs h4 {
  font-size: 20px;
  line-height: 22px;
}
.vco-storyjs h4 small {
  font-size: 12px;
}
.vco-storyjs h5 {
  font-size: 16px;
  line-height: 18px;
}
.vco-storyjs h6 {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.vco-storyjs strong {
  font-weight: bold;
  font-style: inherit;
}
.vco-storyjs em {
  font-style: italic;
  font-weight: inherit;
}
.vco-storyjs Q {
  quotes: '„' '“';
  font-style: italic;
}
.vco-storyjs blockquote,
.vco-storyjs blockquote p {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-storyjs .credit {
  color: #999;
  text-align: right;
  font-size: 10px;
  line-height: 10px;
  display: block;
  margin: 0 auto;
  clear: both;
}
.vco-storyjs .caption {
  text-align: left;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  clear: both;
}
[dir=rtl] .vco-storyjs.vco-right-to-left,
.vco-storyjs.vco-right-to-left[dir=rtl] {
  direction: ltr;
}
.vco-storyjs.vco-right-to-left h1,
.vco-storyjs.vco-right-to-left h2,
.vco-storyjs.vco-right-to-left h3,
.vco-storyjs.vco-right-to-left h4,
.vco-storyjs.vco-right-to-left h5,
.vco-storyjs.vco-right-to-left h6,
.vco-storyjs.vco-right-to-left p,
.vco-storyjs.vco-right-to-left blockquote,
.vco-storyjs.vco-right-to-left pre,
.vco-storyjs.vco-right-to-left a,
.vco-storyjs.vco-right-to-left abbr,
.vco-storyjs.vco-right-to-left acronym,
.vco-storyjs.vco-right-to-left address,
.vco-storyjs.vco-right-to-left cite,
.vco-storyjs.vco-right-to-left code,
.vco-storyjs.vco-right-to-left del,
.vco-storyjs.vco-right-to-left dfn,
.vco-storyjs.vco-right-to-left em,
.vco-storyjs.vco-right-to-left img,
.vco-storyjs.vco-right-to-left q,
.vco-storyjs.vco-right-to-left s,
.vco-storyjs.vco-right-to-left samp,
.vco-storyjs.vco-right-to-left small,
.vco-storyjs.vco-right-to-left strike,
.vco-storyjs.vco-right-to-left strong,
.vco-storyjs.vco-right-to-left sub,
.vco-storyjs.vco-right-to-left sup,
.vco-storyjs.vco-right-to-left tt,
.vco-storyjs.vco-right-to-left var,
.vco-storyjs.vco-right-to-left dd,
.vco-storyjs.vco-right-to-left dl,
.vco-storyjs.vco-right-to-left dt,
.vco-storyjs.vco-right-to-left li,
.vco-storyjs.vco-right-to-left ol,
.vco-storyjs.vco-right-to-left ul,
.vco-storyjs.vco-right-to-left fieldset,
.vco-storyjs.vco-right-to-left form,
.vco-storyjs.vco-right-to-left label,
.vco-storyjs.vco-right-to-left legend,
.vco-storyjs.vco-right-to-left button,
.vco-storyjs.vco-right-to-left table,
.vco-storyjs.vco-right-to-left caption,
.vco-storyjs.vco-right-to-left tbody,
.vco-storyjs.vco-right-to-left tfoot,
.vco-storyjs.vco-right-to-left thead,
.vco-storyjs.vco-right-to-left tr,
.vco-storyjs.vco-right-to-left th,
.vco-storyjs.vco-right-to-left td {
  direction: rtl;
}
.timeline-tooltip {
  position: absolute;
  z-index: 205;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  line-height: 12px;
}
.timeline-tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.timeline-tooltip.top {
  margin-top: -2px;
}
.timeline-tooltip.right {
  margin-left: 2px;
}
.timeline-tooltip.bottom {
  margin-top: 2px;
}
.timeline-tooltip.left {
  margin-left: -2px;
}
.timeline-tooltip.top .timeline-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.timeline-tooltip.left .timeline-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.timeline-tooltip.bottom .timeline-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.timeline-tooltip.right .timeline-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.timeline-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .vco-slider .nav-next,
  .vco-slider .nav-previous {
    display: none;
  }
}
.vco-skinny .vco-slider .slider-item .content .layout-text-media .text .container {
  text-align: center !important;
}
.vco-skinny .vco-slider .slider-item .content .layout-text-media h2,
.vco-skinny .vco-slider .slider-item .content .layout-text-media h3 {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.vco-skinny .vco-slider .slider-item .content .content-container {
  display: block;
}
.vco-skinny .vco-slider .slider-item .content .content-container .text {
  width: 100%;
  max-width: 100%;
  min-width: 120px;
  display: block;
}
.vco-skinny .vco-slider .slider-item .content .content-container .text .container {
  display: block;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-skinny .vco-slider .slider-item .content .content-container .media {
  width: 100%;
  min-width: 50%;
  float: none;
}
.vco-skinny .vco-slider .slider-item .content .content-container .media .media-wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: block;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous,
.vco-skinny.vco-notouch .vco-slider .nav-next {
  z-index: 203;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .title {
  filter: alpha(opacity=1);
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  opacity: 0.01;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .icon {
  filter: alpha(opacity=15);
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 10px;
}
.vco-skinny.vco-notouch .vco-slider .nav-next .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -232px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 66px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover {
  color: #aaa !important;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  padding-bottom: 5px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -208px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .vco-skinny.vco-notouch .vco-slider .nav-next .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -232px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
}
.vco-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vco-slider .slider-container-mask {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vco-slider .slider-container-mask .slider-container {
  position: absolute;
  top: 0;
  left: -2160px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.vco-slider .slider-container-mask .slider-container .slider-item-container {
  display: table-cell;
  vertical-align: middle;
}
.vco-notouch .vco-slider .nav-previous:hover,
.vco-notouch .vco-slider .nav-next:hover {
  color: #333;
  cursor: pointer;
}
.vco-notouch .vco-slider .nav-previous:hover .icon {
  margin-left: 10px;
}
.vco-notouch .vco-slider .nav-next:hover .icon {
  margin-left: 66px;
}
.vco-notouch .vco-slider .slider-item .content .content-container .media .media-container .wikipedia h4 a:hover {
  color: #08c;
  text-decoration: none;
}
.vco-notouch .vco-slider .slider-item .content .content-container .created-at:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments a:hover {
  text-decoration: none;
}
.vco-notouch .vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments a:hover h5 {
  text-decoration: underline;
}
.vco-slider img,
.vco-slider embed,
.vco-slider object,
.vco-slider video,
.vco-slider iframe {
  max-width: 100%;
}
.vco-slider .nav-previous,
.vco-slider .nav-next {
  position: absolute;
  top: 0;
  width: 100px;
  color: #dbdbdb;
  font-size: 11px;
}
.vco-slider .nav-previous .nav-container,
.vco-slider .nav-next .nav-container {
  height: 100px;
  width: 100px;
  position: absolute;
}
.vco-slider .nav-previous .icon,
.vco-slider .nav-next .icon {
  margin-top: 12px;
  margin-bottom: 15px;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-next .date,
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  line-height: 14px;
}
.vco-slider .nav-previous .date a,
.vco-slider .nav-next .date a,
.vco-slider .nav-previous .title a,
.vco-slider .nav-next .title a {
  color: #999;
}
.vco-slider .nav-previous .date small,
.vco-slider .nav-next .date small,
.vco-slider .nav-previous .title small,
.vco-slider .nav-next .title small {
  display: none;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-next .date {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  font-size: 11px;
  line-height: 13px;
}
.vco-slider .nav-previous {
  float: left;
  text-align: left;
}
.vco-slider .nav-previous .icon {
  margin-left: 15px;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -160px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-previous .title {
  text-align: left;
  padding-left: 15px;
}
.vco-slider .nav-next {
  float: right;
  text-align: right;
}
.vco-slider .nav-next .icon {
  margin-left: 61px;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -184px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.vco-slider .nav-next .date,
.vco-slider .nav-next .title {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-slider .nav-previous .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .vco-slider .nav-next .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -184px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
}
.vco-slider .slider-item {
  position: absolute;
  width: 700px;
  height: 100%;
  padding: 0;
  margin: 0;
  display: table;
  overflow-y: auto;
}
.vco-slider .slider-item .content {
  display: table-cell;
  vertical-align: middle;
}
.vco-slider .slider-item .content .pad-top .text .container {
  padding-top: 15px;
}
.vco-slider .slider-item .content .pad-right .text .container {
  padding-right: 15px;
}
.vco-slider .slider-item .content .pad-left .text .container {
  padding-left: 30px;
}
.vco-slider .slider-item .content .pad-left .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container {
  display: table;
  vertical-align: middle;
}
.vco-slider .slider-item .content .content-container .text {
  width: 40%;
  max-width: 50%;
  min-width: 120px;
  display: table-cell;
  vertical-align: middle;
}
.vco-slider .slider-item .content .content-container .text .container {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.vco-slider .slider-item .content .content-container .text .container p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}
.vco-slider .slider-item .content .content-container .text .container .slide-tag {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: baseline;
  white-space: nowrap;
  line-height: 11px;
  padding: 1px 3px 1px;
  margin-left: 7.5px;
  margin-bottom: 7.5px;
}
.vco-slider .slider-item .content .content-container .media {
  width: 100%;
  min-width: 50%;
  float: left;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container {
  display: inline-block;
  line-height: 0;
  padding: 0;
  max-height: 100%;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: 1px solid;
  border-color: #ccc #999 #999 #ccc;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame iframe {
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .soundcloud {
  border: 0;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image {
  display: inline-block;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow {
  position: relative;
  z-index: 1;
  background: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #999;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text {
  display: table;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container p {
  margin-bottom: 20px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
  color: #000;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
  font-size: 13px;
  line-height: 19px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map {
  line-height: normal;
  z-index: 200;
  text-align: left;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map img {
  max-height: none !important;
  max-width: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .google-map {
  height: 100%;
  width: 100%;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution {
  position: absolute;
  z-index: 201;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text {
  height: 19px;
  overflow: hidden;
  -webkit-user-select: none;
  line-height: 19px;
  margin-right: 60px;
  padding-left: 65px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #444;
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text a {
  color: #fff !important;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .credit {
  color: #999;
  text-align: right;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 10px;
  line-height: 13px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .caption {
  text-align: left;
  margin-top: 10px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
.vco-slider .slider-item .content .content-container .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .created-at {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 7.5px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.vco-slider .slider-item .content .content-container .storify .created-at {
  background-repeat: no-repeat;
  background-position: -328px -96px;
}
.vco-slider .slider-item .content .content-container .twitter .created-at {
  background-repeat: no-repeat;
  background-position: -256px -24px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #666;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content p {
  font-size: 13px;
  line-height: 19px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-annotation {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  *zoom: 1;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:before,
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:after {
  display: table;
  content: "";
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:after {
  clear: both;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments h5 {
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments div {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments img {
  float: left;
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 40%;
}
.vco-slider .slider-item .content .content-container .googleplus .proflinkPrefix {
  color: #08c;
}
.vco-slider .slider-item .content .content-container .googleplus .created-at {
  background-repeat: no-repeat;
  background-position: -208px -72px;
}
.vco-slider .slider-item .content .content-container .twitter,
.vco-slider .slider-item .content .content-container .plain-text-quote,
.vco-slider .slider-item .content .content-container .storify,
.vco-slider .slider-item .content .content-container .googleplus {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}
.vco-slider .slider-item .content .content-container .twitter blockquote,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote,
.vco-slider .slider-item .content .content-container .storify blockquote,
.vco-slider .slider-item .content .content-container .googleplus blockquote {
  color: #666;
}
.vco-slider .slider-item .content .content-container .twitter blockquote p,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote p,
.vco-slider .slider-item .content .content-container .storify blockquote p,
.vco-slider .slider-item .content .content-container .googleplus blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-slider .slider-item .content .content-container .twitter blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .storify blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .googleplus blockquote .quote-mark {
  color: #666;
}
.vco-slider .slider-item .content .content-container .twitter blockquote {
  font-size: 15px;
}
.vco-slider .slider-item .content .content-container .twitter blockquote p {
  font-size: 24px;
}
.vco-slider .slider-item .content .content-container.layout-text-media .text-media {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-right: 0;
}
.vco-slider .slider-item .content .content-container.layout-text-media.pad-left .text-media {
  padding-right: 15px;
  padding-top: 0;
  border-right: 1px solid #e3e3e3;
  border-top: 0 solid #e3e3e3;
}
.vco-slider .slider-item .content .content-container.layout-text {
  width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-text .text {
  width: 100%;
  max-width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-text .text .container {
  display: block;
  vertical-align: middle;
  padding: 0;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.vco-slider .slider-item .content .content-container.layout-media {
  width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-media .text {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
}
.vco-slider .slider-item .content .content-container.layout-media .text .container {
  display: block;
  text-align: center;
  width: 100%;
  margin-left: none;
  margin-right: none;
}
.vco-slider .slider-item .content .content-container.layout-media .media {
  width: 100%;
  min-width: 50%;
  float: none;
}
.vco-slider .slider-item .content .content-container.layout-media .media .media-wrapper .media-container {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  padding: 0;
}
.vco-slider .slider-item .content .content-container.layout-media .twitter,
.vco-slider .slider-item .content .content-container.layout-media .wikipedia,
.vco-slider .slider-item .content .content-container.layout-media .googleplus {
  max-width: 70%;
}
.storyjs-embed {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.storyjs-embed.full-embed {
  overflow: hidden;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
.storyjs-embed.sized-embed {
  overflow: hidden;
  border: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 !important;
  clear: both;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
.vco-storyjs {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  clear: both;
  overflow: hidden;
}
.vco-storyjs .vmm-clear:before,
.vco-storyjs .vmm-clear:after {
  content: "";
  display: table;
}
.vco-storyjs .vmm-clear:after {
  clear: both;
}
.vco-storyjs .vmm-clear {
  *zoom: 1;
}
.vco-storyjs .vco-feature {
  width: 100%;
}
.vco-storyjs .vco-feature .slider,
.vco-storyjs .vco-feature .vco-slider {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.vco-storyjs .vco-feedback {
  position: absolute;
  display: table;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 205;
  width: 100%;
  height: 100%;
}
.vco-storyjs div.vco-loading,
.vco-storyjs div.vco-explainer {
  display: table;
  text-align: center;
  min-width: 100px;
  margin-top: 15px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.vco-storyjs div.vco-loading .vco-loading-container,
.vco-storyjs div.vco-explainer .vco-loading-container,
.vco-storyjs div.vco-loading .vco-explainer-container,
.vco-storyjs div.vco-explainer .vco-explainer-container {
  display: table-cell;
  vertical-align: middle;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-loading-icon,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-loading-icon,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-loading-icon {
  display: block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(loading.gif?v3.4);
  width: 28px;
  height: 28px;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-gesture-icon,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-gesture-icon,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-gesture-icon,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-gesture-icon {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -160px -160px;
  width: 48px;
  height: 48px;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-message,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message {
  display: block;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-message,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message,
.vco-storyjs div.vco-loading .vco-loading-container .vco-message p,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message p,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message p,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message p {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.vco-storyjs div.vco-explainer {
  background-color: transparent;
}
.vco-storyjs .vco-bezel {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  width: 80px;
  height: 50px;
  padding: 50px;
  padding-top: 25px;
  padding: 25px 20px 50px 20px;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vco-storyjs .vco-bezel .vco-message,
.vco-storyjs .vco-bezel .vco-message p {
  color: #fff;
  font-weight: bold;
}
.vco-storyjs .vco-container.vco-main {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3px;
  width: auto;
  height: auto;
  margin: 0;
  clear: both;
}
.vco-storyjs img,
.vco-storyjs embed,
.vco-storyjs object,
.vco-storyjs video,
.vco-storyjs iframe {
  max-width: 100%;
}
.vco-storyjs img {
  max-height: 100%;
  border: 1px solid #999;
}
.vco-storyjs a {
  color: #08c;
  text-decoration: none;
}
.vco-storyjs a:hover {
  color: #005580;
  text-decoration: underline;
}
.vco-storyjs .vcard {
  float: right;
  margin-bottom: 15px;
}
.vco-storyjs .vcard a {
  color: #333;
}
.vco-storyjs .vcard a:hover {
  text-decoration: none;
}
.vco-storyjs .vcard a:hover .fn {
  text-decoration: underline;
}
.vco-storyjs .vcard .fn,
.vco-storyjs .vcard .nickname {
  padding-left: 42px;
}
.vco-storyjs .vcard .fn {
  display: block;
  font-weight: bold;
}
.vco-storyjs .vcard .nickname {
  margin-top: 1px;
  display: block;
  color: #666;
}
.vco-storyjs .vcard .avatar {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
}
.vco-storyjs .vcard .avatar img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.vco-storyjs .thumbnail {
  width: 24px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin: 0;
  margin-right: 1px;
  margin-top: 6px;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-storyjs a.thumbnail:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-storyjs .thumbnail.thumb-plaintext {
  background-repeat: no-repeat;
  background-position: -280px -48px;
}
.vco-storyjs .thumbnail.thumb-quote {
  background-repeat: no-repeat;
  background-position: -232px -48px;
}
.vco-storyjs .thumbnail.thumb-document {
  background-repeat: no-repeat;
  background-position: -256px -48px;
}
.vco-storyjs .thumbnail.thumb-photo {
  background-repeat: no-repeat;
  background-position: -280px -24px;
  border: 0;
}
.vco-storyjs .thumbnail.thumb-photo img {
  border: 0 none #ccc !important;
}
.vco-storyjs .thumbnail.thumb-twitter {
  background-repeat: no-repeat;
  background-position: -256px -24px;
}
.vco-storyjs .thumbnail.thumb-vimeo {
  background-repeat: no-repeat;
  background-position: -328px -48px;
}
.vco-storyjs .thumbnail.thumb-vine {
  background-repeat: no-repeat;
  background-position: -232px -72px;
}
.vco-storyjs .thumbnail.thumb-youtube {
  background-repeat: no-repeat;
  background-position: -328px -72px;
}
.vco-storyjs .thumbnail.thumb-video {
  background-repeat: no-repeat;
  background-position: -328px -24px;
}
.vco-storyjs .thumbnail.thumb-audio {
  background-repeat: no-repeat;
  background-position: -304px -24px;
}
.vco-storyjs .thumbnail.thumb-map {
  background-repeat: no-repeat;
  background-position: -208px -48px;
}
.vco-storyjs .thumbnail.thumb-website {
  background-repeat: no-repeat;
  background-position: -232px -24px;
}
.vco-storyjs .thumbnail.thumb-link {
  background-repeat: no-repeat;
  background-position: -184px -72px;
}
.vco-storyjs .thumbnail.thumb-wikipedia {
  background-repeat: no-repeat;
  background-position: -184px -48px;
}
.vco-storyjs .thumbnail.thumb-storify {
  background-repeat: no-repeat;
  background-position: -328px -96px;
}
.vco-storyjs .thumbnail.thumb-googleplus {
  background-repeat: no-repeat;
  background-position: -208px -72px;
}
.vco-storyjs thumbnail.thumb-instagram {
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-storyjs thumbnail.thumb-instagram-full {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -232px -96px;
  width: 48px;
  height: 24px;
}
.vco-storyjs .thumb-storify-full {
  height: 12px;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -280px -96px;
  width: 48px;
}
.vco-storyjs .thumbnail-inline {
  width: 16px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  margin-right: 1px;
  margin-left: 3px;
  margin-top: 2px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-storyjs .twitter .thumbnail-inline {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -160px -96px;
}
.vco-storyjs .storify .thumbnail-inline {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -184px -96px;
}
.vco-storyjs .googleplus .thumbnail-inline {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-storyjs .zFront {
  z-index: 204;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon,
  .vco-storyjs div.vco-explainer .vco-loading-container .vco-loading-icon,
  .vco-storyjs div.vco-loading .vco-explainer-container .vco-loading-icon,
  .vco-storyjs div.vco-explainer .vco-explainer-container .vco-loading-icon {
    background-image: url(loading@2x.gif?v3.4);
  }
  .vco-storyjs div.vco-loading .vco-loading-container .vco-gesture-icon,
  .vco-storyjs div.vco-explainer .vco-loading-container .vco-gesture-icon,
  .vco-storyjs div.vco-loading .vco-explainer-container .vco-gesture-icon,
  .vco-storyjs div.vco-explainer .vco-explainer-container .vco-gesture-icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px -160px;
    width: 48px;
    height: 48px;
  }
}
.vco-notouch .vco-navigation .vco-toolbar .zoom-in:hover,
.vco-notouch .vco-navigation .vco-toolbar .zoom-out:hover,
.vco-notouch .vco-navigation .vco-toolbar .back-home:hover {
  color: #08c;
  cursor: pointer;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover {
  cursor: default;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3,
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3 {
  color: #08c;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h4,
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h4 {
  color: #999;
}
.vco-notouch .vco-navigation .timenav .content .marker:hover .line {
  z-index: 24;
  background: #999;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
  cursor: pointer;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h3,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3 {
  color: #333;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h4,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h4 {
  color: #aaa;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content .thumbnail,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content .thumbnail {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
  height: 56px;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content {
  height: 36px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3 {
  margin-top: 5px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -109px;
  width: 153px;
  height: 26px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover .flag-content {
  height: 14px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation {
  clear: both;
  cursor: move;
  width: 100%;
  height: 200px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
.vco-timeline .vco-navigation .vco-toolbar {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 202;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-in,
.vco-timeline .vco-navigation .vco-toolbar .zoom-out,
.vco-timeline .vco-navigation .vco-toolbar .back-home {
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  top: 0;
  z-index: 202;
  width: 18px;
  height: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-in .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -256px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-out .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -280px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar .back-home .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -328px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-in,
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-out,
.vco-timeline .vco-navigation .vco-toolbar.touch .back-home {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-in .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-out .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -256px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .back-home .icon {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -304px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .timenav-background {
  position: absolute;
  cursor: move;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background-color: #e9e9e9;
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
  position: absolute;
  top: 151px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 49px;
  -webkit-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 1px;
  background: #fff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.vco-timeline .vco-navigation .timenav-background .timenav-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #08c;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.vco-timeline .vco-navigation .timenav-background .timenav-indicator {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 202;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -160px -48px;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag div {
  height: 50px;
  display: table;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag div h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 65px;
  font-size: 15px;
  color: #d0d0d0;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-half {
  height: 25px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-half div {
  height: 25px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-full {
  height: 50px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-full div {
  height: 50px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-2,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-4,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-6 {
  background: #f1f1f1;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-1,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-3,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-5 {
  background: #e9e9e9;
}
.vco-timeline .vco-navigation .timenav {
  position: absolute;
  top: 0;
  left: -250px;
  z-index: 1;
}
.vco-timeline .vco-navigation .timenav .content {
  position: relative;
}
.vco-timeline .vco-navigation .timenav .content .marker.start {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background: #08c;
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line {
  z-index: 199;
  background: #08c;
  width: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line {
  background: #08c;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small {
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content {
  height: 36px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #08c;
  margin-top: 5px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content .thumbnail {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row1,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row2,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row3,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row1,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row2,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row3 {
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -109px;
  width: 153px;
  height: 26px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content {
  height: 14px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation .timenav .content .marker {
  position: absolute;
  top: 0;
  left: 150px;
  display: block;
}
.vco-timeline .vco-navigation .timenav .content .marker .dot {
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 21;
}
.vco-timeline .vco-navigation .timenav .content .marker .line {
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 150px;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  z-index: 22;
}
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  position: absolute;
  z-index: 22;
  left: 0;
  height: 1px;
  width: 1px;
  background: #08c;
  filter: alpha(opacity=15);
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small {
  position: absolute;
  top: 15px;
  left: 3px;
  padding: 0;
  display: block;
  z-index: 23;
  width: 153px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content {
  padding: 0 7px 2px 6px;
  overflow: hidden;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  margin-bottom: 2px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 small,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 small {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h4,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h4 {
  display: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #aaa;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h4 small,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h4 small {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail {
  margin-bottom: 15px;
  margin-right: 3px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail img {
  width: 22px;
  height: 22px;
  max-height: none;
  max-width: none;
  border: 0;
  border: 1px solid #999;
  padding: 0;
  margin: 0;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag {
  height: 56px;
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 153px;
  height: 53px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
  height: 36px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  margin-top: 5px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: 0 -135px;
  width: 153px;
  height: 26px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content {
  height: 14px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail {
  width: 16px;
  height: 10px;
  margin-right: 1px;
  margin-top: 6px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-plaintext {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -280px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-quote {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -232px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-document {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -256px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-photo {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -280px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-twitter {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -256px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-vimeo {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -328px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-vine {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -160px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-youtube {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -304px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-video {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -328px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-audio {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -304px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-map {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-website {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -232px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-link {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -232px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-wikipedia {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -184px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-storify {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -184px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-googleplus {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content thumbnail.thumb-instagram {
  background-image: url(timeline.png?v4.4);
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row1 {
  z-index: 25;
  top: 48px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row2 {
  z-index: 24;
  top: 96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row3 {
  z-index: 23;
  top: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row1 {
  z-index: 28;
  top: 24px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row2 {
  z-index: 27;
  top: 48px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row3 {
  z-index: 26;
  top: 72px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row4 {
  z-index: 25;
  top: 96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row5 {
  z-index: 24;
  top: 120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row6 {
  z-index: 23;
  top: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.zFront,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.zFront {
  z-index: 201;
}
.vco-timeline .vco-navigation .timenav .content .era {
  position: absolute;
  top: 138px;
  left: 150px;
  height: 12px;
  display: block;
  overflow: hidden;
}
.vco-timeline .vco-navigation .timenav .content .era div {
  height: 50px;
  width: 100%;
  height: 100%;
  line-height: 0;
  background: #e9e9e9;
  background: rgba(233, 233, 233, 0.33);
}
.vco-timeline .vco-navigation .timenav .content .era div h3,
.vco-timeline .vco-navigation .timenav .content .era div h4 {
  position: absolute;
  bottom: 1px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 136, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era1 div {
  background: #c40;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 68, 0, 0.1);
  border-right: 1px solid rgba(255, 85, 0, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era1 div h3,
.vco-timeline .vco-navigation .timenav .content .era1 div h4 {
  color: rgba(204, 68, 0, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era2 div {
  background: #c02;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 0, 34, 0.1);
  border-right: 1px solid rgba(255, 0, 43, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era2 div h3,
.vco-timeline .vco-navigation .timenav .content .era2 div h4 {
  color: rgba(204, 0, 34, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era3 div {
  background: #02c;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 34, 204, 0.1);
  border-right: 1px solid rgba(0, 43, 255, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era3 div h3,
.vco-timeline .vco-navigation .timenav .content .era3 div h4 {
  color: rgba(0, 34, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era4 div {
  background: #ca0;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 170, 0, 0.1);
  border-right: 1px solid rgba(255, 213, 0, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era4 div h3,
.vco-timeline .vco-navigation .timenav .content .era4 div h4 {
  color: rgba(204, 170, 0, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era5 div {
  background: #0ca;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 204, 170, 0.1);
  border-right: 1px solid rgba(0, 255, 213, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era5 div h3,
.vco-timeline .vco-navigation .timenav .content .era5 div h4 {
  color: rgba(0, 204, 170, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era6 div {
  background: #08c;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 136, 204, 0.1);
  border-right: 1px solid rgba(0, 170, 255, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era6 div h3,
.vco-timeline .vco-navigation .timenav .content .era6 div h4 {
  color: rgba(0, 136, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .time {
  position: absolute;
  left: 0;
  top: 150px;
  height: 50px;
  background-color: #fff;
  line-height: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor {
  max-width: none;
  height: 6px;
  white-space: nowrap;
  position: absolute;
  top: -2px;
  left: 8px;
  z-index: 10;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC);
  width: 100px;
  height: 6px;
  background-position: center top;
  white-space: nowrap;
  color: #666;
  margin-top: 0;
  padding-top: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 6px;
  position: absolute;
  height: 3px;
  left: 0;
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  white-space: nowrap;
  color: #666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  z-index: 2;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div strong {
  font-weight: bold;
  color: #000;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div.era {
  font-weight: bold;
  padding-top: 0;
  margin-top: -3px;
  margin-left: 2px;
  background-image: none;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era1 {
  color: #c40;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era2 {
  color: #c02;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era3 {
  color: #02c;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era4 {
  color: #ca0;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era5 {
  color: #0ca;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era6 {
  color: #08c;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major div {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQAQMAAADtUYf0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyOTAzRjI3REIzNDcxMUUxQUQ3QUZCOThEODQ1NDhCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyOTAzRjI3RUIzNDcxMUUxQUQ3QUZCOThEODQ1NDhCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5MDNGMjdCQjM0NzExRTFBRDdBRkI5OEQ4NDU0OEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI5MDNGMjdDQjM0NzExRTFBRDdBRkI5OEQ4NDU0OEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DPWNfQAAAANQTFRFzMzMylJEJwAAAAtJREFUCB1jYMAPAAAgAAHDvpOtAAAAAElFTkSuQmCC);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 15px;
  position: absolute;
  height: 15px;
  left: 0;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  white-space: nowrap;
  color: #333;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px;
  z-index: 5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major div strong {
  font-weight: bold;
  color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-notouch .vco-navigation .vco-toolbar .zoom-in .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -256px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar .zoom-out .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -280px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar .back-home .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -328px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .zoom-in .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -208px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .zoom-out .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -256px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .back-home .icon {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -304px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -53px;
    width: 153px;
    height: 53px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -53px;
    width: 153px;
    height: 53px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -109px;
    width: 153px;
    height: 26px;
  }
  .vco-notouch .vco-navigation .timenav-background .timenav-indicator {
    background-image: url(timeline@2x.png?v4.4);
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px -48px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .storyjs-embed.full-embed {
    width: 100%;
  }
}
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  .storyjs-embed.full-embed {
    width: 100%;
  }
}
/* =============================================================================
	Timeline styles
============================================================================= */
.vco-timeline {
  display: none;
}
@media (min-width: 768px) {
  .vco-timeline {
    display: block;
  }
}
.vco-timeline .vco-navigation {
  /*	margin-bottom: 40px;*/
}
.vco-timeline .vco-navigation .vco-toolbar {
  display: none;
}
.vco-timeline .vco-navigation .timenav-background {
  background-color: #eef0f2;
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
  box-shadow: none;
}
.vco-timeline .vco-navigation .timenav-background .timenav-line {
  background-color: #e1121a;
}
.vco-timeline .vco-navigation .timenav-background .timenav-indicator {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .line {
  background-color: #cecece;
  box-shadow: 1px 0 0 #fff;
}
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  background: #e1121a;
  opacity: 0.15;
}
.vco-timeline .vco-navigation .timenav .content .marker .dot {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  left: -2px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line,
.vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background-color: #e1121a;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover .flag-content h3 {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #a6a6a6;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover .flag-content .thumbnail {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #231f20;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line {
  background: #e1121a;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .content .marker.active:hover .flag {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3 {
  color: #e1121a;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
  background-image: url('data:image/gif;base64,R0lGODdhCgAMAPAAAP///7KysiwAAAAACgAMAEACEQyOaJnL515ksz11YQYV534UADs=');
  height: 8px;
}
.vco-timeline .vco-feedback .vco-loading .vco-loading-container .vco-message p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
}
.vco-timeline .vco-container .vco-feature {
  background: #fff;
  box-shadow: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider {
  box-shadow: none;
  float: none;
  padding-top: 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h2.date {
  color: #231f20;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .caption {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 14px;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image:before,
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image:after {
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image img {
  border: 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container.layout-text .text .container {
  width: 60%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon {
  height: 60px;
  min-width: 42px;
  margin: 0 0 0 26px;
  background: url('../../img/sprite-arrow-large.png') no-repeat 100% 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon:hover {
  background: url('../../img/sprite-arrow-large.png') no-repeat 100% 65%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .date,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .title {
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon {
  height: 60px;
  min-width: 42px;
  margin: 0 0 0 26px;
  background: url('../../img/sprite-arrow-large.png') no-repeat 0 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:hover {
  background: url('../../img/sprite-arrow-large.png') no-repeat 0 65%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .date,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .title {
  display: none;
}
.storyjs-embed.sized-embed {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 50px !important;
  border-radius: 0;
}
.vco-storyjs blockquote,
.vco-storyjs blockquote p,
.vco-slider blockquote,
.vco-slider blockquote p {
  background: none;
}
.vco-storyjs {
  z-index: 1 !important;
}
.vco-storyjs .vco-container.vco-main {
  padding-bottom: 0;
}
.vco-storyjs .vco-feature h2.start,
.vco-storyjs .vco-feature h3 {
  color: #231f20;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.vco-feature {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.vco-navigation {
  -webkit-transform: translate(0, -620px);
  -ms-transform: translate(0, -620px);
  -o-transform: translate(0, -620px);
  transform: translate(0, -620px);
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon {
  height: 48px;
  width: 48px;
  border: 1px solid #e3e3e3;
  position: relative;
  background: #fff;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:before,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon:before {
  font-family: fontello;
  content: '\e805';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:before {
  content: '\e804';
}
.timeline--mobile img {
  display: block;
  max-width: 100%;
  height: auto;
}
.timeline--mobile h4 {
  display: none;
}
.timeline--mobile .timeline__item {
  margin-bottom: 30px;
}
.toplinkWrapper {
  margin: 0;
  text-align: right;
  width: auto;
  max-width: 1323px;
  pointer-events: none;
  overflow: hidden;
  margin-bottom: -40px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.toplinkWrapper.is-fixed {
  position: fixed;
  bottom: 80px;
  left: 15px;
  right: 15px;
  z-index: 99;
  margin-bottom: 0;
}
.toplinkWrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1270px) {
  .toplinkWrapper {
    margin: 0 auto;
    width: 100%;
  }
}
.toplink {
  pointer-events: all;
}
.toplink span {
  display: inline-block;
  background: #e1121a;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 0 13px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: middle;
  width: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.toplink:after {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #b3abad;
  content: '\f106';
  font-family: 'fontello';
  color: #e1121a;
  text-align: center;
  line-height: 37px;
  font-size: 1.8rem;
  vertical-align: middle;
  background: #fff;
  position: relative;
  z-index: 2;
}
.toplink:hover span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
}
.bigImageText {
  margin: 120px 0;
}
.bigImageText .text {
  padding: 0 15px;
  margin-bottom: 30px;
}
.bigImageText--center {
  position: relative;
  overflow: hidden;
}
.bigImageText--center .bigImageText__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 1200px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .bigImageText--center .bigImageText__image {
    width: 1400px;
  }
}
@media (min-width: 992px) {
  .bigImageText--center .bigImageText__image {
    max-width: 100%;
    width: auto;
  }
}
.bigImageText--center .text {
  position: relative;
  z-index: 2;
}
.bigImageText--center .flexWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bigImageText--center .row--flex {
  min-height: 850px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  width: 100%;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .bigImageText--center .row--flex {
    min-height: 1200px;
  }
}
.videowrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videowrapper iframe,
.videowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.loadingWrapper {
  position: relative;
}
.loadingWrapper.singleImg:not(.videowrapper) {
  position: static;
}
.videowrapper__default {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.videowrapper__defaultimg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.videowrapper__default:hover .videowrapper__play {
  background: #cd201f;
  opacity: 1;
}
.videowrapper__play {
  background: #000000;
  border-radius: 5%;
  color: #FFFFFF;
  font-size: 1em;
  /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.7;
}
.videowrapper__play:hover {
  background: #cd201f;
  opacity: 1;
}
.videowrapper__play:before {
  background: inherit;
  border-radius: 0.1%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.videowrapper__play:after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent #ffffff;
  content: ' ';
  font-size: 0.6em;
  height: 0;
  margin: -0.9em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.video-stage .hero__content {
  margin-top: 24px;
}
.viewswitcher {
  float: left;
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #b3abad;
  background: #b3abad;
  text-align: center;
  font-size: 2.2rem;
  line-height: 35px;
}
.viewswitcher,
.viewswitcher:link,
.viewswitcher:hover,
.viewswitcher:visited,
.viewswitcher:focus {
  color: #231f20;
}
.viewswitcher.isActive {
  background: #fff;
}
.viewswitcher .icon-tile-view {
  position: relative;
  left: 1px;
}
.viewswitcher .icon-list-view {
  position: relative;
  top: 2px;
  left: -1px;
}
.result__list li {
  border-bottom: 1px solid #b3abad;
  padding: 24px 0;
  color: #5c5758;
}
.result__list li a {
  font-weight: 700;
}
.result__list li strong {
  color: #231f20;
}
.results-highlight {
  background: transparent;
  color: #231f20;
  font-weight: 700;
}
.typeahead {
  position: absolute;
  left: 0;
  padding: 0;
  left: auto !important;
  min-width: 300px;
  right: -5px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
}
.typeahead li {
  display: block;
  background: #fff;
}
.typeahead li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.typeahead li > a.active {
  color: #e1121a;
}
.typeahead li > a:hover {
  background: #b3abad;
}
.typeahead li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.typeahead li:last-child a:after {
  display: none;
}
.typeahead li {
  display: block;
  background: #fff;
}
.typeahead li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.typeahead li > a.active {
  color: #e1121a;
}
.typeahead li > a:hover {
  background: #b3abad;
}
.typeahead li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.typeahead li:last-child a:after {
  display: none;
}
.typeahead a,
.typeahead a:link,
.typeahead a:hover,
.typeahead a:visited,
.typeahead a:focus {
  color: #231f20;
}
.searchform--mobile .typeahead {
  left: 0 !important;
  right: 0;
}
@media (min-width: 768px) {
  .searchform--mobile .typeahead {
    right: auto;
  }
}
.searchform--big .typeahead {
  left: 0 !important;
  right: 0;
}
.meldung_search_files_found {
  padding: 40px 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.meldung_search_files_found a {
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .meldung_search_files_found a {
    margin-left: 37px;
    margin-top: 20px;
  }
}
.tx-solr-submit {
  padding-left: 41px;
}
.tx-solr-submit svg {
  position: absolute;
  top: 10px;
  left: 13px;
}
.tx-solr-submit svg * {
  stroke: white;
  fill: transparent;
}
.solr-pagination .pagination > li > a,
.solr-pagination .pagination > li > span {
  padding: 0;
}
.resultRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0 16px;
}
.result-image {
  padding-right: 48px;
}
.result-text p {
  margin-top: 0;
}
.nav-tabs {
  padding: 0;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
@media (min-width: 930px) {
  .nav-tabs > li {
    float: left;
    min-width: 160px;
    border-bottom: none;
    margin-bottom: -1px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs > li {
    min-width: 200px;
  }
}
.nav-tabs > li > a {
  border-radius: 0;
  background: #b3abad;
  display: block;
  text-align: center;
  margin-right: 5px;
  border-bottom: 1px solid #fff;
}
.nav-tabs > li > a,
.nav-tabs > li > a:link,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:focus {
  color: #231f20;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 930px) {
  .nav-tabs > li > a {
    border-bottom: 0;
  }
}
.nav-tabs > li.active > a {
  font-weight: 300;
  background: #fff;
}
.nav-tabs.nav--t4y > li {
  text-align: left;
  text-transform: uppercase;
}
.nav-tabs.nav--t4y > li.active > a {
  font-weight: 700;
}
.nav-tabs.nav--arrow > li {
  position: relative;
}
.nav-tabs.nav--arrow > li > a,
.nav-tabs.nav--arrow > li.active > a {
  border-radius: 0;
  border-bottom: 1px solid #b3abad;
  margin-right: 10px;
  text-align: left;
}
.nav-tabs.nav--arrow > li > a:hover,
.nav-tabs.nav--arrow > li.active > a:hover,
.nav-tabs.nav--arrow > li > a:active,
.nav-tabs.nav--arrow > li.active > a:active,
.nav-tabs.nav--arrow > li > a:focus,
.nav-tabs.nav--arrow > li.active > a:focus {
  background: #b3abad;
}
.nav-tabs.nav--arrow > li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 23px 22px;
  border-color: #fff #fff #fff #b3abad;
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-tabs.nav--arrow > li.active {
  overflow: hidden;
}
.nav-tabs.nav--arrow > li.active a:hover {
  background: #fff;
  border-bottom-color: #b3abad;
}
.nav-tabs.nav--arrow > li.active:after {
  border-color: #fff #fff #fff #fff;
}
.nav-tabs.nav--arrow > li.active:before {
  content: '';
  display: block;
  width: 33px;
  height: 32px;
  background: transparent;
  border: 1px solid;
  border-color: #b3abad #b3abad transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 2;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
@media (min-width: 930px) {
  .nav-tabs.nav--arrow > li.active:before {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}
.list-nobullets.productList .productList__item,
.productList__item--t4y {
  position: relative;
}
@media (min-width: 768px) {
  .list-nobullets.productList .productList__item,
  .productList__item--t4y {
    width: calc(100% / 5);
    float: left;
  }
  .list-nobullets.productList .productList__item.hasHover,
  .productList__item--t4y.hasHover {
    overflow: visible;
  }
  .list-nobullets.productList .productList__item.hasHover .product__contentWrapper,
  .productList__item--t4y.hasHover .product__contentWrapper {
    border-color: #e1121a;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
    height: auto;
  }
  .list-nobullets.productList .productList__item.hasHover .product__additional,
  .productList__item--t4y.hasHover .product__additional {
    display: block;
  }
  .list-nobullets.productList .productList__item.hasHover .product__more,
  .productList__item--t4y.hasHover .product__more {
    opacity: 1;
  }
}
.list-nobullets.productList .productList__item.productList__item--small .product__imageWrapper,
.productList__item--t4y.productList__item--small .product__imageWrapper {
  padding-bottom: 85%;
}
.productList__item .product__link:after {
  display: block;
  content: '\f105';
  color: #e1121a;
  float: right;
  font-family: 'fontello';
}
@media (min-width: 768px) {
  .productList__item--t4y {
    width: calc(100% / 4);
  }
}
.productList--t4y .product__minAmount,
.productSlider--t4y .product__minAmount {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: right;
}
.productList--t4y .product__subtitle,
.productSlider--t4y .product__subtitle {
  font-size: 1.6rem;
}
.productList--t4y .product__price,
.productSlider--t4y .product__price {
  font-size: 1.4rem;
}
.productList--t4y .product__icons,
.productSlider--t4y .product__icons {
  min-height: 22px;
  margin-top: 2px;
}
.productList--t4y .product__icons + .product__icons,
.productSlider--t4y .product__icons + .product__icons {
  display: none;
}
.productList--t4y .product__more,
.productSlider--t4y .product__more {
  opacity: 1;
  float: none;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.productList--t4y .row,
.productSlider--t4y .row {
  margin: 0 -7px;
}
.productList--t4y .product__gift,
.productSlider--t4y .product__gift {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #66aee6;
}
.productList--t4y .product__gift:after,
.productSlider--t4y .product__gift:after {
  content: '\e803';
  font-family: 'fontello';
  display: inline-block;
}
.productList--t4y .product__imageWrapper,
.productSlider--t4y .product__imageWrapper {
  text-align: center;
}
.productList--t4y .product__imageWrapper img,
.productSlider--t4y .product__imageWrapper img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media (min-width: 480px) {
  .productList--t4y .product__imageWrapper,
  .productSlider--t4y .product__imageWrapper {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 90%;
  }
}
.productList--carousel .owl-item {
  padding: 1px;
}
.productList--carousel .productList__item {
  width: 100%;
  outline: 1px solid #b3abad;
  box-shadow: inset 1px 0 #b3abad;
  padding: 1px;
}
.productList--carousel .productList__item .product__contentWrapper {
  box-shadow: none;
  padding: 20px 50px;
  white-space: normal;
}
@media (min-width: 768px) {
  .productList--carousel .productList__item .product__contentWrapper {
    padding: 20px;
  }
}
.productList--carousel .productList__item .product__image {
  width: auto;
  display: inline-block;
}
.productList--carousel .productList__item .product__imageWrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.productList--carousel .owl-nav {
  z-index: 10;
}
@media (min-width: 1270px) {
  .productList--carousel .owl-nav {
    left: -70px;
    right: -70px;
  }
}
.productList--carousel .glide__slides {
  box-shadow: 0 0 0 1px #b3abad;
}
.productList--carousel .glide__track {
  padding: 1px 0;
}
.productList--carousel.carousel--nojs .productList__item {
  float: left;
  width: 20%;
}
.productList--carousel.carousel--nojs .productList__item:nth-child(1n + 6) {
  display: none;
}
.productList--carousel.carousel--nojs.productList--t4y .productList__item {
  width: 33%;
}
.productList--carousel.carousel--nojs.productList--t4y .productList__item:nth-child(1n + 4) {
  display: none;
}
.product__contentWrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 0px 1px #b3abad;
  display: block;
  height: 100%;
}
.product__contentWrapper:link,
.product__contentWrapper:hover,
.product__contentWrapper:visited,
.product__contentWrapper:focus {
  text-decoration: none;
  color: #231f20;
}
.product__contentWrapper .product__price_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product__imageWrapper {
  position: relative;
  vertical-align: middle;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 480px) {
  .product__imageWrapper {
    display: inline-block;
    width: 45%;
    margin-right: 35px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .product__imageWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }
}
.product__image {
  max-width: 100%;
  height: auto;
}
.product__image.media-small {
  max-width: 50%;
}
@media (min-width: 768px) {
  .product__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
img.product__image:not([src]) {
  content: url(/fileadmin/pim/productlist_placeholder.jpg);
}
.product__info {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .product__info {
    display: block;
    width: 100%;
  }
}
.product__info .product__additional ul {
  display: none;
}
.product__new {
  font-size: 1.2rem;
  color: #e1121a;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 17px;
}
.product__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.product__subtitle {
  font-size: 1.8rem;
}
.product__amount {
  font-size: 1.4rem;
  min-height: 20px;
}
.product__search_category {
  font-size: 1.4rem;
  min-height: 40px;
}
.product__more {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  float: right;
  opacity: 0;
  margin-bottom: -70px;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.product__additional {
  display: none;
  font-size: 1.4rem;
  margin-top: 15px;
  color: #555;
}
.productDetail {
  margin-left: 0;
  margin-right: 0;
}
.productDetail .product__new {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.productDetail .product__subtitle {
  font-size: 5rem;
}
.productDetail .product__title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .productDetail .product__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .productDetail .product__title {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .productDetail .product__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .productDetail .product__title {
    font-size: 36px;
    line-height: 1.25;
  }
}
.productDetail .product__desc {
  font-size: 1.8rem;
  line-height: 1.5;
}
.productDetail .product__desc p:first-child {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
}
.productDetail .product__desc .titel {
  font-size: 1.6rem;
  font-weight: 700;
}
.productDetail .product__desc .grundtext {
  font-size: 1.4rem;
}
.productDetail .product__desc .untertitel {
  font-weight: 700;
  font-size: 1.4rem;
}
.productDetail .product__desc .bullet.list:before {
  content: '\2022';
  margin-right: 10px;
}
.productDetail[data-productid="1000057989"] th[data-sort="21"],
.productDetail[data-productid="1000058023"] th[data-sort="21"],
.productDetail[data-productid="1000057989"] th[data-sort="22"],
.productDetail[data-productid="1000058023"] th[data-sort="22"],
.productDetail[data-productid="1000057989"] td[data-uid="778"],
.productDetail[data-productid="1000058023"] td[data-uid="778"],
.productDetail[data-productid="1000057989"] td[data-uid="326"],
.productDetail[data-productid="1000058023"] td[data-uid="326"] {
  display: none !important;
}
.productHero {
  border-bottom: 1px solid #b3abad;
  position: relative;
  overflow: hidden;
}
.productHero .slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 400px;
}
.productHero .slick-dots {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productHero__image.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.productHero__video {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.productHero__bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.productHero__bgimage.productHero__bgimage--play:after {
  font-family: 'fontello';
  content: '\e857';
  color: #e1121a;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 7rem;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.productHero__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  will-change: transform;
}
.productHero__zoom.is-visible {
  opacity: 1;
  visibility: visible;
}
.table--striped tbody tr:nth-child(odd),
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background: #ebe6e6;
}
.product__facts {
  width: 100%;
  text-align: center;
}
.product__facts thead {
  display: none;
}
@media (min-width: 768px) {
  .product__facts thead {
    display: table-row-group;
  }
}
.product__facts thead th {
  padding: 5px 0;
}
.product__facts thead th,
.product__facts thead td {
  font-size: 1.2rem;
  text-align: center;
}
.product__facts thead th img,
.product__facts thead td img {
  margin: 0 auto;
}
.product__facts thead th.text-right {
  text-align: right;
}
.product__facts thead th.text-right img {
  margin: 0;
  float: right;
}
.product__facts thead th.text-left {
  text-align: left;
}
.product__facts thead th.text-left img {
  margin: 0;
  float: left;
}
.product__facts thead th.text-right + .text-left {
  text-align: center;
}
.product__facts thead th.text-right + .text-left img {
  float: none;
  margin: 0 auto;
}
.product__facts td,
.product__facts th {
  padding: 5px;
  font-size: 1.4rem;
}
.product__facts td {
  text-align: center;
}
.product__facts th {
  padding: 5px 20px;
}
.product__facts tr {
  position: relative;
  padding: 10px 20px 17px 0;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product__facts tr {
    position: static;
    padding: 0;
    display: table-row;
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .product__facts tr.has-mobileButtonShop,
  .product__facts tr.has-mobileButtonMap {
    height: auto;
  }
}
@media (min-width: 768px) {
  .product__facts tr.has-mobileButtonShop.has-mobileButtonMap {
    height: auto;
  }
}
.product__facts .td--small {
  width: 80px;
  max-width: calc((100% / 4) - 4px);
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product__facts .td--small.text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .product__facts .td--small.text-left {
    text-align: left;
  }
}
.product__facts .td--small img {
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product__facts .td--small {
    display: table-cell;
    width: 80px;
    white-space: nowrap;
    vertical-align: middle;
  }
}
.product__facts .td--small.td--button {
  display: none;
  position: absolute;
  width: 80px;
  top: 10px;
  right: 10px;
  text-align: right;
}
.product__facts .td--small.td--button + .td--button {
  top: 60px;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--button {
    display: table-cell;
    width: 95px;
    position: static;
    text-align: center;
  }
}
.product__facts .td--small.td--mobileImportant {
  display: inline-block;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--mobileImportant {
    display: table-cell;
  }
}
.product__facts .td--small.td--mobileMore {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}
.product__facts .td--small.td--mobileMore a.js-toggleTableRow:before {
  content: '+';
  font-size: 2.3rem;
  font-weight: 400;
  margin-right: 3px;
}
.product__facts .td--small.td--mobileMore a:link,
.product__facts .td--small.td--mobileMore a:hover,
.product__facts .td--small.td--mobileMore a:visited,
.product__facts .td--small.td--mobileMore a:focus {
  text-decoration: none;
}
.product__facts .td--small.td--mobileMore a.btn {
  display: block;
  margin-bottom: 5px;
  height: 50px;
  position: relative;
  padding-left: 20px;
}
.product__facts .td--small.td--mobileMore a.btn span {
  font-size: 1.4rem;
  text-transform: none;
}
.product__facts .td--small.td--mobileMore a i {
  position: absolute;
  left: 10px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--mobileMore {
    display: none;
  }
}
.product__facts tr.is-open {
  height: auto;
  padding-bottom: 90px;
}
.product__facts tr.is-open.has-mobileButtonShop.has-mobileButtonMap {
  padding-bottom: 150px;
}
.product__facts tr.is-open.has-mobileButtonShop,
.product__facts tr.is-open.has-mobileButtonMap {
  height: auto;
}
.product__facts tr.is-open td.td--small.td--mobileMore a.js-toggleTableRow:before {
  content: '-';
}
.product__facts tbody {
  text-align: left;
}
.product__facts tbody th {
  display: block;
}
@media (min-width: 768px) {
  .product__facts tbody th {
    display: table-cell;
    min-width: 120px;
  }
}
.iconLink--basket {
  font-size: 2.5rem;
}
.iconLink--pin {
  font-size: 1.8rem;
  line-height: 2;
}
.product__features li {
  margin-bottom: 15px;
  width: calc(50% - 4px);
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .product__features li {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 45px;
  }
}
.product__features .product__features__image {
  display: block;
  margin: 0 auto;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .product__features .product__features__image {
    display: inline-block;
    margin-right: 15px;
  }
}
.productDetail .product__features {
  display: none;
}
/* modal content */
.shoplink {
  display: block;
  position: relative;
  padding: 15px;
  box-shadow: 0 0 0px 1px #b3abad;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoplink img {
  width: 50%;
}
.shoplink .shoplink__overlay {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #e1121a;
  display: block;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.shoplink:hover .shoplink__overlay {
  opacity: 1;
}
.shoplink.shoplink--small {
  float: left;
  width: 50%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 20px 30px;
}
.shoplink.shoplink--small img {
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (min-width: 768px) {
  .shoplink.shoplink--small {
    width: calc(100% / 4);
  }
}
.addtionalShops:empty {
  display: none;
}
td.articleCaption {
  font-weight: 700;
  text-align: left;
  padding: 5px 20px;
}
.product__icons img {
  height: 35px;
  width: auto;
  margin-right: 15px;
}
.product__facts th img {
  height: 35px;
  width: auto;
}
.t4y-filterlist .product__contentWrapper {
  padding: 0;
}
.t4y-filterlist .product_card_wrapping {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t4y-filterlist .product_card_wrapping .product__gift,
.t4y-filterlist .product_card_wrapping .product__minAmount,
.t4y-filterlist .product_card_wrapping > .row {
  padding: 20px;
}
.t4y-filterlist .product__additional {
  padding: 0 20px 20px;
  margin-top: 0;
}
.t4y-filterlist .product__additional p {
  margin-top: 0;
}
.t4y-filterlist .product__subtitle {
  font-weight: normal;
}
.pagination {
  padding: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  background: #b3abad;
  font-weight: 700;
  display: block;
  text-align: center;
}
.pagination li a,
.pagination li a:link,
.pagination li a:hover,
.pagination li a:visited,
.pagination li a:focus {
  color: #231f20;
  text-decoration: none;
}
.pagination li.active a {
  background: #5c5758;
}
.pagination li.active a,
.pagination li.active a:link,
.pagination li.active a:hover,
.pagination li.active a:visited,
.pagination li.active a:focus {
  color: #fff;
}
/* Fonts */
@font-face {
  font-family: 'Action Man';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man-t4y.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Action Man';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold_italic-t4y.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Action Man';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_bold-t4y.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Action Man';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/action_man_italic-t4y.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Antiqua';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquab-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquab-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquab-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquab-t4y.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Antiqua';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquabi-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquabi-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquabi-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquabi-t4y.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Antiqua';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquai-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquai-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquai-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/antquai-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Antiqua';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/bkant-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/bkant-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/bkant-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/bkant-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arvo';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Arvo';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bolditalic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bolditalic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bolditalic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-bolditalic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Arvo';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Arvo';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Arvo';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/arvo-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Caviar';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviar_dreams_bold.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviar_dreams_bold.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviar_dreams_bold.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviar_dreams_bold.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Caviar';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams_bolditalic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams_bolditalic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams_bolditalic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams_bolditalic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Caviar';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/caviardreams-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Flux';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold_italic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Flux';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Flux';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Flux';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/flux_architect_regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Greyscale';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold_italic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Greyscale';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Greyscale';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular_italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular_italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular_italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular_italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Greyscale';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/greyscale_basic_regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Noto';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Noto';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/notoserif-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bolditalic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bolditalic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bolditalic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-bolditalic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/opensans-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bolditalic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bolditalic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bolditalic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-bolditalic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/playfairdisplay-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bolditalic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bolditalic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bolditalic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-bolditalic-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-italic-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-italic-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-italic-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-italic-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Quicksand';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-regular-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-regular-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-regular-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/quicksand-regular-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Serpentine';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_bold-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_bold-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_bold-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_bold-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Serpentine';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_boldoblique-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_boldoblique-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_boldoblique-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_boldoblique-t4y.tff') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Serpentine';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_lightoblique-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_lightoblique-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_lightoblique-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_lightoblique-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Serpentine';
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_light-t4y.eot');
  src: url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_light-t4y.eot') format('embedded-opentype'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_light-t4y.woff') format('woff'), url('/typo3conf/ext/fconnection_project/Resources/Public/fonts/t4y/serpentine_icg_light-t4y.tff') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.ff-ActionMan {
  font-family: 'Action Man';
}
.ff-Antiqua {
  font-family: 'Antiqua';
}
.ff-Arvo {
  font-family: 'Arvo';
}
.ff-Caviar {
  font-family: 'Caviar';
}
.ff-Flux {
  font-family: 'Flux';
}
.ff-Greyscale {
  font-family: 'Greyscale';
}
.ff-Noto {
  font-family: 'Noto';
}
.ff-OpenSans {
  font-family: 'Open Sans';
}
.ff-Playfair {
  font-family: 'Playfair';
}
.ff-Quicksand {
  font-family: 'Quicksand';
}
.ff-Serpentine {
  font-family: 'Serpentine';
}
.ty4BasketItem {
  padding: 30px 0;
  border-bottom: 1px solid #b3abad;
}
.ty4BasketItem__image {
  border: 1px solid #b3abad;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.ty4BasketItem__image:after {
  position: absolute;
  display: block;
  font-family: 'fontello';
  content: '\e81a';
  font-size: 2.2rem;
  bottom: 0px;
  right: 5px;
  color: #e1121a;
}
.ty4Basket__sublist {
  margin-bottom: 50px;
}
.t4yBasket__subtotal {
  padding: 20px 0;
  border-bottom: 1px solid #b3abad;
}
.t4yConfig {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #b3abad;
  margin-bottom: 130px;
  margin-top: 130px;
}
@media (min-width: 768px) {
  .t4yConfig {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.t4yConfig__legend {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  background: rgba(227, 227, 227, 0.8);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 768px) {
  .t4yConfig__legend {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.t4yConfig__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(227, 227, 227, 0.8);
  z-index: 2;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .t4yConfig__buttons {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.t4yConfig__buttons br {
  display: block;
}
@media (min-width: 480px) {
  .t4yConfig__buttons br {
    display: none;
  }
}
.t4yConfig__toggleArea {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .t4yConfig__toggleArea {
    margin-bottom: 0;
  }
}
.t4yConfig__toggleArea:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
  border: 2px dashed #fff;
  margin-right: 10px;
}
.t4yConfig__zoom--in,
.t4yConfig__zoom--out {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 1.7rem;
  vertical-align: top;
}
.t4yConfig__canvasWrapper,
.t4yConfig__mockCanvasWrapper {
  position: absolute;
  top: 150px;
  left: 150px;
  bottom: 150px;
  right: 150px;
  z-index: 2;
  border: 6px dashed transparent;
}
.t4yConfig__canvasWrapper.border--visible,
.t4yConfig__mockCanvasWrapper.border--visible {
  border-color: #fff;
}
.has-zoom .t4yConfig__canvasWrapper,
.has-zoom .t4yConfig__mockCanvasWrapper {
  border-width: 3px;
}
.t4yConfig__mockCanvasWrapper {
  display: none;
}
.t4yConfig__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.t4yConfig__imageWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.t4yConfig__product {
  z-index: 1;
}
.t4yConfig__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t4yRemoveFile,
.t4yRemoveFile:link,
.t4yRemoveFile:hover,
.t4yRemoveFile:visited,
.t4yRemoveFile:focus {
  color: #231f20;
  font-size: 1.4rem;
}
.t4yRemoveFile:after,
.t4yRemoveFile:link:after,
.t4yRemoveFile:hover:after,
.t4yRemoveFile:visited:after,
.t4yRemoveFile:focus:after {
  font-family: 'Fontello';
  content: '\e80e';
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.t4y__logohelp {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #b3abad;
}
.t4yGiftIconLegend {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
.t4ySave .faux-input {
  white-space: pre;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 100%;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 225px);
  height: 44px;
  min-height: 44px;
}
.t4ySave button {
  position: relative;
  margin-left: -5px;
  min-width: 220px;
}
.t4yStickybasket {
  position: fixed;
  max-width: 1440px;
  pointer-events: none;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  text-align: right;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.t4yStickybasket__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e1121a;
  margin-top: -20px;
  text-align: center;
  pointer-events: all;
}
.t4yStickybasket__link:before {
  font-family: 'fontello';
  content: '\e81e';
  display: inline;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  position: relative;
  left: 3px;
}
.t4yStickybasket__link,
.t4yStickybasket__link:link,
.t4yStickybasket__link:hover,
.t4yStickybasket__link:visited,
.t4yStickybasket__link:focus {
  text-decoration: none;
}
.t4yStickybasket__link:before,
.t4yStickybasket__link:link:before,
.t4yStickybasket__link:hover:before,
.t4yStickybasket__link:visited:before,
.t4yStickybasket__link:focus:before {
  text-decoration: none;
}
.ty4Basket__sublist input[type=number] {
  -moz-appearance: textfield;
}
.imageQuality__light {
  padding-left: 30px;
}
.ty4BasketItem__title .imageQuality__light {
  padding-left: 25px;
}
.imageQuality {
  position: relative;
}
.imageQuality:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: -30px;
}
.imageQuality.imageQuality--small:before {
  width: 15px;
  height: 15px;
  left: -25px;
  top: 2px;
}
.imageQuality.imageQuality--0::before {
  background: #e32219;
}
.imageQuality.imageQuality--1::before {
  background: #ffcc01;
}
.imageQuality.imageQuality--2::before {
  background: #1ea12d;
}
#fileUploadError {
  border: 1px solid #e1121a;
  color: #e1121a;
  padding: 12px;
  margin: 0px 15px 20px;
}
.infoicon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
.infoicon .icon-info {
  color: #5c5758;
  font-size: 2.2rem;
}
.infoicon .infoicon__text {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  width: 260px;
  margin-left: -130px;
  padding: 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.infoicon .infoicon__text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -8px;
}
.infoicon.is-visible .infoicon__text {
  display: block;
  visibility: visible;
  opacity: 1;
}
[data-infotext] {
  position: relative;
}
[data-infotext]:before {
  content: attr(data-infotext);
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  margin-top: -8px;
  width: auto;
  max-width: 260px;
  padding: 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
[data-infotext]:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  opacity: 0;
}
[data-infotext]:hover:before,
[data-infotext]:hover:after {
  display: block;
  visibility: visible;
  opacity: 1;
}
.sociallinks .socialsquare {
  position: relative;
}
.sociallinks .socialsquare .infoicon__text {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  margin-left: -47.5px;
  width: 95px;
  margin-top: 6px;
  padding: 0 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sociallinks .socialsquare .infoicon__text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -6px;
}
.sociallinks .socialsquare:hover .infoicon__text {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clipboardSuccess,
.clipboardError {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 150px;
  text-align: center;
  left: 50%;
  top: 100%;
  margin-left: -75px;
  margin-top: 9px;
  padding: 10px;
  display: none;
}
.clipboardSuccess:after,
.clipboardError:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -8px;
}
.cookies__container {
  background: #ebe6e6;
  color: #231f20;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1550;
  padding: 35px 15px;
  display: block;
  font-size: 1.4rem;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cookies__container .cookies__close--mobile {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
}
.cookies__container .cookies__close {
  display: none;
}
.cookies__container.is-visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
}
@media (min-width: 1270px) {
  .cookies__container {
    position: static;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: -50px;
  }
  .cookies__container .cookies__close--mobile {
    display: none;
  }
  .cookies__container .cookies__close {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 2rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.pageWrapper .cookies__container {
  display: none;
}
.linkbox,
.linkbox:link,
.linkbox:hover,
.linkbox:visited,
.linkbox:focus {
  text-decoration: none;
  color: #231f20;
  margin-bottom: 20px;
  display: block;
}
.linkbox__header {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 50px 20px 15px;
  border: 1px solid #b3abad;
  line-height: 1;
  position: relative;
}
.linkbox__header:before {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 48px;
  background: #b3abad;
}
.linkbox__header:after {
  content: '\e802';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 17px;
  color: #e1121a;
  font-size: 1.3rem;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.linkbox__text {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 15px;
  border: 1px solid #b3abad;
  border-top: 0;
}
.tablesorter-header .tablesorter-header-inner {
  position: relative;
}
.tablesorter-header .tablesorter-header-inner:after {
  content: '\f0dc';
  display: block;
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 0;
  color: #e1121a;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner:after {
  content: '\f0dd';
}
.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: '\f0de';
}
.tablesorter-header.sorter-false .tablesorter-header-inner:after {
  content: '';
}
.stickySide {
  background: #777776;
  color: #fff;
  padding: 18px 30px 20px 15px;
  position: fixed;
  right: 0;
  bottom: 170px;
  width: 300px;
  z-index: 15;
  display: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media (min-width: 992px) {
  .stickySide {
    display: block;
  }
}
.stickySide .stickySide__header {
  font-weight: 700;
}
.stickySide .stickySide__text p {
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 0;
}
.stickySide .stickySide__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.stickySide .stickySide__close:before,
.stickySide .stickySide__close:after {
  content: '';
  height: 1px;
  width: 12px;
  background: white;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stickySide .stickySide__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.stickySide.isHidden {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.stickySide a,
.stickySide a:link,
.stickySide a:hover,
.stickySide a:visited,
.stickySide a:focus {
  color: #fff;
  text-decoration: none;
}
.landingpage .stickySide {
  position: static;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.landingpage .stickySide .stickySide__close {
  display: none;
}
.landingpage .stickySide > div {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .landingpage .stickySide {
    position: fixed;
    display: none;
    margin-left: 0px;
    width: 300px;
  }
  .landingpage .stickySide .stickySide__close {
    display: block;
  }
}
.download__image {
  margin-bottom: 10px;
}
.download__image img {
  border: 1px solid #979797;
}
.download__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e1121a;
}
.download__text,
.download__info {
  line-height: 1.53;
}
.col-xs-12.col-sm-4.col-md-2 .download {
  min-height: 182px;
}
@media (min-width: 768px) {
  .magalog_col_sm.col-sm-5 {
    width: 45.666667%;
    position: relative;
    z-index: 2;
  }
  .magalog_col_lg.col-sm-7 {
    width: 54.333333%;
  }
  .magalog_col_sm.col-sm-6 {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .magalog_col_lg.col-sm-6 {
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_sm {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: calc((100vw - 1120px) / 2 + 12px);
  }
}
@media (min-width: 1440px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 170px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: calc((100% - 60px - 32px) * 0.08 - 30px);
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: calc(1120px * 0.08 - 24px);
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: 34px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: calc((100% - 60px - 32px) * 0.08 + 16px);
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: calc(1120px * 0.08 + -24px);
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg {
  /* !FOCUSED IMAGES */
  /*-----------------------------------------*/
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focuspoint,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focused-image-container {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focuspoint img,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focused-image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
  margin-right: -6px;
  height: 280px;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    margin-right: -9px;
  }
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    margin-right: -5px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    height: 320px;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .img-responsive {
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 100%;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenLinks .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenRechts .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenRechts .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenLinks .loadingWrapper:before {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 119%;
  background: #fff;
  z-index: 1;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.col-sm-6 .loadingWrapper:before {
  width: 87px;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenLinks .loadingWrapper:before {
  left: -47px;
  top: -21px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.col-sm-6.obenLinks .loadingWrapper:before {
  left: -46px;
  top: -21px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenRechts .loadingWrapper:before {
  top: -19px;
  right: -46px;
  transform: rotate(-15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenRechts .loadingWrapper:before {
  top: -1px;
  right: -34px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenLinks .loadingWrapper:before {
  left: -33px;
  top: 1px;
  transform: rotate(-15deg);
}
.frame-type-fconnectionproject_section .content__section .obenRechts .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .untenRechts .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .obenLinks .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .untenLinks .loadingWrapper.singleImg {
  height: 280px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .obenRechts .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .untenRechts .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .obenLinks .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .untenLinks .loadingWrapper.singleImg {
    height: 320px;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg:first-child > .singleImg {
  margin-left: -9px;
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg:first-child > .singleImg {
    margin-left: -5px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child .textblock {
    padding-left: 170px;
    padding-right: 0px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc((100% - 40px - 24px) * 0.08 + 16px);
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc((100% - 60px - 32px) * 0.08 + 16px);
    padding-left: 52px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc(1120px * 0.08 + -24px);
    padding-left: calc((100vw - 1120px) / 2 + 12px);
  }
}
@media (min-width: 1440px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc(1120px * 0.08 + -24px);
    padding-left: 170px;
  }
}
.magalog_col_lg.obenLinks,
.magalog_col_lg.untenLinks {
  padding-left: 24px;
}
@media (min-width: 540px) {
  .magalog_col_lg.obenLinks,
  .magalog_col_lg.untenLinks {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenLinks,
  .magalog_col_lg.untenLinks {
    padding-left: 0;
  }
}
@media (min-width: 540px) {
  .magalog_col_lg.obenLinks.col-sm-7,
  .magalog_col_lg.untenLinks.col-sm-7 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenLinks.col-sm-7,
  .magalog_col_lg.untenLinks.col-sm-7 {
    padding-left: 0;
  }
}
.magalog_col_lg.obenRechts,
.magalog_col_lg.untenRechts {
  padding-right: 24px;
}
@media (min-width: 540px) {
  .magalog_col_lg.obenRechts,
  .magalog_col_lg.untenRechts {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenRechts,
  .magalog_col_lg.untenRechts {
    padding-right: 0px;
  }
}
@media (min-width: 540px) {
  .magalog_col_lg.obenRechts.col-sm-7,
  .magalog_col_lg.untenRechts.col-sm-7 {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenRechts.col-sm-7,
  .magalog_col_lg.untenRechts.col-sm-7 {
    padding-right: 0;
  }
}
.magalog .content--full .col-xs-12 > div + div {
  margin-top: 60px;
}
.magalog_col_sm .text__bodytext blockquote {
  margin: 24px 0 !important;
}
.magalog_col_sm .text__bodytext blockquote:first-child,
.magalog_col_sm .text__bodytext p:first-child {
  margin-top: 0 !important;
}
.magalog_col_sm .text__bodytext blockquote:last-child,
.magalog_col_sm .text__bodytext p:last-child {
  margin-bottom: 0 !important;
}
.magalog_col_sm + .magalog_col_lg,
.magalog_col_lg + .magalog_col_sm {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .magalog_col_sm + .magalog_col_lg,
  .magalog_col_lg + .magalog_col_sm {
    margin-top: 0;
  }
}
.singleImg {
  position: relative;
}
.singleImg .image_link_overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 500px;
  max-width: calc(100% - 48px);
}
.singleImg .extraInfo {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 500px;
  max-width: calc(100% - 48px);
  margin-bottom: 0;
}
.singleImg .color_white a:hover,
.singleImg .color_black a:hover {
  text-decoration: none;
  cursor: pointer;
}
.singleImg .color_white,
.singleImg .color_white * {
  color: white;
  text-decoration: none;
}
.singleImg .color_white .underline,
.singleImg .color_white * .underline {
  border-bottom: 2px solid white;
}
.singleImg .color_white a:hover,
.singleImg .color_white * a:hover {
  text-decoration: none;
  cursor: pointer;
}
.singleImg .color_black,
.singleImg .color_black * {
  color: #231f20;
}
.singleImg .color_black .underline,
.singleImg .color_black * .underline {
  border-bottom: 2px solid #231f20;
}
.singleImg .productoverlayimg {
  position: absolute;
  padding: 56px 0;
  left: 50%;
  top: -50px;
  width: calc((100vw - 48px) * 0.75 - 8px);
}
@media (min-width: 540px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 80px) * 0.5 - 12px);
  }
}
@media (min-width: 768px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 80px) * 0.33333333 - 12px);
  }
}
@media (min-width: 992px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 120px) * 0.33333333 - 16px);
  }
}
@media (min-width: 1200px) {
  .singleImg .productoverlayimg {
    width: calc(1120px * 0.33333333 - 32px);
  }
}
.singleImg .productoverlayimg.cPBgrau,
.singleImg .productoverlayimg.cPBgrau *,
.singleImg .productoverlayimg.cPBgelb,
.singleImg .productoverlayimg.cPBgelb * {
  color: #231f20;
}
.singleImg .productoverlayimg.cPBgrau .underline,
.singleImg .productoverlayimg.cPBgrau * .underline,
.singleImg .productoverlayimg.cPBgelb .underline,
.singleImg .productoverlayimg.cPBgelb * .underline {
  border-bottom: 2px solid #231f20;
}
.singleImg .productoverlayimg.cPBred_old_dont_use {
  background-color: #cc141b !important;
}
.productcard {
  position: relative;
  padding: 56px 0;
  margin-bottom: 32px;
  background-size: cover;
}
.productcard .img-container {
  width: 100%;
  padding-bottom: 100%;
}
.productcard .productoverlayimg {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  padding: 0;
}
.productcard.cPBgrau,
.productcard.cPBgrau *,
.productcard.cPBgelb,
.productcard.cPBgelb * {
  color: #231f20;
}
.productcard.cPBgrau .underline,
.productcard.cPBgrau * .underline,
.productcard.cPBgelb .underline,
.productcard.cPBgelb * .underline {
  border-bottom: 2px solid #231f20;
}
.productcard.cPBred_old_dont_use {
  background-color: #cc141b !important;
}
.dis-ib {
  display: inline-block;
}
.dis-bl,
.dis-b {
  display: block;
}
.dis-n {
  display: none;
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.align-left,
.text-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-center img {
  margin: 0 auto;
}
.align-center .imageWrapper img {
  margin: auto;
}
.align-right,
.text-right {
  text-align: right;
}
.pos-abs {
  position: absolute;
}
.pos-r {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt--10 {
  margin-top: -10px;
}
.mt--15 {
  margin-top: -15px;
}
.mt--20 {
  margin-top: -20px;
}
.mt--25 {
  margin-top: -25px;
}
.mt--30 {
  margin-top: -30px;
}
.mt--40 {
  margin-top: -40px;
}
.mt--45 {
  margin-top: -45px;
}
.mt--50 {
  margin-top: -50px;
}
.mt--60 {
  margin-top: -60px;
}
.mt--80 {
  margin-top: -80px;
}
.mt--90 {
  margin-top: -90px;
}
.mt--100 {
  margin-top: -100px;
}
.mt--20 {
  margin-top: -20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb--15 {
  margin-bottom: -15px;
}
.mb--45 {
  margin-bottom: -45px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-100 {
  margin-left: 100px;
}
.noPadding {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-45 {
  padding-right: 45px;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.333%;
}
.w-25 {
  width: 25%;
}
.w-50px {
  width: 50px;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.cl-left {
  clear: left;
}
.cl-right {
  clear: right;
}
.cl-both {
  clear: both;
}
.cl-sm-left {
  clear: left;
}
@media (min-width: 992px) {
  .cl-sm-left {
    clear: none;
  }
}
.list-nobullets {
  list-style: none;
  padding: 0;
}
.list-check li li {
  padding-left: 15px;
}
.list-check li li:before {
  font-family: 'fontello';
  content: '';
  display: inline-block;
  margin-left: -18px;
  margin-right: 5px;
}
.ol-left {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ol-left li {
  display: table-row;
  counter-increment: table-ol;
}
.ol-left li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}
.tt-up {
  text-transform: uppercase;
}
.tt-none {
  text-transform: none;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.fs-1 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-19 {
  font-size: 1.9rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-21 {
  font-size: 2.1rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-italic {
  font-style: italic;
}
.fs-normal {
  font-style: normal;
}
.ff-arial {
  font-family: Arial;
}
.ff-times {
  font-family: "Times New Roman";
}
.va-m {
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.c-blue {
  color: #66aee6;
}
.c-cta {
  color: #e1121a;
}
@media (min-width: 768px) {
  .orient-left {
    text-align: left !important;
  }
  .orient-left img {
    margin: 0 auto 0 0 !important;
  }
  .orient-right {
    text-align: right !important;
  }
  .orient-right img {
    margin: 0 0 0 auto !important;
  }
}
@media print {
  a[href]:after {
    display: none !important;
  }
}
.landingpage .blockquote--center-small blockquote {
  text-align: center;
}
.landingpage .productList__item .product__text {
  margin-top: 10px;
}
.landingpage .bigImageText .row--flex {
  display: block;
}
@media (min-width: 768px) {
  .landingpage .bigImageText .row--flex {
    display: flex;
  }
}
.landingpage .productList--t4y .product__imageWrapper,
.landingpage .productSlider--t4y .product__imageWrapper {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .landingpage .productList--t4y .product__imageWrapper,
  .landingpage .productSlider--t4y .product__imageWrapper {
    padding-bottom: 40%;
  }
}
.landingpage .owl-nav {
  display: none;
}
.landingpage .container-fluid .row--smallGutter > .col-sm-6:nth-last-child(2):not(.text-left) {
  display: none;
}
.landingpage .productList--carousel .productList__item .product__contentWrapper {
  padding: 25px;
  border: none;
}
.landingpage .productList--carousel .productList__item {
  border: 0px;
}
@media (min-width: 641px) {
  .landingpage li.productList__item.productList__item--nohover.slick-slide.slick-current.slick-active:after {
    content: '';
    width: 1px;
    height: 200%;
    background-color: #e3e3e3;
    position: absolute;
    right: 0px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .landingpage .productList--carousel li.productList__item {
    width: 100% !important;
  }
  .landingpage .productList--carousel li.productList__item:first-child {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 1270px) {
  .landingpage .hidden-hamburger {
    display: block;
  }
  .landingpage .hidden-hamburger .icon-globe {
    color: white;
  }
  .landingpage .hidden-hamburger .navigation--lang {
    position: absolute;
    right: auto;
    left: 0;
    top: 10px;
  }
  .landingpage .hidden-hamburger .navigation--lang > a {
    color: white;
  }
  .landingpage .hidden-hamburger .navigation--meta > li.sub > a:after {
    color: white;
  }
}
.pageFooter {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #231f20;
  color: #b3abad;
}
.pageFooter .header--lvl6 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  color: white;
  margin-bottom: 16px;
}
.pageFooter h4 {
  margin-bottom: 16px;
  color: white;
}
.pageFooter .input-group-btn .btn,
.pageFooter .btn,
.pageFooter .btn:link,
.pageFooter .btn:hover,
.pageFooter .btn:visited,
.pageFooter .btn:focus {
  background: #e1121a;
  border-color: #e1121a;
  height: 45px;
  min-height: 45px;
}
.pageFooter li > a,
.pageFooter li > a:link,
.pageFooter li > a:hover,
.pageFooter li > a:visited,
.pageFooter li > a:focus {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  font-weight: bold;
  color: #b3abad;
  transition: color 0.5s ease;
  text-decoration: none;
}
.pageFooter li > a:hover {
  color: #e1121a;
  text-decoration: none;
}
.pageFooter .socialsquare::before {
  font-size: 16px;
}
.pageFooter .list-inline > li {
  margin-bottom: 10px;
}
.pageFooter .copyright {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  font-weight: bold;
  float: left;
  line-height: 24px;
}
@media (min-width: 931px) {
  .pageFooter .copyright {
    float: right;
  }
}
.pageFooter .container-fluid .col-xs-12 .row {
  display: flex;
  flex-flow: row wrap;
}
.pageFooter .container-fluid .col-xs-12 .row > div {
  flex: 1 1 0%;
}
.pageFooter .container-fluid .col-xs-12 .row .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-nc-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.pageFooter .socialsquare {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
}
#newsletterFooter .form-control {
  padding-top: 0;
  min-height: 45px;
  border: 0 none;
}
.sitemap .header--lvl6 a,
.sitemap .header--lvl6 a:link,
.sitemap .header--lvl6 a:hover,
.sitemap .header--lvl6 a:visited,
.sitemap .header--lvl6 a:focus {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: white;
}
.navigation--sitemap {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 16px;
  padding-right: 16px;
}
@media (min-width: 540px) {
  .navigation--sitemap {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .navigation--sitemap {
    padding-right: 32px;
  }
}
.navigation--sitemap > li {
  display: block;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
  margin-bottom: 8px;
}
.navigation--sitemap > li > a,
.navigation--sitemap > li > a:link,
.navigation--sitemap > li > a:visited,
.navigation--sitemap > li > a:focus {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #b3abad;
  font-weight: bold;
  padding-left: 18px;
  display: block;
  position: relative;
  hyphens: auto;
  line-height: 20px;
  transition: color 0.5s ease;
}
.navigation--sitemap > li > a:hover {
  color: #e1121a;
}
.navigation--sitemap > li > a:before {
  content: "\00bb";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
}
.navigation--sitemap.sitemap-left,
.navigation--sitemap.sitemap-right {
  padding-top: 0px;
  padding-left: 0;
  margin-top: 0;
}
.sitemap {
  display: flex;
  flex-flow: row wrap;
}
.sitemap > div {
  flex: 1 1 0%;
}
.sitemap .double_nav {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sitemap .double_nav {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .sitemap .double_nav {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.sitemap .single_nav {
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .sitemap .single_nav {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .sitemap .single_nav {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.sitemap .double_nav,
.sitemap .single_nav {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 540px) {
  .sitemap .double_nav,
  .sitemap .single_nav {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .sitemap .double_nav,
  .sitemap .single_nav {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.bestsellerwrapper .glide__slides .glide__slide {
  width: 100%;
  margin-bottom: 32px;
  height: auto;
}
.bestsellerwrapper .glide__slides .glide__slide .hv-bigshadow {
  height: 100%;
}
.bestsellerwrapper .glide__slides .glide__slide .product__title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  transition: color 0.5s ease;
}
.bestsellerwrapper .glide__slides .glide__slide .product__contentWrapper {
  border: 0 none;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  color: #000000;
}
.bestsellerwrapper .glide__slides .glide__slide .product__imageWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 100% 0 0 0;
  width: 100%;
}
.bestsellerwrapper .glide__slides .glide__slide .product__image {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bestsellerwrapper .glide__slides .glide__slide .product__image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.bestsellerwrapper .glide__slides .glide__slide .product__info {
  padding: 16px 16px 24px 16px;
  flex: 1;
}
.bestsellerwrapper .glide__slides .glide__slide .product__amount {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
}
.bestsellerwrapper .glide__slides .glide__slide:hover .product__title {
  color: #e1121a;
}
.bestsellerwrapper .glide__slides .glide__slide .product__link:after {
  display: none;
}
.bestsellerwrapper .glide__slides .shadowwrapper {
  padding: 0 16px 0 0;
}
@media (min-width: 540px) {
  .bestsellerwrapper .glide__slides .shadowwrapper {
    padding: 0 24px 0 0;
  }
}
@media (min-width: 992px) {
  .bestsellerwrapper .glide__slides .shadowwrapper {
    padding: 0 32px 0 0;
  }
}
.bestsellerwrapper .glide__slides.carousel--nojs .productList__item {
  float: left;
  width: 20%;
}
.bestsellerwrapper .glide__slides.carousel--nojs .productList__item:nth-child(1n + 6) {
  display: none;
}
.bestsellerwrapper .glide__slides.carousel--nojs.productList--t4y .productList__item {
  width: 33%;
}
.bestsellerwrapper .glide__slides.carousel--nojs.productList--t4y .productList__item:nth-child(1n + 4) {
  display: none;
}
.bestsellerwrapper .glide__arrow--left,
.bestsellerwrapper .glide__arrow--right,
.bestsellerwrapper .glide-prev,
.bestsellerwrapper .glide-next {
  display: none;
}
.glide__arrows,
.glide-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 105px;
  bottom: 0;
  z-index: 10;
}
.glide__arrows .glide__arrow--left,
.glide-nav .glide__arrow--left,
.glide__arrows .glide__arrow--right,
.glide-nav .glide__arrow--right,
.glide__arrows .glide-prev,
.glide-nav .glide-prev,
.glide__arrows .glide-next,
.glide-nav .glide-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0 none;
  position: absolute;
  left: 0;
}
.glide__arrows .glide__arrow--left:before,
.glide-nav .glide__arrow--left:before,
.glide__arrows .glide__arrow--right:before,
.glide-nav .glide__arrow--right:before,
.glide__arrows .glide-prev:before,
.glide-nav .glide-prev:before,
.glide__arrows .glide-next:before,
.glide-nav .glide-next:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.glide__arrows .glide__arrow--left:hover,
.glide-nav .glide__arrow--left:hover,
.glide__arrows .glide__arrow--right:hover,
.glide-nav .glide__arrow--right:hover,
.glide__arrows .glide-prev:hover,
.glide-nav .glide-prev:hover,
.glide__arrows .glide-next:hover,
.glide-nav .glide-next:hover {
  cursor: pointer;
}
.glide__arrows .glide__arrow--right,
.glide-nav .glide__arrow--right,
.glide__arrows .glide-next,
.glide-nav .glide-next {
  left: auto;
  right: 0;
}
.glide__arrows .glide__arrow--right:before,
.glide-nav .glide__arrow--right:before,
.glide__arrows .glide-next:before,
.glide-nav .glide-next:before {
  content: '\e805';
}
.collage {
  height: 420px;
  width: 100%;
  /* !FOCUSED IMAGES */
  /*-----------------------------------------*/
}
.collage .image {
  width: calc(50% + 44px);
  /* image-focus sets inline relative for this */
  position: absolute !important;
  overflow: hidden;
  height: 280px;
}
.collage .image_one {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 97% 0%, calc(100% - 80px) 100%, 0% 100%);
}
.collage .image_one img {
  margin-left: 70px;
}
@media (min-width: 540px) {
  .collage .image_one img {
    margin-left: 0;
  }
}
.collage .image_two {
  bottom: 0;
  right: 0;
  clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .collage {
    height: 320px;
  }
  .collage .image_two {
    clip-path: polygon(80px 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .collage .image_one {
    clip-path: polygon(0 0, 98% 0%, calc(100% - 90px) 100%, 0% 100%);
  }
  .collage .image {
    width: calc(50% + 29px);
    height: 320px;
  }
}
@media (min-width: 992px) {
  .collage .image {
    width: calc(50% + 23px);
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .collage .image {
    width: calc(50% + 23px);
    height: 320px;
  }
  .collage .image_two img {
    margin-left: 0;
  }
}
.collage .focuspoint,
.collage .focused-image-container {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
.collage .focuspoint img,
.collage .focused-image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.collage .focuspoint img,
.collage .focused-image {
  top: 0 !important;
  max-height: 100%;
}
.margin-space07 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .margin-space07 {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .margin-space07 {
    margin-top: 112px;
  }
}
@media (min-width: 540px) {
  .margin-space07 {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .margin-space07 {
    margin-bottom: 112px;
  }
}
.margin-space06 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 540px) {
  .margin-space06 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .margin-space06 {
    margin-top: 96px;
  }
}
@media (min-width: 540px) {
  .margin-space06 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .margin-space06 {
    margin-bottom: 96px;
  }
}
.margin-space05 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.margin-space04 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.margin-space03 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.margin-space02 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.margin-space01 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .vorteile .glide__track {
    pointer-events: none;
  }
}
.vorteile .vorteil__icon {
  width: 56px;
  height: 100%;
  float: left;
}
.vorteile .vorteil__icon img {
  width: 40px;
  height: 40px;
}
.vorteile .textwrapper {
  width: calc(100% - 56px);
  float: right;
  padding-right: 16px;
}
@media (min-width: 540px) {
  .vorteile .textwrapper {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .vorteile .textwrapper {
    padding-right: 32px;
  }
}
.vorteile .vorteil__header {
  margin-top: 4px;
}
.vorteile .glide__slides {
  margin-bottom: 0;
}
.rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .rowFlex {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .rowFlex {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.rowFlex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.rowFlex > .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .rowFlex > .col-nc-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .rowFlex > .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rowFlex > .col-sm-7 {
    flex-basis: 54.333333%;
    max-width: 54.333333%;
  }
  .rowFlex > .col-sm-5 {
    flex-basis: 45.666667%;
    max-width: 45.666667%;
  }
  .rowFlex > .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.col-xs-12.col-sm-6.content--small {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.col-xs-12.col-sm-6.content--small > div {
  margin-top: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .col-xs-12.col-sm-6.content--small > div {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .col-xs-12.col-sm-6.col-sm-pull-6.content--small {
    padding-right: 60px;
    padding-left: 0;
  }
}
.content--ansprechpersonen .sectionHeader {
  margin-bottom: 32px;
}
.content--ansprechpersonen .sectionHeader > *:last-child {
  margin-bottom: 0;
}
.ansprechperson .header--lvl2 {
  margin-bottom: 32px;
}
.ansprechperson .img {
  margin-bottom: 32px;
}
.ansprechperson .img img {
  max-width: 100%;
  height: auto;
}
.ansprechperson .personinfo {
  margin: 8px 0;
}
.ansprechperson .personinfo div {
  margin: 8px 0;
}
.ansprechperson .personemail,
.ansprechperson .personphone {
  margin: 8px 0;
}
.ansprechperson .personemail span:before,
.ansprechperson .personphone span:before {
  margin-right: 8px;
}
.rowFlex > div.ansprechperson {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 540px) {
  .rowFlex > div.ansprechperson {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .rowFlex > div.ansprechperson {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .rowFlex > div.ansprechperson {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.quote-block {
  position: relative;
  background-size: 0;
}
.quote-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quote-block .quote-text > p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
  color: #231f20;
}
.quote-block .quote-text > p {
  quotes: "„" "“";
}
.quote-block .quote-text > p::before {
  content: open-quote;
}
.quote-block .quote-text > p::after {
  content: close-quote;
}
.quote-block .quote-giver {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote-block .image-mobile {
  margin-bottom: 40px;
}
.quote-block .image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .quote-block {
    min-height: 350px;
    background-size: cover;
    background-position: center;
  }
  .quote-block .quote-text p {
    margin-top: 0;
  }
  .quote-block .quote-giver p {
    margin-bottom: 0;
  }
  .quote-block .quote-block {
    position: relative;
  }
  .quote-block .image-mobile {
    display: none;
  }
  .quote-block .image-desktop {
    display: block;
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .quote-block .quote-text,
  .quote-block .quote-giver {
    width: 50%;
    max-width: 100%;
    margin-right: 2%;
  }
  .quote-block .text-wrapper {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
  }
  .quote-block .quote-giver {
    margin-bottom: 0;
  }
  .quote-block .text-inner-wrapper {
    position: relative;
    margin-top: auto;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-content: center;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.blockquote--center-small {
  padding: 24px 0;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before,
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  top: -1px;
}
.collapseInner {
  display: none;
  padding-bottom: 1.2rem;
}
.modul-accordion form {
  position: relative;
  margin-bottom: 4rem;
}
.modul-accordion form input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  padding: 0 15px;
  appearance: auto;
  -webkit-appearance: auto;
}
.modul-accordion form input:focus {
  padding-top: 0;
}
.modul-accordion form .clearInput {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  text-align: center;
  color: #b3abad;
}
.modul-accordion form .clearInput:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #b3abad;
  transform: rotate(45deg);
}
.modul-accordion form .clearInput:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #b3abad;
  transform: rotate(-45deg);
}
.modul-accordion .accordion mark {
  background: #FBDCDD;
  padding: 0 2px;
  margin: 0 -2px;
  color: inherit;
  text-decoration: inherit;
  border: inherit;
}
.modul-accordion .accordion .item {
  padding: 1.6rem 0;
  border-bottom: 2px solid #ebe6e6;
}
.modul-accordion .accordion .item:first-child {
  border-top: 2px solid #ebe6e6;
}
.modul-accordion .accordion .item .toggle {
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modul-accordion .accordion .item .toggle i {
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  margin-right: 14px;
  display: block;
  flex: 0 0 auto;
}
.modul-accordion .accordion .item .toggle i:after,
.modul-accordion .accordion .item .toggle i:before {
  content: "";
  display: block;
  position: absolute;
  background: #e1121a;
}
.modul-accordion .accordion .item .toggle i:after {
  width: 0.3rem;
  height: 100%;
  top: 0;
  left: 0.7rem;
}
.modul-accordion .accordion .item .toggle i:before {
  width: 100%;
  height: 0.3rem;
  top: 0.7rem;
  left: 0;
}
.modul-accordion .accordion .item .toggle.open i:after {
  opacity: 0;
}
.modul-accordion .accordion .item .card {
  padding: 3.2rem 0 1rem;
}
.modul-accordion .accordion .item .card .itemInner h3 {
  color: #e1121a;
  margin: 0 0 1.8rem;
}
.modul-accordion .accordion .item .card .itemInner .card {
  padding: 0 0 0.8rem;
}
.modul-accordion .accordion .item .card .itemInner .card p:first-child {
  margin-top: 0;
}
.modul-accordion .accordion .item .card .itemInner .card p:last-child {
  margin-bottom: 0;
}
.modul-accordion .accordion .itemInner {
  padding: 0.2rem 0;
}
.frame-galerie {
  overflow: hidden;
}
.frame-galerie > section {
  position: relative;
}
.frame-galerie .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0 none;
  color: #fff;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.frame-galerie .slick-arrow:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.frame-galerie .slick-arrow:hover {
  cursor: pointer;
}
.frame-galerie .slick-arrow.slick-prev {
  left: 0;
}
.frame-galerie .slick-arrow.slick-next {
  right: 0;
}
.frame-galerie .slick-arrow.slick-next:before {
  content: '\e805';
}
.frame-galerie .slick-arrow.slick-disabled {
  display: none!important;
}
@media (max-width: 768px) {
  .frame-galerie .slick-arrow {
    display: none;
  }
}
.galeriewrapper .galerieCarousel {
  padding: 0;
}
.galeriewrapper .slick-list {
  overflow: initial;
  margin: 0 -0.8rem;
}
@media (max-width: 768px) {
  .galeriewrapper .slick-list {
    padding-right: calc(100% / 12);
  }
}
@media (min-width: 992px) {
  .galeriewrapper .slick-list {
    margin: 0 -1.6rem;
  }
}
.galeriewrapper .slick-slide {
  padding: 0 0.8rem;
}
@media (min-width: 992px) {
  .galeriewrapper .slick-slide {
    padding: 0 1.6rem;
  }
}
.galeriewrapper .slick-slide .media img {
  width: 100%;
  height: auto;
}
.galeriewrapper .slick-slide .caption {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.galeriewrapper .slick-slide.slick-active .caption {
  opacity: 1;
}
.galerie .gridRow > [class^="col"] {
  margin-bottom: 0;
}
.galerie .textblock {
  margin-bottom: -1rem;
}
.galerie .textblock h1:last-child,
.galerie .textblock h2:last-child,
.galerie .textblock h3:last-child,
.galerie .textblock h4:last-child,
.galerie .textblock p:last-child {
  margin-bottom: 0;
}
.focused-image-container video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
