@charset "UTF-8";
/* Scss Document  mein code*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: 'Open Sans', sans-serif; }

body {
  margin-top: 11em;
  padding-bottom: 10em; }

h1 {
  color: #ef7e25;
  font-weight: 400; }

h2, h3 {
  color: #575c61;
  font-weight: 100; }

#mob-nav-fix {
  position: relative;
  display: none;
  height: 3em;
  width: 100%;
  clear: both; }

#mob-nav {
  position: fixed;
  top: 5.8em;
  height: 3em;
  width: 100%;
  clear: both;
  display: none;
  background-color: #ef7e25;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  background-image: url("../images/icon_menu_mobile-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.5em; }

#preis-info .small-info {
  font-size: .8em;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 1em; }
  #preis-info .small-info a {
    color: #000; }
  #preis-info .small-info a:hover {
    color: #ef7e25; }
#preis-info .wrap {
  font-family: 'Oswald', sans-serif;
  padding: 0;
  box-sizing: border-box; }
  #preis-info .wrap .divider-50 {
    display: inline-block;
    width: 50%;
    padding: .5em; }
    #preis-info .wrap .divider-50 .text-label {
      display: block;
      width: 100%;
      font-weight: 300;
      background-color: #fff;
      text-align: center;
      padding: .2em;
      color: #000;
      border: 1px solid #dfdfdf; }
    #preis-info .wrap .divider-50 .input_text {
      text-align: center;
      border: 1px solid #dfdfdf;
      border-top: none;
      padding: .2em;
      background-color: #dfdfdf; }
  #preis-info .wrap .divider-50:first-child {
    display: inline-block;
    width: 50%;
    padding: .5em; }
    #preis-info .wrap .divider-50:first-child .text-label {
      display: block;
      width: 100%;
      font-weight: 300;
      background-color: #fff;
      text-align: center;
      padding: .2em;
      color: #ef7e25;
      border: 1px solid #ef7e25; }
    #preis-info .wrap .divider-50:first-child .input_text {
      text-align: center;
      border: 1px solid #ef7e25;
      border-top: none;
      background-color: #ef7e25;
      padding: .2em;
      color: #fff; }

.text-condensed {
  font-family: 'Oswald', sans-serif; }

#bottom-nav {
  text-align: center; }
  #bottom-nav a {
    margin: 0 1em;
    color: #fff;
    font-family: 'Oswald', sans-serif; }
  #bottom-nav a:hover {
    color: #ef7e25; }

.button {
  display: inline-flex;
  background-color: #ef7e25;
  color: #fff;
  padding: .25em 1em;
  margin: 0.5em auto;
  cursor: pointer;
  border-radius: .3em;
  font-weight: 400;
  font-size: .9em; }

.button:hover {
  color: #000; }

#gm {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background-image: url("../images/g-map-static.jpg");
  background-position: center center;
  background-size: cover; }
  #gm .hint {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #gm .hint .button {
      display: inline-block;
      background-color: #ef7e25;
      padding: 1em;
      cursor: pointer;
      /*font-family: 'Oswald', sans-serif;*/
      font-weight: 400;
      color: #fff; }

#contact {
  position: relative; }
  #contact input[type=text] {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ef7e25;
    border-radius: .2em;
    background-color: #fff;
    color: #3c4349; }
  #contact input[type=submit] {
    padding: .5em 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ef7e25;
    border-radius: 0px;
    background-color: #fff;
    color: #3c4349;
    -webkit-transition: all   ease-out .5s;
    -moz-transition: all  ease-out .51s;
    -o-transition: all  ease-out .5s;
    transition: all  ease-out .5s; }
  #contact input[type=submit]:hover {
    color: #fff;
    background-color: #ef7e25;
    border: none;
    border: 1px solid #ef7e25; }
  #contact textarea {
    width: 100%;
    height: 15em;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ef7e25;
    border-radius: .2em;
    background-color: #fff;
    color: #3c4349;
    resize: vertical; }
  #contact .trenner {
    margin-left: 1em;
    font-size: .8em;
    color: #ef7e25; }
  #contact #wait {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 5em;
    background-position: center center;
    background-image: url("../images/wait.gif");
    background-color: rgba(255, 255, 255, 0.7); }

#warten {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 22, 22, 0.46);
  z-index: 60000000;
  display: flex;
  align-items: center;
  justify-content: center; }

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: auto; }

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent #FF3D00 #FF3D00;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotationBack {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.reviderm {
  height: 2em;
  width: 10em;
  position: absolute;
  right: 3em;
  bottom: 5em;
  background-image: url("../images/reviderm_logo.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.vegan {
  background-image: url("../images/vegan.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3em;
  width: 3em;
  position: absolute;
  right: 0;
  top: 150%; }

.green-box {
  border: 2px solid #ef7e25;
  padding: .5em;
  box-sizing: border-box; }

strong {
  font-weight: 600; }

div[rel~="money"] {
  float: right; }

div[rel~="money"]::after {
  margin-left: .5em;
  content: '€'; }

a {
  color: #fff;
  font-weight: 100; }

a:hover {
  color: #ef7e25; }

a:visited {
  color: #ef7e25; }

.hidden {
  display: none; }

.root a {
  color: #666;
  font-weight: 100; }
.root a:hover {
  color: #ef7e25; }
.root a:visited {
  color: #ef7e25; }

.set-skin-profile {
  cursor: pointer;
  color: #000; }

.inline-button {
  /*padding:.5em 1em;*/
  /*background-color: $prim-color;*/
  color: #ef7e25;
  /*	border-radius: 1em;*/
  /*	font-size:.7em;*/
  cursor: pointer;
  display: inline-block;
  vertical-align: bottom; }

.inline-button:hover {
  color: #2E2E2E; }

#zubehoer {
  margin-top: 2em;
  font-size: .9em;
  /*border:0px solid #2E2E2E;
  padding:.5em;*/ }
  #zubehoer .zubehoer-wrapper {
    border-left: 1px solid #ef7e25;
    border-right: 1px solid #ef7e25;
    border-bottom: 1px solid #ef7e25;
    width: 100%;
    display: block;
    padding: 0em;
    box-sizing: border-box; }
    #zubehoer .zubehoer-wrapper div {
      display: inline-flex;
      padding: 0.5em;
      text-align: center; }
    #zubehoer .zubehoer-wrapper div:nth-child(1) {
      width: 3em; }
    #zubehoer .zubehoer-wrapper div:nth-child(2) {
      width: 13em; }
    #zubehoer .zubehoer-wrapper div:nth-child(3):before {
      content: "€";
      margin-right: .5em; }
  #zubehoer .zubehoer-wrapper:nth-child(odd) {
    background-color: #ef7e25; }

#kalender-time-wrapper {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-top: 1em; }
  #kalender-time-wrapper .time {
    display: inline-block;
    width: 48%; }
    #kalender-time-wrapper .time .time-lable {
      display: block;
      padding-left: 1em;
      margin-bottom: .25em;
      text-align: left;
      font-size: .8em; }
    #kalender-time-wrapper .time select {
      color: #000;
      background-color: #dfdfdf;
      background-image: url(../images/drop-down-arrow.png);
      font-size: .9em;
      padding: .25em .5em; }

#time-status {
  background-color: #dfdfdf;
  text-align: center;
  color: #fff;
  padding: 0.5em 0.5em;
  border-radius: .3em;
  margin: 0 0.25em;
  color: #000;
  font-size: .9em; }

.tarif-option {
  /*border:1px solid #fff;*/
  border-radius: .3em;
  padding: .5em;
  background-color: #f59e33;
  font-size: .8em;
  text-align: left;
  margin: .5em 0; }
  .tarif-option .tarif-wrapper {
    display: inline-block;
    width: 100%; }
  .tarif-option .inp {
    display: inline-block;
    width: 10%;
    text-align: center;
    vertical-align: middle; }
  .tarif-option .text {
    display: block;
    text-align: center; }
  .tarif-option .gesamt {
    display: block;
    font-weight: 800;
    font-size: 1em;
    text-align: center; }
  .tarif-option .basket-white {
    background-color: aliceblue;
    color: #000;
    text-align: center;
    padding: .5em 1em;
    margin: 1em auto .5em auto;
    width: 10em;
    cursor: pointer; }

#product-application {
  background-color: #dfdfdf; }

#c-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em 1em;
  box-sizing: border-box;
  background-color: #ef7e25;
  color: #000;
  text-align: center;
  z-index: 10000;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  #c-banner .button {
    display: inline-block;
    background-color: #fff;
    padding: .5em 1em;
    margin: 1em;
    border-radius: .5em;
    color: #000;
    cursor: pointer; }
  #c-banner .button:hover {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  #c-banner a {
    color: #fff; }

.inline-logo {
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  background-position: center center;
  background-size: contain;
  /*		border:1px solid blue;*/
  background-repeat: no-repeat; }

#inci {
  font-size: 0.8em; }
  #inci table {
    width: 100%;
    margin: 1em 0; }
  #inci tr td {
    border: 2px solid #fff;
    padding: .5em;
    background-color: #e3b998;
    border-radius: .5em; }
  #inci tr td:nth-child(2) {
    text-align: center; }
  #inci tr td:nth-child(3) {
    text-align: center; }

.bonus_punkte {
  color: #ef7e25;
  font-weight: 600; }

#bonus-inline {
  margin-bottom: 5em;
  border: 1px solid red;
  height: 5em; }
  #bonus-inline .wrapper {
    width: 70%;
    margin: auto;
    position: relative;
    height: 2em;
    background-color: #e3b998;
    border-bottom: 1px solid #ef7e25; }
  #bonus-inline .min-range {
    position: absolute;
    left: -3em;
    top: 2.3em;
    height: 1em;
    width: 6em;
    /*		border:1px solid red;*/
    text-align: center; }
  #bonus-inline .max-range {
    position: absolute;
    right: -3em;
    top: 2.3em;
    height: 1em;
    width: 6em;
    /*		border:1px solid red;*/
    text-align: center; }
  #bonus-inline .current-range {
    position: absolute;
    border: 1px solid green;
    width: 6em;
    height: 6em;
    text-align: center;
    border-radius: 50%; }

#dynamic-wrapper {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ef7e25;
  display: none;
  overflow-y: scroll; }
  #dynamic-wrapper .content {
    width: 70%;
    margin: auto;
    /*border-radius:1.5em;
    border-radius:1.5em;*/
    position: relative;
    min-height: 32em;
    height: auto;
    overflow: hidden;
    border: 1px dotted #ccc;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(64, 64, 64, 0.68);
    box-shadow: 0px 0px 17px 5px rgba(64, 64, 64, 0.68);
    background-image: url("../images/dt-logo.png");
    background-position: top center;
    background-size: 18em;
    background-repeat: no-repeat;
    padding-top: 5em; }
    #dynamic-wrapper .content h2 {
      text-align: center;
      color: #ef7e25;
      border-bottom: 2px solid #ef7e25;
      margin-bottom: 1.2em; }
  #dynamic-wrapper .close {
    position: absolute;
    z-index: 200000;
    background-image: url("../images/close-x.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2em;
    height: 2em;
    right: 1em;
    top: 1em;
    cursor: pointer; }

.nl-container #nl-button {
  border: none;
  background-color: #ef7e25;
  color: #fff;
  padding: .5em 1em;
  border-radius: 1em; }
.nl-container a {
  color: #ef7e25; }
.nl-container a:visited {
  color: #ef7e25; }

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
#tipps {
  background-color: #fff; }
  #tipps a {
    color: #ef7e25; }
  #tipps a:visited {
    color: #ef7e25; }
  #tipps a:hover {
    color: #000; }

#skin-profiler {
  background-color: #fff; }
  #skin-profiler input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #e3b998;
    margin: 0;
    color: #fff;
    width: 2em;
    height: 2em;
    border: 2px solid #ef7e25;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    cursor: pointer;
    display: grid;
    place-content: center; }
  #skin-profiler input[type="checkbox"]::before {
    content: "";
    width: 1em;
    height: 1em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 100ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    /* Windows High Contrast Mode */
    background-color: #e3b998; }
  #skin-profiler input[type="checkbox"]:checked::before {
    transform: scale(1); }
  #skin-profiler .navigator {
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-align: center; }
  #skin-profiler .hidden {
    display: none; }
  #skin-profiler .active {
    animation: .6s ease-out 0s 1 slideInFromRight; }
  #skin-profiler label {
    padding-left: 1em; }
  #skin-profiler .sub-section-wrapper {
    display: none;
    padding: 1em;
    width: 70%;
    margin: auto;
    position: relative; }
  #skin-profiler .sub-section-wrapper:first-of-type {
    display: block; }
  #skin-profiler .skin-profile-picture {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 8em;
    width: 8em;
    margin-bottom: 1em;
    float: right;
    border-radius: .5em; }
  #skin-profiler .back, #skin-profiler .ahead, #skin-profiler .save {
    background-color: #ef7e25;
    display: inline-block;
    padding: .25em 2em;
    border-radius: 1.5em;
    color: #fff;
    margin: 1em;
    cursor: pointer; }
  #skin-profiler .error {
    background-color: firebrick;
    color: #fff;
    padding: 1em 0;
    font-size: .75em;
    display: none; }

.coupon-amount {
  display: inline; }

#promo-processing {
  margin: 1em 0; }
  #promo-processing #promo-code {
    color: #ef7e25;
    cursor: pointer;
    display: block;
    padding: .3em;
    font-size: .9em;
    margin: .5em auto;
    border: none;
    border: 1px solid #ef7e25;
    width: 80%;
    text-align: center; }
  #promo-processing #remove-promo {
    background-color: #ef7e25;
    cursor: pointer;
    display: inline-block;
    padding: .3em;
    color: #fff;
    font-size: .9em;
    margin-top: .5em; }
  #promo-processing #use-promo {
    background-color: #ef7e25;
    cursor: pointer;
    display: block;
    padding: .3em 1em;
    color: #fff;
    font-size: .9em;
    margin: .5em auto;
    width: 80%;
    text-align: center; }
  #promo-processing .valid {
    color: green; }
  #promo-processing .not-valid {
    color: red; }

#coupon-processing {
  margin: 1em 0; }
  #coupon-processing #coupon-code {
    color: #ef7e25;
    cursor: pointer;
    display: block;
    padding: .3em;
    font-size: .9em;
    margin: .5em auto;
    border: none;
    border: 1px solid #ef7e25;
    width: 80%;
    text-align: center; }
  #coupon-processing #remove-coupon {
    background-color: #ef7e25;
    cursor: pointer;
    display: inline-block;
    padding: .3em;
    color: #fff;
    font-size: .9em;
    margin-top: .5em; }
  #coupon-processing #use-coupon {
    background-color: #ef7e25;
    cursor: pointer;
    display: block;
    padding: .3em 1em;
    color: #fff;
    font-size: .9em;
    margin: .5em auto;
    width: 80%;
    text-align: center; }
  #coupon-processing .valid {
    color: green; }
  #coupon-processing .not-valid {
    color: red; }
  #coupon-processing #coupon-message {
    padding: 1em 0;
    font-size: 0.8em; }

#bonus-container {
  background-color: #ef7e25;
  color: #fff;
  display: block; }
  #bonus-container .bonus-symbol {
    background-image: url("../images/bonus.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 7em;
    width: 7em;
    vertical-align: top; }
  #bonus-container .bonus-text {
    min-height: 7em;
    vertical-align: top; }

.total-checkout {
  color: #ef7e25;
  font-weight: 600;
  font-size: 1.3em;
  margin-top: 1em;
  padding-top: .5em;
  border-top: 1px dotted #ef7e25; }

.header {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 12em;
  font-size: .85em; }
  .header .login-top .butt {
    display: block;
    border: none;
    font-weight: 600;
    background-color: #fff;
    color: #000;
    padding: 0.5em 0;
    margin: .5em 1em;
    text-align: center; }
  .header .login-top a {
    display: block;
    padding: .5em 1em; }
  .header .login-top a:hover {
    color: #000; }
  .header .login-top a:visited {
    color: #fff; }
  .header .top-sub-nav-right {
    position: fixed;
    width: auto;
    right: 0em;
    top: 0;
    text-transform: uppercase;
    z-index: 10000;
    background-color: #fff; }
    .header .top-sub-nav-right .inline {
      display: inline-block;
      vertical-align: top; }
    .header .top-sub-nav-right #top-account {
      padding: .5em 3em .5em 1em;
      z-index: 3000;
      cursor: pointer;
      position: relative;
      z-index: 10000; }
      .header .top-sub-nav-right #top-account .top-account-interactive {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        padding: .5em 1em;
        background-color: #ef7e25;
        text-align: left;
        width: 15em; }
    .header .top-sub-nav-right #top-account:hover {
      background-color: #ef7e25; }
      .header .top-sub-nav-right #top-account:hover .top-account-interactive {
        display: block; }
    .header .top-sub-nav-right .basket-container {
      background: #fff;
      padding: .5em 1em;
      cursor: pointer;
      display: inline-block; }
      .header .top-sub-nav-right .basket-container .symbol {
        display: inline;
        background-image: url("../images/basket-green.png");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 2em;
        padding: 1em;
        margin: .5em;
        color: #ef7e25; }
      .header .top-sub-nav-right .basket-container #total {
        display: inline;
        color: #ef7e25;
        margin-right: 1em; }
      .header .top-sub-nav-right .basket-container #total::before {
        content: '€';
        margin-right: .5em;
        margin-left: .5em; }
      .header .top-sub-nav-right .basket-container #count {
        display: inline;
        border-right: 2px solid #ef7e25;
        padding: 0 1em;
        color: #ef7e25; }
    .header .top-sub-nav-right .basket-container:hover {
      background: #ef7e25;
      display: inline-block; }
      .header .top-sub-nav-right .basket-container:hover .symbol {
        display: inline;
        background-image: url("../images/basket-white.png");
        color: #fff; }
      .header .top-sub-nav-right .basket-container:hover #total {
        color: #fff; }
      .header .top-sub-nav-right .basket-container:hover #total::before {
        content: '€'; }
      .header .top-sub-nav-right .basket-container:hover #count {
        border-right: 2px solid #fff;
        color: #fff; }
  .header .logo-shop {
    position: absolute;
    top: 1em;
    left: 0;
    width: 100%;
    height: 5em;
    cursor: pointer;
    background-image: url("../images/header-logo.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  .header #nav-top {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    z-index: 2000;
    text-align: center; }
    .header #nav-top ul {
      background-color: #ef7e25;
      margin: 0;
      padding: 0; }
    .header #nav-top ul li {
      list-style-type: none;
      margin: 1em .5em;
      display: inline-flex;
      background-color: #fff;
      border-radius: .5em;
      width: 12em;
      text-align: center; }
      .header #nav-top ul li div {
        height: 100%;
        width: 100%;
        display: table; }
      .header #nav-top ul li a {
        color: #000;
        /*font-family: 'Oswald', sans-serif;*/
        background-color: transparent;
        padding: .3em 0em;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 1em;
        /* font-family: 'Oswald', sans-serif;*/ }
      .header #nav-top ul li a:hover {
        color: #ef7e25; }
    .header #nav-top li:hover {
      -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.75); }
  .header å
  #navigation {
    width: 100%;
    position: relative;
    background: red; }
    .header å
    #navigation #top-sub-nav {
      position: absolute;
      top: 0em;
      left: 0em;
      z-index: 3000; }
      .header å
      #navigation #top-sub-nav ul {
        padding: .5em;
        padding-right: 1em;
        margin: 0;
        background-color: #e3b998;
        border-bottom-right-radius: .5em; }
        .header å
        #navigation #top-sub-nav ul li {
          display: block;
          /*display:block;*/
          position: relative;
          margin-bottom: .5em;
          padding-left: .3em; }
          .header å
          #navigation #top-sub-nav ul li .symbol {
            width: 1.5em;
            height: 1.5em;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
            margin-top: 5px;
            vertical-align: bottom; }
          .header å
          #navigation #top-sub-nav ul li .nl {
            background-image: url("../images/newsletter-icon.svg"); }
          .header å
          #navigation #top-sub-nav ul li .tk {
            background-image: url("../images/calender-icon.svg"); }
          .header å
          #navigation #top-sub-nav ul li .coupon {
            background-image: url("../images/coupon-menu.svg"); }
          .header å
          #navigation #top-sub-nav ul li .hfb {
            background-image: url("../images/hfb.svg"); }
          .header å
          #navigation #top-sub-nav ul li .tel {
            background-image: url("../images/tel.svg"); }
          .header å
          #navigation #top-sub-nav ul li a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: .9em;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            /*letter-spacing: .07em;*/
            display: inline-block;
            color: #000;
            margin-left: .1em;
            vertical-align: bottom; }
          .header å
          #navigation #top-sub-nav ul li a:hover {
            color: #ef7e25; }
          .header å
          #navigation #top-sub-nav ul li a:visited {
            color: #000; }

.main {
  width: 100%;
  margin: auto; }

.content-100 {
  width: 100%;
  padding: 1em 0em; }

.primary-grey {
  background-color: #575c61; }
  .primary-grey p, .primary-grey h1 {
    color: #fff; }

.light-grey {
  background-color: #e6e6e6; }

.bg-white {
  background-color: #fff; }

.h2-primary-grey {
  font-weight: 100;
  color: #575c61; }

.border-primary-grey {
  border: 1px dotted #575c61; }

.bb-green {
  border-bottom: 1px solid #ef7e25; }

.primary {
  background-color: #ef7e25; }

.primary-light {
  background-color: #e3b998; }

.centered-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.centered-image-100 {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat; }

.centered-top-image {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat; }

.hiddenElement {
  display: none; }

.search_field {
  padding: .5em 0em .5em 4em;
  text-align: right;
  cursor: pointer;
  color: #ef7e25;
  background-image: url(../images/lupe-over.png);
  background-size: 1em;
  background-position: 1.5em center;
  background-repeat: no-repeat; }

.search-wrapper {
  display: inline-block;
  margin: auto; }

#variations {
  border: 1px solid #e3b998;
  padding: 1em;
  margin-top: 1em; }
  #variations .info {
    font-size: .7em; }
  #variations select {
    margin-top: 2em; }
  #variations .variation-wrapper {
    margin-top: 1em; }
    #variations .variation-wrapper .color-wrapper {
      border: 1px solid #e3b998;
      display: inline-block;
      border-radius: 50%;
      margin-right: .5em; }
    #variations .variation-wrapper .color {
      height: 2em;
      width: 2em;
      border-radius: 50%;
      margin: .2em;
      cursor: pointer; }

#dynamic-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em 1em;
  background-color: #fff;
  z-index: 2000;
  display: none;
  min-height: 2.5em;
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.5), 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  #dynamic-search .close {
    width: 1.5em;
    height: 1.5em;
    margin: auto;
    background-image: url("../images/close-x.svg");
    background-position: center center;
    background-size: 1em;
    background-repeat: no-repeat;
    cursor: pointer; }
  #dynamic-search .lupe {
    background-image: url(../images/lupe-over.png);
    background-size: 1em;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  #dynamic-search input[type=text] {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ef7e25;
    color: #ef7e25; }
  #dynamic-search .ui-menu {
    position: relative;
    padding: 1em 0;
    margin: 0; }
  #dynamic-search .ui-menu li {
    list-style-type: none;
    cursor: pointer;
    background-color: #ef7e25;
    padding: .5em;
    margin-bottom: .2em;
    color: #fff;
    border-bottom: 1px dotted #ef7e25; }
  #dynamic-search .ui-menu li:hover {
    list-style-type: none;
    cursor: pointer;
    color: #ef7e25;
    background-color: #fff; }

select {
  -webkit-appearance: none;
  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none;
  /*REMOVES DEFAULT FIREFOX STYLE*/
  border: 0 !important;
  /*REMOVES BORDER   */
  border-radius: .3em;
  color: #fff;
  font-size: 1em;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
  padding: .5em 1em;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background-size: contain;
  /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
  background-color: #ef7e25;
  background-image: url(../images/drop-down-arrow-prim.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 1em; }

option {
  font-family: arial;
  font-weight: 100; }

.head-text {
  font-size: 1.5em;
  font-weight: 100; }

#product-list, #prop-list {
  position: relative;
  text-align: left; }
  #product-list .item, #prop-list .item {
    font-size: .8em;
    padding: .25em .5em;
    background-color: #e3b998;
    color: #838383;
    margin: .2em;
    cursor: pointer;
    display: block;
    text-align: right; }
  #product-list .act, #prop-list .act {
    color: #fff;
    background-color: #ef7e25; }
  #product-list .deact, #prop-list .deact {
    color: #fff; }

#product-data .tab {
  padding: 2em 3em 3em 3em;
  cursor: pointer;
  height: 4em;
  margin: 0 0px -1px 0;
  overflow: hidden; }
#product-data .tab:hover {
  background-color: #ccc;
  height: calc(4em + 1px); }
#product-data .active {
  height: calc(4em + 1px);
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff; }

.wish {
  position: absolute;
  bottom: 1em;
  right: 1em;
  height: 1.5em;
  width: 1.5em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }

.wish-deact {
  background-image: url("../images/heart-unsel.svg"); }

.wish-act {
  background-image: url("../images/heart-sel.svg"); }

.action {
  position: absolute;
  top: -1.3em;
  left: -1.3em;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/action.png");
  z-index: 1000; }

.new-ribbon {
  position: absolute;
  top: -1.3em;
  left: -1.3em;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/new.png");
  z-index: 1000; }

.beloved {
  position: absolute;
  top: -1.3em;
  left: -1.3em;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../images/top.png");
  z-index: 1000; }

.product-box {
  width: 100%;
  min-height: 23em;
  background: #fff;
  position: relative;
  margin: 1%;
  cursor: pointer;
  transition: all 300ms;
  margin-bottom: 1.5em; }
  .product-box .action {
    position: absolute;
    top: -1.3em;
    left: -1.3em;
    width: 7em;
    height: 7em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("../images/action.png"); }
  .product-box .titel {
    position: absolute;
    bottom: 4em;
    left: 10%;
    width: 80%;
    font-size: 1.2em;
    font-weight: 400;
    overflow: hidden;
    color: #709618;
    text-align: center;
    letter-spacing: -1px; }
  .product-box .description-wrapper {
    position: absolute;
    width: 100%;
    bottom: 1em;
    right: 0; }
    .product-box .description-wrapper .description {
      position: relative;
      width: 90%;
      margin: auto;
      color: #fff;
      padding: .5em 1em;
      background-color: #3c4349;
      font-family: 'Oswald', sans-serif;
      font-weight: 400; }
    .product-box .description-wrapper .description p {
      padding: 0;
      margin: 0; }
  .product-box .picture-wrapper {
    position: absolute;
    width: 100%;
    top: 1em;
    left: 0;
    height: 65%;
    overflow: hidden; }
  .product-box .picture {
    position: absolute;
    width: 90%;
    top: 0;
    left: 5%;
    height: 100%;
    cursor: pointer;
    transition: all 300ms; }
  .product-box .art-nr {
    position: absolute;
    top: 9em;
    width: 90%;
    overflow: hidden;
    left: 0em;
    height: 1.5em;
    font-size: .6em;
    font-weight: 400; }
  .product-box .art-nr:before {
    content: 'Art-Nr.:';
    margin-right: 1em; }
  .product-box .delivery_status {
    position: absolute;
    bottom: 3em;
    left: 10%;
    width: 80%;
    height: 1.5em;
    font-size: .6em;
    font-weight: 400;
    text-align: center; }
  .product-box .preis {
    position: absolute;
    bottom: 3.8em;
    left: 10%;
    width: 80%;
    color: #ef7e25;
    font-size: 1.2em;
    text-align: center;
    font-weight: 700; }
  .product-box .preis:after {
    content: '€';
    margin-left: .5em; }
  .product-box .statt_preis {
    position: absolute;
    bottom: 6.6em;
    left: 10%;
    width: 80%;
    color: #575c61;
    font-size: .6em;
    text-align: center;
    font-weight: 100; }
  .product-box .statt_preis:after {
    content: '€';
    margin-left: .5em; }
  .product-box .statt_preis:before {
    content: 'statt';
    margin-right: .5em; }
  .product-box .grund-preis {
    position: absolute;
    bottom: 4.5em;
    left: 10%;
    width: 80%;
    color: #575c61;
    text-align: center;
    font-weight: 100;
    font-size: .7em; }
  .product-box .info {
    position: absolute;
    bottom: 1em;
    left: 10%;
    width: 80%;
    font-size: .7em;
    text-align: center; }
  .product-box .details {
    position: absolute;
    bottom: 1.5em;
    left: 0em; }
  .product-box .details a {
    color: #575c61;
    text-decoration: none;
    display: none;
    height: 100%;
    width: 100%;
    padding: .3em .7em;
    cursor: pointer;
    font-size: .7em;
    font-weight: 400;
    border: 1px solid #575c61; }
  .product-box .details a:hover {
    background: #ef7e25;
    border: 1px solid #ef7e25;
    color: #fff; }

.product-box:hover {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(148, 148, 148, 0.54);
  box-shadow: 0px 0px 15px 5px rgba(148, 148, 148, 0.54); }
  .product-box:hover .picture {
    transform: scale(1.1); }

.home-brands .brand-box {
  position: relative;
  padding: .5em; }
  .home-brands .brand-box .wrapper-brand-content {
    background-color: #e3b998;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer; }
  .home-brands .brand-box .wrapper-brand-content:before {
    content: "";
    display: block;
    padding-top: 70%;
    /* initial ratio of 1:1*/ }
  .home-brands .brand-box a {
    position: absolute;
    display: inline-block;
    padding: .25em 1em;
    bottom: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ef7e25;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500; }

.product-box-hi {
  width: 80%;
  height: auto;
  background: #fff;
  position: relative;
  margin: 0 auto;
  border: 1px dotted #333; }
  .product-box-hi .description-wrapper {
    position: relative;
    height: 20em; }
  .product-box-hi .picture-wrapper {
    position: relative;
    width: 100%; }
  .product-box-hi .picture-wrapper:before {
    content: "";
    display: block;
    padding-top: 80%;
    /* initial ratio of 1:1*/ }
  .product-box-hi .picture {
    position: absolute;
    width: 80%;
    top: 0;
    left: 10%;
    height: 80%;
    cursor: pointer; }
  .product-box-hi .titel {
    position: absolute;
    top: 1em;
    left: 1em;
    max-height: 5em;
    right: 1em;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.2em;
    overflow: hidden; }
  .product-box-hi .art-nr {
    position: absolute;
    bottom: 2em;
    right: 1em;
    /* height:1em;*/
    font-size: .7em;
    font-weight: 400;
    width: 60%;
    text-align: right;
    overflow: hidden; }
  .product-box-hi .art-nr:before {
    content: 'Art-Nr.:';
    margin-right: 1em; }
  .product-box-hi .delivery_status {
    position: absolute;
    bottom: .5em;
    right: 1em;
    /* height:1em;*/
    font-size: .7em;
    font-weight: 400;
    width: 60%;
    text-align: right;
    overflow: hidden; }
  .product-box-hi .description {
    position: absolute;
    top: 6em;
    left: 1em;
    width: 85%;
    max-height: 8em;
    overflow: hidden;
    text-align: justify;
    overflow: hidden; }
  .product-box-hi .description p {
    font-size: .8em;
    line-height: 1.2em;
    color: #575c61; }
  .product-box-hi .preis {
    position: absolute;
    bottom: 5em;
    left: 1em;
    width: 90%;
    color: #ef7e25; }
  .product-box-hi .preis:after {
    content: '€';
    margin-left: .5em; }
  .product-box-hi .info {
    position: absolute;
    bottom: 5em;
    left: 1em;
    font-size: .7em; }
  .product-box-hi .details {
    position: absolute;
    bottom: 1em;
    left: 1em; }
  .product-box-hi .details a {
    color: #575c61;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: .3em .7em;
    cursor: pointer;
    font-size: .7em;
    font-weight: 400;
    border: 1px solid #575c61; }
  .product-box-hi .details a:hover {
    background: #ef7e25;
    border: 1px solid #ef7e25;
    color: #fff; }

.product-box-hi:hover {
  border: 1px dotted #ef7e25; }

.sub-category-box {
  width: auto;
  display: inline-block;
  position: relative;
  border: 1px dotted re; }
  .sub-category-box .wrapper {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    background: #ffd9be;
    background: -webkit-linear-gradient(#ffd9be 0%, white 100%);
    background: -o-linear-gradient(#ffd9be 0%, white 100%);
    background: linear-gradient(#ffd9be 0%, white 100%);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05); }

.main-category-box {
  width: auto;
  display: inline-block;
  position: relative;
  border: 1px dotted #fff; }
  .main-category-box .wrapper {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    background: #ffd9be;
    background: -webkit-linear-gradient(#ffd9be 0%, white 100%);
    background: -o-linear-gradient(#ffd9be 0%, white 100%);
    background: linear-gradient(#ffd9be 0%, white 100%);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05); }
  .main-category-box .picture {
    position: absolute;
    width: 80%;
    top: 1em;
    left: 10%;
    height: 70%;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .main-category-box .titel {
    position: absolute;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 1.3em;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%); }
  .main-category-box a {
    color: silver;
    text-transform: uppercase;
    font-weight: 600; }
  .main-category-box a:hover {
    color: #575c61; }

.main-category-box:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/ }

.main-category-box:hover > .wrapper {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3); }

.category-box {
  width: auto;
  display: inline-block;
  position: relative;
  border: 1px dotted #fff; }
  .category-box .wrapper {
    position: absolute;
    top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
    background: #ffd9be;
    background: -webkit-linear-gradient(#ffd9be 0%, white 100%);
    background: -o-linear-gradient(#ffd9be 0%, white 100%);
    background: linear-gradient(#ffd9be 0%, white 100%);
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05); }
  .category-box .picture {
    position: absolute;
    width: 80%;
    top: 1em;
    left: 10%;
    height: 70%;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .category-box .titel {
    position: absolute;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 1.3em;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%); }
  .category-box a {
    color: silver;
    text-transform: uppercase;
    font-weight: 600; }
  .category-box a:hover {
    color: #575c61; }

.category-box:before {
  content: "";
  display: block;
  padding-top: 60%;
  /* initial ratio of 1:1*/ }

.category-box:hover > .wrapper {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3); }

#dependence ul {
  padding: 0;
  margin: 0; }

#dependence ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: .2em; }

#dependence ul li a {
  width: 100%;
  display: block;
  padding: .5em;
  background-color: #ef7e25;
  text-decoration: none;
  color: #fff;
  border-left: 2px solid #ef7e25;
  box-sizing: border-box; }

#dependence ul li a:hover {
  color: #575c61;
  border-left: 2px solid #575c61; }

#dependence ul li a.active {
  color: #575c61;
  border-left: 2px solid #575c61; }

#product-description {
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  color: #000;
  /*	border:1px solid green;*/ }
  #product-description .line_style {
    border-bottom: 1px solid #ccc;
    padding: 0;
    font-size: .7em;
    font-weight: 100;
    color: #ccc;
    text-align: right;
    position: relative;
    margin-bottom: .5em; }
  #product-description .titel {
    font-size: 1.5em;
    font-weight: 600; }
  #product-description .art-nr:before {
    content: 'Arikel-Nr.';
    position: absolute;
    left: 0em; }
  #product-description .inhalt:before {
    content: 'Inhalt';
    position: absolute;
    left: 0em; }
  #product-description .available:before {
    content: 'Verfügbarkeit';
    position: absolute;
    left: 0em; }
  #product-description .grund-preis:before {
    content: 'Grundpreis';
    position: absolute;
    left: 0em; }
  #product-description .description {
    font-size: 1em;
    font-weight: 100; }
  #product-description .preis {
    padding: 1em 0 0 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #ef7e25; }
  #product-description .preis:after {
    content: '€';
    margin-left: .5em; }
  #product-description .statt_preis {
    padding: 0;
    font-size: .7em;
    font-weight: 100;
    color: primaryGrey; }
  #product-description .statt_preis:after {
    content: '€';
    margin-left: .5em; }
  #product-description .statt_preis:before {
    content: 'Aktionsprodukt, statt ';
    margin-right: .1em;
    color: red; }
  #product-description .preis-info {
    padding: 1em 0;
    font-size: .8em;
    font-weight: 100;
    font-style: italic; }
    #product-description .preis-info a {
      color: #ef7e25; }
  #product-description .basket {
    background-color: #ef7e25;
    margin-top: 1em;
    padding: 0.5em 1.5em;
    display: inline-block;
    cursor: pointer;
    /*	border-radius: 1.5em;*/
    color: #fff;
    border: 1px solid #ef7e25; }
  #product-description .basket:hover {
    color: #ef7e25;
    background-color: #fff; }
  #product-description .disabled {
    background-color: #323232;
    color: #575c61;
    margin-top: 1em;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: default; }
  #product-description .disabled :hover {
    background-color: #323232;
    color: #575c61;
    margin-top: 1em;
    padding: 0.5em 1em;
    display: inline-block;
    cursor: default; }

#product-template h1 {
  color: #000; }

.stoffe {
  width: 100%;
  display: block;
  margin-bottom: .5em;
  border: 1px solid #ef7e25;
  border-top-left-radius: .2em;
  border-top-right-radius: .2em;
  overflow: hidden; }
  .stoffe .titel {
    padding: 1em 1em;
    cursor: pointer;
    width: 100%;
    display: block;
    background-color: #e3b998;
    font-size: .8em;
    font-weight: 600;
    background-image: url("../images/arrow-down.svg");
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-size: 1em; }
  .stoffe .description {
    padding: 1em 1em;
    width: 100%;
    display: block;
    font-weight: 100;
    border-top: 1px solid #ef7e25;
    display: none; }

.product-show {
  width: 100%;
  /*	max-width: 400px;*/
  margin-top: 2em; }

.product-picture {
  width: 100%;
  /*	max-width: 400px;*/
  margin: auto;
  background-color: #fff;
  position: relative; }
  .product-picture .picture-titel {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center; }

.product-picture:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

#technic-data .description {
  display: block; }
#technic-data .product-pdf {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
  border: 1px solid #ef7e25; }
#technic-data .product-pdf a {
  display: inline-block;
  padding: .5em 1em;
  text-decoration: none;
  color: #ef7e25; }
#technic-data .product-pdf a:hover {
  background-color: #ef7e25;
  color: #fff; }
#technic-data p, #technic-data h1, #technic-data h2, #technic-data h3 {
  color: #575c61; }

#dynamic-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fff;
  z-index: 10000;
  display: none; }
  #dynamic-content .close {
    position: absolute;
    bottom: 1em;
    left: 1em;
    padding: 0.5em 1em;
    background: green;
    cursor: pointer; }

#order-list {
  background-color: #e6e6e6; }
  #order-list .article-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 1em;
    position: relative;
    border-radius: .5em;
    margin-bottom: 1em; }
    #order-list .article-wrapper .art-picture {
      width: 80%;
      margin: auto;
      margin-top: 1em;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #order-list .article-wrapper .art-picture:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    #order-list .article-wrapper .art-titel {
      width: 100%;
      padding: 0;
      color: #ef7e25;
      box-sizing: border-box;
      border-bottom: 1px solid #ef7e25;
      font-weight: 4300;
      font-size: 1.2em; }
    #order-list .article-wrapper .art-options {
      font-size: .8em; }
    #order-list .article-wrapper .art-abstract p {
      font-size: .8em; }
    #order-list .article-wrapper .art-property-wrapper {
      margin: .5em 0; }
    #order-list .article-wrapper .art-property {
      font-size: .8em; }
    #order-list .article-wrapper .art-controls {
      position: absolute;
      bottom: 0em;
      right: 2em;
      width: 80%;
      display: flex;
      justify-content: space-between; }
      #order-list .article-wrapper .art-controls .add-one, #order-list .article-wrapper .art-controls .del-one {
        background: #e6e6e6;
        color: #575c61;
        text-align: center;
        padding: .5em 1em;
        font-size: 1em;
        cursor: pointer;
        border: 1px dotted #ef7e25; }
      #order-list .article-wrapper .art-controls .add-one:hover, #order-list .article-wrapper .art-controls .del-one:hover {
        background: #ef7e25;
        color: #fff; }
      #order-list .article-wrapper .art-controls .art-qty {
        padding: .5em 1em; }
    #order-list .article-wrapper .art-nr {
      font-size: 0.7em; }
    #order-list .article-wrapper .art-nr:before {
      content: 'Artikel-Nr.:';
      margin-right: 1em; }
    #order-list .article-wrapper .info {
      margin-top: 1em;
      font-size: .7em; }
    #order-list .article-wrapper .art-preis {
      padding: 1em 0 0 0;
      font-size: 1.5em;
      font-weight: 600;
      color: #ef7e25; }
    #order-list .article-wrapper .art-preis:after {
      content: '€';
      margin-left: .5em; }
    #order-list .article-wrapper .delete-article {
      position: absolute;
      top: 1em;
      right: 2em;
      padding: .5em 1em;
      background-color: #e6e6e6;
      cursor: pointer;
      /*border:1px dotted $primaryGrey*/ }
    #order-list .article-wrapper .delete-article:hover {
      background-color: #575c61;
      color: #fff; }

/*.total-qty::after{content: '€'; margin-left: .5em;}*/
.total-qty::before {
  content: 'Anzahl der Produkte: ';
  margin-right: .5em; }

.total-amount::after {
  content: '€';
  margin-left: .5em; }

.total-amount::before {
  content: 'Betrag: ';
  margin-right: .5em; }

.sconti::after {
  content: '€';
  margin-left: .5em; }

.sconti::before {
  content: 'Rabatt: ';
  margin-right: .5em; }

.versand::after {
  content: '€';
  margin-left: .5em; }

.versand::before {
  content: 'Versand';
  margin-right: .5em; }

#summary-wrapper {
  width: 100%;
  background-color: #fff;
  padding: 1em;
  position: relative;
  border-radius: .5em; }
  #summary-wrapper .summary-head {
    width: 100%;
    padding: 0;
    color: #ef7e25;
    box-sizing: border-box;
    /*border-bottom:1px solid $prim-color;*/
    font-weight: 400;
    font-size: 1.2em; }
  #summary-wrapper .summary {
    width: 100%;
    padding: 0;
    color: #575c61;
    box-sizing: border-box;
    /*border-bottom:1px solid $prim-color;*/
    font-weight: 400;
    font-size: .9em;
    margin-top: .5em; }
  #summary-wrapper .summary:last-child {
    border-bottom: 1px solid #ef7e25;
    padding-bottom: .5em; }
  #summary-wrapper .gesamt-betrag {
    color: #ef7e25;
    box-sizing: border-box;
    /*border-bottom:1px solid $prim-color;*/
    font-weight: 700;
    font-size: 1em;
    margin-top: .5em; }
  #summary-wrapper .gesamt-betrag::after {
    content: '€';
    margin-left: .5em; }
  #summary-wrapper .gesamt-betrag::before {
    content: 'Zwischensumme, inkl. Mwst.';
    margin-right: .5em; }
  #summary-wrapper #order {
    background-color: #ef7e25;
    color: #fff;
    padding: .5em 1em;
    width: 80%;
    margin: 2em auto;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
  #summary-wrapper #order a {
    color: #fff; }

a.button-small {
  color: #fff; }

a:hover.button-small {
  color: #ef7e25; }

.button-small {
  background-color: #ef7e25;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #ef7e25; }

.button-small:hover {
  color: #ef7e25;
  background-color: #fff; }

.button-small-inverted {
  color: #ef7e25;
  border: none;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 1em;
  text-decoration: none;
  cursor: pointer; }

.button-small-inverted:hover {
  background-color: #ef7e25;
  color: #fff; }

a:link {
  text-decoration: none; }

#client-form input[type=text], #client-form input[type=password], #register-container input[type=text], #register-container input[type=password], #login-container input[type=text], #login-container input[type=password] {
  width: 100%;
  padding: .5em 1em;
  border: none;
  border-radius: .0em;
  color: #575c61;
  background-color: #e6e6e6;
  border: 1px dotted #ef7e25 !important; }
#client-form label.block, #register-container label.block, #login-container label.block {
  display: block;
  font-size: .8em;
  padding-left: 1.5em;
  box-sizing: border-box;
  color: #575c61;
  margin-bottom: 3px; }
#client-form select, #register-container select, #login-container select {
  -webkit-appearance: none;
  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none;
  /*REMOVES DEFAULT FIREFOX STYLE*/
  /*border: 0 !important;*/
  /*REMOVES BORDER*/
  border: 1px dotted #ef7e25 !important;
  border-radius: .0em;
  color: #575c61;
  font-size: 1em;
  font-weight: 100;
  padding: .5em 1em;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background-size: contain;
  /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
  background-color: #e6e6e6;
  background-image: url(../images/drop-down-arrow-prim.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin: 0; }

.account {
  padding: 0.5em 1em;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding-left: 2.5em; }

.account::before {
  content: "";
  background-image: url("../images/Account.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0em;
  top: .3em;
  width: 2em;
  height: 2em; }

/*error*/
@-webkit-keyframes error_msg {
  from {
    bottom: -100px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
/* Add animation (Standard syntax) */
keyframes example from {
  bottom: -100px;
  opacity: 0; }
keyframes example to {
  bottom: 0;
  opacity: 1; }

.error-container {
  padding: 1em;
  padding-right: 2.5em;
  background-color: indianred;
  border-radius: .5em;
  color: #fff;
  position: relative;
  margin: .5em;
  cursor: pointer;
  /* Add animation */
  -webkit-animation-name: error_msg;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s;
  /* Chrome, Safari, Opera */
  animation-name: error_msg;
  animation-duration: 0.5s;
  z-index: 500000000; }

.error-container::after {
  position: absolute;
  right: 1em;
  top: .5em;
  content: '✕'; }

.msg-container {
  padding: 1em;
  padding-right: 2.5em;
  background-color: #ef7e25;
  border-radius: .5em;
  color: #fff;
  position: relative;
  margin: .5em;
  cursor: pointer;
  z-index: 5000000;
  /* Add animation */
  -webkit-animation-name: error_msg;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s;
  /* Chrome, Safari, Opera */
  animation-name: error_msg;
  animation-duration: 0.5s; }

.msg-container::after {
  position: absolute;
  right: 1em;
  top: .5em;
  content: '✕'; }

/*error end*/
.basket-controls {
  position: relative;
  width: 9em;
  display: flex;
  justify-content: space-between;
  margin-left: 1em; }
  .basket-controls .basket-add-one, .basket-controls .basket-del-one {
    width: 3em;
    height: 3em;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer; }
  .basket-controls .basket-add-one {
    background-image: url("../images/plus.svg"); }
  .basket-controls .basket-del-one {
    background-image: url("../images/minus.svg"); }
  .basket-controls .basket-qty {
    padding: .5em 1em;
    font-weight: 600;
    color: #ef7e25;
    font-size: 1.2em; }

.top-page p {
  font-size: .9em; }

.top-page {
  padding: 0 0em !important; }

.footer p {
  font-size: 10pt;
  font-weight: 400; }
.footer h3 {
  font-size: 1em;
  font-weight: 100; }
.footer ul {
  padding: 0;
  margin: 0; }
  .footer ul li {
    list-style-type: none;
    font-size: .8em;
    color: #000; }
    .footer ul li a {
      color: #000; }

.order-summary .order-headline-wrapper {
  background-color: #ef7e25;
  color: #fff;
  padding: .5em;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  font-size: .8em; }
.order-summary .art-picture {
  width: 80%;
  margin: auto;
  margin-top: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
.order-summary .art-picture:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }
.order-summary .art-titel {
  color: #ef7e25; }
.order-summary .art-nr {
  font-size: 0.7em; }
.order-summary .art-nr:before {
  content: 'Artikel-Nr.:';
  margin-right: 1em; }
.order-summary .info {
  margin-top: .5em;
  font-size: .7em; }
.order-summary .art-preis {
  font-weight: 600;
  color: #ef7e25; }
.order-summary .art-preis:after {
  content: '€';
  margin-left: .5em; }
.order-summary .art-preis:before {
  content: 'á';
  margin-right: .5em;
  font-weight: 400; }
.order-summary .art-property-wrapper {
  margin: 0 0 0.5em 0em; }
.order-summary .art-property {
  font-size: .8em; }
.order-summary .order-nr::before {
  content: "Bestellnr.: "; }
.order-summary .order-time::before {
  content: "Bestelldatum: "; }
.order-summary .order-status::before {
  content: "Status der Bestellung: "; }

.hideItem {
  display: none; }

.showItem {
  display: block; }

.switch-button {
  padding: .3em .5em;
  color: #ef7e25;
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
  margin-right: 1em; }

.switch-button:hover {
  background-color: #ef7e25;
  color: #fff; }

.switch-button.aktiv {
  background-color: #ef7e25;
  color: #fff; }

.a-shippment {
  background-color: #ef7e25;
  color: #fff !important;
  padding: .3em .5em;
  margin: 0.5em !important; }

.info-text {
  font-size: .9em; }
  .info-text a {
    font-weight: 600;
    color: #ef7e25 !important; }
  .info-text a:hover {
    color: #575c61 !important; }

.onWhite a {
  font-weight: 600;
  color: #ef7e25 !important; }
.onWhite a:hover {
  color: #575c61 !important; }

.alert {
  color: brown; }

.item-prop {
  min-height: 15em; }

.inverted a {
  text-decoration: none;
  background: #fff;
  color: #ef7e25;
  padding: .5em 1em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
  border: 1px solid #ef7e25; }

.inverted a:hover {
  color: #575c61;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.9); }

.mobile-menu {
  background-color: #e3b998;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3em;
  display: none;
  margin: auto;
  cursor: pointer;
  z-index: 20010; }
  .mobile-menu .home {
    position: absolute;
    left: 2em;
    top: 0;
    width: 3em;
    bottom: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2em;
    background-image: url("../images/home.svg"); }
  .mobile-menu .hotline {
    position: absolute;
    right: 2em;
    top: 0;
    width: 3em;
    bottom: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2em;
    background-image: url("../images/tel.svg"); }

.m-open {
  background-image: url("../images/icon_menu_mobile-prime.svg"); }

.m-close {
  background-image: url("../images/icon_menu_close-white.svg"); }

/*slider*/
.slider {
  position: relative;
  width: 100%;
  z-index: 100; }

.slider-picture {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0;
  cursor: pointer; }

.slider-picture:before {
  content: "";
  display: block;
  padding-top: 60%; }

.info-box-main-slider {
  position: absolute;
  color: #000;
  background-color: RGBA(255, 255, 255, 0.8);
  width: 20%;
  min-width: 25em;
  padding: 2em;
  font-weight: 600;
  bottom: 20%;
  right: 10%;
  border-radius: 1.5em; }
  .info-box-main-slider h2 {
    color: #ef7e25;
    font-weight: 600; }
  .info-box-main-slider .more {
    margin-top: 1em;
    padding: .5em 2em;
    background-color: #ef7e25;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    border-radius: 1.5em; }
  .info-box-main-slider .more:hover {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }
  .info-box-main-slider a {
    background: #ef7e25;
    opacity: 1;
    padding: 1em 2em 1em 2em;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    border-color: RGBA(0, 0, 0, 1);
    border-radius: 99px;
    overflow: hidden;
    text-decoration: none;
    color: #000;
    text-shadow: none; }
  .info-box-main-slider a:hover {
    color: #ef7e25;
    background-color: #fff; }

/*slider*/
@media only screen and (max-width: 1200px) {
  .product-box-hi {
    width: 95%; } }
@media only screen and (max-width: 768px) {
  .reviderm {
    display: none; }

  body {
    margin-top: 7.5em; }

  #mob-nav-fix {
    display: block; }

  #mob-nav {
    display: block;
    z-index: 10000000; }

  /*slider*/
  .slider {
    position: relative;
    width: 100%;
    z-index: 100; }

  .slider-picture {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin: 0;
    margin-bottom: 0em; }

  .slider-picture:before {
    content: "";
    display: block;
    padding-top: 100%; }

  .info-box-main-slider {
    position: absolute;
    color: #000;
    background-color: RGBA(255, 255, 255, 0.8);
    width: 100%;
    padding: 1em;
    font-weight: 600;
    bottom: auto;
    top: 105%;
    right: 0%;
    border-radius: 0em;
    min-width: auto; }
    .info-box-main-slider h2 {
      color: #ef7e25;
      font-weight: 600; }
    .info-box-main-slider .more {
      margin-top: 1em;
      padding: .5em 2em;
      background-color: #ef7e25;
      display: inline-block;
      color: #fff;
      cursor: pointer;
      border-radius: 1.5em; }
    .info-box-main-slider .more:hover {
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }
    .info-box-main-slider a {
      background: #ef7e25;
      opacity: 1;
      padding: 1em 2em 1em 2em;
      box-shadow: none;
      border-width: 0px;
      border-style: solid;
      border-color: #000000;
      border-color: RGBA(0, 0, 0, 1);
      border-radius: 99px;
      overflow: hidden;
      text-decoration: none;
      color: #000;
      text-shadow: none; }
    .info-box-main-slider a:hover {
      color: #ef7e25;
      background-color: #fff; }

  /*slider*/
  .hide-mobil {
    display: none; }

  .footer {
    margin-bottom: 2.5em; }

  #navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0em;
    z-index: 20000;
    display: none; }
    #navigation .root {
      display: none; }
    #navigation #navigation-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 3em;
      z-index: 20000;
      overflow-y: hidden;
      overflow-y: scroll;
      background-color: #e3b998; }
    #navigation #top-sub-nav {
      display: block;
      position: relative; }
      #navigation #top-sub-nav ul {
        padding: 1em 0;
        margin: 0;
        background-color: #fff;
        border-bottom-right-radius: 0em;
        text-align: center; }
        #navigation #top-sub-nav ul li {
          display: inline-block;
          width: 32%;
          /*	border:1px solid green;*/
          /*display:block;*/
          position: relative;
          margin: auto;
          margin-bottom: .5em;
          padding-left: .3em;
          text-align: center; }
          #navigation #top-sub-nav ul li .symbol {
            width: 2.5em;
            height: 2.5em;
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 1.5em;
            cursor: pointer;
            border: 1.5px solid #ef7e25;
            border-radius: 50%;
            margin: auto; }
          #navigation #top-sub-nav ul li a {
            font-size: .6em;
            font-weight: 600; }

  .mobile-menu {
    display: block; }

  .contr {
    margin-top: 2em; }

  .art-controls {
    position: relative !important;
    width: 10em !important;
    right: 0;
    left: 0; }

  .delete-article {
    position: absolute;
    top: 0em !important;
    right: 1em !important; }

  #logos-wrapper {
    height: 220px; }

  .header {
    height: 6em;
    border-bottom: 1px dotted #ef7e25; }
    .header .logo-shop {
      position: relative;
      top: auto;
      left: auto;
      margin: 2.5em auto;
      background-size: contain;
      height: 3em; }
    .header #nav-top {
      position: fixed;
      z-index: 30000;
      display: none;
      align-items: center;
      justify-content: center;
      top: 7em;
      left: 0;
      right: 0;
      bottom: 0em;
      background-color: #ef7e25; }
      .header #nav-top ul li {
        padding: 1em;
        margin: 1em;
        display: block; }

  #dynamic-wrapper .content {
    width: 100%;
    margin: auto;
    /*border-radius:1.5em;
    border-radius:1.5em;*/
    position: relative;
    min-height: 32em;
    height: auto;
    overflow: hidden;
    border: 1px dotted #ccc;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(64, 64, 64, 0.68);
    box-shadow: 0px 0px 17px 5px rgba(64, 64, 64, 0.68);
    background-image: url("../images/dt-logo.png");
    background-position: top center;
    background-size: 18em;
    background-repeat: no-repeat;
    padding: 0;
    padding-top: 5em; }
    #dynamic-wrapper .content h2 {
      text-align: center;
      color: #ef7e25;
      border-bottom: 2px solid #ef7e25;
      margin-bottom: 1.2em; }
  #dynamic-wrapper .close {
    position: fixed;
    z-index: 200000;
    background-image: url("../images/close-x.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    right: .5em;
    top: .5em;
    cursor: pointer; }

  #prop-list {
    position: fixed;
    z-index: 1000;
    text-align: left;
    background-color: #fff;
    left: -100%; }
    #prop-list .item {
      font-size: .8em;
      padding: .25em .5em;
      background-color: #e3b998;
      color: #838383;
      margin: .2em;
      cursor: pointer;
      display: block;
      text-align: right; }
    #prop-list .act {
      color: #fff;
      background-color: #ef7e25; }
    #prop-list .deact {
      color: #fff; }

  #product-data .tab {
    padding: 2em 3em 3em 3em;
    cursor: pointer;
    height: 4em;
    margin: 0 0px -1px 0;
    overflow: hidden;
    width: 100%;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 1em 0;
    height: auto; }
  #product-data .tab:hover {
    background-color: #ccc;
    height: calc(4em + 0px); }
  #product-data .active {
    height: calc(4em + 0px);
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    background-color: #ef7e25;
    color: #fff; }

  #skin-profiler {
    background-color: #fff; }
    #skin-profiler input[type="checkbox"] {
      /* Add if not using autoprefixer */
      -webkit-appearance: none;
      /* Remove most all native input styles */
      appearance: none;
      /* For iOS < 15 */
      background-color: #e3b998;
      margin: 0;
      color: #fff;
      width: 2em;
      height: 2em;
      border: 2px solid #ef7e25;
      border-radius: 0.15em;
      transform: translateY(-0.075em);
      cursor: pointer;
      display: grid;
      place-content: center; }
    #skin-profiler .navigator {
      position: absolute;
      bottom: 1em;
      width: 100%;
      text-align: center; }
    #skin-profiler label {
      padding-left: 1em; }
    #skin-profiler .sub-section-wrapper {
      display: none;
      padding: 1em;
      width: 100%;
      margin: auto;
      position: relative; }
    #skin-profiler .sub-section-wrapper:first-of-type {
      display: block; }
    #skin-profiler .skin-profile-picture {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 4em;
      width: 4em;
      margin-bottom: 1em;
      float: right;
      border-radius: .5em; }
    #skin-profiler .back, #skin-profiler .ahead, #skin-profiler .save {
      background-color: #ef7e25;
      display: inline-block;
      padding: .25em 2em;
      border-radius: 1.5em;
      color: #fff;
      margin: 1em;
      cursor: pointer; }
    #skin-profiler .error {
      background-color: firebrick;
      color: #fff;
      padding: 1em 0;
      font-size: .75em;
      display: none; } }
@media only screen and (max-width: 576px) {
  .top-page {
    padding: 0 2em !important;
    box-sizing: border-box; }

  .category-box {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    margin-bottom: .5em;
    border: 1px dotted #e6e6e6; }
    .category-box .picture {
      position: relative;
      width: 5em;
      height: 5em;
      top: 0;
      left: 0;
      cursor: pointer;
      background-color: #fff;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
    .category-box .titel {
      position: absolute;
      bottom: 1em;
      left: 5em;
      width: auto;
      padding: .0 0;
      text-align: left;
      font-size: 1.5em;
      font-weight: 400; }

  .category-box:before {
    content: "";
    display: block;
    padding-top: 0;
    /* initial ratio of 1:1*/ }

  .footer a {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 0em;
    padding: .25em 0; }
  .footer a:link {
    color: #ef7e25; }
  .footer a:hover {
    color: #fff; }
  .footer a::after {
    content: ''; }
  .footer a:last-child::after {
    content: ''; }
  .footer a:hover::after {
    content: ''; }
  .footer td {
    display: block !important;
    width: 100% !important; } }
