.block-offene-stellen .container-inhalt{
    width: 100%;
    height: 100%;
    padding: 20px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.block-offene-stellen .container-border{
    border: 1px solid #a5a5a5;
}

.block-offene-stellen .container-inhalt .offene-stellen-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:20px;

    padding-top: 30px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container-ansprechpartner{
    text-align: end;
}


.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box{
    position: absolute;
    left: 62%;

    width: 400px;
    background-color: #F49E00;
    color: white;
    padding: 100px 56px 50px 56px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-inner{
      border: 1px solid white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-bottom: 20px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-image{
    border-radius: 50% !important;
    z-index: 2;
    top: -90px;
    right: 30px;
    position: relative;

}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-image img{
    border-radius: 50% !important;
    width: 150px;
    height: 150px;
    margin-right: -30px;
  margin-top: 15px;
}


.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-image::after{
      content: "";
      position: relative;
      display: block;
      top: 122px;
      left: 30px;
      background-color: white;
      width: 150px;
      height: 75px;
      margin-top: -198px;
      z-index: -1;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-surname{
        margin-top: 15px;
        font-size: 22px;
        font-weight: 700;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-categories{
          padding-top: 30px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-categories span{
      color:white !important;

}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-phone a{
      text-decoration: none !important;
      cursor: pointer;
      color:white;    
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-mail .offene-stellen-container-ansprechpartner-phone-img{
    padding-right: 10px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-mail a{
      text-decoration: none !important;
      cursor: pointer;
      color:white;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-mail .offene-stellen-container-ansprechpartner-mail-img{
    padding-right: 10px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container{
    background-color: #FFFFFF;

}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container:hover{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);

}


.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container-link{
    text-decoration: none !important;
    color:#444;
    padding-left:0% !important;
    padding-right:0% !important;
}


.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-title{
    padding-bottom: 20px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner{
    padding: 30px;
}


.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-title{
    color: #444;
    font-size: 24px;
    font-weight: bold;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-arrow .offene-stellen-item-container-arrow-svg{
    width: 50px;
    height: auto;
    margin-left: auto;
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-top: -55px;
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container:hover .offene-stellen-item-container-arrow .offene-stellen-item-container-arrow-svg {
    opacity: 1;
    transform: translateX(0);
}

.block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-title .offene-stellen-item-container-gender{
    color: #444;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 1750px) {
    .block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container {
        width: 100% !important;
    }
    

    .block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box {
        position: relative !important;
        width: 100% !important;
        max-width: none !important;
        left: 0 !important;


    }
    .block-offene-stellen .container-inhalt .offene-stellen-container-ansprechpartner {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30% ;
        gap: 20px;
    }
    .offene-stellen-item-container-infos{
        width: 80%;
    }
    .block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-container-ansprechpartner-box .offene-stellen-container-ansprechpartner-image img{
        margin-right: -60px;

    }
    .offene-stellen-item-container-arrow {
        text-align: end;
    }
    .block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-arrow .offene-stellen-item-container-arrow-svg {
        margin-top: -130px;
    }
}

@media screen and (max-width: 991px) {
    .block-offene-stellen .container-inhalt .offene-stellen-container-ansprechpartner {
        padding: 0 15% ;
    }
}

@media screen and (max-width: 565px) {
    .block-offene-stellen .container-inhalt .offene-stellen-container-ansprechpartner {
        padding: 0 0;
    }
}

@media screen and (max-width: 420px) {

    .block-offene-stellen .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner {
    padding: 0px;
    }

}