#hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 200px 0 150px;
    background-color: #261944;
    color: #fff;
}
#hero .hero-special {
    padding: 25px 0 0 0;
}
#hero .hero-special > div {
    flex: 0 1 auto;
    width: 100%;
}
#hero h1 {
    margin: 0 0 35px 0;
    font-size: 54px;
}
#hero p{
    max-width: 545px;
    z-index: 10;
    position: relative;
}
.hero-paragraph{
    color: var(--color-purple-other);
    letter-spacing: var(--letter-spacing-m);
}
.hero-paragraph strong{
    color: var(--color-white);
}
#hero p a{
    color: var(--color-white);
    background: var(--color-purple-light);
    width: auto;
    padding: 7px 20px;
    display: flex;
    align-items: center;
}
#hero p a span{
    right: 0;
    color: var(--color-wwhite);
    position: relative;
    display: inline-block;
    height: auto;
    width: 18px;
    padding: 0;
    margin-left: 10px;
}
#hero p a:hover span{
  transform: translateY(5px);
}

@media screen and (min-width: 992px) and (max-width: 1441px){
  #hero p,
  #hero h1{
    padding-left: 40px
  }
}

#hero .hero-special .bordered-box {
    padding: 10px;
    margin: 10px 20px 10px 0;
}
#hero .hero-special .bordered-box img {
    margin: 0 10px 0 0;
}
#hero .hero-special .bordered-box p {
    font-size: 14px;
    line-height: var(--line-height-m);
}
#hero .hero-special .bordered-box p span {
    font-size: 17px;
    font-weight: var(--font-weight-bold);
}
#hero .hero-special .bordered-box:before {
    transition: all 0.2s;
    height: 20%;
    width: 10px;
}
#hero .hero-special .bordered-box:hover:before { height: 100%; }
#hero .hero-special .bordered-box:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: var(--color-purple-light);
    transition: all 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
}
#hero .hero-special .bordered-box:hover:after {
    width: 100%;
}
.row-1-hero{
    display: block;
    margin-bottom: 100px;
}
@media screen and (min-width:768px) {
    #hero {
        padding: 250px 0 400px;
        justify-content: flex-start;
    }
    #hero .hero-special > div {
        width: 50%;
    }
}
@media screen and (min-width:992px) {
    #hero {
        padding: 300px 0 100px;
        /* background: url(./imgs/About_Us.png) no-repeat;
        background-position-x: 50vw;
        background-size: 50vw;
        background-position-y: center; */
        background-color: #261944;
        justify-content: center;
        overflow: visible;
    }
    #hero .container { background: transparent;}
    .component-hero{
      margin-bottom: -200px
    }
    .component-fade{
      position: relative;
      z-index: 1;
    }
}
@media screen and (max-width:991px) {
    .hero-paragraph{
        padding: 15px;
        margin-bottom: 35px;
        padding-left: 0;
        padding-right: 0;
    }
    #hero p a{
        display: inline-block;
    }
    #hero h1{
        margin-bottom: 20px;
    }
    #hero h1 br{
        display: none;
    }
    .component-hero{
      display: none;
    }
    .row-1-hero{
        margin-bottom: 50px;
    }
}

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

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

.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: center;
    justify-content: center;
    width: 100%;
    max-height: 600px;
    height: 100%;
}


@media screen and (max-width: 1200px) and (min-width:992px) {
    .wrapper-animatie-home {
        margin: 0;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .wrapper-animatie-home {
        margin: 0;
        left: 0;
        height: auto;
        margin-top: 0;
        min-height: 300px;
        overflow: hidden;
        display: none;
    }
    #hero{
        padding-bottom: 40px;
    }
    .loader{
        max-width: 100vw;
        left: 0;
    }
}
