/* LANGMENU*/
.langmenu {
  position: absolute;
  z-index: 15;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  left: 5%;
  top: 5%;
}
.langmenu ul {
  padding: 0;
  margin: 0;
}
.langmenu li {
  list-style-type: none;
  float: left;
  border-right: 2px solid;
  margin-right: 5px;
  padding-right: 7px;
  color: inherit;
}
.langmenu li.active {
  color: #000000;
}
.langmenu li:last-child {
  border: 0;
}
.langmenu a {
  color: inherit;
  text-decoration: none;
}
/* MAINMENU */
.nav-icon-text {
  margin: 0;
  width: 100px;
  background: #014759;
  padding: 28px 40px 0px;
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  border: 1px solid #fff;
  right: 0px;
  top: 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.nav-icon {
  margin: 0;
  width: 100px;
  background: #014759;
  padding: 15px 33px 28px;
  position: fixed;
  z-index: 1000;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  right: 0;
  top: 68px;
  border-top: 0;
  border-right:0;
}

.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: 3px;
  margin: 6px 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(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}

.nav-icon.open::after {
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}

.nav-icon.open div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.navigation.open .nav-icon-text, .navigation.open .nav-icon {
  border-color: #014759;
}
small {
  font-size: 10px;
}

.mainmenu {
  position: fixed;
  display: block;
  height: 100%;
  left: auto;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 200;
  transform: translate3d(100%,0,0);
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-property: transform;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.25);
}
/* 
.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;
}
*/
.navigation.open .mainmenu {
  position: fixed;
  display: block;
  height: 100%;
  left: auto;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 200;
  transform: translate3d(0,0,0);
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-property: transform;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}
.vcenter {
  height: 100%;
  display: flex;
  justify-content: center;
}
.menucont {
  display: flex;
  align-self: start;
  flex-direction: column;
  /* background: black; */
  width: 100%;
  padding-left: 10%;
  padding-top: 5%;
}

.first-level > li > a {
  color: #fff;
  font-weight: 700;
  font-family: 'Oswald',sans-serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  display: block;
  max-width: 80%;
  /* line-height: 1em; */
  /* margin-bottom: 20px; */
  text-decoration: none;
}

ul.first-level{
  list-style: none;
  padding: 0;
}

.second-level > li > a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: 'Montserrat', 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: absolute;
  color: #fff;
  left: calc(10% + 15px);
  bottom: 0;
  height: auto;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}
.menufooter a{
 color:#ffffff;
  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) {
.nav-icon-text {
  width: 60px;
  padding: 15px 20px 0px;
}
.nav-icon {
  width: 60px;
  padding: 10px 14px;
  top: 55px;
}
.menucont {
  padding-left: 5%;
  padding-top: 5%;
}
.navigation.open .mainmenu {
  width: 100%;
}
.first-level > li > a {
  font-size: 1.6rem;
}
.second-level > li > a {
  font-size: 1.1rem;
}
.mainmenu {
  width: 100%;
}
.menufooter {
  left: calc(5% + 15px);
}
}

@media (min-width:768px) and (max-width:991px) {
.nav-icon {
  right: 0;
  top: 68px;
}
.navigation.open .mainmenu {
  width: 50%;
}
.menucont {
  padding-left: 5%;
  padding-top: 5%;
}
.mainmenu {
  width: 50%;
}
.menufooter {
  left: calc(5% + 15px);
}
}

@media (min-width:992px) and (max-width:1199px) {
.navigation.open .mainmenu {
  width: 40%;
}
.mainmenu {
  width: 40%;
}
.menucont {
  padding-left: 10%;
  padding-top: 5%;
}
.menufooter {
  left: calc(10% + 15px);
}
}
@media (min-width:1200px) and (max-width:1599px) {
.navigation.open .mainmenu {
	width: 35%;
}
  .first-level > li > a {
	font-size: 1.8vw;
}  
}