/* ----------  VARIABLES ----------------- */
/* ----------  IMPORTS ----------------- */
.main-menu {
  text-align: center;
  background-color: #f2f2f2;
  padding: 30px 0 4em;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.04);
}

.main-menu .logo {
  margin-bottom: 1em;
  display: block;
}

.main-menu ul {
  text-align: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-menu li {
  border-top: 1px solid #d9d9d9;
}

.main-menu li:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.main-menu li a {
  display: inline-block;
  width: 100%;
  padding-left: 2em;
  line-height: 2.4em;
  color: #393939;
}

.main-menu li a:hover,
.main-menu li.is-active > a {
  background-color: #fafafa;
  color: #cb4c0b;
}

/* Level 2 */
.main-menu li ul {
  display: none;
}

.main-menu .is-open {
  background-color: #fafafa;
}

.main-menu .is-open ul {
  display: block;
}

.main-menu .is-open li {
  font-size: 0.9rem;
}

.main-menu .is-open li a {
  line-height: 2.2em;
  padding-left: 2.5rem;
}

/* --------- Produkt-Menue ---------*/
.product-menu {
  position: relative;
  background-color: #d85b1a;
  margin-bottom: 30px;
}

.product-menu ul {
  display: table;
  width: 100%;
  list-style: none;
  padding: 0;
}

.product-menu li {
  display: table-cell;
  text-align: center;
}

.product-menu a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 0.9em;
  padding: 0.6em 0.4em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #cb4c0b;
  border-right: none;
}

.product-menu li:last-of-type a {
  border-right: 1px solid #cb4c0b;
}

.product-menu a:hover {
  color: rgba(255, 255, 255, 0.9);
  background-color: #d55817;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-color: #bc470a;
}

.product-menu li:hover + li a {
  border-left-color: #bc470a;
}

.product-menu li:hover:last-of-type a {
  border-right-color: #bc470a;
}

.product-menu a.is-active {
  background-color: #e3692a;
}

.product-menu a.is-active:hover {
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #cb4c0b;
}

@media only screen and (min-width: 1000px) {
  .product-menu a {
    font-size: 1em;
    padding: 0.6em;
  }
}
/*  Dropdown */
.product-menu li ul {
  display: none;
}

.product-menu li:hover ul {
  display: block;
  position: absolute;
  width: auto;
  z-index: 9999;
  background-color: #e3692a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.product-menu li li {
  display: block;
}

.product-menu li li a {
  font-size: 0.9em;
  line-height: 1.1em;
  text-align: left;
  border: 1px solid #cb4c0b;
  border-top: none;
}

.product-menu .level1 > li:last-of-type ul {
  right: 0;
}

@media only screen and (max-width: 520px) {
  .product-menu {
    display: none;
  }
}
/* --------- Meta-Menue ---------*/
footer a {
  color: #F3F3F3;
}

footer a:hover {
  text-decoration: underline;
}

footer nav {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 14px;
}

footer nav a {
  font-size: 0.875em;
  color: #F3F3F3;
  padding: 0.5em;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.uniform-errors {
  padding: 5px 10px;
  color: red;
  font-weight: bold;
  border-left: 2px solid red;
  margin: 20px 0px;
}

.uniform-success {
  font-weight: bold;
  margin: 20px 0px;
  padding: 5px 10px;
}

label {
  display: block;
}

input,
textarea {
  display: block;
  line-height: 1.5;
  min-width: 400px;
  margin-bottom: 1em;
}

.contact textarea {
  min-height: 200px;
}

.submit-button {
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #ccc;
  min-width: 0;
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.product-buttons {
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.product-buttons a {
  font-size: 0.9em;
  display: inline-block;
  position: relative;
  font-weight: 600;
  background-color: #e3692a;
  text-decoration: none;
  line-height: 1.35em;
  padding: 7px 14px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-buttons a:hover {
  background-color: #f3793a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(27, 11, 0, 0.2);
}

.product-buttons a svg {
  position: absolute;
  left: 12px;
  top: 11px;
}

.product-buttons a span {
  display: inline-block;
  color: #fff;
  padding-left: 40px;
}

.product-image {
  text-align: center;
}

a.product-sheet span {
  padding-left: 35px;
}

.questions {
  font-size: 0.9em;
  background-color: #F3F3F3;
  padding: 1em 1.5em;
}

.reviews h2 {
  margin-left: 15px;
}
.reviews .review {
  font-size: 15px;
  padding: 10px 15px;
  margin-bottom: 0.5em;
}
.reviews .review:nth-child(2n+1) {
  background-color: #f3f3f3;
}
.reviews .review-text {
  margin-bottom: 0.5em;
}

.product-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-bottom: 2.5em;
  width: 100%;
  margin-bottom: 1em;
  background-color: #F3F3F3;
}

.product-item_title {
  display: block;
  text-decoration: none !important;
}

.product-item_title h1 {
  color: #262626;
  font-size: 1.1rem;
  background-color: #DFDFDF;
  padding: 10px;
}

.product-item .product-item_button {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.875em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #E3692A;
  padding: 0.3em 0.6em;
}

.product-item .product-item_button:hover {
  background-color: #f3793a;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(27, 11, 0, 0.2);
}

.product-item_desctiption {
  font-size: 0.875rem;
  color: #6F6F6F;
  padding: 0 15px;
}

.product-item_desctiption p {
  margin: 0;
}

.product-item img {
  padding: 0 15px;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .product-item {
    width: 48.5%;
  }

  .product-item:nth-of-type(2n) {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 780px) and (max-width: 999px) {
  .product-item {
    width: 100%;
  }

  .product-item:nth-of-type(2n) {
    margin-left: 0;
  }
}
/* ----------  BASICS ----------------- */
html {
  position: relative;
  color: #333;
  min-height: 100%;
  padding-top: 40px;
  font-family: "Open Sans", sans-serif;
  background-color: #868686;
}

body {
  position: relative;
  background-color: #dadada;
}

a {
  color: #393939;
  text-decoration: none;
}

.main-region h2, .main-region h3, .main-region h4 {
  margin-top: 30px;
}
.main-region img {
  margin-bottom: 0.1em;
}

.main-region a {
  color: #DB6528;
  font-weight: 600;
  text-decoration: underline;
}

.main-region a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

footer {
  position: relative;
}

/* ----------  LAYOUT  -------------------- */
body::before {
  position: absolute;
  top: -100px;
  display: block;
  content: "";
  height: 300px;
  width: 100%;
  background-color: #e3692a;
  transform: skewY(-2.5deg);
}

.main-region {
  background-color: #fff;
  min-height: 500px;
  padding: 20px 30px 30px;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.06);
}

.page-title {
  font-size: 1.625em;
}

.main::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 200px;
  width: 100%;
  background-color: #868686;
  transform: skewY(-1.5deg);
}

.fb-link {
  display: inline-block;
  padding: 1em;
}

.fb-link svg {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

/* ----------  Content  -------------------- */
figure {
  text-align: center;
}

.float-left {
  float: left;
}

figure.float-left {
  margin-left: 0px;
  margin-top: 0px;
}

.float-right {
  float: right;
}

figure.float-right {
  margin-right: 0px;
  margin-top: 0px;
}

figcaption {
  color: #000;
  font-style: italic;
}

.video {
  margin-top: 1em;
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 54%;
  padding-top: 25px;
  height: 0;
}

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

.inhaltselement-artist {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.inhaltselement-artist:last-of-type {
  border-bottom: none;
}

.inhaltselement-audio figure {
  text-align: left;
  margin-left: 0;
}

body.how-to-order h3 {
  margin-top: 35px;
}
body.how-to-order h3 .germanflag img {
  width: 30px;
  height: 20px;
}
body.how-to-order h3 figure {
  float: left;
  margin: 3px 10px 0px 0px;
}
body.how-to-order h3 img {
  margin: 0px;
  padding: 0px;
}

article {
  margin-bottom: 50px;
}
article h3 span {
  float: right;
  font-weight: normal;
  color: #999;
}

hr {
  border: 0;
  height: 1px;
  background: #eee;
  margin: 20px 0px;
}

/* GALLERY IMG without bottom margin */
.klg-cols-5 img, .klg-cols-2 img, .klg-cols-3 img, .klg-cols-4 img, .klg-mobilecols-2 img {
  margin: 0px;
}

.importantmessage {
  background: #000000;
  color: #FFFFFF;
  position: absolute;
  left: 20px;
  right: 0px;
  top: 0;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 120%;
}

.importantmessage-padding {
  height: 70px;
}

/*# sourceMappingURL=main.css.map */
