/* =======================================
| Global Image Box
======================================= */
/* Image Box */
.img-box2-100e__wrapper .wpb_single_image {
    max-width: 100%;
  }
  
  .img-box2-100e::after {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 1;
    z-index: -1;
  }
  
  @media (max-width: 767px) {
    .img-box2-100e__wrapper .wpb_single_image {
      width: 100% !important;
      margin: 0px 0px 35px 0px !important;
    }
  }

/* =======================================
| Hero
======================================= */
.img-box2-100e__section::after{
    content: "";
    position: absolute;
    width: 45vw;
    opacity: 1;
    z-index: -1;
    max-width: 605px;
    height: 442px;
    background-color: var(--color-custom-2);
    top: calc(100vh / 4);
    right: 0;
}
.img-box2-100e__wrapper .img-box2-100e_hero {
    width: 428px;
    height: 652px;
  }
@media (max-width:767px){
    .img-box2-100e.img-box2-100e_hero::after{
        content: "";
        position: absolute;
        width: 100%;
        opacity: 1;
        z-index: -1;
        height: 442px;
        background-color: var(--color-custom-2);
        top: 50px;
        right: 0;
    }
    .img-box2-100e__section::after{
        display: none !important;
    }
}

/* =======================================
| Team
======================================= */
.budi-team-grid-2 .budi-team-grid__item-image{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: transparent;
}
.budi-team-grid-2 .budi-team-grid__item-image::after{
    content: "";
    position: absolute;
    max-width: 252px;
    width: 20.5vw;
    opacity: 1;
    z-index: -1;
    height: calc(330px - 120px);
    background-color: var(--color-main);
    top: 120px;
    right: 23px;
}
@media (max-width:991px){
    .budi-team-grid-2 .budi-team-grid__item-image::after{
        max-width: 90%;
        width: 100%;
    }
}
@media (max-width:767px){
    .budi-team-grid-2 .budi-team-grid__item-image::after{
        max-width: none;
        width: 95%;
        right: none;
    }
}

/* =======================================
| Job
======================================= */
.img-box2-100e-job__section::after{
    content: "";
    position: absolute;
    width: 28vw;
    height: 203px;
    opacity: 1;
    z-index: -1;
    background-color: var(--color-main);
    bottom: 0px;
    left: 0;
    top: 495px;
}
@media (max-width:767px){
    .img-box2-100e-job__section::after{
        width: 100%;
    }
}

/* =======================================
| Kontakt
======================================= */
.img-box2-100e.img-box2-100e_kontakt img{
    width: 500px;
    height: auto;
}
.img-box2-100e.img-box2-100e_kontakt::after{
    content: "";
    position: absolute;
    width: 35%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-color: var(--color-main);
    left: 0;
}
