nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-left {
    width: 23%;
    margin-right: 2%;
}

.logo {
    width: 100%;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    /* width: 1153px; 70.3%*/
}

.nav-box {
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-radius: 64px;
    width: 71%;
    height: 45px;

}
.nav-box_konzepte {
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-radius: 64px;
    width: 60%;
    height: 45px;

}
.nav-right_konzepte {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 58%;
    /* width: 1153px; 70.3%*/
}

.nav-link {
    display: inline-block;
    text-decoration: none;
}


.kontakt-box {
    display: flex; 
    justify-content: center;
    align-items: center;

    background-color: #3C64AD;
    border-radius: 64px;
    /* height: 108px; */
    height: 60px;
    width: 256px;

    text-decoration: none;
}

.kontakt-box img {
    height: 39px;
    display: inline-block;
}

.kontakt-box span {
    color: white;
    display: inline-block;
    padding: 0px 14px 0px 22px;
}

.w-nav-button {
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .div-block-37 {
    width: 45px;
    height: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 9999999px;
    /* background-color: #000; */
    background-color: #ffffff;
  }

  .div-block-37-copy {
    width: 45px;
    height: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 9999999px;
    /* background-color: #000; */
    background-color: #ffffff;
  }




  @media screen and (max-width: 1280px) {
    .nav-right {
        display: none;
    }

    .nav-left {
        width: 320px;
    }

    .w-nav-button {
        display: inline-block;
    }

    /* The menu when on side*/
    .nav-right {
        background-color: white;
        height: 100%;    
        position: fixed;
        /* width: 61.8%; */
        width: 61.8%;
        top: 0;
        left: 0;
        flex-flow: column;
        justify-content: space-around;
    }
    
    .nav-box {
        margin-top: 90px;
        flex-flow: column;
        height:  auto;
        width: 100%;
    }
    
    .nav-link {
        background-color: #eee;    
        border-radius: 64px;
        padding: 11px 0px;
        text-align: center;
        min-width: 200px;
        width: 15%;
        margin-bottom: 5%;
    }
}

/* @media screen and (min-width: 1280px) {
    .nav-right {
        display: flex !important;
    }
} */

@media screen and (max-width: 600px) {
    nav {
        margin-left: 3px;
    }
    .nav-right {
        width: 78%;
    }
} 
@media screen and (max-width: 1520px) {
   
    .nav-left {
        width: 35%
    }

    /* .w-nav-button {
        display: inline-block;
    } */

    /* The menu when on side*/
    .nav-right {
        height: 100%;    
        /* width: 61.8%; */
        /* width: 61.8%;
        top: 0;
        left: 0;
        flex-flow: column; */
        justify-content: space-between;
    } 
    

    .kontakt-box {
        /* display: flex; 
        justify-content: center;
        align-items: center;
    
        background-color: #3C64AD;
        border-radius: 64px; */
        /* height: 108px; */
        height: 60px;
        width: 256px;
    }
    
   /*.nav-link {
        background-color: #eee;    
        border-radius: 64px;
        padding: 11px 0px;
        text-align: center;
        min-width: 200px;
        width: 15%;
        margin-bottom: 5%;
    }  */
} 