@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic);
/* New Color: F16676 */
/* HTML5 Tags */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/* Misc */
/*input[type=button], input[type=submit]  { -webkit-appearance: none; -webkit-border-radius: 0; }*/
::-webkit-input-placeholder {
  color: #5e5e5e;
}

:-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

::-moz-placeholder {
  color: #5e5e5e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #5e5e5e;
}

/* Main */
* {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto";
}

body {
  background-color: #f4f4f4;
  font-family: "Roboto";
  font-weight: 400;
}

@media (max-width: 766px) {
  body {
    background-color: #e8e7e7;
  }
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 991px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 766px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive {
  width: 100%;
  height: auto !important;
  display: block;
}

.vdo-responsive {
  width: 100%;
  height: auto !important;
  display: block;
}

.img-hidden {
  visibility: hidden;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.maxlines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.border {
  border: solid 1px red;
}

.equal {
  overflow: hidden;
}

.equal [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.flex, .flex > div[class*=col-] {
  display: flex;
}

@media (max-width: 766px) {
  .flex, .flex > div[class*=col-] {
    display: block;
  }
}
.container-fluid {
  max-width: 1200px;
}

h1 {
  font-size: 42px;
  font-family: Montserrat;
  color: #373533;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 400;
  color: #75cfcd;
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 766px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 12px;
  }
}
/* Input */
input[type=text], input[type=email], input[type=tel] {
  border-radius: 0px;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #eaeaea;
}

input[type=submit] {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: solid 1px #75cfcd;
  width: 100%;
  background-color: #75cfcd;
  height: 35px;
}

input[type=submit]:hover {
  opacity: 0.7;
}

input.error {
  border: solid 1px #75cfcd;
}

/* Button */
button {
  text-transform: uppercase;
  min-width: 125px;
  font-size: 13px;
  color: #373533;
  border: solid 1px #75cfcd;
  padding: 10px 30px;
  background-color: transparent;
}

button:hover {
  background-color: #75cfcd;
  color: #fff;
}

button.selected {
  background-color: #75cfcd;
  color: #fff;
}

/* Grey out */
.greyscreen {
  position: absolute;
  background-color: #000;
  z-index: 10;
  top: 0px;
  left: 0px;
}

/* Form Error */
.errormsg {
  font-weight: 100;
  margin-bottom: 20px;
  position: relative;
  margin-left: 0px;
  color: #fff;
  background-color: #75cfcd;
  border-radius: 0px;
  padding: 5px 10px;
  line-height: 20px;
  white-space: nowrap;
}

.errormsg .arrow {
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #75cfcd;
}

/* Send Favorites */
.sendfavorites .headline {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 32px;
  color: #373533;
  margin-bottom: 10px;
  text-align: center;
}

.sendfavorites input[type=text], .sendfavorites input[type=email] {
  background-color: #eaeaea;
}

/* Fixed Mobile Menu */
.fixedMobileMenu {
  text-align: center;
  border-top: solid 1px #eaeaea;
  z-index: 999;
  position: fixed;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  height: 80px;
  width: 100%;
}

.fixedMobileMenu a {
  display: inline-block;
  margin-top: 10px;
  width: 24%;
  color: #000;
}

.fixedMobileMenu a img {
  padding-bottom: 5px;
}

/* Mobile */
.mobile .gallery {
  margin: 20px 0px 0px 0px;
}

.mobile .item {
  cursor: pointer;
  margin-bottom: 20px;
}

.mobile .image {
  min-height: 125px;
}

.mobile .headline {
  background-image: url(/media/1017/arrow-small.jpg);
  font-family: Montserrat;
  background-size: 15px 13px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  text-indent: 20px;
  overflow: hidden;
  line-height: 40px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  color: #373533;
}

.mobile .openinghours {
  cursor: pointer;
  font-size: 19px;
  line-height: 70px;
  text-indent: 20px;
  text-transform: uppercase;
  color: #fff;
  background-image: url(/media/1015/crosshair.png);
  background-size: 21px 21px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-color: #373533;
  height: 70px;
}

/* Desktop Gallery */
.desktop .gallery {
  margin: 0px;
}

.desktop .gallery .headline {
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-top: 170px;
  line-height: 75px;
  font-size: 70px;
  font-weight: 700;
  color: #373533;
}

.desktop .gallery .teaser {
  text-align: center;
  font-size: 25px;
  margin: 20px 0px 30px 0px;
}

.prev-slide {
  position: absolute;
  top: 44%;
  z-index: 1;
  left: 2%;
  opacity: 0.5;
}

.prev-slide:hover {
  opacity: 1;
}

.next-slide {
  position: absolute;
  top: 44%;
  z-index: 1;
  left: 95%;
  opacity: 0.5;
}

.next-slide:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .prev-slide {
    visibility: hidden;
  }
  .next-slide {
    visibility: hidden;
  }
}
/* Desktop Boxes */
.desktop .boxouter {
  position: relative;
  margin-top: -70px;
}

.desktop .boxes {
  background-color: #fff;
  box-shadow: 0px 10px 20px #dedede;
}

.desktop .boxes .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.desktop .boxes .box {
  cursor: pointer;
  text-align: center;
  padding-bottom: 20px;
}

.desktop .boxes .box.middle {
  border-right: solid 2px #dbdbdb;
  border-left: solid 2px #dbdbdb;
}

.desktop .boxes .box .icon {
  margin-top: 10px;
}

.desktop .boxes .box .icon img {
  max-width: 50px;
}

.desktop .boxes .box .headline {
  margin: 5px 0px;
  font-family: "Montserrat Light", arial;
  font-size: 18px;
  color: #373533;
}

.desktop .boxes .box .headline.openhours {
  margin: 5px 0px;
  font-size: 24px;
  color: #373533;
}

.desktop .boxes .box .teaser {
  font-size: 13px;
  color: #999999;
}

/* Header */
#header .top {
  background-color: #f4f4f4;
  height: 40px;
  text-align: right;
  padding-bottom: 70px;
}

#header .top .icons {
  text-align: right;
}

#header .top .icons .icon {
  padding-top: 10px;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

#header .top .icons .icon.favorite {
  padding: 0px;
}

#header .top .icons .icon .favorite-header {
  font-size: 12px;
  margin-right: 10px;
  display: inline-block;
}

#header .menu.scroll {
  top: 0px;
  transition: top 0.5s;
}

#header .menu {
  position: fixed;
  top: 40px;
  width: 100%;
  z-index: 999;
  font-family: "Montserrat Light", arial;
  background-color: #fff;
  height: 70px;
  box-shadow: 5px 5px 5px rgba(3, 3, 3, 0.1);
}

#header .menu .logo {
  line-height: 70px;
}

#header .menu .openinghours {
  white-space: nowrap;
  text-align: center;
  margin-top: 15px;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: lighter;
  color: #000;
  text-transform: uppercase;
}

#header .menu .openinghours .link {
  font-size: 10px;
  margin-top: -2px;
}

#header .menu .openinghours .link a {
  color: #999999;
}

#header nav {
  padding-top: 20px;
  font-weight: 100;
  text-align: right;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}

#header nav ul {
  list-style-type: none;
  padding: 0px;
}

#header nav ul li {
  display: inline-block;
  margin-left: 25px;
}

#header nav ul .flexMenu-popup {
  z-index: 9999;
  position: absolute;
  top: 65px;
  right: 5px;
  padding: 0px;
  text-align: left;
  background-color: #fafafa;
  border: solid 1px #c6cacc;
  margin: 0px;
}

#header nav ul .flexMenu-popup li {
  white-space: nowrap;
  padding: 10px 20px 10px 0px;
  margin-bottom: 5px;
  display: block;
}

#header nav ul .flexMenu-popup li:last-child {
  border: 0px;
}

#header nav ul li a {
  display: block;
  white-space: nowrap;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  color: #373533;
}

#header nav ul li a:hover, #header nav ul li a.selected {
  color: #1abc9c;
  text-decoration: none;
}

#header .menu .mobilemenubutton {
  cursor: pointer;
  text-align: right;
  margin-top: 25px;
}

#header .mobilemenu {
  padding-bottom: 20px;
  box-shadow: -5px 5px 20px #373533;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 255px;
  background-color: #dbdbdb;
}

#header .mobilemenu .header {
  padding: 15px 20px;
  background-color: #373533;
  height: 70px;
}

#header .mobilemenu .header .openinghours {
  font-family: "Montserrat Light", arial;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

#header .mobilemenu .header .openinghours .link {
  font-size: 12px;
  font-weight: 100;
}

#header .mobilemenu .header .openinghours .link a {
  color: #fff;
}

#header .mobilemenu .header .close {
  display: inline-block;
  margin-top: 8px;
}

#header .mobilemenu .items {
  background-color: #fff;
  font-family: "Montserrat Light", arial;
  min-height: 50px;
  font-size: 13px;
  font-weight: lighter;
  color: #373533;
}

#header .mobilemenu .items .item {
  cursor: pointer;
  line-height: 40px;
  text-indent: 20px;
  border-bottom: solid 1px #dbdbdb;
}

#header .mobilemenu .extra {
  background-color: #f4f4f4;
  min-height: 50px;
}

#header .mobilemenu .extra .item {
  cursor: pointer;
  line-height: 40px;
  text-indent: 10px;
  border-bottom: solid 1px #dbdbdb;
}

#header .mobilemenu .extra .item .icon {
  display: inline-block;
  width: 25px;
  text-align: center;
}

#header .mobilemenu .extra .item .text {
  display: inline-block;
  margin-left: 10px;
}

@media (max-width: 766px) {
  #header .menu {
    position: relative;
    top: 0px;
    box-shadow: none;
  }
}
/* Top Media */
.topmedia {
  min-height: 320px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topmedia h1 {
  margin-top: 140px;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media (max-width: 766px) {
  .topmedia {
    display: none;
    min-height: 100px;
    background-image: none !important;
    background-color: #333333;
  }
  .topmedia h1 {
    font-size: 22px;
    margin-top: 20px;
  }
}
/* Text */
.text table {
  max-width: 100%;
  height: auto !important;
}

.text img {
  max-width: 100%;
  height: auto !important;
}

.text iframe {
  max-width: 100%;
  max-height: auto !important;
}

.text a {
  color: #1abc9c;
}

/* Context */
.context {
  margin: 60px 0px;
}

@media (max-width: 766px) {
  .context {
    margin: 30px 0px;
  }
}
/* Competition */
.competition .info {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.competition .info .inner {
  margin-top: 20px;
}

.competition .info .inner .text {
  font-size: 13px;
  color: #373533;
  margin-top: 20px;
}

.competition .form {
  background-color: #fff;
  width: 100%;
  padding-top: 40px;
}

.competition .form form {
  width: 80%;
  position: relative;
  left: 10%;
  z-index: 9;
}

.competition .form form input {
  margin-bottom: 15px;
}

.competition .form form input[type=submit] {
  background-color: #75cfcd;
}

.competition .form form input[type=submit]:hover {
  background-color: #75cfcd;
}

@media (max-width: 766px) {
  .competition .form {
    padding: 0px;
  }
}
/* Newsletter */
.newsletter .info {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.newsletter .info .inner {
  margin-top: 20px;
}

.newsletter .info .inner .text {
  font-size: 13px;
  color: #373533;
  margin-top: 20px;
}

.newsletter .form {
  background-color: #fff;
  width: 100%;
  padding-top: 15%;
}

.newsletter .form h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #373533;
}

.newsletter .form form {
  width: 80%;
  position: relative;
  left: 10%;
  z-index: 9;
}

.newsletter .form form input {
  margin-bottom: 15px;
}

.newsletter .form form input[type=submit] {
  background-color: #75cfcd;
}

.newsletter .form form input[type=submit]:hover {
  background-color: #75cfcd;
}

@media (max-width: 766px) {
  .newsletter .form {
    padding: 0px;
  }
}
/* Document */
.document {
  margin-bottom: 30px;
}

.document .top {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px;
  border-bottom: solid 1px #dbdbdb;
}

.document .top .share {
  padding-left: 20px;
  width: 100%;
  cursor: pointer;
  color: #999999;
  border-left: solid 1px #dbdbdb;
}

.document .top .share img {
  margin-right: 10px;
}

.document .top .share:hover {
  text-decoration: underline;
}

.document .text {
  min-height: 363px;
  background-color: #fff;
  font-size: 13px;
  padding: 20px;
}

.document .text h1 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.document .text h2 {
  margin-bottom: 20px;
}

@media (max-width: 766px) {
  .document .top {
    border-top: solid 1px #dbdbdb;
  }
  .document .top .share {
    border: 0px;
  }
}
/* Simple Redirect List */
.simpleredirectlistheadline {
  font-size: 32px;
  font-family: "Montserrat Light", arial;
  color: #373533;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Simple Redirect List Item */
.simpleredirectlist-item {
  padding-top: 0;
  background-color: #fff;
  border: solid 1px #c0c0c0;
  margin-bottom: 30px;
}

.simpleredirectlist-item:hover {
  cursor: pointer;
  opacity: 0.7;
  box-shadow: 0 0 5px 0 #888888;
}

.simpleredirectlist-item .text {
  background-color: #fff;
  font-size: 13px;
  padding: 10px 20px;
}

.simpleredirectlist-item .text .headline {
  font-size: 16px !important;
  text-align: left;
}

.simpleredirectlist-item .text .teaser {
  font-size: 12px;
}

/* Activities */
.activityheadline {
  font-size: 32px;
  font-family: "Montserrat Light", arial;
  color: #373533;
  margin-top: 50px;
  margin-bottom: 30px;
}

.activityteaser {
  font-size: 16px;
  color: #1abc9c;
  margin-bottom: 30px;
}

/* Activity */
.activity {
  margin-bottom: 30px;
  padding-top: 10px;
}

.activity-item {
  background-color: #fff;
  border: solid 1px #c0c0c0;
}

.activity-item:hover {
  cursor: pointer;
  opacity: 0.7;
  box-shadow: 0 0 5px 0 #888888;
}

.activity .cta {
  margin-top: 30px;
  text-align: center;
}

.activity .top {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px;
  border-bottom: solid 1px #dbdbdb;
}

.activity .top .date {
  padding-left: 30px;
  color: #1abc9c;
}

.activity .top .share {
  cursor: pointer;
  color: #999999;
  border-left: solid 1px #dbdbdb;
}

.activity .top .share img {
  margin-right: 10px;
  transition: background-color 0.3s, color 0.3s;
  transition-timing-function: ease-in-out;
}

.activity .top .share:hover {
  text-decoration: underline;
}

.activity .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: 370px;
}

.activity .text {
  background-color: #fff;
  font-size: 13px;
  padding: 10px 20px;
}

.activity .text .headline, .activity .text h1 {
  font-family: "Montserrat Light", arial;
  margin-bottom: 10px;
  font-size: 28px;
  color: #373533;
  text-transform: capitalize;
}

.activity .text .teaser, .activity .text h2 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}

.activity-item .share {
  margin-top: 20px;
  padding: 0 20px;
}

.activity-item .text .date {
  margin-top: 5px;
  color: #1abc9c;
}

.activity-item .text .headline {
  margin-top: 5px;
  font-size: 18px !important;
  text-align: left;
}

.activity-item .text .teaser {
  margin-top: 10px;
  font-size: 12px;
}

@media (max-width: 766px) {
  .activity .text .headline {
    font-size: 22px;
  }
  .activity .text .teaser {
    font-size: 14px;
  }
  .activity .top {
    border-top: solid 1px #dbdbdb;
    font-size: 11px;
  }
  .activity .top .share {
    border: 0px;
  }
}
@media (max-width: 320px) {
  .activity .text .headline {
    font-size: 20px;
  }
  .activity .text .teaser {
    font-size: 12px;
  }
}
/* Slickit */
.slickit {
  margin: 0px -15px;
}

.slickit .next, .slickit .prev {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 17px);
}

.slickit .prev:hover, .slickit .next:hover {
  opacity: 0.7;
}

.slickit .prev {
  left: 5px;
}

.slickit .next {
  right: 5px;
}

.slickit .prev, .slickit .next {
  width: 60px;
}

.slickit .next img, .slickit .prev img {
  width: 60px;
}

.slickit .slick-slide {
  height: 100%;
  margin: 0px 15px;
  padding: 0px;
  outline: none;
}

.slickit .slick-track {
  margin: 0px;
  padding: 0px;
}

.slick-dots {
  color: transparent;
  background-color: transparent;
  display: none !important;
}

/* Inspiration item */
.inspirations {
  margin-bottom: 30px;
}

.inspirations .inspirationitem {
  margin-top: 30px;
  background-color: #fff;
}

.inspirationitem {
  border: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;
}

.inspirationitem:hover {
  opacity: 0.7;
}

.inspirationitem .title {
  font-family: "Montserrat Light", arial;
  margin: 10px;
  font-size: 18px;
}

.inspirationitem .image {
  margin: 12px;
}

.inspirationitem .more {
  display: none;
  margin: 10px;
  font-size: 14px;
}

@media (max-width: 766px) {
  .inspiration .fb {
    float: left;
    margin-bottom: 20px;
  }
}
/* Categories */
ul.categories {
  list-style-type: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

ul.categories li {
  display: inline-block;
}

ul.categories li a {
  color: #000;
  padding: 10px 20px;
  line-height: 45px;
}

ul.categories li a:hover, ul.categories li .current {
  color: #fff;
  text-decoration: none;
  background-color: #1abc9c;
}

ul.categories .flexMenu-popup {
  z-index: 9999;
  position: absolute;
  top: 65px;
  right: 5px;
  padding: 0px;
  text-align: left;
  background-color: #fafafa;
  border: solid 1px #c6cacc;
  margin: 0px;
}

ul.categories .flexMenu-popup li {
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  margin-bottom: 5px;
  display: block;
  border-bottom: solid 1px #c6cacc;
}

ul.categories .flexMenu-popup li:last-child {
  border: 0px;
}

/* Offer item */
.offers .headline {
  margin: 20px 0px 30px 0px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
}

.offers .headline.shop {
  margin: 30px 0px 0px 0px;
}

.offers .offeritem {
  margin: 15px 0px;
}

.offeritem {
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  border: solid 1px #e5e5e5;
  text-align: center;
  cursor: pointer;
  height: 100%;
}

.offeritem:hover {
  opacity: 0.7;
}

.offeritem .image {
  height: 300px !important;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.offeritem .image .discount {
  position: absolute;
  height: 25px;
  bottom: 0px;
  width: 100%;
  font-size: 16px;
  line-height: 25px;
}

.offeritem .title {
  font-size: 18px;
  margin: 15px 5px 0px 10px;
  text-align: left;
  font-weight: bold;
}

.offeritem .customer {
  font-size: 14px;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;
}

.offeritem .before {
  font-size: 15px;
  text-decoration: line-through;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;
}

.offeritem .after {
  font-size: 15px;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;
}

.offeritem .after .price {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 766px) {
  .offeritem .image {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .offeritem .title {
    font-size: 12px;
  }
}
/* Alpha Sort */
.alphasort {
  font-size: 16px;
  margin-bottom: 20px;
}

.alphasort a {
  color: #000;
}

.alpha {
  text-transform: uppercase;
  font-size: 15px;
  margin-left: -10px;
}

.list .alpha {
  text-align: right;
  margin-bottom: 20px;
}

.alpha a {
  color: #000;
  margin-left: 10px;
}

.alpha a.selected, .alpha a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 766px) {
  .alpha {
    margin: 9px 0px 0px -9px;
    text-align: center;
  }
  .list .alpha {
    margin-top: -10px;
  }
  .alpha a {
    display: inline-block;
    margin: 9px 0px 0px 9px;
    background-color: #eee;
    padding: 10px 0px;
    width: 45px;
  }
  .alpha a.selected, .shops .alpha a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
  }
}
iframe.emplate-mall-web-shell {
  width: 100%;
  border: 0;
}

/* Shops */
.shops .industries {
  background-color: #fff;
}

.shops .industries .industry {
  cursor: pointer;
  border: solid 1px transparent;
  text-indent: 20px;
  line-height: 40px;
  border-bottom: solid 1px #f4f4f4;
}

.shops .industries .industry:hover {
  border: solid 1px #1a3853;
}

.shops .industries .industry.selected {
  background-color: #1a3853;
  color: #fff;
  border-color: #1a3853;
}

.shops .alpha {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 40px;
  background-color: #fff;
  text-indent: 30px;
  margin-left: 0px;
  border-bottom: solid 1px #dbdbdb;
}

.shops .alpha a {
  color: #999999;
  padding-right: 10px;
}

.shops .alpha a.selected {
  text-decoration: underline;
}

.shops .shop {
  background-color: #fff;
  font-family: "Montserrat";
  line-height: 30px;
  padding: 20px;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 30px;
}

.shops .shop a {
  color: #373533;
}

.shops .shop .match:hover {
  box-shadow: 0 0 5px 0 #888888;
  opacity: 0.7;
}

@media (max-width: 766px) {
  .shops .alpha {
    padding: 10px 0;
    text-indent: 0px;
    margin-bottom: 10px;
  }
  .shops .alpha a {
    padding: 0;
  }
}
/* Shop Item */
.shopitem .info {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.shopitem .info .inner {
  margin-top: 20px;
}

.shopitem .info .inner .text {
  font-size: 13px;
  color: #373533;
  margin-top: 20px;
}

/* Offers */
.offers {
  margin-top: 70px;
}

.offers .headline {
  text-transform: uppercase;
  font-family: Montserrat;
  margin: 20px 0px 50px 0px;
  font-size: 30px;
  color: #373533;
  text-align: center;
  font-weight: 300;
}

.offers .teaser {
  margin-bottom: 30px;
  font-size: 16px;
  color: #1abc9c;
  text-align: center;
}

.offers .footer {
  margin-top: 50px;
  text-align: center;
  font-size: 13px;
  color: #373533;
  margin-bottom: 50px;
}

.offers .footer .link {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  color: #1abc9c;
  text-transform: uppercase;
}

.offers .footer .link img {
  margin-right: 10px;
}

@media (max-width: 766px) {
  .offers {
    margin-top: 30px;
  }
  .offers .headline {
    font-size: 22px;
  }
  .offers .teaser {
    font-size: 24px;
  }
}
/* Inspirations */
.inspirations .headline {
  margin: 40px 0px 30px 0px;
  font-size: 32px;
  font-family: "Roboto";
  color: #373533;
  text-align: center;
}

.inspirations .inspiration {
  cursor: pointer;
  margin-bottom: 30px;
}

.inspirations .inspiration .info {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.inspirations .inspiration .info .inner {
  margin-top: 15%;
}

.inspirations .inspiration .info .headline {
  font-family: "Roboto";
  font-size: 18px;
  color: #373533;
  text-transform: uppercase;
}

.inspirations .inspiration .info .teaser {
  max-height: 40px;
  -webkit-line-clamp: 2;
  font-size: 13px;
  color: #999999;
  margin: 15px 0px;
}

.inspirations .inspiration.small .img-outer {
  padding-left: 0px;
}

.inspirations .inspiration.small .info-outer {
  padding-right: 0px;
}

.inspirations .inspiration.small .info {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

.inspirations .inspiration.small img {
  max-height: 300px;
}

.inspirations .inspiration.big .info .headline {
  font-family: "Montserrat";
  font-size: 32px;
}

.inspirations .inspiration.big .info .teaser {
  margin: 20px 0px 50px;
  max-height: 65px;
  -webkit-line-clamp: 3;
  font-size: 16px;
}

.inspirations .inspiration.big .info .text {
  margin-bottom: 30px;
}

@media (max-width: 766px) {
  .inspirations .headline {
    font-size: 22px;
  }
  .inspirations .inspiration {
    margin-bottom: 0px !important;
  }
  .inspirations .inspiration .info .inner {
    margin-top: 0px;
  }
  .inspirations .inspiration.big .info .headline {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 10px 0;
  }
  .inspirations .inspiration.big .info .teaser {
    margin-top: 10px;
    font-size: 13px;
  }
  .inspirations .inspiration.small .one {
    margin-bottom: 30px;
  }
  .inspirations .inspiration.small .img-outer {
    padding-left: 15px;
  }
  .inspirations .inspiration.small .info-outer {
    padding-right: 15px;
  }
}
/* Footer */
#footer {
  margin-top: 50px;
}

#footer .sup {
  min-height: 205px;
  padding: 30px 0px 40px 0px;
  background-color: #fff;
}

#footer .sup .quickicon {
  margin: 30px 0 60px 0;
}

#footer .sup .quickicon:hover {
  opacity: 0.7;
  cursor: pointer;
}

#footer .sup .bigimage:hover {
  opacity: 0.7;
  cursor: pointer;
}

#footer .sup .menu {
  font-size: 13px;
  text-transform: uppercase;
}

#footer .sup .menu .headline {
  margin-bottom: 15px;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 18px;
  color: #373533;
}

#footer .sup .menu .item {
  line-height: 25px;
}

#footer .sup .menu .item a {
  color: #999999;
}

#footer .sup .follow .headline {
  margin-bottom: 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #373533;
}

#footer .sup .follow .item {
  cursor: pointer;
  padding-bottom: 15px;
}

#footer .sup .follow .item .image {
  text-align: center;
  width: 20px;
  display: inline-block;
}

#footer .sup .follow .item .name {
  font-size: 13px;
  font-weight: 100;
  text-transform: uppercase;
  color: #999999;
  margin-left: 15px;
  display: inline;
}

#footer .sup .newsletter {
  margin-top: 30px;
}

#footer .sup .newsletter .image {
  position: absolute;
  top: 0px;
  display: inline-block;
  width: 30px;
  text-align: center;
}

#footer .sup .newsletter .headline {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  color: #373533;
}

#footer .sup .newsletter .teaser {
  margin-top: 20px;
  font-size: 13px;
  color: #999999;
}

#footer .sup .newsletter form {
  margin-top: 20px;
}

#footer .bottom {
  padding: 25px 0px;
  color: #f4f4f4;
  font-family: Montserrat;
  font-size: 13px;
  min-height: 70px;
  background-color: #333333;
}

#footer .bottom .address {
  margin-top: 10px;
  font-weight: 100;
}

#footer .bottom .icons {
  text-align: right;
}

#footer .bottom .icons .icon {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 766px) {
  #footer .sup {
    padding: 20px 0px;
  }
  #footer .sup .quickicon {
    margin: 15px 0;
  }
  #footer .sup .menu .headline {
    margin-top: 30px;
    font-weight: lighter;
  }
  #footer .sup .menu .item {
    display: inline-block;
    margin-right: 15px;
  }
  #footer .sup .follow {
    margin-top: 30px;
  }
  #footer .sup .newsletter {
    margin-top: 20px;
  }
  #footer .sup .newsletter .image {
    padding-top: 20px;
  }
  #footer .sup .newsletter .headline {
    font-weight: lighter;
    padding-top: 20px;
  }
  #footer .bottom .address {
    margin-top: 0px;
  }
  #footer .bottom .icons {
    margin-top: 20px;
    text-align: center;
  }
  #footer .bottom .icons .icon {
    margin-right: 20px;
  }
}