@media only screen and (max-width: 576px) {
  #menu, #language_menu {
    padding-top: 25px !important; }

  #home #herotext h2 {
    margin-top: 30%; } }

@media only screen and (min-width: 576px) and (max-width: 860px) {
  #home #herotext h2 {
    margin-top: 20%; } }

@media only screen and (max-width: 767px) {
  #wrapper-header, #home #wrapper-header {
    min-height: 450px !important; }

  #menuwrapper.open {
    background: rgba(255, 255, 255, 1) !important; }

  #language_menu {
    margin-right: 0 !important; } }

@media only screen and (max-width: 991px) {
  #wrapper-content .nav-item {
    margin-right: 0 !important;
    width: 100%;
    border-top: 1px solid #fff; }
    #wrapper-content .nav-item:last-child {
      border-bottom: 1px solid #8c8c8c; }

  #wrapper-footer .row div:first-child {
    margin-bottom: 1em; }

  .ce-gallery img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0.5em; } }

@media only screen and (min-width: 1200px) {
  #wrapper-header > .row {
    height: 100%; }

  #herotext {
    top: 20% !important; }
    #herotext h2 {
      font-size: 3.5rem !important; }

  #wrapper-header {
    height: 750px; }

  #home #wrapper-header {
    height: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #wrapper-header {
    height: 450px !important; } }
