.home-articles {
  margin-top: 64px;
  padding-bottom: 80px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 253, 246) 100%);
}
@media (max-width: 1232px) {
  .home-articles {
    margin-top: calc(32px + 32 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles {
    padding-bottom: calc(24px + 56 * (100vw - 360px) / 872);
  }
}
.home-articles__title-main {
  font-size: 40px;
  margin-top: 64px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #ddcb3c;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
@media (max-width: 1232px) {
  .home-articles__title-main {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__title-main {
    margin-top: calc(32px + 32 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__title-main {
    padding-top: calc(71px + 9 * (100vw - 360px) / 872);
  }
}
.home-articles__subtitle {
  margin-top: 32px;
  background-color: #f6f0e4;
  padding: 3px 0;
  font-size: 12px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .home-articles__subtitle {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
.home-articles__subtitle span {
  display: flex;
}
.home-articles__article {
  margin-top: 40px;
  display: flex;
  border: 1px solid #012527;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 1232px) {
  .home-articles__article {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .home-articles__article {
    flex-direction: column;
  }
}
.home-articles__article-col-01 {
  width: 50%;
  position: relative;
  border-right: 1px solid #012527;
}
@media (max-width: 767px) {
  .home-articles__article-col-01 {
    width: 100%;
    min-height: 238px;
    border-right: none;
    border-bottom: 1px solid #012527;
  }
}
.home-articles__article-col-02 {
  width: 50%;
  padding-top: 80px;
  padding-right: 56px;
  padding-bottom: 56px;
  padding-left: 56px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1232px) {
  .home-articles__article-col-02 {
    padding-top: calc(0px + 80 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__article-col-02 {
    padding-right: calc(0px + 56 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__article-col-02 {
    padding-bottom: calc(0px + 56 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__article-col-02 {
    padding-left: calc(0px + 56 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .home-articles__article-col-02 {
    width: 100%;
    padding: 48px 16px;
  }
}
.home-articles__article-label {
  position: absolute;
  right: 50px;
  top: 50px;
  border: 1px solid #012527;
  padding: 4px 12px;
  border-radius: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #012527;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-articles__article-label {
    top: 24px;
    left: 24px;
  }
}
.home-articles__video {
  height: 100%;
  width: 100%;
}
.home-articles__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 0 0 24px;
}
@media (max-width: 767px) {
  .home-articles__video iframe {
    border-radius: 24px 24px 0 0;
    height: 238px;
  }
}
.home-articles__overlay {
  border-radius: 24px 0 0 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .home-articles__overlay {
    border-radius: 24px 24px 0 0;
  }
}
.home-articles__btn-play {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-articles__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.home-articles__btn-play:hover {
  background-color: #012527;
}
.home-articles__btn-play:hover svg path {
  fill: #fff;
}
.home-articles__article-title-main {
  font-size: 36px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .home-articles__article-title-main {
    font-size: calc(24px + 12 * (100vw - 360px) / 872);
  }
}
.home-articles__article-text {
  margin-top: 40px;
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 150%;
  color: #012527;
  font-weight: 400;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 1232px) {
  .home-articles__article-text {
    margin-top: calc(24px + 16 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__article-text {
    margin-bottom: calc(32px + 24 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__article-text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-articles__article-link {
  margin: auto 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease 0s;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-weight: 800;
}
@media (max-width: 1232px) {
  .home-articles__article-link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-articles__article-link svg path {
  transition: all 0.3s ease 0s;
}
.home-articles__article-link:hover {
  color: #fff;
}
.home-articles__article-link:hover svg path {
  fill: #fff;
}
.home-articles__events {
  margin-top: 40px;
}
@media (max-width: 1232px) {
  .home-articles__events {
    margin-top: calc(12px + 28 * (100vw - 360px) / 872);
  }
}
.home-articles__wrapper {
  margin-top: 40px;
}
@media (max-width: 1232px) {
  .home-articles__wrapper {
    margin-top: calc(16px + 24 * (100vw - 360px) / 872);
  }
}
.home-articles__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .home-articles__items {
    overflow-y: auto;
  }
  .home-articles__items::-webkit-scrollbar {
    background: transparent;
    width: 0px;
  }
  .home-articles__items::-webkit-scrollbar-track {
    background: transparent;
    width: 0px;
  }
  .home-articles__items::-webkit-scrollbar-thumb {
    background: transparent;
    width: 0px;
  }
}
.home-articles__item {
  min-width: 256px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .home-articles__item {
    max-width: 256px;
  }
}
.home-articles__image {
  position: relative;
}
.home-articles__img {
  height: 288px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #012527;
}
@media (max-width: 992px) {
  .home-articles__img {
    height: 256px;
  }
}
.home-articles__category {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #012527;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #012527;
  width: -moz-fit-content;
  width: fit-content;
}
.home-articles__title {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: normal;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .home-articles__title {
    margin-top: calc(24px + 16 * (100vw - 360px) / 872);
  }
}
.home-articles__text {
  font-size: 18px;
  line-height: 32px;
  font-family: "TestSohne-Buch", sans-serif;
}
@media (max-width: 1232px) {
  .home-articles__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-articles__link {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #004c51;
  background-color: #faf8db;
  transition: all 0.3s ease 0s;
  color: #004c51;
  font-size: 18px;
  line-height: normal;
  font-weight: 800;
  font-family: "Work Sans", sans-serif;
  padding: 16px 24px;
  border-radius: 1000px;
}
@media (max-width: 1232px) {
  .home-articles__link {
    margin-top: calc(100px + -20 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-articles__link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-articles__link svg path {
  transition: all 0.3s ease 0s;
}
.home-articles__link:hover {
  background-color: #ddcb3c;
  border-color: #ddcb3c;
  color: #fff;
}
.home-articles__link:hover svg path {
  fill: #fff;
}/*# sourceMappingURL=style.css.map */