/* ---------- Start can be safely removed after 31/12/2023 ----------- */

html.obsoleteHeader .node-homepage-top {
  margin-top: 102px;
}

/* ---------- End can be safely removed after 31/12/2023 ----------- */


.homepage-introduction .field__items{
  display: flex;
  justify-content: center;
}

.node-homepage-top {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding-bottom: 30px;
}

.node-homepage-top h1,
.node-homepage-top .homepage-introduction{
  margin: 40px 100px 0 100px;
}

.node-homepage-top h1 {
  font-size: 40px;
  text-align: center;
}

.node-homepage-top .paragraph-home-introduction {
  max-width: 390px;
}

.homepage-bottom {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding-bottom: 30px;
}

.homepage-bottom-content {
  margin: 40px auto 0 auto;
  max-width: 1224px;
}

.homepage-bottom-content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
}

.homepage-bottom-read-more {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .node-homepage-top h1,
  .node-homepage-top .homepage-introduction,
  .homepage-bottom-content{
    margin: 40px 65px 0 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .node-homepage-top h1, .node-homepage-top .homepage-introduction, .homepage-bottom-content {
    margin: 100px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-introduction .field__items{
    display: block;
  }

  .homepage-introduction .field__items .paragraph-home-introduction{
    margin: 20px 0;
  }


  .node-homepage-top h1 {
    font-size: 30px;
    margin: 40px 15px 0 15px;
    text-align: left;
  }

  .node-homepage-top .homepage-introduction,
  .homepage-bottom-content{
    margin: 40px 8px 0 8px;
  }

  .homepage-bottom-read-more {
    display: block;
  }

  .homepage-bottom-column-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .homepage-bottom-column-1.all {
    -webkit-box-orient: unset;
    display: unset;
    -webkit-line-clamp: unset;
  }

  .homepage-bottom-column-2 {
    display: none;
  }

  .homepage-bottom-read-more {
    color: var(--rte-blue);
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
