.50-vuotta {
/*background-image: url("../../images/talot_50.svg") !important;*/
background-image: none;
}

.site-main {
  padding: 60px 0;
  background-color: #0DB14B;
  min-height: calc(100vh - 60px);
  margin-top: -54px;
  background-image: url("../../images/talot.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 768px) {
    .site-main {
      background-position: center left;
      background-size: auto; } }
  .site-main .page-header .wp-block-buttons {
    margin-top: 40px; }
    .site-main .page-header .wp-block-buttons .wp-block-button__link {
      border-color: #fff;
      color: #fff; }

.oe-lohko {
  position: relative; }
  .oe-lohko .container-fluid {
    max-width: 1200px;
    position: relative;
    z-index: 2; }
  .oe-lohko.bg-img {
    background-size: cover;
    background-position: center; }
  .oe-lohko.iso-kuva {
    padding-top: 80px; }
    .oe-lohko.iso-kuva h2 {
      color: #fff; }
    .oe-lohko.iso-kuva .text {
      background-color: #fff;
      padding: 40px 60px; }
  .oe-lohko div[class^="bg-gradient-"] {
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0; }
  .oe-lohko .bg-gradient-left {
    left: 0;
    right: 50%;
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%); }
  .oe-lohko .bg-gradient-right {
    left: 50%;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%); }
  .oe-lohko.galleria {
    background-color: #E8E8E8;
    padding-top: 60px;
    padding-bottom: 30px; }
    .oe-lohko.galleria .galleriakuva img {
      margin-bottom: 30px;
      float: left;
      width: 100%;
      height: 234px;
      -o-object-fit: cover;
      object-fit: cover;
      transition: 0.2s; }
      .oe-lohko.galleria .galleriakuva img:hover {
        opacity: 0.7; }
  .oe-lohko.kuva-teksti div[class^="bg-img-"] {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .oe-lohko.kuva-teksti div[class^="bg-img-"] {
        position: relative;
        width: 100%;
        height: 400px;
        left: 0;
        right: 0; } }
  .oe-lohko.kuva-teksti .bg-img-left {
    right: 50%;
    left: 0; }
  .oe-lohko.kuva-teksti .bg-img-right {
    left: 50%;
    right: 0; }
  .oe-lohko.kuva-teksti .margin-right .text {
    padding-right: 60px; }
    @media (max-width: 768px) {
      .oe-lohko.kuva-teksti .margin-right .text {
        padding-right: 0; } }
  .oe-lohko.kuva-teksti .margin-left .text {
    padding-left: 60px; }
    @media (max-width: 768px) {
      .oe-lohko.kuva-teksti .margin-left .text {
        padding-left: 0; } }
  .oe-lohko.kuva-teksti .text {
    padding: 60px 0; }
    .oe-lohko.kuva-teksti .text h2 {
      color: #0DB14B; }
  .oe-lohko.iso-kuva-center {
    background-color: #E8E8E8;
    padding-bottom: 60px; }
    .oe-lohko.iso-kuva-center .bg-img {
      background-size: cover;
      background-position: center top;
      height: 600px; }
      @media (max-width: 992px) {
        .oe-lohko.iso-kuva-center .bg-img {
          height: 400px; } }
    .oe-lohko.iso-kuva-center .iso-kuva-center-content {
      margin-top: -10%; }
      .oe-lohko.iso-kuva-center .iso-kuva-center-content .title-text {
        background-color: #fff;
        padding: 40px 60px; }
      .oe-lohko.iso-kuva-center .iso-kuva-center-content .text {
        color: #0DB14B;
        margin: 40px 0; }
  .oe-lohko.otsikko-kuva {
    padding: 150px 0;
    color: #fff; }
    @media (max-width: 768px) {
      .oe-lohko.otsikko-kuva {
        text-align: center; }
        .oe-lohko.otsikko-kuva a {
          margin: auto; } }
    .oe-lohko.otsikko-kuva a {
      width: auto;
      display: inline-block; }
