/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/home.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
#post-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  justify-items: center;
}
#post-container article.post {
  margin: 0;
  width: 400px;
  min-width: 350px;
  max-width: 400px;
  background: var(--rwp-inhalt-background);
  -webkit-box-shadow: 0px 0px 1px 1px var(--rwp-inhalt-background);
          box-shadow: 0px 0px 1px 1px var(--rwp-inhalt-background);
  color: #c8c3bc;
  border-radius: 10px;
  padding: 5px;
}
#post-container article.post.sticky {
  display: none;
}
#post-container article.post .post-thumbnail {
  height: 368px;
  width: 368px;
  margin: 0 auto;
}
#post-container article.post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#post-container article.post .post-content {
  position: relative;
}
#post-container article.post .post-content .entry-date {
  background: #D3A656;
  border-radius: 4px;
  line-height: normal;
  position: absolute;
  top: -45px;
  z-index: 1;
  right: 0;
  margin-right: 0.625rem;
  padding: 10px 15px;
  color: #ffffff;
  font-weight: bold;
}
#post-container article.post .post-content .remove-image {
  background: #D3A656;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  line-height: normal;
  margin-bottom: 1.25rem;
  padding: 10px 15px;
}
#post-container article.post .post-content .remove-image a {
  color: #ffffff;
  font-weight: bold;
}
#post-container article.post .post-content .entry-meta {
  font-size: 12pt;
}
#post-container article.post .post-content .entry-meta i {
  color: #b18500;
}
#post-container article.post .post-content .entry-header {
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fd7e14;
}
#post-container article.post .post-content .entry-header .date {
  background-color: #D3A656;
  color: #fff;
  min-height: 48px;
  min-width: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#post-container article.post .post-content .entry-header .date span {
  display: block;
  line-height: 24px;
}
#post-container article.post .post-content .entry-header .date .day {
  padding: 3px;
}
#post-container article.post .post-content .entry-header .date .month {
  font-size: 14px;
}
#post-container article.post .post-content .entry-header .entry-title {
  min-height: 50px;
  margin-left: 15px;
  line-height: 1.1;
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
}
#post-container article.post a {
  color: #c8c3bc;
}

@media (max-width: 420px) {
  #post-container {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  #post-container article.post {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.list-articles-sticky {
  height: 400px;
  margin-bottom: 10px;
  color: #fd7e14;
}
.list-articles-sticky .carousel-item {
  height: 400px;
}
.list-articles-sticky .carousel-item img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.list-articles-sticky .carousel-caption {
  min-height: 180px;
}
.list-articles-sticky .carousel-caption .date {
  display: inline-block;
  color: #fff;
  min-height: 48px;
  min-width: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.list-articles-sticky .carousel-caption .date span {
  background-color: #D3A656;
  display: block;
  line-height: 24px;
  padding: 10px;
}
.list-articles-sticky .carousel-caption .entry-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-articles-sticky .carousel-caption .entry-header .entry-title {
  min-height: 50px;
  margin-left: 15px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  font-size: 30px;
  line-height: 50px;
}

#rwp-load-more {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #D3A656;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#rwp-load-more:hover {
  background-color: #b58e49;
}
#rwp-load-more.loading {
  opacity: 0.6;
  pointer-events: none;
}
#rwp-load-more .spinner {
  display: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 10px;
}
#rwp-load-more.loading .spinner {
  display: inline-block;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*# sourceMappingURL=home.css.map*/