/* width for whitelabel logo */
#platform-menu {
  /* border-top: 2px solid #edf8f0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  height: 100px;
}

.spacer-menu {
  height: 30px;
  width: 1px;
  background: #494949;
  margin: 0 0.5em;
}

.logo__ac {
  content: url("../../assets/logo-acsoftware.svg");
  width: 120px;
}

.logo__plattform {
  content: url("../../assets/logo-ac.svg");
  width: 125px;
}

.logo-wrapper div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo-wrapper div div {
  flex-direction: row;
}

a#toggle-plattform-menu img {
  height: 18px;
}

.menu-right-side li {
  font-size: 18px;
}

.menu-left-side {
  max-width: 40%;
}

#plattform-menu-mobile {
  list-style-type: none;
}

.logo-wrapper {
  display: flex;
  width: 100%;
}

a.logo-wrapper img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}

.logo-wrapper-divider {
  height: 23px;
  width: 1px;
  background: #494949;
  margin: 0 0.75em;
}

.nav-container-desktop li {
  padding: 0 1em;
}

.nav-container-desktop li a {
  color: black;
  font-weight: 500;
}

.nav-container-desktop li a:hover {
  color: black;
}

.login-menu {
  display: flex;
  align-items: center;
  padding: 0.5em;
  background: #edf8f1;
  margin-left: 1em;
  border-radius: 0.7em;
}

.nav-container-desktop {
  display: flex;
  font-size: 12px;
  list-style: none;
}

ul.nav-container-desktop {
  padding: unset;
  list-style-type: none;
}

.nav-container-desktop a {
  text-decoration: none;
}

.menu-right-side, .menu-left-side {
  display: flex;
  align-items: center;
}

/* /START MOBILE MENU/ */
#toggle-plattform-menu {
  font-size: 24px;
}

a#toggle-plattform-menu {
  height: 100px;
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#toggle-plattform-menu p {
  width: 60px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #444;
  text-decoration: none;
  text-align: center;
}

ul#mainmen {
  list-style-type: none;
}

nav {
  display: none;
  background-color: #f3f5fa;
  text-align: center;
  width: 60px;
  height: 100px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

nav .nav-container ul,
nav .nav-container {
  display: none;
}

ul.nav-container-desktop li {
  font-size: 15px;
}

@media only screen and (max-width: 870px) {
  ul.nav-container-desktop li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 780px) {
  .menu-left-side {
    max-width: unset;
    width: 100%;
  }
  .menu-left-side nav {
    margin-right: 1em;
  }
  .menu-left-side a.btngp {
    margin-left: 1em;
  }
  nav {
    /* background: red; */
    display: block !important;
  }
  .nav-container-desktop {
    display: none;
  }
  .logo-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  a.login-menu {
    width: 35px;
  }
}
.nav-container {
  width: 100%;
  background: white;
  display: block;
  position: absolute;
  box-shadow: 0px 50px 30px RGBA(0, 0, 0, 0.1);
  padding: 3em 0;
  max-width: 900px;
  list-style-type: none;
}

.nav-container li {
  margin: 1em 0;
}

.nav-container li a {
  color: black;
  text-decoration: none;
}

.nav-container li a:hover {
  color: black;
  text-decoration: none;
}

@media only screen and (max-width: 400px) {
  .logo-wrapper img {
    max-width: 100px;
  }
  .logo__plattform, .logo__ac {
    width: 100%;
  }
}
/* Settings for Small screens */
@media only screen and (max-width: 500px) {
  .logo-wrapper-divider {
    margin: 0 0.5em;
  }
  .logo-whitelabel {
    width: 70px;
  }
  .logo-ac {
    width: 90px;
  }
  .login-menu {
    margin-left: 0.5em;
  }
  .btngp {
    font-size: 13px;
    padding: 0.3em 1em;
  }
  .menu-left-side nav {
    margin-right: unset;
  }
}
/* /END MOBILE MENU/ */
#plattform-menu-mobile li a {
  font-weight: 600;
}

#plattform-menu-mobile li a:hover {
  color: black;
}