.bloghub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 426px) {
  .bloghub {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  .bloghub {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bloghub__controls {
  margin: 0px 0 62px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .bloghub__controls {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0 32px 0;
  }
}
.bloghub__button {
  transform: translateX(-50%);
}
.bloghub__button__wrapper {
  position: absolute;
  bottom: -56px;
  left: 50%;
}
.bloghub__filters {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .bloghub__filters {
    width: 100%;
    flex-wrap: wrap;
  }
}
.bloghub__filters-separator {
  width: 1px;
  background-color: #cccccc;
  height: unset;
}
@media screen and (max-width: 426px) {
  .bloghub__filters-separator {
    height: 30px;
  }
}
.bloghub__sort {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 426px) {
  .bloghub__sort__container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }
}
.bloghub__sort p {
  font-size: 18px;
  color: #000000;
  margin: 0;
}
.bloghub__sort svg {
  transition: transform 0.3s ease;
}
.bloghub__sort-desc .bloghub__sort-icon-desc {
  display: inline;
}
.bloghub__sort-desc .bloghub__sort-icon-asc {
  display: none;
}
.bloghub__sort-desc svg {
  transform: rotate(0deg);
}
.bloghub__sort-asc .bloghub__sort-icon-desc {
  display: none;
}
.bloghub__sort-asc .bloghub__sort-icon-asc {
  display: inline;
}
.bloghub__sort-asc svg {
  transform: rotate(180deg);
}
.bloghub__skeletons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 426px) {
  .bloghub__skeletons {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .bloghub__skeletons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bloghub__skeletons__post {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}
.bloghub__skeletons__post::after {
  content: "";
  top: 0;
  transform: translate(100%);
  width: 100%;
  height: 520px;
  position: absolute;
  z-index: 0;
  animation: slide 1s ease-in-out infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 248, 234, 0.5019607843) 50%, rgba(255, 255, 255, 0));
}
@keyframes slide {
  0% {
    transform: translate(-120%);
  }
  100% {
    transform: translate(120%);
  }
}
.bloghub__skeletons__post__image {
  width: 100%;
  height: 256px;
  background-color: #d7d7d7;
  margin-bottom: 10px;
  border-radius: 10px;
}
.bloghub__skeletons__post__date {
  width: 120px;
  height: 18px;
  background-color: #d7d7d7;
  margin: 0;
  border-radius: 10px;
}
.bloghub__skeletons__post__title {
  width: 80%;
  height: 24px;
  background-color: #d7d7d7;
  margin: 10px 0;
  border-radius: 10px;
}
.bloghub__skeletons__post__excerpt {
  width: 100%;
  height: 75px;
  background-color: #d7d7d7;
  margin: 0;
  border-radius: 10px;
}
.bloghub__skeletons__post__button {
  width: 140px;
  height: 38px;
  background-color: #d7d7d7;
  margin: 20px 0 0 0;
  border-radius: 10px;
}
.bloghub__post {
  position: relative;
  margin-bottom: 24px;
  transition: filter 0.3s ease, transform 150ms ease, opacity 230ms ease;
}
.bloghub__post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0.95);
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.bloghub__post:hover {
  transform: translateY(-3px);
}
.bloghub__post:hover .bloghub__post__button svg {
  transform: translate(3px, -2px);
}
.bloghub__post:hover .bloghub__post__button--blank svg {
  transform: translate(2px, -4px) rotate(-45deg) !important;
}
.bloghub__post:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  border-radius: 8px;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s ease;
}
.bloghub__post--planzerch::after {
  background-color: rgba(166, 13, 31, 0.0784313725);
}
.bloghub__post--planzerpaket::after {
  background-color: rgba(255, 242, 214, 0.7019607843);
}
.bloghub__post--planzerhomeservice::after {
  background-color: rgba(24, 104, 125, 0.0705882353);
}
.bloghub__post--planpswiss::after {
  background-color: rgba(51, 120, 143, 0.0705882353);
}
.bloghub__post--synergisticsch::after {
  background-color: rgba(22, 105, 125, 0.0705882353);
}
.bloghub__post--hidden {
  display: none;
}
.bloghub__post__animate {
  opacity: 0;
  transform: scale(0.9);
}
.bloghub__post__logo {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 80px;
  overflow: hidden;
}
.bloghub__post__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghub__post__image {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.bloghub__post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghub__post__date {
  font-size: 18px;
  color: #666666;
  margin: 0;
}
.bloghub__post__button {
  display: flex;
  gap: 4px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 13px;
  min-width: auto;
  max-width: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  width: inherit;
}
.bloghub__post__button:hover {
  box-shadow: none !important;
}
.bloghub__post__button svg {
  transform: translate(-1px, -2px);
  transition: all 0.3s ease;
}
.bloghub__post__button--blank svg {
  transform: translate(-1px, -2px) rotate(-45deg) !important;
}

.d-none {
  display: none !important;
}

.bloghubTeaser__1-1-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 426px) {
  .bloghubTeaser__1-1-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .bloghubTeaser__1-1-1 .bloghubTeaser__1-1-1__post:last-child {
    display: unset;
  }
}
@media screen and (max-width: 768px) {
  .bloghubTeaser__1-1-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bloghubTeaser__1-1-1 .bloghubTeaser__1-1-1__post:last-child {
    display: none;
  }
}
.bloghubTeaser__2-1-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
}
@media screen and (max-width: 768px) {
  .bloghubTeaser__2-1-1 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 426px) {
  .bloghubTeaser__2-1-1 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: unset;
  }
}
.bloghubTeaser__2-1-1__post--featured {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  margin-right: 32px;
}
@media screen and (max-width: 426px) {
  .bloghubTeaser__2-1-1__post--featured {
    grid-column: unset;
    grid-row: unset;
    margin-right: 0;
  }
  .bloghubTeaser__2-1-1__post--featured .bloghubTeaser__post__image {
    height: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .bloghubTeaser__2-1-1__post--featured .bloghubTeaser__post__image {
    height: 400px !important;
  }
}
.bloghubTeaser__2-1-1__post--featured .bloghubTeaser__post__image {
  height: 500px;
}
.bloghubTeaser__2-1-1__post--featured:hover::after {
  transform: scale(1.03) !important;
}
.bloghubTeaser__2-1-1__post:nth-child(2) {
  grid-column-start: 3;
}
@media screen and (max-width: 426px) {
  .bloghubTeaser__2-1-1__post:nth-child(2) {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .bloghubTeaser__2-1-1__post:nth-child(2) {
    grid-column: span 2/span 2;
    grid-column-start: 3;
  }
}
.bloghubTeaser__2-1-1__post:nth-child(2) .bloghubTeaser__post__excerpt {
  display: none;
}
.bloghubTeaser__2-1-1__post:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 2;
}
@media screen and (max-width: 426px) {
  .bloghubTeaser__2-1-1__post:nth-child(3) {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .bloghubTeaser__2-1-1__post:nth-child(3) {
    grid-column: span 2/span 2;
    grid-column-start: 3;
    grid-row-start: 2;
  }
}
.bloghubTeaser__2-1-1__post:nth-child(3) .bloghubTeaser__post__excerpt {
  display: none;
}
.bloghubTeaser__post {
  position: relative;
  transition: filter 0.3s ease, transform 150ms ease, opacity 230ms ease;
}
.bloghubTeaser__post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0.95);
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.bloghubTeaser__post:hover {
  transform: translateY(-3px);
}
.bloghubTeaser__post:hover .bloghub__post__button svg {
  transform: translate(3px, -2px);
}
.bloghubTeaser__post:hover .bloghub__post__button--blank svg {
  transform: translate(2px, -4px) rotate(-45deg) !important;
}
.bloghubTeaser__post:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  border-radius: 8px;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s ease;
}
.bloghubTeaser__post--planzerch::after {
  background-color: rgba(166, 13, 31, 0.0784313725);
}
.bloghubTeaser__post--planzerpaket::after {
  background-color: rgba(255, 242, 214, 0.7019607843);
}
.bloghubTeaser__post--planzerhomeservice::after {
  background-color: rgba(24, 104, 125, 0.0705882353);
}
.bloghubTeaser__post--planpswiss::after {
  background-color: rgba(51, 120, 143, 0.0705882353);
}
.bloghubTeaser__post--synergisticsch::after {
  background-color: rgba(22, 105, 125, 0.0705882353);
}
.bloghubTeaser__post--hidden {
  display: none;
}
.bloghubTeaser__post__animate {
  opacity: 0;
  transform: scale(0.9);
}
.bloghubTeaser__post__logo {
  position: absolute;
  top: -15px;
  left: -10px;
  width: 80px;
  overflow: hidden;
}
.bloghubTeaser__post__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghubTeaser__post__image {
  width: 100%;
  height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.bloghubTeaser__post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bloghubTeaser__post__date {
  font-size: 18px;
  color: #666666;
  margin: 0;
}
.bloghubTeaser__post__button {
  display: flex;
  gap: 4px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 13px;
  min-width: auto;
  max-width: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  width: inherit;
}
.bloghubTeaser__post__button:hover {
  box-shadow: none !important;
}
.bloghubTeaser__post__button svg {
  transform: translate(-1px, -2px);
  transition: all 0.3s ease;
}
.bloghubTeaser__post__button--blank svg {
  transform: translate(-1px, -2px) rotate(-45deg) !important;
}/*# sourceMappingURL=planzer-bloghub.css.map */