.blogger {
    /* Portal */

.heading-title {
    padding: 10px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
  }
  
  .heading-title.bottom {
    text-align: right;
    margin-top: 5px;
  }
  
  .portal-container {
    padding: 10px 0;
    background-color: #f5f5f5
  }
  
  .item-container {
    height: 300px;
    max-height: 300px;
    overflow: scroll;
  }
  
  .item {
    padding: 10px;
    height: 150px;
    background-color: #f5f5f5;
  }
  
  .item:nth-child(even)  {
    background-color: #c5c6c7;
  }
  
  .item-image-container {
    padding: 10px;
  }
  
  .item-image {
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .item-download {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-image-holder {
    height: 180px;
    width: 180px;
  }
  
  .contact-image {
    border-radius: 50%;
    padding-bottom: 100%;
    width: 100%;
    background-color: #f5f5f5;
    background-size: cover;
  }
  
  .contact-description-container {
    padding: 10px;
    background-color: #f5f5f5;
    height: 100%;
    min-height: 244px;
  }
  
  .download-icon {
    background-image: url(/cdn/shop/files/icon-download.svg?v=1726586394);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #262526;
    border: 1px solid #262526;
    border-radius: 50%;
  }
  
  .download-icon:hover {
    background-color: #16577f;
  }
  
  /* Blogger */
  
  /* Handel */
  
  .preview-image {
    max-width: 100%;
  }
  
  .newsletter-container {
    background-color: #f5f5f5;
    height: 346px;
    max-height: 346px;
  }
  
  .newsletter-image {    
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 60%;
  }
  
  .newsletter-form-container {
    padding: 8px;
  }
  
  .newsletter-textbox {
    width: 100%;
  }
  
  .newsletter-form-button-container {
    display: flex;
    justify-content: center;
  }
  
  .agb-content-container {
    height: 180px;
    overflow: hidden;
    padding: 10px;
  }
  
  .load-more-icon-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
  }
  
  .load-more-icon {
    background-image: url(/cdn/shop/files/icon-load-more.svg?v=1726586395);
    background-repeat: no-repeat;
    background-position: center;
    width: 96px;
    height: 52px;
    cursor: pointer;
  }
  
  /* Presse */
  
  /* Blog */
  
  .filter-tag-container > div {
    border-bottom: 1px solid #d8d9da;
    text-transform: uppercase;
    padding: 10px 0;
  }
  
  .filter-tag-container > div:first-child {
    padding-top: 0;
  }
  
  .filter-tag-toggle {
    position: relative;
    cursor: pointer;
  }
  
  .filter-tag-toggle-text {
    position: absolute;
    right: 0;
    margin-right: 25px;
    color: #0477bd;
  }
  
  .filter-tag-item-container {
    padding: 10px;
  }
  
  .filter-button {
    text-decoration: none;
  }
  
  .filter-button div {
    margin-top: 10px;
    padding: 10px;
    background-color: #ff7e00;
    color: white;
    font-weight: bold;
    border: 1px solid #ff7e00
  }
  
  .filter-button div:hover {
    background-color: #b65a01;
    border-color: #b65a01;
  }
  
  
  .article-item-container {
    padding-bottom: 10px !important;
  }
  
  .article-item-container:nth-child(even) {
    padding-left: 5px;
  }
  
  .article-item-container:nth-child(odd) {
    padding-right: 5px;
  }
  
  .article-item-container.no-side-padding {
    padding: 0;
  }
  
  .article-item {
    height: 120px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #b0b2b3;
  }
  
  .article-item-image {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .article-item-content {
    padding-left: 10px !important;
  }
  
  .article-link {
    text-decoration: none;
  }
  
  .article-link .article-item:hover {
    color: #ffffff;
    background-color: #0477bd;
  }
  
  
  /* Article */
  
  .article-info-container {
    background-color: #f5f5f5;
    padding: 10px;
  }
  
  .article-info {
    color: #0477bd;
  }
  
  .article-author-container {
    margin-bottom: 25px;
    text-align: center;
  }
  
  .article-author-image {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid black;
    background-size: cover;
  }
  
  .article-product-container div {
    text-align: center;
  }
  
  .article-product-image img {
    margin: 0 auto;
    max-width: 200px;
  }
  
  /* App */
  
  .form-field-container {
    display: flex;
    flex-direction: column;
  }
  
  .form-field-container input, .form-field-container select, .form-field-container textarea {
    width: 100%;
  }
  
  .field_with_errors input, .field_with_errors textarea {
    border: 1px solid red;
  }
  
  .field_with_errors * {
    width: 100%;
  }
  
  .form-field-date-container {
    display: flex;
    flex-flow: row wrap;
  }
  
  .form-field-date-container .year, .form-field-date-container .month {
    width: 50%;
  }
  
  /* */
  
  #shopify-section-page-blogger-faq .contact-image-container {
    align-self: center;
  }
  
  .padding-left-0 {
    padding-left: 0;
  }
  
  .padding-bottom-0 {
    padding-bottom: 0;
  }
}