@charset "UTF-8";
/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
/* promobar */
.category-banner {
  max-width: 860px;
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .category-banner {
      margin-left: 0;
      margin-right: 0; } }
  body.level-sub .category-banner {
    margin-bottom: 0; }
  .category-banner img {
    position: relative;
    left: -50%;
    min-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    height: 60vh;
    margin-left: 50%; }
    @media (min-width: 768px) {
      .category-banner img {
        min-width: auto;
        max-height: auto;
        width: 100%;
        height: auto; } }
  .category-banner h1 {
    justify-content: flex-start;
    text-align: left;
    font-family: Cezanne, Cabrito, Georgia, Times, Times New Roman, serif;
    text-transform: none;
    border: none;
    font-size: 4rem;
    line-height: 4.2rem;
    margin: 70px 0 20px 0;
    padding: 0; }
    @media (min-width: 980px) and (max-width: 1199px) {
      .category-banner h1 {
        margin: 80px 0 30px 0; } }
    @media (min-width: 1200px) {
      .category-banner h1 {
        margin: 90px 0 35px 0; } }
  .category-banner img + h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Cezanne, Cabrito, Georgia, Times, Times New Roman, serif;
    position: absolute;
    border: 2px solid #4C4E56;
    font-size: 3.5rem;
    line-height: 3.8rem;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    left: 40px;
    bottom: 40px;
    text-transform: none;
    background-color: #fff;
    padding: 10px;
    margin-top: 0; }

.breadcrumbs {
  position: absolute;
  top: 10px;
  left: auto;
  font-size: 1.12rem;
  line-height: 1.3rem;
  z-index: 200;
  right: 0;
  text-align: right; }
  @media (min-width: 768px) {
    .breadcrumbs {
      top: 10px;
      max-width: 60%; } }
  .breadcrumbs a {
    color: #aaa;
    text-align: left;
    padding-right: 3px; }
    .breadcrumbs a:before {
      content: " » "; }
    .breadcrumbs a:nth-of-type(-n+3):before {
      content: ""; }
    .breadcrumbs a:link, .breadcrumbs a:visited {
      color: #778070; }
    .breadcrumbs a:active, .breadcrumbs a:hover {
      color: #d6713e; }
    .breadcrumbs a.index-0 {
      display: none; }
    .breadcrumbs a.index-1 {
      display: none; }
  section.teaser .breadcrumbs {
    left: auto;
    top: 23px; }
    @media (max-width: 767px) {
      section.teaser .breadcrumbs {
        left: 0;
        right: auto;
        text-align: left; } }

.item-breadbrumb {
  display: inline-block;
  margin: 0px 10px; }

/* Pager */
.pager {
  width: 100%;
  padding: 12px;
  text-align: center; }
  .pager a {
    border: 1px solid #68808c;
    margin: 2px;
    padding: 6px 12px;
    border-radius: 17px; }
    .pager a.sel {
      background-color: #d6713e;
      border-color: #d6713e;
      color: #fff; }
    .pager a.off {
      border-color: #ccc;
      color: #ccc; }
    .pager a.prev, .pager a.next {
      border: none; }
    .pager a:hover {
      border-color: #d6713e; }

#start-banner {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  #start-banner img {
    max-width: 100%;
    height: auto; }

#close_menu.visible {
  background-color: rgba(220, 215, 210, 0.8); }
