.detail-background-wrapper{
    position: relative;
    padding-top: 8%;
    padding-bottom: 15%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}
.detail-background-wrapper .detail-content{
    width: 50%;
}
.detail-background-wrapper .detail-title{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
}
.detail-background-wrapper .detail-title.dark{
    color: var(--dark-color);
}
.detail-background-wrapper .detail-subtitle{
    color: var(--exlent-color-alt);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.detail-background-wrapper .detail-body{
    color: var(--light-color);
    font-weight: 500;
    width: 80%;
}
.diensten-sidebar{
    padding: 5px 20px;
    background-color: #e8e8e8;
    max-width: 350px;
}
.diensten .exlent-title{
    margin-bottom: 25px;
}
/* BACKGROUNDS */
.bg-double-tri{
    background-image: url('../../img/bg/orange-double-tri.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bottom-img{
        transform: scale(1.1, 1.1) translate3d(0px, 50px, 0);
}
#picture-section{
    padding-top: 80px;
    padding-bottom: 80px;
}
#picture-section::after{
    content: "";
    position: absolute;
    z-index: 5;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 65px;
    background-image: url('../../img/detail-bottom.png');
    background-repeat: none;
    background-position: left;
    background-size: 100% 100%;
}
.footer-clear{
    height: 50px;
}
#diensten{
    padding-top: 120px;
}
.dienst-intro{
    margin-bottom: 20px;
}
.dienst-intro .highlight{
    color: var(--exlent-color);
}
.dienst-intro p{
    margin-bottom: 0;
}
.dienst-beschrijving{
    margin-bottom: 2em;
}
.dienst-beschrijving h3{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.vacatures{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.vacature{
    padding: 20px;
    background-color: var(--light-color);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}
.vacature .title-wrapper{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #424242;
}
.vacature .title-wrapper h1{
    font-size: 1.3rem;
    padding-left: 30px;
}
.vacature .title-wrapper h1:before{
    content: "";
    position: absolute;
    background: url("../../img/list-icon.svg") no-repeat center center;
    background-size: contain;
    left: 0;
    top: 2px;;
    height: 100%;
    width: 20px;
}
.vacature p{
    margin-bottom: 0;
}
.vacature .content-wrapper{
    margin-bottom: 1rem;
}
.vacature a{
    margin-left: auto;
    font-weight: 500;
    font-style: italic;
}


/* RESPONSIVE */
@media screen and (max-width: 1024px){
    #wrapper .section{
        padding: 4% 2%;
    }
    .diensten{
        width: 100%;
    }
    .bg-double-tri{
        background-image: url('../../img/detail-picture-section-mobile.png');
    }
    #wrapper #picture-section{
        padding-top: 5em;
        padding-bottom: 10%;
    }
    #picture-section::after{
        height: 100px;
        background-image: url('../../img/detail-picture-section-after-mobile.png');
    }
    #diensten{
        padding-top: 12% !important;
        padding-bottom: 20% !important;
    }
    .bottom-img{
        width: 70%;
        margin: 0 auto;
    }
    .detail-background-wrapper{
        padding-top: 10%;
    }
}
@media screen and (max-width:425px){
    #detail-title::before{
        height: 20%;
    }
    .detail-background-wrapper {
        padding-top: 15%;
    }
    .detail-background-wrapper .detail-content{
        width: 100%;
    }
    .diensten{
        flex-direction: column;
        padding: 10px 15px;
    }
    .dienst{
        margin-right: 0;
    }
}
