
/*
#mariboHeader, #mariboHeaderSticky {
    display:none !important;
}*/

#mmobileMenu {
    /*max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;*/
    box-sizing: border-box !important;
}
#mariboHeader, #mariboHeaderSticky {
    display:none !important;
}


#mmobileMenu {

}


.mmobile-menu-wrapper {
    width: 100%;
    box-sizing: border-box;
    background-color:red !important;
}


@media (min-width: 1281px) {
    .mmobile-main-wrap  {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 981px) and (max-width: 1280px) {
    .mmobile-main-wrap  {
        display: block !important;
        position: relative !important;
        width: 95% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}



/* SEKTION */
.mmobile-menu-wrapper .mmobile-main-wrap {
display: flex;
width: 100%;
max-width:1200px;
height: auto;
justify-content: center;
align-items: center;
position: relative;
z-index: 9999999 !important;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: pink;
}

/* ROW */
.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner {

  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
max-width: 1200px;
}

/* COLUMN 1 */
.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-logo-wrap {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    /* padding-bottom: 15px; */
}

.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-logo-wrap  .mmobile-logo {
width: auto;
max-width: 100%;
}

.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-logo-wrap .mmobile-logo img {
width: 100%;
height: auto;
object-fit: contain;
max-height: 50px; 
}

/* COLUMN 2 */
.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-toggle-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-toggle-wrap #mmobile-toggle {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 99999999 !important;
  pointer-events: auto;
  transform: none;
}

.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-toggle-wrap #mmobile-toggle span.mmobile-hamburger {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.mmobile-menu-wrapper .mmobile-main-wrap .mmobile-container-inner .mmobile-toggle-wrap #mmobile-toggle span.mmobile-hamburger::before {
content: "a";
font-family: "ETmodules";
font-size: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
}

#mmobile-toggle.active span.mmobile-hamburger::before {
display: none;
}

#mmobile-overlay {
position: fixed !important;
inset: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9) !important;
z-index: 9999999;
transition: opacity 0.3s ease, visibility 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
pointer-events: none;
}

#mmobile-overlay.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
#mmobile-overlay .mm-wrapper {
    width: 90%;
    height: 90%;
}










#mmobile-overlay .mm-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 500px;
    height: 90%;
    max-height: 800px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#mmobile-overlay .mm-wrapper .mm-logo {
    margin-bottom: 20px;
    display:none !important;
}


#mmobile-overlay .mm-wrapper .mm-logo img {
    max-width: 150px !important;
    width: 100px !important;
    height: auto;
    display:none !important;
}

#mmobile-overlay .mm-wrapper .mm-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

#mmobile-overlay .mm-wrapper .mm-title {
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    flex-grow: 1;
}

#mmobile-overlay .mm-wrapper .mm-close {
    background: none;
    border: none;
    font-size: 60px;
    cursor: pointer;
}
#mmobile-overlay .mm-wrapper .mm-close { /* the element was button.mm-close */
  position: fixed;
  top: 200px !important;
  right: 20px;
  z-index: 99999999;
    color:#fff;
}

#mmobile-overlay .mm-wrapper .mm-close:hover {
    color: #000;
}

#mmobile-overlay .mm-wrapper .mm-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
    flex-grow: 1;
}

#mmobile-overlay .mm-wrapper .mm-links li {
    margin-bottom: 15px;
}

#mmobile-overlay .mm-wrapper .mm-links a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4em;
    padding: 5px 0;
    display: block;
}

#mmobile-overlay .mm-wrapper .mm-links a:hover {
    color: #007bff;
}

#mmobile-overlay .mm-wrapper .mm-button {
    margin-top: 20px;
}

#mmobile-overlay .mm-wrapper .mm-button a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
}

#mmobile-overlay .mm-wrapper .mm-button et_pb_button .et_pb_button_white a:hover {
    background-color: #0056b3;
}










@media (max-width: 980px) {
    .mmobile-main-wrap  {
        width: 93% !important;
        margin: 0 auto !important;
    }
}
@media (max-width: 767px) {
    .mmobile-main-wrap  {
        width: 90% !important;
        margin: 0 auto !important;
    }
}
