.navigation {
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3;
  width: 100%;
  max-width: 2000px;
}
.nav-icon {
  margin: 0;
  width: 70px;
  background: #313639;
  padding: 16px 20px;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  right: 10%;
  top: 45px;
}

.nav-icon::after, .nav-icon::before, .nav-icon div {
  background-color: #fff;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  content: '';
  display: block;
  height: 2px;
  margin: 8px 0;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.nav-icon.open:before {
  transform: translateY(10px) rotate(135deg);
  -moz-transform: translateY(10px) rotate(135deg);
  -webkit-transform: translateY(10px) rotate(135deg);
}

.nav-icon.open:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-10px) rotate(-135deg);
  -webkit-transform: translateY(-10x) rotate(-135deg);
}

.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
small {
  font-size: 10px;
}

.mainmenu {
  opacity: 0;
  display: block;
  visibility:hidden;
  height:0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color:#fff;
  transition-delay: 0s, 0.5s, 0s;
  /* transition-duration: 0.5s, 0.5s, 0.5s; */
  transition-property: opacity, height, visibility;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
/*.mainmenu .innerlogo {
  display: block;
  width: 110px;
  height: 95px;
  position: absolute;
  background-image: url('elements/medint-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 25px;
  margin-top: 25px;
} 
.mainmenu .innerlogo a {
  width: 100%;
  height: 100%;
  display: block;
}
*/
.mainmenu.open {
  opacity: 1;
  display: block;
  visibility: visible;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #313639;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-property: opacity, background-color, visibility;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  border: 0;
}
.vcenter::before {
  content: '';
  background-image: url("elements/menuimg.jpg");
  width: 35%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vcenter {
  height: 100%;
  display: flex;
  justify-content: center;
}
.menucont {
  display: flex;
  align-self: center;
  flex-direction: column;
  /* background: black; */
  width: 80%;
  padding-left: 20%;
}

.first-level > li > a {
  color: #fff;
  font-weight: 500;
  font-family: 'PorscheNextWLa', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  max-width: 50%;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-decoration: none;
}
ul.first-level{
  list-style: none;
  padding: 0;
}

.second-level > li > a {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  font-family: 'PorscheNextWLa', sans-serif;
}

ul.second-level {
  list-style: none;
  padding: 0;
}

ul.menu-ul {
  padding: 0;
}
.menu-ul::before {
  content: '';

  height: 200px;
  width: 100%;
  display: none;
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: tranparent;
  background-size: contain;
}
.menu-ul {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  line-height: 1.4em;
  list-style-type: none;
  color: #FFD600;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
}
.menu-ul li a {
  color: #FFD600;
  text-decoration: none;
}
.menu-ul li a:hover {
  color: #FFD600;
  text-decoration: none;
}

.menu-ul li a:active, .menu-ul li a:focus{
  color: #FFD600;
  text-decoration: none;
}
.menu-ul li.active a {
  color: #fff;
}
.menufooter {
  display: block;
  /* clear: left; */
  /* float: left; */
  position: relative;
  color: #797E7F;
  right: auto;
  bottom: 0;
  height: auto;
  text-transform: inherit;
  font-size: 18px;
  font-weight: 500;
  font-family: 'PorscheNextWLa', sans-serif;
}
.menufooter a {
  color: #fff;
  text-decoration: none;
}
.menufooter a.internal-link {
  font-size: 12px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.2em;
}

.menufooter .ce-bodytext {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFD600;
}
.menufooter p.bodytext {
  margin: 0;
}

.ankermenu ul {
  padding: 0;
  margin-top: 20px;
}
.ankermenu ul li {
  display: inline-block;
  text-align:center!important;
}
.ankermenu ul li a {
  color: #F38C4C;
  padding: 0 15px;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 4px;
  font-size: 12px;
}

.accbt.hidesub ul {
  display: none;
}

@media (max-width:767px) {
.navigation {
  height: 70px;
}

.nav-icon {
  margin: 0;
  width: 70px;
  background: #313639;
  padding: 16px 20px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  right: 0;
  top: 0px;
  transform: scale(0.6);
}
.menucont {
    display: flex;
    align-self: center;
    flex-direction: column;
    /* background: black; */
    width: 85%;
    padding-left: 0;
}
.first-level > li > a {
  color: #fff;
  font-weight: 500;
  font-family: 'PorscheNextWLa', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  max-width: 100%;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-decoration: none;
}
.vcenter::before {
    width: 0%;
}
.mainmenu .innerlogo {
    display: none;
}
}

@media (min-width:768px) and (max-width:991px) {
.navigation {
  height: 120px;

}
.nav-icon {
  right: 11%;
  top: 25px;
  transform: scale(0.8);
}
.menucont {
  display: flex;
  align-self: center;
  flex-direction: column;
  /* background: black; */
  width: 80%;
  padding-left: 5%;
}
.first-level > li > a {
  color: #fff;
  font-weight: 500;
  font-family: 'PorscheNextWLa', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  max-width: 80%;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-decoration: none;
}
.first-level > li > a {
  max-width: 80%;
}
.menufooter {
  font-size: 16px;
}
}

@media (min-width:992px) and (max-width:1199px) {
.navigation {
  height: 120px;

}
.nav-icon {
  right: 9%;
  top: 25px;
  transform:scale(0.8)
}
.vcenter::before {
  content: '';
  background-image: url("elements/menuimg.jpg");
  width: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menucont {
  display: flex;
  align-self: center;
  flex-direction: column;
  /* background: black; */
  width: 80%;
  padding-left: 10%;
}
.first-level > li > a {
  max-width: 80%;
}
.menufooter {
  font-size: 16px;
}
}
@media (min-width:2000px) {
.navigation {
  height: 160px;
  position: fixed;
  top: 0;
  left: auto;
  background: #fff;
  z-index: 3;
  width: 100%;
  max-width: 2000px;
  margin:0 auto;
}
}
