<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------
    include abashopfoundationcss
    must be on top of this page to ensure
    that the following values have a higher
    priority than the ones from
    abashopfoundation
---------------------------------------- */
/* 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; }
/* Standard Forms ---------------------- */
form { margin: 0; }
.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.right { float: none; text-align: right; }
label.inline { line-height: 29px; margin: 0 0 12px 0; }
.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; margin: 0 0 12px 0; padding: 10px; 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; }
}
/* Lists ---------------------- */
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; }
/* 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 12px; 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; }
  .row .mobile-twelve { width: 100% !important; float: left; padding: 0px; }
  .row.collapse .mobile-twelve { 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 { -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; width: 100%; padding-top: 10px; padding-bottom: 10px; background-repeat:no-repeat; background-color:#486d8f ; border:0px; cursor: pointer; display: inline-block; color:#fff; }
.button:hover { color:#fff; background-color:#f0801c; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease;}
.button:active { color:#fff; background-color:#f0801c;}
.button:focus { color:#fff; background-color:#f0801c;}
.button.large { font-size: 17px; padding: 15px 30px 16px; }
.button.medium { }
.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; }
}
.nav-bar.vertical.toggle-down &gt; li.active &gt; a:first-child:before/* Navigation bar ------------ */.nav-bar { height: 40px; margin-top: 20px; padding: 0; }
.nav-bar a:hover, .nav-bar .linkactive {color:#f0801c}
.nav-bar &gt; li { float: left; display: block; position: relative; padding: 2px 0 2px 0; margin: 0; }
.nav-bar &gt; li.active { }
.nav-bar &gt; li.active &gt; ul &gt; li:first-of-type { }
.nav-bar &gt; li.active &gt; a { cursor: default; }
.nav-bar &gt; li.active:hover { cursor: default; }
.nav-bar &gt; li:hover { color:f0801c}
.nav-bar &gt; li ul { margin-bottom: 0; }
.nav-bar &gt; li .flyout { display: none; }
.nav-bar &gt; li.has-flyout &gt; 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 &gt; li.has-flyout &gt; a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 22px; z-index: 2; display: block; }
.nav-bar &gt; li.has-flyout.is-touch &gt; a:first-child { padding-right: 55px; }
.nav-bar &gt; li.has-flyout.is-touch &gt; a.flyout-toggle { border-left: 1px dashed #666; }
.nav-bar &gt; li &gt; a:first-child { position: relative; padding: 0 0 5px 0; display: block; text-decoration: none; }
.nav-bar .nav-bar li {border-right: none; border-left: none; }
.nav-bar.toggle-down &gt; li &gt; a:first-child { }
.nav-bar.toggle-down &gt; li &gt; 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 &gt; li { float: none; border-bottom: none; }
.nav-bar.vertical.toggle-down &gt; li &gt; a {display:inline-flex; padding:0}
.nav-bar.vertical &gt; li.has-flyout &gt; a:first-child:before { width: 18px; display: inline-block; color: #000000; font: normal normal normal 14px/1 "Black Tie"; text-rendering: auto; -webkit-font-smoothing: antialiased; transform: translate(0, 0); content: "\f093"; color: #d7d4d1;}
.nav-bar.vertical.toggle-down &gt; li &gt; a:first-child:before { width: 18px; display: inline-block; color: #000000; font: normal normal normal 14px/1 "Black Tie"; text-rendering: auto; -webkit-font-smoothing: antialiased; transform: translate(0, 0); content: "\f093"; color: #d7d4d1;}
.nav-bar.vertical.toggle-down &gt; li &gt; a:hover:first-child:before { width: 18px; display: inline-block; color: #000000; font: normal normal normal 14px/1 "Black Tie"; text-rendering: auto; -webkit-font-smoothing: antialiased; transform: translate(0, 0); content: "\f093"; color: #d7d4d1; }
.nav-bar.vertical.toggle-down &gt; li.active &gt; a:first-child:before { width: 18px; display: inline-block; color: #000000; font: normal normal normal 14px/1 "Black Tie"; text-rendering: auto; -webkit-font-smoothing: antialiased; transform: translate(0, 0); content: "\f091"; color: #d7d4d1; }
.nav-bar.vertical &gt; li .flyout { left: 100%; top: -2px; }
.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; }
}
/*Spezialbreiten umbau basket und ordersummary mobile*/
@media only screen and (max-width: 767px) {
  .spez-small-delete {width:10% !important; float:left !important; background-size: 18px 18px !important}
  .spez-small-productinfo {width:60% !important; float:left !important; }
  /* .spez-small-priceperunit {width:20% !important; float:left !important}*/
  .spez-small-quantity {width:30% !important; float:left !important; }
  .priceperunit-unit {display:none}
  .spez-small-itemtotal-mobile {display:block}
  .spez-small-itemtotal-desktop {display:none}
}
/********************************************
*                                           *
*   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:#565656 /* #565656 */; line-height: 16px; font-weight:normal; font-size:12px; font-family:Verdana , Arial, Helvetica, sans-serif; }
.anwa h1 { font-size:14px !important; color: #565656 /* #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:#565656; 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://shop.scheitlin-papier.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://shop.scheitlin-papier.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: #565656 /* #565656 */; color: #e9b20c; min-height: 30px; padding-top:7px; font-weight:bold; padding-left:15px;}
.anwa .row.sort { background-color: #565656 /* #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://shop.scheitlin-papier.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://shop.scheitlin-papier.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://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/de/imagenext/p1=%23ffffff'); background-size:18px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
/*
*
* New Design (AbaPay)
*
*/


/* Error Block */
.errorblock { position: fixed; z-index: 500; display: none; border: none; padding-top: 15px; padding-bottom: 15px; background-color: rgba(82, 52, 52, 0.2); margin: auto 0px; width: 100%; top: 0px; bottom: 0px; left: 0px; right: 0px; }
#errortext { font-size: 20px; line-height: 25px; }
.errorblock .errortext { top: 50%; position: absolute; margin: 0 auto; text-align: center; width: 1000px; left: 50%; margin-left: -500px; opacity: 1; background-color: #DE4545; color: #ffffff; padding: 30px 150px; }
/*NavLine */
#navline { width: 100%; height: 61px; background-color: #FFFFFF/*#FFFFFF*/; z-index: 39; position: fixed; top:0; }
#navline .container { display: inline-block; }
#navline .container.left { float: left; overflow: hidden; display: block; }
#navline .container.right { float: right; }
#navline .nav-item { height: 61px; float: left; color: #1A2228/*#1A2228*/; font-size: 12px; line-height: 14px; font-family: "Montserrat"; font-weight: bold; }
.nav-item .icon { width: 100%; text-align: center; }
#navline #nav-logo { float: none; overflow: hidden; line-height: 61px; vertical-align: middle; padding-left:15px; color:#1A2228/*#1A2228*/; font-size: 14px; }
#nav-logo img { padding: 5px 15px 5px 15px; max-height: 90%; max-width: 50%; vertical-align: middle; }
#navline #nav-logout, #navline .nav-item.nav-lang,#navline .nav-item.nav-refresh { width: 61px; border-left: 1px solid #D9DDE2/*#D9DDE2*/; line-height: 61px; vertical-align: middle; text-transform: uppercase; }
#navline #nav-logout { padding-top: 7px; text-align: center; }
#navline .nav-item.nav-refresh { text-align: center; }
#navline .nav-item.nav-refresh form { width: 100%; height: 100%; padding-top: 18px; }
#navline .nav-item.nav-refresh input { width: 25px; height: 25px; background-image: url("https://shop.scheitlin-papier.ch/de/p1=%23566A7C?dpa=imagerefresh&amp;xet=1661450951282"); background-size: 25px 25px; background-repeat: no-repeat; background-color: transparent;}
#navline .nav-item.nav-lang { float:left; position:relative;}
#navline .nav-item.nav-lang .lang-dropdown-container { width:100%; padding:0; margin:0; cursor:pointer; text-transform: uppercase; }
#navline .nav-item.nav-lang .lang-dropdown-container.open { box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); border-left: 1px solid #D9DDE2/*#D9DDE2*/; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
#navline .nav-item.nav-lang .lang-dropdown-container &gt; div{ position:absolute;top:2.8rem; right: 8px;width: 8px;height: 6px; background-image: url("https://shop.scheitlin-papier.ch/de/p1=%23566A7C?dpa=imagedropdown&amp;xet=1661450951282"); background-size: 8px 6px; background-repeat: no-repeat; background-position: center center; transform:rotate(180deg);}
#navline .nav-item.nav-lang .lang-dropdown-container.open &gt; div { transform:rotate(0deg); }
#navline .nav-item.nav-lang .lang-dropdown-container a, #navline .nav-item.nav-lang .lang-dropdown-container ul, #navline .nav-item.nav-lang .lang-dropdown-container ul li { font-size: 12px; letter-spacing: 0.5px; color: #1A2228/*#1A2228*/; }
#navline .nav-item.nav-lang .lang-dropdown-container a { width:100%; height: 61px; display:inline-block; font-weight:normal; text-align: left; padding-left: 5px; line-height: 61px; }
#navline .nav-item.nav-lang .lang-dropdown-container.open a { background-color: #FFFFFF/*#FFFFFF*/; color: #1A2228/*#1A2228*/; border-bottom: 1px solid #D9DDE2/*#D9DDE2*/; }
#navline .nav-item.nav-lang .lang-dropdown-container ul {display:none;list-style-type: none;font-weight:normal; }
#navline .nav-item.nav-lang .lang-dropdown-container ul li:hover{ background-color:#EAECF0/*#EAECF0*/; color: #1A2228/*#1A2228*/}
#navline .nav-item.nav-lang .lang-dropdown-container ul li { height:61px; background-color:#FFFFFF/*#FFFFFF*/; border-bottom: 1px solid #D9DDE2/*#D9DDE2*/; color: #1A2228/*#1A2228*/; }
#navline .nav-item.nav-lang .lang-dropdown-container ul li a { height:61px; background-color:transparent; line-height:61px; color: #1A2228/*#1A2228*/; display:block; padding-left: 5px;}
#navline .nav-item.nav-lang .lang-dropdown-container.open ul li a { background-color: transparent; }
html.anwa, html.anwa body { font-family: "Montserrat"; background-color: #F0F2F5/*#F0F2F5*/; }
.anwa form[name='abanetwebaccess'] { padding-top: 146px; height: 100vh; background-color: #F0F2F5/*#F0F2F5*/; overflow: hidden;}
.anwa form[name='abanetwebaccess'] &gt; .selectmenu { display:none; background-color: #F9AD53/*#F9AD53*/; margin: 0;}
.anwa form[name='abanetwebaccess'] &gt; .selectmenu &gt; .columns { padding:0; height: 39px; background:transparent; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.anwa .row.message { padding-top:71px;}
.anwa .row.message .columns, .anwa .row.message .columns b, .anwa .row.message .columns a { font-size: 14px;}
.anwa .row.message .columns, .anwa .row.message .columns b { color: #1A2228/*#1A2228*/; }
.anwa .row.message .columns a { color:#E9B20C/*#E9B20C*/; }
.anwa .row.message .columns a:hover,.anwa .row.message .columns a:active { color:#F99B4B/*#F99B4B*/; }
.anwa .row.header-misc { position: fixed; top:61px; width: 100%; height: 45px; overflow: hidden; background-color: #F0F2F5/*#F0F2F5*/; border-top: 1px solid #D9DDE2/*#D9DDE2*/; z-index: 38; }
.anwa .row.header-misc .columns.address { color: #1A2228/*#1A2228*/; }
.anwa .row.header-misc .columns:last-child { overflow-x:hidden; position: relative; overflow-y: auto; height: 45px; }
.anwa .row.header-misc .file-item { display: inline-block; margin:5px 0 0 10px; padding:0 10px; max-width:300px; height: 35px; border-radius: 8px; box-shadow: 0 1px 2px 0 rgba(216, 216, 217, 0.6); background-color: #FFFFFF/*#FFFFFF*/; text-align: center; line-height: 35px; text-overflow: ellipsis; overflow: hidden;}
.anwa .row.header-misc .file-item a { color: #E9B20C/*#E9B20C*/;}
.anwa .row.header-misc .file-item a:active, .anwa .row.header-misc .file-item a:hover { color: #F99B4B/*#F99B4B*/;}
.payment-method-icon { max-height: 50px; }
.anwa .row.filter input { background: none; color: #566A7C/*#566A7C*/; line-height: 38px; font-family: "Montserrat"; letter-spacing: 0.5px; font-size: 12px; }
.anwa .row.filter, .anwa .row.selectmenu { border-top: 1px solid #D9DDE2/*#D9DDE2*/; position:fixed; top:106px; width:100%; height: 40px; z-index: 38; margin: 0; font-family:"Montserrat"; }
.anwa .row.filter { border-bottom: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter &gt; .columns { padding:0; height: 40px; line-height: 38px; text-align: center; color:#1A2228/*#1A2228*/; }
.anwa .row.filter .selection { width: 6.0548722800378429517502365184484%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .selectmenu .selection input[type="checkbox"] { display:none; }
.anwa .row.filter .selection,.anwa .selectmenu .selection label { margin:0; }
.anwa .row.filter .selection label,.anwa .selectmenu .selection label { margin-left: 45.3125%; margin-top: 10px; width: 20px; height: 20px; border: 1px solid #AAB4BD; border-radius: 4px; position: relative; }
.anwa .selectmenu .selection label { background-color: #FFFFFF; border-color: #FFFFFF; }
.anwa .selectmenu .selection input[type='checkbox']:checked + label::after { border-radius:0.5px; background-color: #FFFFFF; border-color: #FFFFFF; position: absolute; content:""; width:10px; height: 5px; border-left: 1px solid #F9AD53/*#F9AD53*/; border-bottom: 1px solid #F9AD53/*#F9AD53*/; transform: rotate(-45deg); top:5px; left:4px; }
.anwa .selectmenu .selection { width: 6.0548722800378429517502365184484%; }
.anwa .selectmenu .selection label img { width: 20px; height: 20px; margin-top: 10px; margin-left: 43.93939393939394%; }
.anwa .selectmenu .edocument { width: 22.04351939451277%; line-height: 40px; color: #FFFFFF/*#FFFFFF*/; letter-spacing: 0.5px; font-size: 12px; opacity: 0.8; }
.anwa .selectmenu &gt; .item { width: auto; float: right; border-left: 1px solid #FAC07B/*#FAC07B*/; }
.anwa .selectmenu &gt; .item &gt; input { background: none; border: none; font-family: "Montserrat"; color: #FFFFFF/*#FFFFFF*/; display: block; width: 100%; height: 100%; padding: 0 15px; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; }
.anwa .selectmenu &gt; .item &gt; input:hover,.anwa .selectmenu &gt; .item &gt; input:active { cursor:pointer; background-color: #F99B4B/*#F99B4B*/ }
.anwa .row.filter .edocument { width: 28.697916666666666666666666666667%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .date { width: 8.609271523178808%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .date:hover { cursor: pointer; }
.anwa .row.filter .currency { width: 20.24597918637654%; }
.anwa .row.filter .state { width: 5.0450917874396135265700483091787%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .ordernumber { width: 7.8180386473429951690821256038647%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .icon-filler { width: 8.2286542682926829268292682926829%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; color: #566A7C/*#566A7C*/; line-height: 38px; font-family: "Montserrat"; letter-spacing: 0.5px; font-size: 12px; font-weight: bold; }
.anwa .row.filter .comment { width: 10.74873046875%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .amount { width: 15.2880859375%; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
.anwa .row.filter .filler { width: 9.5093384207913907591016546091583%; }
.anwa .row.filter { height: 40px; background-color: #F0F2F5/*#F0F2F5*/; padding:0; font-family: "Montserrat"; font-size: 12px; }
.anwa .row.filter .state-filter { opacity: 0.5; }
.anwa .row.filter .state-filter.selected { opacity: 1;}
.anwa .row.filter .currency-filter .styled-select select{ -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; border: none; cursor:pointer;}
.anwa .row.filter .currency-filter .styled-select::before { content: ""; position: absolute; height: 20px; max-height: 20px; background-color: #FFF; pointer-events: none; cursor: pointer; top: 0px; right: 5px; }
.anwa .row.filter .currency-filter .styled-select::after { border-top: 6px solid #1A2228/*#1A2228*/; border-left: 4px solid transparent; border-right: 4px solid transparent; content: ""; cursor: pointer; height: 0; right: 10.2439%; pointer-events: none; position: absolute; top: 7px; width: 0;}
/* Not in use at the moment
.anwa #PAY .styled-radio { margin-bottom: 5px; }
.anwa #PAY .styled-radio input { opacity: 0; }
.anwa #PAY .styled-radio label { padding-left: 15px; color: #a7a9aa; }
.anwa #PAY .styled-radio label:before { content: ''; background-color: #ffffff; border: 1px solid #a7a9aa; border-radius: 24px; width: 18px; position: absolute; top: 12px; left: 0px; height: 18px; }
.anwa #PAY .styled-radio input:checked + label:after { content: ''; background-color: #1a2228; border-radius: 24px; width: 12px; position: absolute; top: 16px; left: 4px; height: 12px; }
.anwa #PAY .styled-radio input:checked + label:before { border: 1px solid #1a2228; }
.anwa #PAY .styled-radio input:checked + label { color: #1a2228; }*/

.anwa .documents .row.document .ordernumber { width: 8%; text-align: center; }
.anwa .documents .row.document .selection { width: 5.033881897386254%; height: 58px; padding-top:19px; }
.anwa .documents .row.document .selection input[type='checkbox'] { display:none; }
.anwa .documents .row.document .selection label { position: relative; width:20px; height: 20px; margin: 0 0 0 32.69230769230769%; border: solid 1px #AAB4BD; border-radius: 4px; background-color: #FFFFFF; }
.anwa .documents .row.document .selection input[type="checkbox"]:checked + label { border-color: #465665; }
.anwa .documents .row.document .selection input[type="checkbox"]:checked + label::after { border-radius:0.5px; position: absolute; content:""; width:10px; height: 5px; border-left: 1px solid #566A7C; border-bottom: 1px solid #566A7C; transform: rotate(-45deg); top:5px; left:4px; }
.anwa .documents .row.document .columns.pdf-icon { width: 2.61328125%; }
.anwa .documents .row.document .columns.pdf-icon a { width: 100%; height: 58px; display:block; padding-top: 13px; position: relative; }
.anwa .documents .row.document .columns.pdf-icon a img { width: 19px; height: auto; display:block; float:left;}
.anwa .documents .row.document .columns.pdf-icon a img:nth-child(2) {position: absolute; left:8px; top:9px; }
.anwa .documents .row.document .columns.EZ { width: 5.80859%; }
.anwa .documents .row.document .columns.EZ a img{ margin-top:18.5px; }
.anwa .documents .row.document .columns.reject { width: 8.562832737173285%; }
.anwa .documents .row.document .columns.reject img { width:23px; height: auto; display: block; margin: 17.5px auto 0 auto; }
.anwa .documents .row.document .columns.reject a,.anwa .documents .row.document .columns.EZ a { width: 100%; height:50px; }
.anwa .documents .row.document .columns.amount { width: 15.64453125%; text-align: right; font-weight: 500;}
.anwa .documents { width: 100%; height: 100%; position: relative; overflow: hidden; }
.anwa .documents .row.document { width: 97.72942289498581%; min-height: 58px; border-radius: 8px; box-shadow: 0 1px 2px 0 rgba(216, 216, 217, 0.6); background-color: #FFFFFF/*#FFFFFF*/; margin: 12px auto 0 auto; }
.anwa .documents .row.document.selected { background-color: #FFE5C7/*#FFE5C7*/; box-shadow: none; }
.anwa .documents .row.document .columns { height: 58px; line-height: 58px;}
.anwa .documents .row.document .columns { font-size: 15px; font-family:"Roboto"; color:#1A2228/*#1A2228*/; }
.anwa .documents .row.document .columns a { font-size: 15px; font-family:"Roboto"; color:#1A2228/*#1A2228*/;}
.anwa .documents .row.document .columns a:hover, .anwa .documents .row.document .columns a:active { color:#1A2228/*#1A2228*/;}
.anwa .documents .row.document .mail-state { width: 5.162633107454017%; line-height: 67px; text-align: center;}
.anwa .documents .row.document .mail-state &gt; img { width: 31.5px; height: auto; display:inline-block; }
.anwa .documents .row.document .mail-state &gt; img.small-icon { width: 22px; margin-top: 20px; }
.anwa .documents .row.document .mail-state &gt; img.small-icon.open_envelop { margin-top: 16px; }
.anwa .documents .row.document .bill-desc { width: 29.3649564375605%; line-height: 58px; font-weight: 500; }
.anwa .documents .row.document .bill-desc a.underlined { text-decoration: underline; }
.anwa .documents .row.document .date { width: 8.809293320425944%; line-height: 58px; text-align: center; }
.anwa .documents .row.document .comment { width: 11%; line-height: 58px; text-align: center; }
.anwa .documents .row.document .comment a { display:block; line-height: 58px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-height: 58px; }
.anwa .documents .row.notice, .anwa .row.banner-footer { width: 97.72942289498581%; margin: 0 auto; }
.anwa .documents .row.notice { margin-bottom:20px; }
.anwa .documents .row.notice, .anwa .documents .row.notice .columns { color: #1A2228/*#1A2228*/; }
.anwa .row.banner-footer { margin-top: 10px; border-radius: 8px; box-shadow: 0 1px 2px 0 rgba(216, 216, 217, 0.6); background-color: #FFFFFF/*#FFFFFF*/; }
.anwa .row.banner-footer .columns { padding:0 15px; color: #1A2228/*#1A2228*/; }
.anwa .row.banner-footer .columns a { color: #E9B20C/*#E9B20C*/;; }
.anwa .row.banner-footer .columns a:hover,.anwa .row.banner-footer .columns a:active { color: #F99B4B/*#F99B4B*/; }
/* Reveals */
.anwa .reveal-modal { width: 50%; left: 25%; top: 116px; z-index:100; background-color: #F0F2F5/*#F0F2F5*/; font-family: "Roboto"; font-size: 14px; color:#1A2228/*#1A2228*/; padding: 0 0 30px 0; border-radius: 4px; }
.anwa .reveal-modal &gt; .row { height:62px; border-bottom: 1px solid rgba(167, 169, 170, 0.3); margin-left: 0; margin-right:0; }
.anwa .reveal-modal input, .anwa .reveal-modal textarea, .anwa .reveal-modal select { font-family: "Roboto"; font-size:14px; color: #1A2228/*#1A2228*/; font-weight: normal; background-color: #FFF; min-height: 35px; cursor:auto;}
.anwa .reveal-modal &gt; .row .text-right { margin-top: 12px;}
.anwa .reveal-modal &gt; .row .text-right .close-reveal-modal img{ width:16px; height: auto; min-width: 16px;}
.anwa .reveal-modal .close-reveal-modal:not(.button) { position: static; }
.anwa .reveal-modal &gt; .row, .reveal-modal form { padding-left: 30px; padding-right: 30px;}
.anwa .reveal-modal &gt; form .row .columns { min-height: 35px; font-size: 14px;}
.anwa .reveal-modal &gt; form .row .columns * { font-size: 14px;}
.anwa .reveal-modal form .row .six.columns:first-child,.anwa .reveal-modal form .row .twelve.columns { line-height: 35px; }
.anwa .reveal-modal form .row .twelve.columns.esr-hint { line-height: 20px; font-size: 12px; color: #F14E51; font-weight: bolder; }
.anwa .reveal-modal .close-reveal-modal { font-size: 3rem; line-height: 1; }
.anwa .reveal-modal .close-reveal-modal:hover { opacity: 0.8; }
.anwa .reveal-modal h2 { font-size: 12px; font-family: "Montserrat"; margin-top:23px; color: #566A7C/*#566A7C*/; font-weight: 400;}
.anwa .reveal-modal textarea { background-color:#fff; resize:vertical; min-height:150px; border-radius: 8px; border: 1px solid #CCC;}
.anwa .reveal-modal input { padding-left:5px; }
.anwa .reveal-modal .reveal-form .secondary.button { float: right; background-color: #566A7C/*#566A7C*/; color: #FFFFFF/*#FFFFFF*/; border: 1px solid #C3C3C3/*#C3C3C3*/; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;font-family:"Montserrat"; font-size: 12px; font-weight: normal;}
/*
*
* End New Design (AbaPay)
*
*/
@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; }
  /*
  *
  * New Design (AbaPay)
  *
  */
  #navline { max-height: 122px; height: auto; }
  #navline .container.left,#navline .container.right { width: 100%; }
  #navline #nav-logout, #navline .nav-item.nav-lang { width:45%; border-top: 1px solid #D9DDE2/*#D9DDE2*/; }
  #navline .nav-item.nav-refresh { width:10%; border-top: 1px solid #D9DDE2/*#D9DDE2*/; border-left:none;}
  #navline #nav-logout { border-right: none; padding-top: 0; }
  #navline #nav-logout a{display:block; width: 100%; height: 100%; line-height: 61px; padding-top:7px; }
  .anwa .reveal-modal { width: 90%; left:5%; }
  .anwa .reveal-modal button.button, .anwa .reveal-modal input.button[type="submit"] { padding: 8px 20px 9px !important; }
  .anwa form[name='abanetwebaccess'] { padding-top: 207px;}
  .anwa .row.header-misc { top:122px; }
  .anwa .row.header-misc .file-item { max-width: none !important; width: 90%; margin-left: 10%; display: block; }
  .anwa .row.filter, .anwa .row.selectmenu { position:fixed; top:167px;}
  .anwa .row.filter .selection,.anwa .selectmenu .selection { width: 15.0548722800378429517502365184484% !important; float:left; }
  .anwa .row.filter .label { width: 63.708845789971617786187322611164% !important; float:left; }
  .anwa .row.filter .toggle-detail { width: 84.945127719962157048249763481552% !important; margin-left: 15.054872280037842951750236518448%; float:left; background-color: #F0F2F5/*#F0F2F5*/; border-bottom: 1px solid #D9DDE2/*#D9DDE2*/;}
  .anwa .row.filter .toggle-detail input { width: 100%; height: 100%;}
  .anwa .row.filter .toggle-detail:hover,.anwa .row.filter .toggle-detail:active { background-color: #D9DDE2/*#D9DDE2*/; }
  .anwa .row.filter .arrow { width: 21.236281929990539262062440870388% !important; float:left; }
  .anwa .row.filter .arrow + .toggle-detail { margin-top:-1px; }
  .anwa .row.filter .toggle,.anwa .row.selectmenu .toggle{ width: 100%; height: 100%; display:block; }
  .anwa .row.filter .toggle::after,.anwa .row.selectmenu .toggle::after{ width: 100%; height: 100%; left:0; top:0; border: none; background-image: url("https://shop.scheitlin-papier.ch/common/image/abapay/dropdown.svg?xet=1456763594000"); background-size: 8px 6px; background-position: center center; background-repeat: no-repeat; transform: rotate(180deg); }
  .anwa .row.selectmenu .toggle::after { background-image: url("https://shop.scheitlin-papier.ch/common/image/abapay/dropdown_white.svg?xet=1459427509850"); }
  .anwa .row.filter .toggle.up::after, .anwa .row.selectmenu .toggle.up::after { transform: rotate(0deg);}
  .anwa .selectmenu .edocument { width: 34.945127719962157048249763481552% !important; float:left; border-right: 1px solid rgba(255, 255, 255, 0.4); }
  .anwa .selectmenu .label { width: 37.5% !important; float:left; color: #FFFFFF/*#FFFFFF*/; line-height: 40px; letter-spacing: 0.5px; font-size: 12px; opacity: 0.8; padding-left:5px !important; }
  .anwa .selectmenu .arrow { width: 12.5% !important; float:left; }
  .anwa .selectmenu .toggle-detail { background-color: #F9AD53/*#F9AD53*/ !important; border-top: 1px solid #FAC07B/*#FAC07B*/; }
  .anwa .documents .document .toggle { width: 100%; height: 100%; display:block; }
  .anwa .documents .document .toggle::after { width: 100%; height: 100%; left:0; top:0; border: none; background-image: url("https://shop.scheitlin-papier.ch/common/image/abapay/Arrow_drawer.svg?xet=1449148768000"); background-repeat: no-repeat; background-position: center center; background-size: 15px; }
  .anwa .documents .document .toggle.up::after { transform: rotate(180deg);}
  .anwa .documents .row.document .selection { width: 14.033881897386254% !important; float:left; }
  .anwa .documents .row.document .selection label { margin: 0 0 0 41.081566319623634788991301374913%; }
  .anwa .documents .document .bill-desc { width: 64.4745885769603095% !important; float:left; }
  .anwa .documents .document .drawer { width: 21.4915295256534365% !important; float:left;}
  .anwa .documents .document .row.toggle-detail { text-align: left; padding-left: 14.033881897386254%; width: 100%; }
  .anwa .documents .document .row.toggle-detail .columns:first-child{ font-size: 15px; font-weight: 500;}
  .anwa .documents .document .row.toggle-detail .columns { padding: 0; font-size: 15px;}
  .anwa .documents .document .row.toggle-detail.date { text-align: left; }
  .anwa .documents .document .row.toggle-detail .EZ,.anwa .documents .document .row.toggle-detail .pdf-icon,.anwa .documents .document .row.toggle-detail .reject { width:33.3333333333% !important; float:left; text-align: center}
  .anwa .documents .row.document .columns.pdf-icon a { display: inline-block; width: auto; }
  .anwa .documents .document .row.toggle-detail .pdf-icon a { text-align: center; }
  .anwa .documents .document .row.toggle-detail .pdf-icon a img { display:inline-block; }
  /*
  *
  * End New Design (AbaPay)
  *
  */
}
@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: #565656 transparent transparent transparent; top: 5px; }
.anwa .toggle.up:after { border-color: transparent transparent #565656 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: #FFF; padding-top: 10px; padding-right: 20px; padding-bottom: 6px; text-align: right; font-size: 13px; }
@media print {
  #EZ, .ezs, .ezs2, .ezs-footer { display: none!important; } 
}
/* Error Block */
.errorblock { position: fixed; z-index: 500; display: none; border: none; padding-top: 15px; padding-bottom: 15px; background-color: rgba(82, 52, 52, 0.2); margin: auto 0px; width: 100%; top: 0px; bottom: 0px; left: 0px; right: 0px; }
#errortext { font-size: 20px; line-height: 25px; }
.errorblock .errortext { top: 50%; position: absolute; margin: 0 auto; text-align: center; width: 1000px; left: 50%; margin-left: -500px; opacity: 1; background-color: #DE4545; color: #ffffff; padding: 30px 150px; }
/*NavLine */
#navline { width: 100%; height: 61px; background-color: #FFFFFF/*#FFFFFF*/; z-index: 39; position: fixed; top:0; }
#navline .container { display: inline-block; }
#navline .container.left { float: left; overflow: hidden; display: block; }
#navline .container.right { float: right; }
#navline .nav-item { height: 61px; float: left; color: #1A2228/*#1A2228*/; font-size: 12px; line-height: 14px; font-family: "Montserrat"; font-weight: bold; }
.nav-item .icon { width: 100%; text-align: center; }
#navline #nav-logo { float: none; overflow: hidden; line-height: 61px; vertical-align: middle; padding-left:15px; color:#1A2228/*#1A2228*/; font-size: 14px; }
#nav-logo img { padding: 5px 15px 5px 15px; max-height: 90%; max-width: 50%; vertical-align: middle; }
#navline #nav-logout, #navline .nav-item.nav-lang,#navline .nav-item.nav-refresh { width: 61px; border-left: 1px solid #D9DDE2/*#D9DDE2*/; line-height: 61px; vertical-align: middle; text-transform: uppercase; }
#navline #nav-logout { padding-top: 7px; text-align: center; }
#navline .nav-item.nav-refresh { text-align: center; }
#navline .nav-item.nav-refresh form { width: 100%; height: 100%; padding-top: 18px; }
#navline .nav-item.nav-refresh input { width: 25px; height: 25px; background-image: url("https://shop.scheitlin-papier.ch/de/p1=%23566A7C?dpa=imagerefresh&amp;xet=1661450951282"); background-size: 25px 25px; background-repeat: no-repeat; background-color: transparent;}
#navline .nav-item.nav-lang { float:left; position:relative;}
#navline .nav-item.nav-lang .lang-dropdown-container { width:100%; padding:0; margin:0; cursor:pointer; text-transform: uppercase; }
#navline .nav-item.nav-lang .lang-dropdown-container.open { box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); border-left: 1px solid #D9DDE2/*#D9DDE2*/; border-right: 1px solid #D9DDE2/*#D9DDE2*/; }
#navline .nav-item.nav-lang .lang-dropdown-container &gt; div{ position:absolute;top:2.8rem; right: 8px;width: 8px;height: 6px; background-image: url("https://shop.scheitlin-papier.ch/de/p1=%23566A7C?dpa=imagedropdown&amp;xet=1661450951282"); background-size: 8px 6px; background-repeat: no-repeat; background-position: center center; transform:rotate(180deg);}
#navline .nav-item.nav-lang .lang-dropdown-container.open &gt; div { transform:rotate(0deg); }
#navline .nav-item.nav-lang .lang-dropdown-container a, #navline .nav-item.nav-lang .lang-dropdown-container ul, #navline .nav-item.nav-lang .lang-dropdown-container ul li { font-size: 12px; letter-spacing: 0.5px; color: #1A2228/*#1A2228*/; }
#navline .nav-item.nav-lang .lang-dropdown-container a { width:100%; height: 61px; display:inline-block; font-weight:normal; text-align: left; padding-left: 5px; line-height: 61px; }
#navline .nav-item.nav-lang .lang-dropdown-container.open a { background-color: #FFFFFF/*#FFFFFF*/; color: #1A2228/*#1A2228*/; border-bottom: 1px solid #D9DDE2/*#D9DDE2*/; }
#navline .nav-item.nav-lang .lang-dropdown-container ul {display:none;list-style-type: none;font-weight:normal; }
#navline .nav-item.nav-lang .lang-dropdown-container ul li:hover{ background-color:#EAECF0/*#EAECF0*/; color: #1A2228/*#1A2228*/}
#navline .nav-item.nav-lang .lang-dropdown-container ul li { height:61px; background-color:#FFFFFF/*#FFFFFF*/; border-bottom: 1px solid #D9DDE2/*#D9DDE2*/; color: #1A2228/*#1A2228*/; }
#navline .nav-item.nav-lang .lang-dropdown-container ul li a { height:61px; background-color:transparent; line-height:61px; color: #1A2228/*#1A2228*/; display:block; padding-left: 5px;}
#navline .nav-item.nav-lang .lang-dropdown-container.open ul li a { background-color: transparent; }
/********************************************
*                                           *
*   Styles for Shop                        *
*                                           *
********************************************/
/* ----------------------------------------
    icons
---------------------------------------- */
/* --------- Expert pages ----------------*/
.icon.purchaselist-add { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagepurchaselist&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.purchaselist-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagepurchaselist&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.rename { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagerecalculate&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.rename { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagerecalculate&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.delete { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagedelete&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.delete { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagedelete&amp;xet=1661450951282', sizingMethod='scale'); }
.small-icon.delete { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagedelete&amp;xet=1661450951282")') center no-repeat; }
.lt-ie9 .small-icon.delete { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagedelete&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.basket-add { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagebasket&amp;xet=1661450951282') center no-repeat; border-radius:5px; padding:20px }
.lt-ie9 .icon.basket-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagebasket&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.purchaselist { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagepurchaselist&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.purchaselist { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagepurchaselist&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.copy { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageadd&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.copy { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageadd&amp;xet=1661450951282', sizingMethod='scale'); }
.icon.user-add { background:url(https://shop.scheitlin-papier.ch/common/image/version2/user_add.png?xet=1345549108000) center no-repeat; }
.lt-ie9 .icon.user-add { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/common/image/version2/user_add.png?xet=1345549108000', sizingMethod='scale'); }
.icon.print { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageprint&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.print { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageprint&amp;xet=1661450951282', sizingMethod='scale'); }
.small-icon.newproduct { background:url(https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/version2/new.gif?xet=962372708000', sizingMethod='scale'); width: 35px !important; }
.icon.newproduct { background:url(https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/version2/new.gif?xet=962372708000', sizingMethod='scale'); height: 20px !important; }
.small-icon.onsale { background:url(https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/version2/onsale.gif?xet=976107860000', sizingMethod='scale'); width: 35px !important; }
.icon.onsale { background:url(https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/version2/onsale.gif?xet=976107860000', sizingMethod='scale'); height: 20px !important; }
.icon.attachment { background:url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageattachment&amp;xet=1661450951282') center no-repeat; }
.lt-ie9 .icon.attachment { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imageattachment&amp;xet=1661450951282', sizingMethod='scale'); }
/* ----------------------------------------
    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; }
/* ----------------------------------------
    nav-menu styles
---------------------------------------- */
.nav-menu-container { z-index: 100; padding: 0 0 0; }
.nav-menu-container-placeholder { display: none; }
.nav-menu { background: #565656 /* #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; }
}
/* -----------------------------------------
    buttons
----------------------------------------- */
.button { text-align:left; padding-left:10px}
.quicksearch-button {border-top-left-radius: 0px; border-bottom-left-radius: 0px; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagesearch&amp;xet=1661450951282'); background-repeat:no-repeat; background-position:center; background-size:23px;}
.continue { width: 100%; padding-left: 10px !important; border:0px; border-radius: 0px; }
.search { width: 100%; padding-left: 10px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagesearch&amp;xet=1661450951282'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.addtobasket { background-color:#f0801c; width: 100%; padding-left: 10px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagebasket&amp;xet=1661450951282'); background-size:23px; background-position:center center; background-repeat:no-repeat; .border:0px;}
.addtobasket:hover {background-color:#cc6600}
.delete { width: 100%; padding-left: 10px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagedelete&amp;xet=1661450951282'); background-size:23px; background-position:8px center; background-repeat:no-repeat; border:0px; border-radius: 0px; }
.refresh { padding:0; margin:0; background-color:#fff; width: 100%; padding-left: 0px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23565656?dpa=imagerecalculate&amp;xet=1661450951282'); background-size:15px; background-repeat:no-repeat; border:0px; border-radius: 0px; }
.refresh:hover {background-color:#fff}
.add { width: 100%; padding-left: 10px !important; text-align:left; border:0px; border-radius: 0px; }
.addtopurchaselist { width: 100%; padding-left: 10px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagepurchaselist&amp;xet=1661450951282'); background-size:23px; background-position:8px center; background-repeat:no-repeat; text-align:right; border:0px; border-radius: 0px; }
.menu { width: 100%; border:0px; border-radius: 0px; }
.attachment { width: 100%; padding-left: 10px !important; background-image: url('https://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imageattachment&amp;xet=1661450951282'); 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://shop.scheitlin-papier.ch/common/image/de/top_banner.png?xet=1386074722000); width: 63px; height: 70px; }
.banner.new { background-image: url(https://shop.scheitlin-papier.ch/common/image/de/new_banner.png?xet=1386073424000); width: 70px; height: 63px; }
.banner { position: absolute; z-index: 10; }
.banner-footer { background: #565656 /* #565656 */;}
/* -----------------------------------------
    product blocks
----------------------------------------- */
.productblock { margin-top: 10px; margin-bottom: 0px; }
.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%; }
.panel {border-width: 0px; -webkit-box-shadow:0 !important; border:0; }
.panel-description-container { min-height: 130x; height:auto}
.panel-description-container .tit {text-transform:uppercase; color:#d8d4d1}
.panel-price-container { margin-top:25px; margin-bottom:10px}
.panel-container { margin-top: 1.25em; }
.panel-container:hover { }
.panel-container:hover .panel { }
.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: solid 1px #c9c9c9 /* #c9c9c9 */; 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;}
/* ----------------------------------------
    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; min-width: 50%; float: left; } */
.filtergroup { float: left; width: 25%; min-width: 220px; }
.filterlist { list-style-type: none; }
.filterlist .filterlistitem { height: 30px; vertical-align: middle; white-space: nowrap; }
.filtercheckbox { display: none; }
.filtercheckbox + label { width: 17px; height: 17px; position: relative; background: #ffffff /* #FFF */; border: 1px solid black; text-indent: 25px; line-height: 13px; #ffffff /* #FFF */-space: nowrap; }
.filtercheckbox + label:hover { border-color: #e9b20c /* #e9b20c */; }
.filtercheckbox:checked + label:after { content: ''; position: absolute; width: 11px; height: 6px; top: 3px; left: 2px; background: transparent; border: 1px 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:checked + label:after { content: ''; position: absolute; width: 11px; height: 11px; top: 2px; left: 2px; border:5px solid #333; background: #333; }*/
.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: 20px; height: 10px; top: 6px; left: 4px; border: 4px solid green; border-top: none; border-right: none; }
.touch .filterlist .filterlistitem { height: 33px; }
.filter-title {font-size: 18px; font-weight: bold;}
.filterlistitem &gt; label {font-weight: normal; }
.contentstart ul { margin: 0; padding: 0; padding-left:20px; }
.filterselection { margin:0px 0 25px 0; padding-top:15px}
.filteranzahl {display:none; clear: both; font-size: 14px;}

.filtertitle a {text-decoration:none; font-weight:normal; text-transform:uppercase; display:block; margin-bottom:10px }
.filtertitle .glyphicon {font-size:10px; margin-left:15px}
.filtertitelgross {font-weight:bold; text-transform:uppercase}
.filtergroup {margin-bottom:15px}

.filterline {border-bottom:1px solid #000; margin:8px 8px 0 8px}
.filterlinks a {text-decoration:none; color:#6a6969}


.filtergroupcontainer {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.filterdetail {
	display:none;
}
.filterdetail.visible {
	display: block; 
	height: auto;
}


/* ----------------------------------------
    checkout status bar
---------------------------------------- */
.payment_inactive { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/payment.png?xet=1394783931000'); display:block; width:70px; height:70px; opacity: 0.4; }
.checkorder_inactive { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; height:70px; opacity: 0.4; }
.approved_inactive { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; opacity: 0.4; }
.openbox_inactive { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/openbox.png?xet=1416231488000'); display:block; width:70px; height:70px; opacity: 0.4; }
.box_inactive { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/box.png?xet=1416231608000'); display:block; width:70px; height:70px; opacity: 0.4; }
.basket_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/shopping_basket_check.png?xet=1395154425000'); display:block; width:70px; height:70px; }
.payment_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/payment_check.png?xet=1395154422000'); display:block; width:70px; height:70px; }
.return_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/return_check.png?xet=1416230660000'); display:block; width:70px; height:70px; }
.openbox_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/openbox_check.png?xet=1416231542000'); display:block; width:70px; height:70px; }
.box_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/box_check.png?xet=1416231656000'); display:block; width:70px; height:70px; }
.checkorder_checked { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/checkorder_check.png?xet=1395154419000'); display:block; width:70px; height:70px; }
.approved { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/approve_green.png?xet=1395156200000'); display:block; width:70px; height:70px; }
a.basket,a.basket:active { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/shopping_basket.png?xet=1394783914000'); display:block; width:70px; height:70px;}
a.basket:hover { background-image:url('https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/checkout/payment.png?xet=1394783931000'); display:block; width:70px; height:70px; }
a.payment:hover { background-image:url('https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/checkout/return.png?xet=1416231152000'); display:block; width:70px; height:70px; }
a.return:hover { background-image:url('https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/checkout/box.png?xet=1416231608000'); display:block; width:70px; height:70px; }
a.box:hover { background-image:url('https://shop.scheitlin-papier.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://shop.scheitlin-papier.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; height:70px; }
a.checkorder:hover { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/checkorder.png?xet=1394783902000'); display:block; width:70px; height:70px; opacity: 0.8;}
a.approved,a.approved:active { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; }
a.approved:hover { background-image:url('https://shop.scheitlin-papier.ch/common/image/checkout/approve.png?xet=1395156181000'); display:block; width:70px; height:70px; opacity: 0.8;}
/* ---------------------------------------
    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://shop.scheitlin-papier.ch/de/p1=%23ffffff?dpa=imagesearch&amp;xet=1661450951282'); 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; }
@media only screen and (max-width: 767px) {
  input[type="checkbox"] { width: 30px; height: 30px; }
  input[type="radio"] { width: 30px; height: 30px; }
  .oassistant { display: none; }
}
.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;*/ }

.bottomtext ul {margin-left:18px}
/* .contentstart ul { margin-left: 5px; padding-left: 12px; } */
.prod-detail-searchterm { background-color: #FFF; padding-left: 0px; }
.category-row { margin: 0px; }
.next-icon-fsc { margin-top: 6px; }
@media screen and (min-width: 1850px) {
  .filterselection { boder: none!important; z-index: 1; position: sticky; top: 1%; margin-left: auto; overflow-x: hidden; background-color: #FFF; width: 208px; margin-right: 100px;}
  .filterlist { padding-left: 0px!important; margin-left: 0px!important; }
  #filterparent { position: absolute; height: 100%; }
}
.contactSticky { display: none; }
.specialproduct { margin-top: -55px; }
.bestseller { width: 40px!important; position: relative; }
.neu { width: 40px!important; }
.bggraydark { bottom: 0px; position: sticky; z-index: 1; }
.filter { background-color: #FFF; border: 1px solid #eae9e7!important; }
.inquiryform { border: 1px solid #eae9e7!important; margin-top: 15px; padding: 15px 15px 15px 15px; }
.introjs-bullets, .introjs-tooltipbuttons { display: none; }

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  width: 50px;
  height: 50px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 635px;
  height: 635px;
  position: absolute;
  background-color: white;
}

.zoomLens{
  visibility: hidden;
}

#product-img img{
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}

#product-img img:hover{
 -webkit-transform: scale(1);
 transform: scale(1);
}

ul.nav-bar.nav-bar-1.vertical.toggle-down.nextag ul {
    padding: 0 0 0 12px;
}

.slides {
 padding-left: 0!important;
}

.checkmark{
 float: right;
 width: 16px!important; height: 16px!important;
}

.lagerbestand-text{
    font-size: 13px!important;
    color: #7ac142;
    display: block
}

.stockinfo {
    min-height: 16px;
}

.stockinfo:hover .tooltip-stockinfo{
    visibility: visible;
    opacity: 100;
    transition: opacity 0.3s;
}

.tooltip-stockinfo .tooltip-inner{
    background-color: #7ac142;
}

.tooltip-stockinfo .lagerbestand-text{
    color: #fff;
}

.product-img-slider ul { background-color: white; list-style: none; padding: 0 }
.product-img-slider ul.slick-dots {position: absolute;bottom: -30px;right: 0;left: 0;text-align: center;background-color: transparent;padding: 0;}
.product-img-slider ul.slick-dots li { display: inline-block; }
.product-img-slider ul.slick-dots li img { max-height: 100%; max-width: 100%; }
.product-img-slider ul.slick-dots li button {padding: 0;display: block;height: 12px;width: 12px;border-radius: 50%;border: none;background-color: #d8d4d1;cursor: pointer;outline: none;text-indent: -9999px;margin: 2px;}
.product-img-slider ul.slick-dots li.slick-active button {background-color: #02538a;cursor: default;}
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img {display: block;/* border: 2px solid; */}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.product__slider-main { margin-bottom: 15px; }
.product__slider-main img { margin: 0 auto; }
.product__slider-thmb .slick-slide { opacity: 0.5; transition: all .3s ease; }
.product__slider-thmb .slick-slide.slick-active, .product__slider-thmb .slick-slide:hover { opacity: 1; }
.product__slider-main, .product__slider-thmb { display: none; }
.product__slider-thmb .slick-slide img { height: 66px; border: 4px solid white; object-fit: contain; }


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}

@media (max-width:481px) {
    .marke {
        margin-top: -90px;
    }
    .zoomContainer, .zoomWindowContainer { display: none}
}

@media (min-width: 992px){
.proddetright div.productblock div.productblock {
    width: 41.66666667%!important;
    margin-bottom: 10px;
}
}



/* Google Translator ---------------------- */

div#google_translate_element {
    max-width: 95px;
}

.goog-te-gadget {
    max-height: 40px;
    overflow: hidden!important;
}

.goog-te-gadget .goog-te-combo {
    border-radius: 0;
    margin: 0!important;
    padding: 9.5px;
    border: 1px solid #fff;
    border-left: 0;
    background-color: #fff;
}

#google_translate_element {
    overflow: hidden!important;
    max-height: 39px;
    margin: 15px 0 0 0;
}

@media (min-width: 768px){
#google_translate_element {
    margin: 5px 0 0 0;
}
}</pre></body></html>