.hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  height: 100vh;
}
.hero_content {
  position: absolute;
  bottom: 0;
  padding-bottom: 90px;
}
.hero_content h1 {
  color: #fff;
  font-weight: 100;
  font-size: 70px;
  line-height: 77px;
}

.red-square a:hover{
  color: #000;
}

.gray-square a:hover{
  color: #000;
}

b,
strong {
  font-weight: bolder;
  font-weight: 700;
}
/* .hero-objects a {
  z-index: 10;
} */
.finance_text {
  margin-top: 90px;
}

.finance_text p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  padding-left: 30px;
  padding-bottom: 60px;
}
.finance_text p span {
  font-weight: 700;
  color: #929292;
}
.finance_image {
  margin-top: 40px;
}
.finance-section {
  padding-bottom: 60px;
}

.icon_box img {
  height: 60px;
  transition: 0.3s;
}
.services-section .col-3 {
  padding: 0;
}

.icon_box-a {
  text-decoration: none;
  color: #575757;
  display: inline-block;
  width: 100%;
}

.page-template-template-home .icon_box:hover img,
.page-template-template-home .icon_box-a:hover img {
  filter: invert(109%) sepia(94%) saturate(5000%) hue-rotate(0deg)
    brightness(69%) contrast(167%);
}

.page-template-template-home .icon_box p span {
  transition: 0.3s;
}

.page-template-template-home .icon_box:hover p span,
.page-template-template-home .icon_box-a:hover p span {
  filter: invert(109%) sepia(94%) saturate(5000%) hue-rotate(0deg)
    brightness(69%) contrast(167%);
}

.icon_box-a:hover,
.icon_box-a:visited {
  color: #575757;
}
.icon_box {
  display: flex;
  flex-direction: column;

  padding: 0 35px;
}
.icon_box p {
  text-align: center;
  padding-top: 20px;
  font-weight: 300;
}
.icon_box p {
  font-size: 20px;
  line-height: 30px;
}
.icon_box p span {
  color: #929292;
  font-weight: 700;
}
.services-section {
  background: #e5e5e5;
  padding: 90px 0 90px;
}
.why-section h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #575757;
  max-width: 350px;
}
.why-section {
  padding: 90px 0;
}
.why-section p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 300;
  margin-bottom: 40px;
}
.why_text p:first-child {
  padding-bottom: 30px;
}
.counter-section {
  background: #e5e5e5;
  padding: 90px 0 90px;
}
.counter_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 65px;
}
.counter_box p {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.counter_box span {
  color: #cd132d;
  font-size: 70px;
  line-height: 77px;
  font-weight: 300;
  display: flex;
}
.counter_box .counter {
  color: #cd132d;
  font-size: 70px;
  line-height: 77px;
  font-weight: 300;
}
.blog-post-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-icon {
  display: flex;
  justify-content: flex-end;
  margin: 5px 0;
}

.blog-icon-img {
  width: 29px;
  height: 29px;
  transition: 0.3s;
}

.blog-post-content h3 {
  color: #cd132d;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.blog-post-content p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.blog-post {
  display: block;
  text-decoration: none;
  color: #575757;
}

.blog-post:hover,
.blog-post:visited {
  color: #575757;
}
.blog-section {
  padding: 90px 60px 10px 60px;
  position: relative;
}

.blog-post__arrow--blog {
  padding-left: 0;
  color: #fff;
}
.blog-img img {
  position: absolute;
  height: 240px;
  left: 0;
}
.hero-circles img {
  margin-top: 100px;
  opacity: 0.4;
}
.shape {
  background-image: url(/wp-content/uploads/2023/09/Path-23.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  width: 230px;
  height: 230px;
  position: relative;
  z-index: 2;
}
.hero-objects img {
  width: 100%;
}
/* .hero-objects p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
} */
.square {
  background-image: url(/wp-content/uploads/2023/09/Path-24-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
  width: 190px;
  height: 180px;
  position: relative;
  margin-left: -50px;
  z-index: 3;
}
.square p {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0 45px 0 15px;
}
.hero-objects {
  display: flex;
  align-items: center;
  position: absolute;
  right: -20px;
  top: 50%;
	display:none;
}

.red-square {
  position: relative;
  left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
  width: 265px;
  height: 265px;
  background-color: #cd132d;
  transform: rotate(45deg);
}

.red-square a {
  position: absolute;
  right: 60px;
  max-width: 193px;
  transform: rotate(316deg);
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  top: 41%;
  z-index: 20;
  text-decoration: none;
}

.gray-square {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
  width: 265px;
  height: 265px;
  background-color: #575757;
  color: #fff;
}

.gray-square a {
  padding-left: 15px;
  font-weight: 700;
  color: #fff;
  font-size: 26px;
  max-width: 198px;
  z-index: 20;
  text-decoration: none;
}

@media (min-width: 2000px) {
  .finance_text {
    margin-top: 120px;
  }
}

@media (max-width: 1440px) {
  .hero_content h1 {
    font-size: 66px;
    line-height: 70px;
  }
}

@media (max-width: 1366px) {
  .icon_box {
    padding: 0;
  }
  .counter_box {
    padding: 0 20px;
  }
  .blog-post-img {
    height: 350px;
  }
  .why-section h2 {
    font-size: 32px;
  }

}

@media (max-width: 1280px) {
  .hero_content h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 1180px) {
  .counter_box span {
    font-size: 66px;
    line-height: 70px;
  }
  .blog-post-img {
    height: 300px;
  }
  .red-square {
    width: 220px;
    height: 220px;
  }
  .gray-square {
    width: 240px;
    height: 240px;
  }
  .red-square a {
    font-size: 22px;
  }
  .gray-square a {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .why-section p,
  .finance_text p {
    font-size: 18px;
    line-height: 28px;
  }
  .icon_box p {
    font-size: 18px;
    line-height: 28px;
  }
  .icon_box {
    margin-bottom: 30px;
  }
  .services-section {
    padding: 35px 0 15px;
  }
  .why-section h2,
  .blog-post-content h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .why_text p:first-child {
    padding-bottom: 30px;
  }
  .counter_box .counter {
    font-size: 54px;
  }
  .counter_box p {
    font-size: 18px;
    line-height: 24px;
  }
  .finance_text p {
    padding-bottom: 30px;
  }
  .blog-post-img {
    height: 100%;
  }
}

@media (max-width: 820px) {
  .hero_content h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .contact-logo {
  padding-top: 70px;
  padding-bottom: 60px;
  display: none;
}
}
@media (max-width: 767px) {
  .hero_content h1 {
    font-size: 40px;
    line-height: 43px;
  }

  .why-section {
    padding: 40px 0 !important;
  }

  .hero_content {
    left: 0;
  }
  .hero-circles {
    display: none;
  }
  .red-square {
    width: 180px;
    height: 180px;
  }
  .gray-square {
    width: 200px;
    height: 200px;
  }
  .red-square a {
    font-size: 18px;
  }
  .gray-square a {
    font-size: 18px;
  }
  .finance_image {
    max-width: 300px;
  }
  .finance_image img {
    width: 100%;
  }
  .finance_text {
    margin-top: 10px;
  }
  .finance_text p {
    padding-left: 0;
  }
  .icon_box p {
    max-width: 380px;
  }
  .icon_box {
    display: flex;
    align-items: center;
  }
  .why-section h2 {
    max-width: 250px;
    padding-bottom: 30px;
  }
  .why-section p {
    padding-left: 0px;
  }
  .counter_box p {
    padding-top: 0;
    max-width: 380px;
  }
  .counter_box {
    margin-bottom: 30px;
  }
  .counter-section {
    padding: 35px 0 30px;
  }
  .blog-post-text {
    font-size: 18px;
  }

  .hero_content {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .hero_content h1 {
    font-size: 21px !important;
    line-height: 31px;
  }

  .why-section.fur-kandidaten {
    padding: 50px 0 50px 0 !important;
  }

  .services-section {
    padding: 50px 0 50px !important;
  }
}

.libe h2 {
  font-weight: 600;
  font-size: 21px !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  max-width: 100% !important;
}

@media (max-width: 276px) {
  .hero_content h1 {
    font-size: 24px;
    line-height: 31px;
  }
}

.parte {
  font-weight: 600;
  margin-bottom: 20px;
}

a:hover,
a:focus,
a:active {
  color: #fff;
}

@media (max-width: 576px) {
  .hero-section {
    margin-top: 94px;
    min-height: 40vh;
    background-position: center top;
  }
  .red-square a,
  .gray-square a {
    font-size: 16px;
  }
  .hero_content h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .blog-section {
    padding: 60px 0px;
  }

  .hero-objects,
  .finance_image {
    display: none;
  }

  .finance_text {
    padding-top: 30px;
  }
  .finance-section {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .hero_content {
    padding-bottom: 20px !important;
  }

  .hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
  height: 50vh;
}
}

@media (max-width: 428px) {
  .footer::after {
    display: none;
  }
}

@media (max-width: 414px) {
  .hero_content h1 {
    font-size: 28px;
    line-height: 26px;
  }
}

@media (max-width: 390px) {
  .hero_content h1 {
    font-size: 28px;
    line-height: 26px;
  }
}

@media (max-width: 375px) {
  .hero_content h1 {
    font-size: 28px;
    line-height: 26px;
  }
}
