.right-off-canvas-menu {
  background-color: #fefefe; }
  .right-off-canvas-menu a {
    color: #000 !important;
    background-color: transparent !important; }
    .right-off-canvas-menu a:hover {
      background-color: transparent !important;
      color: #000;
      font-weight: bold; }
  .right-off-canvas-menu .right-submenu {
    background-color: #fefefe; }
    .right-off-canvas-menu .right-submenu .back > a {
      background-color: #f9f9f9 !important; }
  .right-off-canvas-menu li:hover {
    background-color: transparent; }
  .right-off-canvas-menu input {
    width: 80%;
    float: left;
    box-sizing: border-box;
    margin-left: 10px;
    margin-top: 10px; }
  .right-off-canvas-menu button {
    width: 15%;
    float: right;
    box-sizing: border-box;
    background-color: transparent;
    color: #000;
    padding: 0;
    margin-top: 15px;
    font-size: 1.5rem; }

.mobile-header {
  padding: 12px;
  overflow: hidden;
  *zoom: 1; }
  .mobile-header h1 {
    margin: 0; }
  .mobile-header img {
    display: block; }
  .mobile-header .fa-bars {
    margin-top: 15px;
    font-size: 2rem;
    float: right;
    display: block; }

.ccm-page {
  min-height: 600px;
  font-family: 'FiraSans', sans-serif;
  /*
    &.edit-mode { //damit ist es einfacher, leere areas im editmode zu treffen
        .row {
            min-height: 90px;
        }
    }*/ }
  .ccm-page h1, .ccm-page h2, .ccm-page h3 {
    font-family: 'FiraSans', sans-serif;
    text-align: left; }
  .ccm-page h2 {
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    text-align: left; }
  .ccm-page h3 {
    font-size: 1.25em; }
  .ccm-page a {
    color: #000;
    font-weight: 500; }
  .ccm-page p:first-child {
    margin-top: 0; }
  .ccm-page p:last-child {
    margin-bottom: 0; }
  .ccm-page table {
    background-color: transparent; }
    .ccm-page table thead {
      background-color: transparent; }
      .ccm-page table thead tr {
        background-color: transparent; }
      .ccm-page table thead td {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hypens: none; }
    .ccm-page table tr {
      background-color: transparent; }
    .ccm-page table td {
      border: 1px solid #fff;
      color: #000;
      font-size: 1rem;
      vertical-align: top;
      line-height: inherit; }
      .ccm-page table td:first-child, .ccm-page table td:nth-child(2) {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hypens: none;
        white-space: nowrap; }
  .ccm-page .download-link {
    display: block;
    padding-right: 20px;
    margin-top: 25px;
    background-image: url(../images/download.png);
    background-position: 100% 5px;
    background-repeat: no-repeat;
    max-width: 270px; }
    .ccm-page .download-link a, .ccm-page .download-link {
      color: #005BAB;
      font-weight: 300;
      font-size: 1.3125rem; }
  .ccm-page .machine-to-wishlist {
    display: block;
    margin-top: 20px;
    color: #005BAB;
    font-weight: 300;
    font-size: 1.3125rem; }
  .ccm-page .sidebar-caption {
    font-size: 1.5rem;
    font-weight: 300; }
  .ccm-page .blue-caption {
    font-size: 1.25rem;
    font-weight: 500;
    color: #005BAB; }
  .ccm-page .small-text {
    font-size: 0.75rem; }
  .ccm-page .smaller-text {
    font-size: 0.875rem; }
  .ccm-page .bigger-text {
    font-size: 1.5rem; }
  .ccm-page .no-margin {
    margin: 0; }
  .ccm-page .icon-teaser {
    margin-top: 12px; }
    .ccm-page .icon-teaser * {
      -webkit-hyphens: none;
      -moz-hyphens: none;
      -ms-hyphens: none;
      hypens: none; }
    .ccm-page .icon-teaser a {
      font-weight: normal; }
    .ccm-page .icon-teaser p {
      margin-bottom: 12px;
      text-align: center; }
    .ccm-page .icon-teaser hr + p, .ccm-page .icon-teaser p:last-child {
      font-size: 0.875rem; }
    .ccm-page .icon-teaser hr {
      margin: -4px auto 8px auto;
      width: 25%;
      height: 2px;
      border: none;
      background-color: #ccc; }
  .ccm-page .more, .ccm-page .more a {
    float: right;
    color: #005BAB;
    font-weight: 500; }
  .ccm-page .flex-video {
    margin-bottom: 0; }
  .ccm-page .machine-list-title {
    font-size: 2.2rem; }
  .ccm-page .small-nav {
    background-color: #c6c6c6;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC6C6C6', endColorstr='#FFF6F6F6');
    background-image: -owg-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
    background-image: -webkit-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
    background-image: -moz-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
    background-image: -o-linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
    background-image: linear-gradient(top, #c6c6c6 0%, #f6f6f6 100%);
    color: #000; }
    .ccm-page .small-nav .top-bar, .ccm-page .small-nav .top-bar li, .ccm-page .small-nav .top-bar li a, .ccm-page .small-nav .top-bar li a:hover {
      background-color: transparent; }
    .ccm-page .small-nav .top-bar ul a {
      color: #000;
      font-family: 'FiraSans', sans-serif;
      font-size: 0.8125rem; }
      .ccm-page .small-nav .top-bar ul a:hover {
        color: #666; }
    .ccm-page .small-nav .top-bar ul.right li a {
      padding: 0; }
      .ccm-page .small-nav .top-bar ul.right li a:before {
        content: "\00a0\00a0|\00a0\00a0"; }
    .ccm-page .small-nav .top-bar ul.right li:first-child a:before {
      content: ""; }
    .ccm-page .small-nav .top-bar ul.right li:last-child a {
      padding-right: 12px; }
    .ccm-page .small-nav .top-bar .fa-play {
      font-size: 0.6rem; }
  .ccm-page .main-nav {
    padding-top: 22px;
    padding-bottom: 5px;
    background-color: transparent; }
    .ccm-page .main-nav .fa-bars {
      font-size: 1.5rem;
      color: #000; }
    .ccm-page .main-nav .top-bar {
      height: 63px; }
      .ccm-page .main-nav .top-bar .ccm-custom-style-container {
        display: none; }
      .ccm-page .main-nav .top-bar, .ccm-page .main-nav .top-bar li, .ccm-page .main-nav .top-bar li a, .ccm-page .main-nav .top-bar li a:hover {
        background-color: transparent !important;
        font-family: 'FiraSans', sans-serif; }
      .ccm-page .main-nav .top-bar h1 {
        margin-left: 10em; }
      .ccm-page .main-nav .top-bar .title-area {
        float: none;
        position: absolute;
        bottom: 30px;
        left: 0; }
      .ccm-page .main-nav .top-bar .toggle-topbar a {
        color: #000; }
      .ccm-page .main-nav .top-bar .menu-icon a span:after {
        box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000; }
      .ccm-page .main-nav .top-bar .small-nav-section {
        position: absolute;
        right: 0;
        top: 0; }
        @media only screen and (max-width: 40em) {
          .ccm-page .main-nav .top-bar .small-nav-section {
            display: none; } }
        .ccm-page .main-nav .top-bar .small-nav-section a {
          color: #888;
          line-height: 1;
          padding-left: 16px; }
        .ccm-page .main-nav .top-bar .small-nav-section .fa-facebook-square, .ccm-page .main-nav .top-bar .small-nav-section .fa-instagram {
          font-size: 1.2rem;
          position: relative;
          top: -1px;
          left: -2px; }
        @media only screen and (min-width: 64.063em) {
        .ccm-page .main-nav .top-bar .small-nav-section li:last-child {
          padding-left: 15px; }
        .ccm-page .main-nav .top-bar .small-nav-section form {
          line-height: 1;
          height: auto;
          width: 120px; }
          .ccm-page .main-nav .top-bar .small-nav-section form input[type=text] {
            display: inline;
            width: 100px;
            padding: 2px;
            font-size: 0.8125rem;
            border: 1px solid #888;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            color: #888;
            line-height: 1;
            height: auto;
            top: -3px; }
          .ccm-page .main-nav .top-bar .small-nav-section form button {
            background-color: transparent;
            color: #888;
            padding: 0;
            margin: 0;
            float: none;
            height: auto;
            line-height: 1;
            top: -3px;
            font-size: 0.8125rem; }
      @media only screen and (min-width: 40.063em) {
        .ccm-page .main-nav .top-bar .nav {
          margin-top: 40px; } }
      .ccm-page .main-nav .top-bar .nav li a {
        color: #000; }
      .ccm-page .main-nav .top-bar .nav > li > a {
        padding-right: 13px !important;
        line-height: 1.2;
        position: relative; }
        .ccm-page .main-nav .top-bar .nav > li > a.active, .ccm-page .main-nav .top-bar .nav > li > a:hover {
          background-color: transparent !important;
          color: #676767;
          font-weight: bold; }
        .ccm-page .main-nav .top-bar .nav > li > a.has-dropdown:after {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: rgba(0, 0, 0, 0.4) transparent transparent;
          border-image: none;
          border-right: 5px inset transparent;
          border-style: solid inset inset;
          border-width: 8px 4px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          margin-right: 0;
          margin-top: -3.5px;
          position: absolute;
          right: 0;
          top: 50%; }
      .ccm-page .main-nav .top-bar .nav > li:last-child {
        padding-right: 12px !important; }
      .ccm-page .main-nav .top-bar .nav .dropdown {
        background-color: #fff;
        box-shadow: 3px 3px 3px #ccc;
        left: 0;
        right: auto; }
        .ccm-page .main-nav .top-bar .nav .dropdown li {
          background-color: transparent;
          border-bottom: 1px solid #ccc; }
          .ccm-page .main-nav .top-bar .nav .dropdown li a {
            background-color: transparent;
            color: #676767;
            line-height: 2;
            padding: 5px 15px; }
            .ccm-page .main-nav .top-bar .nav .dropdown li a:hover {
              background-color: transparent;
              color: #676767;
              font-weight: bold; }
    .ccm-page .main-nav .ccm-block-edit ul.nav {
      position: absolute;
      bottom: 10px;
      right: 0px; }
      .ccm-page .main-nav .ccm-block-edit ul.nav li {
        display: inline;
        padding: 5px; }
        .ccm-page .main-nav .ccm-block-edit ul.nav li ul {
          display: none; }
  .ccm-page .mobile-nav {
    margin-bottom: 15px; }
  .ccm-page .machine-search {
    margin: 0 auto;
    border: 1px solid #000;
    background-color: #c7c7c7;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC7C7C7', endColorstr='#FFF6F6F6');
    background-image: -owg-linear-gradient(top, #c7c7c7 0%, #f6f6f6 100%);
    background-image: -webkit-linear-gradient(top, #c7c7c7 0%, #f6f6f6 100%);
    background-image: -moz-linear-gradient(top, #c7c7c7 0%, #f6f6f6 100%);
    background-image: -o-linear-gradient(top, #c7c7c7 0%, #f6f6f6 100%);
    background-image: linear-gradient(top, #c7c7c7 0%, #f6f6f6 100%); }
    .ccm-page .machine-search h2 {
      font-size: 1rem;
      font-weight: normal;
      line-height: 1;
      margin: 5px 0; }
      @media only screen and (max-width: 40em) {
        .ccm-page .machine-search h2 {
          font-size: 1rem; } }
    .ccm-page .machine-search hr {
      height: 2px;
      border: none;
      background-color: #EEEEEE;
      margin: 5px -12px 5px -12px; }
    .ccm-page .machine-search .packaging-label {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.8rem;
      letter-spacing: 1px;
      margin: 0 0 2px 0;
      line-height: 1; }
    .ccm-page .machine-search select {
      margin-bottom: 5px;
      padding: 5px;
      height: 2.05rem; }
    .ccm-page .machine-search .packaging-icon-select img {
      margin-bottom: 5px; }
    .ccm-page .machine-search .packaging-icon-select .packaging-select {
      display: inline-block; }
      .ccm-page .machine-search .packaging-icon-select .packaging-select input {
        display: none; }
        .ccm-page .machine-search .packaging-icon-select .packaging-select input:checked + img {
          border: 1px solid #000; }
  .ccm-page .machine-teaser {
    background-color: #ECECEC;
    color: #000;
    font-weight: normal;
    position: relative; }
    .ccm-page .machine-teaser > .row {
      margin: 0; }
    .ccm-page .machine-teaser p {
      font-size: 0.8rem; }
    .ccm-page .machine-teaser .teaser-image {
      border: 1px solid #000;
      margin-bottom: 12px;
      width: 100%;
      height: auto; }
    .ccm-page .machine-teaser .text {
      padding: 12px; }
      @media only screen and (max-width: 40em) {
        .ccm-page .machine-teaser .text p {
          height: auto !important; } }
    .ccm-page .machine-teaser .name {
      font-weight: bold;
      font-size: 2rem;
      line-height: 1;
      float: left; }
    .ccm-page .machine-teaser .icons {
      overflow: hidden;
      *zoom: 1;
      padding: 0 12px; }
      .ccm-page .machine-teaser .icons img {
        float: left;
        margin-left: 2px;
        margin-bottom: 2px; }
    .ccm-page .machine-teaser .arrow-more {
      color: #005BAB;
      position: absolute;
      bottom: 12px;
      right: 12px;
      font-size: 3rem;
      line-height: 0.7;
      font-weight: bold; }
  .ccm-page.page-type-kontakt main {
    position: relative;
    padding: 30px 0; }
  .ccm-page.page-type-kontakt footer {
    margin-top: 0; }
  .ccm-page.page-type-kontakt #maps-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .ccm-page.page-type-kontakt .content-maps {
    z-index: 2; }
  .ccm-page .content-maps, .ccm-page .contact-form-area {
    position: relative;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 100px;
    padding: 24px;
    border: 1px solid #aaa; }
    .ccm-page .content-maps h2, .ccm-page .contact-form-area h2 {
      font-size: 1.625rem;
      font-weight: normal;
      line-height: 1.2; }
    .ccm-page .content-maps > .row, .ccm-page .contact-form-area > .row {
      margin: 0; }
      .ccm-page .content-maps > .row:first-child h2, .ccm-page .contact-form-area > .row:first-child h2 {
        margin-bottom: 2rem; }
    .ccm-page .content-maps p, .ccm-page .contact-form-area p {
      margin-bottom: 0.5rem;
      line-height: 1.7; }
    .ccm-page .content-maps label, .ccm-page .contact-form-area label {
      display: none; }
    .ccm-page .content-maps .checkbox label, .ccm-page .contact-form-area .checkbox label {
      display: block; }
    .ccm-page .content-maps .field input, .ccm-page .content-maps .field textarea, .ccm-page .contact-form-area .field input, .ccm-page .contact-form-area .field textarea {
      width: 100%;
      margin-bottom: 10px;
      padding: 15px;
      background-color: #eee;
      border: 1px solid #000;
      font-family: 'FiraSans', sans-serif;
      font-size: 100%;
      line-height: 1.3;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      display: block;
      color: #000;
      height: auto; }
      .ccm-page .content-maps .field input:focus, .ccm-page .content-maps .field textarea:focus, .ccm-page .contact-form-area .field input:focus, .ccm-page .contact-form-area .field textarea:focus {
        -webkit-box-shadow: 0 0 5px #999;
        -moz-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999; }
    .ccm-page .content-maps .field input[type="checkbox"], .ccm-page .contact-form-area .field input[type="checkbox"] {
      display: inline-block;
      width: auto; }
    .ccm-page .content-maps .g-recaptcha, .ccm-page .contact-form-area .g-recaptcha {
      margin-bottom: 10px; }
    .ccm-page .content-maps input[type=submit], .ccm-page .contact-form-area input[type=submit] {
      text-transform: uppercase;
      padding: 15px 30px;
      background-color: #fff;
      letter-spacing: 2px;
      border: 1px solid #000;
      font-weight: bold; }
  .ccm-page .sales-services {
    border: 1px solid #005BAB; }
    .ccm-page .sales-services .title {
      background-color: #005BAB;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      padding: 6px 0 2px 0;
      line-height: 1;
      font-size: 0.875rem; }
    .ccm-page .sales-services .text {
      padding: 12px; }
      .ccm-page .sales-services .text, .ccm-page .sales-services .text * {
        font-size: 0.875rem; }
      .ccm-page .sales-services .text p:last-child {
        margin-bottom: 0; }
    .ccm-page .sales-services p {
      margin-bottom: 1rem; }
    .ccm-page .sales-services ul {
      list-style-type: none;
      margin-left: 0; }
  .ccm-page #map_canvas {
    width: 100%;
    height: 600px;
    margin-bottom: -20px; }
  .ccm-page .mapsearchToolbar {
    padding: 5px;
    background-color: #444;
    overflow: hidden;
    *zoom: 1; }
  .ccm-page .searchmap {
    float: right;
    color: white;
    font-size: 13px; }
    .ccm-page .searchmap input {
      width: 250px;
      font-size: 13px;
      border-radius: 5px;
      margin: 0;
      padding: 0 5px;
      height: auto; }
  .ccm-page #tt {
    font-family: 'FiraSans', sans-serif;
    font-size: 13px; }
    @media only screen and (max-width: 40em) {
      .ccm-page #tt {
        display: none !important; } }
  .ccm-page .gm-style-iw * {
    font-size: 0.875rem; }
  .ccm-page .gm-style-iw h2 {
    font-size: 1rem; }
  .ccm-page .arrow-container {
    position: relative;
    min-height: 94px;
    width: 100%;
    overflow: hidden; }
    .ccm-page .arrow-container .header-image > .columns > img, .ccm-page .arrow-container .header-image > .columns > picture > img, .ccm-page .arrow-container .header-image video {
      -webkit-box-shadow: 5px 5px 5px #ccc;
      -moz-box-shadow: 5px 5px 5px #ccc;
      box-shadow: 5px 5px 5px #ccc;
      margin-bottom: 15px;
      display: block; }
    .ccm-page .arrow-container .arrow, .ccm-page .arrow-container .arrow-horizontal-left, .ccm-page .arrow-container .arrow-tip-left, .ccm-page .arrow-container .arrow-tip-right, .ccm-page .arrow-container .arrow-horizontal-right {
      position: absolute;
      height: 94px;
      top: 0; }
    .ccm-page .arrow-container .line-right {
      width: 100%;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #000; }
    .ccm-page .arrow-container .arrow-horizontal-left {
      background: url(../images/arrow_horizontal.png) repeat-x;
      width: calc(50% - 750px - 15px);
      left: 0; }
    .ccm-page .arrow-container .arrow-tip-left {
      background: url(../images/arrow_left_tip.png) no-repeat;
      width: 110px;
      left: calc(50% - 750px - 15px); }
    .ccm-page .arrow-container .line-left {
      width: 698px;
      height: 1px;
      position: absolute;
      top: 0;
      right: 50%;
      background-color: #000; }
    .ccm-page .arrow-container .arrow-tip-right {
      right: calc(50% - 750px - 15px);
      background: url(../images/arrow_right_tip.png) no-repeat;
      width: 110px; }
    .ccm-page .arrow-container .arrow-horizontal-right {
      background: url(../images/arrow_horizontal.png) repeat-x;
      width: calc(50% - 750px - 15px);
      right: 0; }
    .ccm-page .arrow-container .arrow-vertical-left, .ccm-page .arrow-container .arrow-vertical, .ccm-page .arrow-container .arrow-tip-top {
      position: absolute;
      width: 92px;
      z-index: 2;
      left: calc(50% - 742px); }
    .ccm-page .arrow-container .arrow-vertical {
      top: 285px;
      height: calc(100% - 285px);
      background: url(../images/arrow_vertical.png) repeat-y; }
    .ccm-page .arrow-container .arrow-tip-top {
      top: 0;
      height: 285px;
      background: url(../images/arrow_top_tip.png) no-repeat; }
  .ccm-page .machine-icons {
    margin: 0 12px;
    padding: 3px 0 0 3px;
    display: inline-block;
    background-color: #ECECEC;
    margin-bottom: 10px; }
    .ccm-page .machine-icons img {
      margin: 0 3px 3px 0; }
  .ccm-page .icon-container {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 15px; }
    .ccm-page .icon-container > img, .ccm-page .icon-container > picture img {
      float: right;
      max-height: 37px; }
  .ccm-page .main-container .columns.small-2 *, .ccm-page .main-container .columns.medium-2 * {
    font-size: 0.8125rem; }
  .ccm-page .main-container main {
    min-height: 150px; }
    .ccm-page .main-container main h2 {
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hypens: auto; }
  .ccm-page .main-container .additional-padding {
    padding: 12px; }
  .ccm-page .main-container .grey-background {
    padding: 20px;
    background-color: #ECECEC; }
  .ccm-page .main-container .gradient-container {
    background-color: #c6c6c6;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC6C6C6', endColorstr='#FFFDFDFD');
    background-image: -owg-linear-gradient(top, #c6c6c6 0%, #fdfdfd 100%);
    background-image: -webkit-linear-gradient(top, #c6c6c6 0%, #fdfdfd 100%);
    background-image: -moz-linear-gradient(top, #c6c6c6 0%, #fdfdfd 100%);
    background-image: -o-linear-gradient(top, #c6c6c6 0%, #fdfdfd 100%);
    background-image: linear-gradient(top, #c6c6c6 0%, #fdfdfd 100%);
    margin-bottom: 20px;
    margin-top: 20px; }
    .ccm-page .main-container .gradient-container img {
      width: 100%; }
      @media only screen and (max-width: 40em) {
        .ccm-page .main-container .gradient-container img {
          margin-top: 10px; }
          .ccm-page .main-container .gradient-container img:first-child {
            margin-top: 0; } }
  .ccm-page .main-container .ccm-search-block-form > h3, .ccm-page .main-container .ccm-search-block-form .ccm-search-block-text, .ccm-page .main-container .ccm-search-block-form .ccm-search-block-submit {
    display: none; }
  .ccm-page footer {
    font-size: 1rem;
    background-color: #005BAB;
    color: #9EADCE;
    text-align: center;
    font-weight: bold;
    line-height: 3rem;
    margin-top: 20px;
    padding: 0 12px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hypens: none; }
    .ccm-page footer a {
      color: #9EADCE; }
  .ccm-page .row.title-area {
    margin-bottom: 15px; }
    .ccm-page .row.title-area .row {
      margin-top: -44px; }
      @media only screen and (max-width: 40em) {
        .ccm-page .row.title-area .row {
          margin-top: 0; } }
      .ccm-page .row.title-area .row .row {
        margin-top: 0; }
    .ccm-page .row.title-area > .columns > img, .ccm-page .row.title-area > .columns > picture > img {
      display: block;
      max-width: 100%;
      margin: 0 auto;
      margin-top: -65px; }
    .ccm-page .row.title-area.edit-mode .row {
      margin-top: 0; }
    .ccm-page .row.title-area.edit-mode > .columns > img, .ccm-page .row.title-area.edit-mode > .columns > picture > img {
      margin-top: 0; }

.tooltip.tip-top {
  margin-top: -58px;
  background-color: #ffff00;
  color: #000;
  padding: 5px; }

iframe * {
  font-family: 'FiraSans', sans-serif; }

.ccm-inline-toolbar-button-save, .ccm-inline-toolbar-button-cancel {
  box-sizing: border-box; }
  .ccm-inline-toolbar-button-save button, .ccm-inline-toolbar-button-cancel button {
    margin: 0; }
