/** Shopify CDN: Minification failed

Line 528:9 Expected ":"
Line 528:10 Expected identifier but found ":"

**/
.shopify-section--blog-post-banner {
  padding: 0 10px
}

.custom-main-banner {
  margin-top: 50px
}

.blog-slogan {
  margin-top: 40px;
  margin-bottom: -20px;
}

.link-bar__title.heading {
  font-size: 20px;
  font-weight: 600
}

.link-bar {
  box-shadow: none;
  margin-bottom: -30px
}

.link-bar__link-item  a , .link-bar__title a {
  background: #fff;
  border-radius: 50px;
  padding: 8px 19px;
  font-weight: 500;
  transition: all .1s ease
}

.link-bar__link-item  a:hover , .link-bar__title a:hover {
  background: #f5bd1e;
}


.link-bar__link-item.link-bar__link-item--selected a {
  background: #f5bd1e;
  font-weight: 600;
}

.link-bar__linklist {
    gap: 20px;
}

.text--underlined.link--animated:after,
.link--animated[aria-expanded=true]:after, .link--animated:hover:after{
  display: none !important;
}

.article-item__content.text-container {
  padding: 0 30px 30px
}

.article-item  {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff
}

h3.article-item__title.heading.h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.5px
}

.article-item__content.text-container .article-item__category.heading.heading--xsmall{
  text-transform: none;
  background: #f5bd1e;
  font-weight: 600;
  letter-spacing: 0;
  padding: 5px 10px;
  border-radius: 40px;
  color: #041E17
}

.article-item__arrow {
  border-radius: 50px;
  background: #ffffff;
}

@media screen and (min-width: 1000px) {
  .article-list {
      --article-list-row-gap: 28px;
      --article-list-column-gap: 28px;
  }
}

/* Blog Detail */


.blog-breadcrumb {
  max-width: 1480px;
  margin: 0 auto;
}

.article__header {
border-radius: 12px;
   max-width: 1480px;
  margin: 0 auto;
  overflow: hidden
  }

[dir=ltr] .article__header-content {
    padding: 100px 100px 80px;
}

.blog-header-gradient {
  background-image: url('/cdn/shop/files/blog-header-gradient_a562fbec-db61-4f7d-895a-e490c9909d05.svg?v=1701178021');
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1
}



.article__header-content.text-container {
  z-index: 2;
  color: #fff;
  position: relative
}

h1.article__title.heading {
  color: #fff;
  font-size: 54.2px;
  letter-spacing: -1.45px;
  line-height: 1em;
  margin-bottom: 22px;
  margin-top: 10px
  
}

.article__header-content.text-container .article__category.heading.heading--small{
  text-transform: none;
  background: #f5bd1e;
  font-weight: 600;
  letter-spacing: 0;
  padding: 5px 10px;
  border-radius: 40px;
  color: #041E17;
  display: inline-block
}

.blog-header-meta {
  font-size: 17px;
  font-weight: 400;
}

.blog-header-readingtime {
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,.5);
  padding-right: 10px
}

.blog-header-date {
  display: inline-block;
  padding-left: 10px;
  font-weight: 400;
}

.person-block {
    width: auto;
    text-align: left;
    display: flex;
    gap: 1rem;
    align-items: center;
  height: 90px;
}

.person-image img {
    max-width: 100%;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.person-block .info h5 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.person-block .info h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  margin: 0;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
  margin-bottom: 20px !important
}

.social-icons .icon {
  background-color: rgba(0,0,0,.3);
     width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  margin-right: 10px;
  padding: 10px;
  border-radius: 40px
}

.social-icons a .icon img {
    height: 100%;
    width: 100%;

}

/* Autor Sidebar */

.article__info {
  background-color: #fff;
  padding-top: 0 !important;
  gap: 0
}
.author_container .author-info.panel {
    display: none;
}

.inhalt-container {
  padding: 20px
}

ul.index-container {
  list-style: decimal;
  padding-left: 20px;
}

ul.index-container li a {
  border-bottom: 1px solid #041E17;

}

.inhalte-headline {
  font-weight: 500;
  font-size: 18px
}


.author_container {
  border-bottom: 1px solid #EAEAEA 
}

.image-author-wrap {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
}

.produkt-button {
  background-color: #F5BD1E;
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 100px;
  text-align: center;
  transition: all .2s ease !important
}

.produkt-button:hover {
  background-color: #186918;
  color: #fff !important;
  
}

.article__info {
  border-top: 0;
}

.author-bio {
  padding: 15px 0
}

.accordion {
  width: 75%;
    display: inline-block;
  height: 60px;
  font-weight: 600;
}

.author_container a {
  width: 25%;
    display: inline-block;
  float: left

}

.author_container {
  display: block;
  padding: 10px 20px 10px;
}

.accordion {
  background-image: url('/cdn/shop/files/arrow.svg?v=1701330691');
  background-repeat: no-repeat;
  background-position: right center;
  flex: auto
  
}

.article__info {
    width: 335px;
    left: -140px !important;
}
  

.article__prev-next {
  background: transparent;
}

.section__header {
  max-width: none
}

.section__header .heading.h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px !important;
  display: block
}

.shopify-section.shopify-section--blog-post-prev-next .article-item__title.heading.h5 {
      font-size: 20px;
    font-weight: 600;
    letter-spacing: -.5px;

}

.article__content h2 {
  font-size: 25px;
  font-weight: 600 !important
}


/*
@media screen and (min-width: 800px) and (max-width: 1100px)   {

.article__info {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
  position: relative;
  left: 0 !important;
  margin-left: 0
}

}
*/

/* Mobile */

@media screen and (max-width: 900px) {



  .shopify-section--blog-post-banner {
  padding: 0
}

  .custom-main-banner {
    margin-top: 0
  }

  .article__header {
    border-radius: 0
  }
  
  .blog-header-gradient {
    background-image: none;
    background-position: center bottom;
    width: 100%;
    max-height: 400px;
  }

  .article__header .article__header-content.text-container {
    background: #186918;
    padding-bottom: 20px;
    width: 100%
  }

  /*
  .article__header .article__header-content.text-container:after {
    content: '';
    background-image: url('/cdn/shop/files/blog-header-bg.svg?v=1701341912');
    background-repeat: no-repeat;
    width: 100%;
    height: 58px;
    background-size: 100%;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0
  }
  */

  .article__header-content.text-container {
    padding: 20px;
    order: -1
  }

  .article__header {
    display: grid
  }

  .article__header-content .article__title.heading.h1 {
    font-size: 29px;
    max-width: 80%;
    font-weight: 600
  }

  .article__header-content.text-container .article__category.heading.heading--small {
    margin-bottom: 5px
  }

  h1.article__title.heading {
    margin-bottom: 10px
  }
  
  .breadcrumb__list {
    padding: 15px
  }

  .person-block {
    height: 70px
  }

  .person-image img {
    width: 40px;
    height: 40px
  }

  .person-block .info h4 {
    font-size: 16px
  }

  .article__header-content .social-icons.gutter-top--small {
    margin-bottom: 0 !important
  }

  .article__inner {
    flex-direction: column
  }
  .article__info {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%
  }

  .article {
    margin: 20px 0
  }

  .accordion {
  width: 80%;
}

.author_container a {
  width: 20%;
}

    .article-list {
    gap: 20px
  }
}


.article__header-content.text-container {
  margin-left: 0 !important
}

@media screen and (min-width: 900px) {
.article__inner {
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.article__info {
    margin-right: 30px !important;
margin-top: 0 !important;
  left: 0 !important;
      min-width: 310px;
  position: sticky !important;
    top: 150px !important;
}
  .article {
    margin-top: 40px;
    margin-bottom: 40px;
}

}



@media screen and (min-width: 900px) {
.article__image-wrapper--square {
      position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
}

  .article__image-wrapper--square img {
 height: 100%;
    width;: auto
}

  .article__title.heading.h1 {
    width: 50%
  }
}
