* {
  outline: none;
  padding: 0;
  margin: 0;
  font-family: "Roboto Condensed";
}

body {
  min-height: 100vh;
  background-color: #44200f;
  background-image: url(backs/main.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

header#header {
  height: calc(10vw + 95px);
  background-image: url(backs/wavehead.png), linear-gradient(to bottom, #ee8e26 0%, #ee8e26 60%, rgba(238, 142, 38, 0) 60.01%, rgba(238, 142, 38, 0) 53%, rgba(238, 142, 38, 0) 100%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100vw;
}
@media (min-width: 1400px) {
  header#header img.logo {
    position: absolute;
    top: 20px;
    right: 14vw;
    width: 26vw;
  }
}
@media (max-width: 1399px) and (min-width: 1024px) {
  header#header img.logo {
    position: absolute;
    top: 20px;
    right: 12vw;
    width: 30vw;
  }
}
@media (max-width: 1023px) and (min-width: 600px) {
  header#header img.logo {
    position: absolute;
    top: 20px;
    right: 6vw;
    width: 32vw;
  }
}
@media (max-width: 599px) {
  header#header img.logo {
    position: absolute;
    top: 10px;
    right: 6vw;
    width: 250px;
  }
}
@media (max-width: 440px) {
  header#header img.logo {
    position: absolute;
    top: 10px;
    right: 6vw;
    width: 190px;
  }
}

body.startpage div#container {
  min-height: calc(100vh - ((10vw + 95px) + (10vw + 95px)));
  max-width: 1680px;
  margin: 0 auto 3vw auto;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 1000px) {
  body.startpage div#container {
    width: 70%;
  }
}
@media (max-width: 999px) {
  body.startpage div#container {
    width: 85%;
  }
}
body.startpage div#container h1 {
  color: white;
  font-weight: normal;
  font-size: calc(20px + 1.5vw);
  margin: 0;
}
body.startpage div.slick-slider {
  margin-right: 2%;
}

div#grouplist, div#productlist, div#imagelist {
  text-align: center;
}

h1 {
  color: white;
  text-align: center;
  margin: 15px 0;
  font-size: 26px;
}

h2 {
  color: white;
  text-align: center;
  margin: 30px 0 15px 0;
  font-size: 24px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0;
}

div.product-group-item, div.product-item, div.image-item {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  max-width: 300px;
  margin: 15px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
div.product-group-item div.product-groupimg-frame div, div.product-group-item div.product-img-frame div, div.product-item div.product-groupimg-frame div, div.product-item div.product-img-frame div, div.image-item div.product-groupimg-frame div, div.image-item div.product-img-frame div {
  padding: 5px;
  width: 200px;
  height: 200px;
}
div.product-group-item div.product-groupimg-name, div.product-group-item div.image-name, div.product-item div.product-groupimg-name, div.product-item div.image-name, div.image-item div.product-groupimg-name, div.image-item div.image-name {
  margin-bottom: 0.6em;
  font-weight: bold;
}
div.product-group-item:hover, div.product-item:hover, div.image-item:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 10px white;
}

div.product-item div.links, div.image-item div.links {
  width: 80%;
  margin: 0 auto;
  height: 2em;
}
div.product-item div.links a, div.image-item div.links a {
  color: black;
  font-size: 30px;
}
div.product-item div.links a:first-of-type, div.image-item div.links a:first-of-type {
  float: left;
}
div.product-item div.links a:nth-of-type(2), div.image-item div.links a:nth-of-type(2) {
  float: right;
}
div.product-item div.links a:hover, div.image-item div.links a:hover {
  color: white;
  text-shadow: 0 0 10px black;
}

div.mp-product-detail, div.mp-image-detail {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  vertical-align: center;
  text-align: center;
}
div.mp-product-detail div.mp-product-detail-content, div.mp-product-detail div.mp-image-detail-content, div.mp-image-detail div.mp-product-detail-content, div.mp-image-detail div.mp-image-detail-content {
  background-color: white;
  text-align: center;
  height: 100vh;
  display: inline-block;
  position: relative;
}
div.mp-product-detail div.mp-product-detail-content i#close-button, div.mp-product-detail div.mp-image-detail-content i#close-button, div.mp-image-detail div.mp-product-detail-content i#close-button, div.mp-image-detail div.mp-image-detail-content i#close-button {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 40px;
  cursor: pointer;
}
div.mp-product-detail div.mp-product-detail-content div.mp-image-frame, div.mp-product-detail div.mp-image-detail-content div.mp-image-frame, div.mp-image-detail div.mp-product-detail-content div.mp-image-frame, div.mp-image-detail div.mp-image-detail-content div.mp-image-frame {
  padding-top: 60px;
}
div.mp-product-detail div.mp-product-detail-content div.mp-image-frame div, div.mp-product-detail div.mp-image-detail-content div.mp-image-frame div, div.mp-image-detail div.mp-product-detail-content div.mp-image-frame div, div.mp-image-detail div.mp-image-detail-content div.mp-image-frame div {
  width: 50vw;
  height: 70vh;
}
@media (max-width: 800px) {
  div.mp-product-detail div.mp-product-detail-content div.mp-image-frame div, div.mp-product-detail div.mp-image-detail-content div.mp-image-frame div, div.mp-image-detail div.mp-product-detail-content div.mp-image-frame div, div.mp-image-detail div.mp-image-detail-content div.mp-image-frame div {
    width: 90vw;
  }
}
div.mp-product-detail div.mp-product-detail-content div.mp-link-frame table, div.mp-product-detail div.mp-image-detail-content div.mp-link-frame table, div.mp-image-detail div.mp-product-detail-content div.mp-link-frame table, div.mp-image-detail div.mp-image-detail-content div.mp-link-frame table {
  display: inline-block;
}
div.mp-product-detail div.mp-product-detail-content div.mp-link-frame table tr td, div.mp-product-detail div.mp-product-detail-content div.mp-link-frame table tr th, div.mp-product-detail div.mp-image-detail-content div.mp-link-frame table tr td, div.mp-product-detail div.mp-image-detail-content div.mp-link-frame table tr th, div.mp-image-detail div.mp-product-detail-content div.mp-link-frame table tr td, div.mp-image-detail div.mp-product-detail-content div.mp-link-frame table tr th, div.mp-image-detail div.mp-image-detail-content div.mp-link-frame table tr td, div.mp-image-detail div.mp-image-detail-content div.mp-link-frame table tr th {
  padding: 5px 5px;
  text-align: left;
}
div.mp-product-detail div.mp-product-detail-content div.mp-link-frame table tr td a, div.mp-product-detail div.mp-product-detail-content div.mp-link-frame table tr th a, div.mp-product-detail div.mp-image-detail-content div.mp-link-frame table tr td a, div.mp-product-detail div.mp-image-detail-content div.mp-link-frame table tr th a, div.mp-image-detail div.mp-product-detail-content div.mp-link-frame table tr td a, div.mp-image-detail div.mp-product-detail-content div.mp-link-frame table tr th a, div.mp-image-detail div.mp-image-detail-content div.mp-link-frame table tr td a, div.mp-image-detail div.mp-image-detail-content div.mp-link-frame table tr th a {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

div.back-to-groups {
  text-align: center;
  padding: 10px;
}
div.back-to-groups a {
  color: white;
  font-size: 18px;
  text-decoration: underline;
}
div.back-to-groups a i {
  font-size: 24px;
  color: #eee;
  vertical-align: text-bottom;
  margin-right: 10px;
}

div.fileslist-frame {
  text-align: center;
}
div.fileslist-frame a {
  background-image: url("backs/pdf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 18px;
  padding: 5px 0;
  white-space: nowrap;
  display: inline-block;
  height: 200px;
  width: 150px;
  border-radius: 15px;
  margin: 10px 15px;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
div.fileslist-frame a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 10px white;
}

div.product-mediatext-hint {
  width: 30px;
  height: 30px;
  position: absolute;
  background-image: url(backs/hint.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 300;
  top: 201px;
  right: 20px;
}

div.product-mediatext {
  z-index: 300;
  color: white;
  background-color: #a00;
  box-shadow: 0 0 10px #000;
  max-width: 180px;
  font-size: 16px;
  position: absolute;
  left: 35px;
  top: 70px;
  display: none;
  padding: 8px;
}

div#individual-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 30000;
}
div#individual-popup div.popup-content {
  width: 30vw;
  height: auto;
  background-color: #44210E;
  box-shadow: 0 0 20px black;
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 40px;
  display: inline-block;
  border-radius: 10px;
}
div#individual-popup div.button {
  cursor: pointer;
  padding: 15px 25px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 20px;
}
div#individual-popup div.button:hover {
  box-shadow: 0 0 10px white;
}

div.search input {
  width: 6em;
  height: 1.6em;
  padding: 5px 15px;
  font-size: 24px;
  text-align: center;
  margin-top: 6px;
}

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