#hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
    background-color: var(--color-purple);
    color: #fff;
    position: relative;
}

#hero .hero-special {
    padding: 25px 0 0 0;
}
#hero .col-12 {
    position: relative;
    z-index: 2;
}
@media screen and (min-width:992px){
  #hero{
    position: relative;
    padding: 250px 0 150px;
    /* background: url(./imgs/Careers.png) no-repeat;
    background-position-x: 40vw;
    background-size: 50vw;
    background-position-y: center; */
    background-color: var(--color-purple);
  }
  /* #hero-wrapper{
    padding: 250px 0 150px;
    position: relative;
    background: url(./imgs/Careers_BK.png) no-repeat;
    background-position-x: 25vw;
    background-size: contain;
    background-position-y: -14vh;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
  } */
}
#hero .hero-special>div {
    flex: 0 1 auto;
    width: 100%;
}

#hero h1 {
    margin: 0 0 35px 0;
}

#hero p {
    max-width: 400px;
    color: var(--color-purple-other);
}

#hero a.btn.btn-orange {
    background: var(--color-orange);
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
}

#hero .btn-orange:hover {
    background: var(--color-orange);
    color: #fff;
}
#hero .btn-orange img{
    margin-left: 10px
}
#hero .btn-orange:hover img {
    transform: translateY(5px);
    transition: .25s all;
}


@media screen and (min-width:768px) {
    #hero .hero-special>div {
        width: 50%;
    }
}

@media screen and (min-width:992px) {
    #hero {
        justify-content: center;
        overflow: hidden;
    }
    #hero .container {
        background: transparent;
    }
}

@media screen and (max-width:991px) {
    .cta-container .row {
        display: block;
    }
    #hero{
      padding-top: 200px;
      padding-bottom: 300px;
    }
}

#hero .col-12 {
    position: relative;
}

.loader {
    margin: 0 auto;
    display: table;
    position: absolute;
    z-index: -1;
    max-width: 700px;
    bottom: 25%;
    width: 100%;
    left: 0;
}

.wrapper-animatie-home canvas[style="width: 100%; height: 100%;"] {
    background: #261944;
}

.wrapper-animatie-home {
    position: relative;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -300px
}

@media screen and (min-width: 992px) and (max-width:1600px) {
    #hero{
      padding-bottom: 500px;
      background-position-y: 25vh;
    }
}
