/* Mediaqueries */
/* ************ */
/* General variables */
/* ************ */
/* Color variables */
/* ************ */
/* Shadow variables */
/* ************ */
/* Various variables */
/* ************ */
/* Mixins */
/* ************ */
/* Section Text image */
.section-text-image {
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  .section-text-image.margin_default {
    padding-top: 0;
    padding-bottom: 0; }
  .section-text-image .inner {
    display: flex;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .section-text-image .inner {
        padding-left: 25px;
        padding-right: 25px; } }
    .section-text-image .inner .text {
      width: 35%;
      flex: 0 0 35%;
      padding-top: 100px;
      padding-bottom: 100px;
      padding-right: 6%;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .section-text-image .inner .text {
          width: 100%;
          flex: 0 0 100%;
          z-index: 1; } }
      .section-text-image .inner .text h1, .section-text-image .inner .text h2 {
        margin-bottom: 40px; }
        @media only screen and (max-width: 768px) {
          .section-text-image .inner .text h1, .section-text-image .inner .text h2 {
            margin-bottom: 24px;
            color: #fff; } }
      .section-text-image .inner .text h1 {
        font-size: 50px; }
      @media only screen and (max-width: 768px) {
        .section-text-image .inner .text .bodytext {
          color: #fff;
          font-weight: 500; } }
      .section-text-image .inner .text .wrapper-buttons {
        margin-top: 60px;
        pointer-events: auto; }
    .section-text-image .inner .image-video {
      width: 65%;
      flex: 0 0 65%;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .section-text-image .inner .image-video {
          width: 100%;
          flex: 0 0 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
      .section-text-image .inner .image-video .image, .section-text-image .inner .image-video .video {
        position: relative;
        height: 100%; }
        @media only screen and (max-width: 1024px) {
          .section-text-image .inner .image-video .image, .section-text-image .inner .image-video .video {
            min-height: 400px; } }
        @media only screen and (max-width: 768px) {
          .section-text-image .inner .image-video .image, .section-text-image .inner .image-video .video {
            min-height: 0; } }
        .section-text-image .inner .image-video .image img, .section-text-image .inner .image-video .image video, .section-text-image .inner .image-video .video img, .section-text-image .inner .image-video .video video {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .section-text-image .inner .image-video *, .section-text-image .inner .image-video *:before, .section-text-image .inner .image-video *:after {
        box-sizing: inherit; }
      .section-text-image .inner .image-video .video_youtube iframe, .section-text-image .inner .image-video .video_youtube object, .section-text-image .inner .image-video .video_youtube embed {
        display: block;
        width: 100%;
        height: 100%; }
      @media only screen and (max-width: 1024px) {
        .section-text-image .inner .image-video .video_youtube {
          position: relative;
          overflow: hidden;
          max-width: 100%;
          min-height: auto; }
          .section-text-image .inner .image-video .video_youtube iframe, .section-text-image .inner .image-video .video_youtube object, .section-text-image .inner .image-video .video_youtube embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
      .section-text-image .inner .image-video .continuous-text {
        position: absolute;
        top: auto;
        left: auto;
        right: auto;
        bottom: -70px;
        width: 100%;
        overflow: hidden;
        pointer-events: none; }
        @media only screen and (max-width: 768px) {
          .section-text-image .inner .image-video .continuous-text {
            bottom: -40px; } }
        .section-text-image .inner .image-video .continuous-text p {
          font-size: 280px;
          text-transform: none;
          -webkit-text-stroke: 1px #aeaeae;
          text-stroke: 1px #aeaeae; }
          @media only screen and (max-width: 1024px) {
            .section-text-image .inner .image-video .continuous-text p {
              -webkit-text-stroke: unset;
              text-stroke: unset; } }
          @media only screen and (max-width: 768px) {
            .section-text-image .inner .image-video .continuous-text p {
              font-size: 130px; } }
    .section-text-image .inner .wrapper-buttons a.right {
      margin-left: auto; }
  .section-text-image.image-50 .inner .text {
    width: 60%;
    flex: 0 0 60%;
    order: 1;
    padding-left: 6%;
    padding-right: 0; }
    @media only screen and (max-width: 768px) {
      .section-text-image.image-50 .inner .text {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        z-index: 1; } }
  .section-text-image.image-50 .inner .image-video {
    width: 40%;
    flex: 0 0 40%; }
    @media only screen and (max-width: 768px) {
      .section-text-image.image-50 .inner .image-video {
        width: 100%;
        flex: 0 0 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .section-text-image.image-50 .inner .wrapper-buttons a {
      color: #fff; } }
  .section-text-image.no-image-mobile .inner .text {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section-text-image.no-image-mobile .inner .text h1, .section-text-image.no-image-mobile .inner .text h2 {
        color: #333333; } }
    @media only screen and (max-width: 768px) {
      .section-text-image.no-image-mobile .inner .text .bodytext {
        color: #333333; } }
    .section-text-image.no-image-mobile .inner .text .wrapper-buttons .button-class {
      color: #333333; }
  @media only screen and (max-width: 768px) {
    .section-text-image.no-image-mobile .inner .image-video {
      display: none; } }

@media only screen and (max-width: 768px) {
  .section-text-image:not(.no-image-mobile) .wrapper-buttons .button-general.white {
    border-color: #fff; } }
@media only screen and (max-width: 768px) {
  .section-text-image:not(.no-image-mobile) .wrapper-buttons .button-general.white .button-text {
    color: #fff; } }
@media only screen and (max-width: 768px) {
  .section-text-image:not(.no-image-mobile) .wrapper-buttons .button-general.white .icon svg {
    fill: #fff; } }

/*# sourceMappingURL=text-image.css.map */
