/*
@import 'mixins';
*/
/* copy / paste

div {
  @include border-radius(5px);
}

@include box-shadow($left, $top, $blur, $color, $inset: false);
@include box-shadow(0, 0, 10px , #333);
@include box-shadow(0, 3px, 6px , rgba(0,0,0,0.2));

@include text-shadow(1px 1px 0px #fff); // apple
@include text-shadow(1px 1px 2px rgba(0,0,0,0.3) ); // shadow
@include text-shadow (1px 1px 0px white,2px 2px 0px #222); // line
@include text-shadow (1px 1px 0px #202020, -1px -1px 0px #606060); // emboss
@include text-shadow (0px 0px 10px #00ff0f, -1px -1px #000); // acid

@include opacity(0.5);

@include transition(all, 0.2s, ease-in-out);


//Use type "vertical", "horizontal", or "radial"
@include gradient(vertical,#FFFFFF,#000000);
@include gradient(vertical,#666,darken(#666,10%));


@include verticalalign;
@include clearfix;
@include group; // clearfix IE 8 and up


*/
/*

undokumentiert !!

*/
/*
p {
  font-size:2em;
  @include example-media-query {
    font-size:1em;
  }
}
*/
html, body {
  font-family: 'Roboto', 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  margin: 0;
  padding: 0;
  background: #e1d9d9;
  -webkit-font-smoothing: subpixel-antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0; }

h1 {
  font-size: 27.2px; }

h2 {
  font-size: 23.8px; }

h3 {
  font-size: 18.7px; }

h4 {
  font-size: 17px; }

strong, b {
  font-weight: 400; }

.block {
  overflow: hidden; }

.nowrap {
  white-space: nowrap; }

.clear, #clear {
  height: .1px;
  font-size: .1px;
  line-height: .1px;
  clear: both; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

a, p {
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  color: #000; }

.padding {
  padding: 24px 40px 64px 24px; }

@media only screen and (max-width: 1024px) {
  .padding.first {
    padding: 64px 40px 24px 24px; }
  .mod_iso_cart .format-white {
    padding-top: 64px; } }

.inline-block {
  display: inline-block;
  vertical-align: top; }

img {
  display: block; }

figure {
  margin: 0; }

.img-responsive img {
  width: 100%;
  height: auto; }

/* video */
.mejs-container {
  background: #e1d9d9; }

.padding-bottom {
  margin-bottom: 64px; }

.old .mdl-demo .mdl-layout__header-row {
  padding-left: 40px; }

.old .mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit; }

.old .mdl-demo .mdl-layout__tab-bar-button {
  display: none; }

.old .mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none; }

.old .mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.old .mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible; }

.mod_iso_productreader figure {
  position: relative; }
  .mod_iso_productreader figure figcaption {
    position: absolute;
    tsop: -20px;
    bottom: 0;
    right: 0;
    padding: 10px 24px;
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    font-size: 0.8rem;
    line-height: 1; }

.mod_iso_productreader .radio_container {
  padding: 0px 8px 0 0;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: right 18px;
  padding-right: 40px;
  /* Farben Icon */
  /*
         icon_farbe
icon_farbe_1
icon_farbe_2
icon_auge
icon_size
        */
  /* auge */ }
  .mod_iso_productreader .radio_container .radio-box {
    position: relative;
    min-height: 42px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
    margin: 5px 0;
    padding: 3px;
    /*            &.checked {
                            background-color: rgba(#ffab40, 0.95);
                        background: rgba(#000, 0.1);

                        }*/ }
    .mod_iso_productreader .radio_container .radio-box input {
      position: absolute;
      top: 3px;
      left: 4px; }
    .mod_iso_productreader .radio_container .radio-box label {
      padding-left: 25px;
      display: block; }
      .mod_iso_productreader .radio_container .radio-box label:hover {
        cursor: pointer; }
    .mod_iso_productreader .radio_container .radio-box .lc {
      display: inline-block;
      vertical-align: top; }
    .mod_iso_productreader .radio_container .radio-box .ic {
      display: inline-block;
      vertical-align: top;
      margin-top: 1px;
      margin-right: 8px; }
  .mod_iso_productreader .radio_container.radio_container {
    background-image: url("/files/format_farbmuster/__farbe.png"); }
  .mod_iso_productreader .radio_container.icon_farbe_1 {
    background-image: url("/files/format_farbmuster/__farbe1.png"); }
  .mod_iso_productreader .radio_container.icon_farbe_2 {
    background-image: url("/files/format_farbmuster/__farbe2.png"); }
  .mod_iso_productreader .radio_container.icon_auge {
    background-image: url("/files/format_farbmuster/__eye.png"); }
  .mod_iso_productreader .radio_container.icon_size {
    background-image: url("/files/format_farbmuster/__size.png"); }

.mod_iso_productreader .text_produkt {
  margin: 0 0 20px 0; }

.mod_iso_productreader .basket {
  margin-top: 20px; }

.mod_iso_productreader .hinweis_leder {
  margin-top: 12px;
  padding: 8px 8px 16px 10px;
  padding: 8px 0 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

legend {
  color: #666;
  font-size: 0.9rem; }

.mdl-layout__drawer {
  background: #302625;
  padding-top: 16px;
  border-right: none; }
  .mdl-layout__drawer a .mdl-layout__title, .mdl-layout__drawer a .mdl-layout__subtitle {
    font-size: 35.7px;
    line-height: 1.2;
    color: #ffab40;
    padding-left: 18px; }
  .mdl-layout__drawer a .mdl-layout__subtitle {
    font-size: 16.15px;
    margin-bottom: 10px; }
  .mdl-layout__drawer a {
    color: #fff;
    text-decoration: none;
    border: none;
    font-weight: 300; }
  .mdl-layout__drawer nav {
    margin-bottom: 32px; }
  .mdl-layout__drawer ul.level_1 {
    padding: 0;
    margin: 0 0 0 0; }
    .mdl-layout__drawer ul.level_1 li a {
      display: block;
      font-size: 21.25px;
      line-height: 1;
      padding: 8px 0 6px 18px;
      margin: 0;
      font-weight: 300; }
      .mdl-layout__drawer ul.level_1 li a.mt {
        margin-top: 32px; }
    .mdl-layout__drawer ul.level_1 li a:hover, .mdl-layout__drawer ul.level_1 li a:focus {
      background: #473837;
      background: rgba(255, 171, 64, 0.1); }
    .mdl-layout__drawer ul.level_1 li a.active, .mdl-layout__drawer ul.level_1 li.trail, .mdl-layout__drawer ul.level_1 li a.trail {
      background: #5b4846;
      background: rgba(255, 171, 64, 0.95);
      color: #302625;
      color: #000; }
  .mdl-layout__drawer ul.level_2 {
    padding: 0;
    margin: 0 0 12px 0; }
    .mdl-layout__drawer ul.level_2 li a {
      display: block;
      font-size: 14.45px;
      line-height: 1.2;
      padding: 1px 0 2px 19px;
      margin: 0;
      /*            &.last {
                            padding-bottom:6px;
                            border-bottom: 1px solid lighten($bg-color,15%);;
                        }*/ }
    .mdl-layout__drawer ul.level_2 li a:hover, .mdl-layout__drawer ul.level_2 li a:focus {
      background: #473837;
      background: rgba(255, 171, 64, 0.1); }
    .mdl-layout__drawer ul.level_2 li a.active, .mdl-layout__drawer ul.level_2 li.trail, .mdl-layout__drawer ul.level_2 li a.trail {
      background: #5b4846;
      background: rgba(255, 171, 64, 0.2);
      color: #fff; }
    .mdl-layout__drawer ul.level_2 .material-icons {
      position: absolute;
      margin-top: 4px;
      right: -55px;
      color: #ffab40;
      color: #fff;
      font-size: 16px; }

.mdl-layout__drawer-button {
  margin: 8px 0 0 8px;
  background: #302625;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  line-height: 56px; }
  .mdl-layout__drawer-button .material-icons {
    font-size: 30px;
    color: #fff;
    color: #ffab40; }

/* ==========  Select Field Variables ========== */
/* ==========  Select Field ========== */
/* Style Select Field */
select {
  font-family: inherit;
  background-color: #fcfcfc;
  width: 100%;
  padding: 4px 0;
  font-size: 16px;
  color: #333;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.12); }
  select option {
    font-size: 16px; }

/* Remove focus */
select:focus {
  outline: none; }

#adresse {
  display: none;
  padding-left: 20px;
  margin-top: 40px;
  padding-bottom: 12px; }
  #adresse a, #adresse p {
    font-size: 11.9px;
    color: #fff;
    line-height: 1.3; }
  #adresse a:hover, #adresse a:focus {
    color: #ccc; }

.mdl-card {
  background: #fff; }

.mdl-card__media {
  position: relative; }

.mdl-card-navigation {
  background-color: #ffab40; }
  .mdl-card-navigation .image_container {
    background-color: white; }
  .mdl-card-navigation .image_container a img {
    opacity: 1; }
  .mdl-card-navigation .image_container a:hover img {
    opacity: 0.85; }
  .mdl-card-navigation h2, .mdl-card-navigation h3, .mdl-card-navigation a, .mdl-card-navigation p, .mdl-card-navigation div {
    font-weight: 300;
    line-height: 1.2;
    color: #000; }
  .mdl-card-navigation h2, .mdl-card-navigation h3 {
    font-size: 24px;
    margin-bottom: 10px; }

.gallery-thumb-wrapper {
  text-align: center;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .gallery-thumb-wrapper figure {
    display: inline-block;
    vertical-align: top; }
  .gallery-thumb-wrapper figure a {
    display: block;
    margin: 8px;
    margin-right: -4px;
    border: 1px solid rgba(0, 0, 0, 0.1); }

.mdl-button.mdl-button--icon {
  background: #ffab40;
  background: rgba(0, 0, 0, 0.54);
  color: #fff; }

.mdl-card__menu.next {
  right: 12px;
  top: 10px; }

.before {
  /*    position: fixed;
        bottom: 10px;
        display: inline-block;
        border: 1px dotted red;
    position: relative;
    left: 24px;
    bottom:24px;
    */
  margin: 24px 0 24px 24px; }

.mdl-card__title {
  padding-bottom: 0;
  padding-top: 10px; }
  .mdl-card__title .format-produkt-titel {
    text-decoration: none; }

.format-detailansicht {
  background: #fff;
  padding: 0;
  margin: 0; }
  .format-detailansicht .format-produkt-titel {
    padding-bottom: 16px; }

.mdl-grid.format-white {
  background: #fff; }

.mdl-button.mdl-button--accent.format-button {
  background: #ffab40;
  color: #000;
  text-transform: none;
  font-weight: 300;
  font-size: 15px;
  margin-top: 6px;
  padding: 0 15px; }
  .mdl-button.mdl-button--accent.format-button i {
    margin: 0;
    padding: 0 0 2px 0; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

a.icon-nav-shop .material-icons {
  margin: 1px 8px 2px 8px;
  font-size: 20px;
  opacity: 0.9;
  float: right; }

.mod_iso_cart ul,
.mod_iso_cart li, .mod_iso_checkout ul,
.mod_iso_checkout li {
  list-style: none;
  margin: 0;
  padding: 0; }

.mod_iso_cart table, .mod_iso_checkout table {
  border-spacing: 0; }

.mod_iso_cart td, .mod_iso_checkout td {
  padding: 10px 15px 1px 0px;
  vertical-align: top; }
  .mod_iso_cart td h3, .mod_iso_checkout td h3 {
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3; }

.mod_iso_cart .mod_iso_cart, .mod_iso_cart .mod_iso_checkout, .mod_iso_checkout .mod_iso_cart, .mod_iso_checkout .mod_iso_checkout {
  background-color: #fff; }
  .mod_iso_cart .mod_iso_cart ul,
  .mod_iso_cart .mod_iso_cart li, .mod_iso_cart .mod_iso_checkout ul,
  .mod_iso_cart .mod_iso_checkout li, .mod_iso_checkout .mod_iso_cart ul,
  .mod_iso_checkout .mod_iso_cart li, .mod_iso_checkout .mod_iso_checkout ul,
  .mod_iso_checkout .mod_iso_checkout li {
    list-style: none;
    margin: 0;
    padding: 0; }

.info_container {
  margin-top: 24px; }
  .info_container a.edit {
    padding: 4px 10px 3px 10px;
    background: #ffab40;
    font-weight: 300;
    font-size: 0.9rem;
    border-radius: 1px; }
  .info_container h3 {
    line-height: 1.5; }
  .info_container div {
    line-height: 1.25; }

.mdl-textfield {
  width: 100%; }

.mod_iso_checkout ol,
.mod_iso_checkout li {
  list-style: none;
  margin: 0;
  padding: 0; }

.mod_iso_checkout .steps li {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  background: #ffab40 url("/files/format_theme/checked_gray.png") 8px center no-repeat;
  padding: 8px 16px 8px 40px;
  margin: 10px 20px 20px 0;
  margin-top: 50px; }
  .mod_iso_checkout .steps li span, .mod_iso_checkout .steps li a {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .mod_iso_checkout .steps li {
      background: #ffab40;
      padding: 4px 8px 4px 5px;
      margin: 0px 4px 7px 0;
      margin-top: 50px; }
      .mod_iso_checkout .steps li span, .mod_iso_checkout .steps li a {
        font-size: 0.8rem;
        line-height: 1.3rem;
        font-weight: 400; } }
.mod_iso_checkout .steps li.passed {
  background: #ffab40 url("/files/format_theme/checked.png") 8px center no-repeat; }
  @media only screen and (max-width: 767px) {
    .mod_iso_checkout .steps li.passed {
      background: #ffab40; } }
.mod_iso_checkout .steps li.upcoming span {
  color: #999; }

.mod_iso_checkout .error {
  color: #ff0000; }
  .mod_iso_checkout .error input {
    boorder: 2px solid #ff0000; }

#iso_ajaxBox {
  width: 70%;
  left: 15%;
  background-color: #ffac43;
  border: 2px solid #000;
  border: none;
  font-size: 0.85rem;
  padding: 9px 46px 9px 20px;
  min-height: 80px; }

@media only screen and (max-width: 767px) {
  #iso_ajaxBox {
    width: auto;
    left: 15px;
    right: 15px;
    top: 16%;
    font-size: 1rem;
    padding: 12px 40px 24px 24px; } }

.format_leder_wrapper {
  margin-bottom: 30px; }
  .format_leder_wrapper .format_leder_container {
    margin-bottom: 20px;
    background: none; }
  .format_leder_wrapper .format_leder_item {
    margin: 0 10px 20px 0;
    font-size: 0.9rem;
    vertical-align: top;
    display: inline-block; }
    .format_leder_wrapper .format_leder_item .text, .format_leder_wrapper .format_leder_item .teaser {
      margin-top: 6px;
      max-width: 98px;
      line-height: 1.15rem; }
    @media only screen and (max-width: 600px) {
      .format_leder_wrapper .format_leder_item {
        width: 80px; } }
