body.content-page .header_top {
  width: 100%;
  position: absolute;
  z-index: 990;
  text-align: right;
  box-sizing: border-box;
  padding: 18px 20px 0 30px; }
  body.content-page .header_top__logo {
    display: block;
    float: left; }
    body.content-page .header_top__logo img {
      height: 55px;
      transition: all 0.3s ease-in-out; }
  body.content-page .header_top__elements {
    padding-top: 3px; }
  body.content-page .header_top__title {
    text-align: center;
    margin: 0;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    font-size: 24px;
    overflow: hidden;
    cursor: pointer; }
    body.content-page .header_top__title__table {
      display: table;
      height: 34px;
      width: 100%; }
    body.content-page .header_top__title__cell {
      display: table-cell;
      vertical-align: middle;
      max-width: 244px; }
  body .header_top__search_form {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    top: 0px; }
    body .with-social-pager.with-title #loginContainer {
      display:none;
    }
    body .header_top__search_form #search-block-form input[type="text"] {
      background: #eeeeee;
      width: 316px;
      line-height: 34px;
      height: 34px;
      padding-left: 6px; }
    body .header_top__search_form #search-block-form button {
      cursor: pointer;
      display: inline-block;
      margin: 0; 
    width: 48px;}
      body .header_top__search_form #search-block-form i {
        height: 34px;
        line-height: 34px;
        font-size: 34px;
        width: 58px;
        }
      body .header_top__search_form #search-block-form button::-moz-focus-inner {
        padding: 0;
        margin: 0;
        border: 0; }
      body .header_top__search_form #search-block-form button i {
        padding: 0; }
    body .header_top__search_form.is-visible {
      display: inline-block !important;
      vertical-align: middle;
      position: absolute;
      z-index: 1;
      top: 13px;
      left: 215px; }
      body .header_top__search_form.is-visible input[type="text"] {
        width: 606px !important; }
      body .header_top__search_form.is-visible .form-actions {
        display: none; }
  body.content-page .header_top__social_pager #social-pager {
    margin: 0; }
    body.content-page .header_top__social_pager #social-pager .button {
      margin: 1px 2px 0px 2px; }
  body .header_top__search_toggle {
    cursor: pointer;
    display: inline-block; }
    body .header_top__search_toggle i {
      height: 34px;
      line-height: 34px;
      font-size: 34px;
      width: 58px; }
    body .header_top__search_toggle::-moz-focus-inner {
      padding: 0;
      margin: 0;
      border: 0; }
  body .header_top__nav_toggle {
    cursor: pointer;
    display: inline-block; }
    body .header_top__nav_toggle i {
      height: 34px;
      font-size: 34px; }
      body .header_top__nav_toggle i:before {
        margin-right: 0; }
  body.content-page .header_top__search_toggle, body.content-page .header_top__social_pager, body.content-page .header_top__title {
    display: none; }
  body.content-page .header_top__nav_toggle {
    visibility: hidden;
    display: inline-block;
    vertical-align: middle; }
  body.content-page .header_top.is-small {
    position: fixed;
    z-index: 78000;
    top: 0px;

    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    height: 60px;
    padding: 10px 20px 0 20px; }
    body.content-page .header_top.is-small .header_top__logo {
      height: 40px; }
      body.content-page .header_top.is-small .header_top__logo img {
    height: 30px;
    margin-top: 0; }
  body.content-page .header_top.with-nav-toggle .header_top__nav_toggle {
    visibility: visible; }
  body.content-page .header_top.with-title .header_top__title {
    display: inline-block;
    vertical-align: middle;
    width: 606px; }
  body.content-page .header_top.with-title .header_top__search_form {
    display: none; }
  body.content-page .header_top.with-title .header_top__search_toggle {
    display: inline-block;
    vertical-align: middle; }
  body.content-page .header_top.with-social-pager .header_top__social_pager {
    display: inline-block;
    vertical-align: middle; }
  body.content-page .header_top.with-social-pager .header_top__search_form {
    display: none; }
  body.content-page .header_top.with-social-pager.with-title .header_top__title {
    float: left;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
    margin-right: 13px;
    text-align: left;
    width: auto;}
  body.content-page .header_top.with-social-pager.with-title .header_top__social_pager {
    float:left;
    width: auto; }
/*
body.content-page.page-abo .header_top__elements {
  display:none;
}  */

.header_top__social_pager .social-icons {
  margin: 0;
}
/*
body.content-page #navigation.is-fixed {
  position: fixed;
  top: 60px;
  max-width: 940px;
  margin: 0 auto;
  display: none;
  z-index: 78000; }
  */
  body.content-page #navigation.is-fixed.is-visible {
    display: block; }

  @media screen and (max-width: 959px) {
    body.content-page .header_top.is-small {
      left: 0;
    }
  }