.ae-header {
    position: relative;
    width: 100%;
    z-index: 100;
}

.ae-header--light {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background: transparent;
}

.ae-header__top {
    
    font-size: 12px;
    background: #fff;
    color: #000;
            border-bottom: 1px solid #fff;
}

.ae-header__container {
    width: 100%;
    margin: 0 auto;
    padding: 1px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.ae-header__menu {
        display: flex;
    margin-left: auto; 

}
.ae-header__menu ul {
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
    border-right: 1px solid #fff;
}

.ae-header__menu ul li a {
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
}
.ae-header--light .ae-header__menu a {
    color: #000;
}
.ae-header__menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.ae-header__menu a:hover {
    text-decoration: underline;
    color:white !important;
}


.ae-header--light .ae-header__top {
    background: transparent;
}

.ae-header--light a {
    color: #000;
}

.ae-header--light a:hover {
    color: #000;
    text-decoration: underline;
}


.ae-header__social,
.ae-header__social li {
    list-style: none !important;
     text-decoration: none;
    margin: 0;
  padding: 0 10px;
       display: inline-flex;
}
.ae-header__social li a:hover{
      color: #ff7900;
      text-decoration: none;

 }
 .ae-header__social li i {
    font-size: 20px;   /* pas dit aan naar wens */
}


