* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
}
a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0px;
}
ul {
  list-style-type: none;
}
form {
  display: inline;
}
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
}
/* IE6 */
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
.bs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tr {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.partner-headline {
  color: #e84119;
  border-bottom: 1px solid #e84119;
  margin-bottom: 5px;
}
.headline24 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
.headline18 {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
}
.headline14 {
  color: #333333;
  font-weight: 300;
  font-size: 14px;
}
.center {
  width: 1160px;
  margin: auto;
  padding: 0px 20px;
}
.button {
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff4c22;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.button:hover {
  background: #e84119;
}
.button.green {
  background: #1bcc61;
}
.button.green:hover {
  background: #119e49;
}
.button.black {
  background: #333333;
}
.button.black:hover {
  background: #000;
}
.image img {
  visibility: hidden;
}
.fieldset input,
.fieldset textarea,
.fieldset select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #dddddd;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  width: 100%;
  margin-bottom: 20px;
}
.fieldset input:focus,
.fieldset textarea:focus,
.fieldset select:focus {
  border: 1px solid #ff4c22;
}
.fieldset textarea {
  line-height: 20px;
  resize: none;
  padding: 10px;
}
.fieldset hr {
  margin: 0px 0px 20px 0px;
}
.grecaptcha-badge {
  z-index: 9999;
}
.error-box .error {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99;
}
.error-box .hint {
  position: absolute;
  left: 50%;
  margin-left: -220px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  top: 200px;
  z-index: 100;
  width: 440px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.error-box .hint .button {
  display: block;
  margin: 0px 10px 10px 10px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.error-box .hint .content {
  padding: 20px 10px;
  color: #333333;
}
.error-box .hint .close {
  position: absolute;
  right: 20px;
  top: 18px;
}
.error-box .hint .headline {
  color: #ff4c22;
  text-transform: uppercase;
  font-size: 18px;
  background: #f5f5f5;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
}
#header {
  background: #333333;
  height: 60px;
}
#header .menubtn {
  display: none;
  float: right;
  margin: 35px 0px 0px 0px;
}
#header #logo {
  float: left;
  padding: 14px 0px 0px 0px;
}
#header #logo img {
  width: 147px;
}
#header .nav {
  float: right;
}
#header .nav li {
  float: left;
  position: relative;
}
#header .nav li .language {
  padding: 0px 25px 0px 32px;
}
#header .nav li .language:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 13px;
  top: 25px;
  left: 10px;
  background-size: 100% Auto;
  background-repeat: no-repeat;
  background-position: center;
}
#header .nav li ul li .language:before {
  top: 10px;
}
#header .nav li .de:before {
  background-image: url(../images/flag-de.png);
}
#header .nav li .en:before {
  background-image: url(../images/flag-en.png);
}
#header .nav li > a {
  height: 60px;
  line-height: 62px;
  padding: 0px 25px 0px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#header .nav li > a.anbieter {
  padding: 0px 10px;
}
#header .nav li > a.anbieter:after {
  display: none;
}
#header .nav li > a.cart {
  padding: 0px 25px 0px 35px;
}
#header .nav li > a.cart:before {
  content: "";
  position: absolute;
  background: url(../images/cart.png) no-repeat center;
  display: block;
  width: 16px;
  height: 13px;
  top: 25px;
  left: 10px;
}
#header .nav li > a:hover {
  background: #000000;
}
#header .nav li > a:after {
  content: "";
  position: absolute;
  background: url(../images/arrorwd.png) no-repeat center;
  display: block;
  width: 8px;
  height: 5px;
  top: 30px;
  right: 10px;
}
#header .nav li ul,
#header .nav li #CartMiniDiv {
  padding: 20px 10px 10px 10px;
  background: #ffffff;
  position: absolute;
  top: 60px;
  z-index: 5;
  right: 0px;
  display: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
#header .nav li ul li,
#header .nav li #CartMiniDiv li {
  float: none;
}
#header .nav li ul li a,
#header .nav li #CartMiniDiv li a {
  height: 30px;
  display: block;
  padding: 0px 30px 0px 10px;
  line-height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  margin: 0;
}
#header .nav li ul li a:hover,
#header .nav li #CartMiniDiv li a:hover {
  background: #ff4c22;
  color: #ffffff;
}
#header .nav li #CartMiniDiv {
  font-size: 12px;
  width: 182px;
  padding: 20px;
}
#header .nav li #CartMiniDiv a {
  display: block;
}
#header .nav li #CartMiniDiv span {
  float: left;
  display: block;
}
#header .nav li #CartMiniDiv .count {
  color: #1bcc61;
  width: 100px;
}
#header .nav li #CartMiniDiv .price {
  color: #ff4c22;
  width: 70px;
}
#header .nav li #CartMiniDiv img {
  float: right;
  margin-bottom: -2px;
}
#ContentDiv .bg {
  background: url(../images/bg-green.png);
  border-bottom: 10px solid #333333;
}
#ContentDiv #search {
  color: #ffffff;
  text-align: center;
}
#ContentDiv #search.big {
  padding: 90px 0px 114px 0px;
}
#ContentDiv #search.small {
  padding: 30px 0px 20px 0px;
  text-align: left;
}
#ContentDiv #search.small.mini {
  padding: 10px 0px;
}
#ContentDiv #search.small.mini .field {
  margin: 0px;
}
#ContentDiv #search.small.mini a.more {
  margin: 5px 0px 0px 20px;
}
#ContentDiv #search.small .field {
  margin: 20px 0 0px 0;
  width: 1000px;
  float: left;
}
#ContentDiv #search.small a.more {
  float: left;
  margin: 36px 0px 0px 20px;
}
#ContentDiv #search h2 {
  font-weight: 300;
  font-size: 30px;
}
#ContentDiv #search p {
  font-size: 18px;
  padding: 14px 0px 0px 0px;
}
#ContentDiv #search a.more {
  font-size: 14px;
  white-space: nowrap;
}
#ContentDiv #search .field {
  margin: 46px auto 20px auto;
  width: 620px;
  position: relative;
}
#ContentDiv #search .field .search-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px 170px 16px 10px;
  border: 1px solid #00a441;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
}
#ContentDiv #search .field .search-input:focus {
  border: 1px solid #ff4c22;
}
#ContentDiv #search .field .button {
  padding: 13px 30px 13px 30px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 14px;
  border: 1px solid #fff;
}
#ContentDiv #howto {
  position: relative;
  padding-bottom: 80px;
}
#ContentDiv #howto .step {
  width: 264px;
  color: #ffffff;
  padding: 160px 10px 0px 10px;
  text-align: center;
  float: left;
}
#ContentDiv #howto .step.one {
  background: url(../images/step1.png) no-repeat top center;
}
#ContentDiv #howto .step.two {
  float: left;
  margin-left: 155px;
  background: url(../images/step2.png) no-repeat top center;
}
#ContentDiv #howto .step.three {
  float: right;
  background: url(../images/step3.png) no-repeat top center;
}
#ContentDiv #howto .step h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#ContentDiv #howto .step p {
  padding: 20px 0px;
  font-weight: 300;
  font-size: 14px;
}
#ContentDiv #howto .steparrow {
  position: absolute;
  left: 290px;
  top: -58px;
}
#ContentDiv #howto .steparrow.sec {
  top: 100px;
  left: 734px;
}
#ContentDiv #banner {
  background: #f5f5f5;
  padding: 100px 0px;
}
#ContentDiv #banner .left {
  padding-left: 90px;
  float: left;
  width: 470px;
}
#ContentDiv #banner h2 {
  font-size: 24px;
  font-weight: 300;
  padding: 30px 0px 0px 0px;
  text-transform: uppercase;
}
#ContentDiv #banner p {
  color: #a2a2a2;
  line-height: 30px;
  padding: 15px 0px 20px 0px;
}
#ContentDiv #banner a {
  display: inline-block;
  margin-right: 20px;
}
#ContentDiv #banner a.itunes {
  position: relative;
  top: -2px;
}
#ContentDiv #banner .pic {
  float: right;
  margin-right: 90px;
}
#ContentDiv .text {
  padding: 100px 20px;
}
#ContentDiv .text.sec {
  padding: 50px 20px;
}
#ContentDiv .text h1 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 24px;
}
#ContentDiv .text p {
  line-height: 26px;
  padding-bottom: 20px;
  color: #a2a2a2;
}
#ContentDiv .text p b,
#ContentDiv .text p strong,
#ContentDiv .text p em,
#ContentDiv .text p a {
  color: #333333;
  font-weight: 600;
}
#ContentDiv .text .kategorien {
  padding: 0px 0px 20px 0px;
}
#ContentDiv .text .kategorien li {
  float: left;
  margin: 0px 10px 10px 0px;
}
#ContentDiv .text .kategorien li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #f5f5f5;
  color: #333333;
  font-weight: 600;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#ContentDiv .text .kategorien li a:hover {
  color: #ffffff;
  background: #ff4c22;
}
#ContentDiv #search-list {
  padding: 50px 0px;
}
#ContentDiv #search-list h1 {
  font-size: 24px;
}
#ContentDiv #search-list h1 span {
  color: #1bcc61;
}
#ContentDiv .product-list {
  padding: 0px 0px 50px 0px;
}
#ContentDiv .product-list h2,
#ContentDiv .product-list h1 {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0px 0px 20px 0px;
}
#ContentDiv .product-list .product {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 1px;
}
#ContentDiv .product-list .product .image {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #ffffff;
  float: left;
  overflow: hidden;
}
#ContentDiv .product-list .product .data {
  float: left;
  margin-left: 10px;
  width: 1060px;
}
#ContentDiv .product-list .product .data .val {
  font-weight: 600;
  color: #333333;
}
#ContentDiv .product-list .product .data h3 {
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  padding: 0px;
  text-transform: none;
}
#ContentDiv .product-list .product .data .ean {
  background: url(../images/barcode.png) left center no-repeat;
  padding: 0px 0px 0px 20px;
  margin-top: 10px;
  color: #ff4c22;
  font-weight: 600;
  display: block;
}
#ContentDiv .product-list .product .data .button {
  background: #1bcc61;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  display: inline-block;
  margin-top: 10px;
}
#ContentDiv .product-list .product .data .button:hover {
  background: #119e49;
}
#ContentDiv #input-search h1 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 50px 0px;
}
#ContentDiv #input-search .panel {
  padding-bottom: 50px;
  display: none;
}
#ContentDiv #input-search .tabs {
  border-bottom: 1px solid #dddddd;
}
#ContentDiv #input-search .tabs li {
  display: block;
  float: left;
  padding: 0px 20px 0px 50px;
  background-image: url(../images/puzzle.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 22px auto;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  background-color: #333333;
  margin-right: 10px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
#ContentDiv #input-search .tabs li.active {
  background-color: #1bcc61;
}
#ContentDiv #input-search .fields {
  padding: 30px 0px 10px 0px;
}
#ContentDiv #input-search .fields textarea {
  width: 940px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ff4c22;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 230px;
  resize: none;
}
#ContentDiv #input-search .fields .file {
  border: 1px solid #ff4c22;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  height: 40px;
  width: 940px;
  line-height: 39px;
}
#ContentDiv #input-search .fields .line .box {
  float: left;
  width: 300px;
  position: relative;
  margin: 0px 20px 20px 0px;
}
#ContentDiv #input-search .fields .line .box.la {
  margin-right: 0px;
}
#ContentDiv #input-search .fields .line .box .number {
  border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  background: #ff4c22;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
}
#ContentDiv #input-search .fields .line .box input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px 0px 50px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
  color: #333333;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
}
#ContentDiv #input-search .buttons .button {
  float: right;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  width: 200px;
}
#ContentDiv #product {
  padding: 50px 0px;
}
#ContentDiv #product .prod {
  float: left;
  width: 770px;
}
#ContentDiv #product .prod .image {
  width: 160px;
  overflow: hidden;
  float: left;
  text-align: center;
}
#ContentDiv #product .prod .facts {
  float: left;
  margin-left: 20px;
  width: 380px;
}
#ContentDiv #product .prod .facts h1 {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
#ContentDiv #product .prod .facts p {
  color: #a2a2a2;
  line-height: 24px;
  padding: 0px 0px 20px 0px;
}
#ContentDiv #product .prod .facts .ean {
  background: url(../images/barcode2.png) no-repeat 0px center;
  padding: 0px 0px 0px 35px;
  color: #ff4c22;
  font-weight: 600;
  font-size: 18px;
  height: 20px;
  line-height: 20px;
}
#ContentDiv #product .offer-box {
  float: right;
  width: 360px;
}
#ContentDiv #product .offer-box .offer {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 0px 0px 20px 0px;
}
#ContentDiv #product .offer-box .offer .headline {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 10px;
  background: #f5f5f5;
  text-align: left;
  text-transform: none;
}
#ContentDiv #product .offer-box .offer .headline span {
  font-weight: 600;
}
#ContentDiv #product .offer-box .offer img {
  display: block;
  margin: 20px auto 0px auto;
}
#ContentDiv #product .offer-box .offer .price {
  display: inline-block;
  color: #1bcc61;
  padding: 15px 0px 0px 0px;
  font-size: 30px;
  font-weight: 600;
}
#ContentDiv #product .offer-box .buttons {
  padding: 30px 0px 0px 0px;
}
#ContentDiv #product .offer-box .buttons .button {
  width: 170px;
  float: left;
  height: 40px;
  line-height: 40px;
  display: block;
  margin-bottom: 20px;
}
#ContentDiv #product .offer-box .buttons .button.green {
  float: right;
}
#ContentDiv #product .offer-box .buttons .button.black {
  height: 30px;
  line-height: 30px;
  width: 100%;
  clear: both;
  float: none;
}
#ContentDiv #product .description {
  float: left;
  width: 770px;
  min-height: 240px;
}
#ContentDiv #product .description .headline {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 30px 0px 20px 0px;
}
#ContentDiv #product .description p {
  color: #a2a2a2;
  line-height: 24px;
}
#ContentDiv #product .description dl {
  padding: 10px;
  background: #f5f5f5;
  font-size: 12px;
}
#ContentDiv #product .description dl dt {
  color: #ff4c22;
  float: left;
  width: 180px;
  clear: left;
  padding-bottom: 20px;
}
#ContentDiv #product .description dl dd {
  color: #333333;
  float: left;
  padding-bottom: 20px;
}
#ContentDiv #product .preiswecker {
  float: right;
  width: 360px;
  padding: 10px 0px 0px 0px;
}
#ContentDiv #product .preiswecker .headline {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: block;
}
#ContentDiv #product .preiswecker .pw-box {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  padding: 20px;
}
#ContentDiv #product .preiswecker .pw-box .hl {
  font-weight: 300;
}
#ContentDiv #product .preiswecker .pw-box p {
  padding: 5px 0px;
  color: #a2a2a2;
  font-size: 12px;
  line-height: 14px;
}
#ContentDiv #product .preiswecker .pw-box p b {
  color: #333333;
}
#ContentDiv #product .preiswecker .pw-box .field {
  background: url(../images/wecker.png) no-repeat 5px center;
  height: 31px;
  line-height: 31px;
  padding: 0px 0px 0px 55px;
  margin: 20px 0px;
}
#ContentDiv #product .preiswecker .pw-box .field input {
  border: 1px solid #dddddd;
  width: 80px;
  padding: 5px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#ContentDiv #product .preiswecker .pw-box .field input:focus {
  border: 1px solid #ff4c22;
}
#ContentDiv #product .preiswecker .pw-box .email {
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px 20px 0px;
  display: block;
  width: 100%;
}
#ContentDiv #product .preiswecker .pw-box .email:focus {
  border: 1px solid #ff4c22;
}
#ContentDiv #product .preiswecker .pw-box .button {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
}
#ContentDiv .buttons{
  padding-bottom: 10px;
}
#ContentDiv .buttons .button{
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  display: inline-block;    
}
#ContentDiv #product .offerer-list, #ContentDiv .offer-list{
  clear: both;
}
#ContentDiv #product .offerer-list .headline, #ContentDiv .offer-list .headline {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 0px;
}
#ContentDiv #product .offerer-list table, #ContentDiv .offer-list table{
  border: 1px solid #dddddd;
  width: 100%;
}
#ContentDiv #product .offerer-list table tr:nth-child(odd) td, #ContentDiv .offer-list table tr:nth-child(odd) td  {
  background: #f5f5f5;
}
#ContentDiv #product .offerer-list table td, #ContentDiv .offer-list table td {
  padding: 20px 20px 20px 0px;
  vertical-align: top;
}
#ContentDiv #product .offerer-list table td.pic, #ContentDiv .offer-list table td.pic {
  vertical-align: middle;
  padding: 20px;
}
#ContentDiv #product .offerer-list table td.pic .image, #ContentDiv .offer-list table td.pic .image  {
  padding: 2px;
  display: inline-block;
  width: 150px;
  text-align: center;
  background: #fff;
  border: 1px solid #dddddd;
}
#ContentDiv #product .offerer-list table td.pic .image img, #ContentDiv .offer-list table td.pic .image img {
  visibility: visible;
}
#ContentDiv #product .offerer-list table td .name, #ContentDiv .offer-list table td .name {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  text-transform: none;
}
#ContentDiv #product .offerer-list table td p.conditions, #ContentDiv .offer-list table td p.conditions {
  padding: 10px 0px 0px 0px;
  color: #a2a2a2;
}
#ContentDiv #product .offerer-list table td.voucher-box, #ContentDiv .offer-list table td.voucher-box {
  vertical-align: middle;
}
#ContentDiv .offer-list table td.voucher-box select{
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  line-height: 24px;
  height: 24px;  
}
#ContentDiv .offer-list table td.voucher-box label{
  display: block;
  margin-bottom: 5px;
}
#ContentDiv #product .offerer-list table td.voucher-box .voucher, #ContentDiv .offer-list table td.voucher-box .voucher {
  display: inline-block;
  background: url(../images/voucher.png) no-repeat left center;
  height: 25px;
  line-height: 25px;
  padding: 0px 0px 0px 36px;
  font-weight: 300;
}
#ContentDiv #product .offerer-list table td.price-box, #ContentDiv .offer-list table td.price-box {
  text-align: right;
}
#ContentDiv #product .offerer-list table td.price-box .price, #ContentDiv .offer-list table td.price-box .price {
  color: #1bcc61;
  font-size: 30px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
#ContentDiv #product .offerer-list table td.price-box .button, #ContentDiv .offer-list table td.price-box .button {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
#ContentDiv #contact {
  padding-bottom: 80px;
}
#ContentDiv #contact h1 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0px 30px 0px;
}
#ContentDiv #contact .left {
  width: 46%;
  float: left;
}
#ContentDiv #contact .right {
  width: 46%;
  float: right;
}
#ContentDiv #contact .tel,
#ContentDiv #contact .mail {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  display: block;
  padding: 0px 0px 0px 40px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
}
#ContentDiv #contact .tel {
  background-image: url(../images/tel.png);
}
#ContentDiv #contact .mail {
  background-image: url(../images/mail.png);
}
#ContentDiv #contact .button {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: block;
}
#ContentDiv #contact .fieldset textarea {
  height: 160px;
}
#ContentDiv #impress {
  line-height: 30px;
  font-size: 18px;
  color: #a2a2a2;
}
#ContentDiv #impress h1 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0px 30px 0px;
}
#ContentDiv #impress b,
#ContentDiv #impress span {
  font-weight: 600;
  color: #333333;
  display: block;
  text-transform: uppercase;
}
#ContentDiv #impress span.green {
  color: #1bcc61;
}
#ContentDiv #impress span.adr {
  text-transform: none;
}
#ContentDiv #impress .box {
  float: left;
  width: 40%;
  padding-bottom: 40px;
}
#ContentDiv #impress .fi,
#ContentDiv #impress .rights {
  clear: left;
}
#ContentDiv #impress .rights {
  padding: 40px 0px 80px 0px;
}
#ContentDiv #cart h1 {
  color: #333333;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 40px 0px 30px 0px;
}
#ContentDiv #cart .overview {
  width: 100%;
  text-align: left;
  background: #f5f5f5;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
#ContentDiv #cart .overview .or {
  color: #ff4c22;
}
#ContentDiv #cart .overview td {
  border-bottom: 1px solid #fff;
  padding: 10px;
}
#ContentDiv #cart .overview .sec {
  text-align: right;
  white-space: nowrap;
}
#ContentDiv #cart .tabs {
  border-bottom: 1px solid #dddddd;
  padding-top: 50px;
}
#ContentDiv #cart .tabs li {
  display: block;
  float: left;
  padding: 0px 20px 0px 50px;
  background-image: url(../images/puzzle-black.png);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 22px auto;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  font-weight: 300;
  background-color: #f5f5f5;
  margin-right: 10px;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
#ContentDiv #cart .tabs li.active {
  background-color: #ff4c22;
  color: #ffffff;
  background-image: url(../images/puzzle.png);
}
#ContentDiv #cart .button.all {
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 30px 0px;
  display: block;
}
#ContentDiv #cart .partner-box .partner {
  float: left;
  width: 46%;
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding-bottom: 10px;
}
#ContentDiv #cart .partner-box .partner.standard {
  float: right;
}
#ContentDiv #cart .partner-box .partner.standard h2 {
  background: #333333;
}
#ContentDiv #cart .partner-box .partner.premium .offerer .right .button {
  background: #1bcc61;
}
#ContentDiv #cart .partner-box .partner.premium .offerer .right .button:hover {
  background: #119e49;
}
#ContentDiv #cart .partner-box .partner h2 {
  border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  background: #1bcc61;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  padding: 0px 10px;
  font-weight: normal;
}
#ContentDiv #cart .partner-box .partner p.intro {
  color: #333333;
  line-height: 24px;
  padding: 20px 10px 10px 10px;
}
#ContentDiv #cart .partner-box .partner p.intro b {
  font-weight: normal;
  color: #1bcc61;
}
#ContentDiv #cart .partner-box .partner .offerer {
  margin: 20px 10px 0px 10px;
  background: #ffffff;
  padding: 10px;
}
#ContentDiv #cart .partner-box .partner .offerer .logo {
  float: left;
  width: 120px;
  height: 60px;
  overflow: hidden;
}
#ContentDiv #cart .partner-box .partner .offerer .logo img {
  max-width: 100%;
  max-height: 100%;
}
#ContentDiv #cart .partner-box .partner .offerer .right {
  float: right;
}
#ContentDiv #cart .partner-box .partner .offerer .right .price {
  color: #ff4c22;
  font-size: 30px;
  font-weight: 600;
  float: left;
  margin-right: 20px;
  line-height: 26px;
}
#ContentDiv #cart .partner-box .partner .offerer .right .button {
  float: right;
  height: 30px;
  line-height: 30px;
  width: 110px;
}
#ContentDiv #cart .partner-box .partner .offerer .offerer-name {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  color: #ff4c22;
  font-size: 18px;
  font-weight: 300;
}
#ContentDiv #cart .partner-box .partner .offerer .condi {
  color: #a2a2a2;
  line-height: 20px;
  padding-bottom: 10px;
}
#ContentDiv #cart .partner-box .partner .offerer .paypic {
  margin: 0px 0px 10px 0px;
  display: inline-block;
  padding: 0px 0px 0px 40px;
  font-weight: 300;
  height: 25px;
  line-height: 25px;
  background: url(../images/money.png) no-repeat left top;
}
#ContentDiv #cart .partner-box .partner .offerer .products {
  background: #f5f5f5;
  width: 100%;
}
#ContentDiv #cart .partner-box .partner .offerer .products td {
  border-bottom: 1px solid #fff;
  padding: 10px;
  vertical-align: top;
}
#ContentDiv #cart .partner-box .partner .offerer .products td.sec {
  text-align: right;
}
#ContentDiv #cart .partner-box .partner .offerer .products td.name {
  font-weight: 300;
}
#ContentDiv #cart .partner-box .partner .offerer .products td.name .ean {
  background: url(../images/barcode.png) left center no-repeat;
  padding: 0px 0px 0px 20px;
  margin-top: 10px;
  color: #ff4c22;
  font-weight: 600;
  display: block;
}
#ContentDiv #cart .partner-box .partner .offerer .products td .price {
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
  line-height: 30px;
  display: inline-block;
}
#ContentDiv #cart .partner-box .partner .offerer .products td .del {
  float: right;
}
#ContentDiv #cart .filter h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 20px;
}
#ContentDiv #cart .filter .left {
  float: left;
  width: 46%;
}
#ContentDiv #cart .filter .right {
  float: right;
  width: 46%;
}
#ContentDiv #cart .filter .right #slider {
  margin-top: 55px;
  border: 0px;
  background: #1bcc61;
  height: 20px;
}
#ContentDiv #cart .filter .right #slider .ui-slider-range {
  border: 0px;
  background: #333;
}
#ContentDiv #cart .filter .right #slider .ui-slider-handle {
  height: 50px;
  background: url(../images/slider.png) no-repeat;
  width: 42px;
  border: none;
  top: -30px;
  cursor: pointer;
  margin-left: -21px;
}
#ContentDiv #cart .filter .right #amount {
  text-align: center;
  padding: 20px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #ff4c22;
}
#ContentDiv #cart .filter .partner-select {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  margin: 15px 0px 30px 0px;
}
#ContentDiv #cart .filter .partner-select .head {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
}
#ContentDiv #cart .filter .partner-select .head li {
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  border: 1px solid #dddddd;
  float: left;
  margin-right: 10px;
  background: #fff;
  color: #333333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}
#ContentDiv #cart .filter .partner-select .head li.active {
  background: #333333;
  color: #ffffff;
}
#ContentDiv #cart .filter .partner-select .partner-check {
  height: 140px;
  overflow: auto;
}
#ContentDiv #cart .filter .partner-select .partner-check li {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 7px 0px;
}
#ContentDiv #cart .filter .partner-select .partner-check li input {
  margin: 0px 20px 0px 20px;
  position: relative;
  bottom: -2px;
}
#ContentDiv #cart .filter .buttons {
  clear: left;
}
#ContentDiv #cart .filter .buttons a {
  width: 46%;
  float: right;
  height: 40px;
  line-height: 40px;
}
#ContentDiv #cart .filter .buttons a.black {
  float: left;
}
#footer {
  border-top: 40px solid #ff4c22;
  border-bottom: 40px solid #0d0d0d;
  padding: 80px 0px;
  background: #333333;
  color: #ffffff;
  position: relative;
}
#footer .totop {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -28px;
}
#footer .totop img {
  width: 26px;
}
#footer p {
  font-size: 12px;
  line-height: 20px;
}
#footer .left {
  float: left;
  width: 280px;
  text-align: center;
}
#footer .left .logo img {
  width: 156px;
}
#footer .left p {
  padding: 16px 10px;
}
#footer .left .nav li {
  margin-bottom: 1px;
}
#footer .left .nav li a {
  display: block;
  background: #0d0d0d;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#footer .right {
  float: right;
  width: 730px;
}
#footer .right .box {
  float: left;
  width: 310px;
}
#footer .right .box header {
  background-repeat: no-repeat;
  background-position: left center;
}
#footer .right .box#app header {
  background-image: url(../images/app.png);
  background-size: 40px Auto;
}
#footer .right .box#socialmedia {
  float: right;
}
#footer .right .box#socialmedia header {
  background-image: url(../images/socialmedia.png);
  background-size: 30px Auto;
}
#footer .right .box#newsletter {
  padding-top: 30px;
  width: 730px;
}
#footer .right .box#newsletter header {
  background-image: url(../images/envelop.png);
  background-size: 33px Auto;
}
#footer .right .box#newsletter .button {
  margin: 0;
}
#footer .right .box#newsletter p {
  width: 500px;
}
#footer .right .box#newsletter .newsletter-input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 7px 10px;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  border: 0;
  width: 610px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .right .box header {
  font-weight: 300;
  text-transform: uppercase;
  padding: 0px 0px 0px 50px;
  font-size: 18px;
  height: 23px;
  line-height: 23px;
}
#footer .right .box p {
  padding: 16px 0px;
}
#footer .right .box .button {
  height: 30px;
  line-height: 30px;
  width: 110px;
  display: inline-block;
  margin-right: 10px;
}
/* viewport 960++ */
@media screen and (min-width: 960px) {
  #header .nav {
    display: block !important;
  }
  #header .nav li ul {
    display: none !important;
  }
  #header .nav li:hover ul,
  #header .nav li:hover #CartMiniDiv {
    display: block !important;
  }
  #header .nav .konto span.t {
    display: none;
  }
}
/* viewport 960 */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .center {
    width: 940px;
    margin: auto;
    padding: 0px 20px;
  }
  #ContentDiv #search.small .field {
    width: 770px;
  }
  #ContentDiv #howto .step.two {
    margin-left: 44px;
  }
  #ContentDiv #howto .steparrow {
    left: 270px;
    width: 114px;
  }
  #ContentDiv #howto .steparrow.sec {
    left: 612px;
  }
  #ContentDiv #banner {
    background: #f5f5f5;
    padding: 100px 0px;
  }
  #ContentDiv #banner .left {
    padding-left: 20px;
  }
  #ContentDiv #banner .pic {
    margin-right: 20px;
  }
  #ContentDiv .product-list .product .data {
    width: 840px;
  }
  #ContentDiv #product .prod,
  #ContentDiv #product .description {
    width: 560px;
  }
  #footer .right {
    width: 620px;
  }
  #footer .right .box#newsletter {
    width: 730px;
  }
  #footer .right .box#newsletter .newsletter-input {
    width: 500px;
  }
}
/* viewport 768 */
@media screen and (min-width: 0px) and (max-width: 959px) {
  .fieldset input,
  .fieldset textarea,
  .fieldset select {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
  #header {
    height: 100px;
  }
  #header .menubtn {
    display: block;
  }
  #header #logo {
    padding: 20px 0px 0px 0px;
  }
  #header #logo img {
    width: auto;
  }
  #header .nav {
    display: none;
    float: none;
    clear: both;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    z-index: 50;
    border-bottom: 10px solid #fff;
  }
  #header .nav ul {
    background: #333333;
    border-bottom: 10px solid #ff4c22;
  }
  #header .nav ul li {
    float: none;
    display: block;
  }
  #header .nav ul li .language {
    padding: 0px 20px 0px 70px;
  }
  #header .nav ul li .konto img {
    display: none;
  }
  #header .nav ul li .konto span.t {
    display: inline;
  }
  #header .nav ul li .language:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 35px;
    top: 10px;
    left: 20px;
    background-size: 100% Auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  #header .nav ul li > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0px 56px 0px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #0d0d0d;
    color: #ffffff;
    position: relative;
    margin-left: 0px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  #header .nav ul li > a:after {
    content: "";
    position: absolute;
    background: url(../images/arrorwd2.png) no-repeat center;
    display: block;
    width: 14px;
    height: 8px;
    top: 28px;
    right: 20px;
  }
  #header .nav ul li > a.anbieter {
    padding: 0px 20px 0px 20px;
  }
  #header .nav ul li > a.cart {
    padding: 0px 56px 0px 20px;
  }
  #header .nav ul li > a.cart:before,
  #header .nav ul li > a.cart:after {
    display: none;
  }
  #header .nav ul li.active {
    border-bottom: 10px solid #ff4c22;
  }
  #header .nav ul li.active > a {
    color: #ffffff;
    background: #1bcc61;
  }
  #header .nav ul li ul,
  #header .nav ul li #CartMiniDiv {
    padding: 0px;
    background: #ffffff;
    position: relative;
    top: auto;
    z-index: 5;
    right: auto;
    display: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
  }
  #header .nav ul li ul li,
  #header .nav ul li #CartMiniDiv li {
    float: none;
  }
  #header .nav ul li ul li a,
  #header .nav ul li #CartMiniDiv li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    padding: 0px 56px 0px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    border-top: none;
    border-bottom: 1px solid #dddddd;
    color: #1bcc61;
    position: relative;
    white-space: nowrap;
    margin-left: 0px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  #header .nav ul li ul li a:after,
  #header .nav ul li #CartMiniDiv li a:after {
    display: none;
  }
  #header .nav ul li ul li a:hover,
  #header .nav ul li #CartMiniDiv li a:hover {
    background: inherit;
    color: inherit;
  }
  #header .nav ul li.cartbox {
    position: relative;
  }
  #header .nav ul li #CartMiniDiv {
    font-size: 18px;
    position: absolute;
    right: 0px;
    display: block;
    top: 0px;
    width: auto;
    padding: 20px 20px 0px 20px;
    background: transparent;
    box-shadow: none;
  }
  #header .nav ul li #CartMiniDiv a {
    display: block;
  }
  #header .nav ul li #CartMiniDiv span {
    float: left;
    display: block;
    font-size: 18px;
    text-align: right;
  }
  #header .nav ul li #CartMiniDiv .count {
    color: #1bcc61;
    width: 200px;
    text-transform: uppercase;
  }
  #header .nav ul li #CartMiniDiv .price {
    color: #ff4c22;
    width: 200px;
  }
  #header .nav ul li #CartMiniDiv img {
    float: right;
    margin-bottom: -2px;
    display: none;
  }
  .center {
    width: 728px;
    margin: auto;
    padding: 0px 20px;
  }
  #ContentDiv #cart .filter {
    display: none;
  }
  #ContentDiv #cart .filter h3 {
    font-size: 24px;
    padding-top: 20px;
  }
  #ContentDiv #cart .filter .left {
    float: none;
    width: 100%;
  }
  #ContentDiv #cart .filter .right {
    float: none;
    width: 100%;
  }
  #ContentDiv #cart .filter .right #slider {
    margin-top: 55px;
    border: 0px;
    background: #1bcc61;
    height: 30px;
  }
  #ContentDiv #cart .filter .right #slider .ui-slider-range {
    border: 0px;
    background: #333;
  }
  #ContentDiv #cart .filter .right #slider .ui-slider-handle {
    height: 50px;
    background: url(../images/slider.png) no-repeat;
    width: 42px;
    border: none;
    top: -30px;
    cursor: pointer;
    margin-left: -21px;
  }
  #ContentDiv #cart .filter .right #amount {
    text-align: center;
    padding: 20px 0px;
    font-size: 24px;
    font-weight: 600;
    color: #ff4c22;
  }
  #ContentDiv #cart .filter .partner-select {
    border: 1px solid #dddddd;
    background: #f5f5f5;
    margin: 15px 0px 30px 0px;
  }
  #ContentDiv #cart .filter .partner-select .head {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
  }
  #ContentDiv #cart .filter .partner-select .head li {
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 10px;
    background: #fff;
    color: #333333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
  }
  #ContentDiv #cart .filter .partner-select .head li.active {
    background: #333333;
    color: #ffffff;
  }
  #ContentDiv #cart .filter .partner-select .partner-check {
    height: 140px;
    overflow: auto;
  }
  #ContentDiv #cart .filter .partner-select .partner-check li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 7px 0px;
  }
  #ContentDiv #cart .filter .partner-select .partner-check li input {
    margin: 0px 20px 0px 20px;
    position: relative;
    bottom: -2px;
  }
  #ContentDiv #cart .filter .buttons {
    clear: left;
  }
  #ContentDiv #cart .filter .buttons a {
    width: 100%;
    float: none;
    display: block;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  #ContentDiv #cart .filter .buttons a.black {
    float: none;
  }
  #ContentDiv #cart .tabs {
    border-bottom: none;
  }
  #ContentDiv #cart .tabs li {
    float: none;
    padding: 0px 20px 0px 70px;
    background-position: 18px center;
    background-size: 26px auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-right: 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    margin-bottom: 1px ;
  }
  #ContentDiv #cart .button.all {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  #ContentDiv #cart .partner-box .partner {
    float: none !important;
    width: 100%;
    margin-bottom: 20px;
  }
  #ContentDiv #cart .partner-box .partner h2 {
    font-size: 24px;
  }
  #ContentDiv #cart .partner-box .partner p.intro {
    font-size: 18px;
    line-height: 30px;
  }
  #ContentDiv #impress .box {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }
  #ContentDiv #search.big {
    padding: 40px 0px 100px 0px;
  }
  #ContentDiv #search.small {
    text-align: center;
  }
  #ContentDiv #search.small .field {
    width: 100%;
  }
  #ContentDiv #search.small .field .search-input {
    padding: 26px 90px 26px 10px;
  }
  #ContentDiv #search.small .field .button {
    width: 80px;
    margin: 0px;
    padding: 19px 0px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 24px;
    border: 1px solid #fff;
    text-indent: -9999px;
    background: url(../images/lupe.png) no-repeat center #ff4c22;
  }
  #ContentDiv #search.small .field .button:hover {
    background: url(../images/lupe.png) no-repeat center #e84119;
  }
  #ContentDiv #search.small a.more {
    float: none;
    margin: 36px 0px 0px 0px;
    display: inline-block;
  }
  #ContentDiv #search a.more {
    font-size: 18px;
  }
  #ContentDiv #search .field {
    margin: 46px auto 20px auto;
    width: 620px;
    position: relative;
  }
  #ContentDiv #search .field .search-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 26px 10px 26px 10px;
    border: 1px solid #00a441;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
  }
  #ContentDiv #search .field .button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 24px;
    border: none;
  }
  #ContentDiv #howto .step {
    margin: 0px auto 0px auto;
    float: none !important;
    width: 410px;
  }
  #ContentDiv #howto .step h3 {
    font-size: 24px;
  }
  #ContentDiv #howto .step p {
    font-size: 18px;
  }
  #ContentDiv #howto .step.two {
    margin: 24px auto;
  }
  #ContentDiv #howto .steparrow {
    display: none;
  }
  #ContentDiv #banner {
    background: #f5f5f5;
    padding: 60px 0px;
  }
  #ContentDiv #banner p {
    font-size: 18px;
  }
  #ContentDiv #banner .left {
    padding: 0px;
    float: none;
    width: auto;
  }
  #ContentDiv #banner .pic {
    text-align: center;
    margin: 0px;
    padding-top: 60px;
    float: none;
  }
  #ContentDiv .text h1 {
    font-size: 30px;
  }
  #ContentDiv .text .kategorien {
    display: none;
  }
  #ContentDiv .text p {
    font-size: 18px;
    line-height: 30px;
  }
  #ContentDiv .product-list h2,
  #ContentDiv .product-list h1 {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 300;
    padding: 0px 0px 20px 0px;
  }
  #ContentDiv .product-list .product .data {
    width: 630px;
  }
  #ContentDiv #input-search h1 {
    padding: 40px 0px;
    font-size: 30px;
  }
  #ContentDiv #input-search .tabs {
    border-bottom: none;
  }
  #ContentDiv #input-search .tabs li {
    float: none;
    padding: 0px 20px 0px 70px;
    background-position: 18px center;
    background-size: 26px auto;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-right: 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    margin-bottom: 1px ;
  }
  #ContentDiv #input-search .fields textarea {
    width: 100%;
    height: 230px;
  }
  #ContentDiv #input-search .fields .file {
    width: 100%;
  }
  #ContentDiv #input-search .fields .line .box {
    float: none;
    width: 100%;
    position: relative;
    margin: 0px 0px 20px 0px;
  }
  #ContentDiv #input-search .fields .line .box .number {
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    height: 60px;
    line-height: 60px;
    width: 50px;
    font-size: 18px;
  }
  #ContentDiv #input-search .fields .line .box input {
    padding: 0px 10px 0px 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  #ContentDiv #input-search .buttons {
    width: 100%;
  }
  #ContentDiv #input-search .buttons .button {
    height: 50px;
    line-height: 50px;
    margin-left: 0px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  #ContentDiv #product .prod,
  #ContentDiv #product .description,
  #ContentDiv #product .offer-box,
  #ContentDiv #product .preiswecker {
    width: 100%;
    float: none;
  }
  #ContentDiv #product .prod .facts,
  #ContentDiv #product .description .facts,
  #ContentDiv #product .offer-box .facts,
  #ContentDiv #product .preiswecker .facts {
    width: 540px;
  }
  #ContentDiv #product .prod .facts p,
  #ContentDiv #product .description .facts p,
  #ContentDiv #product .offer-box .facts p,
  #ContentDiv #product .preiswecker .facts p {
    font-size: 14px;
  }
  #ContentDiv #product .prod {
    padding: 0px 0px 50px 0px;
  }
  #ContentDiv #product .offer-box .buttons {
    padding: 20px 0px 0px 0px;
  }
  #ContentDiv #product .offer-box .buttons .button {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    width: 354px;
  }
  #ContentDiv #product .offer-box .buttons .button.black {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #ContentDiv #product .offer-box .best-offer {
    padding: 20px 20px 0px 20px;
  }
  #ContentDiv #product .offer-box .best-offer img {
    float: left;
    margin: 0;
  }
  #ContentDiv #product .offer-box .best-offer .price {
    float: right;
    padding: 0px;
  }
  #ContentDiv #product .description .headline {
    font-size: 24px;
    font-weight: normal;
  }
  #ContentDiv #product .description dl {
    font-size: 14px;
  }
  #ContentDiv #product .preiswecker {
    padding: 40px 0px 0px 0px;
  }
  #ContentDiv #product .preiswecker .headline {
    font-size: 24px;
    font-weight: normal;
  }
  #ContentDiv #product .preiswecker .pw-box .hl {
    font-size: 18px;
  }
  #ContentDiv #product .preiswecker .pw-box p {
    font-size: 14px;
  }
  #ContentDiv #product .preiswecker .pw-box .field {
    background: url(../images/wecker.png) no-repeat 5px center;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0px 60px;
    margin: 20px 0px;
    font-size: 14px;
  }
  #ContentDiv #product .preiswecker .pw-box .field input {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0px 10px;
  }
  #ContentDiv #product .preiswecker .pw-box .email {
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 10px 0px 20px 0px;
  }
  #ContentDiv #product .preiswecker .pw-box .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #ContentDiv #product .offerer-list .headline {
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0px 20px 0px;
  }
  #ContentDiv #product .offerer-list .voucher-box {
    display: none;
  }
  #ContentDiv #contact .tel,
  #ContentDiv #contact .mail {
    font-size: 24px;
    background-size: 36px auto;
    padding: 0px 0px 0px 50px;
    height: 36px;
    line-height: 36px;
  }
  #ContentDiv #contact .left,
  #ContentDiv #contact .right {
    width: 100%;
    float: none;
  }
  #ContentDiv #contact .button {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #footer {
    border-top: 80px solid #ff4c22;
    border-bottom: 80px solid #0d0d0d;
    padding: 80px 0px;
  }
  #footer .totop {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -48px;
  }
  #footer .totop img {
    width: auto;
  }
  #footer .left {
    width: auto;
    float: none;
  }
  #footer .left p {
    font-size: 18px;
    padding: 50px 140px 40px 140px;
    line-height: 30px;
  }
  #footer .left .logo img {
    width: auto;
  }
  #footer .left .nav li {
    margin-bottom: 1px;
  }
  #footer .left .nav li a {
    display: block;
    background: #0d0d0d;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
  }
  #footer .right {
    width: auto;
    float: none;
  }
  #footer .right .box {
    float: none;
    width: auto;
    padding: 100px 0px 0px 0px;
  }
  #footer .right .box#app header {
    background-size: 99px Auto;
  }
  #footer .right .box#socialmedia {
    float: none;
  }
  #footer .right .box#socialmedia header {
    background-size: 74px Auto;
  }
  #footer .right .box#newsletter {
    padding: 100px 0px 0px 0px;
    width: auto;
  }
  #footer .right .box#newsletter header {
    background-size: 67px Auto;
  }
  #footer .right .box#newsletter .button {
    margin: 0;
    width: 100%;
  }
  #footer .right .box#newsletter p {
    width: 500px;
  }
  #footer .right .box#newsletter .newsletter-input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 10px;
    float: none;
    margin-right: 0px;
    font-size: 24px;
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
  }
  #footer .right .box header {
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px 0px 0px 120px;
    font-size: 30px;
    height: 57px;
    line-height: 57px;
  }
  #footer .right .box p {
    padding: 20px 0px 40px 0px;
    font-size: 18px;
  }
  #footer .right .box .button {
    height: 60px;
    line-height: 60px;
    width: auto;
    padding: 0px 20px;
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
  }
}
#banner .pic img {
  width: 100%;
  max-width: 440px;
}
/* viewport 480 */
@media screen and (max-width: 767px) {
  #header .nav ul li #CartMiniDiv .count {
    width: auto;
    margin-right: 20px;
  }
  #header .nav ul li #CartMiniDiv .price {
    width: auto;
  }
  #header #header .nav ul li > a {
    font-size: 14px;
  }
  #header #logo img {
    width: 200px;
  }
  .center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    min-width: 320px;
  }
  #ContentDiv #input-search .tabs li {
    font-size: 18px;
  }
  #ContentDiv #cart .tabs li {
    font-size: 13px;
  }
  #ContentDiv #cart .button.all {
    font-size: 13px;
  }
  #ContentDiv #product .offer-box .buttons .button {
    float: none !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  #ContentDiv #search .field {
    width: 90%;
  }
  #ContentDiv #howto .step {
    width: 90%;
  }
  #ContentDiv .product-list .product .data {
    width: 350px;
  }
  #ContentDiv #product .prod .facts {
    width: 258px;
  }
  #ContentDiv #product .offer-box .buttons .button {
    width: 210px;
  }
  #ContentDiv #product .offerer-list .offerer .pic {
    display: none;
  }
  #ContentDiv #product .offerer-list .offerer .name-cons {
    padding-left: 20px;
  }
  #ContentDiv #product .offerer-list .offerer .price-box .button {
    font-size: 12px;
    width: 90px;
  }
  #footer .left p {
    padding: 50px 0px 40px 0px;
  }
  #footer .left .logo img {
    width: 156px;
  }
  #footer .left .nav li a {
    height: auto;
    line-height: auto;
  }
  #footer .right #newsletter.box p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
  }
  #footer .right .box header {
    height: auto;
    line-height: auto;
  }
  #footer .right .box .button {
    margin-bottom: 20px;
  }
}
#loadingSearchBlock {
  position: absolute;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 0px;
  border: 1px solid #333333;
  top: 52px;
  left: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 99;
}
#loadingSearchBlock a {
  color: #a2a2a2;
  display: block;
  padding: 5px 10px;
  text-align: left;
}
#loadingSearchBlock a:hover {
  background: #f5f5f5;
}
#loadingSearchBlock a span {
  color: #ff4c22 !important;
}
#fe_droploader_frame .upl-drag {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background-image: url(https://58340.ipilum.com/images/bg-drUp.jpg);
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 30px 0;
}
#fe_droploader_frame .upl-drag span {
  font-weight: 600;
  color: #ffffff;
  background-color: #289db6;
  padding: 5px 10px;
  line-height: 100px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#fe_droploader_frame .upl-drag:hover span {
  padding: 15px 20px;
  background-color: #289db6;
  color: #ffffff;
  font-size: 15px;
}
#fe_droploader_frame .commands {
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
}
#fe_droploader_frame .fe_uploadedFiles_line {
  padding: 0px 10px 10px 10px;
}
#fe_droploader_frame .fe_uploadedFiles_line i {
  display: inline;
  margin-right: 5px;
}
#fe_droploader_frame .controls {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 10px;
}
#fe_droploader_frame .controls .btn {
  padding: 3px 10px;
}
#fe_droploader_frame .commands .btn,
#fe_droploader_frame .commands button,
#fe_droploader_frame .commands submit {
  float: right;
  padding-left: 60px;
  padding-right: 60px;
  margin-left: 10px;
}
#fe_droploader_frame .commands .btn:last-child,
#fe_droploader_frame .commands button:last-child,
#fe_droploader_frame .commands submit:last-child {
  margin-left: 0;
}
#fe_droploader_frame .commands.bt-cont {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  border-top: 0;
}
#fe_droploader_frame .commands button {
  border: 0;
}
#fe_droploader_frame .commands:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#fe_droploader_frame .commands.compl-btn .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: 0;
}
#fe_droploader_frame .commands.compl-btn .btn:last-child {
  margin-bottom: 0;
}
#fe_droploader_frame .commands.compl-btn.sm-nb {
  border: none;
  padding-top: 0;
}
#fe_droploader_frame .commands.compl-btn.sm-nb .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
#fe_droploader_frame .commands.lc .btn,
#fe_droploader_frame .commands.lc button,
#fe_droploader_frame .commands.lc submit {
  float: none !important;
}
#fe_droploader_frame .commands.btn-line {
  padding-top: 0;
  border-bottom: 1px solid #d8d8d8;
}
#fe_droploader_frame .commands.btn-line .btn,
#fe_droploader_frame .commands.btn-line button,
#fe_droploader_frame .commands.btn-line submit {
  float: none;
  margin: 0;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
}
#fe_droploader_frame .commands.btn-line .part {
  text-align: center;
  padding-top: 0;
}
.scanner_overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
}  
.scanner_overlay:after{
  content: "";
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom:0px;
  z-index: 997;
  background: rgba(0,0,0,0.6);

}  
#fe_video{
  position: fixed;
  z-index: 998;
  width:80%;
  left: 10%;
  top:20%;
  height: 60vh;
}
.scanner_overlay.multi #fe_video{
  height: 30vh !important;
}
.scanner_overlay.multi .scanResultFrame{
  height: 30vh;

}
.scanner_overlay.multi #ScanResult{
  height: calc(30vh - 2px);
}

#sourceSelectPanel{
  left: 10%;
  top: 45px;
  position: fixed;
  z-index: 999;
  width: 80%;
}
#sourceSelectPanel select{
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 4px;

}
.scannerClose {
    position: fixed;
    z-index: 999;
    top: 5px;
    right: 5px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 20px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}   
.scanResultFrame{
  z-index: 999;
  position: fixed;
  bottom: 8%;
  background: #fff;
  border:2px solid #eee;
  border-radius: 4px;
  width:80%;
  left: 10%; 
  height: 40px;
  line-height: 38px; 
  font-family: Arial, Helvetica, sans-serif;          
  box-sizing: border-box;
}
.scanResultFrame i.fa.sec{
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 24px;
}
.scanResultFrame .scanButton{
  position: absolute;
  right: -2px;
  bottom: -2px;
  font-size: 24px;
  height: 40px;
  line-height: 38px;      
  width: 40px;
  text-align: center;
  background: #4169E1;
  color: #fff;
  border-radius: 4px;
  border: 0;
}    
#ScanResult{
  padding: 0px 44px;
  font-size: 24px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  border:0;
} 
.multi_scan_button,.single_scan_button{
  position: absolute;
  bottom: -38px;
  right: 10px;
  color:#fff;
  z-index: 999;
}
.single_scan_button{
  display: none;
}