.menu-section {
  width: 100%;
  position: absolute;
  top: 0;
  background: none;
  background-color: transparent;
}

.menu-wrapper {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 100%;*/
  max-width: 825px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  /*box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 7px -1px;*/
  border: solid 0.5px #eee;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  transition: 500ms ease-in-out;
}

@media (max-width: 991px) {
  .menu-wrapper {
    display: none;
  }
}

.mobile-menu-wrapper {
  /*display: none;*/
  /*width: 100%;*/
}

@media (max-width: 991px) {
  .mobile-menu-wrapper {
    display: block;
  }
}

/* logo */

.menu-logo {
  width: 80px;
  margin: 10px 50px;
}

.logo {
  display: block;
  width: 100%;
  min-width: 65px;
  height: auto;
  margin: 0;
}

.mobile-logo-wrapper {
  position: static;
  max-width: 75px;
  margin: auto;
  background-color: #ffffff7a;
  box-shadow: #ffffff7a 0px 0px 20px 20px;
}

@media (min-width: 991px) {
  .mobile-logo-wrapper {
    display: none;
  }
}

.mobile-logo-img {
  /*display: block;*/
  /*width: 100%;*/
  /*min-width: 65px;*/
  /*height: auto;*/
  /*margin: 0;*/
}

/* first level item */

.menu-items-wrapper {
  display: flex;
  height: 70px;
}

.menu-item {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.menu-item:hover {
  background-color: #eee;
}

.menu-link, a.menu-link:visited {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  padding-left: 2em;
  padding-right: 2em;
}

.menu-link:hover {
  color: #b21b30;
  text-decoration: none;
}

._________product_wrapper {
  position: relative;
  left: calc(-25px);
  top: 10px;
  background-color: #fff;
  display: none;
  padding: 15px;
  width: 100%;
}

/* ---------------------- MEGA MENU ------------------------------- */

.menu-in-wrapper {
  position: absolute;
  /*margin: 0;*/
  /*padding: 25px;*/
  /*background-color: #fff;*/
  display: none;
  /*padding: 15px;*/
  width: 100%;
  left: 0;
  /*max-width: 900px;*/
  /*height: 50%;*/
  z-index: 1;
}

.menu-in {
  /*position: absolute;*/
  /*margin: 0 auto;*/
  background-color: #fff;
  /*display: none;*/
  /*padding: 15px;*/
  /*width: 100%;*/
  /*max-width: 900px;*/
}

.menu-item-in {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
}

.menu-item-in:hover {
  background-color: #eee;
}

.menu-item:hover .menu-in-wrapper {
  display: block;
}

.menu-first {
  display: flex;
  min-height: 300px;
}

/* ---------------------- MEGA MENU FIRST------------------------------- */

* {
  box-sizing: border-box;
}

/* Style the menu-first-items-wrapper */

.menu-first-items-wrapper {
  float: left;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
  width: 30%;
  /*height: 300px;*/
}

/* Style the buttons that are used to open the menu-first-items-wrapper content */

.menu-first-items-wrapper div {
  display: block;
  background-color: inherit;
  color: black;
  padding: 5px 5px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  /*display: none;*/
}

/* Change background color of buttons on hover */

.menu-first-items-wrapper div:hover {
  /*background-color: #ddd;*/
}

/* Create an active/current "menu-first-items-wrapper button" class */

.menu-first-items-wrapper div.active {
  background-color: #eee;
}

.menu-first-item span {
  font-size: 14px;
}

/* Style the menu-first-items-wrapper content */

.menu-first-items-content {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}

.menu-first-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.menu-first-content-image img {
  max-width: 200px;
  padding: 20px;
}

.menu-first-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  justify-content: center;
}

.menu-first-content .tabcontent-plates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  text-transform: none;
  justify-content: flex-start;
}

.menu-first-content .tabcontent-plates {
  max-width: 55%;
}

.menu-first-content .tabcontent-plates-image img {
  width: 25px;
}

.menu-first-content .tabcontent-plates-description h3 {
  font-size: 10px;
  font-weight: 800;
}

.menu-first-content .tabcontent-plates-description p {
  font-size: 8px;
}

.menu-first-content .tabcontent-plates-image {
  margin: 5px;
}

.menu-first-content .tabcontent-plates-item {
  display: flex;
  justify-content: flex-start;
  margin: 10px;
  height: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.menu-content-description-paragraph p {
  /*text-align: left;*/
  /*font-weight: 400;*/
  /*font-size: 10px;*/
  /*word-wrap: normal;*/
  /*padding-top: 20px;*/
}

.menu-first-content .tabcontent-plates p {
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  word-wrap: normal;
  /*padding-top: 50px;*/
  margin-left: 5px;
}

.menu-first-content .tabcontent-plates h2 {
  font-size: 16px;
  font-weight: 800;
  margin: 5px;
  width: 100%;
  text-align: center;
  /*color: #ff0000;*/
}

.menu-first-content .tabcontent_vertical-wrapper .menu-content-description {
  display: block;
  /*font-size: 16px;*/
  /*font-weight: 800;*/
  /*margin: 5px;*/
  /*width: 100%;*/
  /*text-align: right;*/
  /*color: #ff0000;*/
  /*right: 0;*/
}

.menu-content-description {
  display: none;
  /*font-size: 16px;*/
  /*font-weight: 800;*/
  /*margin: 5px;*/
  /*width: 100%;*/
  /*text-align: right;*/
  /*color: #ff0000;*/
  /*right: 0;*/
}

.menu-content-description-button, .menu-first-content .tabcontent-plates .menu-add-button {
  /*font-size: 16px;*/
  /*font-weight: 800;*/
  margin-right: 10px;
  width: 100%;
  text-align: right;
  /*color: #ff0000;*/
  /*right: 0;*/
  display: block;
}

.menu-content-description-button .btn, .menu-first-content .menu-add-button .btn {
  border: 1px solid #bbb;
  color: #777;
}

.menu-content-description-button .btn:hover, .menu-first-content .menu-add-button .btn:hover {
  border: 1px solid #777;
  color: #333;
}

.menu-first-content .tabcontent-plates-description {
  /*max-width: 30%;*/
}

.menu-first-content .tabcontent-plates-description h3 {
  font-size: 11px;
  /*font-weight: 800;*/
  margin: 5px;
  /*width: auto;*/
  /*text-align: left;*/
}

.tabcontent-plates h2 {
  /*font-size: 40px;*/
  /*font-weight: 600;*/
  margin-bottom: 30px;
  white-space: nowrap;
}

.tabcontent-plates h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tabcontent-plates .span-1 {
  font-weight: 600;
}

.tabcontent-plates .span-2 {
  color: #ed1943;
  /*font-weight: 600;*/
  font-size: smaller;
}

.menu-in-first {
  /*display: none;*/
  width: 900px;
  /*max-width: 930px;*/
  margin: auto;
  padding: 25px;
  background-color: #fff;
  margin-top: 25px;
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
  border: solid 0.5px #eee;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
  transition: 500ms ease-in-out;
}

.menu-group-name {
  cursor: pointer;
  text-transform: none;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}

.menu-add-button .btn {
  background-color: azure;
}

.menu-accordion {
  /*background-color: #eee;*/
  /*color: #444;*/
  cursor: pointer;
  padding: 12px;
  margin: 5px 0;
  width: 100%;
  /*text-align: left;*/
  /*border: none;*/
  outline: none;
  transition: 0.4s;
}

.menu-accordion.active, .menu-accordion:hover {
  background-color: #ddd;
}

.menu-accordion-panel {
  padding: 0 18px;
  background-color: white;
  /*display: none;*/
  overflow: hidden;
}

.menu span {
}

.menu-content-description {
  width: 100%;
}

.menu-content {
  display: flex;
  height: 100%;
}

.menu-content .menu-content-description {
  display: block;
}

.highlight-vertical-heading {
  text-align: center;
  /*max-width: 30%;*/
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  /*border-bottom: solid 1px #ed1943;*/
}

.highlight-vertical-heading hr {
  border-bottom: solid 1px #ed1943;
  max-width: 30%;
}

.tab-vertical h2 {
  /*font-weight: bold;*/
  /*font-size: 40px;*/
  /*padding-bottom: 20px;*/
}

.tab-vertical p {
  /*font-size: 18px;*/
}

/* Mobile menu */

.navbar.navbar-default.navbar-side {
  margin: auto;
  width: 100%;
  display: flex;
}

.mobile-menu-wrapper .navbar-header {
  width: 100%;
  margin: 0;
  display: initial;
}

@media (max-width: 991px) {
  .mobile-menu-wrapper .navbar-header {
    width: auto;
    margin: 0;
    display: initial;
  }
}

@media (max-width: 768px) {
  .mobile-menu-wrapper .menu-logo {
    display: none;
  }
}

.navbar .container-fluid.navbar-wrap {
  width: 100%;
  margin: 0;
}

@media (max-width: 991px) {
  .navbar .container-fluid.navbar-wrap {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .navbar .container-fluid.navbar-wrap {
    display: initial;
  }
}

@media (max-width: 991px) {
  .logo {
    display: block;
    width: 100px;
    min-width: 100%;
    height: auto;
  }
}

.navbar-toggle {
  float: left;
  margin-left: -15px;
}

.navbar-nav {
  padding-left: 35px;
}

/* Manual page */

.menu-accordion-wrapper {
  display: initial;
  max-width: 80vw;
  margin: auto;
}

.menu-accordion-plates-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 767px) {
  .menu-accordion-plates-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.menu-accordion-plate img {
  max-width: 250px;
  max-height: 300px;
}

.menu-accordion-plate {
  margin: 5px;
  padding: 5px 45px;
  text-align: center;
}

.menu-accordion-panel h4 {
  margin-left: 15px;
  font-weight: 600;
}

@media (min-width: 767px) {
  .menu-accordion-plate {
    filter: gray;
    -webkit-filter: brightness(1);
    -webkit-transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
    -webkit-transform: none;
    -webkit-filter: none;
  }
}

.pdf_logo {
  min-height: 35px;
  padding-right: 40px;
  width: 24vw;
  background: url(/media/logo/pdf.png) bottom right / 35px no-repeat;
}

@media (min-width: 767px) {
  .menu-accordion-plate:hover {
    /*filter: none;*/
    /*-webkit-filter: brightness(0.97) drop-shadow(3px 3px 3px #ba000075);*/
    /*-webkit-transform: scale(1.05);*/
  }
}

@media (min-width: 767px) {
  .menu-accordion-plate a {
    -webkit-transition: all .5s ease-in-out;
    text-decoration-line: none;
  }
}

@media (min-width: 767px) {
  .menu-accordion-plate:hover a {
    -webkit-filter: drop-shadow(0 0 0.5px);
  }
}

/* --------------- */

.menu-accordion-accordion {
  padding: 5px;
  margin: 5px;
  border: solid 1px #333;
  border-radius: 6px;
  background-color: #dc354512;
  cursor: pointer;
}

.menu-accordion-accordion:hover {
  color: #dc3545;
  background-color: #dddddd75;
}

.menu-list {
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: 1s ease-in-out;
}

/* ------- Hamburger-------- */

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  position: fixed;
  top: 25px;
  left: 25px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  /*color: #ed1943;*/
  /*padding: 10px;*/
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: solid 0.5px #eee;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 500ms ease-in-out;
  align-items: center;
  justify-content: center;
}

.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 16px;
  text-align: center;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
  /*color: #ed1943;*/
  /*padding: 5px;*/
  margin: auto;
}

.menu__btn > span::before {
  content: '';
  top: -6px;
}

.menu__btn > span::after {
  content: '';
  top: 6px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  /*height: 100%;*/
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.menu__item:hover {
  background-color: #CFD8DC;
}

@media (min-width: 991px) {
  .hamburger-menu {
    display: none;
  }
}

.menu-first-item a {
  color: #666;
}

.menu-first-item a:hover {
  color: #666;
  text-decoration: none;
}

.menu-group-name.menu-tablinks i {
  margin-left: 5px;
}

.menu-accordion-panel.menu-tabcontent {
  /*height: 100%;*/
}

