/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* BASE NEWS + PRESS ARTICLES            */
/*****************************************/

.body-container--blog-post {
  margin-top: 2.25rem;
}

.article {
  display: contents;
}

.cards--article-md .card__inner {
  flex-direction: column;
}

.cards--article-md .card__thumbnail {
  padding: 0 !important;
  max-width: 100% !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
}

.cards--article-md .card:hover {
  box-shadow: 0 0 0 1px #004F87 inset;
}

.cards--article .card {
  width: 100%;
  max-width: auto !important;
  text-align: left;
  margin-right: 0;
  cursor: pointer;
}

.cards--article .card__date {
  color: #aeaeae;
  margin-bottom: .1875rem;
}

.cards--article .card__title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-family: 'Roboto-Medium', 'Roboto Medium', 'Roboto', sans-serif;
  font-weight: 500;
}

.cards--article .card__content {
  text-align: left;
  display: flex;
  flex-direction: column;
}

.cards--article .card__description {
  margin: 1.125rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
}

.cards--article .card__description img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cards--article .card__inner {
  display: flex;
}

.cards--article .btn {
  margin-top: auto;
}

/*****************************************/
/* NEWS                                  */
/*****************************************/

.cards--news .card__title {
  margin: 0;
  height: 50px;
}

/*****************************************/
/* SIDEBAR                */
/*****************************************/

.sidebar__cards {
  padding: 0;
  max-width: 361px;
  width: 100%;
  margin: 1rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  position: sticky;
  top: 5.5rem;
}

.sidebar__cards .hs_cos_wrapper_widget:empty {
  display: none;
}

.sidebar__cards .sidebar__card-title {
  margin-top: 0;
  font-family: 'Roboto-Medium', 'Roboto Medium', 'Roboto', sans-serif;
  font-weight: 500;
}

.sidebar__cards .sidebar__card {
  list-style-type: none;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
  padding: 1.75rem;
  border-radius: 8px;
}

.sidebar__cards .sidebar__card:last-child {
  margin-bottom: 0;
}

.sidebar__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sidebar__card-tags .btn {
  padding: .5rem 1rem;
}

.sidebar__card-description {
  margin-bottom: 1.375rem;
}

.article__socials,
.sidebar__card-share {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.article__socials .btn,
.sidebar__card-share .btn {
  height: 40px;
  padding: .5rem;
  box-sizing: border-box;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article__socials .btn img,
.sidebar__card-share .btn img {
  width: 23px;
  max-height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
}

.sidebar__card-image {
  margin-bottom: 1rem;
  width: 292px;
  height: 206px;
}

.sidebar__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar__card .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}

.sidebar__card .form-group .btn {
  width: 171px;
  text-align: center;
}

/* RELATED */

@media (max-width: 767px) {

  .article {
    display: contents;
  }

  .article__summary {
    font-size: 1rem;
    line-height: 24px;
  }

  .article__title {
    font-size: 1.75rem;
  }

  .article__header {
    margin-top: 2rem;
  }

  .article__footer {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .content-wrapper {
    padding: 0;
  }

  .sidebar__cards .sidebar__card {
    box-shadow: none;
    padding: 1.0625rem 0 0 0;
    border-radius: 0;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 2rem;
  }

  .sidebar__card--newsletter {
    border-top: none !important;
    border-bottom: none !important;
  }

  .sidebar__card--flex {
    display: flex;
    flex-direction: column;
  }

  .sidebar__card .form-group .btn {
    width: 100%;
  }

  .cards--dn {
    display: none;
  }

  .sidebar__card .sidebar__card-title {
    font-size: 1.5rem;
    font-family: 'Roboto-Regular', 'Roboto', sans-serif;
  }

  .sidebar__card--flex .sidebar__card-image {
    order: 1;
  }

  .sidebar__card--flex .sidebar__card-title {
    order: 0;
  }

  .sidebar__card--flex .sidebar__card-description {
    order: 2;
  }

  .sidebar__card--flex .sidebar__card-permalink {
    order: 3;
  }
}

.article__wrapper {
  max-width: 975px;
}

.container .article__wrapper .container {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .cards--md .col-md-6:first-child:last-child {
    flex-basis: 70%;
    max-width: 70%;
  }
  
  .cards--md .col-md-6:first-child:last-child .card {
    margin-right: 0;
    margin-left: 0;
  }
}

.article__category {
  margin-bottom: 1rem;
}

.article__category a {
  color: inherit;
  text-decoration: none;
}

.article__footer {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0;
}

.article-cta__card {
  list-style-type: none;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 15%);
  padding: 1.75rem;
  margin-bottom: 1.6875rem;
  border-radius: 8px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.article--reverse {
  display: flex;
  flex-direction: column;
  clear: both;
}

@media (max-width: 767px) {
  .article--reverse {
    flex-direction: column-reverse;
  }

  .article-cta__card {
    box-sizing: border-box;
    box-shadow: none;
    background: #f2f2f2;
    border-radius: 0;
    padding: 2rem 20px;
    margin-bottom: 0;
  }

  .article-cta__card--border {
    border-bottom: 1px solid #aeaeae;
  }

  /* .article-cta__card::before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    height: 255px;
    right: -20px;
    top: 0;
    width: 20px;
  }

  .article-cta__card::after {
    content: "";
    background: #f2f2f2;
    position: absolute;
    height: 255px;
    left: -20px;
    top: 0;
    width: 20px;
  } */

  .article__footer {
    margin: 2rem 0 2rem 0;
  }
}

.article-cta__card .btn-group {
  margin-top: auto;
}


.article-cta__description {
  margin-bottom: 1rem;
}

.article-info__item .reading-time {
  margin-right: .3rem;
}

@media(max-width: 767px) {
  .article-info__items {
    margin-bottom: 2.5rem;
  }

  .cards--links .card__thumbnail,
  .cards--related .card {
    max-width: 100%;
    width: 100%;
  }

  .cards--links .card__thumbnail {
    width: 100%;
  }

/*   .sidebar__cards .sidebar__card:nth-child(1) {
    order: 3;
    display: none;
  }

  .sidebar__cards .sidebar__card:nth-child(2) {
    order: 4;
  }

  .sidebar__cards .sidebar__card:nth-child(3) {
    order: 1;
  }

  .sidebar__cards .sidebar__card:nth-child(4) {
    order: 2;
    display: none;
  }

  .sidebar__cards .sidebar__card:nth-child(5) {
    order: 0;
  } */
}

#hs_cos_wrapper_module_16601298450292 .container,
.tabs .container {
  padding-left: 0;
  padding-right: 0;
}

.permalink:hover {
  color: #0274c7;
}

a.cta_button {
  box-sizing: border-box !important;
}

.col--flex-end-items {
  align-items: flex-end;
}

.article__full-width-block {
  background: #f4f4f4;
  position: relative;
  margin-top: 3.375rem;
}

.article__full-width-block::before {
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  content: "";
  height: 100%;
  left: -2rem;
  width: 50px;
  z-index: -1;
}

.article__full-width-block::after {
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  content: "";
  height: 100%;
  right: -2rem;
  width: 50px;
  z-index: -1;
}

.display--none {
  display: none;
}

.display--block {
  display: contents;
}

@media (max-width: 767px) {
  .display--block {
    display: none;
  }
  .display--none {
    display: block;
  }

  .display--none .sidebar__cards {
    margin-top: 0;
  }
}

/* BUBBLE HERO */

.hero__image-container {
    width: 100%;
    height: auto;
    border-radius: 50%;
    float:right;
}

.hero__image-container {
  position: relative;
  -webkit-filter: drop-shadow(-5px 7px 8px rgba(0,0,0,0.3));
  -moz-filter: drop-shadow(-5px 7px 8px rgba(0,0,0,0.3));
  -ms-filter: drop-shadow(-5px 7px 8px rgba(0,0,0,0.3));
  -o-filter: drop-shadow(-5px 7px 8px rgba(0,0,0,0.3));
  filter: drop-shadow(-5px 7px 8px rgba(0,0,0,0.3));
}

.hero__image-mask {
  height: 404px;
  max-width: 484px;
  background: #f2f2f2;
  -webkit-mask-image: url("https://hb.haendlerbund.de/hubfs/Haendlerbund_July_2022/stock/bubble-stock.png");
  mask-image: url("https://hb.haendlerbund.de/hubfs/Haendlerbund_July_2022/stock/bubble-stock.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero__image--article {
  align-items: flex-end;
  justify-content: flex-start;
}

.hero__image--article .hero__image--visuals:after,
.hero__image--article .hero__image-container:after {
  top: 0;
}

.hero__image-ratgeber-margin-bottom {
  margin-bottom: 30px;
}

.socials__items {
  margin: 0;
  padding: 0;

  gap: .4rem;
  color: #004e87;
  display: none;
}

.socials__item {
  list-style-type: none;
}

@media (max-width: 767px) {
  .article__top {
    margin-bottom: 1rem;
  }
  .socials__items {
      display: flex;
  }

  .body-container--blog-post {
    margin-top: 0;
  }
}

.article__top {
  display: flex;
    justify-content: space-between;
}

.article--ratgber .article__footer {
  margin-top: 20px;
}

.article--ratgber .article__footer .hs_cos_wrapper {
  width: 100%;
}

.body-container--ratgber .tabs__wrapper {
  max-width: 100% !important;
}

.body-container--ratgber .article-info__item--reading {
  padding-left: 0 !important;
  border-right: 0 !important;
}

.