@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(opensans.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Sembibold'), local('OpenSans-Sembibold'), url(opensanssemibold.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(opensansitalic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Sembibold Italic'), local('OpenSans-SembiboldItalic'), url(opensanssemibolditalic.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(opensanslight.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight Italic'), url(opensanslightitalic.woff) format('woff');
}
body, input, textarea, select, button {
  font-family: 'Open Sans', Verdana, Arial, sans-serif;
  font-size: 16px;
}
h1 {
  font-size: 48px;
  font-weight: 300;
}
h2 {
  font-size: 32px;
  font-weight: 300;
}
h3 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
}
.sqrheader {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
}

.sqrheader>img {
	display: block;
	position: absolute;
}

.sqrcontent {
	margin: 0;
	padding: 10px 0;
	background-color: #fffffe;
}
.sqrnavcontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}

body {
  background-color: #525252;
  margin: 0;
  padding: 0;
}
footer {
  margin: 0;
  padding: 30px 0 0 0;
}
.sqrcommonlinks, .sqrfootertext {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px 30px 30px;
  box-sizing: border-box;
  text-align: center;
}
.sqrfootertext {
  color: #fffffe;
}
.sqrcommonlinks a {
  text-decoration: none;
  color: #fffffe;
  padding: 0 8px;
  transition: color 0.3s;
}
.sqrcommonlinks a:hover {
  color: #ffffff;
}
.sqrnav {
  display: block;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  line-height: 21px;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.sqrnav a {
  display: block;
  margin: 0;
  padding: 18px 22px;
  color: #E63323;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 22px;
}
.sqrnav>ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.sqrnav .sqrnavsearch form {
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 12px;
  display: block;
  width: 100%;
}
.sqrnav .sqrnavsearch input {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 8px 12px 8px 30px;
  margin: 0;
  color: #E63323;
  border-color: #dddddd;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fffffe url(search.svg) 8px 50% no-repeat;
}
#searchajax {
	background-color: #fffffe;
}
#searchajax>a {
	border-bottom: 1px solid #dddddd;
	padding: 8px 12px 8px 30px;
}


.sqrnav li.sqrnavactive>a {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sqrnavpad {
	  margin: 0;
	  background-color: #fffffe;
	  height: 60px;
  }
  .sqrnavcontainer {
	padding: 0;
  }	
  .sqrnav {
    border-bottom: 1px solid #dddddd;
  }
  .sqrnav a, .sqrnav form {
    border-bottom: 1px solid #dddddd;
  }
  .sqrnav a.sqrnavshow, .sqrnav a.sqrnavhide {
    background: url(menu.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavmore>a {
    background: url(moreright.svg) right center no-repeat;
  }
  .sqrnav li.sqrnavopen>a {
    background-image: url(moredown.svg);
  }
  .sqrnav .sqrnavshow {
    display: block;
  }
  .sqrnav .sqrnavhide {
    display: none;
  }
  .sqrnavopen>a.sqrnavshow {
    display: none;
  }
  .sqrnavopen>a.sqrnavhide {
    display: block;
  }
  .sqrnav li.sqrnavopen>ul {
    display: block;
  }
  .sqrnav ul {
    display: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .sqrnav ul ul {
    display: none;
  }
  .sqrnav ul li li>a {
    padding-left: 44px;
  }
  .sqrnav ul li li li>a {
    padding-left: 66px;
  }
  .sqrnavopen>ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sqrnavpad {
	  margin: 0;
	  background-color: #fffffe;
	  height: 100px;
  }
  .sqrnav {
    border: 1px solid #dddddd;
  }
  .sqrnav>a {
    display: none;
  }
  .sqrnav>ul {
    box-sizing: border-box;
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .sqrnav>ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .sqrnav>ul>li {
    float: left;
  }
  .sqrnav>ul li>ul {
    position: absolute;
    background-color: #ffffff;
    width: 30vw;
    max-width: 320px;
    display: block;
    left: -9999px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
    transform: translateY(-5px);
    opacity: 0;
    transition: transform 0.2s, opacity 0.2s;
  	border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  .sqrnav>ul>li li {
    border-bottom: 1px solid #dddddd;
  }
  .sqrnav>ul>li.sqrnavmore>a {
    background: transparent url(moredown.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav>ul>li li.sqrnavmore>a {
    background: transparent url(moreright.svg) right center no-repeat;
    padding-right: 44px;
  }
  .sqrnav>ul>li.sqrnavopen>ul {
    left: 0;
    transform: translate(0);
    opacity: 1;
  }
  .sqrnav>ul>li ul li.sqrnavopen>ul {
    left: 100%;
    top: -1px;
    transform: none;
    opacity: 1;
  }
  .sqrnav>ul>li.sqrnavopen {
    background-color: #fffffe;
  }
  .sqrnav>ul>li.sqrnavhome>a>span, .sqrnav>ul>li.sqrnavsearch>a>span, .sqrnav>ul>li.sqrnavshop>a>span {
    display: none;
  }
  .sqrnav>ul>li.sqrnavhome>a {
    background: transparent url(home.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 18px;
  }
  .sqrnav>ul>li.sqrnavsearch, .sqrnav>ul>li.sqrnavshop {
    float: right;
  }
  .sqrnav>ul>li.sqrnavsearch>a {
    background: transparent url(search.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 18px;
  }
  .sqrnav>ul>li.sqrnavshop>a {
    background: transparent url(navcart.svg) no-repeat center center;
    width: 16px;
    height: 22px;
    padding: 18px;
  }
  .sqrnav>ul>li.sqrnavshop>a.sqrcartfull {
    background: url(navcartfull.svg) no-repeat center center;
  }
  .sqrnav>ul>li.sqrnavopen.sqrnavshop>ul, .sqrnav>ul>li.sqrnavopen.sqrnavsearch>ul {
    left: auto;
    right: -1px;
    opacity: 1;
  }
  .sqrnav a {
  	transition: background-color 0.2s;
  }
  .sqrnav a:hover {
	background-color: #fffffe !important;
  }
  #searchajax a.activelink {
  	background-color: rgba(0,0,0,0.05) !important;
  }
  
}
body, input, textarea, select {
  color: #333333;
}
p, figcaption, ul.sqrlist {
  line-height: 1.8;
  margin: 10px 0 20px 0;
}
	
.sqrtable td, .sqrtable th {
  line-height: 1.8;		
}
	
h1 {
  color: #E63323;
  margin: 20px 0 -20px 0;
}
h2 {
  color: #525252;
  margin: 20px 0 10px 0;
}
h3 {
  color: #525252;
  margin: 10px 0 10px 0;
}

.sqrcontent p a, a.link {
	color: #009FE3;
	font-weight: bold;
	text-decoration: none;
}

.sqrcontent p a:hover, a.link:hover {
	text-decoration: underline;
}

a.sqriconlink {
	padding-left: 19px;
	display: inline-block;
	white-space: nowrap;
	background-repeat : no-repeat;
	background-position : left center;
}

a.sqriconlink2 {background-image: url(iconfile.svg)}
a.sqriconlink3 {background-image: url(iconexe.svg)}
a.sqriconlink4 {background-image: url(iconmovie.svg)}
a.sqriconlink5 {background-image: url(iconsound.svg)}
a.sqriconlink6 {background-image: url(iconpdf.svg)}
a.sqriconlink7 {background-image: url(icontext.svg)}
a.sqriconlink8 {background-image: url(iconzip.svg)}

.sqrpara {
  box-sizing: border-box;
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto 40px auto;
}
.sqrparabox {
  box-sizing: border-box;
  padding: 30px 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.sqrparabox h2 {
  margin-top: 0;
}
.sqrbox {
  padding: 15px 30px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.sqrpara:after, .sqrparabox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrparafw {
  padding: 0;
  max-width: none;
}
.sqrparafw h2 {
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.sqrparafw>h2 {
  padding: 0 30px;
}
.sqrfwalt {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 10px 0;
  margin-bottom: 30px;
}
.sqrcf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p.sqrpaginate {
	text-align: center;
	margin: 8px 0;
}

p.sqrpaginate a, p.sqrpaginate b {
	padding: 0 4px;
}

.sqrnextpage {
  float: right;
  margin: 10px 0;
}
.sqrnextpage span {
  background: url(nextpage.svg) right center no-repeat;
  padding-right: 30px;
  margin-right: -10px;
  display: block;
  text-align: center;
}
.sqrprevpage {
  float: left;
  margin: 10px 0;
}
.sqrprevpage span {
  background: url(prevpage.svg) left center no-repeat;
  padding-left: 30px;
  margin-left: -10px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sqrnextpage, .sqrprevpage {
    float: none;
  }
  .sqrparamobilefw {
    padding: 0;
  }
  .sqrparamobilefw>h2 {
    padding: 0 30px;
  }
  h1 {
    margin: 20px 0 -30px 0;
  }
  .sqronlydesktop {
  	display: none;
  }
}

@media screen and (min-width: 768px) {
  .sqronlymobile {
  	display: none;
  }	
}

.sqrform {
  margin: 20px 0;
  padding: 0;
  display: block;
  width: 100%;
}
.sqrform div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrform div {
  margin: 12px 0;
}
.sqrform input[type="text"], .sqrform input[type="password"], .sqrform input[type="file"], .sqrform input[type="email"], .sqrform textarea, .sqrform select {
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 8px 12px;
  display: block;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sqrform input.sqrformerr, .sqrform textarea.sqrformerr {
  border: 1px solid #B73332;
}
.sqrform label.sqrformerr, .sqrform p.sqrformerr {
  color: #B73332;
}

.sqrform select {
  background: #ffffff url(select.svg) no-repeat right center;
  padding: 8px 32px 8px 12px;
}
.sqrform select::-ms-expand {
  display: none;
}
.sqrform input[type="file"] {
  line-height: 1;
}
.sqrform textarea {
  height: 140px;
}
.sqrform input[type="submit"], .sqrbutton, .sqrshopbutton {
  background-color: #E63323;
  border: none;
  color: #fffffe;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.5s;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  letter-spacing: 1px;
}
.sqrform input[type="submit"] {
  margin: 24px 0 0 0;
  float: right;
}
.sqrform input[type="submit"]:hover, .sqrbutton:hover, .sqrshopbutton:hover {
  background-color: #525252;
}
.sqrform .sqrforml {
  box-sizing: border-box;
  width: 28%;
  float: left;
  display: block;
}
.sqrform label.sqrforml {
  padding: 9px 0;
  display: block;
}
.sqrform .sqrformr {
  box-sizing: border-box;
  width: 70%;
  float: right;
  display: block;
  margin: 0;
}

.sqrform img {
  display: block;
  border: 1px solid #dddddd;
  padding: 8px;
  background: #ffffff;
}

.sqrform p {
  font-style: italic;
}
.sqrform .sqrformsplite input:first-child {
  width: 49%;
  float: left;
}
.sqrform .sqrformsplite input:last-child {
  width: 49%;
  float: right;
}
.sqrform .sqrformsplitr input:first-child {
  width: 19%;
  float: left;
}
.sqrform .sqrformsplitr input:last-child {
  width: 79%;
  float: right;
}
.sqrform .sqrformsplitl input:first-child {
  width: 79%;
  float: left;
}
.sqrform .sqrformsplitl input:last-child {
  width: 19%;
  float: right;
}
.sqrformsplite:after, .sqrformsplitl:after, .sqrformsplitr:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .sqrform input[type="text"], .sqrform input[type="file"], .sqrform textarea {
    width: 100%;
    float: none;
  }
  .sqrform .sqrforml {
    width: 100%;
    float: none;
  }
  .sqrform .sqrformr {
    width: 100%;
    float: none;
  }
}

.sqrfig, .sqrfigl, .sqrfigr {
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  font-style: italic;
  border: 1px solid #dddddd;
  color: #666666;
}
.sqrfig {
  padding: 0;
  margin: 0;
  width: 100%;
}
.sqrfigl {
  margin: 0 4% 2% 0;
  float: left;
  width: 33%;
}
.sqrfigr {
  margin: 0 0 2% 4%;
  float: right;
  width: 33%;
}

.sqrfigfwl, .sqrfigfwr {
  display: block;
  padding: 0;
  margin: 0;
  font-style: italic;
  width: 100%;
  position: relative;
}
.sqrfigfwl .sqrfigcontent, .sqrfigfwr .sqrfigcontent {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 0;
  border-right: 0;
}
.sqrfigfwl>figcaption, .sqrfigfwr>figcaption {
  box-sizing: border-box;
  max-width: 1100px;
  padding: 20px 30px;
  margin: 0 auto 0 auto;
}
.sqrfig .sqrfigcontent, .sqrfigl .sqrfigcontent, .sqrfigr .sqrfigcontent {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}
.sqrfig figcaption, .sqrfigl figcaption, .sqrfigr figcaption {
  padding: 15px 20px;
  margin: 0;
}
.sqrlbbackdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  transition: opacity 0.25s;
  opacity: 0;
  background-color: #222222;
  touch-action: none;
}
.sqrlbclose {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2005;
  background: url(close.svg) center center no-repeat;
  cursor: pointer;
}
.sqrlbnext {
  width: 48px;
  height: 96px;
  position: absolute;
  right: 0;
  background: url(next.svg) center center no-repeat;
  cursor: pointer;
  z-index: 2004;
  display: none;
}
.sqrlbprev {
  width: 48px;
  height: 96px;
  position: absolute;
  left: 0;
  background: url(prev.svg) center center no-repeat;
  cursor: pointer;
  z-index: 2004;
  display: none;
}
.sqrlbwait {
  width: 32px;
  height: 32px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  background: url(wait.svg) center center no-repeat;
  z-index: 2005;
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
  cursor: pointer;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.sqrlbbackdrop img {
  display: block;
  position: absolute;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  z-index: 2002;
}
.sqrlbbackdrop .sqrlbcaption {
  display: block;
  position: absolute;
  color: #ffffff;
  text-shadow: 0 0 4px #000000;
  font-size: 90%;
  font-style: italic;
  padding: 14px 0;
  z-index: 2008;
  text-align: center;
  left:0;
  right:0;
  bottom:0;
}
@media screen and (max-width: 767px) {
  .sqrfigl, .sqrfigr {
    width: 80%;
    float: none;
    margin: 20px auto;
  }
  .sqrparamobilefw>.sqrfig {
    border-left: none;
    border-right: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .sqrparamobilefw>.sqrfig>figcaption {
    padding: 20px 30px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sqrfigwidth2 { max-width: 75% }
  .sqrfigwidth3 { max-width: 50% }
  .sqrfigwidth4 { max-width: 640px }
  .sqrfigwidth5 { max-width: 512px }
  .sqrfigwidth6 { max-width: 480px }
  .sqrfigwidth7 { max-width: 320px }
  
  .sqrfigalign2 { margin-left: auto; margin-right: auto }
  .sqrfigalign3 { margin-left: auto; margin-right: 0 }
}
@media screen and (min-width: 1024px) {
  .sqrfigfwl>figcaption, .sqrfigfwr>figcaption {
    position: absolute;
    max-width: 30%;
    padding: 30px;
    margin: 0 auto 0 auto;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  }
  .sqrfigfwl>figcaption {
    bottom: 0;
    left: 0;
  }
  .sqrfigfwr>figcaption {
    bottom: 0;
    right: 0;
  }
}

.sqrtabs .sqrtabshead ul {
  box-sizing: border-box;
  padding: 0 30px;
  display: block;
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-user-select: none;
  user-select: none;
}
.sqrpara .sqrtabs .sqrtabshead ul {
  padding: 0;
}
.sqrtabs .sqrtabshead ul li {
  display: block;
  padding: 11px 21px 10px 21px;
  float: left;
  margin: 0 3px -1px 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.sqrtabs .sqrtabshead ul li.sqrtabactive {
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  cursor: default;
}
.sqrtabs .sqrtabshead ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrtabs .sqrtabscontainer>div {
  display: none;
  margin: 0;
  padding: 0;
}
.sqrtabs .sqrtabscontainer>div.sqrtabactive {
  display: block;
}
@media screen and (max-width: 767px) {
  .sqrtabs .sqrtabshead ul li {
    display: block;
    padding: 10px 70px 10px 30px;
    border-top: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    float: none;
    margin: 0 -30px;
    float: none;
    background: url(tabright.svg) right center no-repeat;
  }
  .sqrtabs .sqrtabshead ul li.sqrtabactive {
    padding: 10px 70px 10px 30px;
    border-left: none;
    border-right: none;
    background-image: url(tabdown.svg);
  }
  .sqrpara .sqrtabs .sqrtabshead ul li {
    margin: 0;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}

.sqracc {
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  max-width: 1100px;
}
.sqracc .sqracchead {
  box-sizing: border-box;
  margin: 0 30px;
  padding: 0;
  border-bottom: 1px solid #dddddd;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.sqracc .sqracchead:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqracc .sqracchead div {
  padding: 10px 20px 10px 32px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  cursor: inherit;
  float: left;
  background: #ffffff url(accclosed.svg) 10px 50% no-repeat;
  min-width: 30%;
  -webkit-user-select: none;
  user-select: none;
}
.sqracc .sqracccontainer {
  display: none;
}
.sqracc.sqraccopen .sqracccontainer {
  display: block;
}
.sqracc.sqraccopen .sqracchead div {
  background-image: url(accopen.svg);
}
@media screen and (max-width: 767px) {
  .sqracc .sqracchead {
    margin: 0;
    padding: 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .sqr2col>div {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .sqr2col>div:last-child {
    margin-right: 0;
  }
  .sqr3col>div {
    box-sizing: border-box;
    width: 30.6666666666%;
    float: left;
    margin-right: 4%;
  }
  .sqr3col>div:last-child {
    margin-right: 0;
  }
}

.sqrlist {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.sqrlist>li {
  padding: 0 0 0 24px;
  margin: 0 0 16px 0;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

.sqrbullet1>li {
  background-image: url(bullet1.svg);
}
.sqrbullet2>li {
  background-image: url(bullet2.svg);
}
.sqrbullet3>li {
  background-image: url(bullet3.svg);
}
.sqrbullet4>li {
  background-image: url(bullet4.svg);
}
.sqrbullet5>li {
  background-image: url(bullet5.svg);
}


.sqrtable {
  overflow: auto;
  width: 100%;
}
.sqrtable table {
  box-sizing: border-box;
  min-width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
.sqrtable th {
  box-sizing: border-box;
  border: 1px solid #525252;
  background-color: #525252;
  color: #fffffe;
  padding: 12px 18px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.sqrtable th a.link {
	color: #fffffe;
}

.sqrtable td {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 12px 18px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.sqrtable img {
	width: 100%;
	height: auto;
	border: 0;
	display: block;
}
.sqrtable td.sqrtablesymbol {
  vertical-align: middle;
}
.sqrtable td.sqrtablesymbol img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sqrtable tr:nth-child(odd) {
    background-color: #fcfcfc;
  }
  .sqrtable td.sqrtablepic {
    padding: 0;
  }
  .sqrtable .sqrtableheader {
  font-style: italic;
  }
}
@media screen and (max-width: 767px) {
  .sqrtablescroll tr:nth-child(odd) {
    background-color: #fcfcfc;
  }
  .sqrtablereflow thead {
    display: none;
  }
  .sqrtablereflow td {
    display: block;
    width: 100% !important;
    border: none;
    text-align: left !important;
    border-top: 1px solid #dddddd;
  }
  .sqrtablereflow td:before {
    content: attr(data-header) ": ";
    font-style: italic;
  }
  .sqrtablereflow td.sqrtablepic:before {
    content: attr(data-header) ": ";
    font-style: italic;
    display: block;
    padding-bottom: 6px;
  }
  .sqrtablereflow tr {
    display: block;
    border: none;
  }
  .sqrtablereflow td:first-child {
    background-color: #525252;
    color: #fffffe;
    border-top: none;
  }
  .sqrtablereflow td:first-child:before {
    content: '';
  }
  .sqrtablereflow td:nth-child(even) {
    background-color: #fcfcfc;
  }
  .sqrtable td.sqrtablepic {
    padding: 12px 18px 18px 18px;
  }  
}

.srqteaserelement ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.srqteaserelement li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
.srqteaserelement li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.sqrteaserpicture {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
}
.srqteaserelement img {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
}
.sqrteasercaption {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #009FE3;
}
.srqteaserelement li.sqrteaserlink {
  display: block;
  margin: 0 0 16px 0;
  padding: 0 0 0 24px;
  background-position: 0 6px;
  background-repeat: no-repeat;
}

.srqteaserelement li.sqrteaserlink a {
  color: #009FE3;
  font-weight: bold;
  text-decoration: none;
}

.srqteaserelement li.sqrteaserlink a:hover, .sqrteasercaption:hover {
  text-decoration: underline;
}


p.sqrteaserlookup {
	text-align:center;
	margin: 8px 0 18px;
	border-bottom: 1px solid #dddddd;
	padding: 0 0 4px 0;
}

@media screen and (min-width: 768px) {
  .sqr1col .sqrteaserpicture {
    width: 40%;
    float: right;
    margin: 4px 0 30px 30px;
  }
  .sqr1col li:nth-child(odd) .sqrteaserpicture {
    float: left;
    margin: 4px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .sqr1col .sqrteaserpicture {
    float: none;
    margin: 10px 0;
    width: 100%;
  }
}
.sqrsmallbuttontext {
  padding: 6px 12px;
  font-size: 80%;
  line-height: 20px;
}
.sqrsmallbuttonimagetext {
  padding: 6px 12px 6px 30px;
  font-size: 80%;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 6px center;
  margin-right: 5px;
  margin-top: 5px;
}
.sqrsmallbuttonimage {
  height: 32px;
  width: 32px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
.sqrstock {
  padding: 5px 11px;
  background-color: #ffffff;
}
.sqrstockgreen {
  border: 1px solid #43A82A;
}
.sqrstockyellow {
  border: 1px solid #C17F30;
}
.sqrstockred {
  border: 1px solid #B92E3B;
}
.sqrbuttoncart {
  background-image: url(cart.svg);
}
.sqrbuttonmemo {
  background-image: url(memo.svg);
}
.sqrbuttontrash {
  background-image: url(trash.svg);
}
.sqrbuttonreload {
  background-image: url(reload.svg);
}

.sqrbuttonedit {
  background-image: url(edit.svg);
}

ul.sqrsequence {
  display: block;
  margin: 0;
  padding: 0;
}

ul.sqrsequence:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul.sqrsequence li {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 24px 4px 0px;
}

ul.sqrsequencenext li {
  background: url(sequence.svg) no-repeat right center;
}

ul.sqrsequencedot li {
  background: url(dot.svg) no-repeat right center;
}


ul.sqrsequence li:last-child {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 4px 0px;
  background-image: none;
}

ul.sqrsequence li a {
  text-decoration: none;
  color: #009FE3;
}

.sqrsequencecurrent {
  font-weight: bold;
  color: #525252;
}

.sqrmessagebox {
  position: fixed;
  z-index: 900;
  width: 100%;
  left:0;
  top:0;
  background-color: #ffffff;
  padding: 20px 10px 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.sqrmessagebox>div>after, .sqrmessagebox:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.sqrmessagebox>div {
  margin-top: 20px;
}


.sqrmessagebox>div>.sqrbutton {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sqrmessagebox h2 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .sqrmessagebox>div {
    float: right;
  }


  .sqrmessagebox>div>.sqrbutton {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .sqrmessagebox>div>.sqrbutton {
    text-align: center;
  }
}

/************* Volker ****************/

@media screen and (min-width: 768px) {
	
  .sqrhidewide {
    display: none;
  }
	
  .sqrshoptable tr:not(.border) td:first-child {
    padding-left: 24px;
  }

  .sqrshoptable td[data-sqrmorepadding] {
    padding-left: 24px;
  }
	
  .sqrshoptable td:last-child {
    padding-right: 24px;
  }

  .sqrshoptable td {
    padding: 22px 12px;	
  }

  .sqrshoptable td.basketquantity {
    padding-top: 13px;
  }

  .sqrshoptable tr.sqrshoplinetop td {
    border-top: 1px solid #dddddd;
  }
}

@media screen and (max-width: 767px) {
	
  .sqrshoptable thead {
    display: none;
  }
  
  .sqrshoptable td {
    display: block;
  }
 
  .sqrhideslim, .sqrshoptable td.sqrhideslim {
    display: none;
  }
	
  .sqrshoptable td {
    padding: 6px 22px;	
  }
	
  .sqrshoptable td:first-child, .sqrshoptable td.sqrshopsingleline {
    padding-top: 22px;	
  }
 	
  .sqrshoptable td:last-child {
    padding-bottom: 22px;	
  }
	
  /*.sqrshoptable tr.sqrshoplinetop td:last-child, .sqrshoptable tbody {
    border-top: 1px solid #dddddd;
  }*/
}

@media screen and (max-width: 500px) {
	
  .sqrshopbutton {
    display: block !important;
    float: none !important;
    margin: 12px 0 !important;
    text-align: center;
  }
	
  button.sqrshopbutton {
    width: 100% !important;
  }
	
  .sqrmobile100 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 870px) {
	img.sqrbasketpic {
		width: 90px;
		height: 90px
	}
}

.sqrshoptable {
  overflow: auto;
  width: 100%;
}

.sqrshoptable table {
  box-sizing: border-box;
  min-width: 100%;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-collapse: collapse;
}

.sqrshoptable th {
  box-sizing: border-box;
  background-color: #525252;
  color: #fffffe;
  padding: 12px 12px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

/*.sqrshoptable tbody tr:last-child,*/
.sqrshoptable tbody,
.sqrshoptable tr.sqrshopline td {
  border-bottom: 1px solid #dddddd;
}

.sqrshoptable td {
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
}

.sqrshoptable tbody.sqrshoplinetop,
.sqrshoptable tr.sqrshoplinetop {
  border-top: 1px solid #dddddd;
}

div.sqrshopabstract {
  margin-top: 10px;
}

span.sqrshopabstract {
  margin-top: 10px;
  display: block;
}


td.sqrshopnumbers {
  padding-top: 0;
}

a.sqrshopbutton {
  /*height: 24px;*/
}

.sqrbuttonright,
.sqrnextpage.sqrbuttonright {
  float: right;
  margin: 10px 0 10px 30px;
}

.sqrbuttonleft,
.sqrprevpage.sqrbuttonleft {
  float: left;
  margin: 10px 30px 10px 0;
}

@media screen and (max-width: 767px) {
  .sqrnextpage.sqrbuttonright {
    float: right;
  }
  .sqrprevpage.sqrbuttonleft {
    float: left;
  }
}

.sqrwidth20percent {
  width: 20%;
}

.sqrwidth10percent {
  width: 10%;
}

.sqrwidth5percent {
  width: 5%;
}

.sqrnofont {
  font-size: 0;
  line-height: 0;
}

.sqrbasketimage {
  width: 100%; 
  max-width: 180px; 
}

.sqrcheckboxl {
  display: block;
  width: 44px;
  float: left;
}

.sqrcheckboxr {
  margin-left: 44px;
}

.sqrshopbuttondescription {
  padding: 12px 0;
}

.sqralignright {
  text-align: right;
}

td.sqrverticaltop {
  vertical-align: top;
}

td.sqrverticalbottom {
  vertical-align: bottom;
}

.sqrverticalmiddle {
  vertical-align: middle;
}

.sqrnowrap {
  white-space: nowrap;
}

.sqrhidden {
  display: none;
}

.sqrinline {
  display: inline;
}

.sqrinlineblock {
  display: inline-block;
}

.sqrclearboth {
	clear: both;
}
.sqrcookie {
  position: fixed;
  z-index: 3000;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 30px;
  display: none;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.sqrcookietop {
	top: 0;
}

.sqrcookiebottom {
	bottom: 0;
}

.sqrcookie>button {
  float: right;
  margin-left: 30px;
}

.sqrcookie>p {
  margin: 0;
  max-width: 60%;
  float: left;
}

@media screen and (max-width: 767px) {
  .sqrcookie>button {
    float: right;
    margin-left: 30px;
  }

  .sqrcookie>p {
    max-width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.sqwpluginproductinfopicture > img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.sqwpluginproductinfopicture > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sqwpluginproductinfopicture > ul:after {
    content: '';
    display: table;
    clear: both;
}

.sqwpluginproductinfopicture > ul > li {
    display: block;
    padding: 0;
    float: left;
    margin: 1% 1% 0 0;
    border-bottom: 3px solid transparent;
    transition: border-bottom-color 0.2s;
}

.sqwpluginproductinfopicture > ul > li.sqwpluginproductinfoactive {
    border-bottom-color: #525252;
}

.sqwpluginproductinfopicture > ul > li {
    display: block;
    padding: 0;
    float: left;
    margin: 1% 1% 0 0;
}

.sqwpluginproductinfopicture > ul > li:last-child {
    margin-right: 0;
}

.sqwpluginproductinfopicture > ul.sqwpluginproductinfothumbs2 > li {
    width: 49.5%
}

.sqwpluginproductinfopicture > ul.sqwpluginproductinfothumbs3 > li {
    width: 32.6666%
}

.sqwpluginproductinfopicture > ul.sqwpluginproductinfothumbs4 > li {
    width: 24.25%
}

.sqwpluginproductinfopicture > ul.sqwpluginproductinfothumbs5 > li {
    width: 19.2%
}

.sqwpluginproductinfopicture > ul.sqwpluginproductinfothumbs6 > li {
    width: 15.8333%
}

.sqwpluginproductinfopicture > ul > li > a > img {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 3px;
	transition: opacity 0.2s;
}

.sqwpluginproductinfopicture > ul > li > a:hover > img {
	opacity: 0.8;
}

@media (min-width: 768px) {
    .sqwpluginproductinfopicture {
        float: left;
        width: 48%;
        margin-right: 2%;
    }

    .sqwpluginproductinfotext {
        float: right;
        width: 48%;
        margin-left: 2%;
        position: relative;
    }

    .sqwpluginproductinfotext>*:first-child {
        margin-top: 0;
    }

    .sqwpluginproductinfo:after {
        content: '';
        display: table;
        clear: both;
    }

    .sqwpluginproductinfozoombox {
        display: block;
        position: absolute;
        background-color: #222222;
        top: 0;
        left: -9999px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        opacity: 0;
        transition: opacity 0.5s;
    }

    .sqwpluginproductinfozoomboxvisible {
        left: 0;
        opacity: 1;
    }

    .sqwpluginproductinfozoombox > img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (max-width: 767px) {
    .sqwpluginproductinfozoombox,
    .sqwpluginproductinfozoomboxvisible,
    .sqwpluginproductinfozoombox > img {
        display: none;
    }

    .sqwpluginproductinfotext {
        margin-bottom: 20px;
    }

}
ul.sqrpluginpictures {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.sqrpluginpictures:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrpluginpictures > li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

ul.sqrpluginpictures > li:last-child {
    margin-right: 0;
}

ul.sqrpluginpicturesc1m0 > li,
ul.sqrpluginpicturesc1m1 > li,
ul.sqrpluginpicturesc1m2 > li,
ul.sqrpluginpicturesc1m3 > li {
    width: 100%;
}

ul.sqrpluginpicturesc2m0 > li {
    width: 50%;
}

ul.sqrpluginpicturesc2m1 > li {
    width: 49.5%;
    margin-right: 1%;
}

ul.sqrpluginpicturesc2m2 > li {
    width: 49%;
    margin-right: 2%;
}

ul.sqrpluginpicturesc2m3 > li {
    width: 48.5%;
    margin-right: 3%;
}

ul.sqrpluginpicturesc3m0 > li {
    width: 33.33333%;
}

ul.sqrpluginpicturesc3m1 > li {
    width: 32.66666%;
    margin-right: 1%;
}

ul.sqrpluginpicturesc3m2 > li {
    width: 32%;
    margin-right: 2%;
}

ul.sqrpluginpicturesc3m3 > li {
    width: 31.333333%;
    margin-right: 3%;
}

ul.sqrpluginpicturesc4m0 > li {
    width: 25%;
}

ul.sqrpluginpicturesc4m1 > li {
    width: 24.25%;
    margin-right: 1%;
}

ul.sqrpluginpicturesc4m2 > li {
    width: 23.5%;
    margin-right: 2%;
}

ul.sqrpluginpicturesc4m3 > li {
    width: 22.75%;
    margin-right: 3%;
}

ul.sqrpluginpicturesc5m0 > li {
    width: 20%;
}

ul.sqrpluginpicturesc5m1 > li {
    width: 19.2%;
    margin-right: 1%;
}

ul.sqrpluginpicturesc5m2 > li {
    width: 18.4%;
    margin-right: 2%;
}

ul.sqrpluginpicturesc5m3 > li {
    width: 17.6%;
    margin-right: 3%;
}

ul.sqrpluginpictures > li > div {
    width: 100%;
    position: relative;
    overflow: hidden;
}

ul.sqrpluginpictures3by1 > li > div {
    padding-bottom: 33.33333%;
}

ul.sqrpluginpictures2by1 > li > div {
    padding-bottom: 50%;
}

ul.sqrpluginpictures16by9 > li > div {
    padding-bottom: 56.25%;
}

ul.sqrpluginpictures3by2 > li > div {
    padding-bottom: 66.66666%;
}

ul.sqrpluginpictures4by3 > li > div {
    padding-bottom: 75%;
}

ul.sqrpluginpictures1by1 > li > div {
    padding-bottom: 100%;
}

ul.sqrpluginpictures3by4 > li > div {
    padding-bottom: 133.33333%;
}

ul.sqrpluginpictures2by3 > li > div {
    padding-bottom: 150%;
}

ul.sqrpluginpictures > li img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease;
    z-index: 1;
}

ul.sqrpluginpicturesanimate > li a:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

ul.sqrpluginpictures > li > div div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

ul.sqrpluginpictures > li > div div span {
    display: block;
    position: absolute;
    text-decoration: none;
	box-sizing: border-box;
}

ul.sqrpluginpicturescenter > li > div div span {
    top: 50%;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

ul.sqrpluginpicturestopleft > li > div div span {
    top: 0;
    left: 0;
}

ul.sqrpluginpicturestopright > li > div div span {
    top: 0;
    right: 0;
    text-align: right;
}

ul.sqrpluginpicturesbottomleft > li > div div span {
    bottom: 0;
    left: 0;
}

ul.sqrpluginpicturesbottomright > li > div div span {
    bottom: 0;
    right: 0;
    text-align: right;
}

@media (max-width: 767px) {
    ul.sqrpluginpictures > li {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    ul.sqrpluginpicturesc1m1 > li,
    ul.sqrpluginpicturesc2m1 > li,
    ul.sqrpluginpicturesc3m1 > li,
    ul.sqrpluginpicturesc4m1 > li,
    ul.sqrpluginpicturesc5m1 > li {
        margin-bottom: 1%;
    }

    ul.sqrpluginpicturesc1m2 > li,
    ul.sqrpluginpicturesc2m2 > li,
    ul.sqrpluginpicturesc3m2 > li,
    ul.sqrpluginpicturesc4m2 > li,
    ul.sqrpluginpicturesc5m2 > li {
        margin-bottom: 2%;
    }

    ul.sqrpluginpicturesc1m3 > li,
    ul.sqrpluginpicturesc2m3 > li,
    ul.sqrpluginpicturesc3m3 > li,
    ul.sqrpluginpicturesc4m3 > li,
    ul.sqrpluginpicturesc5m3 > li {
        margin-bottom: 3%;
    }
}