.slider {
  display: flex;
  width: 100%;
  max-width: 720px;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}
.slider .slider-controls {
  width: 105px;
  height: 45px;
  z-index: 1;
}
.slider .slider-controls .ctrl {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider .slider-controls .ctrl.prev {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/global/btn_prev.svg");
}
.slider .slider-controls .ctrl.prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,0,43,22.5,20.523,20.523,0,0,0,22.5,2m0-2A22.5,22.5,0,1,1,0,22.5,22.5,22.5,0,0,1,22.5,0m4.98,9.772-1.414,1.414L14.752,22.5,26.066,33.814l1.414,1.414-1.414,1.414L11.924,22.5,26.066,8.358Z'/%3E%3C/svg%3E%0A");
}
.slider .slider-controls .ctrl.next {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/global/btn_next.svg");
  float: right;
}
.slider .slider-controls .ctrl.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0M17.52,9.772l1.414,1.414L30.248,22.5,18.934,33.814,17.52,35.228l1.414,1.414L33.076,22.5,18.934,8.358Z'/%3E%3C/svg%3E%0A");
}
.slider .slider-container {
  position: relative;
  width: calc(100% - 150px);
  right: 0;
  display: flex;
  overflow: hidden;
}
.slider .slider-container .slide-single {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
  padding: 20px;
  background: #fff;
  border: 2px solid #F0F0F0;
  transition: all 0.6s ease;
  margin-left: -100%;
  opacity: 1;
  width: 100%;
  flex-shrink: 0;
}
.slider .slider-container .slide-single:hover {
  border-color: #E60000;
}
.slider .slider-container .slide-single:hover a {
  color: #E60000;
}
.slider .slider-container .slide-single.active {
  margin-left: 0;
}
.slider .slider-container .slide-single.active ~ .slide-single {
  margin-left: 100%;
}
.slider .slider-container .slide-single .slide-txt {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  line-height: 1.28;
}
.slider .slider-container .slide-single .slide-title, .slider .slider-container .slide-single .slide-deteil, .slider .slider-container .slide-single .slide-txt {
  margin-bottom: 15px;
}
.slider .slider-container .slide-single .slide-title, .slider .slider-container .slide-single .slide-btn {
  font-size: 16px;
  text-transform: uppercase;
}
.slider .slider-container .slide-single .slide-btn {
  font-size: 18px;
}
.slider .slider-container .slide-single .slide-btn span {
  border-bottom: 2px solid #E60000;
}

@media (max-width: 991.98px) {
  .slider .slider-container .slide-single .slide-txt {
    font-size: 24px;
  }
}
#article-wrapper {
  padding-top: 110px;
  padding-bottom: 0;
}
#article-wrapper .article-title {
  font-size: 70px;
  line-height: 1.28;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}
#article-wrapper .article-quote {
  font-size: 40px;
  line-height: 1.37;
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}
#article-wrapper .article-single {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
#article-wrapper .article-single > div {
  flex: 1 1 100%;
}
#article-wrapper .article-single img {
  width: 100%;
  transition: transform 0.3s ease;
}
#article-wrapper .article-single .article-content {
  display: flex;
  width: 100%;
}
#article-wrapper .article-single .article-content > div {
  flex: 1 1 50%;
  margin-right: 30px;
  margin-left: 30px;
}
#article-wrapper .article-single .article-content > div:first-child {
  margin-left: 0;
}
#article-wrapper .article-single .article-content > div:last-child {
  margin-right: 0;
}
#article-wrapper .article-single .article-content .article-img-quote {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#article-wrapper .article-single .article-content .article-img-quote .article-img {
  margin-top: 60px;
  overflow: hidden;
}
#article-wrapper .article-single .article-large-img {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  border: 2px solid #ccc;
}
#article-wrapper .article-single .article-large-img img {
  transform-origin: left center;
}
#article-wrapper .article-single .animate-img {
  border: 2px solid #F0F0F0;
  transition: border-color 0.3s ease;
}
#article-wrapper .article-single .animate-img:hover {
  border: 2px solid #E60000;
}
#article-wrapper .article-single .animate-img:hover img {
  transform: scale(1.2);
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  #article-wrapper .article-quote {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  #article-wrapper .article-title {
    font-size: 45px;
  }
  #article-wrapper .article-single .article-content {
    width: 100%;
    flex-direction: column;
  }
  #article-wrapper .article-single .article-content > div {
    flex: 1 1 100%;
  }
  #article-wrapper .article-single .article-content .article-img-quote {
    margin-top: 60px;
  }
}

#article-teilen {
  padding-bottom: 120px;
}
#article-teilen .social-media-container .social-media {
  justify-content: flex-start;
}
#article-teilen .social-media-container .social-media li.ic-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_linkedin' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_linkedin-2' data-name='btn_linkedin' class='cls-1' d='M22.5,0A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m0,43A20.5,20.5,0,1,1,43,22.5,20.523,20.523,0,0,1,22.5,43M12.008,18.28h4.5V32.748h-4.5Zm21.34,6.531,0,7.937H28.854V25.713c0-1.678-.03-3.838-2.337-3.838-2.339,0-2.7,1.828-2.7,3.715v7.157H19.327V18.28H23.64v1.977h.06a4.73,4.73,0,0,1,4.256-2.337c4.553,0,5.392,3,5.392,6.891M16.865,13.695a2.607,2.607,0,1,1-2.607-2.607,2.607,2.607,0,0,1,2.607,2.607'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_linkedin' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E60000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_linkedin-2' data-name='btn_linkedin' class='cls-1' d='M22.5,0A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m0,43A20.5,20.5,0,1,1,43,22.5,20.523,20.523,0,0,1,22.5,43M12.008,18.28h4.5V32.748h-4.5Zm21.34,6.531,0,7.937H28.854V25.713c0-1.678-.03-3.838-2.337-3.838-2.339,0-2.7,1.828-2.7,3.715v7.157H19.327V18.28H23.64v1.977h.06a4.73,4.73,0,0,1,4.256-2.337c4.553,0,5.392,3,5.392,6.891M16.865,13.695a2.607,2.607,0,1,1-2.607-2.607,2.607,2.607,0,0,1,2.607,2.607'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-xing {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_xing' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_xing-2' data-name='btn_xing' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.524,20.524,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0M14.146,16.243a.517.517,0,0,0-.465.22.5.5,0,0,0,0,.513l2.348,4.06a.025.025,0,0,1,0,.024L12.36,27.541a.552.552,0,0,0,0,.538.5.5,0,0,0,.441.245h3.472a1.051,1.051,0,0,0,.93-.685l3.742-6.6c-.014-.023-2.373-4.158-2.373-4.158a1.081,1.081,0,0,0-.978-.635ZM28.686,11.5a1.016,1.016,0,0,0-.927.659l-7.7,13.659,4.918,9.023a1.083,1.083,0,0,0,.967.659H29.4a.512.512,0,0,0,.459-.221.54.54,0,0,0-.007-.535l-4.88-8.915a.024.024,0,0,1,0-.023l7.664-13.551a.543.543,0,0,0,.007-.534.514.514,0,0,0-.46-.221Z'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-xing:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_xing' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E60000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_xing-2' data-name='btn_xing' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.524,20.524,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0M14.146,16.243a.517.517,0,0,0-.465.22.5.5,0,0,0,0,.513l2.348,4.06a.025.025,0,0,1,0,.024L12.36,27.541a.552.552,0,0,0,0,.538.5.5,0,0,0,.441.245h3.472a1.051,1.051,0,0,0,.93-.685l3.742-6.6c-.014-.023-2.373-4.158-2.373-4.158a1.081,1.081,0,0,0-.978-.635ZM28.686,11.5a1.016,1.016,0,0,0-.927.659l-7.7,13.659,4.918,9.023a1.083,1.083,0,0,0,.967.659H29.4a.512.512,0,0,0,.459-.221.54.54,0,0,0-.007-.535l-4.88-8.915a.024.024,0,0,1,0-.023l7.664-13.551a.543.543,0,0,0,.007-.534.514.514,0,0,0-.46-.221Z'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-twitter {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_twitter' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m9.938,17.4c.015.22.015.441.015.663a14.491,14.491,0,0,1-14.59,14.59v0a14.517,14.517,0,0,1-7.86-2.3,10.289,10.289,0,0,0,7.589-2.125,5.134,5.134,0,0,1-4.79-3.561,5.117,5.117,0,0,0,2.315-.088A5.128,5.128,0,0,1,11,19.551v-.065a5.092,5.092,0,0,0,2.328.641,5.133,5.133,0,0,1-1.587-6.846,14.553,14.553,0,0,0,10.568,5.357,5.132,5.132,0,0,1,8.738-4.677,10.3,10.3,0,0,0,3.256-1.245,5.145,5.145,0,0,1-2.254,2.836A10.209,10.209,0,0,0,35,14.745,10.44,10.44,0,0,1,32.438,17.4'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E60000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_twitter' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m9.938,17.4c.015.22.015.441.015.663a14.491,14.491,0,0,1-14.59,14.59v0a14.517,14.517,0,0,1-7.86-2.3,10.289,10.289,0,0,0,7.589-2.125,5.134,5.134,0,0,1-4.79-3.561,5.117,5.117,0,0,0,2.315-.088A5.128,5.128,0,0,1,11,19.551v-.065a5.092,5.092,0,0,0,2.328.641,5.133,5.133,0,0,1-1.587-6.846,14.553,14.553,0,0,0,10.568,5.357,5.132,5.132,0,0,1,8.738-4.677,10.3,10.3,0,0,0,3.256-1.245,5.145,5.145,0,0,1-2.254,2.836A10.209,10.209,0,0,0,35,14.745,10.44,10.44,0,0,1,32.438,17.4'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_instagram' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m0,12.128c3.379,0,3.779.012,5.113.073a7.026,7.026,0,0,1,2.349.436,4.184,4.184,0,0,1,2.4,2.4,6.974,6.974,0,0,1,.436,2.349c.061,1.335.074,1.735.074,5.113s-.013,3.778-.074,5.112a6.975,6.975,0,0,1-.436,2.35,4.192,4.192,0,0,1-2.4,2.4,7.026,7.026,0,0,1-2.349.436c-1.334.06-1.734.073-5.113.073s-3.778-.013-5.112-.073a7.014,7.014,0,0,1-2.349-.436,4.2,4.2,0,0,1-2.4-2.4,7.008,7.008,0,0,1-.435-2.35c-.061-1.334-.074-1.734-.074-5.112s.013-3.778.074-5.113a7.007,7.007,0,0,1,.435-2.349,4.19,4.19,0,0,1,2.4-2.4,7.014,7.014,0,0,1,2.349-.436c1.334-.061,1.734-.073,5.112-.073m0-2.28c-3.436,0-3.867.014-5.216.076a9.268,9.268,0,0,0-3.071.588,6.466,6.466,0,0,0-3.7,3.7,9.3,9.3,0,0,0-.589,3.072c-.061,1.349-.076,1.78-.076,5.216s.015,3.867.076,5.216a9.285,9.285,0,0,0,.589,3.071,6.471,6.471,0,0,0,3.7,3.7,9.319,9.319,0,0,0,3.071.588c1.349.061,1.78.076,5.216.076s3.867-.015,5.217-.076a9.324,9.324,0,0,0,3.071-.588,6.471,6.471,0,0,0,3.7-3.7,9.262,9.262,0,0,0,.588-3.071c.062-1.349.076-1.78.076-5.216s-.014-3.867-.076-5.216a9.274,9.274,0,0,0-.588-3.072,6.466,6.466,0,0,0-3.7-3.7,9.273,9.273,0,0,0-3.071-.588c-1.35-.062-1.781-.076-5.217-.076M22.5,16A6.5,6.5,0,1,0,29,22.5,6.5,6.5,0,0,0,22.5,16m0,10.714A4.217,4.217,0,1,1,26.718,22.5,4.217,4.217,0,0,1,22.5,26.717m6.754-12.489a1.518,1.518,0,1,0,1.518,1.518,1.518,1.518,0,0,0-1.518-1.518'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E60000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_instagram' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m0,12.128c3.379,0,3.779.012,5.113.073a7.026,7.026,0,0,1,2.349.436,4.184,4.184,0,0,1,2.4,2.4,6.974,6.974,0,0,1,.436,2.349c.061,1.335.074,1.735.074,5.113s-.013,3.778-.074,5.112a6.975,6.975,0,0,1-.436,2.35,4.192,4.192,0,0,1-2.4,2.4,7.026,7.026,0,0,1-2.349.436c-1.334.06-1.734.073-5.113.073s-3.778-.013-5.112-.073a7.014,7.014,0,0,1-2.349-.436,4.2,4.2,0,0,1-2.4-2.4,7.008,7.008,0,0,1-.435-2.35c-.061-1.334-.074-1.734-.074-5.112s.013-3.778.074-5.113a7.007,7.007,0,0,1,.435-2.349,4.19,4.19,0,0,1,2.4-2.4,7.014,7.014,0,0,1,2.349-.436c1.334-.061,1.734-.073,5.112-.073m0-2.28c-3.436,0-3.867.014-5.216.076a9.268,9.268,0,0,0-3.071.588,6.466,6.466,0,0,0-3.7,3.7,9.3,9.3,0,0,0-.589,3.072c-.061,1.349-.076,1.78-.076,5.216s.015,3.867.076,5.216a9.285,9.285,0,0,0,.589,3.071,6.471,6.471,0,0,0,3.7,3.7,9.319,9.319,0,0,0,3.071.588c1.349.061,1.78.076,5.216.076s3.867-.015,5.217-.076a9.324,9.324,0,0,0,3.071-.588,6.471,6.471,0,0,0,3.7-3.7,9.262,9.262,0,0,0,.588-3.071c.062-1.349.076-1.78.076-5.216s-.014-3.867-.076-5.216a9.274,9.274,0,0,0-.588-3.072,6.466,6.466,0,0,0-3.7-3.7,9.273,9.273,0,0,0-3.071-.588c-1.35-.062-1.781-.076-5.217-.076M22.5,16A6.5,6.5,0,1,0,29,22.5,6.5,6.5,0,0,0,22.5,16m0,10.714A4.217,4.217,0,1,1,26.718,22.5,4.217,4.217,0,0,1,22.5,26.717m6.754-12.489a1.518,1.518,0,1,0,1.518,1.518,1.518,1.518,0,0,0-1.518-1.518'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-facebook {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_facebook' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_facebook-2' data-name='btn_facebook' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m6.3,24.693.751-4.9h-4.7V16.614a2.45,2.45,0,0,1,2.762-2.647H29.75V9.8a26.074,26.074,0,0,0-3.794-.331c-3.872,0-6.4,2.346-6.4,6.594v3.734h-4.3v4.9h4.3v12.05h5.3V24.693Z'/%3E%3C/svg%3E%0A");
}
#article-teilen .social-media-container .social-media li.ic-facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_facebook' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23E60000; %7D %3C/style%3E%3C/defs%3E%3Cpath id='btn_facebook-2' data-name='btn_facebook' class='cls-1' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0m6.3,24.693.751-4.9h-4.7V16.614a2.45,2.45,0,0,1,2.762-2.647H29.75V9.8a26.074,26.074,0,0,0-3.794-.331c-3.872,0-6.4,2.346-6.4,6.594v3.734h-4.3v4.9h4.3v12.05h5.3V24.693Z'/%3E%3C/svg%3E%0A");
}

#article-carousel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F0F0F0;
}
#article-carousel .swiper {
  position: relative;
  margin-top: 15px;
  padding-bottom: 60px;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: auto;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide > .row {
  height: 100%;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link {
  display: block;
  height: 100%;
  background: #ffffff;
  padding: 20px;
  color: inherit;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-txt {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  line-height: 1.28;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-title, #article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-deteil, #article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-txt {
  margin-bottom: 15px;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-title, #article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-btn {
  font-size: 16px;
  text-transform: uppercase;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-btn {
  font-size: 18px;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-link .slide-btn span {
  border-bottom: 2px solid #E60000;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-img {
  overflow: hidden;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide .inner-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide:hover {
  border-color: transparent;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide:hover .inner-link {
  border-color: #E60000;
}
#article-carousel .swiper .swiper-wrapper .swiper-slide:hover .img-fluid {
  transform: scale(1.1);
}
#article-carousel .swiper .ctrl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
#article-carousel .swiper .ctrl.prev {
  margin-left: -30px;
  background-image: url("../img/global/btn_prev.svg");
}
#article-carousel .swiper .ctrl.prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,0,43,22.5,20.523,20.523,0,0,0,22.5,2m0-2A22.5,22.5,0,1,1,0,22.5,22.5,22.5,0,0,1,22.5,0m4.98,9.772-1.414,1.414L14.752,22.5,26.066,33.814l1.414,1.414-1.414,1.414L11.924,22.5,26.066,8.358Z'/%3E%3C/svg%3E%0A");
}
#article-carousel .swiper .ctrl.next {
  margin-left: 30px;
  background-image: url("../img/global/btn_next.svg");
}
#article-carousel .swiper .ctrl.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0M17.52,9.772l1.414,1.414L30.248,22.5,18.934,33.814,17.52,35.228l1.414,1.414L33.076,22.5,18.934,8.358Z'/%3E%3C/svg%3E%0A");
}

.article-title-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.article-title-container .article-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
}

#credentials {
  background-color: #f9f9f9;
  min-height: auto;
}
#credentials .group-three-images {
  padding-bottom: 71.398%;
  overflow: visible;
}
#credentials .group-three-images__wrap--1 {
  top: 0;
  left: 0;
  width: 70.291%;
  padding-bottom: 54.291%;
  z-index: 2;
}
#credentials .group-three-images__wrap--2 {
  right: 13%;
  width: 56%;
  padding-bottom: 50%;
  opacity: 1;
  transform-origin: 50% 50%;
  animation: zoom-in-zoom-out 3.5s ease infinite;
}

/*# sourceMappingURL=article-single.css.map */
