/* styles.mobile.css */

/* mobile dummy div */ 
@media only screen and (max-width: 600px) {
    .section-default {
        DELETED-display: none;        
    }
}

@media only screen and (max-width: 1320px) {
    /* undisplay main menu items for smaller screens */
    #nav-item-165 {
        diplay: none:
    }
}

@media only screen and (max-width: 990px) {
  #nav-item-164 {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 16px;
  }
  
  #mobile-header-extras {
      display: block;
  }
}

@media only screen and (max-width: 990px) {
    /* language menu */
    #language-menu-mobile {
        DELETED-display: block;
    }
    #header-language-bar {
        DELETED-ddisplay: none;
    }
}

@media only screen and (max-width: 600px) {
  body {
    DELETED-margin-top: 60px;
    font-size: 14px;
  }
  
  h1 {
    font-size: 20px;
  }
  
  h2 {
    font-size: 18px;
  }
  
  p {
    line-height: 22px;      
  }
  
  nav-item active dropdown dropdown-hover show {
    
  }
  
  ul.list-normal li, ul.advantages li {
    line-height: 20px;
    DELETED-margin-bottom: 12px;
  }
  
  /* accordion */ 
  button.accordion-button {
      font-size: 14px;
  }
  
  #c39, #c148, #c48, #c856 {
    margin-top: 20px;
  }
  
  #c837 {
    width: 100%;
    background-color: var(--gray-dark);
    text-align: center;
    color: var(--white);
    padding: 10px 10px;
    position: fixed;
    top: 20px;
    height: 36px;
    z-index: 1000;
    font-weight: 400;
    font-size: 14px;      
  }
}