/*#52771B*/
/* promobar */
/*#7e3bd0*/
/*#d03bc4*/
/* media up to # */
/* media from # up */
/* promobar */
.title-lines h2,
.title-lines h3,
section.best h2,
section.best h3 {
  overflow: hidden;
  text-align: center;
  display: block;
  font-weight: normal;
  text-transform: none;
  margin: 0;
  border-top: 2px solid rgba(76, 78, 86, 0.7);
  padding-top: 30px; }
  .title-lines h2:after,
  .title-lines h3:after,
  section.best h2:after,
  section.best h3:after {
    background-color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    content: '\002022';
    display: inline-block;
    position: absolute;
    height: auto;
    top: -15px;
    left: 0;
    right: 0;
    vertical-align: middle;
    color: #8c8b8b;
    padding: 0 15px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem; }
  .title-lines h2:before,
  .title-lines h3:before,
  section.best h2:before,
  section.best h3:before {
    display: none; }

.title-lines {
  width: 100%;
  margin-bottom: 40px; }

.title-action-right {
  top: -13px; }

section.best {
  position: relative; }
  section.best h3 {
    margin-bottom: 40px; }

section.teaser {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px; }
  section.teaser h1 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2rem; }
    @media (min-width: 768px) {
      section.teaser h1 {
        font-size: 2.4rem;
        font-weight: normal;
        line-height: 3rem; } }
  section.teaser .section-content {
    display: block;
    flex: 0 1 49%;
    hyphens: auto;
    -webkit-hyphens: auto; }
    section.teaser .section-content h3 {
      margin: 0;
      font-size: 1.5rem;
      line-height: 1.8rem; }
    section.teaser .section-content p {
      hyphens: auto;
      font-size: 1.3rem;
      line-height: 1.8rem; }
    @media (max-width: 543px) {
      section.teaser .section-content {
        flex: 0 0 100%; } }
  section.teaser .teaser-image {
    width: 100%;
    min-height: 50vh;
    max-height: 520px;
    position: relative;
    margin-bottom: 20px; }
    section.teaser .teaser-image h2 {
      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: 200px;
      height: 200px;
      left: 40px;
      bottom: 20px;
      background-color: #fff;
      padding: 10px; }
  section.teaser#start-teaser .teaser-image {
    background-image: url("../images/banner-start.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

section#menu-categories {
  display: flex;
  flex-flow: row wrap;
  margin-top: 0;
  margin-bottom: 40px;
  justify-content: space-between;
  align-content: center; }
  section#menu-categories a {
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-family: Cabrito, Georgia, Times, Times New Roman, serif;
    margin-bottom: 8px; }
    @media (min-width: 768px) and (max-width: 979px) {
      section#menu-categories a {
        font-size: 1.4rem; } }
    @media (min-width: 980px) and (max-width: 1199px) {
      section#menu-categories a {
        font-size: 1.7rem;
        margin-right: 8px;
        margin-left: 8px; } }
    @media (min-width: 1200px) {
      section#menu-categories a {
        font-size: 1.8rem;
        margin-right: 8px;
        margin-left: 8px; } }
    section#menu-categories a::before {
      content: "";
      display: block;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      width: 70px;
      height: 70px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border: 1px solid #4C4E56;
      border-radius: 50%;
      margin-bottom: 8px; }
      @media (min-width: 768px) and (max-width: 979px) {
        section#menu-categories a::before {
          width: 64px;
          height: 64px; } }
      @media (min-width: 980px) and (max-width: 1199px) {
        section#menu-categories a::before {
          width: 90px;
          height: 90px; } }
      @media (min-width: 1200px) {
        section#menu-categories a::before {
          width: 114px;
          height: 114px; } }
    section#menu-categories a.id-500::before {
      background-image: url("../images/pic-cat-01.jpg"); }
    section#menu-categories a.id-510::before {
      background-image: url("../images/pic-cat-02.jpg"); }
    section#menu-categories a.id-520::before {
      background-image: url("../images/pic-cat-03.jpg"); }
    section#menu-categories a.id-530::before {
      background-image: url("../images/pic-cat-04.jpg"); }
    section#menu-categories a.id-540::before {
      background-image: url("../images/pic-cat-05.jpg"); }
    section#menu-categories a.id-550::before {
      background-image: url("../images/pic-cat-06.jpg"); }
    section#menu-categories a.id-100::before {
      background-image: url("../images/pic-cat-08.jpg"); }
    section#menu-categories a.id-560::before {
      background-image: url("../images/pic-cat-07.jpg"); }

section > h3 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2rem; }
  @media (min-width: 768px) {
    section > h3 {
      font-size: 2.4rem;
      font-weight: normal;
      line-height: 3rem; } }

section#adescription div:first-child {
  padding-top: 20px; }

section.nnews, section.blog {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 20px;
  margin: 0 -10px; }
  section.nnews .section-content, section.blog .section-content {
    display: block;
    flex: 1 1 100%;
    -webkit-hyphens: auto;
    padding: 0 10px 10px 10px; }
    section.nnews .section-content .nnews-image, section.blog .section-content .nnews-image {
      width: 100%;
      max-height: 128px;
      overflow: hidden; }
    section.nnews .section-content img, section.blog .section-content img {
      width: 100%;
      height: auto; }
    section.nnews .section-content p, section.blog .section-content p {
      hyphens: auto;
      font-size: 1.3rem;
      line-height: 1.8rem; }
    @media (min-width: 544px) {
      section.nnews .section-content, section.blog .section-content {
        flex: 0 0 50%; } }
    @media (min-width: 980px) {
      section.nnews .section-content, section.blog .section-content {
        flex: 0 0 25%; } }

section.blog .section-content .nnews-image {
  width: 100%;
  max-height: 200px; }

@media (min-width: 980px) {
  section.blog .section-content {
    flex: 0 0 50%; } }
