/* import stuff like fonts etc. */
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');


* {
    padding: 0;
    margin: 0;
}


#ATfullBar {
    background-color: #DBEDFF; /*var(--AT-gray-0);*/
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 1000; /*aint nothing to get in the way of this*/
    /*margin-top: -80px; /*cancels out the body padding in style.css*/
}

#AmbitiousToolbar {
    position: absolute;
    width: 480px;
    height: 80px;
}

#ambitiousTextbar {
    height: 80px;
    display: flex;
    justify-content: flex-end;
}

.ATTool {
    width: 80px;
    height: 80px;
    float: left;
}

.ATToolimg {
    width: 80px;
}

.ATTextBox {
    width: 80px;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ATParagraph {
    color: var(--AT-gray-4);
    text-align: center;
    font-family: 'Inter', sans-serif;
    opacity: 1;
    font-size: 0.8rem;
    margin-bottom: 0;
}

#ATwageningenURdiv {
    height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
}

#ATWageningenURpar {
    font-family: 'Inter', sans-serif;
    text-align: center;
    opacity: 1;
    color: var(--AT-gray-1);
}

#ATlogoImg {
    height: 80px;
    width: 140px;
}
#ATlogoImgTop {
    height: 74px;
    margin: 3px;
}
#ATlogoImgBottom {
    width: 200px;
    margin: 0px;
    margin-top: 30px;
    float:right;
}

#ATHamlabel {
    cursor: pointer;
    display: flex;
    padding-top: 10px;
    flex-direction: column;
    width: 70px;
  }

#ATHamDiv {
    width: 70px;
    height: 73px;
    float: right;
    margin-right: 3rem;
}

.ATHamSpan {
    margin: 7px 0;
    height: 7px;
    background: var(--AT-gray-2);
    border-radius: 10px;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

  
#ATHamSpan2 {
    width: 100%;
}
  
#ATHamSpan1 {
    width: 50%;
}
  
#ATHamSpan3 {
    width: 75%;
}
  
input[type="checkbox"] {
    display: none;
}
  
input[type="checkbox"]:checked ~ #ATHamSpan1{
    transform-origin:bottom;
    transform:rotatez(45deg) translate(8px,0px)
  }
  
  
  input[type="checkbox"]:checked ~ #ATHamSpan2{
    transform-origin:top;
    transform:rotatez(-45deg)
  }
  
  
  input[type="checkbox"]:checked ~ #ATHamSpan3{
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
  }
  
#ATHamNav {
    margin:80px 100px 0 auto;
    width:150px;
    height:auto;
    position: absolute;
    background:var(--AT-gray-2);
    transition: opacity 0.3s ease;
    opacity: 0;
    /*float: right;*/
}
  
#ATHamUL {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ATHamULli {
    position: relative;
    margin: 0;
    display: block;
}

.ATHamULli > a:before { content: '« '; }

.ATHamULli > a:only-child:before { content: ''; }

#ATHamNav ul li a {
    padding: 10px;
    display: block;
    color: var(--AT-gray-4);
    text-decoration: none;
}
.ATHamULliULliA{
    padding: 5px;
}

#ATHamNav ul li ul {
    display: none;
    position: absolute;
    top: 0; /* Position the dropdown at the top of the parent li */
    right: 100%; /* Position the dropdown to the left of the parent li */
    background:var(--AT-gray-2);
    width:180px;
}

#ATHamNav ul li ul li {
    width: 100%;
    border-bottom: 1px solid var(--AT-gray-1);
    font-size: 10px;
}

/*#ATHamNav ul li:hover ul {
    display: block;
}*/

.active-submenu {
    display: block !important;
}

#ATHamAwardsUL {
    transform: translateY(-220px);
}

.single-line {
    white-space: nowrap;
    overflow: hidden; /* Hide any overflow if needed */
    text-overflow: ellipsis; /* Show ellipsis (...) if the content overflows */
}

#ATprogressBar {
    height: 0px;
    width: 0;
    margin: 0;
    padding: 0;
    background-color: var(--AT-gray-0);
}

#ATprogressOuter {
    height: 5px;
    width: 100vw;
    background-color: #0000;
}

#ATprogressCherry {
    height: 30px;
    float: right;
    position: relative;
    top: -30px;
}

.ATToolDrop {
    display: none;
    float: left;
    border:solid 0.35vw #cde6ff ;
    border-radius: 0 0 1.1rem 1.1rem;
    border-top: none;
}
.ATTMiniLastInCollumToRound{
    border-radius: 0 0 0.7rem 0.7rem;
}

#ATToolDrop2 {
    margin-top: 6.66666666665px;
}

#ATToolDrop5 {
    transform: translateX(-15px);
}

.ATToolDropMini {
    /* background-color: var(--AT-gray-2); */
    background-color: var(--palette-bg);
    
    border-top: none;

    /* color: var(--AT-gray-0); */
    color: var(--AT-gray-3);

    text-align: center;


    text-decoration: none;
    padding: 7px;
}
.ATToolDropMini:hover{
    text-decoration: underline;
}

#ATTool2:hover #ATToolDrop2 {
    display: inline-block;
}

#ATTool3:hover #ATToolDrop3 {
    display: inline-block;
}

#ATTool4:hover #ATToolDrop4 {
    display: inline-block;
}

#ATTool5:hover #ATToolDrop5 {
    display: inline-block;
}

#ATTool6:hover #ATToolDrop6 {
    display: inline-block;
}