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: 45%;
    /* width: 1153px; 70.3%*/
}

.nav-box {
    display: flex; 
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-radius: 64px;
    width: 61%;
    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;
}

/* ========================================  */
.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
    background-color: white;
  /* padding: 14px 16px; */
  margin: 0;
}

/* .navbar a:hover, .dropdown:hover .dropbtn {
  background-color: white;
} */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 0px 0px 25px 25px;
  min-width: 160px;
  /* box-shadow: 10px 10px rgba(60,100,173,0.5); */
  z-index: 1;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  border-radius: 0px 0px 25px 25px;
  background-color: #ecf0f8
}

.dropdown:hover .dropdown-content {
  display: block;
}




.kontakt-box {
    display: flex; 
    justify-content: center;
    align-items: center;

    background-color: #3C64AD;
    border-radius: 64px;
    /* height: 108px; */
    height: 45px;
    width: 22%;

    text-decoration: none;
}

.kontakt-box img {
    height: 39px;
    display: inline-block;
}

.kontakt-box span {
    color: white;
    display: inline-block;
    padding: 0px 14px 0px 22px;
}


.kontakt-box-content {
    display: flex; 
    justify-content: center;
    align-items: center;

    text-decoration: none;
}

.kontakt-box-content img {
    height: 25px;
    display: inline-block;
    padding-left: 5px;
}

.kontakt-box-content span {
    color: white;
    display: inline-block;
    padding: 0px 14px 0px 10px;
}

.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;
  }


/* FOOTER */
.main-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-header {
    margin: 43px 0 13px;
    display: inline-block;
}

.footer-link {
    text-decoration: underline;
}

.footer-button {
    background-color: white;
    border-radius: 64px;
    text-decoration: none;
    display: inline-block;
    padding: 11px 0px;
    text-align: center;
    width: 30%;
    height: 30px;
}

.footer-box {
    margin: 30px 0;
}


.footer-button-box {
    justify-content: space-between;
    width:40%
}


 @media screen and (max-width: 2220px) {
  
    .nav-right {
        width: 55%;
        /* width: 1153px; 70.3%*/
    }
 }

 
  @media screen and (max-width: 1760px) {
    .kontakt-box {
        width: 24%;

    }

    .kontakt-box img {
        height: 25px;
    }

    .kontakt-box-content img {
        height: 18px;
        display: inline-block;
        padding-left: 10px;
    }
    /* .kontakt-box span {
        color: white;
        display: inline-block;
        padding: 0px 14px 0px 22px;
    } */
  }

  @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%;
    }
    .footer-button-box {
        width:80%
    }
}


@media screen and (max-width: 900px) {
    
    .footer-button-box {
        width:100%;
    }
    
    .footer-box {
        width:100%;
    }
}

@media screen and (max-width: 600px) {
    nav {
        margin-left: 3px;
    }
    .nav-right {
        width: 78%;
    }
    .footer-header {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .main-footer {
        justify-content: center;
    }
    .footer-button {
        margin-top: 0;
    }
    .footer-box {
        text-align: center;
    }

    .footer-button-box {
        text-align: center;
        margin-top: 20px;
        /* margin: 30px 50px; */
        width:100%
    }
} 


@media screen and (max-width: 430px) {
    
    .footer-button {
        margin-top: 0;
        height: 20px;
    }
}


@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: 45px;
        width: 25%;
    }
    
   /*.nav-link {
        background-color: #eee;    
        border-radius: 64px;
        padding: 11px 0px;
        text-align: center;
        min-width: 200px;
        width: 15%;
        margin-bottom: 5%;
    }  */
} 