@import "/_includes/css/awesome.css";
/*
File:       defaults.less
Project:    @prototype
Date:       17.08.2019 8:39:24
Revisions:
Copyright:  @2019 P.Morgner <scripts@moroli-media.com>, https://moroli-media.com
*/
@font-face {
  font-family: 'OpenSansItalic';
  src: url('/_includes/fonts/OpenSans-Italic.eot');
  src: url('/_includes/fonts/OpenSans-Italic?#iefix') format('embedded-opentype'), url('/_includes/fonts/OpenSans-Italic.woff') format('woff'), url('/_includes/fonts/OpenSans-Italic.ttf') format('truetype');
}
.hyphenate {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.blau {
  color: #005eb0;
}
.dBlau {
  color: #1e343a;
}
body {
  color: #1e343a;
}
img {
  max-width: 100%;
}
body {
  font-family: OpenSansItalic, sans-serif;
  font-weight: 400;
  font-style: 400;
  font-size: 20px;
}
.headBg {
  background: url('/_includes/img/bg_header.jpg') no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}
.headBg .box-shadow {
  box-shadow: inset 0 -7px 9px -7px rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.headBg .head {
  padding: 0;
}
.headBg .head img {
  width: 100%;
}
.headBg .head img[src*="logo"] {
  display: block;
  position: absolute;
  right: 230px;
  top: 35px;
  max-width: 540px;
}
@media screen and (max-width: 1600px) {
  .headBg .head img[src*="logo"] {
    right: 3%;
    max-width: 40%;
  }
}
@media screen and (max-width: 1199px) {
  .headBg .head img[src*="logo"] {
    right: 15px;
    top: 15px;
  }
}
.marquee {
  position: sticky;
  top: 50px;
  z-index: 2147483640;
}
[class^="container"] .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  [class^="container"] .container {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
  }
}
.nav,
.marquee {
  height: 50px;
  border-top: solid 1px #cbd6d9;
  border-bottom: solid 1px #cbd6d9;
  box-sizing: border-box;
}
.nav {
  font-size: 16px;
  position: sticky;
  top: 0;
  z-index: 2147483641;
  background: #1e343a;
}
.nav a.shopLink {
  background: url('/_includes/img/shop_spread.svg') no-repeat;
  background-position: top center;
  background-size: 100%;
  margin-top: -9px;
  width: 87px;
  height: 35px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.nav a.shopLink.active,
.nav a.shopLink:hover {
  background-position: bottom center;
}
.nav [src*="shop"] {
  width: 87px;
}
.nav .icon-menu {
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-top: -1.85rem;
  display: none;
}
.nav .container ul {
  padding-left: 0;
  list-style: none;
  align-items: center;
  line-height: 1.2;
}
.nav .container ul li {
  float: left;
  margin-right: 30px;
}
.nav .container ul li:last-of-type {
  margin-right: 0;
}
.nav .container ul li a {
  color: #fff;
}
.nav .container ul li a:hover {
  color: #005eb0;
}
.nav .container ul li.active a {
  color: #005eb0;
}
@media screen and (max-width: 991px) {
  .nav .container ul {
    display: none;
    position: absolute;
    right: 15px;
    top: 49px;
    z-index: 2147483647;
    background: #1e343a;
    padding: 2px 15px 5px;
  }
  .nav .container ul li {
    display: block;
    float: none;
    margin-right: 0;
    text-align: right;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .nav .container [src*="shop"] {
    float: left;
    margin-top: .45rem;
  }
  .nav .container .icon-menu {
    display: inline-block;
    margin-top: -.70rem;
    margin-right: -30px;
  }
}
.marquee {
  background: #e6eff7;
  border-bottom: solid 1px #cbd6d9;
}
.marquee p {
  height: 50px;
  display: grid;
  align-items: center;
}
.shop {
  background: #e0aa00;
  border-bottom: solid 1px #eff3f4;
}
.shop [class*="col"] {
  height: 100px;
}
.shop [class*="col"]:nth-child(odd) p {
  line-height: 2.5;
  font-size: 2.5rem;
  color: #fff;
}
.shop [class*="col"]:nth-child(odd) p span {
  color: #005eb0;
}
.shop [class*="col"]:nth-child(even) p {
  line-height: 2.5;
  font-size: 1.5rem;
  color: #fff;
}
.shop .cartCounter {
  color: #fff;
  font-size: 1.25rem;
  display: inline-block;
  height: 6.3rem;
  line-height: 4.7;
}
.shop .cartCounter:hover {
  text-decoration: none;
}
.shop .cartCounter:after {
  content: ' ';
  background: url('/_includes/img/cart.svg') no-repeat;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  position: relative;
  top: 1.2rem;
}
.shop .cartCounter input {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline;
  border: 0;
  max-width: 2rem;
  text-align: right;
  color: #fff;
}
.shopContainer [class*="col"]:nth-child(odd) img {
  border: solid 2px #e0aa00;
  display: block;
  box-sizing: border-box;
}
.shopContainer h1 {
  color: #005eb0;
  font-size: 1.85rem;
  font-weight: 600;
  margin-top: -1.6rem;
  margin-bottom: 1.9rem;
}
.shopContainer h1:before {
  content: url('/_includes/img/h1_line-top_y.svg');
}
.shopContainer p {
  margin-bottom: 2rem;
}
.shopContainer p:last-child {
  margin-bottom: 3rem;
}
.shopContainer a.details,
.shopContainer a.cart {
  display: inline-block;
  width: 16rem;
  border: solid 1px #000;
  font-weight: 600;
  padding: .5rem 1rem;
}
.shopContainer a.details:hover,
.shopContainer a.cart:hover {
  text-decoration: none;
}
.shopContainer a.details {
  margin-right: 1rem;
  color: #000;
  background: #f7eabf;
}
.shopContainer a.cart {
  color: #fff;
  background: #e0aa00;
}
.cartContainer h1 {
  font-size: 2rem;
  margin-bottom: 1.3rem;
}
.cartContainer .payment [type="radio"] {
  display: none;
}
.cartContainer .payment [type="radio"] + label:before {
  content: ' ';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/_includes/img/radio_spread.svg') no-repeat;
  background-position: center top;
  background-size: 32px;
  position: relative;
  top: .5rem;
  margin-right: .5rem;
}
.cartContainer .payment [type="radio"]:checked + label:before {
  background-position: center bottom;
}
.cartContainer .payment [src$="PayPal.svg"] {
  width: 6rem;
  position: relative;
  top: -.15rem;
}
.referenzen {
  background: #e6eff7;
  margin-bottom: -5.5rem;
}
.referenzen [src*="arrow_circled"] {
  width: 48px;
  height: auto;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .referenzen [src*="arrow_circled"] {
    display: none;
  }
}
.referenzen .moSlideBox {
  display: flex;
  align-items: center;
  align-content: center;
  max-width: 100%;
  overflow-x: hidden;
}
.referenzen .moSlideBox .moSlide {
  width: calc(100% - 106px);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .referenzen .moSlideBox .moSlide {
    width: 100%;
  }
}
.referenzen .moSlideBox .moSlide .moImages {
  position: relative;
  /*	a {
                    //display: inline-block;
								display:  table-cell;
                 //margin: 2rem 18px;
								padding:0 20px;
								text-align:center;
								width:auto;
								height:150px;
								white-space: normal;
								vertical-align:middle;
								border:1px solid #ccc;
                } */
}
.referenzen .moSlideBox .moSlide .moImages img {
  display: inline-block;
}
.referenzen .moPager {
  text-align: center;
}
.referenzen .moPager span {
  font-family: arial, helvetica, sans-serif;
  font-size: 4rem;
  margin: 0 .25rem;
  color: #e6eff7;
  display: inline-block;
  cursor: default;
}
.kontakt {
  background: #eff3f4;
}
.kontakt,
[name="cart"] {
  padding-bottom: 60px;
}
.kontakt .row,
[name="cart"] .row {
  margin: 0;
}
.kontakt .row div:first-child > p,
[name="cart"] .row div:first-child > p {
  margin-bottom: .25rem;
}
.kontakt .row div:first-child > p a,
[name="cart"] .row div:first-child > p a {
  color: #1e343a;
}
.kontakt [type="checkbox"],
[name="cart"] [type="checkbox"] {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
}
.kontakt [type="checkbox"] + label,
[name="cart"] [type="checkbox"] + label {
  position: relative;
  top: .5rem;
  margin-right: .2rem;
  line-height: .5;
}
.kontakt [type="checkbox"] + label:before,
[name="cart"] [type="checkbox"] + label:before {
  content: ' ';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/_includes/img/bg_checkbox.svg') no-repeat;
  background-size: 32px auto;
  background-position: top left;
}
.kontakt [type="checkbox"]:checked + label:before,
[name="cart"] [type="checkbox"]:checked + label:before {
  background-position: bottom left;
}
.kontakt select,
[name="cart"] select,
.kontakt [type="text"],
[name="cart"] [type="text"],
.kontakt [type="email"],
[name="cart"] [type="email"],
.kontakt textarea,
[name="cart"] textarea {
  border: solid 1px #1e343a;
  border-radius: 0;
  font-size: 1.0rem;
  padding: .3rem .3rem .3rem 1rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
  color: #1e343a;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.kontakt select,
[name="cart"] select {
  color: #869295;
  width: calc(49%);
  float: left;
  background: url('/_includes/img/bg_select.svg ') no-repeat #ffffff;
  background-position: 98% center;
  background-size: auto 60%;
}
.kontakt select:invalid,
[name="cart"] select:invalid {
  color: gray;
}
.kontakt select:first-of-type,
[name="cart"] select:first-of-type {
  margin-right: 1%;
}
.kontakt select:last-of-type,
[name="cart"] select:last-of-type {
  margin-left: 1%;
}
@media screen and (max-width: 1199px) {
  .kontakt select,
  [name="cart"] select {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.kontakt [type="text"],
[name="cart"] [type="text"],
.kontakt [type="email"],
[name="cart"] [type="email"],
.kontakt textarea,
[name="cart"] textarea {
  clear: left;
  width: 100%;
}
.kontakt textarea,
[name="cart"] textarea {
  height: 11rem;
}
.kontakt small + p,
[name="cart"] small + p {
  margin-top: .4rem;
}
.kontakt p a,
[name="cart"] p a {
  color: #e0aa00;
}
.kontakt [type="submit"],
[name="cart"] [type="submit"] {
  background: #e0aa00 !important;
  color: #fff;
}
[name="cart"] select,
[name="cart"] [type="email"],
[name="cart"] [type="text"] {
  border: solid 2px #e0aa00;
}
[name="cart"] select,
[name="cart"] [type="email"] {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
[name="cart"] [type="checkbox"] {
  display: none;
}
[name="cart"] [type="checkbox"] + label:before {
  background: url('/_includes/img/bg_checkbox_y.svg') no-repeat;
  background-size: 32px auto;
  background-position: top left;
}
[name="cart"] [type="checkbox"]:checked + label:before {
  background-position: bottom left;
}
.checkstate .invalid,
.checkstate *:invalid {
  border: solid 2px red !important;
}
.container.footer {
  display: grid;
  align-items: center;
  height: 3rem;
  font-size: 16px;
}
.container.footer ul {
  list-style: none;
  padding-left: 0;
}
.container.footer ul li {
  float: left;
  margin-right: 1rem;
}
.container.footer ul li:last-child {
  margin-right: 0;
}
.container.footer ul li a {
  color: #525252;
}
.kontakt h1,
.referenzen h1,
.extra h1 {
  margin-top: -3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 991px) {
  .kontakt [class*="col-"]:nth-child(1) {
    margin-bottom: 30px;
  }
}
.content {
  margin-top: 2.2rem;
  /* UVB */
  overflow-x: hidden;
  /* h1 zerreisst alles */
}
.content .row {
  margin-top: 15px;
  /* UVB */
  margin-bottom: 15px;
  /* UVB */
}
.content.widthList strong {
  color: #005eb0;
}
.content.widthList .row {
  margin-bottom: 30px;
}
.content [class*="col-"] {
  position: relative;
}
.content [class*="col-"] img {
  max-width: 100%;
  height: auto;
}
.content h1:before {
  content: url('/_includes/img/h1_line-top.svg');
  display: block;
  width: 66px;
  min-width: 66px;
  height: auto;
  margin-bottom: .7rem;
}
.content p.overImage {
  display: grid;
  height: 100%;
  max-height: 160px;
  position: absolute;
  width: calc(87%);
  align-items: center;
  text-align: center;
  padding: 0 12px;
  top: 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
.content ul {
  list-style: none;
  line-height: 1.0;
  padding-left: 25px;
}
.content ul :before {
  content: '•';
  color: #005eb0;
  font-size: 120%;
  margin-right: .45rem;
  position: relative;
  top: .1em;
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.7 em;
  /* Also needed for space (tweak if needed) */
  margin-left: -0.7em;
  /* Also needed for space (tweak if needed) */
}
.content li {
  margin-bottom: 5px;
}
.content button,
.content [type="submit"] {
  background: #f7eabf;
  border: solid 1px #000;
  width: 21.75rem;
  max-width: 100%;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
  padding: .3rem .3rem .3rem 1rem;
  font-weight: bold;
}
.content a.btn {
  background: #f7eabf;
  border: solid 1px #000;
  color: #000 !important;
  border-radius: 0;
  width: 21.75rem;
  max-width: 100%;
  font-size: 1.3rem;
  text-align: left;
  box-sizing: border-box;
  padding: .3rem .3rem .3rem 1rem;
  font-weight: bold;
}
.content a {
  color: #005eb0 !important;
}
.errorOverflow {
  box-sizing: border-box;
  background: rgba(255, 0, 255, 0.5);
}
@media screen and (max-width: 767px) {
  [class*="col-md-"] {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  [class*="col-lg-3"] {
    margin-bottom: 30px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  [class*="col-md-4"] {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  [class*="col-md-3"] {
    margin-left: auto;
    margin-right: auto;
    max-width: 255px;
  }
}
.likeTable {
  display: table;
  width: 100%;
}
.likeTable > div {
  display: table-row;
}
.likeTable > div > div {
  display: table-cell;
}
.likeTable > div > div:nth-child(even) {
  text-align: right;
}
.borderYellow {
  border: solid 2px #e0aa00;
  box-sizing: border-Box;
  padding: 15px;
}
.borderYellow [name="artCounter"] {
  border: solid 2px #e0aa00;
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2;
  margin: 1rem 0;
  padding: 0;
}
.borderYellow [class*="icon"] {
  font-size: 1.5rem;
  color: #005eb0;
  position: relative;
  top: .1rem;
  cursor: pointer;
}
.borderYellow [class*="icon"]:hover {
  color: #e0aa00;
}
.borderYellow [class*="icon"]:before {
  margin: 0;
  padding: 0;
}
.borderYellow [class*="icon"]:first-of-type:before {
  margin-left: .5rem;
}
.borderYellow [class="icon-trash"] {
  color: red;
}
.borderYellow strong {
  color: #005eb0;
}
.borderYellow .cartImg {
  float: left;
  width: 150px;
  height: 150px;
  position: relative;
}
.borderYellow .cartImg img {
  position: absolute;
  bottom: 12.5%;
  margin: 1rem 0 -1rem;
}
/*TICKER*/
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
[name="lieblingsfarbe"] {
  position: absolute;
  left: 12000px;
}
.news {
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 50px;
  overflow-x: hidden;
}
.news .ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: calc(50px - 4px);
  padding-left: 100%;
  box-sizing: content-box;
}
.news .ticker-wrap .ticker {
  font-size: 16px;
  display: inline-block;
  height: 2.7rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  animation-name: ticker;
}
.news .ticker-wrap .ticker:hover {
  animation-play-state: paused;
}
.news .ticker-wrap .ticker .item,
.news .ticker-wrap .ticker .item a {
  display: inline-block;
  padding: 0 2rem;
  white-space: nowrap;
  color: #1e343a;
}
