/**
 * Blocks
 *  - base styles for block templates.
 ============================================================================ */
.block {
  margin: 1.25em 0;
}

.node--type-home-page.node--id-9 h1.node__title {
  display: none;
}

.node--id-9.node {
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac {
  background-image: url(/themes/custom/onkodicom/images/background/onkodicom_headerbackground.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c6ced1;
  margin: 0;
}

.block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner {
  background-color: #f2f2f2;
  opacity: 0.8;
  color: #121F45;
  margin: 80px;
  padding: 5em;
}

.block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h2 {
  font-size: 52px;
  font-weight: 700;
}

.block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h1, .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h2, .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h3 {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: right;
  margin-right: 0px;
  color: #121F45;
}

@media (max-width: 60em) {
  .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h1, .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h2, .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #121F45;
  }
  .block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac .block__inner p {
    display: none;
  }
}

.block-plugin-id--block-content-0398d5be-bbae-4e78-a481-348d75d382ac span {
  -ms-flex-item-align: center;
      align-self: center;
}

.block--type-what-can-you-do-label h2.block__title {
  display: none;
}

.block--type-what-can-you-do-label .block__content h2 {
  font-size: 42px;
  font-weight: 700;
}
/*# sourceMappingURL=block.css.map */