@charset "UTF-8";
/* -----------------------------------------------------------------------------------------
	Template Name: elegant-red-2-rwd
	Template URL: http://e-moves.de/Template-Shop
	Beschreibung: Responsive Template für das Shopsystem modified eCommerce 2.0
	Version: 2.1.2
	Author: Dirk Möller
	Author URL: http://e-moves.de
    Author Email: d.moeller@e-moves.de 
    Copyright: 2016 © Dirk Möller  
----------------------------------------------------------------------------------------- */
/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	
		/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, a img, abbr, acronym, address, big,
em, img, small, strike, strong,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #fff;
  font-family: "open sans","Helvetica Neue", "HelveticaNeue", Arial,  sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #111;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/*=====================================================
 
 	Html-Elemente - Headings, Paragraph, List, Forms, Table
 	
 ======================================================*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*=====================================================
  
  	Headings
  	
  ======================================================*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Open Sans Condensed', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #000;
}

h1 {
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.2;
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 1.2;
}

h4 {
  font-size: 21px;
  font-size: 1.8rem;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-size: 1.6rem;
  font-weight: normal;
}

/*=====================================================
 
 	Links & Paragraph styles
 	
 	======================================================*/
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 0 10px;
}

a {
  color: #000;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #000;
}

p a, p a:visited {
  line-height: inherit;
}

/*=====================================================

 	Lists
 	
 ======================================================*/
ul, ol {
  margin-bottom: 15px;
}

ul {
  list-style: none inside;
}

ol {
  list-style: decimal inside;
}

li {
  margin-bottom: 12px;
}

 /*=======================================================================

	Form Styles
	
 ========================================================================*/
input[type=search], input[type=tel], input[type=number], input[type=email], input[type=text], input[type=password], select, textarea {
  min-width: 200px;
  padding: 7px 2px;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
/*  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out; */
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  -webkit-appearance: none;
}

input:focus, textarea:focus, select:focus {
  border: 2px solid #059900;
  background: #EBFFE3;
  outline: none;
}

input:hover, textarea:hover, select:hover {
  border: 2px solid #059900;
  background: #EBFFE3;
  outline: none;
}

input[type=button] {
  border-radius: 0;
}

textarea#message {
  width: 100%;
}

input[type=image]:focus {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -webkit-text-fill-color: #333;
}

input[type=radio] {
  margin-right: 20px;
  transform: scale(2);
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow-down.png) no-repeat right #fff;
  padding: 8px 20px 8px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

select option {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

select::-ms-expand {
  display: none;
}

/* #Tables
================================================== */
table {
  width: 100%;
}

th {
  border-bottom: 2px solid #cccccc;
  font-weight: bold;
}

td:first-child,
th:first-child {
  padding-left: 10px;
}

th,
td {
  padding: 5px 5px 5px 0;
  vertical-align: middle;
  text-align: left;
}

caption {
  background: #ffc;
}

/* Mobile */
@media handheld, only screen and (max-width: 480px) {
  body, p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
em {
  font-style: italic;
  line-height: inherit;
}

b, strong {
/*  font-weight: bold;*/
  line-height: inherit;
}

small {
  font-size: 70%;
  line-height: inherit;
}

/*	Blockquotes  */
blockquote, blockquote p {
  line-height: 20px;
  color: #777;
}

blockquote {
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
  color: #555;
}

hr {
  background: #ddd;
  clear: both;
  margin: 8px 0 8px;
  height: 1px;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: -5px 10px 0 5px;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: none;
  cursor: pointer;
}

.iradio_square-green, .icheckbox_square-green {
  border: 1px solid #ccc;
  background: #fff;
}

.iradio_square-green.hover, .icheckbox_square-green.hover {
  border: 1px solid #ccc;
}

.iradio_square-green.checked, .icheckbox_square-green.checked {
  border: 1px solid #ccc;
  background: #fff;
}

.iradio_square-green.checked:before, .icheckbox_square-green.checked:before {
  content: "\4e";
  margin-left: -5px;
  font-family: 'elegant-custom';
  font-size: 3.6rem;
  font-weight: bold;
  color: #059900;
}
/*=================================================
	+++ MAIN GRID +++
 ==================================================*/
.container {
  padding: 0 20px;
}

/*  max-Breite der Seite */
.row {
  width: 100%;
  max-width: 1240px;
  min-width: 720px;
  margin: 0 auto;
}

.row .row {
  min-width: 0px;
}

.col, .cols {
  margin-left: 2.127663%;
  float: right;
  min-height: 1px;
  position: relative;
}

.col:first-child, .cols:first-child, .alpha {
  margin-left: 0;
}

.col.omega, .cols.omega {
  float: right;
}

.row .g1.cols {
  width: 6.382989%;
}

.row .g2.cols {
  width: 14.893641%;
}

.row .g3.cols {
  width: 23.404293%;
}

.row .g4.cols {
  width: 55%;
/*  width: 31.914945%; */
}

.row .g5.cols {
  width: 40.425597%;
}

.row .g6.cols {
  width: 48.936249%;
}

.row .g7.cols {
  width: 57.446901%;
}

.row .g8.cols {
  width: 65.957553%;
}

.row .g9.cols {
  width: 74.468205%;
}

.row .g10.cols {
  width: 82.978857%;
}

.row .g11.cols {
  width: 91.489509%;
}

.row .g12.cols {
  width: 100%;
}

/*** Formula: Column Width + Twice the Default Margin ***/
.row .push_one {
  margin-left: 10.638315%;
}

.row .push_two {
  margin-left: 19.148967%;
}

.row .push_three {
  margin-left: 27.659619%;
}

.row .push_four {
  margin-left: 36.170271%;
}

.row .push_five {
  margin-left: 44.680923%;
}

.row .push_six {
  margin-left: 53.191575%;
}

.row .push_seven {
  margin-left: 61.702227%;
}

.row .push_eight {
  margin-left: 70.212879%;
}

.row .push_nine {
  margin-left: 78.723531%;
}

.row .push_ten {
  margin-left: 87.234183%;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/* Mobile Grid*/
@media only screen and (max-width: 480px) {
  input[type=text], input[type=password], textarea {
    padding: 7px 3px;
    font-size: 16px;
  }
}
/* End Media */
/* Tablets */
@media only screen and (max-width: 1000px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .col, .cols {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }

  .col:last-child, .cols:last-child {
    margin-right: 0;
    float: none;
  }

  .col, .col {
    width: auto !important;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .col:last-child, .cols:last-child {
    margin-right: 0;
    float: none;
  }

  [class*="col"]:before, [class*="col"]:after {
    display: table;
  }

  [class*="col"]:after {
    clear: both;
  }

  .push_one, .push_two, .push_three, .push_four, .push_five, .push_six, .push_seven, .push_eight, .push_nine, .push_ten, .push_eleven, .centered {
    margin-left: 0% !important;
  }
}
/*=======================================================================

 Icons  

 ========================================================================*/
@font-face {
  font-family: 'elegant-custom';
  src: url("../fonts/elegant-custom.eot");
  src: url("../fonts/elegant-custom.eot?#iefix") format("embedded-opentype"), url("../fonts/elegant-custom.woff") format("woff"), url("../fonts/elegant-custom.ttf") format("truetype"), url("../fonts/elegant-custom.svg#elegant-custom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.ui-icon, .btn:before, .btn-after {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  speak: none;
}

.ui-icon {
  display: block;
  overflow: visible;
}

/*  Font Icon styles
    ------------------------------------------------------- */
.addtobasket-tabs .ui-button-text {
  margin-left: 10px;
}

.ui-icon:before {
  font-family: elegant-custom;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.ui-icon {
  display: inline-block;
  text-decoration: inherit;
}

.ui-icon {
  line-height: .9em;
}

.ui-icon {
  display: inline-block;
  width: 1.25em;
  text-align: left;
}

.ui-icon {
  margin-left: 0;
  list-style-type: none;
}

.icon-presenttable:before {
  content: "\e008";
}

.ui-icon:before {
  text-indent: 0;
  text-align: center;
}

.icon-uni61:before {
  content: "\61";
}

.icon-uniE037:before {
  content: "\e037";
}

.icon-uniE03C:before {
  content: "\e03c";
}

.icon-uni50:before {
  content: "\50";
}

.icon-truck:before {
  content: "\e606";
}

.icon-search:before, .icon-search-main:before {
  content: "\55";
}

.icon-envelope:before {
  content: "\e010";
}

.icon-envelope-alt:before {
  content: "\f003";
}

.icon-star:before {
  content: "\e031";
}

.icon-user:before {
  content: "\e60c";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-uni51:before {
  content: "\51";
}

.icon-th:before {
  content: "\e08d";
}

.icon-th-list:before {
  content: "\61";
}

.icon-ok:before {
  content: "\4e";
}

.icon-uniE030:before, .icon-heart:before {
  content: "\e030";
}

.icon-uni64:before {
  content: "\64";
}

.icon-list-2:before {
  content: "\e60f";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\54";
}

.icon-uni3B:before {
  content: "\3b";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-cog:before {
  content: "\e037";
}

.icon-angebote:before {
  content: "\e0fb";
}

.icon-earth:before {
  content: "\e602";
}

.icon-trash:before {
  content: "\e019";
}

.icon-uniE0D8:before {
  content: "\e0d8";
}

.icon-home:before {
  content: "\e009";
}

.icon-specials:before {
  content: "\e0fb";
}

.icon-new_products:before {
  content: "\e606";
}

.icon-download-alt:before {
  content: "\e092";
}

.icon-download:before {
  content: "\f01a";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\e60b";
}

.icon-list-alt:before {
  content: "\e0ee";
}

.icon-lock:before {
  content: "\7e";
}

.icon-unlock:before {
  content: "\e000";
}

.icon-phone:before {
  content: "\f095";
}

.icon-phone-sign:before {
  content: "\e090";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-print:before {
  content: "\e103";
}

.icon-list:before {
  content: "\f03a";
}

.icon-pencil:before {
  content: "\e604";
}

.icon-edit:before {
  content: "\f044";
}

.icon-check:before {
  content: "\f046";
}

.icon-step-backward:before {
  content: "\34";
}

.icon-fast-backward:before {
  content: "\38";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\39";
}

.icon-step-forward:before {
  content: "\35";
}

.icon-hamburger:before {
  content: "\e057";
  font-size: 36px;
  color: #056300;
  padding: 3px 5px 5px 0px;
}

.icon-cheeseburger:before {
  content: "\e057";
}

.icon-chevron-left:before {
  content: "\e607";
}

.icon-chevron-right:before {
  content: "\e608";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\4e";
}

.icon-info-sign:before {
  content: "\70";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-arrow-left:before {
  content: "\e607";
}

.icon-arrow-right:before {
  content: "\e608";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-gift:before {
  content: "\e008";
}

.icon-eye-open:before {
  content: "\e601";
}

.icon-comment:before {
  content: "\e609";
}

.icon-chevron-up:before {
  content: "\32";
}

.icon-chevron-down:before {
  content: "\33";
}

.icon-shopping-cart:before {
  content: "\e015";
}

.icon-twitter-sign:before {
  content: "\e0ab";
}

.icon-facebook-sign:before {
  content: "\e0aa";
}

.icon-cogs:before {
  content: "\e038";
}

.icon-comments:before {
  content: "\77";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-twitter:before {
  content: "\e0ab";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-rss:before {
  content: "\e09e";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\e0ad";
}

.icon-google-plus:before {
  content: "\e0ad";
}

.icon-youtube:before {
  content: "\e610";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-sign:before {
  content: "\f169";
}

.icon-uniE018:before {
  content: "\e018";
}

.more .ui-icon {
  vertical-align: middle;
}

/* #Buttons
================================================== */
.btn, button {
  outline: none 0;
}

.btn-buynow .btn:before, .addtobasket-tabs .btn:before, .btn-details .btn:after, .delete-wish .btn:before, .remove .btn:before, .co-kasse .btn:after, .reload .btn:before, .continue .btn:before, .register-new .btn:after, #create_account .btn:after, .weiter .btn:after, #checkout_address .btn:after, .print .btn:before, #account_edit .btn:after, #addressbook .btn:after, #account_password .btn:after, #account_delete .btn:after, #checkout_confirmation > button:after, .account_actions_right .schnellkauf .btn:before, .account_actions_right .warenkorb .btn:before, #product_reviews_write .btn:after, .button-weiter .btn:after, .btn-delete .btn:before, .btn-quick .btn:after, .accounthistory-actions .btn:before, .cart .btn:before, .back .btn:before, .express .btn:before, .express-button .btn:before, .express-button .btn:after, .addtobasket-button-express .btn:before, .suche .btn:before, #paypalcartbutton:after, #paypalcartexpress:after, .login-home .btn:after, .login-kunde .btn:before, .mediarow-headline span.mediarow-button .btn .ui-button-text:after {
  font-family: elegant-custom;
  display: inline-block;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 10px 12px 10px 12px;
  margin-bottom: 3px;
  color: #222;
  line-height: 21px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  background: #003366;
  border: none;
  cursor: pointer;
}

.btn a:hover {
  color: #555;
}

.btn:active {
  background-image: none;
  background-color: #e6e6e6;
  color: #aaa;
  outline: 0;
}

.btn-large, .addtobasket-tabs .btn-primary {
  padding: 11px 32px;
  border: 2px solid #003366;
  font-size: 18px;
  line-height: normal;
}

.btn-primary,
.btn-primary:hover {
  color: #888;
}

#checkout_confirmation > .btn {
  color: #888;
  padding: 11px 32px;
  border: 2px solid 888;
  font-size: 18px;
  line-height: normal;
  background-color: #FFF;
}
  
#checkout_confirmation > .btn:hover {
  color: #FFF;
  background-color: #059900;
  border: 2px solid 888;
}

.btn-primary {
  background: #003366;
  overflow: hidden;
  border: 1px solid #FFF;
  color: #fff;
  text-align: center;
}

.btn-primary:hover,
.btn-primary:active {
  background: #DBECBC;
  color: #059900;
  cursor: pointer;
  border: 1px solid #056300;
}

/* FF Fix  */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.remove .btn .ui-button-text, .btn-delete .btn .ui-button-text, .btn-buynow .btn-primary .ui-button-text, .accounthistory-actions .btn .ui-button-text {
  display: none;
}

/* Buttons outlines   */
.btn-buynow .btn-primary {
  margin-left: 5px;
}

.btn-buynow .btn:before, .cart .btn:before {
  content: "\e015";
  text-align: center;
}

.cart .btn:before, .express-button .btn:before {
  margin-right: 10px;
}

.btn-buynow .btn-primary, #top-nav ul.tc_list li .btn-primary, .remove .btn, .reload .btn, .btn-delete .btn, .print .btn, .btn-quick .btn, .accounthistory-actions .btn, .account_actions_right .warenkorb .btn, .express-submit .btn, #loginbox .btn {
  background: #fff;
  border: 1px solid #003366;
  color: #222;
  text-align: center;
  overflow: hidden;
}

.btn-buynow .btn-primary:hover, #top-nav ul.tc_list li .btn:hover, .remove .btn:hover, .reload .btn:hover, .btn-delete .btn:hover, .print .btn:hover, .btn-quick .btn:hover, .accounthistory-actions .btn:hover, .account_actions_right .warenkorb .btn:hover, .express-submit .btn:hover, #loginbox .btn:hover {
  background: #DBECBC;
  color: #059900;
  border: 1px solid #059900;
}

.addtobasket-button-express .btn {
  font-size: 16px !important;
  background: none;
  color: #000;
  padding: 0;
  border: none;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}

.addtobasket-button-express .btn:before {
  margin-right: 10px;
}

/* buttons mit arrow right - weiter, details 
.btn-details .btn:after, .co-kasse .btn:after, .register-new .btn:after, #create_account .btn:after, .weiter .btn:after, #checkout_address .btn:after, #account_edit .btn:after, #account_password .btn:after, #product_reviews_write .btn:after, .button-weiter .btn:after, .express-button .btn:after, #paypalcartbutton:after, #paypalcartexpress:after, .login-home .btn:after {
  float: right;
  content: "\e608";
  margin-left: 8px;
  padding-top: 1px;
}  */

/* back   */
.back .btn, .express .btn:before {
  margin-right: 5px;
}

.back .btn:before {
  content: "\e607";
  margin-right: 8px;
}

.back .btn:after {
  content: "" !important;
}

.schnellkauf .btn {
  margin-right: 5px;
}

.login-kunde .btn:before {
  content: "\e60c";
  margin-right: 8px;
}

@media only screen and (max-width: 480px) {
  .btn-details .btn:after, .co-kasse .btn:after, .register-new .btn:after, #create_account .btn:after, .weiter .btn:after, #checkout_address .btn:after, #account_edit .btn:after, #addressbook .btn:after, #account_password .btn:after, #product_reviews_write .btn:after, .button-weiter .btn:after, .express-button .btn:after, #paypalcartbutton:after, .login-home .btn:after, #paypalcartexpress:after {

    margin-left: 0;
    margin-right: 15px;
    padding-top: 1px;
  }
}
/* Trash-icon    */
#top-nav ul.tc_list li .btn:before, .delete-wish .btn:before, .remove .btn:before, .btn-delete .btn:before {
  content: "\e019";
}

/* Suche advanced search   */
.suche .btn:before {
  content: "\55";
  margin-right: 10px;
}

/* Warenkorb-icon    */
.addtobasket-tabs .btn:before, .account_actions_right .schnellkauf .btn:before, .account_actions_right .warenkorb .btn:before, .accounthistory-actions .btn:before, .express .btn:before, .addtobasket-button-express .btn:before, .express-button .btn:before {
  content: "\e015";
}

.continue .btn:before, .back .btn:before {
  float: left;
  padding-top: 1px;
  content: "\e607";
  margin-right: 8px;
}

.reload .btn:before {
  float: left;
  padding-top: 1px;
  content: "\e60b";
  margin-right: 8px;
}

.print .btn:before {
  content: "\e103";
  margin-right: 8px;
}

#checkout_confirmation > button:after {
  content: "\e03c";
  margin-left: 8px;
}

/* download-btn  */
.mediarow-headline span.mediarow-button .btn .ui-button-text:after {
  content: "\3b";
  margin-left: 8px;
}

/* PayPal-button */
#paypalcartbutton, .addtobasket-button-paypal .btn {
  margin-top: 10px;
  border: 2px solid #ffc746 !important;
  background: #ffc746;
  color: #013088;
}

#paypalcartexpress:hover, #paypalcartbutton:hover {
  background: #fff;
}

.addtobasket-button-paypal .btn .ui-button-text > span, #paypalcartbutton > span {
  font-weight: 700;
  font-style: italic;
}

.paypal-button, .paypal-button2 {
  float: right;
}

#paypalcartexpress {
  border: 2px solid #ffc746 !important;
  font-size: 18px;
}

/* Schnellkauf-button */
.express-button .btn, .schnellkauf .btn, .express .btn {
  background: #059900;
  border: 1px solid #059900;
}

.express-button .btn:hover, .schnellkauf .btn:hover, .express .btn:hover {
  background: #fff;
  border: 1px solid #059900;
}

.btn-quick .btn {
  margin-top: 10px;
}

.btn-quick .btn:after {
  content: "\e03c";
  margin-left: 6px;
}

/* Ripple Effekt
==================== */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
#quick_find .btn:before, #top-nav ul.tc_list li .btn:before {
  font-family: elegant-custom;
}

#quick_find .btn-search, #quick_find .btn {
  padding: 5px 12px 5px 10px;
  margin: 1px 0 0 5px;
}

#quick_find .btn-search:hover, #quick_find .btn:hover:before {
  color: #222;
}

#quick_find .btn-search:hover .ui-icon {
  color: #003366;
}

#quick_find button .ui-button-text {
  display: none;
}

#quick_find .btn:before {
  content: "\55";
  display: block;
  color: #fff;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* shopping cart btns  */
.co-kasse .btn {
  float: right;
  margin: 10px 0;
}

.btn-gutschein {
  margin-top: 10px;
}

#advanced_search .btn-search .ui-icon {
  margin: 10px 5px 10px 0;
}

.btns-left .btn {
  float: left;
  margin: 10px 5px 10px 0;
}

html.touch .btn-back .ui-icon {
  vertical-align: text-top;
  margin-top: 5px;
  margin-right: 5px;
}

#sign_in input[type=text] {
  padding-left: 2px;
  height: 36px;
  float: left;
  margin: 0;
  min-width: 260px;
}

#sign_in .btn {
  padding: 6px 12px 7px 12px;
  margin-left: 5px;
}

@media only screen and (max-width: 480px) {
  #sign_in input[type=text] {
    min-width: 100px;
    width: 100%;
    margin-bottom: 10px;
  }

  #sign_in .btn {
    margin-left: 0;
    padding: 10px 0;
  }

  .mediarow-headline span.mediarow-button {
    float: none !important;
  }

  .btn, .addtobasket-tabs .btn-primary {
    width: 100%;
    padding: 12px 0;
    font-size: 18px;
  }

  .express-button, .schnellkauf, .paypal-button, .paypal-button2 {
    float: none !important;
  }

  .express-button .btn {
    margin-top: 20px;
  }

  .btns-left .btn, .co-kasse .btn {
    margin: 6px 0 6px 0;
    display: block !important;
  }

  .btns-left .btn:before, .back .btn:before {
    margin-right: 0;
    margin-left: 15px;
  }
}
/*
    ColorBox Core Style

*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999999;
  overflow: visible !important;
  outline: none;
  -webkit-transform: translateZ(0px);
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
  outline: 0 none !important;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

.cboxElement, .zoom {
  z-index: 1;
  -webkit-transform: translateZ(0px);
  position: relative;
}

#cboxOverlay {
  background: #000;
  opacity: 0.5 !important;
}

#cboxContent {
  background: #000;
  margin-top: 20px;
}

#cboxContent .main, .popupContainer {
  background: #fff;
  padding: 0 5px;
}

#cboxContent .main .ui-widget-content {
  max-width: 100%;
}

#cboxLoadedContent {
  background: #fff;
  padding: 10px;
  overflow-x: hidden;
  overflow: scroll;
  font-size: 14px;
  border: 1px solid #000;
  -webkit-overflow-scrolling: touch;
}

#cboxLoadedContent ul, #cboxLoadedContent p {
  font-size: 14px;
}

#cboxLoadedContent img {
  max-width: auto;
  height: auto;
  padding: 8px 0;
}

#cboxLoadedContent td.contentsTopics {
  color: #222;
  font-size: 16px;
}

#cboxTitle {
  position: absolute;
  top: -24px;
  left: 10px;
}

#cboxTitle, #cboxCurrent {
  color: #fff;
  font-size: 14px;
  -moz-text-shadow: 1px 1px 0px #000;
  -ms-text-shadow: 1px 1px 0px #000;
  -webkit-text-shadow: 1px 1px 0px #000;
  text-shadow: 1px 1px 0px #000;
}

#cboxCurrent {
  position: absolute;
  top: -24px;
  right: 80px;
}

#cboxSlideshow {
  position: absolute;
  top: -21px;
  right: 110px;
  color: #fff;
  background: none;
  width: 135px;
  text-align: right;
  font-size: 14px;
  border: none;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -32px;
  background: #444;
  width: 35px;
  height: 45px;
  color: transparent;
  border: none;
  outline: none;
  font-family: elegant-custom;
  text-align: center;
}

#cboxPrevious:before {
  content: "\e607";
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
  color: #f0ebe0;
  width: 26px;
  font-style: normal;
  display: block;
  position: absolute;
  margin-left: 2px;
  cursor: pointer;
}

#cboxPrevious:hover:before, #cboxNext:hover:before, #cboxClose:hover:before {
  color: #003366;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -32px;
  width: 35px;
  height: 45px;
  background: #444;
  color: transparent;
  border: none;
  outline: none;
  font-family: elegant-custom;
  text-align: center;
}

#cboxNext:before {
  content: "\e608";
  font-family: elegant-custom;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
  color: #f0ebe0;
  margin-left: 7px;
  width: 21px;
  font-style: normal;
  display: block;
  position: absolute;
  cursor: pointer;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) center center no-repeat;
}

#cboxClose {
  position: absolute;
  top: -31px;
  right: 15px;
  height: 31px;
  width: 38px;
  background: #444;
  color: transparent;
  border: none;
  outline: none;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#cboxClose:before {
  content: "\51";
  font-family: elegant-custom;
  margin-top: 1px;
  font-weight: normal;
  font-size: 18px;
  opacity: 1;
  color: #f0ebe0;
  font-style: normal;
  display: block;
  cursor: pointer;
  text-align: center;
}

#cboxPhoto {
  padding: 25px;
  background: #fff;
}

@media only screen and (max-width: 600px) {
  #cboxOverlay {
    background: #000;
  }

  #cboxLoadingGraphic {
    background: none;
  }
}
/*=======================================================================
	Gerneral styles 
 ========================================================================*/
/* #Tab Highlights  */
.menu-button, input, .trigger, .cboxLoadedContent, #cboxLoadedContent img, a, a img {
  -webkit-tap-highlight-color: rgba(202, 48, 22, 0.4);
}

.suggestionsBox, .toggle_wishlist, .toggle_cart {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.product-images, .product-slider-wrap, .u-kat, #wrap-welcome, .cat-description, .highlightbox, .productoptions-tabs, #checkoutnavigation li, #widerrufframe, .checkoutNavBoxes, .checkoutNav2Boxes, .listing-box-1, .flex-box-lang, #sidebar h4, .orderlist-header, .order-confirmation, .sitemap-header, .filterbar, .filter-toggle, #loginbox {
  -o-border-radius: 4px;
  border-radius: 4px;
}

.iradio_square-green, #top-nav #cart span.anzahl, .wishlist .anzahl {
  -o-border-radius: 50px;
  border-radius: 50px;
}

.home-icon, .new_products-icon, .special-icon, .p-box, #top-nav ul li a, .social .ui-icon, .touch-button, .btn, .listing-box-1, .flex-box-lang, .catnavi .touch-button .navicon, .p-slider-image, .product-slider-startseite .owl-item, .box-kundentipp, .filter-toggle .ui-icon, .resp-tab-item, .box-kundentipp .image-box, .box-empfehlung {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

/* #Top-Navi
================================================== */
.top {
  border-bottom: 1px solid #ddd;
}

#top-nav {
  height: 45px;
  line-height: 45px;
}

.lang-top .boxheader {
  display: none;
}

.lang-top {
  float: right;
  padding: 5px 5px;
}

#top-nav ul.top-list {
  float: right;
  margin: 0;
}

#top-nav ul.top-list li {
  float: left;
  display: inline-block;
  margin: 0;
}

#top-nav li {
  display: inline-block;
  margin: 0;
}

#top-nav ul.top-list li:last-child a {
  border: none;
}

#top-nav ul li a {
  color: #888;
  display: inline-block;
  border-right: 0px solid #efefef;
  padding: 0 18px;
  font-size: 16px;
  font-size: 1.6rem;
}

#top-nav ul li a#toggle_wishlist, #top-nav ul li a#toggle_cart, #top-nav ul li {
  padding: 0 5px 0 14px;
}

#top-nav ul li a:hover, #top-nav ul li a:active {
  background: #DBECBC;
  color: #222;
}

#top-nav ul li.active a {
  color: #056300;
}

#top-nav #cart span.anzahl, .wishlist .anzahl {
  font-family: arial,sans-serif;
/*  font-weight: bold; */
  background: #DBECBC;
  color: #056300;
  border: 1px solid #056300;
  text-align: center;
  padding: 2px 6px;
  margin: 0 4px;
}

#top-nav .ui-icon {
  text-align: left;
  margin-right: 5px;
}

@media only screen and (max-width: 900px) {
  .replace, #top-nav .icon-chevron-down {
    display: none;
  }

  #top-nav {
    height: 45px;
    line-height: 45px;
  }

  #top-nav .ui-icon {
    font-size: 2.4rem;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 0;
    text-align: center;
  }

  #top-nav ul.top-list {
    margin: 0;
  }

  #top-nav ul.top-list li {
    display: block;
    margin: 0 auto;
  }

  #top-nav ul li a {
    display: block;
    padding: 0;
    border: none;
  }

  #top-nav ul li a#toggle_wishlist, #top-nav ul li a#toggle_cart {
    padding: 0;
  }

  #top-nav #cart {
    position: relative;
  }

  #top-nav #cart span.anzahl, .wishlist .anzahl {
    line-height: 21px;
    position: absolute;
    top: 4px;
    right: 38px;
    padding: 1px 7px;
    font-size: 14px;
    margin: 0;
  }

  #top, #top-nav .top-list {
    width: 100%;
    font-size: 0;
    display: inline-block;
  }

  .top-list > * {
    text-align: center;
    font-size: 1rem;
    width: 20%;
    margin: 0 auto;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 690px) {
  #top-nav #cart span.anzahl, .wishlist .anzahl {
    right: 18px;
  }

  #top-nav ul {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #top-nav #cart span.anzahl, .wishlist .anzahl {
    right: 8px;
  }
}
@media only screen and (max-width: 360px) {
  #top-nav #cart span.anzahl, .wishlist .anzahl {
    right: 5px;
  }
}
@media only screen and (max-width: 320px) {
  #top-nav #cart span.anzahl, .wishlist .anzahl {
    right: 3px;
  }
}
/* #Header
================================================== */
.header-outer {
  padding: 0 20px;
  background: #ffffff;
  border-bottom: 1px solid #ddd;

/*  -webkit-box-shadow: inset 0px -10px 24px -12px #999;
  box-shadow: inset 0px -10px 24px -12px #999;*/
}

#header {
  position: relative;
  height: 125px;
}

#logo {
  display: inline-block;
  margin: 0px 0 0 0px;
}

#breadcrumb a:last-child {
  color: #003366;
}

#breadcrumb a, #breadcrumb a:first-child {
  font-size: 1.2rem;
  font-size: 12px;
  color: #999;
}

#breadcrumb a:hover {
  color: #666;
}

#breadcrumb {
  margin-top: 10px;
  color: #003366;
  font-size: 1.2rem;
  font-size: 12px;
}

.cart-full {
  margin-left: 3px;
  color: #111;
}

h1.hometitle {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 0;
}

.boxcartbody-menu {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #top-nav .lang-top {
    display: none;
  }

  #breadcrumb {
    margin-top: 0;
  }

  #header {
    height: 90px;
  }

  #logo {
    margin: 0px 0 0 0;
  }

  #logo img {
    max-height: 90px;
    width: auto;
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    height: 65px;
  }

  #logo {
    margin: 0;
  }

  #logo img {
    max-height: 90px;
    width: auto;
    margin: 7px  0 0 0;
  }

  .row {
    text-align: left;
  }
}
@media only screen and (max-width: 320px) {
  #logo img {
    max-height: 50px;
    width: auto;
    margin: 5px 0 0 0;
  }
}
/*  Suche */
.search-toggle {
  display: none;
}

#search {
  position: relative;
  float: right;
  margin: -130px -10px 0 0;
  z-index: 10;
}

#search p {
  margin: 5px 0 0 0;
  font-size: 1.2rem;
  font-size: 12px;
}

#quick_find {
  height: 40px;
  position: relative;
}

#quick_find input[type=text], #quick_find input[type=search] {
  font-size: 14px;
  padding: 8px 2px;
  position: relative;
  width: 430px;
  margin-right: 45px;
}

#quick_find .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1px;
  width: 40px;
  height: 34px;
  line-height: 26px;
  margin: 0 0 0 2px;
}

.touch #quick_find input[type=search] {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 980px) {
  #quick_find, #quick_find .btn {
    display: none;
  }

  #search {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  #quick_find {
    padding: 10px 20px 48px 20px;
    margin: 0 -20px;
  }

  #quick_find.open {
    display: block;
    background: #f0ebe0;
    padding: 10px 20px 48px 20px;
  }

  #quick_find input[type=text], #quick_find input[type=search] {
    width: 100%;
    margin: 0 5px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .search-toggle {
    position: relative;
    display: block;
    width: 45px;
    float: right;
    cursor: pointer;
    padding: -15px 15px;
    margin: -37px 5px 0 0;
  }

  .search-toggle .ui-icon {
    font-size: 30px;
    font-size: 3.0rem;
    color: #222;
    display: block;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .search-toggle.active .ui-icon {
    color: #003366;
  }

  #quick_find input[type=text], #quick_find input[type=search] {
    height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  #quick_find.open {
    display: block;
  }

  .btn-search .ui-icon {
    top: -4px;
    right: 5px;
  }
}
/* START autocomplete */
.suggestionsBox {
  position: absolute;
  right: 0;
  top: 48px;
  margin: 0px;
  width: 480px;
  background-color: #f0ebe0;
  border: 1px solid #003366;
  color: #333;
  z-index: 99999;
  padding: 10px;
  font-size: 14px;
}

.suggestionList {
  margin: 0px;
  padding: 0px;
  padding-right: 5px;
}

.suggestionList li {
  margin: 0;
  border-bottom: 1px solid #ddd;
  background-color: #f0ebe0;
  list-style: none;
}

.suggestionList li:nth-child(even) {
  background-color: #f0ebe0;
}

.suggestionList li a.autocomplete {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  width: 100%;
}

.suggestionList li a.autocomplete .autocomplete_image {
  float: left;
  display: block;
  width: 80px;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-right: 5px;
}

.suggestionList li a.autocomplete .autocomplete_image img {
  float: left;
  max-width: 100%;
  max-height: auto;
}

.autocompletecloser {
  cursor: pointer;
}

.hl_price {
  float: right;
  text-align: right;
  margin-right: 5px;
  font-weight: 700;
}

#autocomplete_pagination .ui-icon {
  text-align: center;
}

#autocomplete_pagination li {
  float: left;
  border: 0;
}

#autocomplete_pagination li:hover {
  background-color: #f0ebe0;
}

#autocomplete_prev {
  cursor: pointer;
  padding: 5px;
  width: auto;
  text-align: left;
  font-size: 18px;
}

#autocomplete_next {
  cursor: pointer;
  padding: 5px;
  width: auto;
  float: right !important;
  text-align: right;
  font-size: 18px;
}

#autocomplete_prev:hover, #autocomplete_next:hover {
  color: #003366;
}

#autocomplete_count {
  padding: 5px;
  width: 75%;
  text-align: center;
  position: absolute;
  margin-left: 7%;
  font-size: 11px;
  font-weight: bold;
  background: #f0ebe0;
}

.autocomplete_error {
  padding: 6px 0px 11px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .suggestionsBox {
    width: 100%;
  }

  .suggestionList li a.autocomplete .autocomplete_image {
    float: left;
    display: block;
    width: 80px;
    height: auto;
    max-height: 80px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin-right: 5px;
  }

  .suggestionList li a.autocomplete .autocomplete_image img {
    float: left;
    max-width: 100%;
    max-height: auto;
  }
}
/* END autocomplete */
/* #Box cart
================================================== */
#cart {
  position: relative;
}

.toggle_cart a {
  background: none !important;
  padding: 0px !important;
}

/* #Box Merkzettel
================================================== */
.wishlist {
  position: relative;
}

#wishlist_short {
  position: relative;
  background: transparent;
  height: 40px;
  z-index: 1000;
}

#toggle_wishlist, #toggle_cart {
  position: relative;
}

.toggle_wishlist, .toggle_cart {
  position: absolute;
  right: 0;
  top: 45px;
  display: none;
  width: 400px;
  min-width: 250px;
  padding: 20px;
  background: #f0ebe0;
  border: 1px solid #003366;
  color: #555;
  font-size: 14px;
  z-index: 9999;
}

.toggle_wishlist:after, .toggle_wishlist:before, .toggle_cart:after, .toggle_cart:before, .suggestionsBox:after, .suggestionsBox:before {
  bottom: 100%;
  right: 21px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.toggle_wishlist:after, .toggle_cart:after, .suggestionsBox:after {
  border-color: rgba(234, 234, 234, 0);
  border-bottom-color: #f1f1f1;
  border-width: 6px;
  margin-right: -6px;
}

.toggle_wishlist:before, .toggle_cart:before, .suggestionsBox:before {
  border-color: rgba(6, 121, 202, 0);
  border-bottom-color: #003366;
  border-width: 7px;
  margin-right: -7px;
}

.toggle_wishlist li, .toggle_cart li {
  line-height: 18px;
  background: none;
  padding: 5px 5px 2px 2px !important;
}

.text-wishlist {
  text-align: left;
  line-height: 18px;
  margin-bottom: 10px;
}

ul.tc_list {
  list-style-type: none;
  margin: 0;
}

#top-nav ul.tc_list li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #888;
}

#top-nav ul.tc_list li:nth-child(odd) {
  background: #f0ebe0;
}

#top-nav ul.tc_list li:last-child {
  clear: both;
}

#top-nav ul.tc_list a {
  display: block;
  color: #000;
  padding: 0 5px;
  text-align: left;
  line-height: 24px;
}

#top-nav ul.tc_list a:hover {
  color: #003366;
  background: none;
}

#top-nav ul.tc_list li .btn .ui-button-text {
  display: none;
}

#top-nav ul.tc_list li .btn:before {
  font-size: 14px;
}

#top-nav ul.tc_list li .btn {
  float: right;
  padding: 2px 6px;
  margin-left: 5px;
}

#top-nav .toogle_cart_links a {
  color: #555;
}

#top-nav .toogle_cart_links .ui-icon {
  font-size: 16px;
  color: #003366;
  margin: 0 0 0 5px;
}

#top-nav .toogle_cart_links .to-cart {
  float: right;
  padding: 10px 0 0 0 !important;
  white-space: nowrap;
  display: inline-block;
}

#top-nav .toogle_cart_links .to-checkout {
  float: left;
  padding: 10px 0 0 0 !important;
}

#top-nav .toogle_cart_links .to-wishlist {
  float: right;
  padding: 10px 0 0 0;
}
#top-nav .toogle_cart_links {
  float: right;
  padding: 10px 0 0 0;
}

#top-nav .toogle_cart_links a:hover, #top-nav .toogle_cart_links a:hover .ui-icon {
  color: #000;
  background: none;
}

/* # Merkzettel - Listing
================================================== */
.attributes-list {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #ccc;
}

.attributes-list li {
  margin-bottom: 5px;
}

#top-nav ul.tc_list li .btn {
  width: auto;
}

@media only screen and (max-width: 1000px) {
  .suggestionsBox {
    top: 53px;
  }

  .suggestionsBox:after, .suggestionsBox:before {
    right: 96%;
  }
}
@media only screen and (max-width: 760px) {
  .toggle_wishlist, .toggle_cart {
    padding: 10px;
  }

  #top-nav .toogle_cart_links .to-wishlist {
    float: right;
  }
}
@media only screen and (max-width: 860px) {
  .toggle_wishlist:after, .toggle_wishlist:before, .toggle_cart:after, .toggle_cart:before {
    right: 52px;
  }
}
@media only screen and (max-width: 520px) {
  .wishlist, #top-nav #cart {
  }

  .toggle_wishlist:after, .toggle_wishlist:before {
    right: 110px;
  }

  .toggle_cart:after, .toggle_cart:before {
    right: 33%;
  }

  .toggle_wishlist, .toggle_cart {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .toggle_wishlist:after, .toggle_wishlist:before {
    right: 90px;
  }
}
/* #Main-Navi
================================================== */
.nav-outer {
  background: #f0ebe0;
  height: 61px;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  z-index: 2;
}

.home-icon {
  height: 61px;
  float: left;
  margin: 0;
  border-right: 1px solid #efefef;
  padding: 5px 8px 11px 8px;
  font-size: 30px;
}

.home-icon a {
  color: #444;
}

.home-icon a.active {
  color: #003366;
}

.home-icon .ui-icon {
  text-align: center;
}

.home-icon:hover {
  background: #003366;
}

.home-icon:hover .ui-icon {
  color: #fff;
}

.special-icon {
  height: 61px;
  float: left;
  margin: 0;
  border-right: 1px solid #efefef;
  padding: 5px 8px 11px 8px;
  font-size: 30px;
}

.special-icon a {
  color: #444;
}

.special-icon a.active {
  color: #003366;
}

.special-icon .ui-icon {
  text-align: center;
}

.special-icon:hover {
  background: #003366;
}

.special-icon:hover .ui-icon {
  color: #fff;
}

.new_products-icon {
  height: 61px;
  float: left;
  margin: 0;
  border-right: 1px solid #efefef;
  padding: 5px 8px 11px 8px;
  font-size: 30px;
}

.new_products-icon a {
  color: #444;
}

.new_products-icon a.active {
  color: #003366;
}

.new_products-icon .ui-icon {
  text-align: center;
}

.new_products-icon:hover {
  background: #003366;
}

.new_products-icon:hover .ui-icon {
  color: #fff;
}

.catnavi {
  -webkit-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
  position: relative;
  z-index: 9 !important;
}

.catnavi li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.catnavi .CatLevel1 a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
}

.catnavi .CatLevel2 a, .catnavi .CatLevel3 a {
  text-transform: none;
  font-weight: 400;
  color: #555;
}

.catnavi li a {
  position: relative;
  display: block;
  padding: 13px 12px;
  z-index: 20;
  overflow: hidden;
  color: #555;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.catnavi li a:hover {
  color: #FFF;
}

.catnavi li ul {
  min-width: 240px;
  background: #f0ebe0;
  display: none;
  margin: 0;
  border-bottom: 2px solid #003366;
}

.catnavi li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden;
}

.catnavi li ul.show li {
  overflow: visible;
}

.catnavi li ul li a {
  display: block;
  background: #fff;
}

.catnavi ul li ul li a {
  background: #fff;
}

.catnavi ul li ul li ul li a {
  background: #fff;
}

.catnavi .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 5px;
  width: 20px;
  height: 45px;
  display: inline-block;
  text-align: center;
}

.touch .catnavi .touch-button {
  right: 0;
}

.catnavi .touch-button:hover {
  cursor: pointer;
}

.catnavi .touch-button .navicon {
  position: relative;
  top: 14px;
  font-size: 21px;
  color: #666;
}

.catnavi li:hover .navicon {
  color: #FFF;
}

.catnavi li.CatLevel1:hover > a, .catnavi li.CatLevel2:hover > a, .catnavi li.CatLevel3:hover > a {
  color: #FFF;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.catnavi li.CatLevel1:hover > a {
  color: #FFF;
  background: #FFCCOO;
  border-left: 1px solid #bbb;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.close-navi {
  opacity: 1;
  display: block;
  height: 42px;
  cursor: pointer;
}

.close-navi .ui-icon:hover, .close-navi:hover .ui-icon, .close-navi:focus .ui-icon, .close-navi:active .ui-icon {
  color: #FFf;
}

.close-navi .ui-icon {
  float: right;
  margin: 11px 6px 0 0;
  font-size: 21px;
  display: block;
}

@media all and (min-width: 1140px) {
  .close-navi {
    opacity: 0;
    display: none;
    width: 0;
    height: 0;
  }

  #CatNavi {
    overflow: visible;
  }

  html.touch #CatNavi .touch-button {
    width: 35px;
    height: 47px;
    background: #ddd;
  }

  html.touch #CatNavi .touch-button .navicon {
    font-size: 16px;
    margin-left: 5px;
  }

  .no-touchevents #CatNavi .CatLevel2 .touch-button {
    top: 2px;
    right: 10px;
  }

  #CatNavi li.CatLevel1 ul {
    display: none;
  }

  #CatNavi li.CatLevel1.item-with-ul {
    padding-right: 15px;
  }

  #CatNavi li.CatLevel1.item-with-ul:last-child {
    border-bottom: none;
  }

  html.touch #CatNavi li.CatLevel1.item-with-ul {
    padding-right: 30px;
  }

  #CatNavi li.item-with-ul {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
  }

  #CatNavi li.CatLevel1:hover {
    background: #003366;
	-webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
  }

  #CatNavi li.CatLevel2 a:hover, #CatNavi li.CatLevel2:hover > a, #CatNavi li.CatLevel3:hover > a {
    background: #003366;
  }

  #CatNavi li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    overflow: visible;
  }

  .#CatNavi li.CatLevel2:hover .touch-button {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  html.touch #CatNavi li.CatLevel2:hover .touch-button {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #CatNavi .CatLevel1:first-child > a {
    border-left: 1px solid #fff;
  }

  #CatNavi a.Current, #CatNavi a.CurrentParent {
    color: #003366;
    font-weight: 700;
  }

  #CatNavi .CatLevel2 a.Current, #CatNavi .CatLevel2 .CurrentParent {
    background: #fff;
  }

  #CatNavi li a {
    border-left: 1px solid #efefef;
    border-bottom: none;
  }

  #CatNavi li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }

  #CatNavi li > ul li {
    width: 100%;
  }

  #CatNavi li ul li > ul {
    margin-left: -webkit-calc(100% - 1px);
    margin-left: calc(100% - 1px);
    top: -1px;
  }

  #CatNavi li ul li > ul li:first-child {
    border-top: 1px solid #bbb;
  }

  #CatNavi .CatLevel2 a {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
  }

  #CatNavi li ul.open {
    display: block;
    visibility: visible;
    z-index: 999;
  }

  #CatNavi li ul.open li {
    overflow: visible;
    max-height: 100px;
  }

  #CatNavi li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .menu-button {
    display: none;
  }
}
@media all and (max-width: 1140px) {
/*  .home-icon {
    display: none;
  }
 
    .specials-icon {
    display: none;
  }
  
    .new_products-icon {
    display: none;
  }
*/ 
  .nav-outer {
    padding: 0 !important;
  }

  .catnavi {
    margin-top: 4px;
    padding: 0 10px;
  }

  .catnavi.show {
    max-height: 2000px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .catnavi .CatLevel1 a {
    font-size: 16px;
    font-weight: normal;
  }

  .menu-button .touch-button {
    display: none;
  }

  .menu-button {
    font-family: "open sans",sans-serif;
    font-weight: 400;
    color: #111;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 90px 0 20px;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .menu-button .ui-icon {
    margin: 15px 5px 0 0;
    font-size: 20px;
  }

  .menu-button.open .ui-icon {
    color: #003366;
  }

  .menu-button .touch-button .navicon {
    font-size: 31px;
    position: relative;
    top: 1em;
  }

  .catnavi .CatLevel3 .touch-button {
    background: #f0ebe0 !important;
  }

  .catnavi li a {
    font-size: 18px;
    padding: 13px 0 13px 20px;
    color: #111;
  }

  .catnavi li a:hover, .catnavi li.CatLevel1:hover > a, .catnavi li.CatLevel2:hover > a {
    color: #003366;
  }

  .catnavi li.CatLevel1 {
    background: #f0ebe0;
  }

  .catnavi li.CatLevel1 a:hover, .catnavi li.CatLevel1:hover > a {
    background: none !important;
  }

  html.touch .catnavi .touch-button, .catnavi .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 55px;
    background: #f0ebe0;
    height: 51px;
    display: inline-block;
    text-align: center;
  }

  .catnavi .touch-button .ui-icon, .catnavi .touch-button .active .ui-icon {
    text-align: center;
  }

  .catnavi .touch-button .navicon {
    top: 12px;
    font-size: 31px;
    color: #003366;
  }

  .catnavi .touch-button.active .navicon {
    right: -1px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-left: 2px;
  }

  .catnavi li ul {
    border-top: none;
    border-bottom: none;
    z-index: 99999;
  }

  .catnavi li ul li a {
    display: block;
    background: #fff7d7;
  }

  .catnavi ul li ul li a {
    background: #fff7d7;
  }

  .catnavi .CatLevel2 a {
    padding: 13px 0 13px 20px;
    color: #333;
  }

  .catnavi .CatLevel3 a {
    padding: 13px 0 13px 25px;
    color: #555;
	background: #fffcf1;
  }

  .catnavi .CatLevel4 a {
    padding: 13px 0 13px 30px;
    color: #555;
    background: #fff;
  }

  .catnavi a.Current, .catnavi a.CurrentParent {
    font-weight: bold;
  }
}
@media all and (max-width: 600px) {
  .catnavi .touch-button {
    width: 55px !important;
  }
}
/* #Slideshow Startseite	
================================================== */
#slideshow-startseite .owl-item img, #owl-slider-startseite .owl-item img {
  display: block;
  height: auto;
}

#slideshow-startseite .owl-buttons, #owl-slider-startseite .owl-buttons {
  display: none;
}

.owl-carousel:hover .owl-buttons {
  display: block !important;
}

#slideshow-startseite .owl-next, #owl-slider-startseite .owl-next {
  position: absolute;
  top: 45%;
  right: -20px;
}

#slideshow-startseite .owl-prev, #owl-slider-startseite .owl-prev {
  position: absolute;
  top: 45%;
  left: -20px;
}

.slidercontent {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 5px;
  color: #fff;
  background: rgba(34, 34, 34, 0.5);
  text-align: center;
}

.slidercontent p, .slidercontent p:hover {
  color: #fff;
  margin: 10px 0;
}

/* Produkt-Slider*/
/**********************************/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls {
  margin-right: 10px;
  text-align: right;
}

/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #003366;
  opacity: 1;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}

.owl-next:before {
  content: "\e608";
  font-family: elegant-custom;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
  color: #111;
  font-style: normal;
  display: inline;
  position: absolute;
  top: 43%;
  right: 5px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  text-decoration: inherit;
}

.owl-prev:before {
  content: "\e607";
  font-family: elegant-custom;
  font-weight: normal;
  font-size: 21px;
  color: #111;
  text-align: center;
  font-style: normal;
  display: block;
  position: absolute;
  top: 43%;
  left: 5px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
  text-decoration: inherit;
}

.owl-next:hover:before, .owl-prev:hover:before, .owl-next:focus:before, .owl-prev:focus:before {
  color: #003366;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* #Produkt-Slider Startseite */
.neue-home {
  margin: 10px 0 0 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #003366;
  #background: #f0ebe0;
}

.product-slider-wrap {
  width: 100%;
  margin-bottom: 15px;
  z-index: 2;
}

.product-slider-startseite .item {
  margin: 15px 10px 5px 10px;
}

.product-slider-startseite .item img, .box-kundentipp .p-slider-image img {
  display: block;
  margin: 0 auto;
  max-height: 160px;
  width: auto;
}

.product-slider-startseite .owl-item:hover {
  background: #f0ebe0;
}

.product-slider-startseite .owl-item:hover .p-slider-image, .slider-also .owl-item:hover .p-slider-image {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.product-slider-startseite h3 a {
  color: #222;
  font-size: 18px;
/*  font-weight: 700;*/
  font-family: "open sans",sans-serif;
  line-height: 18px;
  min-height: 36px;
  text-align: center;
  display: block;
}

.product-slider-startseite h3 a:hover {
  color: #555;
}

.product-slider-startseite h3 {
  line-height: 16px;
}

.product-slider-startseite .p-slider-image {
  margin-bottom: 10px;
}

.product-slider-startseite .price {
  text-align: center;
  color: #000;
}

.product-slider-startseite .productOldPrice del {
  color: #555;
  font-size: 12px;
}

.product-slider-startseite .price small {
  /*display: none;*/
}

.product-slider-startseite .owl-next {
  position: absolute;
  top: -34px;
  right: 0;
}

.product-slider-startseite .owl-prev {
  display: block;
  position: absolute;
  top: -34px;
  right: 115px;
}

.wrap-slider-also {
  padding-bottom: 0;
  background: #fff;
  overflow: visible;
}

.heading-also {
  font-weight: normal;
  color: #222;
  margin-top: 15px;
}

.slider-also .owl-item {
  padding-bottom: 15px;
}

.slider-also .item {
  margin: 10px;
}

.box-kundentipp:hover {
  background: #fff;
}

.slider-also .p-slider-image {
  margin: 0 0 10px 0;
  background: #fff;
}

.slider-also .p-slider-image img {
  padding: 5px;
}

.slider-also h4 a {
  display: block;
  min-height: 54px;
}

.slider-also .price {
/*  font-weight: 700;*/
  min-height: 54px;
}

.slider-also .price .vpe {
  font-weight: normal;
  font-size: 14px;
}

.slider-also .price .productOldPrice {
  font-weight: normal;
}

.slider-also .owl-prev {
  position: absolute;
  top: 40%;
  left: -20px;
}

.slider-also .owl-next {
  position: absolute;
  top: 40%;
  right: -20px;
}

.slider-also .price small {
  display: none;
}

@media only screen and (max-width: 560px) {
  .slider-also .owl-prev {
    left: -10px;
  }

  .slider-also .owl-next {
    right: -10px;
  }
}
.bestseller-slider .owl-next:before {
  right: -5px;
  font-size: 12px;
}

.bestseller-slider .owl-prev:before {
  left: -5px;
  font-size: 12px;
}

.bestseller-slider .owl-controls {
  margin-top: 15px;
  text-align: center;
}

.bestseller-slider .owl-controls .owl-page span {
  margin: 10px 3px;
}

.bestseller-slider h3 {
  text-align: left;
}

.bestseller-slider h3 span {
  background: #003366;
  color: #fff;
  padding: 2px 4px;
}

.bestseller-slider .b-price {
  text-align: center;
}

.bestseller-slider .productOldPrice del {
  color: #222;
  font-size: 12px;
}

.bestseller-slider .b-price small {
  display: none;
}

@media only screen and (max-width: 480px) {
  #slideshow-startseite .owl-buttons, #owl-slider-startseite .owl-buttons {
    display: none !important;
  }

  #productinfo-slider .owl-next {
    position: absolute;
    top: 40%;
    right: -20px;
  }

  #productinfo-slider .owl-prev {
    position: absolute;
    top: 40%;
    left: -20px;
  }

  .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page span, .bestseller-slider .owl-controls .owl-page span {
    margin: 8px;
  }

  #slideshow-startseite {
    margin-bottom: 5px;
  }
}
/* #Listings - boxes (Grid)
================================================== */
/* 2. Listing - 3 Spalten (listing-box-1)
==================================*/
.flex-box-3 {
  width: 31.914945%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  overflow: hidden;
}

.flex-box-3:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}

.flex-box-lang {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 760px) {
  /* 2. Listing - 2 Spalten
  ==================================*/
  .flex-box-3 {
    width: 48.75%;
  }

  .flex-box-3:nth-of-type(3n+1) {
    margin-left: 2%;
    clear: none;
  }

  .flex-box-3:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  /* 2. Listing - 1 Spalte
  ==================================*/
  .flex-box-lang .shippingtime, .flex-box-lang .taxandshippinginfo {
    display: none;
  }

  .flex-box-3:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .flex-box-3 {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 0;
    min-height: 80px;
  }
}
/* 3. Listing - 4 Spalten on Desktop
====================================*/
.flex-box-4 {
  width: 23.404293%;
  margin-left: 2.127663%;
  margin-bottom: 2.127663%;
  float: left;
  overflow: hidden;
}

.flex-box-4:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}

@media only screen and (max-width: 980px) {
  /* 3. Listing - 3 Spalten
  ==================================*/
  .flex-box-4 {
    width: 31.914945%;
  }

  .flex-box-4:nth-of-type(4n+1) {
    margin-left: 2.127663%;
    clear: none;
  }

  .flex-box-4:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 660px) {
  /* 3. Listing - 2 Spalten
  ==================================*/
  .flex-box-4 {
    width: 48.936249%;
  }

  .flex-box-4:nth-of-type(3n+1) {
    margin-left: 2.127663%;
    clear: none;
  }

  .flex-box-4:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  /* 3. Listing - 1 Spalte
  ==================================*/
  .flex-box-4:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .flex-box-4 {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
}
/* #Anzeige Unterkategorien
================================================== */
.u-kat {
  width: 31.914945%;
  height: auto;
  overflow: hidden;
  margin-left: 2.127663%;
  float: left;
  padding: 0px 10px 0px 10px !important;
  border: 1px solid #ccc;
  margin-bottom: 2.127663%;
  text-align: center;
  font-size: 100%;
  display: table;
/*  font-weight: bold;*/
}

.u-kat:nth-of-type(3n+1) {
  margin-left: 0;
  clear: left;
}

@media only screen and (min-width: 480px) and (max-width: 580px) {
  .u-kat {
    width: 48.936249%;
  }

  .u-kat:nth-of-type(3n+1) {
    margin-left: 2%;
    clear: none;
  }

  .u-kat:nth-of-type(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .u-kat {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .u-kat:nth-of-type(2n+1) {
    clear: none;
  }
}
/* #Listing - Sortierung / Filter
================================================== */
.filter-toggle {
  display: none;
}

.filterbar {
  background: #f0ebe0;
  padding: 10px 10px 0 10px;
  margin: 10px 0;
}

.sort_bar_item {
  margin-bottom: 10px;
}

.sort_bar_item select, .tags-bar select {
  width: 100%;
  min-width: 20px;
}

.sort_bar_item.right {
  background: #fff;
  border: 1px solid #b9b9b9;
  padding: 1px;
  float: right;
  text-align: right;
  white-space: nowrap;
}

.sort_bar_item.right .text-view {
  color: #000;
  float: left;
  margin: 3px 3px 0 5px;
}

.sort_bar_item.right .view_list, .sort_bar_item.right .view_box {
  color: #053600;
  font-size: 20px;
  margin: 0 10px;
}

.sort_bar_item.right .view_list.active, .sort_bar_item.right .view_box.active {
  color: #999;
}

.manu_image, .cat_image {
  float: right;
  margin: 0 0 0 5px;
}

.tags-bar-headline {
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .filterbar {
    display: none;
  }

  .filterbar.open {
    display: block;
  }

  .filter-toggle {
    display: block;
    cursor: pointer;
    background: #f0ebe0;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0 8px 10px;
    margin: 10px 0;
  }

  .filter-toggle .ui-icon {
    float: right;
    text-align: center;
    width: auto;
    margin: 6px 15px 0 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .filter-toggle.active {
    color: #003366;
  }

  .filter-toggle.active .ui-icon {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .manu_image, .cat_image {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
/* #Listings -Switch / Sortierung / Anzahl pro Seite 
================================================== */
/* #Styling 1. Listing - 1 Spalte
==================================*/
.flex-box-lang {
  float: none;
  width: 100%;
  overflow: hidden;
  margin-left: 0;
  padding: 10px;
  margin-bottom: 15px;
}

.flex-box-lang:nth-child(even) {
  background: #f0ebe0;
}

.flex-box-lang .image-box, .flex-box-lang .content-box {
  float: left;
}

.flex-box-lang .image-box {
  width: 30%;
}

.flex-box-lang .content-box {
  width: 70%;
  padding: 0 0 0 10px;
}

.flex-box-lang h3, .flex-box-lang h3 a {
  margin-bottom: 10px;
  color: #000;
  font-family: open sans,sans-serif;
/*  font-weight: 700;*/
  font-size: 18px;
  font-size: 1.6rem;
  line-height: 1.25em;
}

.flex-box-lang h3 a:hover, .flex-box-lang h3:hover {
  color: #555;
}
.flex-box-lang .price {
	padding-top: 10px;
}
.flex-box-lang .special_price {
  font-size: 16px;
}
.flex-box-lang .small_price {
  font-size: 20px;
}

.flex-box-lang .vpe {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #444;
}

.flex-box-lang .tax, .flex-box-lang .new_price .small_price, .flex-box-lang .old_price .small_price {
  display: none;
}

.flex-box-lang .old_price {
  font-size: 14px;
  text-decoration: line-through;
}

.flex-box-lang .old_price, .flex-box-lang .new_price {
  display: block;
}

.flex-box-lang .save_price {
  display: none;
}

.flex-box-lang .btn {
  float: right;
  margin-right: 5px;
  line-height: 30px;
  padding: 4px 14px;
}

.flex-box-lang .btn-buy-now .ui-button-text {
  display: none;
}

.flex-box-lang .btn-buy-now .ui-icon {
  margin-left: -4px;
}

.flex-box-lang .taxandshippinginfo, .listing-box-1 .taxandshippinginfo, .flex-box-lang .shippingtime {
  font-size: 14px;
  margin: 0 0 5px 0;
}

.flex-box-lang .shipping-time {
  margin-top: 10px;
}

.flex-box-lang .taxandshippinginfo a, .listing-box-1 .taxandshippinginfo a, .flex-box-lang .shippingtime a {
  font-size: 14px;
  margin: 0 0 5px 0;
  color: #555;
}

.flex-box-lang .taxandshippinginfo a:hover, .listing-box-1 .taxandshippinginfo a:hover, .flex-box-lang .shippingtime a:hover {
  color: #777;
}

@media only screen and (max-width: 480px) {
  .flex-box-lang {
    padding: 5px;
  }

  .flex-box-lang h3 {
    min-height: 14px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .flex-box-lang .btn {
    width: auto;
    padding: 2px 12px;
  }

  .flex-box-lang .btn .ui-button-text, .flex-box-lang .shipping-time {
    display: none;
  }

  .flex-box-lang .tax {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  /* Flexbox Grid
  ==================================*/
  .flexbox .listingbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  @-moz-document url-prefix() {
    .listing-box-1 {
      margin-bottom: 20px;
    }
  }
}
/* #Styling - Listingbox1 
================================================== */
.listing-box-1, .box-kundentipp, .box-empfehlung {
  background: #f0ebe0;
  border: 1px solid #e7e7e7;
}

.listing-box-1 .image-box, .box-empfehlung .image-box {
  margin: 0 auto 5px auto;
  background: #fff;
  text-align: center;
  display: block;
  padding: 10px;
  position: relative;
}

.listing-box-1 .content-box, .box-kundentipp .content-box, .box-empfehlung .content-box {
  padding: 0 10px;
  text-align: center;
}

.listing-box-1 .content-box p {
  margin-bottom: 5px;
}

.listing-box-1 h3 a, .listing-box-1 h3, .box-empfehlung h4 a, .slider-also h4 a {
  margin: 10px 0;
  color: #000;
  font-family: open sans,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25em;
  display: block;
  min-height: 3em;
}

.listing-box-1 .shipping-time {
  font-size: 14px;
}

.listing-box-1 h3 a:hover, .listing-box-1 h3:hover {
  color: #555;
}

.listing-box-1 .short-desc, .listing-box-1 .short-desc p, .flex-box-lang .short-desc, .flex-box-lang .short-desc p {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-align: left;
  margin: 0 0 5px 0;
}

.listing-box-1 .short-desc {
  padding-bottom: 10px;
  min-height: 80px;
}

.listing-box-1 .price .standard_price, .flex-box-lang .price, .listing-box-1 .price .graduated_price, .listing-box-1 .price .small_price, .new_price, .box-empfehlung .price {
  font-size: 20px;
  color: #000;
}

.flex-box-lang .item_price {
  font-size: 14px;
  display: block;
}

.listing-box-1 .price small, .flex-box-lang .price small {
  color: #000;
}

.listing-box-1 .price, .box-empfehlung .price {
  margin: 10px 0;
  min-height: 50px;
  line-height: 2em;
}

.listing-box-1.also .price {
  margin: 5px 0 5px 0;
  min-height: 50px;
  line-height: 1em;
}

.listing-box-1 .productOldPrice, .flex-box-lang .productOldPrice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  display: block;
  margin-bottom: -15px;
}

.flex-box-lang .productOldPrice {
  margin-bottom: -30px;
}

.listing-box-1 small, .listing-box-1 .productOldPrice small, .flex-box-lang .productOldPrice small, .flex-box-lang small {
  display: none;
}

.listing-box-1 .btn {
  text-align: center;
  margin: 10px 0 15px 0;
  line-height: 26px;
  padding: 6px 14px;
}

.listing-box-1 .btn-buynow, .listing-box-1 .delete-wish {
  display: inline-block;
  margin-left: 5px;
}

.delete-wish .btn .ui-button-text {
  display: none;
}

.listing-box-1:hover, .listing-box-1:focus, .no-touchevents .box-kundentipp:hover, .flex-box-lang:hover, .flex-box-lang:focus, .flex-box-lang:active, .no-touchevents .box-empfehlung:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.listing-box-1 .vpe {
  font-size: 14px;
  margin: 10px 0 -10px 0;
  color: #444;
}

@media only screen and (max-width: 480px) {
  .flex-box-4 {
    min-height: 40px;
  }

  .listing-box-1 .short-desc, .flex-box-lang .short-desc {
    display: none;
  }

  .listing-box-1, .flex-box-lang {
    margin-bottom: 15px;
  }

  .listing-box-1 .image-box, .listing-box-1 .content-box {
    float: none;
    width: 100%;
  }

  .flex-box-lang .image-box {
    margin: 0 auto 5px auto;
    text-align: center;
    display: block;
  }

  .listing-box-1 .image-box {
    min-height: 140px;
  }

  .listing-box-1 .content-box {
    display: block;
    text-align: center;
    padding: 0 10px 10px 10px;
  }

  .listing-box-1 h3, .listing-box-1 h3 a {
    text-overflow: inherit;
    overflow: visible;
    white-space: normal;
    min-height: 31px;
  }

  .listing-box-1 h3 a, .listing-box-1 .price {
    text-align: center;
  }

  .listing-box-1 .btn {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    padding: 8px 12px;
    max-width: 120px;
  }

  .listing-box-1.wishlist .btn-buynow {
    display: inline-block !important;
  }

  .btn-details .btn:after {
    margin-right: 0px;
  }

  .box-empfehlung {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 320px) {
  .listing-box-1 .price {
    min-height: 36px;
  }
}
.u-kat {
  padding: 10px;
  margin-bottom: 2.127663%;
  text-align: center;
  height: auto;
  overflow: hidden;
  min-height: 10px;
}

.u-kat:hover {
  border: 1px solid #003366;
}

/* #Sidebar - linke Spalte
================================================== */
#sidebar {
  margin-right: 2.12766%;
  margin-left: 0;
}

#sidebar h4 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: left;
  margin: 0 0 5px 0;
  background: #f0ebe0;
  color: #000;
  padding: 3px 0 3px 0;
  display: block;
}

#sidebar h4 .ui-icon {
  color: #003366;
  margin: 11px 10px 0 10px;
  font-size: 21px;
  font-size: 2.1rem;
  float: left;
}

#sidebar h4.b-specials i {
  color: #003366;
}

#sidebar h3, #sidebar h3 a {
  font-family: open sans,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 5px;
}

#sidebar img {
  margin: 10px auto 0 auto;
  text-align: center;
  display: block;
  max-width: 180px;
}

#sidebar .boxbody {
  margin: 10px 0;
}

.last-viewed p {
  margin-bottom: 10px;
}

#sidebar .more {
  display: block;
  font-weight: 700;
  margin-top: 10px;
}

#sidebar .boxprice {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

#sidebar .boxprice .productOldPrice {
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

#sidebar .boxprice small {
  display: none;
}

#quick_add input {
  width: 100%;
}

#sidebar .reviews .box-title a {
  display: block;
  color: #000;
  margin-bottom: 10px;
}

#sidebar .reviews .box-title a:hover {
  color: #003366;
}

#sidebar .reviews .box-text {
  font-style: italic;
  color: #333;
  line-height: 1.2;
}

#sidebar .feature {
  background: #302F2E;
  color: #DDD8CD;
  padding: 0 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #003366;
  display: table;
}

#sidebar #loginbox .boxbody, .quickie-form {
  text-align: left;
}

#loginbox, #quick_add {
  background: #efefef;
  padding: 10px 20px;
  margin: 10px 0;
}

#loginbox input, #currencies select {
  width: 100%;
}

#loginbox input {
  margin: 5px 0;
  min-width: 20px;
}

#loginbox .btn {
  margin-top: 10px;
}

#sidebar .boxbody .text-quickie {
  font-size: 14px;
  text-align: left;
  margin-bottom: 6px;
}

.last-viewed .ui-icon, .more .ui-icon {
  font-size: 12px;
}

.box-language img {
  float: left;
  margin: 10px 20px 10px 10px !important;
}

#sidebar .box-language, #sidebar .box-curr {
  margin: 10px 0;
}

#sidebar .boxheader.languages, #sidebar .box-language {
  display: none;
}

a.language, .box-language .language, .tab_container.sidebar-container > #tab2 a, .box-curr > a {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin-right: 5px;
}

a.language {
  float: left;
  padding: 7px 10px;
}

a.language {
  color: #555;
}

a.language.active, .box-curr a.active {
  color: #003366;
}

a.language:hover {
  color: #aaa;
}

@media only screen and (max-width: 1000px) {
  #sidebar {
    margin: 10px 0 0 0;
  }

  #sidebar h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  #sidebar h4 .ui-icon {
    margin: 11px 10px 0 10px;
    font-size: 26px;
  }

  #sidebar h3 {
    text-align: center;
  }

  #sidebar .boxheader.languages, #sidebar .box-language {
    display: block;
  }

  #sidebar .boxbody {
    text-align: center;
  }

  #sidebar .feature {
    margin: 0 auto 5px auto;
  }

  #sidebar .more, #footer .more {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }

  #sidebar h3, #sidebar h3 a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #sidebar img {
    max-width: 100%;
  }
}
/* #Content
================================================== */
.wrap-content {
  margin-top: 20px;
  z-index: 1 !important;
}

#wrap-welcome, .cat-description {
  max-height: 450px;
  padding: 20px 5px 10px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
/*  border-bottom: 1px solid #ddd; */
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: -webkit-linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

#wrap-welcome ul, .cat-description ul, #tab1 ul, .content-page ul, .resp-tab-content ul {
  list-style: square inside;
}

.errormessage {
  color: #cc0000;
  padding: 20px;
  background: #fff;
  margin-bottom: 10px;
  border: 2px solid #cc0000;
}

.errormessage p {
  margin: 0;
  padding: 4px 0;
  font-weight: 700;
}

.errormessage p:before {
  content: "\70";
  font-family: elegant-custom;
  margin-right: 10px;
  color: green;
}

.infomessage, .info-message {
  padding: 10px;
  background-color: #DBECBC;
  border: 2px solid #056300;
  margin: 10px 0;
  line-height: 20px;
  color: #000;
}

.addresses {
  margin-top: 10px;
}

.highlightbox {
  background: #f0ebe0;
  border: 1px solid #ccc;
  padding: 20px;
  overflow: visible;
  margin-bottom: 2.127663%;
}

.highlightbox > h3 {
  margin-bottom: 20px;
}

.wrap-account .cols {
  float: left;
}

.schnellkauf, .order-history, .cols .login-box {
  float: left;
  margin-bottom: 2.127663%;
}

.wrap-login, .wrap-adress, .wrap-versand, .wrap-payment, .wrap-create-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: auto;
}

.create-account h3 {
  margin-bottom: 30px;
}

.create-account.company .inputRequirement {
  display: block;
  margin: 20px 0 0 10px;
}

@-moz-document url-prefix() {
  .wrap-login, .wrap-adress, .wrap-versand, .wrap-payment, .wrap-create-account {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-login, .wrap-adress, .wrap-versand, .wrap-payment, .wrap-create-account {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .cols .login-box, .schnellkauf {
    float: none;
    width: 100% !important;
  }

  .highlightbox {
    margin-bottom: 15px !important;
  }
}
.history-image {
  margin: 5px 5px 5px 0;
  border-bottom: 1px solid #ccc;
}

.history-image img {
  float: left;
  max-width: 65px;
  height: auto;
  padding: 0 5px 5px 0;
}

#create_account label, #contact_us label, #login label, label {
  clear: both;
  float: left;
  text-align: right;
  margin-right: 10px;
  min-width: 160px;
  line-height: 30px;
}

#create_account .geschlecht label, #contact_us .geschlecht label, #account_edit .geschlecht label, #addressbook .geschlecht label, #account_edit label.cs-id {
  line-height: 24px;
}

#login label, #new_find label, #advanced_search label {
  text-align: left;
}

label.coupon {
  float: none;
  margin-bottom: 10px;
}

.cat-description {
  padding: 10px;
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sitemap */
.sitemapwrap a {
  color: #222;
}

.sitemapwrap a:hover {
  color: #003366;
}

.sitemap-header > a {
  background: #f0ebe0;
  padding: 10px;
  font-weight: bold;
}

.sitemap-header ul {
  margin: 15px 0 0 10px;
}

.sitemap-header a, .sitemap-header ul li a {
  border-bottom: 1px solid #ccc;
  display: block;
}

#new_find .btn-search-main .ui-button-text {
  display: none;
}

/* Kundenkonto */
.account-history h3 {
  display: inline-block;
}

.account_actions_right {
  display: inline-block;
  float: right;
}

.account_actions_right .btn {
  float: left;
}

.account_actions_right .btn:before {
  margin-right: 10px;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
  padding: 15px;
  background: #fff none;
}

body.popupproductinfo ul {
  list-style: inside;
}

/* POPUP print_order.html */
body.popupprintorder {
  font-family: Arial, Sans-serif;
  font-size: 13px;
  padding: 15px;
  background: #fff none;
}

body.popupprintorder .products tr.header td {
  font-weight: bold;
  background-color: #ededed;
}

body.popupprintorder .products .total {
  text-align: right;
}

body.popupprintorder .products .quantity {
  vertical-align: top;
}

body.popupprintorder .productname {
  vertical-align: top;
}

body.popupprintorder .model {
  vertical-align: top;
}

body.popupprintorder .singleprice {
  vertical-align: top;
}

body.popupprintorder .totalprice {
  vertical-align: top;
}

div.hr {
 /* background-color: #4E4E4F; */
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding-top: 1px;
}

body.popupprintorder td {
  padding: 2px;
}

.reviewsbox {
  margin-bottom: 20px;
}

.review-image {
  float: left;
  margin: 5px 10px 5px 5px;
}

.review-image img {
  max-width: 100px;
  max-height: 100px;
}

.reviewrow {
  margin-bottom: 10px;
}

.reviewrow-title {
  margin-bottom: 5px;
}

.reviewrow .review-text {
  padding: 10px;
  background: #f0ebe0;
}

/*  START popup content (popup print_product_info, popup print_order.html) */
body.popupcontent {
  min-width: 100%;
  background: #fff none;
}

body.popupprint {
  min-width: 100%;
  background: #fff none;
}

.printwrap {
  width: 700px;
  margin: 0px auto;
}

.printlogo {
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.popupprint .headerrow, .popupprint .mainrow {
  border-bottom: 1px solid #ccc;
}

.popupprint .total_table {
  border-bottom: 3px double #222;
}

/* print order */
.printColumsLeft {
  float: left;
  width: 48%;
}

.printColumsRight {
  float: right;
  width: 48%;
}

/* print info */
.printColumsInfoLeft {
  float: left;
  width: 500px;
  padding: 0px;
}

.printColumsInfoLeft ul {
  margin: 8px 0px 8px 15px;
}

.printColumsInfoLeft ol {
  margin: 8px 0px 8px 15px;
}

.printColumsInfoRight {
  float: right;
  width: 164px;
  text-align: center;
}

.printColumsInfoRight img {
  max-width: 160px;
  height: auto;
  margin: 10px auto 0px auto;
  border: 1px solid #ddd;
  padding: 1px;
}

ul.printinfolist {
  margin-left: 15px;
}

.moimages {
  float: left;
  width: 126px;
  height: 126px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0px 10px 10px 0px;
  position: relative;
}

.moimages:nth-child(5n+1) {
  margin-right: 0px;
}

.moimages img {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #FFFFFF;
  max-height: 126px;
  max-width: 126px;
}

/* admin print-order */
.printwrap_admin {
  padding-top: 40px;
  width: 700px;
  margin: 0px auto;
}

p.underline {
  margin: 0;
  font-size: 10px;
  text-decoration: underline;
}

.printlogo_admin {
  width: 700px;
  margin: 10px auto 20px auto;
  padding: 0px 0px;
  text-align: left;
}

.printlogo_admin img {
  max-width: 336px;
}

.print_small {
  font-size: 14px;
  line-height: 23px;
}

.print_big {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.printwrap_admin table.order_table {
  margin-top: 10px;
}

/* END print content (popup print_product_info, popup print_order.html) */
/* #PRODUKT-INFO
================================================== */
h1.produkt-tabs {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.0;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.product-images {
  float: left;
  background: #fff;
  padding: 0 0 20px 0;
  z-index: 2;
}

.wrap-data {
  float: left;
}

.zoom .icon-zoom-in {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ccc;
  margin-top: 5px;
}

.zoom span {
  color: #fff;
}

.zoom:hover .icon-zoom-in {
  color: #777;
}

.more-img img {
  height: 90px;
  width: auto;
  margin: 0 1px 20px 0;
}

.productimage, .morepics img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.productprice-tabs {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  /*  font-weight: 700;*/
  line-height: 24px;
  margin-bottom: 5px;
  color: #000;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f0ebe0;
  padding: 10px;
}

.productprice-tabs small, .productprice-tabs .vpe {
  color: #000;
}

.productprice-tabs .productOldPrice {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  color: #111;
}

.productprice-tabs .productOldPrice small {
  color: #111;
}

.taxandshippinginfo a {
  color: #666;
}

.productinfoprice-tabs p {
  margin-bottom: 6px;
}

.expires-price {
  font-size: 14px;
  color: #777;
}

.productinfoprice-tabs a {
  color: #444;
}

.productinfoprice-tabs a:hover {
  color: #777;
}

.productoptions-tabs {
  background: #f0ebe0;
  padding: 10px;
}

.productoptions-tabs .main {
  padding: 2px 0 2px 10px;
}

.productoptions-tabs select {
  width: 100%;
}

ul.tabs li {
  background: #f0ebe0;
  border: 1px solid #f0ebe0;
  border-bottom-color: #f0ebe0;
  padding: 5px;
}

.addtobasket-tabs {
  padding-top: 0;
  border-top: 3px solid #eee;
}

.addtobasket-tabs .btn-primary {
  margin: 0 auto;
  display: block;
}

.addtobasket-tabs, .btn-express-paypal {
  text-align: center;
}

.addtobasket-tabs input [type=text] {
  width: 50px;
}

.add-Qty-tabs {
  margin: 15px 0;
  height: 31px;
  line-height: 31px;
}

.add-Qty-tabs input[type=tel] {
  text-align: center;
  height: 31px;
  line-height: 31px;
  min-width: 50px;
  padding: 0;
  vertical-align: top;
}


.manu-image img {
  max-height: 80px;
  width: auto;
}

/* Info Block */
.info-block {
  background: #f0ebe0;
  padding: 12px;
  border: 1px solid #ddd;
}

.info-list {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
}

.info-block p {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px 0;
}

.info-list li a:hover, .wishlist_submit_link:hover, .addtobasket-button-express .btn:hover {
  color: #003366;
}

.info-list .print:before, .info-list .vote:before, .addtobasket-tabs .wishlist:before, .info-list .express :before {
  font-family: elegant-custom;
  margin-right: 10px;
}

.info-list .print:before {
  content: "\e103";
}

.info-list .vote:before {
  content: "\e604";
}

.addtobasket-tabs .wishlist:before {
  content: "\e030";
  clear: both;
  font-family: elegant-custom;
}

.addtobasket-tabs {
  content: "\e008";
  clear: both;
  font-family: elegant-custom;
}

.addtobasket-tabs {
display: table;
width: 100%;
font-size: 18px;
font-family: 'Open Sans', sans-serif;
color: #111;
}

.addtobasket-tabs {
margin-right: 10px;
}

.info-list .express :before {
  content: "\70";
}

.info-list li, .info-list li a, .info-list a {
  color: #000;
  font-size: 16px;
}

input[type=submit].wishlist_submit_link {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  padding: 15px 0 10px 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.mediarow-headline {
  margin-bottom: 10px;
}

.mediarow-title {
  font-weight: 700;
}

.mediarow-headline .mediarow-title, .mediarow-headline .mediarow-filesize {
  float: left;
  margin-right: 15px;
}

.mediarow-headline span.mediarow-button {
  float: right;
  margin-right: 0;
}

.box-empfehlung .price {
  min-height: 65px;
  margin: 0 0 10px 0;
}

.box-empfehlung .productOldPrice del {
  font-size: 14px;
}

.box-empfehlung .productOldPrice small, .box-empfehlung .price small {
  display: none;
}

/* Productnavigator Artikel */
.productnavigator {
  text-align: center;
  margin-left: 25%;
}

.productnavigator .nav-text {
  display: none;
}

.p-count {
  clear: both;
  display: block;
  font-size: 14px;
  margin: 5px auto 10px 25%;
  text-align: center;
}

.uk-button-group {
  display: block;
  vertical-align: middle;
  position: relative;
  letter-spacing: -0.31em;
  white-space: nowrap;
}

.uk-button-group > * {
  display: inline-block;
}

.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}

.uk-button-group .ui-icon {
  font-size: 24px;
  color: #222;
  padding: 6px 2px;
  text-align: center;
}

.pagination_bar {
  margin-bottom: 10px;
}

.pagination_list {
  float: right;
  line-height: 30px;
}

.pagination_text {
  float: left;
  font-size: 14px;
  margin-top: 6px;
}

.pagination_list li {
  float: left;
  margin-right: 8px;
}

.pagination_list .current {
  font-weight: 700;
  background: #fff !important;
}

.uk-button, .pageResults > a, .pagination_list .pageResults, .pagination_list .current {
  display: inline-block;
  min-height: 30px;
  padding: 2px 12px;
  border: none;
  background: #f0ebe0;
  line-height: 28px;
  color: #111;
  letter-spacing: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  -webkit-background-origin: border-box;
  background-origin: border-box;
  background: #f0ebe0;
  text-shadow: 0 1px 0 #fff;
}

a.uk-button {
  vertical-align: middle;
  text-decoration: none;
}

.uk-button:hover .ui-icon,
.uk-button:focus .ui-icon, a.pageResults:hover .ui-icon {
  color: #003366;
}

.uk-button:hover,
.uk-button:focus, a.pageResults:hover {
  background-color: #fafafa;
  color: #003366;
  outline: none;
  background-image: none;
}

.uk-button:active,
.uk-button.uk-active {
  background-color: #f5f5f5;
  color: #666;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Radio Buttons product_options_selection.html */
.radio-options label {
  cursor: pointer;
  display: inline-block;
}

.checkbox-options input[type="radio"],
.radio-options input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 10px;
}

.radio-options input[type="radio"]:focus + label:before {
  border-color: #444;
}

.radio-options input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  float: none;
  min-width: 10px;
  padding: 10px;
  line-height: 18px;
  margin-right: 4px;
  text-align: left;
  padding-left: 2em;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-options input[type="radio"] + label:before {
  content: '';
  color: #003366;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid grey;
  font-size: 18px;
  text-align: center;
}

.radio-options input[type="radio"] + label:after {
  content: '';
  background-color: #003366;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

.radio-options input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.radio-options input[type="radio"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

.radio-options input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio-options input[type="radio"] + label:before, .radio-options input[type="radio"] + label:after {
  border-radius: 50%;
}

/* Checkbox-options f├╝r product_options_checkboxes.html */
.checkbox-options ul {
  display: inline-block;
  margin-bottom: 0;
}

.checkbox-options legend {
  margin-bottom: 7px;
}

.checkbox-options label {
  clear: none;
}

.checkbox-options input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 36px;
  border: 2px solid #aaa;
  color: #003366;
  font-size: 18px;
  text-align: center;
}

.checkbox-options input[type="radio"] + label:hover:before {
  border: 2px solid #056300;
}

.checkbox-options input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  float: left;
  display: block;
  min-width: 10px;
  padding: 10px 14px;
  line-height: 19px;
  margin: 0 10px 10px 0;
  text-align: left;
  vertical-align: middle;
  color: #222;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-options input[type="radio"]:checked + label:before {
  border: 2px solid #056300;
  -webkit-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
}

@-webkit-keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 5px #056300;
    box-shadow: 0 0 0 5px #056300;
  }
}
@keyframes borderscale {
  50% {
    -webkit-box-shadow: #056300 0 0 0 5px;
    box-shadow: #056300 0 0 0 5px;
  }
}
/* Table Options */
.options_row_selection .options_name {
  line-height: 14px;
  padding: 0 0 10px 0;
  font-weight: 700;
}

.options_row_selection .options_selection {
  padding: 3px 0px;
  line-height: 20px;
}

.option_bg1 {
  background: #f5f5f5;
  padding: 3px 5px !important;
}

.option_bg2 {
  background: #ffffff;
  padding: 3px 5px !important;
}

.options_row_selection .options_selection label {
  cursor: pointer;
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}

.options_row_selection .options_selection label input[type=radio] {
  vertical-align: -1px;
}

.options_row_selection .options_selection label .options_selection_price {
  float: right;
  padding-right: 5px;
  font-weight: 700;
}

.options_row_selection .options_selection label .label_row1 {
  display: block;
}

.options_row_selection .options_selection label .label_row1 .options_selection_input {
  float: left;
  display: block;
  width: 25px;
  text-align: left;
}

.options_row_selection .options_selection label .label_row1 .options_selection_text {
  float: left;
  display: inline-block;
  min-width: 50px;
  margin: 0 10px 0 15px;
}

.options_row_selection .options_selection label .label_row2 {
  display: inline-block;
}

@media only screen and (max-width: 1000px) {
  .pagination_text {
    display: none;
  }

  .cat-title {
    line-height: 1.1;
  }

  .info-block {
    margin: 20px 0 10px 0;
  }

  .product-images, .wrap-data {
    float: none !important;
    clear: both;
  }

  .product-images {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .pagination-top {
    display: none;
  }

  .box-empfehlung h4 a {
    min-height: 1em;
  }

  .box-empfehlung .price {
    min-height: 35px;
  }

  #create_account label, #contact_us label, #login label, label {
    text-align: left;
    margin-right: 0;
  }

  .add-Qty-tabs input[type=tel] {
    width: 50px;
    height: 36px;
  }

  .minus {
    margin-right: 15px;
    height: 36px;
    width: 36px;
  }

  .plus {
    margin-left: 15px;
    height: 36px;
    width: 36px;
  }

  .icon-zoom-in {
    display: none !important;
  }
}
#responsive-tabs {
  margin: 20px 0 20px 0 !important;
}

#responsive-accordion {
  margin: 20px 0 25px 0 !important;
}

ul.resp-tabs-list {
  margin: 0;
  padding: 0;
}

.resp-tabs-list li {
  display: inline-block;
  padding: 13px 20px 15px 20px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  background: #fff9ec;
}

.no-touchevents .resp-tab-item:hover {
  background-color: #003366 !important;
}

.resp-tab-active, .no-touchevents .resp-tab-active:hover {
  background-color: #fff !important;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #f0ebe0;
  border-color: 1px solid #c1c1c1;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  background-color: #f0ebe0;
}

.resp-tab-content {
  display: none;
  padding: 20px;
  overflow: visible;
}

.resp-tab-active {
  border: 1px solid #c1c1c1 !important;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 20px 14px 20px !important;
  border-top: 3px solid #003366 !important;
  border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #c1c1c1;
}

h2.resp-accordion {
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-tab-active {
  background: #fff !important;
  border-top: 1px solid #D9D9D9 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-arrow:before {
  content: "\4c";
  font-family: elegant-custom;
  color: #003366;
  float: right;
}

h2.resp-tab-active span.resp-arrow:before {
  content: "\4b";
  font-family: elegant-custom;
  color: #003366;
  float: right;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 25%;
}

.resp-vtabs .resp-tab-content {
  padding: 20px 30px;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  float: left;
  width: 75%;
  min-height: 240px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #ccc !important;
  border-left: 6px solid #003366 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

/*-----------Fade in-----------*/
#responsive-tabs .resp-tab-content > * {
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#responsive-tabs .resp-tab-content.resp-tab-content-active > * {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
}

.no-cssanimations #responsive-tabs .resp-tab-content > * {
  opacity: 1;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB;
  /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
  /* !important;*/
}

@media only screen and (max-width: 640px) {
  .productnavigator, .p-count {
    margin-left: 0;
  }

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
    font-size: 24px;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
    padding: 20px 10px;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .resp-tab-content {
    max-height: 380px;
    overflow: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: -webkit-linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 380px) {
  .resp-tab-content {
    max-height: 360px;
    overflow: auto;
    padding: 5px;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 320px) {
  .resp-tab-content {
    max-height: 300px;
  }
}
/* WARENKORB */
.wrap-cart {
  border: 1px solid #c0c0c0;
  background: #f0ebe0;
  padding: 10px;
  border-radius: 5px;

}

.wrap-cart p {
  margin-bottom: 5px;
}

.wrap-item {
  padding: 10px;
}

img.cart-img {
  max-height: 150px;
  width: auto;
}

.wrap-cart .align-right p {
  text-align: right;
}

.cart-item.items-left {
  width: 65.957553%;
  padding-right: 10px;
}

.cart-item.items-right {
  width: 31.914945%;
}

.wrap-cart .cart-item {
  float: left;
}

.cart-item .produkt-name {
/*  font-weight: 700;*/
}

.wrap-cart .cart-item input[type=tel] {
  min-width: 65px;
  max-width: 65px;
  text-align: center;
}

.cart-item .btn {
  margin-top: 20px;
}

.wrap-cart .wrap-item:nth-child(odd) {
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.wrap-cart .wrap-item:nth-child(even) {
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.wrap-cart .subtotal {
  text-align: right;
  padding: 10px 20px;
  border-top: 2px solid #ddd;
  background: #f0ebe0;
}

.wrap-cart .sum-total {
  margin-top: 5px;
  padding: 10px 0;
  border-top: 0px solid #000;
  border-bottom: 3px double #000;
}

.wrap-cart .subtotal select {
  margin: 12px 0;
}

.wrap-cart .subtotal .versand-options {
  padding: 4px 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #222;
}

.paypal_button {
  float: right;
  margin-top: 10px;
}

@media only screen and (max-width: 620px) {
  .cart-item.items-left, .cart-item.items-right {
    clear: both;
    float: none;
    width: 100%;
  }

  .cart-item.items-right {
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }

  .cart-item.align-right p {
    text-align: left;
  }

  .cart-item .btn {
    width: 42px;
    float: right;
    margin-top: -40px;
  }

  .cart-item.items-left {
    text-align: center;
  }

  .wrap-cart .cart-item .atribute {
    text-align: left;
  }

  img.cart-img {
    max-height: none;
    max-width: 100%;
  }

  .wrap-cart .sum-total, .wrap-cart .subtotal {
    text-align: left;
  }

  .wrap-cart .subtotal {
    padding: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .cart-item .btn {
    margin-top: -75px;
  }
}
/* CHECKOUT */
.checkout-wrap {
  color: #444;
  margin: 20px auto;
  min-height: 80px;
  width: 100%;
  position: relative;
  z-index: 1;
}

ul.checkout-bar {
  margin: 0;
}

ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 16px;
  padding: 14px 20px 14px 80px;
  margin-bottom: 3px;
  position: relative;
}

ul.checkout-bar li .description {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}

ul.checkout-bar li:before {
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}

ul.checkout-bar li.active {
  color: #059900;
  font-weight: bold;
}

ul.checkout-bar li.active:before {
  background: #059900;
  z-index: 99999;
}

ul.checkout-bar li.visited {
  background: #ECECEC;
  color: #888;
  z-index: 99999;
}

ul.checkout-bar li.visited:before {
  background: #DBECBC;
  z-index: 99999;
}

ul.checkout-bar li:nth-child(1):before {
  content: "1";
}

ul.checkout-bar li:nth-child(2):before {
  content: "2";
}

ul.checkout-bar li:nth-child(3):before {
  content: "3";
}

ul.checkout-bar li:nth-child(4):before {
  content: "4";
}

ul.checkout-bar a {
  color: #ccc;
}

@media all and (min-width: 860px) {
  .checkout-bar li.active:after {
    background-color: #059900;
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 20px auto;
  }

  ul.checkout-bar {
    background-color: #EcEcEc;
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }

  ul.checkout-bar:before {
    background-color: #;
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }

  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }

  ul.checkout-bar li.step-3:before, ul.checkout-bar li.step-4:before {
    top: -65px;
  }

  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }

  ul.checkout-bar li.visited {
    background: none;
  }

  ul.checkout-bar li.visited:after {
    background-color: #DBECBC;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }

  ul.checkout-bar li.last-step.active:after {
    width: 170%;
    overflow: hidden;
    border-radius: 15px;
  }
}
.highlightbox.gift-cart-box {
  background: #fff;
}

.gift-wrap {
  margin-top: 20px;
}

h2.checkout {
  border-bottom: 1px solid #ccc;
}

#checkout_payment textarea {
  width: 100%;
}

#checkout_payment img {
  width: auto;
}

.express-button {
  float: right;
  margin-top: 10px;
}

#checkout_address input {
  width: 94%;
}

#widerrufframe {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.checkoutInfoBoxes, .checkoutNavBoxes, .checkoutNav2Boxes {
  float: left;
  margin-bottom: 20px;
}

.checkoutNavBoxes, .checkoutNav2Boxes {
  border: 1px solid #ccc;
  background: #f0ebe0;
  padding: 20px;
}

/* Checkout Tabelle (ul)  - account_history_info, checkout_confirmation */
.orderlist {
  font-size: 14px;
}

.orderlist li:first-child {
  margin-bottom: 0;
}

.orderlist-header {
  padding: 8px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid #003366;
}

.orderlist-header span, .orderlist-body span, .co-orderlist-header span, .co-orderlist-body span {
  float: left;
  display: inline-block;
}

.orderlist-header .ord-list-total, .orderlist-body {
  float: right;
  text-align: right;
}

.orderlist-header .ord-list-qty, .orderlist-body .ord-body-qty {
  width: 5%;
  min-width: 60px;
  padding-right: 10px;
  text-align: left;
}

.orderlist-header .ord-list-name, .orderlist-body .ord-body-name {
  width: 31%;
  text-align: left;
}

.orderlist-header .ord-list-model, .orderlist-body .ord-body-action {
  width: 12%;
}

.orderlist-header .ord-list-single, .orderlist-body .ord-body-single {
  width: 25%;
  text-align: right;
}

.orderlist-header .ord-list-total, .orderlist-body .ord-body-total {
  width: 25%;
  padding-right: 5px;
}

.orderlist-body, .co-orderlist-body {
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.orderlist-body:nth-child(2n), .co-orderlist-body:nth-child(2n) {
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.orderlist-body .ord-body-total {
  white-space: nowrap;
}

.orderlist-body .ord-body-name .attributes-list {
  margin-left: 5px;
}

.total-block {
  float: right;
  width: 52%;
  text-align: right;
  padding: 10px;
  background: #DBECBC;
}

.total-block ul {
  margin-bottom: 1px;
/*  border-bottom: 1px solid #ccc;*/
}

.total-block ul:last-child {
  border-bottom: 3px double #222;
}

.total-block li {
  margin-bottom: 8px;
}

.total-block ul .ord-total-title {
  float: left;
}

.total-block ul .ord-total-value {
  float: right;
}

.btn-wrap {
  margin: 10px 0;
}

.button-left {
  float: left;
}

.button-right {
  float: right;
}

/*  checkout_confirmation */
.order-confirmation {
  background-color: #DBECBC;
  padding: 10px;
  border: 3px solid #059900;
}

.co-orderlist-header {
  padding: 8px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.co-orderlist, .co-orderlist li {
  margin-bottom: 0;
}

.orderlist.order-confirmation {
  font-size: 16px;
}

.co-orderlist-header .co-ord-list-qty, .co-orderlist-body .co-ord-body-qty {
  width: 10%;
  min-width: 60px;
  text-align: left;
  padding: 5px 0;
}

.co-orderlist-body .co-ord-body-qty {
  padding-left: 12px;
}

.co-orderlist-header .co-ord-list-name, .co-orderlist-body .co-ord-body-name {
  width: 65%;
  text-align: left;
  padding: 5px 0;
}

.co-orderlist-header .co-ord-list-prices, .co-orderlist-body .co-ord-body-prices {
  width: 25%;
  text-align: right;
  padding: 5px 5px 0 0;
}

.order-img {
  padding-right: 5px;
}

.order-img img {
  max-width: 80px;
  height: auto;
  float: left;
}

.co-orderlist-body .co-ord-body-name .description p {
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  .co-orderlist-header .co-ord-list-qty, .co-orderlist-body .co-ord-body-qty {
    text-align: left;
    width: 20%;
    min-width: 65px;
  }

  .co-orderlist-body span.co-ord-body-name {
    margin-top: -30px;
  }

  .co-orderlist-body span.co-ord-body-name {
    width: 80%;
    margin-left: 20%;
    padding: 0;
  }

  .co-orderlist-body span.co-ord-body-prices {
    float: none;
    width: 80%;
    text-align: left;
    margin-left: 20%;
  }

  .orderlist-body .ord-body-name .attributes-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 920px) {
  .orderlist-header .ord-list-model, .orderlist-header .ord-list-single, .orderlist-body .ord-body-single, .orderlist-body .ord-body-model {
    display: none;
  }

  .orderlist-header .ord-list-qty, .orderlist-body span {
    width: 25% !important;
  }

  .orderlist-body .ord-body-model, .orderlist-body .accounthistory-actions {
    width: 100% !important;
  }

  .total-block {
    float: none;
    width: 100%;
  }

  .headline-right {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .button-left, .button-right {
    float: none;
  }
}
/* PAYMENT TYPE SELECTION */
.cols .co-payment, .cols .co-ship {
  float: left;
  margin-bottom: 2.127663%;
}

@media only screen and (max-width: 1000px) {
  .cols .co-ship, .cols .co-payment, .cols .order-history {
    float: none;
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.co-ship-aktuell {
  margin-bottom: 2.127663%;
}

.co-ship .highlightbox {
  background: #fff;
}

.adresse-aktuell {
  font-weight: 700;
}

#checkout_address label {
  float: none;
  text-align: left;
  display: block;
}

.co-ship #address_block > li {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #aaa;
}

.headline-right {
  float: right;
}

.checkoutconditions label {
  float: none;
}

table.paymentblock {
  background-color: #fff;
  border: #003366 solid;
  border-width: 0 1px 1px 1px;
  margin-bottom: 15px;
}

table.paymentblock tr td.header {
  background-color: #003366;
  padding: 8px 2px;
  padding-left: 5px;
  color: #fff;
  font-size: 18px;
/*  font-weight: 700;*/
}

/* SHIPPING TYPE SELECTION */
table.shippingblock {
  background-color: #f0ebe0;
  border: #003366 solid;
  border-width: 0 1px 1px 1px;
  margin-bottom: 15px;
}

table.shippingblock tr td.header {
  background-color: #003366;
  padding: 6px 2px 6px 5px;
  color: #fff;
  font-weight: 700;
}

table.shippingblock tr td {
  vertical-align: top;
    background: #FFF;
}

table.shippingblock tr td.description {
  width: 100%;
  vertical-align: top;
  padding-left: 6px;
}

table.shippingblock tr td.radiobutton {
  vertical-align: top;
  white-space: nowrap;
  padding: 4px;
}

table.shippingblock tr td.radiobutton input {
  margin: 0;
  padding: 0;
}

table.shippingblock tr td.price {
  vertical-align: top;
  white-space: nowrap;
}

/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
  vertical-align: top;
}

table.accounthistoryinfoorderdetails tr.header td {
  font-weight: 700;
}

/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
  width: 130px;
}

/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
  padding: 5px;
  background-color: #f8f8f8;
  border: solid #d9d9d9 1px;
  margin-bottom: 8px;
}

table.downloadbox tr td.icon {
  padding-right: 15px;
}

table.downloadbox tr td.downloadlink {
  width: 100%;
}

.fieldtext {
  min-width: 150px;
  display: inline-block;
}

/*  GRADUATED PRICES */
.graduatedprice {
  text-align: left;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.gp-headline {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
}

.gp-box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.gp-box:nth-child(2n) {
  background: #f0ebe0;
}

.gp-title, .gp-price {
  font-size: 14px;
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}

.gp-price {
  border-left: 1px solid #ccc;
}

.headerrow td + td {
  padding-right: 30px;
}

.total-block tr td:first-child + td {
  text-align: right;
  padding-right: 18px;
}

@media only screen and (max-width: 1000px) {
  .checkoutNavBoxes, .checkoutNav2Boxes {
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  .responsive-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .gift-cart-box input {
    margin-bottom: 10px;
  }
}
/*  Schnellkauf Einstellungen account_checkout_express.php */
#account_edit .schnellkauf label {
  float: none;
}

.account_row_payment, .account-row-shipping {
  margin-bottom: 10px;
}

/* #Footer
================================================== */
#footer-outer {
  background: #f0ebe0;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
  margin-top: 10px;
}

#footer {
  padding: 35px 0;
}

.footer-box {
  float: left;
}

#footer h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

#footer h3, #footer h3 a {
  color: #000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.250em;
  display: block;
  margin-top: 5px;
}

#footer .more a {
  color: #003366;
  display: block;
}

#footer .boxprice {
  color: #555;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

#footer .boxprice .productOldPrice {
  font-size: 16px;
  font-size: 1.6rem;
  color: #d8563c;
}

#footer .boxprice small {
  display: none;
}

#footer .contentlist {
  padding-right: 20px;
}

#footer ul li a {
  color: #222;
  display: block;
  position: relative;
}

#footer ul li a:hover {
  color: #222;
}

#footer ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #222;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#footer ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.mwst {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.footer, .footer a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
}

#footer-2-outer, .copyright {
  background: #fff;
  padding: 20px 20px 0;
  color: #555;
}

#footer-2 {
  padding: 15px 0;
}

#footer-2-outer h4, #footer-2-outer h3 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000;
  margin-bottom: 20px;
}

ul.social li {
  display: inline;
  float: left;
  margin: 10px 25px 0 0;
}

.copyright {
  padding-bottom: 5px;
  font-size: 13px;
  text-align: center;
}

.copyright, .copyright a {
  color: #777;
}

/* ParseTime */
.parseTime {
  margin:0 auto;
  text-align:center;
  color:#777;
  font-size:12px;
  padding:0 0 0px 0;
  margin: -10px 0 0 0;
}

.boxbody-newsletter {
  overflow: hidden;
  padding: 1em;
  margin-bottom: 25px;
  border: .2em solid transparent;
  background-color: #fff;
  background: -webkit-linear-gradient(white, white) padding-box, -webkit-repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0/3em 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) padding-box, repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0/3em 3em;
  background: -webkit-linear-gradient(#ffffff, #ffffff) padding-box, -webkit-repeating-linear-gradient(135deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0/3em 3em;
  background: linear-gradient(#ffffff, #ffffff) padding-box, repeating-linear-gradient(-45deg, red 0, red 12.5%, transparent 0, transparent 25%, #58a 0, #58a 37.5%, transparent 0, transparent 50%) 0/3em 3em;
  max-width: 100%;
}

.boxbody-newsletter p {
  margin-bottom: 5px;
}

.btn-box-nl {
  padding: 3px 5px;
}

.scrollup {
  width: 50px;
  height: 50px;
  line-height: 32px;
  opacity: 0.5;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-align: center;
  background: #056300;
  z-index: 9999;
}

.scrollup:hover {
  opacity: 1;
}

.scrollup .icon-chevron-up {
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  vertical-align: middle;
  margin-left: -2px;
  margin-top: 7px;
}

.social .ui-icon {
  font-size: 28px;
}

.social .ui-icon:hover {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.icon-facebook-sign {
  color: #3c599b;
}

.icon-twitter-sign {
  color: #1abfe0;
}

.icon-google-plus {
  color: #b83425;
}

.icon-youtube {
  color: #c2302a;
}

.kontakt .ui-icon {
  margin-right: 10px;
}

@media only screen and (max-width: 1000px) {
  .toggle_container {
    display: none;
  }

  .toggle_container.open {
    display: block;
  }

  .footer-box {
    float: none !important;
  }

  #footer {
    padding: 10px 0 15px 0;
  }

  #footer h4 {
    margin-bottom: 0;
  }

  #footer h3 a {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #footer h4.neue {
    margin: 5px 0;
  }

  #footer h4.misc {
    margin: 10px 0;
  }

  #footer .boxbody, #footer .boxbody img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  #footer ul li a {
    color: #111;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
  }

  #footer-2-outer, .copyright {
    padding: 0 20px;
  }

  #footer-2-outer h4 {
    clear: left;
  }

  .boxbody-newsletter {
    min-height: 45px;
  }

  .scrollup {
    right: 10px;
  }

  /* Toggle Content Box */
  .toggle_container {
    padding: 10px;
    margin-bottom: 1px;
    background-color: #f0ebe0;
  }

  .trigger {
    display: block;
    margin: 0;
    cursor: pointer;
    padding: 6px 0 6px 0;
  }

  .trigger {
    border-bottom: 1px solid #222;
  }

  #footer .t-plus, #footer.t-minus {
    vertical-align: text-top;
    margin: 3px 0 0 0;
  }

  .t-plus, .t-minus {
    float: right;
    display: inline-block;
    margin: 0;
  }

  .t-plus:before {
    content: "\4c";
    font-family: elegant-custom;
    text-align: center;
    display: block;
    font-size: 26px;
    color: #fff;
  }

  .trigger a {
    color: #2774ae;
    text-shadow: #fff 1px -1px 0;
    text-decoration: none;
  }

  .trigger a:hover, .trigger.active a:hover {
    color: #2774ae;
    text-shadow: #fff -1px 1px 0;
  }

  .trigger.active .t-minus:before, .d_active .t-minus:before {
    content: "\4b";
    font-family: elegant-custom;
  }

  .trigger.active a {
    color: #000;
    text-shadow: #fff 1px 1px 0;
  }
}
/* ==|== Media Queries ======================================================  */
@media only screen and (max-width: 1000px) {
  .wrap-content {
    margin-top: 5px;
  }

  .neue-home {
    margin: 10px 0 0;
  }

  #widerrufframe {
    -webkit-overflow-scrolling: touch;
  }

  .wrap-account .cols {
    float: none;
  }

  .account.icon-user {
    font-size: 3.1rem;
    font-size: 31px;
  }

  #wrap-welcome, .cat-description {
    max-height: 400px;
    overflow: auto;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #ffffff)) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: -webkit-linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    background-attachment: local, local, scroll, scroll;
  }

  .productinfoprice-tabs {
    margin-top: 15px;
  }

  .Navigator {
    margin: 20px 0;
  }

  label.gender {
    min-width: 100px !important;
  }
}
 /*  Media Queries für 'mobile' - Smartphones (max-width: 480px)
========================================================================== */
@media only screen and (max-width: 480px) and (orientation: landscape) {
  #wrap-welcome, .cat-description {
    max-height: 190px;
  }
}
@media only screen and (max-width: 480px) {
  #wrap-welcome, .cat-description {
    max-height: 250px;
  }

  #checkout_address select {
    max-width: 300px;
  }

  #create_account input[type=tel], #create_account input[type=email], #create_account input[type=number], #create_account input[type=text], #create_account input[type=password], #account_edit input[type=text], #account_edit input[type=password], #account_password input[type=password], #addressbook input[type=text], #checkout_address input[type=text] {
    width: 94%;
  }

  input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], input[type=search], input[type=password], input[type=email], input[type=tel], input[type=number] {
    width: 100%;
    padding: 8px 2px;
  }

  #login input[type=email] {
    padding: 7px 2px;
  }

  .neue-home {
    margin: 0;
    padding-bottom: 0;
  }

  .productnavigator {
    margin-top: 10px;
  }

  .highlightbox {
    padding: 10px;
  }

  h1.hometitle {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0;
  }

  .product-images {
    float: none;
  }

  textarea#review {
    max-width: 100%;
  }

  .product-images .morepics img, .product-images img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    float: none;
  }

  .cat-description {
    max-height: 240px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 5px 20px 5px 5px;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  textarea#message_body {
    width: 100%;
  }

  .scrollup {
    right: 10px;
  }
}
  /*  Media Queries für 'mobile' - Smartphones 
========================================================================== */
@media only screen and (max-width: 380px) {
  #wrap-welcome, .cat-description {
    max-height: 340px;
  }
}
@media only screen and (max-width: 340px) {
  .product-slider-startseite .owl-prev {
    right: 100px;
  }
}
@media only screen and (max-width: 320px) {
  #new_find input[type=text] {
    min-width: 10px;
    max-width: 75px;
  }

  #wrap-welcome, .cat-description {
    max-height: 280px;
  }

  #checkout_address select {
    max-width: 215px;
  }

  .highlightbox {
    padding: 10px;
  }

  select[name=country] {
    width: 240px;
  }

  #addressbook select {
    max-width: 90%;
  }

  .scrollup {
    right: 10px;
  }

  .geschlecht {
    white-space: nowrap;
  }

  td.delete, td.center {
    border-right: 1px solid #ccc;
  }
}

div.productPreview, div.manufacturersPreview {
    border: 1px solid #D9D9D9;
    height: 100%;
    text-align: center;
    vertical-align: center;
    /*cursor: pointer;*/
}

div.productPreview:hover, div.manufacturersPreview:hover {
    border: 1px solid #f0ebe0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

div.productPreview div, div.manufacturersPreview a {
   padding: 5px;
   margin: auto;
}

div.manufacturersPreview {
  float: left;
  /*width: 110px;*/
  margin: 2px;
  padding: 2px;
  text-align: center;
  vertical-align: center;
  border-radius: 5px;
  line-height: 100%;
  vertical-align: middle;
}

div.manufacturersPreview a {
  line-height: 100%;
  text-align: center;
  vertical-align: center;
  display: block;
}
/*# sourceMappingURL=stylesheet.css.map */

.ui-accordion-header .ui-icon {
  width: 16px;
  height: 16px;
}

.ui-accordion-header .ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-accordion-header .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.minus, .plus {
  color: #fff;
  font-family: Sans !important;
  font-size: 18px !important;
  padding: 0 !important;
  height: 31px;
  line-height: 31px;
  width: 31px;
  margin: 0 auto;
  -webkit-appearance: none;
  vertical-align: middle;
  margin: 0px;
}

.minus {
  margin-right: 5px;
}

.plus {
  margin-left: 5px;
}
.still-wished { font-size: 14px;}
.still-wished .asd::before {
content: "\e008";
clear: both;
font-family: elegant-custom;
margin-right: 5px;
}

.tags_options {
/*font-weight: bold;*/
margin-right: 5px;
}

.shipping-time .tags_options {
font-weight: inherit;
}

.tags_options::before {
content: "\e017";
font-family: elegant-custom;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: inherit;
margin-right: 5px;
}

.still-wished .plusminus {
float: none;
}

.keyword {
	text-decoration: underline;
	cursor: pointer; cursor: hand;
}

.keyword_icon::after {
content: "\74";
clear: both;
font-family: elegant-custom;
margin-left: 5px;
text-decoration: none;
font-weight: bold;
color: #cc0000;
cursor: pointer; cursor: hand;
}

.qtip-keyword {
	background-color: #FFF !important;
}

.image-box a {
height: 100%;
display: inline-block;
}

.image-box .percent, .item .percent {
content: "";
display: block;
width: 60px;
height: 60px;
background-image: url('../img/etikett.gif');
float: right;
position: absolute;
z-index: 99;
margin-top: 0px;
color: 000;
font-size: 140%;
padding-top: 12px;
padding-left: 2px;
right: 0;
}

.flex-box-lang .percent {
padding-left: 8px;
margin-right: 15px;
color: 000;
}

.item .percent {
padding-left: 6px;
}

.listing-box-1 .percent {
margin-right:20px;
}

del {
text-decoration: none;
}

 .btn-primary a { color: white; }

#categories_left {
 top: 25%;
 position: fixed;
 z-index: 999;
 left: 0px; 
 width: 40px;
 height: 50px;
 line-height: 50px;
 bottom: 50px;
 right: 50px;
 text-align: center;
 background: #056300;
 color: white;
 font-size: 25px;
 cursor: pointer;
 padding-left: 10px;
 opacity: 0.5; 
}

#categories_left:hover {
 top: 25%;
 position: fixed;
 z-index: 999;
 left: 0px; 
 width: 40px;
 height: 50px;
 line-height: 50px;
 bottom: 50px;
 right: 50px;
 text-align: center;
 background: #DBECBC;
 border: 1px solid #056300;
 color: #056300;
 font-size: 25px;
 cursor: pointer;
 padding-left: 10px;
 opacity: 0.5; 
}

#categories_left > .touch-button {
 display: none;
}

#CatNaviLeft {
 position: fixed;
 z-index: 999999;
 left: 0px; 
 top: 25%;
 width: 300px;
 margin-top: 50px;
 padding: 0px;
}

/*
#categories_left .categories_content {
 position: absolute;
 background: white;
}

#categories_left .catnavi li {
 overflow: hidden; 
 text-overflow: ellipsis;
 white-space: nowrap;
 border: 1px solid #efefef;
 width: 100%;
}
*/


  #CatNaviLeft {
    margin-top: 4px;
    padding: 0 10px;
  }

  #CatNaviLeft.show {
    max-height: 99000px;
    background: #fff;
    border-bottom: 2px solid #ddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  #CatNaviLeft .CatLevel1 a {
    font-size: 12px; 
    font-weight: normal;
  }

  #CatNaviLeft .menu-button .touch-button {
    display: none;
  }

  #CatNaviLeft .menu-button {
    font-family: "open sans",sans-serif;
    font-weight: 400;
    color: #111;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 90px 0 20px;
    display: inline-block;
    text-align: left;
    cursor: pointer;

  }

  #CatNaviLeft .menu-button .ui-icon {
    margin: 15px 5px 0 0;
    font-size: 20px;
  }

  #CatNaviLeft .menu-button.open .ui-icon {
    color: #003366;
  }

  #CatNaviLeft .menu-button .touch-button .navicon {
    font-size: 31px;
    position: relative;
    top: 1em;
  }

  #CatNaviLeft .CatLevel3 .touch-button {
    background: #f0ebe0 !important;
  }

  #CatNaviLeft li a {
    font-size: 18px;
    padding: 13px 0 13px 20px;
    color: #111;
  }

  #CatNaviLeft  li a:hover, #CatNaviLeft li.CatLevel1:hover > a, #CatNaviLeft li.CatLevel2:hover > a {
    color: #003366;
/
  }

  #CatNaviLeft li.CatLevel1 {
    background: #f0ebe0;
  }

  #CatNaviLeft li.CatLevel1 a:hover, #CatNaviLeft li.CatLevel1:hover > a {
    background: none !important;
  }

  html.touch #CatNaviLeft .touch-button, #CatNaviLeft .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 35px;
    background: #f0ebe0;
/*    height: 51px; */
    display: inline-block;
    text-align: center;
  }

  #CatNaviLeft .touch-button .ui-icon, #CatNaviLeft .touch-button .active .ui-icon {
    text-align: center;
  }

  #CatNaviLeft .touch-button .navicon {
    top: 12px;
    font-size: 31px;
/*    color: #003366; */
  }

  #CatNaviLeft .touch-button.active .navicon {
    right: -1px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-left: 2px;
  }

  #CatNaviLeft li ul {
    border-top: none;
    border-bottom: none;
    z-index: 99999;
  }

  #CatNaviLeft li ul li a {
    display: block;
    background: #fff7d7;
  }

  #CatNaviLeft ul li ul li a {
    background: #fff7d7;
  }

  #CatNaviLeft .CatLevel2 a {
    padding: 5px 0 5px 5px;
    color: #333;
  }

  #CatNaviLeft .CatLevel3 a {
    padding: 5px 0 5px 10px;
    color: #555;
	background: #fff;
  }

  #CatNaviLeft .CatLevel4 a {
    padding: 5px 0 5px 15px;
    color: #555;
    background: #fff;
  }

   #CatNaviLeft .CatLevel5 a {
    padding: 5px 0 5px 20px;
    color: #555;
    background: #fff;
  }

   #CatNaviLeft .CatLevel6 a {
    padding: 5px 0 5px 25px;
    color: #555;
    background: #fff;
  }

  #CatNaviLeft a.Current, #CatNaviLeft a.CurrentParent {
    font-weight: bold;
  }

  #CatNaviLeft {
	max-height: 99000px;
	max-width: 0px;
	margin-top: 50px;
        padding: 0px;
}

#CatNaviLeft.show {
	max-height: 99000px;
	max-width: 55px;
	margin-top: 50px;
    padding: 0px;
	border-color: #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 0;
	opacity: 0.9;
}

@media all and (max-width: 1300px) {
	#CatNaviLeft, #categories_left {
		display: none !important;
	}
}


#CatNaviLeft li {
 overflow: hidden; 
 text-overflow: ellipsis;
 white-space: nowrap;
}

#CatNaviLeft .CurrentParent > ul
,#CatNaviLeft .Current > ul {
	display: block;
}

.pd_reviews_image { cursor: pointer; }

.top { position: fixed; height: 45px; width: 100%; top: 0; background-color: white; z-index: 999; }
.header-outer { margin-top: 45px; }


#checkout_address .iradio_square-green {
}
@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}


#admin {
	z-index: 9999999999;
	top: 45px;
}

.cb:before, .cb:after {content:""; display:table;}
.cb:after {clear:both;}
.cb {zoom:1;} /* old IE */
.adv-h2 {
    padding:5px 8px;
    clear:both;
    background:#510000;
    color:#ffaeae;
    font-size:16px;
    text-align:center;
    border-radius:10px 10px 0 0;
}
.adv-wrap-wrap {
    position:relative;
    margin:10px auto 10px; /* margin:90px auto 10px; */
    padding:10px;
    max-width:720px;
    background-color:#510000;
}
/*.adv-wrap-wrap:before {
    content: '';
    border-style: solid;
    border-width: 0 370px 100px;
    border-color: transparent transparent #510000 transparent;
    width: 0;
    height:0;
    position: absolute;
    bottom: 100.2%;
    left: 0;
}*/
.adv-wrap, .homesite .adv-wrap {
    position:relative;
    display:inline-block;
    width:auto;
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
    background:transparent url('images/snowflake.png') repeat;
}
.door-frame {
    position:relative;
    display:inline; /*older IE*/
    display:inline-block;
    padding:10px;
    width:120px;
    height:120px;
}
.door-text {
    position:absolute;
    left:10px;
    top:10px;
    width:120px;
    height:120px;
    box-sizing:border-box;
    padding:8px;
    background:#4b0000;
    color:#fff;
    font-weight:bold;
    text-align:center;
    border:1px #923f3f;
    border-style:dashed dashed dashed solid;
    border-radius:0 6px 6px 0;
    box-shadow:1px 1px 5px #180101 inset;
}
a.ins-txt, span.ins-txt {
    display:table-cell;
    height:102px;
    width:102px;
    color:#fff;
    text-decoration:none;
    vertical-align:middle;
    transform: scale(0.7, 0.7);
    opacity:0.5;
    transition:all .5s ease .5s;
}
.adv-main-txt {
    display:block;
    margin:0 0 6px;
    font-size:14px;
    line-height:16px;
}
.adv-add-txt {
    display:block;
    font-size:11px;
    line-height:13px;
}
.adv-add-txt img {
    max-width:100%;
}
.door {
    width:100%;
    height:100%;
    background-color:#923f3f;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -webkit-transition: all 1.2s ease;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0 50%;
    -moz-transition: all 1.2s ease;
    -o-transform-style: preserve-3d;
    -o-transform-origin: 0 50%;
    -o-transition: all 1.2s ease;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    transition: all 1.2s ease;
    box-sizing:border-box;
    border:1px #510000;
    border-style:dashed dashed dashed solid;
    border-radius:0 6px 6px 0;
    box-shadow:1px 1px 5px #260101;
}
.door label {
    display:block;
    width:100%;
    height:100%;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-size:60px;
    font-weight:bold;
    line-height:120px;
    text-align:center;
    color:#862424;
    text-shadow:0px -2px 0px #511313, 0px 1px 1px #c84c4c;
    transition: opacity 1.2s ease;
    cursor:pointer;
}
.door-frame .hidd-chbx {
    display:none;
}
/*animations*/
.door:hover label {opacity:.96;}
.door-frame .hidd-chbx:checked ~ .door {
    transform: perspective(800px) rotateY(-110deg);
    z-index:1;
}
.door-frame .hidd-chbx:checked ~ .door label {opacity:.2;}

.door-frame .hidd-chbx:checked ~ .door-text .ins-txt {
    transform: scale(1, 1) rotate(360deg);
    opacity:1;
}

.door-frame .hidd-chbx:checked ~ .door-text .ins-txt:hover {
    color:#f69494;
}