/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
/* standard page overview */

.overviewPage .itemWrap .title,
.detailPage .detailWrap .title {
  margin-bottom: 0;
}
.overviewPage .itemWrap .picture,
.detailPage .detailWrap .picture {
  display: block;
  width: 100%;
}
.overviewPage .itemWrap .picture img,
.detailPage .detailWrap .picture img {
  width: inherit;
}
.overviewPage .itemWrap .date,
.detailPage .detailWrap .date {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .overviewPage .itemWrap {
    overflow: hidden;
  }
  .overviewPage .itemWrap .item:not(.full) {
    float: left;
    margin-right: 1.483914368%;
    margin-bottom: 1.483914368%;
    width: 49.258042816%;
  }
  .lt-ie9 .overviewPage .itemWrap .item:not(.full) {
    /*IE 8*/
    width: 48.516085632%;
  }
  .overviewPage .itemWrap .item:not(.full):nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.483914368%;
  }
  .overviewPage .itemWrap .item:not(.full):nth-of-type(2n) {
    margin-right: 0;
  }
}
.overviewPage .itemWrap .item {
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.overviewPage .itemWrap .item:not(.full) {
  border-bottom: 1px solid #dedede;
  min-height: 120px;
  overflow: hidden;
}
.overviewPage .itemWrap .item .anchorTitle {
  color: #454545;
}
.overviewPage .itemWrap .item .anchorTitle:hover {
  color: #2b2b2b;
}
.overviewPage .itemWrap h3 {
  margin: 0 0 10px;
}
.overviewPage .itemWrap h3 a {
  color: #454545;
  font-weight: 700;
  font-size: 15px;
}
.overviewPage .itemWrap h3 a:hover {
  color: #ffcf00;
  text-decoration: none;
}
.overviewPage .itemWrap h4 {
  color: #dedede;
  margin: 0 0 10px;
}
.overviewPage .itemWrap .itemContent {
  line-height: 18px;
  margin: 0 0 15px;
}
.overviewPage .itemWrap a.itemLink {
  color: #454545;
  margin: 0 20px 0 0;
  text-decoration: none;
}
.overviewPage .itemWrap a.itemLink:hover {
  text-decoration: underline;
}
.stores.overviewPage .item > .anchorTitle > h2 {
  white-space: normal;
  font-size: 24px;
}
/* standard page detail */

.detailPage .detailWrap {
  position: relative;
  overflow: hidden;
}
.detailPage .detailWrap .teaser {
  font-weight: bold;
}
.detailPage .detailWrap .content {
  margin: 0 0 30px;
}
