@import "animate.css";
body {
  color: #23140c;
  font: 400 16px/24px "Merriweather Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #fff
}
@media(min-width:768px) {
  body {
    font-size: 24px;
    line-height: 36px
  }
}


/* abril-fatface-regular - latin */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abril-fatface-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/abril-fatface-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abril-fatface-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abril-fatface-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abril-fatface-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abril-fatface-v12-latin-regular.svg#AbrilFatface') format('svg'); /* Legacy iOS */
}

/* merriweather-sans-regular - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v13-latin-regular.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-sans-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/merriweather-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v13-latin-700.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

img {
  max-width: 100%;
  height: auto
}
h1 {
  font-family: abril fatface, cursive;
  font-size: 40px;
  line-height: 40px
}
@media(min-width:768px) and (max-width:991px) {
  h1 {
    font-size: 62px;
    line-height: 60px
  }
}
@media(min-width:992px) {
  h1 {
    font-size: 140px;
    line-height: 130px
  }
}
h2 {
  font-family: abril fatface, cursive;
  font-size: 27px;
  line-height: 34px
}
@media(min-width:480px) and (max-width:767px) {
  h2 {
    font-size: 36px;
    line-height: 42px
  }
}
@media(min-width:768px) and (max-width:1199px) {
  h2 {
    font-size: 44px;
    line-height: 52px
  }
}
@media(min-width:1200px) {
  h2 {
    font-size: 60px;
    line-height: 72px
  }
}
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700
}
@media(min-width:768px) {
  h3 {
    font-size: 36px;
    line-height: 48px
  }
}
h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700
}
@media(min-width:768px) and (max-width:991px) {
  h4 {
    font-size: 20px;
    line-height: 26px
  }
}
h5 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 700
}
@media(min-width:768px) and (max-width:991px) {
  h5 {
    font-size: 20px;
    line-height: 26px
  }
}
h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #aac000
}
p a:hover {
  text-decoration: underline
}
p .fa {
  text-decoration: none
}


.middle {
  font-size: 12px;
  line-height: 14px
}
@media(min-width:480px) and (max-width:767px) {
  .middle {
    font-size: 14px;
    line-height: 18px
  }
}
@media(min-width:768px) and (max-width:1199px) {
  .middle {
    font-size: 16px;
    line-height: 19px
  }
}
@media(min-width:1200px) {
  .middle {
    font-size: 18px;
    line-height: 22px
  }
}

.small {
  font-size: 9px;
  line-height: 11px
}
@media(min-width:480px) and (max-width:767px) {
  .small {
    font-size: 10px;
    line-height: 12px
  }
}
@media(min-width:768px) and (max-width:1199px) {
  .small {
    font-size: 11px;
    line-height: 13px
  }
}
@media(min-width:1200px) {
  .small {
    font-size: 12px;
    line-height: 14px
  }
}


time {
  display: block
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}
a:focus {
  outline: none
}
a:active {
  background-color: transparent
}
a[href^="tel:"], a[href^="callto:"] {
  color: inherit;
  text-decoration: none
}
strong {
  font-weight: 700
}
.fa {
  line-height: inherit
}
[class*=fa-]:before {
  font-weight: 400;
  font-family: fontawesome
}
.no-gutter {
  margin-left: 0;
  margin-right: 0
}
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  position: relative
}
.page {
  overflow: hidden;
  min-height: 500px
}
.lt-ie9 .page {
  min-width: 1200px
}
[class^=col-] + [class^=col-] {
  margin-top: 30px
}
@media(min-width:768px) {
  [class^=col-] + [class^=col-] {
    margin-top: 0
  }
}
h2 + * {
  margin-top: 25px
}
h3 + * {
  margin-top: 20px
}
h4 + * {
  margin-top: 30px
}
h2 + h4 {
  margin-top: 10px
}
.row + .row {
  margin-top: 30px
}
.container + .container {
  margin-top: 30px
}
.text-center {
  text-align: center
}
.inset-1 {
  padding-bottom: 40px
}
.inset-2 {
  padding-top: 50px;
  padding-bottom: 30px
}
.offset-1 {
  margin-top: 10px
}
.offset-2 {
  margin-top: 30px
}
.brand {
  display: block
}
.brand_before {
  font-weight: 700;
  margin-bottom: 5px
}
.bg-secondary-variant-1 {
  background: #23140c
}
.bg-contrast {
  background: #fff
}
.bg-img {
  background: no-repeat url(../images/bg-img.jpg) center top;
  background-size: cover;
  background-attachment: fixed
}
.btn {
  display: inline-block;
  font: 700 18px/23px "Merriweather Sans", sans-serif;
  text-align: center;
  position: relative;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s
}
.btn-md {
  padding: 15px 25px;
  min-width: 165px
}
.btn-lines:before, .btn-lines:after {
  content: "";
  display: block;
  height: 1px;
  width: 1000px;
  background: #aac000;
  position: absolute;
  top: 50%
}
.btn-lines:before {
  left: 100%;
  margin-left: 15px
}
.btn-lines:after {
  right: 100%;
  margin-right: 15px
}
.btn-primary {
  background: #aac000;
  color: #fff
}
.btn-primary:hover {
  background: #93a700
}
.btn-primary:active {
  background: #7d8d00
}
.btn-box {
  text-align: center;
  overflow: hidden
}
.ordered-list {
  counter-reset: li;
  font-size: 18px;
  line-height: 24px
}
.ordered-list li {
  padding-left: 47px;
  position: relative;
  color: #aac000;
  padding-bottom: 15px;
  padding-top: 20px;
  border-bottom: 1px solid #dadada
}
.ordered-list li a:hover {
  color: #23140c
}
.ordered-list li:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  top: 20px;
  left: 0;
  font-weight: 700;
  color: #23140c
}
.ordered-list li:last-child {
  border-bottom: none
}
@media(min-width:1199px) {
  .ordered-list {
    padding-right: 30px;
    font-size: 24px;
    line-height: 36px
  }
}
.list li {
  color: #aac000;
  padding-bottom: 9px;
  padding-top: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  line-height: 24px
}
.list li a:hover {
  color: #23140c
}
.list li:last-child {
  border-bottom: none
}
.list-2 li {
  color: #aac000;
  font-size: 24px;
  line-height: 36px
}
.list-2 li a:hover {
  color: #23140c
}
.list-2 li + li {
  margin-top: 5px
}
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: #23140c;
  text-align: center;
  color: #fff
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -webkit-transition: .5s all ease;
  transition: .5s all ease
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px
}
@media(min-width:1200px) {
  .thumb_overlay {
    padding: 30px 45px
  }
}
@media(min-width:1200px) {
  .thumb_overlay_lg {
    padding: 20px 105px 60px
  }
}
.thumb_heading {
  position: relative
}
@media(min-width:768px) and (max-width:991px) {
  .thumb_heading {
    font-size: 20px;
    line-height: 26px
  }
}
.thumb_heading:before, .thumb_heading:after {
  content: "";
  display: block;
  height: 1px;
  width: 125px;
  background: rgba(255, 255, 255, .4);
  position: absolute;
  left: 50%;
  margin-left: -63px
}
.thumb_heading:before {
  top: -25px
}
.thumb_heading:after {
  bottom: -20px
}
.thumb .heading-box {
  border-color: #fff
}
.thumb .btn-lines:before, .thumb .btn-lines:after {
  background: #fff
}
.thumb .btn-primary {
  background: #fff;
  color: #aac000
}
.thumb .btn-primary:hover {
  background: #aac000;
  color: #fff
}
.thumb .btn-primary:active {
  background: #93a700
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.verta-box {
  display: table;
  width: 100%
}
.verta-box_wr {
  display: table-row
}
.verta-box_cnt {
  display: table-cell
}
.verta-box, .verta-box_wr, .verta-box_cnt {
  vertical-align: middle;
  height: 100%
}
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #23140c;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20
}
.toTop:hover {
  color: #fff;
  background: #aac000;
  text-decoration: none
}
.mobile .toTop, .tablet .toTop {
  display: none !important
}



@media(min-width:1025px) {
 .category-icon {
  font-size:16px;
  line-height:20px;	  
 }
}
.category-icon__category,
.category-icon__icon {
 display:block;
 margin:0 auto
}
.category-icon__category {
 color:#c5c2bf;
 margin-top:10px;
 overflow:hidden;
 text-overflow:ellipsis;
 transition:color .2s ease-in-out;
 width:100%
}
.category-icon:hover .category-icon__category {
 color:#a8a8a5
}
.category-icon__icon {
 background:transparent none no-repeat center center;
 background-size:contain;
 padding:75% 0 0;
 transition:-webkit-transform .2s ease-in-out;
 transition:transform .2s ease-in-out;
 transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
 width:75%
}
.category-icon:hover .category-icon__icon {
 -webkit-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1)
}
@media(min-width:1025px) {
 .category-icon__icon {
  padding-top:55%;
  width:55%
 }
}
.category-tag {
 background:#bc3;
 border-radius:2px;
 display:inline-block;
 font-family:ubuntu,sans-serif;
 font-size:12px;
 font-weight:400;
 letter-spacing:.1em;
 line-height:24px;
 margin:0;
 padding:0 5px
}
.category-tag,
.category-tag:hover {
 color:#fff;
 text-decoration:none
}




.category-icons {
 margin:0;
 padding:20px 15px
}
@media(min-width:1025px) {
 .category-icons {
  padding:30px 30px 20px
 }
}
.category-icons__list {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:row wrap;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 list-style-type:none;
 margin:0;
 padding:0
}
.category-icons__item {
 padding:0 10px;
 width:25%
}
.category-icons__item:nth-child(n+9) {
 display:none
}
@media(min-width:0) and (max-width:767px) {
 .category-icons__item {
  margin:20px 0 0
 }
 .category-icons__item:nth-child(-n+4) {
  margin-top:0
 }
}
@media(min-width:768px) {
 .category-icons__item {
  margin:30px 0 0;
  padding:0 15px;
  width:12.5%
 }
 .category-icons__item:nth-child(-n+8) {
  margin-top:0
 }
}
.category-icons__list--all .category-icons__item:nth-child(n+9) {
 display:block
}
.category-icons__link {
 display:block;
 font-size:16px;
 margin-top:15px;
 text-align:center
}
.category-icons__link,
.category-icons__link:link,
.category-icons__link:visited {
 color:#bc3;
 text-decoration:none
}
.category-icons__link:hover,
.category-icons__link:focus,
.category-icons__link:active {
 color:#bc3;
 text-decoration:underline
}


@media(min-width:1025px) {
 .swiper-tryptichon__column {
  width:calc((100% - 60px)/3)
 }
}
[data-tabbar] {
 position:relative
}
[data-tabbar]>ul {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 overflow:hidden
}
[data-tabbar]>ul>li {
 -webkit-flex:0 0 auto;
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 -webkit-order:1;
 -ms-flex-order:1;
 order:1
}
[data-tabbar]>ul>li[role=button] {
 -webkit-flex-grow:5;
 -ms-flex-positive:5;
 flex-grow:5;
 -webkit-order:2;
 -ms-flex-order:2;
 order:2
}
[data-tabbar]>ul>li[aria-hidden=true] {
 display:none
}
[data-tabbar]>ul>li[aria-level="2"] {
 -webkit-flex:100%;
 -ms-flex:100%;
 flex:100%;
 -webkit-order:3;
 -ms-flex-order:3;
 order:3
}
.tabbar {
 background:0 0
}
.tabbar>ul {
 list-style:none;
 margin:0;
 padding:0
}
.tabbar>ul>li {
 margin:0;
 padding:0
}
.tabbar>ul>li>a,
.tabbar>ul>li[role=button] {
 background:#4e4c4c;
 color:#fff;
 display:block;
 font-family:ubuntu,sans-serif;
 font-size:14px;
 font-weight:500;
 line-height:40px;
 margin-right:1px;
 overflow:hidden;
 padding:0 15px;
 text-decoration:none;
 text-overflow:ellipsis;
 text-transform:uppercase;
 transition:color,background .2s ease;
 white-space:nowrap
}
.tabbar>ul>li>a:hover,
.tabbar>ul>li>a[aria-selected=true],
.tabbar>ul>li[role=button]:hover,
.tabbar>ul>li[role=button][aria-selected=true] {
 background:#fff;
 color:#bc3
}
@media(min-width:1025px) {
 .tabbar>ul>li>a,
 .tabbar>ul>li[role=button] {
  font-size:18px;
  line-height:60px;
  padding:0 20px
 }
}
.tabbar>ul>li[role=button] {
 cursor:pointer;
 margin-right:0;
 padding:0 1em;
 text-align:right
}
.tabbar>ul>li[role=button][aria-hidden=true] {
 display:none
}
.tabbar>ul>li[aria-level="2"]>a {
 background:#f5f5f5;
 border-bottom:1px solid #cdcbcb;
 color:#4e4c4c;
 font-size:14px;
 font-weight:400;
 line-height:40px;
 margin-right:0;
 padding:0 40px 0 15px;
 position:relative;
 transition:color,background .2s ease;
 width:100%
}
.tabbar>ul>li[aria-level="2"]>a:hover {
 background:#fff;
 color:#bc3
}
.tabbar>ul>li[aria-level="2"]>a:after {
 font-family:icons;
 display:inline-block;
 vertical-align:middle;
 line-height:1;
 font-weight:400;
 font-style:normal;
 speak:none;
 text-decoration:inherit;
 text-transform:none;
 text-rendering:optimizeLegibility;
 -moz-osx-font-smoothing:grayscale;
 -webkit-font-smoothing:antialiased;
 position:absolute;
 top:50%;
 right:0;
 color:#cdcbcb;
 content:"";
 display:block;
 line-height:40px;
 text-align:center;
 -webkit-transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 transform:translateY(-50%);
 width:40px
}
.tabbar--bright>ul {
 margin:-5px 0 0 -5px;
 padding:5px 0 0 5px
}
.tabbar--bright>ul>li>a>span {
 color:#c5c2bf
}
.tabbar--bright>ul>li[aria-level="1"]>a {
 background:0 0;
 color:#827e7e
}
.tabbar--bright>ul>li[aria-level="1"]>a:hover,
.tabbar--bright>ul>li[aria-level="1"]>a[aria-selected=true] {
 background:#fff;
 box-shadow:0 -1px 5px rgba(0,0,0,.15);
 color:#bc3;
 position:relative;
 z-index:4
}
.tabbar--bright>ul>li[aria-level="2"]>a {
 position:relative;
 z-index:5
}
.tabbar--bright>ul>li[role=button] {
 background:0 0;
 color:#827e7e
}
.tabbar--bright>ul>li[role=button]:hover,
.tabbar--bright>ul>li[role=button][aria-selected=true] {
 background:0 0;
 color:#bc3
}
[data-tabs] [role=tabpanel][aria-hidden=true] {
 display:none
}
.tabs--bright .tabs__content,
.tabs--white .tabs__content {
 background:#fff
}
.tabs--bright .tabs__content {
 box-shadow:0 -1px 5px rgba(0,0,0,.15)
}
.teaser-compact {
 background:#fff;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 font-family:ubuntu,sans-serif;
 font-size:16px;
 letter-spacing:-.01em;
 line-height:18px;
 overflow:hidden;
 position:relative
}
.teaser-compact,
.teaser-compact:hover {
 text-decoration:none
}
.teaser-compact__image {
 -webkit-flex:0 0 100px;
 -ms-flex:0 0 100px;
 flex:0 0 100px;
 float:left;
 height:auto;
 margin:0 10px 0 0;
 position:relative;
 width:100px
}
.teaser-compact__image:after {
 border-style:solid;
 content:"";
 height:0;
 width:0;
 border-width:10px 10px 10px 0;
 border-color:transparent #fff transparent transparent;
 position:absolute;
 right:-1px;
 top:10px
}
.teaser-compact__content {
 -webkit-align-items:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex:1 0 1%;
 -ms-flex:1 0 1%;
 flex:1 0 1%;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 min-height:71px
}
.teaser-compact__content>* {
 height:auto
}
.teaser-compact__kicker {
 color:#bc3;
 display:block;
 -webkit-flex:0 0 auto;
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 line-height:15px
}
.teaser-compact__title {
 color:#2f2f2f;
 display:block;
 -webkit-flex:1 0 auto;
 -ms-flex:1 0 auto;
 flex:1 0 auto
}
.teaser-compact__metadata {
 -webkit-flex:0 0 auto;
 -ms-flex:0 0 auto;
 flex:0 0 auto
}
.teaser-compact__metadata>* {
 margin-right:5px
}
.teaser-list-grid {
 -webkit-align-items:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:row wrap;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 list-style-type:none;
 margin:0;
 padding:0;
 width:100%
}



@media(min-width:1025px) {
 .card--xl-content.card--with-padded-footer>.card__footer {
  padding:30px
 }
}
.card--xs.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--xs-content.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--sm.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--sm-content.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--md.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--md-content.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--lg.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--lg-content.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--xl.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
.card--xl-content.card--with-padded-footer>.card__content+.card__footer {
 padding-top:0
}
[data-swiper] .card {
 width:100%
}
.category-icons {
 margin:0;
 padding:20px 15px
}
@media(min-width:1025px) {
 .category-icons {
  padding:30px 30px 20px
 }
}
.category-icons__list {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:row wrap;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 list-style-type:none;
 margin:0;
 padding:0
}
.category-icons__item {
 padding:0 10px;
 width:25%
}
.category-icons__item:nth-child(n+9) {
 display:none
}
@media(min-width:0) and (max-width:767px) {
 .category-icons__item {
  margin:20px 0 0
 }
 .category-icons__item:nth-child(-n+4) {
  margin-top:0
 }
}
@media(min-width:768px) {
 .category-icons__item {
  margin:30px 0 0;
  padding:0 15px;
  width:12.5%
 }
 .category-icons__item:nth-child(-n+8) {
  margin-top:0
 }
}
.category-icons__list--all .category-icons__item:nth-child(n+9) {
 display:block
}
.category-icons__link {
 display:block;
 font-size:16px;
 margin-top:15px;
 text-align:center
}
.category-icons__link,
.category-icons__link:link,
.category-icons__link:visited {
 color:#bc3;
 text-decoration:none
}
.category-icons__link:hover,
.category-icons__link:focus,
.category-icons__link:active {
 color:#bc3;
 text-decoration:underline
}
.category-tag-cloud {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:row wrap;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 list-style-type:none;
 margin:0;
 padding:10px 0 0;
 text-align:center
}
.category-tag-cloud__tag {
 display:inline-block;
 margin:0 2.5px 5px
}
.child-links {
 overflow:hidden
}



header {
  padding-top: 85px;
  padding-bottom: 90px
}
@media(min-width:992px) and (max-width:1199px) {
  header {
    padding-top: 185px;
    padding-bottom: 190px
  }
}
@media(min-width:1899px) {
  header {
    padding-top: 285px;
    padding-bottom: 165px
  }
}
header .brand {
  text-align: center;
  padding: 40px 10px
}
@media(min-width:992px) and (max-width:1199px) {
  header .brand {
    padding-top: 70px;
    padding-bottom: 100px
  }
}
@media(min-width:1199px) {
  header .brand {
    padding-top: 120px;
    padding-bottom: 170px
  }
}
@media(max-width:767px) {
  header .brand {
    max-width: 300px;
    margin: 0 auto
  }
}
header .brand_name {
  position: relative
}
header .brand_name_underline {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
  overflow: hidden
}
header .brand_name_underline span {
  position: relative;
  display: inline-block
}
header .brand_name_underline span:after, header .brand_name_underline span:before {
  content: "";
  display: block;
  width: 500px;
  height: 1px;
  background: #23140c;
  position: absolute;
  bottom: -5px
}
header .brand_name_underline span:after {
  left: 100%;
  margin-left: -5px
}
header .brand_name_underline span:before {
  right: 100%;
  margin-right: 3px
}
@media(min-width:768px) and (max-width:991px) {
  header .brand_name_underline span:after, header .brand_name_underline span:before {
    bottom: -9px
  }
  header .brand_name_underline span:after {
    margin-left: -8px
  }
  header .brand_name_underline span:before {
    margin-right: 5px
  }
}
@media(min-width:992px) {
  header .brand_name_underline span:after, header .brand_name_underline span:before {
    height: 2px;
    bottom: -21px
  }
  header .brand_name_underline span:after {
    margin-left: -18px
  }
  header .brand_name_underline span:before {
    margin-right: 14px
  }
}
header .search-form-container {
  padding: 15px 20px;
  max-width: 400px;
  margin: 30px auto 0;
  position: relative
}
@media(min-width:768px) {
  header .search-form-container {
    max-width: 570px;
    padding: 34px 30px 37px 35px
  }
}
@media(min-width:1199px) {
  header .search-form-container {
    top: -64px;
    margin: 0 auto
  }
}
main {
  display: block
}
.heading-box {
  padding-top: 23px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #23140c;
  text-align: center
}
.heading-box + .btn-box {
  margin-top: 25px
}
@media(min-width:768px) {
  .box-divider {
    position: relative
  }
  .box-divider:after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    background: #23140c;
    position: absolute;
    top: 15%;
    right: 0
  }
}
.well-md {
  padding-top: 100px;
  padding-bottom: 45px
}
.well-sm {
  padding-top: 55px;
  padding-bottom: 80px
}
footer {
  background: #efefef;
  padding-top: 50px;
  padding-bottom: 60px
}
@media(min-width:480px) and (max-width:767px) {
  footer {
    text-align: center
  }
}
@media(min-width:1199px) {
  footer {
    padding-top: 90px;
    padding-bottom: 150px
  }
}
footer .brand_name {
  font-size: 44px;
  line-height: 36px
}
@media(min-width:768px) and (max-width:991px) {
  footer .brand_name {
    font-size: 36px;
    line-height: 32px
  }
}
footer .copy {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align:center;	  
}
footer .copy .nowrap {
  white-space: nowrap
}
* + footer .copy {
  margin-top: 12px
}


/* Speiseart*/

#Salate{
	background-image: url('../icons/salate_0.svg')
}

#Sossen_und_Dips{
	background-image: url('../icons/sossendips.svg')
}

#Auflauf{
	background-image: url('../icons/auflauf.svg')
}

#Pasta{
	background-image: url('../icons/pasta.svg')
}

#Pizza{
	background-image: url('../icons/pizza.svg')
}

#Eier__und_Mehlspeise{
	background-image: url('../icons/eiermehl.svg')
}

#Suppen_und_Eintoepfe{
	background-image: url('../icons/suppeneintoepfe.svg')
}

/* Menüart*/
#Vorspeisen{
	background-image: url('../icons/vorspeissen.svg')
}
#Beilagen{
	background-image: url('../icons/beilangen.svg')
}
#Dessert_und_Backrezepte{
	background-image: url('../icons/desserts.svg')
}

#Fruehstueck_und_Brunch{
	background-image: url('../icons/fruehstueck.svg')
}

#Hauptspeisen{
	background-image: url('../icons/hauptspeisse.svg')
}
#Snacks{
	background-image: url('../icons/snacks.svg')
		
/* Anlässe*/		
		
		
}#Geburtstag{
	background-image: url('../icons/geburtstag.svg')
}
#Hochzeit{
	background-image: url('../icons/hochzeit.svg')
}

#Partyrezepte{
	background-image: url('../icons/party.svg')
}

#Valentinstag{
	background-image: url('../icons/valentinstag.svg')
}
#Osterrezepte{
	background-image: url('../icons/ostern.svg')
}

#Muttertag{
	background-image: url('../icons/muttertag.svg')
}

#Oktoberfest{
	background-image: url('../icons/oktoberfest.svg')
}

#Halloween{
	background-image: url('../icons/halloween.svg')
}

#Weihnachten{
	background-image: url('../icons/weihnachten.svg')
}

#Silvester{
	background-image: url('../icons/silvester.svg')
}

/* Länderküche*/



#Amerikanische_Rezepte{
	background-image: url('../icons/america.svg')
}

#Asiatische Rezepte{
	background-image: url('../icons/asia.svg')
}

#Chinesische_Rezepte{
	background-image: url('../icons/china.svg')
}

#Deutsche_Kueche{
	background-image: url('../icons/germany.svg')
}

#Franzoesische_Kueche{
	background-image: url('../icons/france.svg')
}

#Griechische_Rezepte{
	background-image: url('../icons/greek.svg')
}

#Indische_Rezepte{
	background-image: url('../icons/india.svg')
}

#Italienische_Rezepte{
	background-image: url('../icons/italy.svg')
}

#Deutsche_Kueche{
	background-image: url('../icons/germany.svg')
}

#Franzoesische_Kueche{
	background-image: url('../icons/france.svg')
}

#Griechische_Rezepte{
	background-image: url('../icons/greek.svg')
}

#Indische_Rezepte{
	background-image: url('../icons/india.svg')
}

#Japanische_Rezepte{
	background-image: url('../icons/italy.svg')
}

#Oesterreichische_Kueche{
	background-image: url('../icons/austria.svg')
}

#Russische_Rezepte{
	background-image: url('../icons/russia.svg')
}

#Tuerkische_Rezepte{
	background-image: url('../icons/turkye.svg')
}


/*Saissonale Küche*/
#Fruehling_Rezepte{
	background-image: url('../icons/fruehling.svg')
}

#Sommer_Rezepte{
	background-image: url('../icons/sommer.svg')
}

#Herbst_Rezepte{
	background-image: url('../icons/herbst.svg')
}

#Winter_Rezepte{
	background-image: url('../icons/winter_0.svg')
}

#Apfel_Rezepte{
	background-image: url('../icons/apfel.svg')
}

#Erdbeer_Rezepte{
	background-image: url('../icons/erdbeer.svg')
}

#Kirschen_Rezepte{
	background-image: url('../icons/kirsche.svg')
}

#Zwetschgen_Rezepte{
	background-image: url('../icons/zwetschgen.svg')
}

#Obst_Rezepte{
	background-image: url('../icons/obst.svg')
}

#Rhabarber_Rezepte{
	background-image: url('../icons/rhababer.svg')
}

#Spargel_Rezepte{
	background-image: url('../icons/spargel.svg')
}

#Kartoffel_Rezepte{
	background-image: url('../icons/kartoffel.svg')
}

#Kuerbis_Rezepte{
	background-image: url('../icons/kuerbis.svg')
}

#Pilz_Rezepte{
	background-image: url('../icons/pilze.svg')
}

#Grillrezepte{
	background-image: url('../icons/grill.svg')
}

#Picknick_Rezepte{
	background-image: url('../icons/picknick.svg')
}
