/*-----------------------------------------
include abashopfoundationcss
must be on top of this page to ensure
that the following values have a higher
priority than the ones from
abashopfoundation
---------------------------------------- */
/* Global Reset & Standards ---------------------- */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { font-size: 62.5%; }
body { background: #ffffff /* white */; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 11px; line-height: 1; color: #222; position: relative; -webkit-font-smoothing: antialiased; }
/* Links ---------------------- */
a { color: #e9b20c /* #e9b20c */; text-decoration: none; line-height: inherit; }
a:hover { color: #565656 /* #565656 */; }
a:focus { color: #e9b20c /* #e9b20c */; outline: none; }
p a, p a:visited { line-height: inherit; }
/* Misc ---------------------- */
.left { float: left; }
.right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hide { display: none; }
.highlight { background: #ff9; }
#googlemap img, object, embed { max-width: none; }
#map_canvas embed { max-width: none; }
#map_canvas img { max-width: none; }
#map_canvas object { max-width: none; }
/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }
/* Standard Forms ---------------------- */
form { margin: 0 0 19.41641px; }
.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }
.row form .row.collapse { margin: 0; }
.row form .row.collapse .column, .row form .row.collapse .columns { padding: 0; }
label { font-size: 11px; color: #4d4d4d; cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 29px; margin: 0 0 12px 0; }
@media only screen and (max-width: 767px) {
  label.right { text-align: left; }
}
.prefix, .postfix { display: block; position: relative; z-index: 2; text-align: center; width: 100%; padding-top: 0; padding-bottom: 0; height: 29px; line-height:normal;}
a.button.prefix, a.button.postfix { padding-left: 0; padding-right: 0; text-align: center; }
span.prefix, span.postfix { background: #f2f2f2; border: 1px solid #ccc; }
.prefix { left: 2px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; }
.postfix { right: 2px; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { border: 1px solid #ccc; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 11px; margin: 0 0 12px 0; padding: 6px; height: 29px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: login; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }
textarea { height: auto; }
select { width: 100%; }
/* Fieldsets */
fieldset { border: solid 1px #ddd; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; padding: 12px 12px 0; margin: 18px 0; }
fieldset legend { font-weight: bold; background: #ffffff /* white */; padding: 0 3px; margin: 0 0 0 -3px; }
/* Errors */
.error input, input.error, .error textarea, textarea.error { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }
.error label, label.error { color: #c60f13; }
.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #ffffff /* #FFF */; font-size: 12px; font-size: 1.2rem; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }
@media only screen and (max-width: 767px) {
  input[type="text"].one, .row input[type="text"].one, input[type="password"].one, .row input[type="password"].one, input[type="date"].one, .row input[type="date"].one, input[type="datetime"].one, .row input[type="datetime"].one, input[type="email"].one, .row input[type="email"].one, input[type="number"].one, .row input[type="number"].one, input[type="search"].one, .row input[type="search"].one, input[type="tel"].one, .row input[type="tel"].one, input[type="time"].one, .row input[type="time"].one, input[type="url"].one, .row input[type="url"].one, textarea.one, .row textarea.one { width: 100% !important; }
  input[type="text"].two, .row input[type="text"].two, input[type="password"].two, .row input[type="password"].two, input[type="date"].two, .row input[type="date"].two, input[type="datetime"].two, .row input[type="datetime"].two, input[type="email"].two, .row input[type="email"].two, input[type="number"].two, .row input[type="number"].two, input[type="search"].two, .row input[type="search"].two, input[type="tel"].two, .row input[type="tel"].two, input[type="time"].two, .row input[type="time"].two, input[type="url"].two, .row input[type="url"].two, textarea.two, .row textarea.two { width: 100% !important; }
  input[type="text"].three, .row input[type="text"].three, input[type="password"].three, .row input[type="password"].three, input[type="date"].three, .row input[type="date"].three, input[type="datetime"].three, .row input[type="datetime"].three, input[type="email"].three, .row input[type="email"].three, input[type="number"].three, .row input[type="number"].three, input[type="search"].three, .row input[type="search"].three, input[type="tel"].three, .row input[type="tel"].three, input[type="time"].three, .row input[type="time"].three, input[type="url"].three, .row input[type="url"].three, textarea.three, .row textarea.three { width: 100% !important; }
  input[type="text"].four, .row input[type="text"].four, input[type="password"].four, .row input[type="password"].four, input[type="date"].four, .row input[type="date"].four, input[type="datetime"].four, .row input[type="datetime"].four, input[type="email"].four, .row input[type="email"].four, input[type="number"].four, .row input[type="number"].four, input[type="search"].four, .row input[type="search"].four, input[type="tel"].four, .row input[type="tel"].four, input[type="time"].four, .row input[type="time"].four, input[type="url"].four, .row input[type="url"].four, textarea.four, .row textarea.four { width: 100% !important; }
  input[type="text"].five, .row input[type="text"].five, input[type="password"].five, .row input[type="password"].five, input[type="date"].five, .row input[type="date"].five, input[type="datetime"].five, .row input[type="datetime"].five, input[type="email"].five, .row input[type="email"].five, input[type="number"].five, .row input[type="number"].five, input[type="search"].five, .row input[type="search"].five, input[type="tel"].five, .row input[type="tel"].five, input[type="time"].five, .row input[type="time"].five, input[type="url"].five, .row input[type="url"].five, textarea.five, .row textarea.five { width: 100% !important; }
  input[type="text"].six, .row input[type="text"].six, input[type="password"].six, .row input[type="password"].six, input[type="date"].six, .row input[type="date"].six, input[type="datetime"].six, .row input[type="datetime"].six, input[type="email"].six, .row input[type="email"].six, input[type="number"].six, .row input[type="number"].six, input[type="search"].six, .row input[type="search"].six, input[type="tel"].six, .row input[type="tel"].six, input[type="time"].six, .row input[type="time"].six, input[type="url"].six, .row input[type="url"].six, textarea.six, .row textarea.six { width: 100% !important; }
  input[type="text"].seven, .row input[type="text"].seven, input[type="password"].seven, .row input[type="password"].seven, input[type="date"].seven, .row input[type="date"].seven, input[type="datetime"].seven, .row input[type="datetime"].seven, input[type="email"].seven, .row input[type="email"].seven, input[type="number"].seven, .row input[type="number"].seven, input[type="search"].seven, .row input[type="search"].seven, input[type="tel"].seven, .row input[type="tel"].seven, input[type="time"].seven, .row input[type="time"].seven, input[type="url"].seven, .row input[type="url"].seven, textarea.seven, .row textarea.seven { width: 100% !important; }
  input[type="text"].eight, .row input[type="text"].eight, input[type="password"].eight, .row input[type="password"].eight, input[type="date"].eight, .row input[type="date"].eight, input[type="datetime"].eight, .row input[type="datetime"].eight, input[type="email"].eight, .row input[type="email"].eight, input[type="number"].eight, .row input[type="number"].eight, input[type="search"].eight, .row input[type="search"].eight, input[type="tel"].eight, .row input[type="tel"].eight, input[type="time"].eight, .row input[type="time"].eight, input[type="url"].eight, .row input[type="url"].eight, textarea.eight, .row textarea.eight { width: 100% !important; }
  input[type="text"].nine, .row input[type="text"].nine, input[type="password"].nine, .row input[type="password"].nine, input[type="date"].nine, .row input[type="date"].nine, input[type="datetime"].nine, .row input[type="datetime"].nine, input[type="email"].nine, .row input[type="email"].nine, input[type="number"].nine, .row input[type="number"].nine, input[type="search"].nine, .row input[type="search"].nine, input[type="tel"].nine, .row input[type="tel"].nine, input[type="time"].nine, .row input[type="time"].nine, input[type="url"].nine, .row input[type="url"].nine, textarea.nine, .row textarea.nine { width: 100% !important; }
  input[type="text"].ten, .row input[type="text"].ten, input[type="password"].ten, .row input[type="password"].ten, input[type="date"].ten, .row input[type="date"].ten, input[type="datetime"].ten, .row input[type="datetime"].ten, input[type="email"].ten, .row input[type="email"].ten, input[type="number"].ten, .row input[type="number"].ten, input[type="search"].ten, .row input[type="search"].ten, input[type="tel"].ten, .row input[type="tel"].ten, input[type="time"].ten, .row input[type="time"].ten, input[type="url"].ten, .row input[type="url"].ten, textarea.ten, .row textarea.ten { width: 100% !important; }
  input[type="text"].eleven, .row input[type="text"].eleven, input[type="password"].eleven, .row input[type="password"].eleven, input[type="date"].eleven, .row input[type="date"].eleven, input[type="datetime"].eleven, .row input[type="datetime"].eleven, input[type="email"].eleven, .row input[type="email"].eleven, input[type="number"].eleven, .row input[type="number"].eleven, input[type="search"].eleven, .row input[type="search"].eleven, input[type="tel"].eleven, .row input[type="tel"].eleven, input[type="time"].eleven, .row input[type="time"].eleven, input[type="url"].eleven, .row input[type="url"].eleven, textarea.eleven, .row textarea.eleven { width: 100% !important; }
  input[type="text"].twelve, .row input[type="text"].twelve, input[type="password"].twelve, .row input[type="password"].twelve, input[type="date"].twelve, .row input[type="date"].twelve, input[type="datetime"].twelve, .row input[type="datetime"].twelve, input[type="email"].twelve, .row input[type="email"].twelve, input[type="number"].twelve, .row input[type="number"].twelve, input[type="search"].twelve, .row input[type="search"].twelve, input[type="tel"].twelve, .row input[type="tel"].twelve, input[type="time"].twelve, .row input[type="time"].twelve, input[type="url"].twelve, .row input[type="url"].twelve, textarea.twelve, .row textarea.twelve { width: 100% !important; }
}
/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td { margin: 0; padding: 0; font-size: 11px; line-height: 17px; }
p { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 11px; line-height: 17px; margin-bottom: 17px; }
p.lead { font-size: 13.75px; line-height: 1.6; margin-bottom: 17px; }
aside p { font-size: 10px; line-height: 1.35; font-style: italic; }
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: bold; text-rendering: optimizeLegibility; line-height: 1.1; margin-bottom: 11px; margin-top: 11px; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #000000 /* #6f6f6f */; line-height: 0; }
h1 { font-size: 44px; }
h2 { font-size: 29px; }
h3 { font-size: 27px; }
h4 { font-size: 18px; }
h5 { font-size: 17px; }
h6 { font-size: 11px; }
hr { border: solid #c9c9c9 /* #ddd */; border-width: 1px 0 0; clear: both; margin: 22px 0 21px; height: 0; }
.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }
em, i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 60%; line-height: inherit; }
code { font-weight: bold; background: #ff9; }
/* Lists ---------------------- */
ul, ol { font-size: 11px; line-height: 17px; margin-bottom: 17px; list-style-position: inside; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }
/* Blockquotes ---------------------- */
blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }
blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 10px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
abbr { text-transform: none; }
/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only { display: none !important; }
@media print {
  * { box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; }
}
/* The Grid ---------------------- */
.row { width: 1000px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.collapse { margin: 0; }
.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }
.one, .row .one { width: 8.33333%; }
.two, .row .two { width: 16.66667%; }
.three, .row .three { width: 25%; }
.four, .row .four { width: 33.33333%; }
.five, .row .five { width: 41.66667%; }
.six, .row .six { width: 50%; }
.seven, .row .seven { width: 58.33333%; }
.eight, .row .eight { width: 66.66667%; }
.nine, .row .nine { width: 75%; }
.ten, .row .ten { width: 83.33333%; }
.eleven, .row .eleven { width: 91.66667%; }
.twelve, .row .twelve { width: 100%; }
.row .offset-by-one { margin-left: 8.33333%; }
.row .offset-by-two { margin-left: 16.66667%; }
.row .offset-by-three { margin-left: 25%; }
.row .offset-by-four { margin-left: 33.33333%; }
.row .offset-by-five { margin-left: 41.66667%; }
.row .offset-by-six { margin-left: 50%; }
.row .offset-by-seven { margin-left: 58.33333%; }
.row .offset-by-eight { margin-left: 66.66667%; }
.row .offset-by-nine { margin-left: 75%; }
.row .offset-by-ten { margin-left: 83.33333%; }
.push-two { left: 16.66667%; }
.pull-two { right: 16.66667%; }
.push-three { left: 25%; }
.pull-three { right: 25%; }
.push-four { left: 33.33333%; }
.pull-four { right: 33.33333%; }
.push-five { left: 41.66667%; }
.pull-five { right: 41.66667%; }
.push-six { left: 50%; }
.pull-six { right: 50%; }
.push-seven { left: 58.33333%; }
.pull-seven { right: 58.33333%; }
.push-eight { left: 66.66667%; }
.pull-eight { right: 66.66667%; }
.push-nine { left: 75%; }
.pull-nine { right: 75%; }
.push-ten { left: 83.33333%; }
.pull-ten { right: 83.33333%; }
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img { max-width: none!important; }
/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }
}
/* Normal Buttons ---------------------- */
.button { width: 100%; padding-left: 0px !important; padding-right: 10px !important; padding-top: 10px; padding-bottom: 10px; background-repeat:no-repeat; text-align:right; background-color:#83af41 ; border:0px; cursor: pointer; display: inline-block; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color:#e9b20c; }
.button:hover { color: #ffffff /* white */; background-color: #83af41 /* #333 */; opacity:0.8;}
.button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
.button:focus { -webkit-box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: #e9b20c /* #e9b20c */; }
.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { font-size: 11px; }
.button.small { font-size: 8px; padding: 7px 14px 8px; }
.button.tiny { font-size: 7px; padding: 5px 10px 6px; }
.button.expand { width: 100%; text-align: center; }
.button.primary { background-color: #565656; border: 1px solid #222; }
.button.primary:hover { background-color: #dba70d; }
.button.primary:focus { -webkit-box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #565656, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.success { background-color: #5da423; border: 1px solid #396516; }
.button.success:hover { background-color: #457a1a; }
.button.success:focus { -webkit-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #5da423, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; }
.button.alert:hover { background-color: #970b0e; }
.button.alert:focus { -webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; }
.button.secondary:hover { background-color: #d0d0d0; }
.button.secondary:focus { -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
.button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
.button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #565656; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.button.disabled :hover, .button[disabled] :hover { background: #565656; }
.button.disabled.success, .button[disabled].success { background-color: #5da423; }
.button.disabled.success:hover, .button[disabled].success:hover { background-color: #5da423; }
.button.disabled.alert, .button[disabled].alert { background-color: #c60f13; }
.button.disabled.alert:hover, .button[disabled].alert:hover { background-color: #c60f13; }
.button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; }
.button.disabled.secondary:hover, .button[disabled].secondary:hover { background-color: #e9e9e9; }
/* Don't use native buttons on iOS */
input[type=submit].button, button.button { -webkit-appearance: none; }
@media only screen and (max-width: 767px) {
  .button { display: block; }
  button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
}
/* Correct FF button padding */
@-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; }
input[type="submit"].tiny.button { padding: 3px 10px 4px; }
input[type="submit"].small.button { padding: 5px 14px 6px; }
input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; }
input[type="submit"].large.button { padding: 13px 30px 14px; }
}
@media only screen and (max-width: 767px) {
  .button-group button.button, .button-group input[type="submit"].button { width: auto; padding: 10px 20px 11px; }
  .button-group button.button.large, .button-group input[type="submit"].button.large { padding: 15px 30px 16px; }
  .button-group button.button.medium, .button-group input[type="submit"].button.medium { padding: 10px 20px 11px; }
  .button-group button.button.small, .button-group input[type="submit"].button.small { padding: 7px 14px 8px; }
  .button-group button.button.tiny, .button-group input[type="submit"].button.tiny { padding: 5px 10px 6px; }
  .button-group.even button.button, .button-group.even input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; }
}
div.button-bar { overflow: hidden; }
div.button-bar ul.button-group { float: left; margin-right: 8px; }
div.button-bar ul.button-group:last-child { margin-left: 0; }
/* Tabs ---------------------- */
dl.tabs { border-bottom: solid 1px #e6e6e6; display: block; height: 40px; padding: 0; margin-bottom: 20px; }
dl.tabs.contained { margin-bottom: 0; }
dl.tabs dt { color: #b3b3b3; cursor: default; display: block; float: left; font-size: 9px; height: 40px; line-height: 40px; padding: 0 9px 0 20px; width: auto; text-transform: uppercase; }
dl.tabs dt:first-child { padding: 0 9px 0 0; }
dl.tabs dd { display: block; float: left; padding: 0; margin: 0; }
dl.tabs dd a { color: #222; display: block; font-size: 11px; height: 40px; line-height: 40px; padding: 0px 23.8px; }
dl.tabs dd a:focus { font-weight: bold; color: #e9b20c /* #e9b20c */; }
dl.tabs dd.active { border-top: 3px solid #e9b20c /* #e9b20c */; margin-top: -3px; }
dl.tabs dd.active a { cursor: default; color: #565656; background: #ffffff /* #FFF */; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; font-weight: bold; }
dl.tabs dd:first-child { margin-left: 0; }
dl.tabs.vertical { height: auto; border-bottom: 1px solid #e6e6e6; }
dl.tabs.vertical dt, dl.tabs.vertical dd { float: none; height: auto; }
dl.tabs.vertical dd { border-left: 3px solid #ccc; }
dl.tabs.vertical dd a { background: #f2f2f2; border: none; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 11px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
dl.tabs.vertical dd.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
dl.tabs.vertical dd.active a { background: #4d4d4d; border: none; color: #ffffff /* #FFF */; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
dl.tabs.vertical dd:first-child a.active { margin: 0; }
dl.tabs.pill { border-bottom: none; margin-bottom: 10px; }
dl.tabs.pill dd { margin-right: 10px; }
dl.tabs.pill dd:last-child { margin-right: 0; }
dl.tabs.pill dd a { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; background: #e6e6e6; height: 26px; line-height: 26px; color: #666; }
dl.tabs.pill dd.active { border: none; margin-top: 0; }
dl.tabs.pill dd.active a { background-color: #e9b20c /* #e9b20c */; border: none; color: #ffffff /* #FFF */; }
dl.tabs.pill.contained { border-bottom: solid 1px #eee; margin-bottom: 0; }
dl.tabs.two-up dt a, dl.tabs.two-up dd a, dl.tabs.three-up dt a, dl.tabs.three-up dd a, dl.tabs.four-up dt a, dl.tabs.four-up dd a, dl.tabs.five-up dt a, dl.tabs.five-up dd a { padding: 0 17px; text-align: center; overflow: hidden; }
dl.tabs.two-up dt, dl.tabs.two-up dd { width: 50%; }
dl.tabs.three-up dt, dl.tabs.three-up dd { width: 33.33%; }
dl.tabs.four-up dt, dl.tabs.four-up dd { width: 25%; }
dl.tabs.five-up dt, dl.tabs.five-up dd { width: 20%; }
ul.tabs-content { display: block; margin: 0 0 20px; padding: 0; }
ul.tabs-content > li { display: none; }
ul.tabs-content > li.active { display: block; }
ul.tabs-content.contained { padding: 0; }
ul.tabs-content.contained > li { border: solid 0 #e6e6e6; border-width: 0 1px 1px 1px; padding: 20px; }
ul.tabs-content.contained.vertical > li { border-width: 1px 1px 1px 1px; }
.no-js ul.tabs-content > li { display: block; }
@media only screen and (max-width: 767px) {
  dl.tabs.mobile { width: auto; margin: 20px -20px 40px; height: auto; }
  dl.tabs.mobile dt, dl.tabs.mobile dd { float: none; height: auto; }
  dl.tabs.mobile dd a { display: block; width: auto; height: auto; padding: 18px 20px; line-height: 1; border: solid 0 #ccc; border-width: 1px 0 0; margin: 0; color: #555; background: #eee; font-size: 15px; font-size: 1.5rem; }
  dl.tabs.mobile dd a.active { height: auto; margin: 0; border-width: 1px 0 0; }
  .tabs.mobile { border-bottom: solid 1px #ccc; height: auto; }
  .tabs.mobile dd a { padding: 18px 20px; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #ffffff /* #FFF */; }
  .tabs.mobile dd a.active { border: none; background: #e9b20c /* #e9b20c */; color: #ffffff /* #FFF */; margin: 0; position: static; top: 0; height: auto; }
  .tabs.mobile dd:first-child a.active { margin: 0; }
  dl.contained.mobile { margin-bottom: 0; }
  dl.contained.tabs.mobile dd a { padding: 18px 20px; }
  dl.tabs.mobile + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
}
/* Navigation bar ------------ */
.nav-bar { height: 40px; background: #f2f2f2 /* #f2f2f2 */; margin-top: 20px; padding: 0; }
.nav-bar a { color: #565656 /* black */; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #c9c9c9 /* #d9d9d9 */; line-height: 38px; }
.nav-bar > li.active { background: #d9d9d9 /* #ddd */; }
.nav-bar > li.active > ul > li:first-of-type { border-top: solid 1px #c9c9c9 /* #aaa */; }
.nav-bar > li.active > a { cursor: default; }
.nav-bar > li.active:hover { cursor: default; }
.nav-bar > li:hover { background: #d9d9d9 /* #e2e2e2 */; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 36px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: black transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; }
.nav-bar .nav-bar li {border-right: none; border-left: none; }
.nav-bar.toggle-down > li > a:first-child { padding-right: 36px; position: relative; }
.nav-bar.toggle-down > li > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent black; }
.nav-bar.vertical.toggle-down > li > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent black ; position: absolute; left: 8px; top: 17px; }
.nav-bar.vertical.toggle-down > li > a:hover:first-child:after { border-color: transparent transparent transparent black; }
.nav-bar.vertical.toggle-down > li.active > a:first-child:after { border-color: black transparent transparent transparent; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.flyout { margin: 0; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
/* Table of Contents

:: Visibility

*/
/* Visibility Classes ---------------------- */
/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge { display: none !important; }
.hide-for-xlarge, .show-for-large, .show-for-large-up, .hide-for-small, .hide-for-medium, .hide-for-medium-down { display: block !important; }
/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: block !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: block !important; }
.hide-for-landscape, .show-for-portrait { display: none !important; }
@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait { display: block !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
}
@media screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape { display: block !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
}
/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }
.hide-for-touch { display: block !important; }
.touch .show-for-touch { display: block !important; }
.touch .hide-for-touch { display: none !important; }
/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; }
}
/********************************************
* *
* Styles for AbaNetWebAccess *
* *
********************************************/
.anwa * { border: 0; border-collapse: collapse; border-spacing: 0; font-size:11px; outline: none; line-height: 14px; text-decoration:none; }
html.anwa { height: 100%; width: 100%; z-index: 0; background-color:#ffffff /* #FFF */; overflow-y: auto; }
.anwa body { text-align: left; min-height:100%; height:auto !important; height:100%; display:block; color:#000000 /* #565656 */; line-height: 16px; font-weight:normal; font-size:12px; font-family: 'Frutiger Neue W01 Light'; }
.anwa h1 { font-size:14px !important; color: #000000 /* #454444 */; margin:0 0 16px 0; font-weight:bold; line-height:20px; }
.anwa hr { margin:10px 0 10px 0; border: none; background-color: #c9c9c9 /* #c9c9c9 */; color: #c9c9c9 /* #c9c9c9 */; height: 1px; }
.anwa .bodytext a { display:inline; color:#e9b20c /* #e9b20c */; }
.anwa a { color:#e9b20c /* #e9b20c */; }
.anwa a.close { font-size:20px; position:absolute; top:10px; left:10px; color:#f00; font-weight:bold; }
.anwa a:hover { color:#565656; }
.anwa input { padding: 0; margin: 0; cursor: pointer; color:#e9b20c; background-color:#83af41; font-weight:bold;}
.anwa select { border: 1px solid; }
.anwa.touch select { height: 35px; }
.anwa .back a{ width:100%; display:block; float:left; margin:20px 0 0 0; background-image:url(https://www.hev-zuerich-shop.ch/common/image/abacus-ci/pics/back.gif?xet=1297677850000); background-position:0 6px; background-repeat:no-repeat; padding:0 0 0 8px; }
.anwa .back2 a{ width:100%; display:block; float:left; margin:20px 0 0 0; background-image:url(https://www.hev-zuerich-shop.ch/common/image/abacus-ci/pics/back.gif?xet=1297677850000); background-position:0 6px; background-repeat:no-repeat; padding:0 0 0 8px; }
.anwa .bold { font-weight:bold; }
.anwa .yui .column, .anwa .yui .columns { padding: 0px 3px 0px 3px; }
.anwa .yui .row { margin: 0px -3px 0px -3px; }
.anwa .yui .rowez { margin: 0px -3px 0px -3px; }
.anwa .row.grau { background-color: #f2f2f2 /* #efefef */; min-height: 30px; padding-top:5px; }
.anwa .row.grau:hover { background-color: #d9d9d9 /* #efefef */; min-height: 30px; padding-top:5px; }
.anwa .row.weiss { background-color: #ffffff /* #FFF */; min-height: 30px; padding-top:5px; }
.anwa .row.weiss:hover { background-color: #d9d9d9 /* #FFF */; min-height: 30px; padding-top:5px; }
.anwa .row.title { background-color: #83af41 /* #565656 */; color: #e9b20c; min-height: 30px; padding-top:7px; font-weight:bold; padding-left:15px;}
.anwa .row.sort { background-color: #83af41 /* #565656 */; color: #ffffff; min-height: 30px; padding-top:7px; }
.anwa .rowez { display:none; }
.anwa .row.grau, .anwa .row.weiss, .anwa .row.ez { border-top: 1px solid #c9c9c9 /* #c9c9c9 */; }
.anwa .denied { color:#FFF; background-color:#FF0000; width: 100%; height:30px; padding-bottom:15px; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/imagedenied/p1=%23ffffff'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.anwa .denied:hover { color:#FFF; background-color:#FF0000; width: 100%; height:30px; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/imagedenied/p1=%23ffffff'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.anwa .accept { color:#FFF; background-color:#3C3; width: 100%; height:30px; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/imagenext/p1=%23ffffff'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.anwa .accept:hover { color:#FFF; background-color:#3C3; width: 100%; height:30px; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/imagenext/p1=%23ffffff'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
@media only screen and (max-width: 1023px) {
  .anwa body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .anwa .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .anwa .column, .anwa .columns { width: auto !important; float: none; }
  .anwa .column:last-child, .anwa .columns:last-child { float: none; }
  .anwa .column:before, .anwa .columns:before, .anwa .column:after, .anwa .columns:after { content: ""; display: table; }
  .anwa .column:after, .anwa .columns:after { clear: both; }
  /* Mobile 4-column Grid */
  .anwa .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .anwa .row .mobile-one:last-child { float: right; }
  .anwa .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .anwa .row .mobile-two:last-child { float: right; }
  .anwa .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .anwa .row .mobile-three:last-child { float: right; }
  .anwa .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .anwa .row .mobile-four:last-child { float: right; }
  .anwa .row .row { margin: 0 -15px; }
  .anwa .show-for-small { display: block !important; }
  .anwa .hide-for-small { display: none !important; }
  .anwa .button { display: inline-block; }
  .anwa button.button, .anwa input[type="submit"].button { padding: 10px 5px 11px; width: auto; margin: 0px 2px; }
  .anwa .yui .title { width: 30% !important; float: left; padding: 0 15px; }
  .anwa .yui .value { width: 70% !important; float: left; padding: 0 15px; }
  .anwa .toggle-detail { display: none !important; }
  .anwa .toggle-detail.show { display: block !important; }
}
@media only screen and (max-width: 767px) {
  .anwa button.button, .anwa input[type="submit"].button { padding: 10px 5px 11px; width: 100%; margin: 0px 2px; }
}
.anwa .toggle:after { border: solid 10px; position: absolute; content: ""; height: 0px; width: 0px; }
.anwa .toggle:hover { cursor: pointer; }
.anwa .sort .toggle.down:after { border-color: #e9b20c transparent transparent transparent; top: 5px; }
.anwa .sort .toggle.up:after { border-color: transparent transparent #e9b20c transparent; top: -5px; }
.anwa .toggle.down:after { border-color: #83af41 transparent transparent transparent; top: 5px; }
.anwa .toggle.up:after { border-color: transparent transparent #83af41 transparent; top: -5px; }
/* EBusiness Presentment Link */
.ebusinesspresentmentlink { border-radius:6px; border: 1px solid black; background-color: #ffffff /* #FFF */; padding: 10px 20px 10px 20px; width: 100%; float: left; margin: 2px 5px 2px 5px; }
.ebusinesspresentmentlink:hover { background-color: #ffffff; color: black; }
.ebusinesspresentmentlinkicon, .ebillicon { vertical-align: middle; }
/* ----------------------------------------
AbaNetWebAccess Einzahlungsschein
---------------------------------------- */
.ezs { background-color: #fbe5de; color: #000; border-top: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; padding-top: 3px; padding-bottom: 3px; width: 100%; }
.ezs2 { width: 100%; background-color: #fbe5de; color: #000; border: 1px solid #000; }
.ezs-t1, .ezs-t2, .ezs-t3 { float: left; width: 33%; padding-right: 8px; padding-left: 8px; font-weight: bold; font-size: 12px; }
.ezs-t2 { text-align: center; }
.ezs-t3 { text-align: right; }
p.ezs { font-size: 14px; border: none; line-height: normal; }
.close { color: #f00; float: left; font-size: 18px; font-weight: bold; color: #f00; padding-left: 5px; padding-right: 5px; }
.ezs-footer { clear: left; }
.ezs-boxright { float: right; width: 50%; height: 295px; border-left: 1px solid #000; }
.ezs-boxright1 { border-bottom: 1px solid #000; height: 80px; }
.ezs-boxright2 { padding-top: 3px; padding-right: 8px; padding-left: 8px; }
.ezs-boxleft { padding-top: 3px; padding-right: 8px; padding-bottom: 90px; padding-left: 8px; font-size: 12px; }
.ezs-printtext { color: #ff7935 !important; font-size: 10px; }
.ezs-total { font-size: 14px; border: 3px solid #ff7935 !important; padding-top: 2px; padding-right: 10px; float: left; width: 200px; text-align: right; }
.ezs-esrreference { border: 1px solid #ff7935 !important; font-size: 13px; margin-bottom: 30px; padding-top: 4px; padding-right: 12px; padding-left: 4px; }
.ezs-esrcodeline { background-color: #ffffff /* #FFF */; padding-top: 10px; padding-right: 20px; padding-bottom: 6px; text-align: right; font-size: 13px; }
/********************************************
* *
* Styles for Shop *
* *
********************************************/
/* ----------------------------------------
icons
---------------------------------------- */
/* --------- Hamburger menu --------------*/
.icon-hamburger.home.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagehome&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.search.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagesearch&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.basket.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagebasket&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.myaccount.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagemyaccount&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.checkout.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagecheckout&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.lastorders.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagelastorders&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
.icon-hamburger.login.white { background:url(https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagelogin&xet=1753871587876) center no-repeat; background-size: 25px 25px; }
/* --------- Expert pages ----------------*/
.icon.purchaselist-add { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagepurchaselist&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.purchaselist-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagepurchaselist&xet=1753871587876', sizingMethod='scale'); }
.icon.rename { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagerecalculate&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.rename { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagerecalculate&xet=1753871587876', sizingMethod='scale'); }
.icon.delete { background:url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/delete.png?xet=1461583376554') center no-repeat; }
.lt-ie9 .icon.delete { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagedelete&xet=1753871587876', sizingMethod='scale'); }
.small-icon.delete { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagedelete&xet=1753871587876")') center no-repeat; }
.lt-ie9 .small-icon.delete { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagedelete&xet=1753871587876', sizingMethod='scale'); }
.icon.basket-add { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagebasket&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.basket-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagebasket&xet=1753871587876', sizingMethod='scale'); }
.icon.purchaselist { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagepurchaselist&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.purchaselist { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagepurchaselist&xet=1753871587876', sizingMethod='scale'); }
.icon.copy { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageadd&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.copy { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageadd&xet=1753871587876', sizingMethod='scale'); }
.icon.user-add { background:url(https://www.hev-zuerich-shop.ch/common/image/version2/user_add.png?xet=1345549108000) center no-repeat; }
.lt-ie9 .icon.user-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/common/image/version2/user_add.png?xet=1345549108000', sizingMethod='scale'); }
.icon.print { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageprint&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.print { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageprint&xet=1753871587876', sizingMethod='scale'); }
.small-icon.newproduct { background:url(https://www.hev-zuerich-shop.ch/common/image/version2/new.gif?xet=962372708000) left no-repeat; background-size: contain; }
.lt-ie9 .small-icon.newproduct { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/common/image/version2/new.gif?xet=962372708000', sizingMethod='scale'); width: 35px !important; }
.icon.newproduct { background:url(https://www.hev-zuerich-shop.ch/common/image/version2/new.gif?xet=962372708000) left no-repeat; background-size: 40px !important; }
.lt-ie9 .icon.newproduct { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/common/image/version2/new.gif?xet=962372708000', sizingMethod='scale'); height: 20px !important; }
.small-icon.onsale { background:url(https://www.hev-zuerich-shop.ch/common/image/version2/onsale.gif?xet=976107860000) left no-repeat; background-size: contain; }
.lt-ie9 .small-icon.onsale { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/common/image/version2/onsale.gif?xet=976107860000', sizingMethod='scale'); width: 35px !important; }
.icon.onsale { background:url(https://www.hev-zuerich-shop.ch/common/image/version2/onsale.gif?xet=976107860000) left no-repeat; background-size: 40px !important; }
.lt-ie9 .icon.onsale { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/common/image/version2/onsale.gif?xet=976107860000', sizingMethod='scale'); height: 20px !important; }
.icon.attachment { background:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageattachment&xet=1753871587876') center no-repeat; }
.lt-ie9 .icon.attachment { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imageattachment&xet=1753871587876', sizingMethod='scale'); }
/* ----------------------------------------
HTML elements
---------------------------------------- */
@media screen {
  body.no-js { height: 100%; overflow-y: hidden; }
}
body { font-family: 'Frutiger Neue W01 Light'; background-color: #eaeae8; font-size:14px;}
body, label, blockquote { color: #000000; }
hr { color:#666; height: 1px; }
img { border: 0px; }
/* ----------------------------------------
nav-menu styles
---------------------------------------- */
.nav-menu-container { z-index: 100; padding: 0 0 0; }
.nav-menu-container-placeholder { display: none; }
.nav-menu { background: #83af41 /* #565656 */; }
.nav-menu .icon-link { float: left; text-align: center; width: 16.66%; height: 35px; background-size: 20px 20px; color: #e9b20c /* #e9b20c */; vertical-align: middle; font-size: 13px; line-height: 32px; #ffffff /* #FFF */-space: nowrap; }
.nav-menu .icon-toolbar { width: 23px; height: 23px; display: inline-block; vertical-align: middle; background-size: inherit !important; }
.nav-menu .icon-link:hover { background-size: 23px 23px; color: #ffffff /* #FFF */; }
@media only screen and (max-width: 767px) {
  .nav-menu .icon-link, .toolbar .icon-link { width: 25%; }
  .nav-menu .icon-toolbar { display: block; width: auto; }
  .nav-menu .icon-link { height: 40px; text-align: center; font-size: 12px; line-height: 40px; }
}
/* ----------------------------------------
icon styles
---------------------------------------- */
.icon { height: 30px; width: 100%; border: 0px; background-size: 28px 28px !important; }
a.icon, a .icon, input.icon { cursor: pointer; }
a.icon:hover, a .icon:hover, input.icon:hover { background-size: 30px 30px !important; }
.small-icon { height: 15px; background-size: 15px 15px !important; }
.icon.right { background-position: right; }
.icon.left { background-position: left; }
.lt-ie9 .icon { background-image: none; width: 30px; height: 30px; }
.lt-ie9 .small-icon { background-image: none; width: 15px; height: 15px; }
/* ----------------------------------------
texts
---------------------------------------- */
.text-bright {color:#ffffff /* #FFF */;}
.footer-text {color:#ffffff /* #FFF */;}
a.footer-text{ color:#e9b20c /* #e9b20c */; }
a.footer-text:hover {color: #ffffff /* #FFF */; }
a.footer-text:active{color: #ffffff /* #FFF */; }
.errortext { color: #ff0000; }
.textextrabig { font-size: 14px; }
.textbig { font-size: 12px; }
.textsmall { font-size: 9px; }
.textrotate{/* Safari */-webkit-transform: rotate(-90deg);/* Firefox */-moz-transform: rotate(-90deg);/* IE */-ms-transform: rotate(-90deg);/* Opera */-o-transform: rotate(-90deg);/* Internet Explorer */filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
/* -----------------------------------------
formular elements
----------------------------------------- */
select.variants { font-size: 12px; }
/* -----------------------------------------
buttons
----------------------------------------- */
.button { text-align:center; border-radius: 4px !important; font-family: 'Frutiger Neue W01 Light' !important; font-size:14px; color:#fff; text-align:left;}
.quicksearch-button {border-top-left-radius: 0px; border-bottom-left-radius: 0px; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagesearch&xet=1753871587876'); background-repeat:no-repeat; background-position:center; background-size:23px;}
.continue { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagenext&xet=1753871587876'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.search { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagesearch&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.addtobasket { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagebasket&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.delete { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagedelete&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.refresh { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagerecalculate&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.add { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imageadd&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.addtopurchaselist { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagepurchaselist&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.menu { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagemenu&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.attachment { width: 100%; padding-right: 10px !important; background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imageattachment&xet=1753871587876'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
/* -----------------------------------------
banner
----------------------------------------- */
.banner.isonsale { background-image: url(https://www.hev-zuerich-shop.ch/common/image/de/top_banner.png?xet=1386074722000); width: 63px; height: 70px; background-size:100%;}
.banner.new { background-image: url(https://www.hev-zuerich-shop.ch/common/image/de/new_banner.png?xet=1386073424000); width: 70px; height: 63px; background-size:100%; }
.banner { position: absolute; z-index: 10; }
.banner-footer { background: #83af41 /* #565656 */;}
/* -----------------------------------------
product blocks
----------------------------------------- */
.productblock { float: left !important; }
.productblock .banner.isonsale { left: 11px; }
.productblock .banner.new { right: 11px; }
.productblock .banner { top: 11px; }
/*.panel-image { height: 0px; padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; position: absolute; width:87%; display: none;}*/
.no-touch .panel-container:hover .panel-image { -webkit-transform: translate(0, 0); transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); top: 8px; bottom:inherit;}
.no-touch .panel-image { -webkit-transform: translateY(-100%); transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; position: absolute; width:calc(100% - 30px); top: 0px; left: 15px; height:86.5%; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; -moz-transition:all 0.35s ease; -o-transition:all 0.35s ease;}
.panel-image.hideimage { -webkit-transform: translateY(-100%) !important; transform: translateY(-100%) !important; -moz-transform: translateY(-100%) !important; -ms-transform: translateY(-100%) !important; -o-transform: translateY(-100%) !important; top: 0px !important;}
.productblock { overflow: hidden; }
.touch .panel-image { display: none;}
.panel { padding: 1.25em; color: #565656 /* black */; }
.panel-description-container { height: 108px; overflow-y: hidden; }
.panel-price-container { height: 30px; overflow-y: hidden; }
.panel-container { margin-top: 1.25em; background: #f2f2f2 /* #f2f2f2 */; opacity: 1; }
.panel-container a:hover {color: #000 !important;}
.panel-container:hover { background: #fff; opacity: 0.8; }
.product-check-box { vertical-align: middle; text-align: center; padding: 1.25em 0 1.25em 0; border: solid 1px #c9c9c9 /* #c9c9c9 */; border-top: none; background: #d9d9d9 /* #f2f2f2 */; height: 60px; }
.product-check-box input { display: inline; width: 20%; vertical-align: middle; margin: 0; }
.product-check-box input[type="number"] { width: 30%; }
a:hover + .product-check-box { background: #d9d9d9 /* #e2e2e2 */; opacity: 0.8; }
/*-----------------------------------------
hierarchy blocks
----------------------------------------- */
.hierarchyblock { float: left !important; }
.hierarchyblock-panel { border-style: solid; border-width: 1px; border-color: #c9c9c9 /* #c9c9c9 */; padding: 1.25em; color: #565656 /* black */; }
.hierarchyblock-panel-container { margin-top: 1.25em; background: #f2f2f2 /* #f2f2f2 */; opacity: 1; }
.hierarchyblock-panel-container:hover { background: #d9d9d9 /* #e2e2e2 */; opacity: 0.8; }
.hierarchyblock-panel-container:hover .panel { border-color: #c9c9c9 /* #c9c9c9 */; }
.hierarchyblock-container { margin-top: 1.25em; background: #f2f2f2 /* #f2f2f2 */; opacity: 1; }
.hierarchyblock .panel-image { height: 0px; padding-bottom: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; ; border-top-style: none; }
.hierarchyblock .panel { border-style: solid; border-width: 1px; border-color: #c9c9c9 /* #c9c9c9 */; padding: 1.25em; color: #565656 /* black */; }
.hierarchyblock .panel-description { border-style: solid; border-width: 1px; border-color: #c9c9c9 /* #c9c9c9 */; padding: 1em; padding-bottom:0px; color: #565656 /* black */; border-top-style: none;}
.hierarchyblock .panel-hierarchy-title { height: 40px; word-wrap: break-word; font-weight:bold;}
.hierarchyblock .panel-hierarchy-description {height: 90px; word-wrap: break-word; overflow:auto;}
/*-----------------------------------------
pricing tables
---------------------------------------- */
.pricing-table { border: solid 1px #c9c9c9 /* #c9c9c9 */; margin-left: 0; margin-bottom: 1.25em; }
.pricing-table * { list-style: none; line-height: 1; }
.pricing-table .title { background-color: #d9d9d9 /* #ddd */; padding: 0.9375em 1.25em; text-align: center; color: #565656 /* #333 */; font-weight: bold; font-size: 1em; }
.pricing-table .price { background-color: #f2f2f2 /* #eee */; padding: 0.9375em 1.25em; text-align: center; color: #565656 /* #333 */; font-weight: normal; font-size: 1em; }
.pricing-table .description { background-color: #ffffff /* #FFF */; padding: 0.9375em; text-align: center; color: #000000 /* #777 */; font-size: 0.75em; font-weight: normal; line-height: 1.4; border-bottom: dotted 1px #c9c9c9 /* #c9c9c9 */; }
.pricing-table .bullet-item { background-color: #ffffff /* #FFF */; padding: 0.9375em; text-align: center; color: #000000 /* #777 */; font-size: 0.875em; font-weight: normal; border-bottom: dotted 1px #c9c9c9 /* #c9c9c9 */; }
.pricing-table .bullet-item .icon { background-position: center; }
.pricing-table .cta-button { background-color: #f2f2f2/* #FFF */; text-align: center; padding: 10px 0 5px 0 !important; }
.pricing-table .cta-button .quantity { width: 50px; display: inline; margin: 0; }
.pricing-table .cta-button .icon { width: 30px; vertical-align: middle; }
.pricing-table .item-selection { display: none; width: 25px; height: 25px; }
.pricing-table .item-selection + label { float: left; margin-top: -0.7em; margin-left: -1em; vertical-align: middle; width: 25px; height: 25px; background: #ffffff /* #FFF */; position: relative; -webkit-box-shadow: inset 0px 1px 1px #ffffff /* #FFF */, 0px 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: inset 0px 1px 1px #ffffff /* #FFF */, 0px 1px 3px rgba(0,0,0,0.5); box-shadow: inset 0px 1px 1px #ffffff /* #FFF */, 0px 1px 3px rgba(0,0,0,0.5); }
.pricing-table .item-selection + label:after { opacity: 0; content: ''; position: absolute; width: 12px; height: 4px; background: transparent; top: 7px; left: 4px; border: 4px solid green; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.pricing-table .item-selection:checked + label:after { opacity: 1; }
.pricing-table .item-selection + label:hover:after { opacity: 0.2; }
.pricing-table .item-selection:checked + label:hover:after { opacity: 0.6; }
@media only screen and (max-width: 767px) {
  .touch .pricing-table .item-selection + label:hover:after { opacity: 0; }
  .touch .pricing-table .item-selection:checked + label:hover:after { opacity: 1; }
}
/* ----------------------------------------
productdetail picture
---------------------------------------- */
.productdetail-picture-container { max-width: 362px; }
.productdetail-picture { max-height: 350px; display: block; }
.productdetail-preview-container { float: left !important; }
.productdetail-preview { border: 1px solid #ddd; }
.productdetail-picture-container .banner.isonsale { left: 2px; }
.productdetail-picture-container .banner.new { right: 2px; }
.productdetail-picture-container .banner { top: -4px; }
.pdfline { margin-left: 18px; }
/* ----------------------------------------
filter
---------------------------------------- */
.filtergroupcontainer { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.filtergroup { -moz-column-break-inside: avoid; -webkit-column-break-inside: avoid; column-break-inside: avoid; break-inside: avoid-column; page-break-inside: avoid; padding-left: 8px; padding-right: 8px; }
.filterlist { list-style-type: none; }
.filterlist .filterlistitem { height: 20px; vertical-align: middle; white-space: nowrap; }
.filtercheckbox { display: none; }
.filtercheckbox + label { width: 13px; height: 13px; position: relative; background: #ffffff /* #FFF */; border: 1px solid black; text-indent: 15px; line-height: 12px; #ffffff /* #FFF */-space: nowrap; }
.filtercheckbox + label:hover { border-color: #e9b20c /* #e9b20c */; }
.filtercheckbox:checked + label:after { content: ''; position: absolute; width: 7px; height: 2px; top: 3px; left: 2px; background: transparent; border: 2px solid green; border-top: none; border-right: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.filtercheckbox:disabled + label { opacity: 0.3; }
.filtercheckbox:disabled + label:hover { border-color: black; cursor: initial; }
.touch .filtercheckbox + label { width: 30px; height: 30px; text-indent: 35px; line-height: 27px; }
.touch .filtercheckbox:checked + label:after { width: 16px; height: 5px; top: 8px; left: 4px; border: 4px solid green; border-top: none; border-right: none; }
.touch .filterlist .filterlistitem { height: 33px; }
/* ----------------------------------------
social media banner
---------------------------------------- */
.social-banner-container { z-index: 0; text-align:right; position:absolute; right:50px;}
@media only screen and (max-width: 767px) {
  .social-banner .icon-link, .toolbar .icon-link { width: 20%; }
  .social-banner .icon-toolbar { display: block; width: auto; }
  .social-banner .icon-link { height: 23px; text-align: center; font-size: 10px; line-height: 21px; }
}
/* ----------------------------------------
social media
---------------------------------------- */
.social-media { border: solid 1px #c9c9c9 /* #c9c9c9 */; margin-left: 0; margin-bottom: 1.25em; }
.social-media * { list-style: none; line-height: 1; }
.social-media .title { background-color: #d9d9d9 /* #ddd */; padding: 0.9375em 1.25em; text-align: center; color: #565656 /* #333 */; font-weight: bold; font-size: 1em; }
.social-media .cta-button { background-color: #ffffff /* #FFF */; text-align: center; padding: 1.25em 1.25em 1.25em; }
a.facebook-mid { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagefacebook&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; margin-bottom:10px;}
a.facebook-mid:hover,a.facebook:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%233B5998?dpa=imagefacebook&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; }
a.twitter-mid { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagetwitter&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; margin-bottom:10px;}
a.twitter-mid:hover,a.twitter:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%2355ACEE?dpa=imagetwitter&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; }
a.googleplus-mid { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagegoogleplus&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; margin-bottom:10px;}
a.googleplus-mid:hover,a.googleplus:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23D94B35?dpa=imagegoogleplus&xet=1753871587876'); display:block; background-size: 30px; width:30px; height:30px; margin-top:20px; }
a.facebook { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%233B5998?dpa=imagefacebook&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
a.facebook:hover,a.facebook:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagefacebook&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
a.twitter { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%2355ACEE?dpa=imagetwitter&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
a.twitter:hover,a.twitter:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagetwitter&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
a.googleplus { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23D94B35?dpa=imagegoogleplus&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
a.googleplus:hover,a.googleplus:active { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23565656?dpa=imagegoogleplus&xet=1753871587876'); display:block; background-repeat:no-repeat; background-size: 50px; width:50px; height:50px; }
/* ----------------------------------------
social media
---------------------------------------- */
.fileblock { float: left !important; text-align:center; margin:15px 0px 0px 0px; }
.fileblock .deletecontainer { width:30px; height:16px; margin:0px auto; }
.fileblock .deletecontainer a.delete { background-image:url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagedelete&xet=1753871587876'); display:block; background-size: 16px 16px; background-repeat:no-repeat; background-position:50% 50%; margin-left:30px; background-color:#565656; border:1px solid #565656; border-radius:50%; height:16px; width:16px; }
.fileblock .filecontainer { width:30px; height:30px; margin:0px auto; }
.fileblock .filecontainer .fileicon { display:block; background-size: 30px 30px; background-repeat:no-repeat; background-position:center; width:30px; height:30px; }
.fileblock .filecontainer img { height:30px; }
/* ----------------------------------------
file upload
---------------------------------------- */
div.shopfileupload { position: fixed; top: 100px !important; left: 50%; transform: translate(-50%, -10%);}
/* ----------------------------------------
checkout status bar
---------------------------------------- */
.payment_inactive { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/payment.png?xet=1394783931000'); display:block; width:70px; height:70px; opacity: 0.4; }
.checkorder_inactive { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; height:70px; opacity: 0.4; }
.approved_inactive { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; opacity: 0.4; }
.openbox_inactive { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/openbox.png?xet=1416231488000'); display:block; width:70px; height:70px; opacity: 0.4; }
.box_inactive { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/box.png?xet=1416231608000'); display:block; width:70px; height:70px; opacity: 0.4; }
.basket_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/shopping_basket_check.png?xet=1395154425000'); display:block; width:70px; height:70px; }
.payment_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/payment_check.png?xet=1395154422000'); display:block; width:70px; height:70px; }
.return_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/return_check.png?xet=1416230660000'); display:block; width:70px; height:70px; }
.openbox_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/openbox_check.png?xet=1416231542000'); display:block; width:70px; height:70px; }
.box_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/box_check.png?xet=1416231656000'); display:block; width:70px; height:70px; }
.checkorder_checked { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/checkorder_check.png?xet=1395154419000'); display:block; width:70px; height:70px; }
.approved { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/approve_green.png?xet=1395156200000'); display:block; width:70px; height:70px; }
a.basket,a.basket:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/shopping_basket.png?xet=1394783914000'); display:block; width:70px; height:70px;}
a.basket:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/shopping_basket.png?xet=1394783914000'); display:block; width:70px; height:70px; opacity: 0.8;}
a.payment,a.payment:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/payment.png?xet=1394783931000'); display:block; width:70px; height:70px; }
a.payment:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/payment.png?xet=1394783931000'); display:block; width:70px; height:70px; opacity: 0.8;}
a.return,a.return:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/return.png?xet=1416231152000'); display:block; width:70px; height:70px; }
a.return:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/return.png?xet=1416231152000'); display:block; width:70px; height:70px; opacity: 0.8;}
a.box,a.box:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/box.png?xet=1416231608000'); display:block; width:70px; height:70px; }
a.box:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/box.png?xet=1416231608000'); display:block; width:70px; height:70px; opacity: 0.8;}
a.checkorder,a.checkorder:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; height:70px; }
a.checkorder:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; opacity: 0.8;}
a.approved,a.approved:active { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; }
a.approved:hover { background-image:url('https://www.hev-zuerich-shop.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; opacity: 0.8;}
/* ----------------------------------------
Reveal Modals
---------------------------------------- */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; right:0; }
.modal-inner { width: 100%; background-color:#ffffff;}
.reveal-modal { background: #83af41; color:#ffffff; visibility: hidden; display:none; width:97%; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modalupload { background: #d9d9d9; color:#ffffff; visibility: hidden; display:none; width:97%; z-index: 41; padding: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.reveal-modal .close-reveal-modal:not(.button) { line-height: 1; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
.reveal-modal.small { width: 30%; margin-left: -15%; }
.reveal-modal.medium { width: 40%; margin-left: -20%; }
.reveal-modal.large { width: 60%; margin-left: -30%; }
.reveal-modal.xlarge { width: 70%; margin-left: -35%; }
.reveal-modal.expand { width: 90%; margin-left: -45%; }
.reveal-modal .row { min-width: 0; margin-bottom: 10px; }
.reveal-modal > :first-child { margin-top: 0; }
.reveal-modal > :last-child { margin-bottom: 0; }
@media print {
  .reveal-modal { border: solid 1px #000; background: #fff; }
}
/* ----------------------------------------
Drop Down Menu
---------------------------------------- */
.row.sort { background-color: #83af41 /* #565656 */; color: #ffffff; min-height: 30px; padding-top:7px; }
.toggle-detail { display: none !important; }
.toggle-detail.show { display: block !important; }
}
@media only screen and (max-width: 767px) {
  button.button, input[type="submit"].button { padding: 10px 5px 11px; width: 74% !important; margin: 0px 2px; }
}
.toggle:after { border: solid 10px; position: absolute; content: ""; height: 0px; width: 0px; }
.toggle:hover { cursor: pointer; }
.sort .toggle.down:after { border-color:#53BAEA transparent transparent transparent; top: 5px; }
.sort .toggle.up:after { border-color: transparent transparent #53BAEA transparent; top: -5px; }
.toggle.down:after { border-color: #53BAEA transparent transparent transparent; top: 5px; }
.toggle.up:after { border-color: transparent transparent #53BAEA transparent; top: -5px; }
/* ----------------------------------------
misc
---------------------------------------- */
.boxtitle { background-color: #83af41 /* #565656 */; color: #e9b20c /* #e9b20c */; height:35px; vertical-align:-20px; }
.zebra-line { margin-top: 2px; margin-bottom: 2px; }
.zebra1 { /* background-color: #cde9ff; color: #565656; */ }
.zebra2 { /* background-color: #ffffff; */ /* #FFF */ /* color: #565656; */ }
.amount { text-align: right; }
.totalamount { text-align: right; text-decoration:underline; font-weight:bold; }
.align-middle { vertical-align: middle; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.radio-button-container { margin-bottom: 10px; }
.purchaselists-icon-container { margin-bottom: 10px; }
.pagenavigator-emptyspace { margin-top: 5px; }
.minibasket-line { margin-top: 2px; margin-bottom: 2px; }
.minibasket-delete-icon-container { width: 30px; }
/* ----------------------------------------
history / historydetail
---------------------------------------- */
a.historyoverviewline { color:#000000; }
.historyoverviewline { height: 25px; padding-top:3px;}
.historyoverviewline:hover { height: 25px; padding-top:3px; }
.historyline { height: 21px; }
.historyline:hover { height: 21px; }
.historylineactive { height: 21px; background-color:#f2f2f2; font-weight:bold; }
.historylineactive:hover { height: 21px; }
.historysortbutton { color:#e9b20c; background:none; border:none; padding-left:0; cursor:pointer;}
.historysortbutton:hover { color:#565656; background:none; border:none; cursor:pointer;}
/* ----------------------------------------
arrow button in hierarchyancestor
---------------------------------------- */
.arrow-left { margin-left: 10px; height: 38px; position: relative; }
.arrow-left:after { content: ' '; position: absolute; top: 50%; margin-top: -19px; border-top: 19px solid transparent; border-bottom: 19px solid transparent; border-right: 16px solid; border-right-color: #83af41; left: -16px; }
/* ---------------------------------------
hamburger menu
---------------------------------------- */
.icon-hamburger { height: 25px; width: 25px; display: inline-block; margin: -2px 10px -5px 0px; font-size: 15px; }
.hamburger-back-button { border-top: 2px; border-left: 2px; border-bottom: 0px; border-right: 0px; border-color: #ffffff; border-style: solid; display: inline-block; height: 14px; width: 14px; margin: 5px 10px 0px 10px; float: left; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.hamburger-back-button:hover { cursor: pointer; }
.hamburger-menu-item { height: 100%; width: 100%; }
#hamburgerheader { height: 46px; }
#hamburgerheader .icon-link { float: right; }
#hamburgerheader .icon-link:hover { cursor: pointer; }
#hamburgerheader .block { width: 33.33%; float: left; }
#hamburgerheader .icon-hamburger.basket span { width: 10px; height: 10px; font-size: 7px; background-color: #ffffff; color: #000000; margin-left: 21px; margin-top: 13px; border-radius : 50%; display: inline-block; line-height: 10px; }
/*#hamburgerheader a:hover .icon-hamburger.basket span { background-color: #464646; }*/
#hamburgerheader { background-color: #83af41; padding: 10px; text-decoration: none; font-size: 20px; color: #fff; position: fixed; width: 100%; z-index: 15; text-align: center; }
#hamburgerheader img { max-height: 24px; }
#hamburgerbutton { border: 1px solid #565656; border-radius: 3px; cursor: pointer; display: inline-block; height: 24px; padding: 3px 4px 3px; position: relative; width: 25px; background: #383838; float: left; background: -moz-linear-gradient(top, #383838 0%, #282828 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#282828)); background: -webkit-linear-gradient(top, #383838 0%,#282828 100%); background: -o-linear-gradient(top, #383838 0%,#282828 100%); background: -ms-linear-gradient(top, #383838 0%,#282828 100%); background: linear-gradient(to bottom, #383838 0%,#282828 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#282828',GradientType=0 ); }
#hamburgerbutton div { background-color: #ffffff; border: 1px solid #eee; border-radius: 2px; height: 2px; margin-top: 3px; }
#hamburgernav { display: none; left: 0px; top: 0px; position: fixed; z-index: 0; width: 70%; height: 100%; overflow-x:hidden; overflow-y:auto; background: #83af41; }
#hamburgernav ul { list-style: none; margin: 0; width: 100%; padding: 0; }
#hamburgernav li { position: relative; padding: 0px; }
#hamburgernav li a { padding:10px; }
#hamburgercontentlayer { display: none; height: 100%; overflow-x: hidden; overflow-y: auto; position: absolute; right: 0; top: 0; width: 30%; z-index: 20; }
#hamburgercontent { z-index: 5; position: relative; }
@media screen and (max-width: 767px) {
  #hamburgercontentbackground { z-index: 1; top: 0px; width: 100%; height: 100%; position: absolute; }
  #hamburgercontent {padding: 52px 0px 0px 0px; width: auto; }
  #hamburgercontent .homelanguageselect, #hamburgercontent .homecurrencyselect { display: none !important; }
}
/* ---------------------------------------
fast search input
---------------------------------------- */
.fastsearchinput { display: none; position: fixed; width: 100%; height: 62px; opacity: 1; z-index: 10; background-color: #f2f2f2; border-bottom: 1px solid #c9c9c9; padding: 15px 15px 5px 15px; }
.fastsearchinput .button { background-image: url('https://www.hev-zuerich-shop.ch/de/p1=%23ffffff?dpa=imagesearch&xet=1753871587876'); background-repeat: no-repeat; background-position: center; background-size: 23px 23px; }
#fastsearchinputlayer { display: none; height: 100%; width: 100%; overflow-x: hidden; overflow-y: auto; position: fixed; top: 108px; z-index: 11; }
.ui-front { z-index: 14; }
/* ---------------------------------------
visibility depending on javascript
active or not
---------------------------------------- */
.js .show-if-js { display: block; }
.js .hide-if-js { display: none; }
.no-js .show-if-js { display: none; }
.no-js .hide-if-js { display: block; }
/* ----------------------------------------
style depending on screen size
and device type
---------------------------------------- */
/* default styles */
select { font-size: 11px; }
.content-container { width: 75%; }
.show-for-small-or-touch { display: none; }
.hide-for-small-or-touch { display: block; }
.shoptitle { color: #000000; font-size: 28px; margin-top: 3px; }
.subtitle { color: #000000; font-size: 18px; }
.ordersummarylist { margin-bottom: 10px; }
/* syles for print */
@media print {
  .content-container { width: 100%; }
  a[href]:after { content: ""; }
  abbr[title]:after { content: ""; }
  .show-on-print { display: block !important; }
  .pricing-table, .panel-container { page-break-inside: avoid; }
}
@media screen and (max-width: 767px) {
  .show-for-small-or-touch { display: block; }
  .hide-for-small-or-touch { display: none; }
  .content-container { width: 100%; }
  .ordersummarylist { margin-bottom: 1px; }
  .shoptitle { font-size: 20px; }
  .subtitle { font-size: 14px; }
}
@media only screen and (max-width: 767px) {
  input[type="checkbox"] { width: 30px; height: 30px; }
  input[type="radio"] { width: 30px; height: 30px; }
}
.touch .show-for-small-or-touch { display: block; }
.touch .hide-for-small-or-touch { display: none; }
.touch select { height: 35px; }
/*.touch .content-container { width: 100%; }*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) {
  .hide-for-small-or-touch { display: none; }
  .show-for-small-or-touch { display: block; }
  .content-container { width: 100%; }
  input[type="checkbox"] { width: 20px; height: 20px; }
}
/* -----------------------------------------
enable/disable elements
----------------------------------------- */
.userkeys-in-searchoutline { /*display: none;*/ }
.line-between-rows-instead-of-zebra { /* to enable zebra use the css classes zebra1 and zebra2 in this file and uncomment this property */ /*display: none;*/ }
/* -----------------------------------------
HEV ZH
----------------------------------------- */
.clearfix:after { content: "."; clear: both; display: block; visibility: hidden; height: 0px;}
@font-face { font-family: 'Frutiger Neue W01 Light'; src: url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Light.eot?xet=1460981716822#') format('eot'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Light.woff?xet=1460981716675') format('woff'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Light.ttf?xet=1460981716677') format('truetype'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Light.svg?xet=1460981717492#svgFontName') format('svg'); }
@font-face { font-family: 'Frutiger Neue W01 Heavy'; src: url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Bold.eot?xet=1460981717390#') format('eot'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Bold.woff?xet=1461833091604') format('woff'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Bold.ttf?xet=1460981717261') format('truetype'), url('https://www.hev-zuerich-shop.ch/abauserimage/design/fonts/FrutigerNeueLTPro-Bold.svg?xet=1460981717219#svgFontName') format('svg'); }
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, p, blockquote, th, td { margin: 0; padding: 0; font-size: 14px !important; line-height: 17px;}
body { font-family: 'Frutiger Neue W01 Light'; font-size:14px !important; }
.nav-bar > li { float: left; display: block; position: relative; margin: 0; border: none; border-top: 1px solid #e0e0e0; line-height: 24px; font-size:20px; }
.content-container a:hover { color: #83AF41; border-bottom: 1px solid #83AF41;}
.content-container a { color: #000; font-family: 'Frutiger Neue W01 Heavy' !important; border-bottom: 1px solid #B2D37E; }
.nav-bar {background: #eaeae8 !important;}
.nav-bar li a { padding: 12px 0px 12px 25px!important; font-family: 'FrutigerNeueLTW01-CnBol_774330'; font-style: normal; font-weight: normal; font-size: 20px; display: inline-block; width: 92%;}
.nav-bar > li:hover > a { color: #53BAEA; }
.nav-bar > li.active, .nav-bar > li:hover{background: #eaeae8 !important;}
.nav-bar > li.active > a{ color: #53BAEA; cursor:pointer; }
.nav-bar.vertical {position: relative; z-index:15;}
/*.nav-bar .active .nav-bar {display: block;}*/
.nav-bar li li {height: auto !important;}
.iconarrow { width: 1em; height: 21px; fill: #83AF41; margin-right: 0.2rem; top: 16px; position: absolute;}
.nav-bar .nav-bar .iconarrow {display: none;}
.nav-bar li li {border-color: #fff;}
@media only screen and (min-width: 900px) {
  .nav-bar > li > a.show, .nav-bar > li.show > a { color: #53BAEA;}
  .nav-bar .nav-bar {margin:0px; /*opacity:0;*/ left:0px; background: #53BAEA !important; /*background:#0B364B !important;*/}
  .nav-bar .nav-bar{opacity:0; z-index:-1; visibility:hidden; height:0px;}
  .nav-bar li .nav-bar.show{ opacity:1; border-top: solid 1px #e0e0e0 !important; visibility:visible; position: absolute; height:auto; left: 100%; top: -1px; z-index: 1; width:250px; -webkit-transition: opacity 0.9s, left 0.3s ease-in-out; -moz-transition: opacity 0.9s, left 0.3s ease-in-out; -o-transition: opacity 0.9s, left 0.3s ease-in-out; transition: opacity 0.9s, left 0.3s ease-in-out; opacity:1;}
  .nav-bar > li.active > ul > li:first-of-type { border-top: none !important;}
  .nav-bar .nav-bar li.active, .nav-bar .nav-bar li:hover {/*background: #53BAEA !important; */background:#0B364B !important; }
  .nav-bar .nav-bar li a, .nav-bar .nav-bar li a {color: #fff;}
}
.nav-bar .nav-bar a {padding: 10px 13px 10px 20px !important; font-size:16px; }
.nav-bar > li:first-child { border: none; }
.nav-bar > li.navitm10{display: none;}
.nav-bar > li.navitm20 { border: none; }
.nav-bar.vertical.toggle-down > li > a:first-child:after { display: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { display: none !important;}
.adressbox { background: #fff; padding: 20px 13px; margin-top: 30px; }
.adressbox p { line-height:22px; }
.adressbox a { color: #000; }
.adressbox:hover a { color: #000; }
.adressbox b { line-height:20px; }
.adressbox h3 { font-family: 'Frutiger Neue W01 Light'; font-size:1.429em;}
.serviceicons { float: right;margin-bottom: 5px; margin-top:-15px; padding-bottom:15px;}
.serviceicons.home { float: right;margin-bottom: 5px; margin-top:0px; padding-bottom:0px;}
.loginbutton, .logoutbutton { float: left; text-align: center; margin-right:30px; }
.print { float: left; text-align: center; margin-right:30px;}
.help{ float: left; text-align: center; margin-right:30px; }
.help img, .print img {height: 44px;}
.loginbutton img, .logoutbutton img { height: 44px; }
.basketbutton { float: left; text-align: center; width:110px; font-size:14px; position: relative; margin-right:-18px;}
.basketbutton img { height: 44px; }
.serviceicons a { color: #000; font-family: 'Frutiger Neue W01 Heavy'; font-size:14px; }
.basketitem{ position: absolute; left: 8px; top: 22px; border-radius: 50%; height: 25px; width: 25px; background:#53BAEA; border: 2px black solid; color: #fff; line-height: 21px; text-align: center;}
.nav-bar a { color: #000000; font-size: 20px; line-height: 24px;}
.navileft { margin-top:95px; padding: 0 25px 0 0; }
/*.banner.isonsale { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/aktion.png?xet=1461849815746); height:89px; width:89px; left: 15px !important; top: 8px; right:inherit !important;}*/
/*.banner.new { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/neu.png?xet=1461849816512); height:89px; width:89px; left: 15px; top: 8px; right:inherit !important;}
*/
.banner.new { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/neu_icon.png?xet=1466155134869) !important; height: 30px; background-repeat: no-repeat; width: 30px; right: 24px !important; bottom: 87px; left: inherit !important; top: inherit;}
.banner.isonsale { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/sale_icon.png?xet=1466087732679) !important; background-repeat: no-repeat; height: 30px; width: 30px; right: 24px !important; bottom:128px; left: inherit !important; top: inherit;}
.panel-container { background: #fff; margin:8px 0 1.25em 0 !important;}
.startpage { padding-top:7px; }
.panel-container .titel { font-family: 'FrutigerNeueLTW01-CnBol_774330';}
.panel-container:hover { background: #fff ; opacity: 1;}
.panel-image { text-align: center; background: #fff; }
.panel-image img { max-width:60%; padding-top: 10px;}
.panel-container .icon.basket-add { width:44.5% !important; margin-right:5%; }
.panel-container .addtopurchaselist.button { width:44.5% !important; }
.purchasebig { font-size: 18px !important; line-height: 2em;}
.panel { padding:10px 10px 0 10px !important; }
.panel-container .icon.basket-add{ background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/basket_add.png?xet=1461312079877) !important; background-color: #53BAEA !important; background-size: 80% !important; background-repeat: no-repeat; background-position: center; border-radius: 4px; float: left; height: 32px;}
.addtobasket{ background:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/basket_add.png?xet=1461312079877) #83af41; background-size: 30px !important; background-repeat: no-repeat; background-position: left 10px center; }
.panel-container .addtopurchaselist.button{ background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/list.png?xet=1461849816129) !important; background-color: #53BAEA !important; background-size: 80% !important; background-repeat: no-repeat; background-position: left 5px center; border-radius: 4px; height: 32px;}
.productblockbutton { padding:0 !important; }
input.button, button.button, a.button { background-color: #53BAEA !important;}
.button:hover { background-color: #53BAEA !important; opacity:1 !important;}
.button, a { outline: none; }
.button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active, .button:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="button"]:focus{ outline:none; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; color: #fff;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { padding: 0.5rem; border-color: rgba(0, 0, 0, 0.12); background: #FFFFFF; color: #9f9f9f !important; border-radius: 4px; border-width: 0.125rem; border-style: solid; font-family: 'Frutiger Neue W01 Light' !important; font-size:20px; height:32px; box-shadow: none;}
b { font-family: 'Frutiger Neue W01 Heavy'; font-weight: normal;}
.panel-description-container { height:68px; overflow: hidden; margin-bottom: 5px;}
.allproduct h1 { display: block; width: 100%; float: none; margin-top:-4px;}
.allproduct h1 span {display: none;}
.panel-price-container { height: 134px; overflow-y: hidden; line-height:21px;}
.cat500 .mitgliederp, .cat50 .mitgliederp { display: none; }
.panel-description-container .cat { display: none; font-size:12px;}
.productdetailtitle h1 { margin-top:0px; color: #0B364B; margin-bottom:6px; font-size:26px;}
.mehrinformationen { display: none; }
#hamburgercontent .productdetail .banner.new, #hamburgercontent .productdetail .banner.isonsale { position: relative; left: inherit !important; top: inherit !important; right: inherit !important; bottom: inherit !important; display: inline-block;}
.productdetail .iconavailablestock { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/freestock.png?xet=1466068444797) !important; height:20px; background-size: 100%; width:20px; display:inline-block; margin-right:5px; float: left margin-top:-2px;;}
.productdetail .iconnostock { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/nostock.png?xet=1466157900408) !important; background-size: 100%; height:20px; width:20px; display:inline-block;margin-right:5px; float: left; margin-top:-2px;}
.productdetail .iconlessstock { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/lessstock.png?xet=1466157895112) !important; background-size: 100%; height:20px; width:20px; display:inline-block;margin-right:5px; float: left; margin-top:-2px;}
.artnr { font-size:20px !important; margin-bottom:20px; color: #565656; }
.produktdetail.artnr { font-size:14px !important; margin-bottom:10px; color: #565656; }
.seminardetail { position: relative;}
.preistextseminar {display: none;}
.cat50 .preistextseminar {display: inline-block;}
.preistextnormal {display: inline-block;}
.cat50 .preistextnormal {display: none;}
.seminardetail .banner.isonsale{ position: absolute; bottom: inherit; right: inherit !important; margin-left: 8px;}
.seminardetail .banner.new{ position: absolute; bottom: inherit; right: inherit !important; margin-left: 8px; top: -1px;}
.seminarhide .banner.new, .seminardetail .banner.isonsale{ display: none !important; }
.productdetail .pricing-table{ border: none;}
.productdetail .pricing-table li { background: none; text-align: left; font-size: 20px !important; line-height: 25px; padding:0 0 5px 0; border: none;}
.pricing-table .price {padding:0 !important;}
.mwst { font-size: 15px !important; line-height: 25px; }
.productdetail .pricing-table .cta-button .quantity { width: 22%; float: left;}
.productdetail .addtobasket { float: right; width: 74% !important; color: #fff; line-height:13px; height:32px; font-size:14px; text-align:left; padding-left: 46px !important;background-color: #83af41; background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/basket_add.png?xet=1461312079877) !important; background-size: 30px !important; background-repeat: no-repeat; background-position: left 10px center; }
.productdetail .addtopurchaselist { clear: both; width: 74% !important; float: right; margin-top: 15px; color: #fff; line-height:13px; font-size:14px; text-align:left; padding-left: 46px !important; background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/list.png?xet=1461849816129) !important; background-color: #83af41; background-size:30px !important; background-repeat: no-repeat; background-position: left 10px center; height: 32px;}
.productdetail-preview-container { width:10% !important; }
.productdetailtitle h2 { margin-bottom:30px; }
.productdetailtitle .artnr { margin-bottom: 20px; display: block; line-height: 1.2em;}
.seminarstock { margin: 13px 0 0 0; font-size: 20px !important; margin-bottom: 20px; color: #565656;}
.seminarstock .teilnehmer2 {display: none;}
.teilnehmeranz { padding-top: 10px;}
.autokennzeichen {display: none; margin-top:10px;}
.autokennzeichen input{ padding-bottom: 0; margin-bottom: 0;}
.productdetail .descr span{ font-size:20px !important; line-height:25px !important; font-family: 'Frutiger Neue W01 Light' !important; }
.bottom.descrtext, .top.pricing-table { display: block !important;}
.bottom.descrtext .stock{ display: none;}
.bottom.descrtext.cat50 .stock { display: block !important;}
.productdetail-preview-container { display: none;}
.productdetail-preview-container.show { display: block !important;}
.top.descrtext{display: none !important;}
.bottom.pricing-table{display: none !important;}
.top.descrtext.cat50, .bottom.pricing-table.cat50 { display: none !important;}
.bottom.descrtext.cat50, .top.pricing-table.cat50 { display: block !important;}
.productdetail-picture.seminar, .productdetail-picture.formicon { display: none; max-width:100% !important;}
.productdetail-picture.seminar.cat50 { display: block !important; }
.productdetail-picture.formicon:first-child, .productdetail .productdetail-picture.formicon.first { display: block !important; padding-top: 25px;}
.panel-container .productdetail-picture.seminar.cat50 { padding-top: 23px;}
.button.purchaselists, .button.back, .continue.button, .delete { padding-left: 10px !important; text-align: left !important;}
/*.continue, .button.purchaselists { background:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/next.png?xet=1462979832226) #83af41; background-size: 5% !important; background-repeat: no-repeat; background-position: left 10px center; }
.back { background:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/prev.png?xet=1462979832557) #83af41; background-size: 5% !important; background-repeat: no-repeat; background-position: left 10px center; }
.delete.button { padding-left:42px !important; background:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/delete.png?xet=1461583376554) #83af41; background-size: 9% !important; background-repeat: no-repeat; background-position: left 10px center; }*/
.button, .delete.button, .button.purchaselists, .button.back, .continue.button, .delete {background-image: none !important; text-align: left; padding-left: 10px !important;}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] { height:40px; }
.stock { font-size: 20px !important; line-height: 25px !important; font-family: 'Frutiger Neue W01 Heavy' !important; }
.titlerow div{ padding-bottom: 0.625rem; color: rgba(0, 0, 0, 0.54); text-transform:uppercase; font-size:14px;}
.columns.end.amount { float: right; }
textarea { height: 70px; font-family: 'Frutiger Neue W01 Light' !important; }
.basketrow { padding: 5px 0 15px 0;}
.basketrow .icon.delete, .detailrow .icon.delete { background-image: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/delete_black.png?xet=1467204346501) !important; background-repeat: no-repeat; background-position:center; background-size:20px; height: 37px !important;}
.basketrow .amount { text-align: right; padding-top: 8px;}
.productname, .forgottenpassword, .loginoutline, .purchaselistselection, .purchaselists, .purchaselistdetail{ padding-top: 8px; }
.productname a { color: #000;}
.basketrow .quantity { font-size: 14px;}
.basket hr, .content-container hr { border-top: 1px solid #81ccf0; }
.checkoutsteps { padding-top: 25px !important;}
.content-container a .panel-container { font-family: 'Frutiger Neue W01 Light' !important; }
.checkoutsteps a, .checkoutsteps a:hover, .serviceicons a:hover, .serviceicons a { border: none; font-family: 'Frutiger Neue W01 Light' !important; opacity:1; }
.serviceicons a:hover { color: #000; }
.checkoutsteps a:hover { color: #fff; }
.paymentselection label {font-size:14px !important;}
.adresse_inactive, .payment_inactive, .checkorder_inactive { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/inactive.png?xet=1461590180329) #e0e0e0 right top no-repeat; height: 61px; line-height: 61px; display: block; width:auto !important; opacity:1; color: #000; font-size:20px !important; padding-left:20px;}
.adresse_checked , .payment, .adresse, a.payment, a.payment:active, a.payment:hover, .payment_checked, a.checkorder, a.checkorder:active, .payment_checked{ background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/active.png?xet=1461937336324) #e0993d right top no-repeat; height: 61px; line-height: 61px; display: block; width:auto !important; opacity:1; color: #000; font-size:20px !important; padding-left:20px;}
.payment, .adresse { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/active.png?xet=1461937336324) #e0e0e0 right top no-repeat !important;}
.payment:hover { color: #fff !important; }
.checkorder_inactive { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/inactive_last.png?xet=1463493304828) #e0e0e0 right top no-repeat;}
a.checkorder, a.checkorder:active, a.checkorder:hover { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/active.png?xet=1461937336324) right top no-repeat;}
.checkoutsteps .columns { margin: 0px; padding: 0;}
.checkoutsteps { margin-bottom:20px !important; }
.checkoutsteps a { color: #fff; font-size:20px;}
a.basket, a.basket:active, a.basket:hover, .basket_checked { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/active.png?xet=1461937336324) #e0e0e0 right top no-repeat; display: block; opacity:1; width:auto !important; height: 61px; line-height: 61px; padding-left:20px;}
.basket_checked{ background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/active.png?xet=1461937336324) #e0993d right top no-repeat !important;}
.paymentname { font-size:14px; }
.totalamount { text-align: right; text-decoration: none; font-family: 'Frutiger Neue W01 Heavy' !important;}
.titlebox h2 { font-size: 38px; }
.myaccountcheckout .label, .myaccount .label, .guestaddress .label, #shopperloginform .label{ padding-top: 0px !important; }
.newaccount .label{ padding-top: 4px !important; }
#newaccount .label, .shoppingasguest .label{ padding-top: 0px !important; }
.displaypassword {padding-top: 23px !important;}
select {outline: none; height: 40px; padding: 0.5rem; border-color: rgba(0, 0, 0, 0.12); background: #FFFFFF; color: #9f9f9f; border-radius: 4px; border-width: 0.125rem; border-style: solid; font-size: 20px; margin: 0 0 12px 0;}
select.variants { font-size: 20px;}
.myaccount, .searchoutline, .searchresult { padding-top: 7px; }
.deliverybuttondelete{ margin-top: -53px; float: left; width: 100%;}
.deliverybuttondeleteaccount{ margin-top: -103px; float: left; width: 100%;}
a.add.button , .menu.button, .button.back, .button.purchaselists { color: #FFFFFF; border: none; font-family:'Frutiger Neue W01 Light' !important; }
a.add.button:hover, .menu.button:hover, .button.back:hover, .button.purchaselists:hover { color: #fff; border-bottom: none;}
.ordersuccess { padding-top:22px; }
.historyrow { border-top: 1px solid #81ccf0; display: block; border-bottom: none !important; padding: 15px 0 15px 0; height: auto;}
.historytitlerow div input{ padding-bottom: 0.625rem; color: rgba(0, 0, 0, 0.54); text-transform: uppercase; font-size: 14px;}
.historyoverviewline:hover, .historyoverviewline{ height: auto; padding-top: 15px; }
.row.historyoverviewline { padding: 0 6px !important; }
.historyoverviewline .columns { padding: 0 6px !important; }
.historyrow:hover { color: #000; }
.historytitlerow div input:active, .historytitlerow div input:hover, .historytitlerow div input:focus{ color: rgba(0, 0, 0, 0.54); }
.historydetailrow .amount{ padding-top:0px !important;}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { border-color: rgba(0, 0, 0, 0.12);}
/* Mobile */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { -webkit-appearance: none;}
.touch .button { line-height: 17px; font-size:16px !important;}
.touch .continue, .touch .button.purchaselists{ background: url(https://hev-zuerich.abacuscity.ch/abauserimage/design/img/next.png) #83af41; background-size: 10px !important; background-repeat: no-repeat; background-position: left 10px center;}
.rowpurchaselists { padding: 6px 15px;}
.rowpurchaselists .name, .rowpurchaselists .date { padding: 6px 15px;}
.icon.rename:hover { background-size: 23px !important;}
.detailrow .amount, .detailrow .productname { padding-top:9px !important; }
.amount.left { text-align: left;}
.icon.delete:hover { background-size:20px !important; }
.icon.delete { background-image:url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/delete_black.png?xet=1467204346501') !important;background-size:28px !important; background-size:20px !important;}
.button.purchaselists{padding-top:10px;}
.purchaselistdetail.button { text-align: left !important; padding-left:10px !important; padding-top: 10px;}
.addtobasket.button.purchaselistdetail { padding-left:10px !important; }
.content-container .panel-container a { font-family: 'Frutiger Neue W01 Light' !important;}
.rowpurchaselists .icon.basket-add, .detailrow .icon.basket-add { background-image:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/basket_add_black.png?xet=1461923868423) !important; background-size: 30px !important; height:28px !important; background-repeat: no-repeat !important; background-position: left center; !important}
.icon.rename { background:url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/edit.png?xet=1461924385011); background-size:23px !important; background-repeat: no-repeat; background-position: left center;}
h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; font-family: 'FrutigerNeueLTW01-CnBol_774330'; font-style: normal; font-weight: normal;}
h1 { font-size:38px; color: #0B364B;}
h2 { font-size:38px; }
h2 { font-size:30px; }
.logo { height: 120px; width:150px; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/logo-hev.svg?xet=1466061656478); background-repeat: no-repeat; background-position:left; background-size: 100% auto; float:left; }
.iconsearch { width: 32px; height: 32px; padding: 2px; position:absolute; top: 40px; right:30px; fill: #83AF41;}
.iconhelp{ width: 32px; height: 32px; padding: 2px; position: absolute; top: 40px; right: 15px; fill: #83AF41;}
.headernav li { display: inline-block;}
.headernav li a{ font-family: 'FrutigerNeueLTW01-CnBol_774330'; font-style: normal; font-weight: normal; padding: 0 30px; font-size:24px; color: #000000; line-height: 30px; transition: color 200ms cubic-bezier(0.55, 0, 0.1, 1);}
.headernav .mitgliedwerden { position: relative;}
.headernav .mitgliedwerden .newaccount{ position: absolute; right: 0; top: -27px; width: 190px;}
.headernav .mitgliedwerden .newaccount a, .mitgliedwerden.mob .newaccount a { font-size:24px; background-color:#B2D37E !important; padding: 5px 10px; text-align: center; font-family: 'FrutigerNeueLTW01-CnBol_774330' !important;}
.headernav .mitgliedwerden .newaccount a:hover, .mitgliedwerden.mob .newaccount a:hover{background-color:#B2D37E !important;}
.meinkonto { border-left: none !important; }
.headernav li a:hover { color: #83AF41;}
.headernav li { border-left: 1px solid rgba(0, 0, 0, 0.12);}
.headernav li:first-child { border-left: none;}
.headernav { float: right; padding-top: 40px; margin-right:10%;}
.wrappheader { position: relative; z-index: 15; margin-bottom:20px; border-bottom: 1px solid #E0E0E0; background: #fff;}
.wrappheader .row{ position: relative; }
.menu-toggle { position: relative; transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1); transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1); transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1); cursor: pointer; width: 40px; height: 20px; float: right; z-index: 1; margin-right: 57px; top: 45px; display: none;}
.menu-toggle span:nth-child(1) { top: 0;}
.menu-toggle span:nth-child(2) { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.menu-toggle span:nth-child(3) { bottom: 0;}
.menu-toggle span{ display: block; position: absolute; margin: auto; height: 4px; width: 4px; background: #2e2e33; border-radius: 50%; left: 0; right: 0; pointer-events: none;}
.menu-toggle.active{ -webkit-transform: rotate(90deg); transform: rotate(90deg);}
#hamburgernav{ transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1); transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1); transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1); transform: translateX(100%); right: 0; -webkit-transform: translateX(100%); display: block; left:inherit;-webkit-transform:translateX(100%); -moz-transform:translateX(100%); -o-transform:translateX(100%); }
#hamburgernav.open{ transform: translateX(0%);-webkit-transform:translateX(0%); -moz-transform:translateX(0%); -o-transform:translateX(0%); }
#hamburgernav { top: 120px; position: fixed; z-index: 11; width: 50%; height: 100%; overflow-x: hidden; overflow-y: auto; background: #fff; }
.breadcrumb {z-index:15;}
.breadcrumb a , .breadcrumb a:hover{ color: #000; }
.wrapperbreadcrumb { max-width: 1200px; margin: 0 auto;}
/* Footer */
.site__footer { position: relative; text-align: center; margin-top:50px; z-index:10;}
.footer__content { max-width: 100%; margin-left: auto; margin-right: auto; padding-top: 90px; padding-top: 5.625rem; padding-bottom: 90px; padding-bottom: 5.625rem; padding-left: 8.33333%; padding-right: 8.33333%; background: #0B364B; position: relative; color: rgba(255,255,255,0.7);}
.footer__entry { width: 25%; float: left; padding-left: 2.5%; padding-right: 2.5%;}
.footer__title { margin-bottom: 20px; border-bottom-width: 1px; border-bottom-width: .0625rem; border-bottom-style: dashed; padding-bottom: 9px; border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.5);}
.list––footer { text-align: left;}
footer a { color: #53BAEA !important; font-size:16px; font-family: 'Frutiger Neue W01 Book'; line-height:30px;}
.footerlast a {line-height: normal !important;}
footer a:hover { color:#83AF41 !important;}
footer .icon––arrow { top: 5px; position: relative; margin-right: 0.3rem; fill: #83AF41;}
footer .icon––arrow––before { margin-right: 0.2rem;}
footer .icon { display: inline-block;}
.icon––arrow { width: 16px; height: 16px; fill: #83AF41;}
footer li { list-style: none; border-bottom: 1px solid #284e60; padding: 3px 0; }
.footer__entry { text-align: left; }
.footer__entry h3{ text-align: center; font-size:30px; line-height:30px;}
.icon––facebook { background: #3b5998; fill: #fff; width: 64px; height: 64px; padding: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
.icon––youtube:hover { background: #fff; fill: #b00;}
.icon––facebook:hover { background: #fff; fill: #3b5998;}
.list––social li { border: 0px; }
footer p { line-height: 22px;}
.list––social li { display: inline-block;}
.list––social { text-align: center;}
.icon––youtube { background: #b00; fill: #fff; width: 64px; height:64px; padding: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
/* Mitglieder Nr. */
.myaccount .mitgliedernrfelder button{ width: auto; margin-top: 3px; float: right;}
#mitglieder { padding: 0 15px;}
#mitglieder label { display: inline; font-size: 14px !important;}
#mitglieder .mitgliedNr { width: 40%; display: inline; }
#mitglieder div { margin-bottom:5px; }
#mitglieder .sektionNr { width: 20%; display: inline; }
.mitgliedernrfelder .button{background-color: #53BAEA !important;}
#mitglieder.newaccount{ padding: 0;}
#mitglieder.newaccount #mitglieder{ padding: 0 10px;}
#mitglieder.newaccount .mitgliedernrfelder{ padding: 0 5px;}
.errormg1 { clear: both; }
.errorms { color: #ff0000; font-weight: bold;}
.totalrowmg, .totalrowmgPdf { display: none; }
.required.error {border: 1px red solid;}
.zurzahlung { margin-top: -71px;}
.ordersummaryadr .adrtitle {display: none;}
.ordersummaryadr .adrdetail { float: none !important; }
.impressum { padding-top: 30px; padding-bottom: 30px; background:#fff;}
.impressum li { display: inline-block; margin: 0 0.5rem; font-size: 14px !important; line-height: 20px; line-height: 1.25rem; font-family: 'Frutiger Neue W01 Light'; font-style: normal; font-weight: normal; border: none;}
.impressum li a { font-size: 14px !important;}
/*.history input.button, button.button, a.button { background-color:#83af41 !important;}*/
/* Tablet Mobile*/
@media only screen and (max-width: 1279px) and (min-width: 900px){
  .content-container { width: 75% !important; }
}
@media only screen and (max-width: 1279px) and (min-width: 768px){
  .touch .deliverybuttondeleteaccount { margin-top: -109px; }
  .touch .deliverybuttondelete { margin-top: -58px; }
  .touch .myaccountcheckout .button.continue { margin-top: -2px; }
  .touch .myaccountcheckout .menu.button{ margin-top: -2px; }
}
@media only screen and (max-width: 1024px) {
  .footer__entry { width: 50%; margin-bottom: 25px; padding-right: 2.5%; }
}
@media only screen and (max-width: 1400px) {
  .headernav li a {font-size:20px; }
  .headernav .mitgliedwerden .newaccount a, .mitgliedwerden.mob .newaccount a{font-size:20px; padding: 2.5px 0px; font-weight: normal;}
  .headernav .mitgliedwerden .newaccount { width: 169px; }
}
@media only screen and (max-width: 900px) {
  .zurzahlung { margin-top: -38px;}
  .headernav .mitgliedwerden .newaccount a, .mitgliedwerden.mob .newaccount a{font-size:20px; padding: 5px 0px; font-weight: normal; margin-top: 5px;}
  .mitgliedwerden.mob { position: absolute; right: 134px; top: 36px; }
  .nav-bar {background:#fff !important;}
  .nav-bar > li.active, .nav-bar > li:hover{background:#fff !important;}
  .iconarrow {display: none;}
  .nav-bar a {color: #000; font-family: 'Frutiger Neue W01 Light' !important; font-size:16px !important; }
  .nav-bar > li.active > a { color: #1488BF !important; }
  .serviceicons.home { float: left;margin-bottom: 5px; margin-top:-15px; padding-bottom:15px; width:100%;}
  .basketbutton {width:20%;}
  .serviceicons a {margin-right:3%; width: 20%;}
  .help {width:28% !important;}
  .serviceicons{ float: left;}
  .row {min-width:inherit !important;}
  .nav-bar > li {border: none !important;}
  .nav-bar .nav-bar {margin:0px; display:none;}
  .active .nav-bar, .nav-bar.show {display: block;}
  .active.hidden .nav-bar {display: none;}
  .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: block !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; }
  #hamburgercontent {padding: 0px; width: auto;}
  .content-container { width: 100%; }
  .nav-bar {background:#fff;}
  .nav-bar .nav-bar a { padding: 13px 5px 13px 50px !important; font-size: 16px;}
  .rowpurchaselists .icon.delete{ background-position: left;}
  .show-for-small.show-for-tp{display: block;}
  .show-for-small.show-for-tp .mobile-one { width: 25% !important; float: left; padding: 0 15px;}
  .rowpurchaselists .right { text-align: right; }
  .quantity { padding-top: 9px !important;}
  .menu-toggle{displaY: block;}
  .headernav { display: none; }
  .logo { margin-left: 0px; }
  .wrappheader { position: fixed; height: 120px; z-index: 15; width: 100% !important; background: #fff; top: 0; margin-bottom: 20px; border-bottom: 1px solid #E0E0E0; }
  .adressbox { position: relative; z-index: 10; }
  #hamburgercontainer { margin-top:50px !important; }
  .topbutton { position: absolute; top: -21px; width: 20px; height: 9px; right: 2%; background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/top.png?xet=1463040750082); background-size: 100%; }
  .breadcrumb{ margin-left: 0; margin-top: 130px; z-index: 8; float: none;}
  .iconarrow {left: 3px;}
}
#hamburgercontainer { margin-left:0 !important; background: #eaeae8; position:relative; z-index:12; }
#hamburgernav li { list-style: none; }
.button.sort { padding:0 6px !important; margin-top: -4px;}
.sort .toggle.up:after { border-color: transparent transparent #53BAEA transparent; top: -7px;}
.touch .nav-bar .nav-bar li:hover{background: #53BAEA !important; color: #000000 !important;}
.touch .nav-bar .nav-bar li:hover a{color: #fff !important;}
@media only screen and (max-width: 1060px) and (min-width: 900px){
  .headernav { margin-right: 9%; }
}
@media only screen and (max-width: 1030px) and (min-width: 900px){
  .logo { height: 80px; width: 110px; margin-bottom: 10px; }
}
@media only screen and (max-width: 950px) and (min-width: 900px){
  .logo { height: 60px; width: 90px; margin-bottom: 20px; }
}
@media only screen and (max-width: 1030px){
  .logo { background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/logo-hev_small.svg?xet=1471845425082); background-repeat: no-repeat; background-position: left center; background-size: 100% auto; margin: 15px 0 5px 0; }
}
@media only screen and (max-width: 770px){
  .menu-toggle{ margin-right: 90px; }
}
@media only screen and (max-width: 894px) and (min-width: 768px){
  .myaccount .mitgliedernrfelder button{ float: none; }
  .show-for-tp { display: block; width:100%; clear: both;}
  .historyoverviewline .mobile-one.columns.show-for-small{ width:20%;}
  .historyoverviewline .three.mobile-three.columns{ width:80%;}
  .row.historyoverviewline { padding-top: 7px !important;}
  .historyrow { padding-bottom:0px; }
  .columns.left { float: left !important;}
  .columns.right { float: right !important;}
  .pricetp { padding-top: 8px;}
  .basket .productname { padding:12px 0;}
  .icon.delete.left {margin-top:-8px;}
  .basket .basketrow .icon.delete.left {margin-top:3px;}
  .detailrow .icon.delete {background-position: left top;}
  .iconsearch {right:0px;}
  .menu-toggle {margin-right:58px;}
  .iconarrow {left:5px;}
}
@media only screen and (max-device-width: 1279px) {
  .basketitem { line-height: 23px; }
  .button { padding-top:12px; }
  .pricing-table .button { padding-top:8px; padding-bottom:12px; }
  .purchaselistdetail.button { padding-top:12px !important; }
}
@media only screen and (max-width: 460px) {
  .serviceicons { float: left; }
  #hamburgernav { width:100%; }
}
@media only screen and (max-width: 530px) {
  .mitgliedwerden.mob { display: none; }
}
@media only screen and (min-width: 900px) {
  .mitgliedwerden.mob { display: none; }
}
@media only screen and (max-width: 767px) {
  .zurzahlung { margin-top: 0px; padding:0px;}
  .banner.new { right: inherit !important; bottom: 70px; left: inherit !important; top: inherit;}
  .banner.isonsale { left: inherit !important; bottom: 70px; right: inherit !important; top: inherit !important;}
  .panel-price-container { height: 123px;}
  .panel-description-container { height:116px; }
  .footer__entry { width: 100%; margin-bottom: 25px; padding-right: 0%; }
  h1 { font-size:30px; }
  h2 { font-size:25px; }
  .myaccountcheckout .label, .myaccount .label, .guestaddress .label, #shopperloginform .label { padding-top: 0px !important; padding-bottom:5px !important; }
  .myaccountcheckout select, .myaccount select, .guestaddress select, #shopperloginform select{ margin: 0 0 0 0; }
  .menu.button { text-align: left; padding-left: 10px !important; margin-bottom: 20px; }
  .continue.button, .button.purchaselists { padding-left: 40px !important; background-size:13px !important; }
  a.basket, a.basket:active, a.basket:hover, .basket_checked, .basket_checked,.adresse_checked, a.payment , .payment_checked, .adresse { background: url(https://hev-zuerich.abacuscity.ch/abauserimage/design/img/active.png) right top no-repeat !important; }
  .adresse_inactive, .payment_inactive, .checkorder_inactive { background: url(https://hev-zuerich.abacuscity.ch/abauserimage/design/img/inactive_last.png) #e0e0e0 right top no-repeat; }
  .checkoutsteps a, .adresse_inactive, .payment_inactive, .checkorder_inactive { margin-bottom:1px; }
  .row .mobile-two.mobileright { text-align:right !important; }
  .delete.button { background-size:23px !important; }
  .adrtitle { width: 100% !important; font-family: 'Frutiger Neue W01 Heavy'; display: none; }
  .adrdetail { float: none !important; display: block !important; padding-bottom: 10px !important; width:100% !important; }
  .button.sort { margin: 4px 0; }
  .mobile-four-small { width:100% !important; }
  .basketsmall .addtobasket.button { text-align: left !important; padding-left:12px !important; }
  .deliverybuttondelete{ margin-top: 0px; float: none; width: 100%;}
  .deliverybuttondeleteaccount{ margin-top: 0; float: none; width: 100%;}
  .button.purchaselists, .button.back, .continue.button, .delete { padding-left: 10px !important; text-align: left !important;}
  .backpurchaselist { padding: 0 !important;}
  .two.columns.productname { clear: both; }
  .deleteicon .icon.delete{ background-position: left; padding-left:0; }
  .mobile-left { text-align: left !important; }
  .mobile-right { text-align: right; }
  .button { margin-bottom:15px !important; }
  .touch .nav-bar .nav-bar li:hover{background: #fff !important; }
  .touch .nav-bar .nav-bar li:hover a{color:#53BAEA !important;}
  .basketrow .icon.delete {padding-left:0px !important; background-position: left;}
}
#hamburgernav { overflow: scroll; padding-bottom:50px;}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{ padding: 0; margin: 0; border: 0; outline: none; vertical-align: top;}
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020;}
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.fancybox-opened { z-index: 8030;}
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner { position: relative;}
.fancybox-inner { overflow: hidden;}
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch;}
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap;}
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%;}
.fancybox-image { max-width: 100%; max-height: 100%;}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/fancybox_sprite.png?xet=1463036173067');}
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060;}
#fancybox-loading div { width: 44px; height: 44px; background: url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/fancybox_loading.gif?xet=1463036173164') center center no-repeat;}
.fancybox-close { position: absolute; top: -18px; right: -43px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/close_w.svg?xet=1463038218404) no-repeat; background-size: 25px;}
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/blank.gif?xet=1463036173049'); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040;}
.fancybox-prev { left: -59px;}
.fancybox-next { right: -59px;}
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden;}
.fancybox-prev span { left: -11px; background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/prev_w.png?xet=1463039721627) no-repeat; background-size: 20px;}
.fancybox-next span { right: -28px; background: url(https://www.hev-zuerich-shop.ch/abauserimage/design/img/next_w.png?xet=1463039721687) no-repeat; background-size: 20px;}
.fancybox-nav:hover span { visibility: visible;}
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; visibility: hidden; max-width: 99999px; max-height: 99999px; overflow: visible !important;}
/* Overlay helper */
.fancybox-lock { overflow: hidden !important; width: auto;}
.fancybox-lock body { overflow: hidden !important;}
.fancybox-lock-test { overflow-y: hidden !important;}
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url('https://www.hev-zuerich-shop.ch/abauserimage/design/img/fancybox_overlay.png?xet=1463036172760');}
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0;}
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll;}
/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050;}
.fancybox-opened .fancybox-title { visibility: visible;}
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center;}
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; /* Fallback for web browsers that doesn't support RGBa */ background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap;}
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff;}
.fancybox-title-inside-wrap { padding-top: 10px;}
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8);}
.fancybox a { text-decoration: none; border-bottom: none;}
.fancybox a:hover { text-decoration: none; border-bottom: none;}
/*Retina graphics!*/
@media only screen and (max-width: 767px) {
  .fancybox-close { position: absolute; top: -37px; right: -11px;}
  .fancybox-nav { display: none; }
}
.row { width: 1200px; max-width: 100%; min-width: 768px; margin: 0 auto;}