@media (min-width: 576px) and (max-width: 991px) {
  .square-content .icons {
    display: none;
  }

  .ce-sliderwrapper .ce-sliderwrapper-one-column h2 {
    font-size: 4rem;
  }

  .ce-sliderwrapper .ce-sliderwrapper-one-column h2 + p {
    font-size: 2rem;
  }

  .page-1 .ce-sliderwrapper .ce-sliderwrapper-slide-inner .frame-type-header {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 767px) {
  h1, h2 {
    font-size: 40px;
  }

  .neuland-default .content-primary,
  .neuland-product .content-primary {
    background: none;
    background-color: #f7f7f7;
  }

  .neuland-default .content-primary .content-main,
  .neuland-product .content-primary .content-main {
    padding-right: 0;
  }

  .neuland-default .content-primary .content-sidebar,
  .neuland-product .content-primary .content-sidebar {
    background-color: #0059a3;
    padding-top: 1rem;
    padding-left: 0;
  }

  .scroll-down-indicator-wrapper {
    display: none;
  }
}

@media (max-width: 575px) {
  .neuland-default .content-primary,
  .neuland-product .content-primary {
    padding-bottom: 0;
  }

  .ce-sliderwrapper .ce-sliderwrapper-one-column h2 {
    font-size: 1.5rem;
  }

  .ce-sliderwrapper .ce-sliderwrapper-one-column h2 + p {
    font-size: 1rem;
  }

  .page-1 .ce-sliderwrapper .ce-sliderwrapper-slide-inner .frame-type-header {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .ce-teaser {
    margin-bottom: 40px;
  }

  .btn-group-lg > .btn, .btn-lg {
    font-size: 1rem;
  }

  .btn-lg {
    border-radius: 0;
    border-width: 2px;
    padding: .5rem 1.5rem;
  }

  .frame-type-menu_subpages .square-content.layout2 a {
    opacity: 1;
  }

  .frame-type-menu_subpages .square-content a .move, .frame-type-menu_subpages .square-content a .move.from-left {
    transform: translateX(0);
  }
}
