@import url("rotating.css");
/*Mixins:*/
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.border-box,
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hyphens {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.noTransform,
.resetTransform {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.flex {
  display: flex;
}
.hover {
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.hover:hover {
  background: #333333;
  color: #ffffff;
}
.hasSlideEffect {
  -webkit-transition: height 1ms linear;
  -moz-transition: height 1ms linear;
  -ms-transition: height 1ms linear;
  -o-transition: height 1ms linear;
  transition: height 1ms linear;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fix {
  position: fixed;
}
.block {
  display: block;
}
.inline-block,
.inlineBlock {
  display: inline-block;
}
.inline {
  display: inline;
}
.cover {
  background-size: cover;
}
.contain {
  background-size: contain;
}
.hide {
  display: none;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.bold {
  font-weight: bold;
}
/*Responsive Stuff*/
.blog_categories_searchblade {
  /*background: @listBackground;*/
  display: flex;
  /*flex-direction: column;*/
}
@media only screen and (max-width: 768px) {
  .blog_categories_searchblade {
    flex-direction: column;
  }
  .blog_categories_searchblade .eventsearch_select_wrapper {
    margin-top: 25px;
    align-self: center;
  }
}
.blog_categories_searchblade .blog_categories-search-categories {
  /*flex-grow: 1;*/
  margin: -0.5rem;
  max-width: 100%;
  /*padding: 0 80px;*/
  padding: 0;
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow {
  color: #7bb82d;
  content: " ";
  overflow: hidden;
  text-indent: -999px;
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow:before {
  position: absolute;
  text-indent: 0;
  background: none;
  color: #7bb82d;
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow.slick-prev {
  left: 2%;
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow.slick-prev:before {
  content: "arrow_back_ios";
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow.slick-next {
  right: 2%;
}
.blog_categories_searchblade .blog_categories-search-categories .slick-arrow.slick-next:before {
  content: "arrow_forward_ios";
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category {
  margin: 0.5rem 1rem;
  cursor: pointer;
  display: inline-block;
  color: #7bb82d;
  width: 20%;
  box-sizing: border-box;
  text-align: center;
  filter: grayscale(1);
  transition: filter .2s;
  /*margin: 0;*/
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.active {
  /*border-bottom: 2px solid @primary;*/
  /*color: @primary;*/
  /*text-decoration: underline;*/
  filter: none;
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category:before {
  content: " ";
  background-size: contain;
  background-position: center center;
  width: 100%;
  padding-top: 65%;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.anaphylaxie:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/anaphylaxie.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.allergien:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/allergien.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.allergen-hinweise:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/rueckrufe.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.atemwege:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/atemwege.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.corona:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/corona.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.haut:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/haut.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.kinder:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/kinder.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.termine:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/termine.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.ernhrung:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/ernaehrung.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.daab:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/daab.png");
}
.blog_categories_searchblade .blog_categories-search-categories .blog_categories_category.alle:before {
  background-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/alle.png");
}
@media screen and (min-width: 735px) {
  .blog_categories_searchblade .blog_categories-search-categories {
    padding: 0;
  }
  .blog_categories_searchblade .blog_categories-search-categories .slick-arrow {
    display: none !important;
  }
  .blog_categories_searchblade .blog_categories-search-categories .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-evenly;
    transform: none !important;
  }
  .blog_categories_searchblade .blog_categories-search-categories .slick-track > .blog_categories_category {
    display: flex;
    flex-direction: column;
    flex: 1 1 9.9%;
    height: auto;
    margin: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 735px) {
  .blog_categories_searchblade .blog_categories-search-categories .slick-track > .blog_categories_category {
    flex-basis: 19.9%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1329px) and (min-width: 735px) {
  .blog_categories_searchblade .blog_categories-search-categories .slick-track {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog_categories_searchblade .eventsearch_select_wrapper {
  flex-grow: 0;
  /*justify-self: flex-end;*/
  position: relative;
  display: flex;
}
.blog_categories_searchblade .eventsearch_select_wrapper .blog_categories-search-tags {
  height: 1.5px;
  padding-left: 0.75px;
  padding-right: 1.5px;
}
.blog_categories_searchblade .eventsearch_select_wrapper:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5px;
  height: 1.5px;
  content: ' ';
  display: block;
  background-color: #7bb82d;
  -webkit-mask-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/arrow_drop_down.svg");
  mask-image: url("/typo3conf/ext/blog_categories/Resources/Public/Icons/arrow_drop_down.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.blog_categories .wrapper {
  margin-top: 70px;
  /*
                padding-left: 2%;
                padding-right: 2%;*/
}
.blog_categories .wrapper .tx-blog-post-list {
  margin-left: -2%;
  margin-right: -2%;
  padding-left: 1%;
  padding-right: 1%;
  margin-top: 20px;
  justify-content: normal;
}
.blog_categories .wrapper .tx-blog-post-list:after {
  content: "";
  /*flex: auto;*/
  width: 31%;
}
.blog_categories .wrapper .tx-blog-post-list .post {
  width: 33%;
  /*padding-right: 2%;*/
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 70px;
  margin-top: 0;
}
.blog_categories .wrapper .tx-blog-post-list .post:nth-child(n+4),
.blog_categories .wrapper .tx-blog-post-list .post:nth-child(n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .blog_categories .wrapper .tx-blog-post-list .post {
    width: 50%;
  }
  .blog_categories .wrapper .tx-blog-post-list .post:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .blog_categories .wrapper .tx-blog-post-list .post {
    width: 100%;
    margin-top: 0px;
  }
}
.blog_categories .easyPaginateNav {
  margin-top: 40px;
  width: 100%;
}
.blog_categories .easyPaginateNav a {
  list-style: none;
  float: left;
  margin-right: 10px;
  color: #7c7c7c;
  opacity: 0.7;
  font-size: 18px;
}
.blog_categories .easyPaginateNav a.active a,
.blog_categories .easyPaginateNav a:hover a {
  opacity: 1;
}
.blog_categories .easyPaginateNav a.previous {
  margin-right: 30px;
}
.blog_categories .easyPaginateNav a.next {
  margin-left: 20px;
}
.blog_categories .easyPaginateNav a i {
  font-size: 17px;
  position: relative;
  top: 2px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.blog_categories .info {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.blog_categories .info h3 {
  margin: 0 auto;
}
.blog_categories .info .loading {
  margin: 0 auto;
  display: block;
  width: auto;
  text-align: center;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
  line-height: 0;
}
.blog_categories .info .loading:before {
  content: "cached";
  font-family: 'Material Icons';
  transform: translate(-50%, -50%);
  font-size: 80px;
  height: 80px;
  width: 80px;
  line-height: 80px;
}
